@charset "utf-8";
body{
    font-family: ヒラギノ角ゴ W3 JIS2004;
    font-size: 15px;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust:100%;
}
ul,li,dl,dt,dd{
    list-style: none;
    margin: 0;
    padding: 0;
}
#mvArea{
    margin-bottom: 3rem;
    background: url("/assets/card/img/img_back_pc.png") no-repeat top center;
    background-size: cover;
}
#mainSpace{
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1rem 3rem;
}
.formEntering #mainSpace{
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}


/* ヘッダー */
header{
    max-width: 1200px;
    margin: 0 auto 1em;
}
.nav-unshown{
    display:none;
}
.logo-area{
    margin-bottom: 1%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.logo-area h1{
    font-size: 1.2em;
    font-family: ヒラギノ角ゴ W5 JIS2004;
    width: 480px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.logo-area h1 a{
    margin: 0 2% 0 0;
    padding: 0;
    width: 20%;
    height: auto;
}
.logo-area h1 img{
    width: 100%;
    height: auto;
}
.logo-area h1.pm::after{
    content: "";
    margin-left: 2%;
    display: inline-block;
    background: url("/assets/card/img/img_card.png") no-repeat center right;
    width: 42px;
    height: 42px;
    background-size: contain;
    vertical-align: middle;
}
.logo-area h1 .pc_none{
    display: none;
}
.logo-area .tel_pc{
    display: none;
}
/**.logo-area .tel_pc{
    font-size: 12px;
    text-align: right;
    display: flex;
    flex-direction: column;
}
.logo-area .tel_pc span{
    color: #23318E;
    font-size: 22px;
    font-family: 新ゴ M;
    margin-bottom: 2px;
}
.logo-area .tel_pc span::before{
    content: "";
    margin-right: 1rem;
    display: inline-block;
    background: url("/assets/card/img/ico_tel.png") no-repeat center left;
    width: 20px;
    height: 20px;
    background-size: contain;
}**/
#nav-content ul{
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.formEntering #nav-content ul{
    display: none;
}
#nav-content ul li{
    font-size: 13px;
    border-left: solid 1px #555;
    padding: 0 1em;
    line-height: 1em;
}
#nav-content ul li:last-child{
    border-right: solid 1px #555;
}
#nav-content ul li a{
    color: #000;
    text-decoration: none;
}
#nav-content ul li a:hover{
    text-decoration: underline;
    opacity: 0.7;
}
#nav-content .tel_sp,
#nav-content .sp_logo{
    display: none;
}
/* ヘッダーここまで */


