@charset "utf-8";

/* **************************************** *
 * Common
 * **************************************** */

*{outline: 0 !important;}
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin:0;padding:0;}
html,body{margin:0; padding:0;}
html,body{width:100%;}
html{-webkit-touch-callout:none; -webkit-user-select:none; -webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body{width:100%; background:#fff; min-width:320px; -webkit-text-size-adjust:none;word-wrap:break-word;word-break:break-all;}
body,input,select,textarea,button {border:none;}
ul,ol,li{list-style:none;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
img,fieldset{border:0;}
address,cite,code,em{font-style:normal;font-weight:normal;}
label,img,input,select,textarea,button{vertical-align:middle;}
caption,legend{display:block;overflow:hidden;position: absolute; border:0;width:1px;height:1px;clip:rect(1px,1px,1px,1px);}
/* hr{display:none;} */
main,header,section,nav,footer,aside,article,figure{display:block;}
a{color:#333;}
a{text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
textarea {border:1px solid #dbdbdb;}
select {border:1px solid #e9e9e9; background:#fff;border-radius: 5px;}
button{cursor:pointer; background-color:transparent;}
.clearfix:after{content:''; display:block; clear:both;}
.blind{position:absolute; clip:rect(0 0 0 0); width:1px; height:1px; margin:-1px; overflow:hidden;}

/* **************************************** *
 * unit
 * **************************************** */

/* display */
.flex_sb{display: flex; justify-content: space-between;}
.flex_sa{display: flex; justify-content:space-around;}
.flex_s{display: flex; justify-content: flex-start;}
.flex_e{display: flex; justify-content:flex-end;}

/* width */
.w1{width:1rem !important;}
.w2{width:2rem !important;}
.w3{width:3rem !important;}
.w4{width:4rem !important;}
.w5{width:5rem !important;}
.w6{width:6rem !important;}
.w7{width:7rem !important;}
.w8{width:8rem !important;}
.w9{width:9rem !important;}
.w10{width:10rem !important;}
.w11{width:11rem !important;}
.w12{width:12rem !important;}
.w13{width:13rem !important;}
.w14{width:14rem !important;}
.w15{width:15rem !important;}
.w16{width:16rem !important;}
.w17{width:17rem !important;}
.w18{width:18rem !important;}
.w19{width:19rem !important;}
.w20{width:20rem !important;}

/* margin */
.mg0{margin:0;}
.mt0{margin-top:0 !important;}
.mt0_5{margin-top:.5rem !important;}
.mt1{margin-top:1rem !important;}
.mt1_5{margin-top:1.5rem !important;}
.mt2{margin-top:2rem !important;}
.mt2_5{margin-top:2.5rem !important;}
.mt3{margin-top:3rem !important;}
.mt3_5{margin-top:3.5rem !important;}
.mt4{margin-top:4rem !important;}
.mt4_5{margin-top:4.5rem !important;}
.mt5{margin-top:5rem !important;}
.mt5_5{margin-top:5.5rem !important;}
.mt6{margin-top:6rem !important;}
.mt6_5{margin-top:6.5rem !important;}
.mt7{margin-top:7rem !important;}
.mt7_5{margin-top:7.5rem !important;}
.mt8{margin-top:8rem !important;}
.mt8_5{margin-top:8.5rem !important;}
.mt9{margin-top:9rem !important;}
.mt9_5{margin-top:9.5rem !important;}
.mt10{margin-top:10rem !important;}
.mr0{margin-right:0 !important;}
.mr0_5{margin-right:.5rem !important;}
.mr1{margin-right:1rem !important;}
.mr1_5{margin-right:1.5rem !important;}
.mr2{margin-right:2rem !important;}
.mr2_5{margin-right:2.5rem !important;}
.mr3{margin-right:2rem !important;}
.mr3_5{margin-right:3.5rem !important;}
.mr4{margin-right:4rem !important;}
.mr4_5{margin-right:4.5rem !important;}
.mr5{margin-right:5rem !important;}
.mr5_5{margin-right:5.5rem !important;}
.mr6{margin-right:6rem !important;}
.mr6_5{margin-right:6.5rem !important;}
.mr7{margin-right:7rem !important;}
.mr7_5{margin-right:7.5rem !important;}
.mr8{margin-right:8rem !important;}
.mr8_5{margin-right:8.5rem !important;}
.mr9{margin-right:9rem !important;}
.mr9_5{margin-right:9.5rem !important;}
.mr10{margin-right:10rem !important;}
.mb0{margin-bottom:0 !important;}
.mb0_5{margin-bottom:0.5rem !important;}
.mb1{margin-bottom:1rem !important;}
.mb1_5{margin-bottom:1.5rem !important;}
.mb2{margin-bottom:2rem !important;}
.mb2_5{margin-bottom:2.5rem !important;}
.mb3{margin-bottom:3rem !important;}
.mb3_5{margin-bottom:3.5rem !important;}
.mb4{margin-bottom:4rem !important;}
.mb4_5{margin-bottom:4.5rem !important;}
.mb5{margin-bottom:5rem !important;}
.mb5_5{margin-bottom:5.5rem !important;}
.mb6{margin-bottom:6rem !important;}
.mb6_5{margin-bottom:6.5rem !important;}
.mb7{margin-bottom:7rem !important;}
.mb7_5{margin-bottom:7.5rem !important;}
.mb8{margin-bottom:8rem !important;}
.mb8_5{margin-bottom:8.5rem !important;}
.mb9{margin-bottom:9rem !important;}
.mb9_5{margin-bottom:9.5rem !important;}
.mb10{margin-bottom:10rem !important;}
.ml0{margin-left:0 !important;}
.ml0_5{margin-left:.5rem !important;}
.ml1{margin-left:1rem !important;}
.ml1_5{margin-left:1.5rem !important;}
.ml2{margin-left:2rem !important;}
.ml2_5{margin-left:2.5rem !important;}
.ml3{margin-left:3rem !important;}
.ml3_5{margin-left:3.5rem !important;}
.ml4{margin-left:4rem !important;}
.ml4_5{margin-left:4.5rem !important;}
.ml5{margin-left:5rem !important;}
.ml5_5{margin-left:5.5rem !important;}
.ml6{margin-left:6rem !important;}
.ml6_5{margin-left:6.5rem !important;}
.ml7{margin-left:7rem !important;}
.ml7_5{margin-left:7.5rem !important;}
.ml8{margin-left:8rem !important;}
.ml8_5{margin-left:8.5rem !important;}
.ml9{margin-left:9rem !important;}
.ml9_5{margin-left:9.5rem !important;}
.ml10{margin-left:10rem !important;}

/*padding*/
.pd0{padding:0 !important;}
.pt0{padding-top:0 !important;}
.pt0_5{padding-top:.5rem !important;}
.pt1{padding-top:1rem !important;}
.pt1_5{padding-top:1.5rem !important;}
.pt2{padding-top:2rem !important;}
.pt2_5{padding-top:2.5rem !important;}
.pt3{padding-top:3rem !important;}
.pt3_5{padding-top:3.5rem !important;}
.pt4{padding-top:4rem !important;}
.pt4_5{padding-top:4.5rem !important;}
.pt5{padding-top:5rem !important;}
.pt5_5{padding-top:5.5rem !important;}
.pt6{padding-top:6rem !important;}
.pt6_5{padding-top:6.5rem !important;}
.pt7{padding-top:7rem !important;}
.pt7_5{padding-top:7.5rem !important;}
.pt8{padding-top:8rem !important;}
.pt8_5{padding-top:8.5rem !important;}
.pt9{padding-top:9rem !important;}
.pt9_5{padding-top:9.5rem !important;}
.pt10{padding-top:10rem !important;}
.pr0{padding-right: 0 !important;}
.pr0_5{padding-right: .5rem !important;}
.pr1{padding-right: 1rem !important;}
.pr1_5{padding-right: 1.5rem !important;}
.pr2{padding-right: 2rem !important;}
.pr2_5{padding-right: 2.5rem !important;}
.pr3{padding-right: 3rem !important;}
.pr3_5{padding-right: 3.5rem !important;}
.pr4{padding-right: 4rem !important;}
.pr4_5{padding-right: 4.5rem !important;}
.pr5{padding-right: 5rem !important;}
.pr5_5{padding-right: 5.5rem !important;}
.pr6{padding-right: 6rem !important;}
.pr6_5{padding-right: 6.5rem !important;}
.pr7{padding-right: 7rem !important;}
.pr7_5{padding-right: 7.5rem !important;}
.pr8{padding-right: 8rem !important;}
.pr8_5{padding-right: 8.5rem !important;}
.pr9{padding-right: 9rem !important;}
.pr9_5{padding-right: 9.5rem !important;}
.pr10{padding-right: 10rem !important;}
.pb0{padding-bottom:0 !important;}
.pb0_5{padding-bottom:.5 !important;}
.pb1{padding-bottom:1 !important;}
.pb1_5{padding-bottom:1.5 !important;}
.pb2{padding-bottom:2 !important;}
.pb2_5{padding-bottom:2.5 !important;}
.pb3{padding-bottom:3 !important;}
.pb3_5{padding-bottom:3.5 !important;}
.pb4{padding-bottom:4 !important;}
.pb4_5{padding-bottom:4.5 !important;}
.pb5{padding-bottom:5 !important;}
.pb5_5{padding-bottom:5.5 !important;}
.pb6{padding-bottom:6 !important;}
.pb6_5{padding-bottom:6.5 !important;}
.pb7{padding-bottom:7 !important;}
.pb7_5{padding-bottom:7.5 !important;}
.pb8{padding-bottom:8 !important;}
.pb8_5{padding-bottom:8.5 !important;}
.pb9{padding-bottom:9 !important;}
.pb9_5{padding-bottom:9.5 !important;}
.pb10{padding-bottom:10 !important;}
.pl0{padding-left: 0 !important;}
.pl0_5{padding-left: .5rem !important;}
.pl1{padding-left: 1rem !important;}
.pl1_5{padding-left: 1.5rem !important;}
.pl2{padding-left: 2rem !important;}
.pl2_5{padding-left: 2.5rem !important;}
.pl3{padding-left: 3rem !important;}
.pl3_5{padding-left: 3.5rem !important;}
.pl4{padding-left: 4rem !important;}
.pl4_5{padding-left: 4.5rem !important;}
.pl5{padding-left: 5rem !important;}
.pl5_5{padding-left: 5.5rem !important;}
.pl6{padding-left: 6rem !important;}
.pl6_5{padding-left: 6.5rem !important;}
.pl7{padding-left: 7rem !important;}
.pl7_5{padding-left: 7.5rem !important;}
.pl8{padding-left: 8rem !important;}
.pl8_5{padding-left: 8.5rem !important;}
.pl9{padding-left: 9rem !important;}
.pl9_5{padding-left: 9.5rem !important;}
.pl10{padding-left: 10rem !important;}


































/**/
