@charset "utf-8";
/* CSS Document */


/****************************************
基本
****************************************/
*{
	margin: 0;
	padding: 0;
}
body{
	line-height: 1.7;
	letter-spacing: 0.05em;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: normal;
}
p{
	margin: 0;
}
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a, a:visited{
	color: inherit;
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
	color: inherit;
	text-decoration: none;
}
ul, ol {
	list-style: none;
}


/****************************************
main
****************************************/
main.fs-l-main{
	max-width: inherit;
	margin: 0;
	padding: 0;
}
@media (min-width: 768px){
	.fs-l-pageMain, 
	.fs-l-sideArea + .fs-l-pageMain{
		max-width: 1240px;
		margin: 0 auto;
		padding: 0 20px;
	}
}


/****************************************
タイトル
****************************************/
.pageTitleE{
	padding: 1.2em 0 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
@media screen and (min-width:768px) {
	.pageTitleE{
		padding: 85px 0 14px;
		font-size: 26px;
	}
}


/****************************************
プライバシーポリシー
****************************************/
.privacy{
    margin: 0 auto;
    padding: 40px 25px;
    max-width: 600px;
}

.privacy h1{
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
}

.privacy p{
    font-size: 1.2rem;
}

.privacy dl{
    margin-top: 40px;
}
.privacy p.lead{
	text-align: center;
	margin-bottom: 40px;
}

.privacy dt{
    font-size: 15px;
    margin-bottom: 10px;
}

.privacy dd{
    font-size: 1.2rem;
}

.privacy ol{
    margin-left: 2em;
}

.privacy ol li{
	counter-increment: cnt;
	position: relative;
}

.privacy ol li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 768px){
    .privacy{
        margin: 0 auto;
        margin-top: 80px;
    }
}




/****************************************
特定商取引法に基づく表示
****************************************/
.fs-body-about-terms .fs-l-pageMain{
    margin: 40px 25px;
    max-width: 600px;
}
.fs-body-about-terms h1.fs-c-heading--page{
	padding: 0;
	font-size: 1.5rem;
	margin: 0 0 40px;
	border-bottom: none;
	text-align: center;
	font-weight: normal;
}
.legal h2{
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.legal table{
    width: 100%;
    border-spacing: 0px;
    border-bottom: solid 1px;
    border-collapse:collapse;
}
.legal--table{
    margin-bottom: 40px;
}
.legal th{
    width: 100%;
    border: solid 1px;
    display: block;
    border-bottom: 0px;
    border-collapse:collapse;
    padding: 5px;
    text-align: left;
    padding-left: 15px;
    background-color: #F4F3EE;
    font-weight: normal;
}
.legal td{
    width: 100%;
    border: solid 1px;
    display: block;
    border-bottom: 0px;
    border-collapse:collapse;
    padding: 5px;
    padding-left: 15px;
}
.legal p{
    font-size: 1.2rem;
}
.legal dl{
    margin-top: 40px;
}
.legal dt{
    font-size: 15px;
    margin-bottom: 10px;
}
.legal dd{
    font-size: 1.2rem;
}
.legal ol{
    margin-left: 2em;
}
.legal ol li{
	counter-increment: cnt;
	position: relative;
}
.legal ol li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.legal ul li{
    list-style-type: disc;
    margin-left: 25px;
}
@media (min-width: 768px){
	.fs-body-about-terms .fs-l-pageMain{
		margin: 80px auto 0;
	}
	.legal h2{
		text-align: center;
	}
}



/****************************************
コレクション
****************************************/

.fade {
    transition: all 2000ms;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 50px);
}

.fadein {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
} 
.collection--content h1{
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 40px 0;
}

.collection--content__item01{
    width: 64%;
    margin: 0 0 0 auto;
    padding-top: 80px;
}

.collection--content__item02{
    width: 48%;
    padding-top: 40px;
}

.collection--content__item03{
    width: 48%;
    margin: 0 0 0 auto;
}

.collection--content__item04{
    padding-top: 80px;
}