/* パンくず */
ul.breadcrumb{
    font-size: 13px;
    margin: 0 0 1.5em;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.breadcrumb li::after{
  content: ">";
  padding: 0 1em;
}
ul.breadcrumb li:last-child::after{
  content: "";
  padding: 0;
}
ul.breadcrumb li a{
  color: #000;
}
ul.breadcrumb li a:hover{
  text-decoration: none;
}
/* パンくずここまで */


/* フッター */
footer{
    padding-bottom: 1rem;
}
footer .fTelArea{
    display: none;
}
/**footer .fTelArea{
    padding: 3rem 0;
    background-color: #F4F8F9;
}
footer .fTelArea .InquiryTitle{
    font-family: ヒラギノ角ゴ W5 JIS2004;
    font-size: 1.2em;
    color: #1966C6;
    text-align: center;
    margin-bottom: 1em;
}
footer .fTelArea .fTelBox{
    width: 90%;
    max-width: 880px;
    margin: 0 auto 1em;
    padding: 1.5rem 1rem;
    border: solid 1px #BEC8C9;
    background-color: #fff;
}
footer .fTelArea .fTelBox ul{
    margin-bottom: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
footer .fTelArea .fTelBox ul li.pmOnly{
    font-size: 12px;
    line-height: 1.3em;
    border: solid 1px #888;
    text-align: center;
    padding: 0.4em 1em;
    margin-right: 2rem;
}
footer .fTelArea .fTelBox ul li.pmTel{
    font-family: ヒラギノ角ゴ W5 JIS2004;
    font-size: 30px;
    color: #0979DC;
    padding-left: 1.3em;
    background: url("/assets/card/img/ico_footer_tel.png") no-repeat center left;
    background-size: 10%;
}
footer .fTelArea .fTelBox ul li.pmTel a{
    color: #0979DC;
    text-decoration: none;
}
footer .fTelArea .fTelBox ul li.ipTel{
    font-size: 13px;
    line-height: 1.3em;
    margin-left: 1.5rem;
    padding: 0.3em 1em;
    position: relative;
}
footer .fTelArea .fTelBox ul li.ipTel::before,
footer .fTelArea .fTelBox ul li.ipTel::after{
	content: '';
	width: 5px;
	height: 100%;
	position: absolute;
}
footer .fTelArea .fTelBox ul li.ipTel::before{
	border-left: solid 1px #919191;
	border-top: solid 1px #919191;
	border-bottom: solid 1px #919191;
	top: 0;
	left: 0;
}
footer .fTelArea .fTelBox ul li.ipTel::after{
	border-right: solid 1px #919191;
	border-top: solid 1px #919191;
	border-bottom: solid 1px #919191;
	top: 0;
	right: 0;
}
footer .fTelArea .fTelBox p.redWord{
    font-family: 新ゴ M;
    font-size: 1.1em;
    color: #FF0000;
    text-align: center;
}
footer .fTelArea .fTelBox p.redWord .pc_none{
    display: none;
}
footer .fTelArea .fTelBox .grayBox{
    width: 80%;
    background-color: #ECECF1;
    padding: 1em;
    margin: auto;
}
footer .fTelArea .fTelBox .grayBox .guideTitle{
    font-family: ヒラギノ角ゴ W5 JIS2004;
    font-size: 1.1em;
    color: #182183;
    margin-bottom: 0.5em;
    text-align: center;
}
footer .fTelArea .fTelBox .grayBox .guideTitle .pc_none{
    display: none;
}
footer .fTelArea .fTelBox .grayBox dl{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
footer .fTelArea .fTelBox .grayBox dl dt{
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 0.3em 0;
    margin-right: 1em;
    background-color: #60648E;
    width: 6em;
}
footer .fTelArea .fTelBox .grayBox dl dd{
    font-size: 1.1em;
    font-family: 新ゴ M;
}
footer .fTelArea .fTelBox .grayBox dl dd::after{
    content: "【2020年5月21日（木）より】";
    font-family: ヒラギノ角ゴ W3 JIS2004;
    font-size: 13px;
    margin-left: 0.5em;
}
footer .fTelArea ul.fTelList{
    width: 90%;
    max-width: 880px;
    margin: auto;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
}
footer .fTelArea ul.fTelList li{
    width: calc(100% / 3 - 1%);
    margin-right: 1%;
}**/
#fArea{
    border-top: solid 1px #707070;
    padding-top: 0.5em;
}
#fArea ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#fArea ul li{
    padding: 0 0 0 1em;
}
#fArea ul li::after{
    content: "│";
    margin-left: 1em;
}
#fArea ul li:last-child::after{
    content: "";
    margin-left: 0;
}
#fArea ul li a{
    color: #000;
    font-size: 12px;
    text-decoration: none;
}
#fArea ul li a:hover{
    text-decoration: underline;
}
#fArea ul li a.tblankG{
    background: url("/assets/card/img/ico_tb_gray.png") no-repeat center right;
    background-size: 11px;
    padding-right: 1.5em;
}
#fArea .fLogo{
    text-align: center;
    margin: 2rem auto 1rem;
}
#fArea .fLogo img{
    max-width: 130px;
    width: 25%;
}
#fArea p.small{
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
}
/* フッターここまで */



