@charset "utf-8";

/* ===============================================================

 reset

=============================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
vertical-align:baseline;
background:transparent;
color: inherit;
font-family:inherit;
}
body{
	font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
	color: #333;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
text-align: left;
}
input, select, button {
outline: none;
vertical-align:middle;
font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
border: 0;
box-shadow: 0;
appearance:none;
-webkit-appearance: none;
}
@media all and (-ms-high-contrast:none) {
	input,button,textarea,select,body {
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
textarea{
font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
li {
	list-style: none;
}
html {
	width:100%;
}

/* クリアフロート用 */

.clear {
	clear:both;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

@media print {
  body,textarea,input, select, button{
    font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  }
}
/* margin
   ========================================================================== */
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt100 {margin-top: 100px !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb75 {margin-bottom: 75px !important;}
.mb100 {margin-bottom: 100px !important;}
.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml75 {margin-left: 75px !important;}
.ma{margin:auto !important;}

/* padding
   ========================================================================== */
.p0 {	padding: 0 !important;}
.pt0 {	padding-top: 0 !important;}
.pt05 {	padding-top: 5px !important;}
.pt10 {	padding-top: 10px !important;}
.pt15 {	padding-top: 15px !important;}
.pt20 {	padding-top: 20px !important;}
.pt25 {	padding-top: 25px !important;}
.pt30 {	padding-top: 30px !important;}
.pt40 {	padding-top: 40px !important;}
.pt50 {	padding-top: 50px !important;}
.pr0 {	padding-right: 0 !important;}
.pr05 {	padding-right: 5px !important;}
.pr10 {	padding-right: 10px !important;}
.pr15 {	padding-right: 15px !important;}
.pr20 {	padding-right: 20px !important;}
.pr25 {	padding-right: 25px !important;}
.pr30 {	padding-right: 30px !important;}
.pr40 {	padding-right: 40px !important;}
.pr50 {	padding-right: 50px !important;}
.pb0 {	padding-bottom: 0 !important;}
.pb05 {	padding-bottom: 5px !important;}
.pb10 {	padding-bottom: 10px !important;}
.pb15 {	padding-bottom: 15px !important;}
.pb20 {	padding-bottom: 20px !important;}
.pb25 {	padding-bottom: 25px !important;}
.pb30 {	padding-bottom: 30px !important;}
.pb40 {	padding-bottom: 40px !important;}
.pb50 {	padding-bottom: 50px !important;}
.pl0 {	padding-left: 0 !important;}
.pl05 {	padding-left: 5px !important;}
.pl10 {	padding-left: 10px !important;}
.pl15 {	padding-left: 15px !important;}
.pl20 {	padding-left: 20px !important;}
.pl25 {	padding-left: 25px !important;}
.pl30 {	padding-left: 30px !important;}
.pl40 {	padding-left: 40px !important;}
.pl50 {	padding-left: 50px !important;}

/* display
   ========================================================================== */
.dispB{display: block !important;}
.dispIB{display: inline-block !important;}
.dispI {display: inline !important;}
.dispN {display: none !important;}
@media screen and (max-width: 767px) {
	.spDispB{display: block !important;}
}

/* text style
   ========================================================================== */
.fwB {font-weight: bold !important;}
.fwN {font-weight: normal !important;}
.fz3l{font-size:26px !important;}
.fzXll{font-size:24px !important;}
.fzXl{font-size:20px !important;}
.fzL{font-size:18px !important;}
.fzM{font-size:16px !important;}
.fzS{font-size:14px !important;}
.fzXs{font-size:12px !important;}


/* position
   ========================================================================== */
.flL {	float: left !important;}
.flR {	float: right !important;}
.flN {	float: none !important;}
.text-r,
.taR{text-align: right !important;}
.text-c,
.taC{text-align: center !important;}
.text-l,
.taL {text-align: left !important;}
.vaT {	vertical-align: top !important;}
.vaM {	vertical-align: middle !important;}
.vaB {	vertical-align: bottom !important;}
.posS {	position: static !important;}
.posR {	position: relative !important;}
.posA {	position: absolute !important;}
.brA{word-break: break-all;}

/* width
   ========================================================================== */
.wd100p {	width: 100% !important;}
img{max-width: 100%;}

/* ===============================================================
 header
=============================================================== */
#headTop{
  background: #61b7d9;
  color: #fff;
}
#headTop .logoBox a,
#headTop .logoBox img{
  display: block;
}
#headTop .telBox .tel{
  font-weight: bold;
  margin: 2px 0;
}
#headTop .telBox a{
  color: #fff;
}
#headTop .telBox .tel:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 18px;
  background: url(/assets/common/img/icon_freedial_wh.svg) no-repeat;
  background-size: contain;
  margin: -2px 4px 0 0;
}
/*---------headNav---------*/
#headNav .gnavBtn{
  display: block;
  font-weight: bold;
}
#headNav .sp_accIn{
  display: none;
  background: #e4f8ff;
}
#headNav .linkList .linkRoundArwR{
  color: #61b7d9;
}
.headSimple .leftWrap .contactWrap{
  align-items: center;
}
@media print, screen and (min-width: 768px) {
/*--------headTop--------*/
  #headTop{
    padding: 14px 0;
  }
  #headTop .topWrap{
    align-items: center;
  }
  #headTop .leftWrap {
    align-items: center;
  }
  #headTop .logoBox{
    /* width: 136px; */
    margin-right: 35px;
  }
  /* 2024.03 add */
  #headTop .logoBox img {
    width: auto;
    max-width: 100%;
    height: 50px;
  }
  #headTop .contactWrap{
    align-items: center;
  }
  #headTop .telBox{
    padding-right: 15px;
    border-right: 1px solid #fff;
    margin-right: 10px;
  }
  #headTop .telBox p,
  #headTop .hourBox p{
    font-size: 14px;
  }
  #headTop .telBox .tel{
    font-size: 20px;
    line-height: 1;
  }
  #headTop .hourBox{
    text-align: center;
    line-height: 1.4;
  }
  #headTop .rightWrap .linkList a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    padding: 6px 10px 4px;
  }
  #headTop .rightWrap .linkList a:hover {
    background-color: #B01111;
  }
  #headTop .rightWrap .linkList a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
  }
  #headTop .rightWrap .linkList .thinking a:before {background-image: url(/assets/common/img/icon_file_wh.svg);}
  #headTop .rightWrap .linkList .mailmagazine a:before {background-image: url(/assets/common/img/icon_mail_wh.svg);}
  #headTop .rightWrap .linkList .history a:before {background-image: url(/assets/common/img/icon_history_wh.svg);}