.collection--content__item05{
    width: 64%;
    padding-top: 80px;
}

.collection--content__item06{
    width: 48%;
    margin: 0 0 0 auto;
    padding-top: 40px;
}

.collection--content__item07{
    width: 62%;
    margin: 0 auto;
    padding-top: 80px;
}

.collection--content__item08{
    width: 62%;
    margin: 0 auto;
    padding-top: 40px;
}

.collection--content__item09{
    width: 48%;
    margin: 0 0 0 auto;
    padding-top: 80px;
}

.collection--content__item10{
    width: 48%;
}

.collection--content__item11{
    padding-top: 80px;
}

.collection--content__item12{
    width: 64%;
    padding-top: 40px;
}

.collection--content__item13{
    width: 48%;
    padding-top: 80px;
}

.collection--content__item14{
    width: 48%;
    margin: 0 0 0 auto;
}

.collection--content__item15{
    width: 62%;
    margin: 0 auto;
    padding-top: 80px;
}

.collection--content__item16{
    width: 62%;
    margin: 0 auto;
    padding-top: 40px;
}

.collection--content__item17{
    width: 64%;
    padding-top: 80px;
}

.collection--content__item18{
    width: 64%;
    margin: 0 0 0 auto;
}
@media (min-width: 768px){
    .collection--content{
        max-width: 1280px;
        margin: 0 auto;
    }

    .collection--content h1{
        text-align: center;
        font-size: 1.8rem;
        font-weight: normal;
        margin: 80px 0;
    }

    .collection--content__item01{
        padding-top: 160px;
    }

    .collection--content__wrap{
        display: flex;
        padding-top: 80px;
        justify-content: space-around;
    }

    .collection--content__item02{
        padding: 0;
    }

    .collection--content__item03{
        margin: 0;
    }

    .collection--content__item04{
        padding-top: 160px;
    }

    .collection--content__item05{
        padding-top: 160px;
    }

    .collection--content__item09{
        margin: 0;
        padding: 0;
    }

    .collection--content__item11{
        padding-top: 160px;
    }

    .collection--content__item13{
        padding: 0;
    }

    .collection--content__item14{
        margin: 0;
    }
    
    .collection--content__item15{
        padding-top: 160px;
    }

    .collection--content__item17{
        padding-top: 160px;
    }
}


/****クレジット****/
.colCredit .colItem{
	width: 100%;
	padding-top: 40px;
}
.colCredit .collection--content__item07,
.colCredit .collection--content__item08{
	width: 62%;
}
.colCredit .colItem img{
	display: block;
}

.colCredit .collection--content__item01 img{
	width: 64%;
	margin: 0 0 0 auto;
}
.colCredit .collection--content__item02 img{
	width: 48%;
}
.colCredit .collection--content__item03 img{
	width: 48%;
	margin: 0 0 0 auto;
}
.colCredit .collection--content__item05 img{
	width: 64%;
}
.colCredit .collection--content__item06 img{
	width: 48%;
	margin: 0 0 0 auto;
}
.colCredit .collection--content__item09 img{
	width: 48%;
	margin: 0 0 0 auto;
}
.colCredit .collection--content__item10 img{
	width: 48%;
}