@media screen and (max-width: 750px){
body{
    font-size: 14px;
}
    
/* ヘッダー */
/**#nav-content .tel_sp,**/
#nav-content .sp_logo{
    display: block;
}
.logo-area .tel_pc{
    display: none;
}
.logo-area h1{
    width: auto;
}
.logo-area h1.pm::after{
    content: "";
    display: inline-block;
    background: url("/assets/card/img/img_card.png") no-repeat center right;
    width: 8%;
    height: 100%;
    background-size: contain;
    vertical-align: middle;
}
#nav-content .sp_logo{
    font-size: 1.1em;
    border-bottom: solid 1px #888;
    padding-bottom: 2vw;
    margin-bottom: 5vw;
    display: flex;
    align-items: center;
}
#nav-content .sp_logo a{
    width: 25%;
    margin-right: 1em;
}
#nav-content .sp_logo img{
    width: 100%;
}
/**#nav-content .tel_sp{
    font-size: 12px;
    border-bottom: solid 1px #888;
    padding-bottom: 6vw;
    display: flex;
    flex-direction: column;
}
#nav-content .tel_sp p{
    font-family: 新ゴ M;
    color: #6B6B6B;
    font-size: 1.1em;
    margin: 0 0 0.3em;
    padding: 0;
}
#nav-content .tel_sp span{
    color: #23318E;
    font-size: 22px;
    font-family: 新ゴ M;
    margin-bottom: 0.2em;
}
#nav-content .tel_sp span::before{
    content: "";
    margin-right: 0.5em;
    display: inline-block;
    background: url("/assets/card/img/ico_tel.png") no-repeat center left;
    width: 15px;
    height: 15px;
    background-size: contain;
}
#nav-content .tel_sp span a{
    font-size: 16px;
    color: #000;
    text-decoration: none;
}**/
#nav-content ul{
    width: 100%;
    margin: 0;
    padding: 0 0 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#nav-content ul li{
    font-size: 13px;
    width: 100%;
    border-left: none;
    line-height: 1em;
    border-bottom: solid 1px #ccc;
    padding: 0;
}

#nav-content ul li:last-child{
    border-right: none;
    text-align: center;
}
#nav-content ul li a{
    display: block;
    padding: 1.5em 1em;
    font-size: 13px;
}
#nav-content ul li a::after{
    content: ">";
    position: absolute;
    right: 2rem;
    color: #666;
}
#nav-content ul li:last-child a::after{
    content: "";
}
#nav-drawer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}
#nav-open {
    margin-top: 5px;
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-close::after{
    content: "×";
    font-size: 3em;
    color: #fff;
    position: absolute;
    top: 0;
    right: 4vw;
}
#nav-content{
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 75%;
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-input:checked ~ #nav-close{
  display: block;
  opacity: .8;
}
#nav-input:checked ~ #nav-content{
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
    padding: 1rem;
}
.header-logo-menu{
 display: flex;
 flex-direction: row;
}
/* ヘッダーここまで */

    
/* フッター */
#fArea ul{
    justify-content: flex-start;
    padding: 0.5em 0.5em 0;
}
#fArea ul li{
    margin-bottom: 6px;
    padding: 0 0 0 0.5em;
}
#fArea ul li:first-child{
    width: 100%;
    border: none;
}
#fArea ul li::after{
    content: "│";
    margin-left: 0.5em;
}
#fArea .fLogo{
    margin: 0 auto;
}
#fArea img{
    margin: 1rem auto 5px;
}
#fArea p.small{
    font-size: 11px;
}
/**footer .fTelArea .InquiryTitle{
    font-size: 1.3em;
    margin-bottom: 0.8em;
}
footer .fTelArea .fTelBox ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer .fTelArea .fTelBox ul li.pmOnly{
    font-size: 1em;
    margin: 0 0 0.7em;
}
footer .fTelArea .fTelBox ul li.pmTel{
    background-size: 8%;
    margin-bottom: 0.2em;
}
footer .fTelArea .fTelBox ul li .sp_none{
    display: none;
}
footer .fTelArea .fTelBox ul li.ipTel{
    margin-left: 0;
    position: static;
}
footer .fTelArea .fTelBox p.redWord{
    font-size: 1em;
}
footer .fTelArea .fTelBox p.redWord .pc_none{
    display: block;
}
footer .fTelArea .fTelBox .grayBox .guideTitle{
    font-size: 1em;
}
footer .fTelArea ul.fTelList li{
    width: calc(100% / 2 - 1%);
}
footer .fTelArea .fTelBox ul li.ipTel::before,
footer .fTelArea .fTelBox ul li.ipTel::after{
	border: none;
	width: auto;
	height: auto;
	position: static;
}
footer .fTelArea .fTelBox ul li.ipTel::before{
    content: '【';
    padding-right: 0.5em;
	
}
footer .fTelArea .fTelBox ul li.ipTel::after{
	content: '】';
    padding-left: 0.5em;
}**/
/* フッターここまで */
}


