@charset "UTF-8";
/* CSS Document */
html { margin-top: 0 !important; }
html body {position: relative;margin-top: 0 !important;}
body {height: 100%;margin: 0;padding: 0;font-family: "fot-tsukubrdgothic-std", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;color: #5D5D5D;background-color: #fff;}
p,h1,h2,h3,h4,h5,h6,th,td,a,i {margin: 0 auto;padding: 0;font-size: 1.2vw;line-height: 120%;font-weight: 400;}
img,video,iframe{margin: 0;padding: 0;vertical-align: bottom;}
ul,ol { list-style: none;}
a {text-decoration: none;color: #1b1b1b;-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;}
a:hover {opacity: 1;}
/*----- font -----*/
.font1 {font-family: "source-han-sans-japanese", sans-serif;}
.font2 {font-family: "sketchnote-text", sans-serif;}
/*----- none -----*/
.pc{display: block;}
.tab{display: none;}
.sp{display: none;}
/*-- header --*/
header {width: 100%;margin: 0 auto;padding: 1.5vw 5%;text-align: left;background-color: #fff;box-sizing: border-box;border-bottom: solid 2px #efefef;}
header a {font-size: 2vw;font-family: "myfont";}
.head_logo_img {width: 18%;}
/*-- main --*/
main {position: hidden;position: relative;}
/*-- content01 --*/
#content01 {width: 100%;padding: 7vw 0 10vw;}
.content01 {width: 75%;margin: 0 auto;}
.content01_t1 {font-size: 2.4vw;font-weight: 600;text-align: center;}
.content01_t1 span {padding: 0vw 2vw 0.5vw;border-bottom: solid 3px;}
.content01_t2 {margin-top: 5vw;font-size: 1.6vw;font-weight: 600;line-height: 160%;}
.content01_t3 {margin-top: 3vw;font-size: 1.6vw;font-weight: 500;line-height: 180%;}
.content01_t4 {margin-top: 1vw;font-size: 1.2vw;font-weight: 500;line-height: 180%;}
/*----- footer -----*/
footer {width: 100%;}
.footer {width: 95%;margin: 0 auto;padding: 1.5vw 0;font-size: 0;}
/* footer_l */
.footer_l {display: inline-block;vertical-align: bottom;width: 50%;padding-left: 7vw;box-sizing: border-box;}
.footer_l_img {width: 37%;}
/* footer_r */
.footer_r {display: inline-block;vertical-align: bottom;width: 50%;text-align: right;}
.footer_r a {display: inline-block;vertical-align: middle;padding: 0 1vw;font-size: 1vw;border-right: solid 1px #000;box-sizing: border-box;}
.footer_r a:hover {text-decoration-line: underline;}
.footer_r a:last-child {border-right: solid 0px #000;}
footer small {display: block;width: 100%;height: 2.5vw;background-color: #262626;}


@media screen and (max-width:960px) {
p,h1,h2,h3,h4,h5,h6 {font-size: 1.8vw;}
a {font-size: 1.8vw;}
.pc {display: block;}
.tab {display: block;}
.sp {display: none;}
/*-- header --*/
header {padding: 1.5vw 5%;}
header a {font-size: 2.6vw;}
.head_logo_img {width: 20%;}
/*-- main --*/
/*-- content01 --*/
.content01 {width: 90%;}
.content01_t1 {font-size: 3vw;}
.content01_t2 {margin-top: 5vw;font-size: 2.2vw;}
.content01_t3 {margin-top: 3vw;font-size: 2.2vw;}
.content01_t4 {margin-top: 1vw;font-size: 1.8vw;}
/*----- footer -----*/
.footer {width: 95%;padding: 1.5vw 0;}
/* footer_l */
.footer_l {width: 40%;padding-left: 0vw;}
.footer_l_img {width: 50%;}
/* footer_r */
.footer_r {width: 60%;}
.footer_r a {padding: 0 1.5vw;font-size: 1.6vw;}
footer small {height: 3vw;}
}

@media screen and (max-width:500px) {
p,h1,h2,h3,h4,h5,h6 {font-size: 3vw;}
a {font-size: 3vw;}	
.pc {display: none;}
.tab {display: none;}
.sp {display: block;}
header {padding: 2vw 5%;}
header a {font-size: 4vw;}
.head_logo_img {width: 35%;}
/*-- main --*/
/*-- content01 --*/
.content01_t1 {font-size: 4.2vw;}
.content01_t2 {margin-top: 5vw;font-size: 3.4vw;}
.content01_t3 {margin-top: 4vw;font-size: 3.4vw;}
.content01_t4 {margin-top: 1vw;font-size: 3vw;}
/*----- footer -----*/
.footer {width: 95%;padding: 1.5vw 0 3vw;}
/* footer_l */
.footer_l {width: 100%;padding-left: 0vw;text-align: center;}
.footer_l_img {width: 40%;}
/* footer_r */
.footer_r {width: 100%;margin-top: 3vw;text-align: center;}
.footer_r a {padding: 0 2vw;font-size: 3.2vw;}
footer small {height: 5vw;}
}