/*---------headNav---------*/
	#headNav{
    border-bottom: 2px solid #61b7d9;
	}
  #headNav .gnavList{
    display: flex;
    justify-content: space-between;
  }
  #headNav .gnavList .list{
    width: 100%;
    position: relative;
  }
  #headNav .gnavBtn{
    text-align: center;
    padding: 8px 0 2px;
    font-size: 20px;
    border-bottom: 6px solid #fff;
  }
  #headNav .gnavBtn:hover,
  #headNav .gnavBtn.active{
    color: #61b7d9;
    border-bottom: 6px solid #61b7d9;
  }
  #headNav .sp_accIn{
    display: none;
    background: #e4f8ff;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    padding: 50px 0;
  }
  #headNav .linkTtl{
    font-weight: bold;
    font-size: 18px;
    min-width: 180px;
  }
  #headNav .linkTtl,
  #headNav .linkList,
  #headNav .linkList li{
    display: inline-block;
    vertical-align: middle;
  }
  #headNav .linkList li{
    margin-right: 65px;
  }
  #headNav .linkList .linkRoundArwR:hover{
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
/*--------headTop--------*/
  #headTop{
    position: fixed;
    top: 0;
    width: 100%;
  }
  #headTop .rightWrap .linkList .list{
    line-height: 1.1;
    margin-right: 0;
  }
  #headTop .rightWrap .linkList a {
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 52px;
    padding: 40px 6px 12px;
  }
  #headTop .rightWrap .linkList a:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 38px;
    margin-left: -13px;
  } 
  #headTop .rightWrap .linkList .menu a:before {background-image: url(/assets/common/img/icon_menu_wh.svg);}
  .open #headTop .rightWrap .linkList .menu a{
    background-color: #fff;
    color: #61B7D9;
  }
  .open #headTop .rightWrap .linkList .menu a:before {background-image: url(/assets/common/img/icon_close_blue.svg);}
  
  #headTop .leftWrap{
    width: calc(100% - 52px);
    padding: 0 0 0 3%;
    align-items: center;
    justify-content: flex-start;
  }
  #headTop  .leftWrap .logoBox{
    width: 115px;
    padding: 12px 0;
  }
  #headTop .leftWrap .contactWrap{
    display:inline-block;
    font-size: 10px;
    line-height: 1.1;
    margin-left: 15px;
  }
  #headTop .leftWrap .tel{
    font-size: 18px;
  }
  #headTop .telBox .tel:before{
    width: 18px;
    height: 12px;
    margin: -4px 6px 0 0;
  }