.colCredit .collection--content .credit{
	padding: 10px 10px 0;
	white-space:nowrap;
	line-height: 1.7;
	font-size: 10px;
	color: #000000;
}
.colCredit .collection--content .collection--content__item03 .credit, 
.colCredit .collection--content .collection--content__item06 .credit, 
.colCredit .collection--content .collection--content__item09 .credit{
	text-align: right;
}
.colCredit .collection--content__item07 .credit,
.colCredit .collection--content__item08 .credit{
	padding: 10px 0 0;
}
.colCredit .collection--content .credit a{
	display: inline-block;
	border: solid 1px #000000;
	padding: 2px 8px 0;
	line-height: 1.25;
	font-size: 8px;
}
.colCredit .collection--content .credit a:hover{
	background-color: #000000;
	color: #ffffff;
	opacity: 1;
}
@media (min-width: 768px){
	.collection--content__wrap, 
	.collection--content__wrap03{
		padding-top: 0;
	}
	.colCredit .colItem{
		padding-top: 120px;
	}
	.colCredit .collection--content__item01{
		width: 64%;
	}
	.colCredit .collection--content__item02{
		width: 48%;
	}
	.colCredit .collection--content__item03{
		width: 48%;
	}
	.colCredit .collection--content__item05{
		width: 64%;
	}
	.colCredit .collection--content__item06{
		width: 48%;
	}
	.colCredit .collection--content__item09{
		width: 48%;
	}
	.colCredit .collection--content__item10{
		width: 48%;
	}
	.colCredit .colItem img{
		width: 100%;
	}
	
	.colCredit .collection--content .credit{
		padding: 10px 0 0;
		line-height: 1.75;
		font-size: 16px;
	}
	.colCredit .collection--content .collection--content__item03 .credit, 
	.colCredit .collection--content .collection--content__item06 .credit, 
	.colCredit .collection--content .collection--content__item09 .credit{
		text-align: left;
	}
	.colCredit .collection--content .credit a{
		padding: 0 10px;
		line-height: 1.6;
		font-size: 10px;
		transform: translateY(-2px);
	}
}


/****クレジット2****/
.colCredit2 .colItem{
	width: 100%;
	padding-top: 40px;
}
.colCredit2 .colItem img{
	display: block;
}
.colCredit2 .credit{
	padding: 10px 10px 0;
	white-space:nowrap;
	line-height: 1.7;
	font-size: 10px;
	color: #000000;
}
.colCredit2 .credit a{
	display: inline-block;
	border: solid 1px #000000;
	padding: 2px 8px 0;
	line-height: 1.25;
	font-size: 8px;
}
.colCredit2 .credit a:hover{
	background-color: #000000;
	color: #ffffff;
	opacity: 1;
}
.colCredit2 .colItem02{
	width: 60%;
}
.colCredit2 .colItem03 img{
	width: 60%;
	margin: 0 0 0 auto;
}
.colCredit2 .colItem04{
	width: 70%;
}
.colCredit2 .colItem05{
	width: 90%;
	margin: 0 auto;
}
.colCredit2 .colItem06{
	padding-right: 10px;
}
.colCredit2 .colItem06 img{
	width: 45%;
	margin: 0 0 0 auto;
}
.colCredit2 .colItem07{
	width: 75%;
}
.colCredit2 .colItem08{
	width: 95%;
	margin: 0 auto;
}
.colCredit2 .colItem09, 
.colCredit2 .colItem10{
	width: 55%;
	margin: 0 auto;
}
.colCredit2 .colItem12{
	width: 75%;
}
.colCredit2 .colItem13 img{
	width: 60%;
	margin: 0 0 0 auto;
}
.colCredit2 .colItem03 .credit, 
.colCredit2 .colItem05 .credit, 
.colCredit2 .colItem06 .credit, 
.colCredit2 .colItem08 .credit, 
.colCredit2 .colItem09 .credit, 
.colCredit2 .colItem10 .credit, 
.colCredit2 .colItem13 .credit{
	padding-left: 0;
}
.colCredit2 .colItem03 .credit, 
.colCredit2 .colItem06 .credit, 
.colCredit2 .colItem13 .credit{
	text-align: right;
}
@media (min-width: 768px){
	.colCredit2 .collection--content__wrap{
		padding: 0 25px;
	}
	.colCredit2 .collection--content__wrap02{
		display: flex;
		width: 50%;
		margin: 0 auto;
		padding: 0 25px;
	}
	.colCredit2 .colItem{
		padding-top: 120px;
	}
	.colCredit2 .credit{
		padding: 10px 0 0;
		line-height: 1.75;
		font-size: 16px;
	}
	.colCredit2 .credit a{
		padding: 0 10px;
		line-height: 1.6;
		font-size: 10px;
		transform: translateY(-2px);
	}
	.colCredit2 .colItem03{
		width: 60%;
		margin: 0 0 0 auto;
	}
	.colCredit2 .colItem03 img{
		width: 100%;
	}
	.colCredit2 .colItem04{
		width: 45%;
	}
	.colCredit2 .colItem05{
		width: 90%;
	}
	.colCredit2 .colItem06{
		width: 45%;
		margin: 0 0 0 auto;
		padding-right: 0;
	}
	.colCredit2 .colItem06 img{
		width: 100%;
	}
	.colCredit2 .colItem09{
		padding-right: 5px;
	}
	.colCredit2 .colItem10{
		padding-left: 5px;
	}
	.colCredit2 .colItem12{
		width: 40%;
	}
	.colCredit2 .colItem13{
		width: 60%;
		margin: 0 0 0 auto;
		padding-right: 0;
	}
	.colCredit2 .colItem13 img{
		width: 100%;
	}
	.colCredit2 .colItem03 .credit, 
	.colCredit2 .colItem06 .credit, 
	.colCredit2 .colItem13 .credit{
		text-align: left;
	}
}




