@charset "shift_jis";


section.firstview {
    text-align: center;
    width: 100%;
    height: 95vw;
    display: flex;
    background-image: url(../image/First-view_bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 10%;
}
section.firstview h1 {text-align: center;}
section.firstview .read{
    font-family: "tbchibirgothicplusk-pro", sans-serif;
    color: #ffffff;
    display: block;
    font-size: calc(19 * ((100vw - 320px) / 2560) + 10px);
    width: 100%;
    text-align: center;
    line-height: 2.0em;
    letter-spacing: 9px;
}
section.firstview h1>img {
    width: 91%;
    margin: 2.3em auto 0;
}
section.LifeSupport{
    font-family: "tbchibirgothicplusk-pro", sans-serif;
    padding: 4em 2em 3em;
    line-height: 2.3em;
    background: transparent;
}
section.LifeSupport h2{
	font-family :  "aozora-regular","Yu Mincho",YuMincho,"Hiragino Mincho Pro","MS PMincho",serif;
    font-size: 23px;
    color: #000;
    margin: 0 auto 0.5em;
    background: transparent;
    font-weight: bold;
    display: block;
    height: auto;
}
section.LifeSupport p{
    font-size: 16px;
    margin: 0 auto;
    line-height: 1.5;
}
.w900-hidden {display: flex;}
section.LifeSupport p.w900-hidden img {
    width: calc(30.5% - 9%);
    padding: 0;
    margin: 7% auto 5%;
}
.contents{width: 100%;height: auto;overflow: hidden;}
.contents .background-Blue{
    padding-bottom: 0.1em;
    margin-bottom: 5em;
    background: #67C5D1;
}
.contents .about{
    border-radius: 5px;
    background: #FFF;
    padding: 7% 5%;
    margin: 8% 8%;
    height: auto;
}
.contents h2{
	font-family :  "aozora-regular","Yu Mincho",YuMincho,"Hiragino Mincho Pro","MS PMincho",serif;
    font-size: 23px;
    color: #fff;
    background: transparent;
    font-weight: bold;
	padding-top: 2.1em;
    padding-right: 0.2em;
    padding-bottom: 0;
	padding-left: 0.2em;
}
.contents h2 small {
    font-family: "tbchibirgothicplusk-pro", sans-serif;
    font-weight: 100;
    color: #eeeeee;
    letter-spacing: 0.4em;
    font-size: 13px;
}
.contents .about .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contents .about .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contents .about .inner > img:nth-of-type(1) {width: 100%;}

.contents .about .inner > img:nth-of-type(3),
.contents .about .inner > img:nth-of-type(4),
.contents .about .inner > img:nth-of-type(5){width: 80%; margin-top: 10px;}

.contents .about .inner .aboutsaimage{width: 100%;padding: 2.2em 0;}
.contents .about .inner p.chushaku{
    font-size: 14px;
    color: #67C5D1;
}
.contents .big-txt1,
.contents .big-txt2
{
	font-family :  "CI" ,   sans-serif;
    font-size: 19.8px;
    color: #67C5D1;
    font-weight: bold;
    padding: 0.3em 0;
    text-align: center;
    display: block;
}
hr {
    border-top: #C8C9CA solid 1px;
    width: 100%;
    height: 0;
    margin-bottom: 9px;
}
.contents .Service img.title{
    display: block;
    margin: 3.0em auto;
    width: 50%;
}
.contents .Service .Attention{
    width: 85%;
    height: auto;
    margin: 0 auto 3em;
    padding: 2em 1.5em;
    background-image: url(../image/Attention_waku1.png), url(../image/Attention_waku2.png);
    background-size: 100%, 100%;
    background-position: left top, left bottom;
    background-repeat: no-repeat;
    text-align: center;
}
small.chushaku{
    display: block;
    width: 96%;
    margin: 5px auto 0 auto;
    color: #999;
    font-size: 13.3px;
}
.contents .subscription {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-color: #67C5D1;
    padding-top: 8%;
    padding-bottom: 3%;
    margin: 13% auto !important;
    position: relative;
}
.contents .bg-color-orange{background-color: #EFA32A;}
.contents .border-color-orange{border-top-color: #EFA32A;}
.contents .text-color-white{color: #FFF;}

.contents .subscription h3 {
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    padding: 7% 0 4%;
}
.dli-caret-down {
    display: block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 3.84952em 3em;
    border-top-color: #67C5D1;
    border-bottom: 0;
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translateX(-50%);
}
.contents .datail{width: 83%; margin: 0 auto;text-align: center;}

a.btn1 {
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 94%;
    max-width: 320px;
    margin: 37px auto 25% !important;
    padding: 11px 0;
    background-color: #DB0014;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 30px;
    box-shadow: 1px 3px 3px rgb(102 102 102 / 32%);
    margin: 0 auto;
}
a.btn1:hover{text-decoration: underline;color:#FFF;}
a.btn1::after {
    position: relative;
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px rgb(255, 255, 255);
    border-right: solid 2px rgb(255, 255, 255);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -3px;
}
a.btn2 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 80%;
    margin: 0px auto 40px;
    padding: 11px 0px;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #efa32a;
    border-radius: 5px;
    color: #efa32a;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 2px 2px 3px rgb(102 102 102 / 32%);
}
a.btn2:hover::before{transform: translateX(0);}
a.btn2:hover{color: #FFF;}
a.btn2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 110%;
	background-color: #efa32a;
	transform: translateY(110%);
	transition: all .3s;
	z-index: -1;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.Japanese-properties{display: block;margin: 12% 5% 9%;}
.Japanese-properties .tab-wrap{}
.Japanese-properties .tab-wrap .tab-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.Japanese-properties .tab-wrap .tab-item {
    font-weight: bold;
    font-size: 20px;
    width: 49%;
    padding: 10px 0;
    border-radius: 0;
    color: #999;
    text-align: center;
    cursor: pointer;
    transition: 0.099s ease-in-out;
}

.tab-wrap .tab-item:first-child,
.tab-wrap .tab-item:last-child {
    color: #FFF;
    background-color: rgba(239, 163, 42, 0.473);
    border-top: transparent solid 6px;
    border-bottom: #B4B4B5 solid 1px;
}
.tab-wrap .tab-item:hover {color: #FFF;background-color: rgba(239, 163, 42, 0.7);}
.tab-wrap .tab-item:first-child:hover,.tab-wrap .tab-item:last-child:hover{}
.tab-item:first-child.is-active, 
.tab-item:last-child.is-active {
    color: #EFA32A;
    background-color: #FFF !important;
    border-top: #EFA32A solid 6px;
    border-right: #B4B4B5 solid 1px;
    border-left: #B4B4B5 solid 1px;
    border-bottom: transparent;
}
.space-border {
    width: 2%;
    height: auto;
    background-color: transparent;
    border-bottom: #B4B4B5 solid 1px;
}
.panel-wrap {
    background-color: #fff;
    border-right: #B4B4B5 solid 1px;
    border-left: #B4B4B5 solid 1px;
    border-bottom: #B4B4B5 solid 1px;
    height:auto;
    margin-bottom: 1%;
}
.panel-wrap .panel-item{
    display: none;
    width: 99.8%;
    padding: 40px 30px;
    background-color: #fff;
}
.panel-item.is-active {display: block;animation: panel-show .9s ease-in-out forwards;}
@keyframes panel-show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
.contents .flex-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}

.contents picture > img {width: 100%; vertical-align: top;}
.contents .panel-item.is-active > p > b {font-size: 17px; color: #000;}
.contents picture {
    display: block;
    width: 100%;
    height: auto;
}
.contents .flex-box dt{overflow: hidden;}
.contents .flex-box dd > p{padding: 5% 0; font-size: 16.5px;}
.contents .flex-box dt:nth-of-type(1) {
    font-size: 22px;
    text-align: center;
    padding: 2.5% 0;
    font-weight: normal;
}
.contents .panel-wrap .text-center {margin-bottom: 35px; line-height: 1.8;}

div.panel-item.is-active > hr {
    display: none;
    margin-top: 0;
}

/* --------------------------------------------------
-----------------------------------------------------
window size 650-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:650px){
	.contents .LifeSupport {
		font-family: "tbchibirgothicplusk-pro", sans-serif;
		padding: 4.4em 2.4em;
		line-height: 2.3em;
		background: transparent;
	}
    section.LifeSupport p.w900-hidden img {
        width: 125px;
        margin: 7% auto 5%;
    }
    .contents .Service img.title{
        width: 40%;
    }
    section.LifeSupport h2,.contents .LifeSupport h2,
    .contents .subscription h3,.contents h2{font-size: 30px;}

    .contents .big-txt1, 
    .contents .big-txt2{font-size: 24px;}

	.contents .LifeSupport p , .contents p,
    section.LifeSupport p {font-size: 18px;}

    .contents .Service .Attention {width: 68%;}
    a.btn1 {font-size: 20px;max-width: 411px;margin: 49px auto 25% !important;padding: 22px 0;border-radius: 50px;}

    .Japanese-properties .tab-wrap .tab-item {font-size: 25px;}
    .contents .panel-item.is-active > p > b {font-size: 22px;}
    .contents .flex-box {
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 0 auto;
    }
    div.panel-item.is-active > dl > div:nth-child(1) {margin-right: 5%;width: 50%;}
    div.panel-item.is-active >dl > div:nth-child(2){width: 50%;}
    a.btn1 {
        font-size: 15px;
        max-width: 360px;
        padding: 16px 0px;
    }
    a.btn2 {margin: 13px auto 53px;}

}
/* --------------------------------------------------
-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){
	div.mm-page{
		width: 100%;
		margin-top: 96px;
		border-top: 6px solid #c00;
	}
	#main_container{
		margin: 10px auto 0 auto;
		overflow: hidden;
		width: 980px;
	}

    #left_container {
        width: 250px;
        float: left;
        clear: none;
    }
    #right_container {
        width: 700px;
        float: right;
        margin-left: 30px;
    }
    
    section.firstview {
        height: 562px;
        padding-bottom: 10%;
        background-image: url(../image/PC_First-view_bg.jpg);
    }
    section.LifeSupport {padding: 4em 2.4em;}
    .w900-hidden {display: none;}
}