/*---------headSimple---------*/
  .headSimple #headTop .leftWrap{
    width: 100%;
    padding: 0 3%;
  }
/*---------headNav---------*/
  #header{
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  body.fixed{
    position: fixed;
    overflow: hidden;
    width: 100%;
  }
  #headNav{
    display: none;
    position: fixed;
    top: 63px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: #61b7d9;
  }
  #headNav .navIn{
    overflow-y: auto;
    height: 100%;
  }
  #headNav .btnWrap{
    padding: 20px 0;
    background-color: #fff;
  }
  #headNav .btnList a{
    padding: 8px 0 8px 42px;
    font-weight: bold;
    display: block;
    width: 49%;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: 30px 28px;
    background-position: left 10px top 7px;
  }
  #headNav .btnList .thinking{
    border: 1px solid #A4A4A4;
    background-image: url(/assets/common/img/icon_file_black.svg);
  }
  #headNav .btnList .history{
    background-color: #61b7d9;
    color: #fff;
    background-image: url(/assets/common/img/icon_history_wh.svg);
  }
  #headNav .searchWrap{
    padding: 20px 0;
    background-color: #f9f9f9;
  }
  #headNav .searchWrap .searchKeyword{
    margin: 0;
    border: 1px solid #a4a4a4;
  }
  #headNav .searchWrap .searchKeyword input{
    width: 100%;
    padding: 7px;
  }
  #headNav .searchWrap .selectWrap{
    border: 1px solid #a4a4a4;
    padding-left: 35px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 10px;
    background-size: 22px 22px;
    background-position: left 10px center;
  }
  #headNav .searchWrap .selectBox{
    width: 100%;
    padding: 8px 25px 8px 10px;
  }
  #headNav .searchWrap .btnSolid{
    width: 190px;
    margin: 15px auto 0;
    background-color: #b01211;
    font-size: 20px;
    text-align: center;
    padding: 4px 15px;
  }
  #headNav .searchWrap .btnSolid:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 18px;
    background: url(/assets/common/img/icon_search_wh.svg) no-repeat;
    background-size: contain;
    margin: -2px 0 0 10px;
  }
  #headNav .searchWrap .btnSolid input{
    display: none;
  }
  #headNav .gnavBtn{
    background-color: #61b7d9;
    color: #fff;
    padding: 12px 4%;
    border-bottom: 1px solid #fff;
  }
  #headNav .gnavList .list a{
    position: relative;
    display: block;
  }
  #headNav .gnavList .list a:not(.sp_accBtn):after{
    content: "";
    display: block;
    position: absolute;
    right: 4%;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #headNav .sp_accIn{
    background: #EAEAEA;
  }
  #headNav .linkList .linkRoundArwR{
    color: #333;
    padding: 12px 4%;
    border-bottom: 1px solid #61b7d9;
    font-weight: bold;
  }
  #headNav .linkList .linkRoundArwR:after{
    background: none;
    border-color: #61b7d9!important;
  }
}
@media screen and (max-width: 374px) {
  #headTop .omit{
    display: none;
  }
  #headTop .leftWrap .tel{
    font-size: 16px;
  }
  #headTop .telBox .tel:before{
    width: 16px;
    height: 10px;
    margin: -4px 4px 0 0;
  }
}

/* ==========================================================================
   register
========================================================================== */
#register{
  background: #F9F9F9;
  border-top: 1px solid #E5E5E5;
  padding: 40px 0;
}
.registerHide #register{
  display: none;
}
#register .logo{
  width: 335px;
  padding-left: 75px;
}
#register .logo img{
  width: 210px;
}
#register .txtBox{
  width: 785px;
}
#register .btnBox{
  margin-top: 20px;
  text-align: center;
}
#register .btnBox .btnBdr{
  display: inline-block;
  border: 1px solid #61B7D9;
  color: #61B7D9;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 5px 30px;
}
#register .btnBox .btnBdr:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/common/img/icon_mail_blue.svg) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin: -4px 10px 0 0;
}