/****************************************
コンタクト
****************************************/
.contact{
    margin: 0 auto;
    padding: 40px 25px;
    max-width: 650px;
}

.contact h1{
    font-size: 1.5rem;
    margin-bottom: 40px;
    text-align: center;
    font-weight: normal;
}
.contact p{
    font-size: 1.2rem;
}
.contact p.note{
	max-width: 300px;
	padding-top: 10px;
	font-size: 1.1rem;
}
.contact p.note .req{
	color: #FF1515;
}
.contact p.lastText{
	padding-top: 20px;
}
.send p{
    text-align: center;
    padding: 3px;
    font-size: 1.1rem;
    border: solid 1px;
    vertical-align: middle;
    text-decoration: none;
    width: 135px;
    margin: 0 auto;
    margin-top: 15px;
}
.contact_content_box{
    margin: 0;
}
.contact_content_box.flex{
	display:-webkit-flex; display:flex;
	-webkit-justify-content:space-between; justify-content:space-between;
}
.contact_content_box.flex > span{
	width: 48%;
}
#contact_form .input_item .clearfix .contact_content_box.flex input[type="text"]{
	width: 100%;
}
.form-text{
	padding-top: 5px;
	font-size: 110%;
}
#contact_form dl dd.contact_content_box{
	padding-top: 5px;	
}
#contact_form dl dd.contact_content_box:first-of-type{
	padding-top: 0;
}
.radio_button_content{
    display: block;
    border: solid 1px;
    margin: 5px 0px;
    width: 305px;
    padding: 5px 15px; 
}

#contact_form .input_item .clearfix {
    max-width: 300px;
    margin: 0 auto;
}

.contact_title{
    margin-top: 22px;
    margin-bottom: 5px;
}

#contact_form .input_item .clearfix .contact_title {
    font-size: 1.2rem;
}

#contact_form .input_item .clearfix .contact_title span.req {
	color: #FF1515;
}

#contact_form .input_item .clearfix .contact_content_box li {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 30px;
    height: 30px;
    padding: 3px 0;
}

#contact_form .input_item .clearfix .contact_content_box input[type="text"],
#contact_form .input_item .clearfix .contact_content_box input[type="number"],
#contact_form .input_item .clearfix .contact_content_box input[type="email"],
#contact_form .input_item .clearfix .contact_content_box input[type="tel"]{
		width: 100%;
    padding: 10px 10px;
    height: 35px;
    margin: 0;
    
}

#contact_form .input_item .transmission input[type="submit"] {
	border: 1px solid #000000;
    /* background: #F4D4D4; */
    font-size: 1.1rem;
    text-shadow: none;
    color: #000000;
		width: 100%;
    max-width: 150px;
    /* padding: 30px 0; */
    display: block;
    opacity: 1.0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    height: 35px;
    margin: 0 auto;
    margin-top: 70px;
}