@media screen and (max-width: 600px) {
/**footer .fTelArea .fTelBox .grayBox{
    width: 90%;
}
footer .fTelArea .fTelBox .grayBox .guideTitle .pc_none{
    display: block;
}
footer .fTelArea .fTelBox .grayBox dl{
    align-items: flex-start;
}
footer .fTelArea .fTelBox .grayBox dl dt{
    font-size: 12px;
}
footer .fTelArea .fTelBox .grayBox dl dd{
    font-size: 1em;
}
footer .fTelArea .fTelBox .grayBox dl dd::after{
    content: "【2020年5月21日（木）より】";
    font-size: 12px;
    margin-left: 0;
    display: block;
}**/
}

@media screen and (max-width: 480px) {
body{
    font-size: 13px;
}
#mvArea,
.formEntering #mvArea{
    margin-bottom: 3em;
    padding: 0;
    background: url("/assets/card/img/img_back_sp.jpg") no-repeat top center;
    background-size: cover;
}
.formEntering #mvArea{
    margin-bottom: 2em;
}
#mainSpace,
.formEntering #mainSpace{
    width: 95%;
    padding: 1rem 0 1.5rem;
    margin: 13vw auto 0;
}
.formEntering #mainSpace{
    padding: 1rem 0 0.5em;
}

/* ヘッダー */
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.7em 1rem;
    margin: 0;
    background-color: rgba(255,255,255,0.9);
}
.logo-area{
    margin-bottom: 0;
}
.logo-area h1{
    font-size: 1em;
    line-height: 1.3em;
}
.logo-area h1 .pc_none{
    display: block;
}
.logo-area h1 a{
    width: 23%;
    margin-right: 4%;
}
.logo-area h1.pm::after {
    content: "";
    display: inline-block;
    background: url("/assets/card/img/img_card.png") no-repeat center right;
    width: 11%;
    height: 100%;
    margin-left: 5%;
    background-size: contain;
    vertical-align: middle;
}
#nav-open{
    margin: 9px 0 0 0;
}
#nav-open span,
#nav-open span:before,
#nav-open span:after{
    width: 30px;  
}
/* ヘッダーここまで */

    
/* パンくず */
ul.breadcrumb{
    display: none;
}
/* パンくずここまで */

/* フッター */
/**footer .fTelArea{
    padding: 2rem 0;
}
footer .fTelArea .fTelBox{
    width: 80%;
    padding: 1rem;
}
footer .fTelArea .InquiryTitle{
    font-size: 1.1em;
    margin-bottom: 1em;
}
footer .fTelArea .fTelBox ul li.pmTel{
    font-size: 1.8em;
}
footer .fTelArea ul.fTelList{
    font-size: 11px;
}
footer .fTelArea ul.fTelList li{
    width: auto;
    margin-right: 6%;
}**/
/* フッターここまで */
}