@media screen and (max-width: 767px) {
  #register{
    padding: 30px 0;
  }
  #register .dispFlex{
    display: block;
  }
  #register .logo{
    width: 36%;
    margin: 0 auto 10px;
    padding: 0;
  }
  #register .logo img{
    width: 100%;
  }
  #register .txtBox{
    width: 92%;
    margin: auto;
    font-size: 16px;
  }
  #register .btnBox{
    margin-top: 15px;
  }
  #register .btnBox .btnBdr{
    padding: 7px 8px;
    width: 90%;
    max-width: 300px;
  }
}

/* ===============================================================
 footer
=============================================================== */
#footer{
  background: #61b7d9;
  color: #fff;
  padding: 45px 0 0;
  position: relative;
}
#footer .pageTop{
  position: absolute;
  top: 0;
  right: 0;
}
#footer .logoBox{
  width: 140px;
}
#footer .footSearch{
  width: 890px;
}
#footer .footSearch .ttl{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
#footer .footSearch .ttlArea{
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-top: 40px;
}
#footer .footSearch .dispFlex{
  margin-bottom: 15px;
}
#footer .footSearch .subTtl{
  width: 180px;
  font-size: 20px;
  font-weight: bold;
}
#footer .footSearch .cateBlock{
  width: 710px;
}
#footer .footSearch .linkList .list,
#footer .footNav .list{
  display: inline-block;
}
#footer .footSearch .linkList .list a,
#footer .footNav .list a{
  color: #fff;
}
#footer .footSearch .linkList .list a:hover,
#footer .footNav .list a:hover{
  text-decoration: underline;
}
#footer .footSearch .linkList .list{
  margin:0 45px 10px 0;
  font-size: 14px;
}
#footer .footSearch .areaWrap .list{
  margin-right: 35px;
}
#footer .footSearch .linkList .list:last-child{
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #footer{
    padding: 0;
  }
  #footer .pageTop{
    position: static;
    background-color: #1A1A1A;
    text-align: center;
  }
  #footer .pageTop .btn{
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 8px;
  }
  #footer .pageTop .btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 0 0 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #footer .logoBox{
    margin: 20px auto 20px;
  }
}
/*---------footNav---------*/
#footer .footNav{
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 35px;
  margin-top: 25px;
}
#footer .footNav.menu{
  padding: 10px 0;
  margin-top: 35px;
}
#footer .footNav .navList{
  margin-bottom: 15px;
}
#footer .footNav .navList .list{
  margin-right: 35px;
  font-weight: bold;
}
#footer .footNav .subList .list{
  font-size: 14px;
  margin-right: 35px;
}
#footer .footNav .navList .list:last-child,
#footer .footNav .subList .list:last-child{
  margin-right: 0;
}
#footer .footNav .subList .privacy:after,
#footerSimple .privacy:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  background: url(/assets/common/img/logo_privacy.png) no-repeat;
  background-size: contain;
  margin: 0 0 0 10px;
}
#footer .linkBlank:after{
  background: url(/assets/common/img/icon_blank_wh.svg) no-repeat;
  background-size: contain;
}
#footer .footCopy,
#footerSimple .footCopy{
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  #footer .footNav,
  #footer .footNav.menu{
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  #footer .footNav.menu{
    padding-bottom: 15px;
  }
  #footer .footNav .navList{
    margin-bottom: 0;
  }
  #footer .footNav .subList{
    border-top: 1px solid #fff;
    margin-top: 25px;
    padding-top: 25px;
    position: relative;
  }
  #footer .footNav .subList .privacy:after{
    position: absolute;
    right: 5%;
    bottom: -10px;
    margin: 0;
  }
  #footer .footNav .subList .list{
    font-size: 14px;
    margin-right: 20px;
  }
  #footer .footNav .navList .list,
  #footer .footNav .sitemap .list{
    display: block;
    margin: 0 0 10px 0;
  }
  #footer .footCopy{
    font-size: 10px;
    padding: 15px 0;
  }
}
/* ===============================================================
 footerSimple
=============================================================== */
#footerSimple{
  background: #61b7d9;
}
#footerSimple .contsIn{
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footerSimple a{
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-left: 40px;
}
#footerSimple a:hover{
  text-decoration: underline;
}
#footerSimple .footCopy{
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  #footerSimple .contsIn{
    display: block;
    text-align: center;
    padding: 30px 0 15px;
  }
  #footerSimple a{
    margin-left: 0;
  }
  #footerSimple .footCopy{
    font-size: 10px;
  } 
}