#contact_form .input_item .transmission input[type="submit"]:hover {
    background: #F4D4D4;
	opacity:0.85;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#contact_form .input_item .clearfix .contact_content_box input[type="text"].inp_error,
#contact_form .input_item .clearfix .contact_content_box input[type="number"].inp_error,
#contact_form .input_item .clearfix .contact_content_box input[type="tel"].inp_error,
#contact_form .input_item .clearfix .contact_content_box textarea.inp_error,
#contact_form .input_item .clearfix .contact_content_box .radio_button_content input[type="radio"].inp_error{
    border: 1px solid #F88A8A;
    background: #F4D4D4;
}

#contact_form .input_item .clearfix .contact_content_box textarea {
    width: 100%;
    padding: 10px 10px;
}

#energy_contact #send_status{
	padding: 5px 0 25px;
    text-align: center;
}

#energy_contact #send_status p{
	width: 480px;
	margin: 0 auto;
    padding: 0 15px;
    line-height: 50px;
    font-size: 25px;
    border: 1px solid #3c763d;
    border-radius: 4px;
    background-color: #dff0d8;
    color: #3c763d;
}

span.error_m {
	font-size: 1.2rem;
	font-weight: normal;
	color: #FF4040;
	display: block;
	margin: 0;
}

.contact--modal{
    top: 0;
    left: 0;
    position: fixed;
    border: solid 1px;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
    width: 100vw;
    display: none;
}

.contact--modal__verification{
    width: 80%;
    height: 80%;
    background-color: white;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 40px 25px;
}

.contact--modal__verification p{
    text-align: center;
}

.contact--modal__verification a{
    text-align: center;
    width: 135px;
    padding: 6px 0;
    border: solid 1px;
    font-size: 11px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.verification-txt{
    padding-top: 40px;
    color: red;
}

.contact--modal__thank{
    top: 0;
    left: 0;
    position: fixed;
    border: solid 1px;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
    width: 100vw;
    display: none;
}

.contact--modal__thank2{
    width: 80%;
    height: 80%;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 40px 25px;
}

.close02{
    text-align: center;
    width: 135px;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px;
    margin-top: 40px;
}
.contact--modal__thank2 h2{
    text-align: center;
}
.custom-select{
    width: 100%;
    height: 35px;
		appearance: auto;
}
@media (min-width: 768px){
    .contact{
        margin: 0 auto;
        margin-top: 80px;
    }
    .contact p{
        font-size: 1.6rem;
        text-align: center;
    }
}




/********************テーブル********************/
.fs-l-pageMain .table02{
	border-collapse: collapse;
	border: solid 1px #e1e1e1;
	border-bottom: none;
}
.fs-l-pageMain .table02 td,
.fs-l-pageMain .table02 th{
	padding: 0.5rem 1rem;
	border-bottom: solid 1px #e1e1e1;
}
.fs-l-pageMain .table02 th{
	font-weight: normal;
	background-color: #ffffff;
	border-right: solid 1px #e1e1e1;
}
.fs-l-pageMain .table02 .th01{
	background-color:#F4F3EE;
	text-align: center;
	color: #333333;
}
/********************／テーブル********************/
/********************リスト********************/
.fs-l-pageMain ol.numCir li{
	position: relative;
	padding: 0 0 0 1.2em;
}
.fs-l-pageMain ol.numCir li::before{
	position: absolute;
	top: 0;
	left: 0;
}
.fs-l-pageMain ol.numPar li:nth-of-type(1)::before{content: '(1)';}
.fs-l-pageMain ol.numPar li:nth-of-type(2)::before{content: '(2)';}
.fs-l-pageMain ol.numPar li:nth-of-type(3)::before{content: '(3)';}
.fs-l-pageMain ol.numPar li:nth-of-type(4)::before{content: '(4)';}
.fs-l-pageMain ol.numPar li:nth-of-type(5)::before{content: '(5)';}
.fs-l-pageMain ol.numPar li:nth-of-type(6)::before{content: '(6)';}
.fs-l-pageMain ol.numPar li:nth-of-type(7)::before{content: '(7)';}
.fs-l-pageMain ol.numPar li:nth-of-type(8)::before{content: '(8)';}
.fs-l-pageMain ol.numPar li:nth-of-type(9)::before{content: '(9)';}
.fs-l-pageMain ol.numCir li:nth-of-type(1)::before{content: '\02460';}
.fs-l-pageMain ol.numCir li:nth-of-type(2)::before{content: '\02461';}
.fs-l-pageMain ol.numCir li:nth-of-type(3)::before{content: '\02462';}
.fs-l-pageMain ol.numCir li:nth-of-type(4)::before{content: '\02463';}
.fs-l-pageMain ol.numCir li:nth-of-type(5)::before{content: '\02464';}
.fs-l-pageMain ol.numCir li:nth-of-type(6)::before{content: '\02465';}
.fs-l-pageMain ol.numCir li:nth-of-type(7)::before{content: '\02466';}
.fs-l-pageMain ol.numCir li:nth-of-type(8)::before{content: '\02468';}
.fs-l-pageMain ol.numCir li:nth-of-type(9)::before{content: '\02469';}

.fs-l-pageMain ul.dot{
	margin: 0;
	padding: 0;
	list-style: none;
}
.fs-l-pageMain ul.dot li{
	position: relative;
	padding: 0 0 0 1.2em;
}
.fs-l-pageMain ul.dot li::before{
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
/********************／リスト********************/
.mb20{margin-bottom: 20px !important;}
/********************ご利用ガイド********************/
.guide{
	max-width: 1000px;
	margin: 40px auto;
}
.guide h1{
	font-size: 1.5rem;
	margin: 0 0 40px;
	text-align: center;
	font-weight: normal;
}
/**ナビ**/
.guide .list_pagemenu{
	display: none;
}
@media screen and (min-width:768px) {
	.guide .list_pagemenu{
		display:-webkit-flex; display:flex;
		-webkit-flex-wrap:wrap; flex-wrap:wrap;
		-webkit-justify-content:center; justify-content:center;
		margin-bottom: 4rem;
		padding: 0.6rem 0.4rem;
		border: solid 1px #333333;
	}
	.guide .item_pagemenu{
		width: 33.33333%;
		width: calc(100%/3);
		padding: 1rem 0.4rem;
	}
	.guide .item_pagemenu::before{
		content: none;
	}
	.guide .item_pagemenu h2.menutitle{
		text-align: left;
		font-size: 16px;
	}
	.guide .item_pagemenu .item_second{
		padding-left: 0;
	}
	.guide .item_pagemenu .item_second::before{
		content: none;
	}
	.guide .item_pagemenu a{
		position: relative;
		padding-left: 1.2em;
	}
	.guide .item_pagemenu a::before{
		content: '';
		position: absolute;
		top: 0.2em;
		left: 0;
		display: block;
		width: 0.5em;
		height: 0.5em;
		border-bottom: solid 2px #333333;
		border-left: solid 2px #333333;
		transform: rotate(-45deg);
	}
	.guide .item_pagemenu h2 a::before{
		top: 0.2em;
		border-width: 3px;
	}
	.guide .item_pagemenu a:hover::before{
		border-color: #333333;
	}
	.guide .item_pagemenu .list_second{
		padding-left: 0.5rem;
	}
}
/**／ナビ**/

.fs-l-pageMain .title01{
	margin: 0 0 1rem;
	padding: 0 1rem;
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.fs-l-pageMain .titleG01{
	margin: 0 0 1rem;
	padding: 0.5em 1rem;
	background-color: #efefef;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
}
@media screen and (min-width:768px) {
	.fs-l-pageMain .title01{
		margin: 0 0 0.5rem;
		font-size: 16px;
	}
	.fs-l-pageMain .titleG01{
		margin: 0 0 0.5rem;
		font-size: 14px;
	}
}
.guide .guiCont01{
	padding-bottom: 2rem;
}
.guide .infoCont01{
	padding-bottom: 2px;
}
.guide .infoCont01.active{
	padding-bottom: 2rem;
}
.guide .infoCont01 h3{
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}
.guide .infoCont01.active h3{
	margin-bottom: 1rem;
}
.guide .infoCont01 h3::after{
	content: '';
	position: absolute;
	top: 1em;
	right: 1rem;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-bottom: solid 2px #737373;
	border-left: solid 2px #737373;
	transform: rotate(-45deg);
	transition: 0.5s;
}
.guide .infoCont01.active h3::after{
	transform: rotate(-225deg);
}
.guide .infoCont01 > *:not(h3){
	max-height: 0;
	padding: 0 1.5rem;
	overflow: hidden;
	transition: 1s;
}
.guide .infoCont01.active > *:not(h3){
	max-height: 9999px;
}
@media screen and (min-width:768px) {
	.guide .guiCont01{
		padding-top: 2rem;
		margin-top: -2rem;
	}
	.guide .infoCont01{
		padding-top: 2rem;
		margin-top: -2rem;
	}
	.guide .infoCont01,
	.guide .infoCont01.active{
		padding-bottom: 2.5rem;
	}
	.guide .infoCont01 h3, 
	.guide .infoCont01.active h3{
		margin-bottom: 0.5rem;
		cursor: auto;
	}
	.guide .infoCont01 h3::after{
		content: none;
	}
	.guide .infoCont01 > *:not(h3){
		max-height: 9999px !important;
	}
}

.guiCont01 .numCir li{
	margin-top: 0.5rem;
}
/********************／ご利用ガイド********************/


/****************************************
News & Media
****************************************/
.newsCont{
	margin: 0 auto;
	padding: 0 5%;
}
.newsCont .fs-pt-list__item{
	display:-webkit-flex; display:flex;
	-webkit-flex-direction:column; flex-direction:column;
	padding-top: 1.46875em;
	padding-bottom: 0.8125em;
	border-bottom: 1px solid #000000;
	line-height: 1.875;
}
.newsCont .fs-pt-list__item a{
	display:-webkit-flex; display:flex;
	-webkit-flex-direction:column; flex-direction:column;
}
.newsCont .fs-pt-list__item time{
	-webkit-flex-shrink:0; flex-shrink:0;
	margin-bottom: 0.5em;
	white-space: nowrap;
}
@media (min-width: 768px){
	.newsCont{
		max-width: 600px;
		padding: 0;
	}
	.newsCont .fs-pt-list:first-of-type{
		padding-top: 45px;
	}
	.newsCont .fs-pt-list__item{
		-webkit-flex-direction:row; flex-direction:row;
		padding-top: 9px;
		padding-bottom: 8px;
		line-height: 2;
		font-size: 16px;
	}
	.newsCont .fs-pt-list__item a{
		-webkit-flex-direction:row; flex-direction:row;
	}
	.newsCont .fs-pt-list__item time{
		margin: 0 0.8em 0 0;
	}
}
.newsCont .newsDate, 
.newsCont .newsTitle,
.newsCont .newsBody{
	text-align: left;
	line-height: 1.875;
	font-size: 12px;
}
.newsCont .newsDate{
	margin: 0;
	padding-top: 1.625em;
}
.newsCont .newsTitle{
	margin: 0;
	padding: 0.4375em 0 1.375em;
}
.newsCont .newsBody img{
	width: auto;
}
.newsCont .newsBody a{
	text-decoration: underline;
}
.newsCont .newsBody > *{
	margin-bottom: 6vw;
}
.newsCont .newsBody > *:last-child{
	margin-bottom: 0;
}
.newsCont .newsBody .flex2{
	display:-webkit-flex; display:flex;
	-webkit-flex-wrap:wrap; flex-wrap:wrap;
	margin: -3vw -3vw 3vw;
}
.newsCont .newsBody .flex2 > *{
	width: 50%;
	padding: 3vw;
}
.newsCont .backToList{
	display:-webkit-flex; display:flex;
	-webkit-justify-content:flex-end; justify-content:flex-end;
	margin-top: 74px;
	line-height: 30px;
	font-size: 12px;
}
.newsCont .backToList a{
	display:-webkit-flex; display:flex;
}
.newsCont .backToList span{
	padding-right: 5px;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width:768px) {
	.newsCont .newsDate, 
	.newsCont .newsTitle,
	.newsCont .newsBody{
		line-height: 2;
		font-size: 16px;
	}
	.newsCont .newsDate{
		padding-top: 64px;
	}
	.newsCont .newsTitle{
		padding: 8px 0 36px;
	}
	.newsCont .newsBody > *{
		margin-bottom: 32px;
	}
	.newsCont .newsBody .flex2{
		display:-webkit-flex; display:flex;
		-webkit-flex-wrap:wrap; flex-wrap:wrap;
		margin: -30px -30px 2px;
	}
	.newsCont .newsBody .flex2 > *{
		padding: 30px;
	}
	.newsCont .backToList{
		margin-top: 60px;
	}
}
/****************************************
ページャー
****************************************/
.pager{
	margin-top: 74px;
}
.pager ul{
	display:-webkit-flex; display:flex;
	-webkit-justify-content:flex-end; justify-content:flex-end;
}
.pager ul li{
	padding: 0 5px;
	line-height: 30px;
	font-size: 12px;
}
.pager ul li a{
	display: block;
	padding: 0 8px;
}
.pager ul .arrow{
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}
.pager ul .carrent{
	font-size: 14px;
	font-weight: bold;
}


/****************************************
コンセプト
****************************************/
.concept{
	max-width: 680px;
	margin: 0 auto;
	padding: 0 2%;
}
.concept .pageTitleE{
	padding-bottom: 6vw;
}
.concept .conceptLead{
	padding: 4.8vw 3vw 2.5vw;
	text-align: center;
	line-height: 1.875;
	font-size: 14px;
	font-weight: bold;
	color: #5a5959;
}
.concept .conceptCont{
	padding: 7.5vw 3vw 0;
}
.concept .conceptCont h2{
	margin-bottom: 2.8vw;
	padding-bottom: 2.4vw;
	border-bottom: solid 1px #000000;
	text-align: center;
	letter-spacing: 0.02em;
	font-size: 14px;
	font-weight: bold;
	color: #5a5959;
}
.concept .conceptCont p{
	line-height: 1.875;
}
@media screen and (min-width:768px) {
	.concept{
		padding: 0 20px;
	}
	.concept .pageTitleE{
		padding-bottom: 80px;
	}
	.concept .conceptLead{
		padding: 30px 70px 16px;
		line-height: 2;
		font-size: 16px;
	}
	.concept .conceptCont{
		padding: 37px 0 0;
	}
	.concept .conceptCont h2{
		margin-bottom: 12px;
		padding-bottom: 18px;
		font-size: 16px;
	}
	.concept .conceptCont p{
		line-height: 30px;
	}
}




/****************************************
年末年始
****************************************/
.newsTable01{
	border-collapse: collapse; 
	border-spacing:0;
	width: 100%;
	border: solid 1px #dcdcdc;
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.newsTable01 th{
	width: 25%;
	padding: 0.5625em 0;
	background-color: #efefef;
	border: solid 1px #dcdcdc;
	vertical-align: middle;
	font-weight: bold;
}
.newsTable01 td{
	width: 25%;
	padding: 0.5625em 0;
	border: solid 1px #dcdcdc;
	vertical-align: middle;
}
.newsTable01 td.tdFalse{
	font-size: 1.2em;
	color: #868686;
}
.newsNote{
	position: relative;
	padding-left: 1.2em;
}
.newsNote::before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 768px){
	.newsCont .newsBody.newyear{
		font-size: 14px;
	}
	.newsCont .newsBody > .newsNote{
		margin-bottom: 16px;
	}
}

