@charset "UTF-8";
/* CSS Document */

.tab-wrap {
	font-family: "ryo-gothic-plusn", sans-serif;
	display: table;
    padding-left: 0;
}

.tab-wrap .tab-btn{
    display: table-cell;
    width: 600px;
}

.tab-wrap .tab-btn .no-active {
    border: 1px solid #008285;
	background: #FFF;
    color: #008285;
	font-size: 1.5rem;
    padding: 25px 0;
    text-align: center;
    display: block;
	text-decoration: none;
    margin: 0 10px;
}

.tab-wrap .tab-btn .active {
	background: #008285;
    color: #FFF;
	font-size: 1.5rem;
    padding: 25px 0;
    text-align: center;
    display: block;
	text-decoration: none;
    margin: 0 10px;
}

.tab-wrap .tab-btn .active::after{
    display: block;
    content: "▼";
    font-size: 45px;
    width: 0px;
    height: 0px;
    color: #008285;
    position: relative;
    top: 5px;
    left: 255px;
}

@media screen and (max-width:767px) {
.tab-wrap .tab-btn .no-active {
	font-size: 1.3rem;
    padding: 15px 0;
}

.tab-wrap .tab-btn .active {
	font-size: 1.3rem;
    padding: 15px 0;
}
    
/*.tab-wrap .tab-btn .active::after{
    font-size: 24px;
    width: 0px;
    height: 0px;
    top: 4px;
    left: 72px;
}*/
 }   
    
@media screen and (max-width:414px){
    .tab-wrap .tab-btn .active::after{
    font-size: 24px;
    width: 0px;
    height: 0px;
    top: 4px;
    left: 80px;
}
    } 
 @media screen and (max-width:390px){
    .tab-wrap .tab-btn .active::after{
    left: 75px;
}
    } 

@media screen and (max-width:375px){
    .tab-wrap .tab-btn .active::after{
    left: 72px;
}
    } 


.flow-area{
    width: 100%;
    text-align: center;
}

.flow-area .flow-list-wrap{
    padding-left: 0;
    counter-reset: li;
    /*background: no-repeat right 72px center url(/themes/www.daiwa117.jp_2017/process/img/bg_flow.png);*/
}

.flow-area .flow-list-wrap li{
    width: 72px;
    height: 280px;
    box-sizing: border-box;
    margin-right: 30px;
    border: 1px solid #008285;
    background-color: #FFF;
    vertical-align: top;
    display: inline-block;
}

.flow-area .flow-list-wrap li:last-child{
    margin-right: 0;
}

.flow-number{
    display: block;
    padding-top: 70px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.flow-number::before{
    content: "▼";
    position: absolute;
    bottom: 10px;
    right: -2px;
    left: 0;
    font-size: 1.4rem;
    color: #008285;
}

.flow-number::after{
    font-family: "ryo-gothic-plusn", sans-serif;
    display: block;
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 70px;
    height: 50px;
    line-height: 36px;
    margin: 0 auto;
    font-size: 1.5rem;
    color: #008285;
    background-color: #E5F2F3;
    text-align: center;
    padding-top: 8px;
}

.flow-title{
    font-family: "ryo-gothic-plusn", sans-serif;
    -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
    font-size: 1.5rem;
    color: #333;
    line-height: 70px;
    letter-spacing: 0.3rem;
}

@media screen and (max-width:767px){
   .flow-area{
        padding: 0 10px;
}

.flow-area .flow-list-wrap li{
    width: 45px;
    height: 200px;
    margin: 15px 12px 0 0;
}

.flow-number{
    padding-top: 50px;
}

.flow-number::before{
    bottom: 5px;
    right: 0;
    font-size: 1.0rem;
}

.flow-number::after{
    width: 43px;
    height: 35px;
    font-size: 1.1rem;
    padding-top: 0px;
}

.flow-title{
    font-size: 1.0rem;
    line-height: 33px;
}
}



.hoyo-table{
    font-family: "ryo-gothic-plusn", sans-serif;
    font-size: 1.1rem;
}

.hoyo-table > .row{
    border-top: 0.3px solid #008285;
}

.hoyo-table > :last-child{
    border-bottom: 0.3px solid #008285;
}

.hoyo-title{
    text-align: center;
    background-color: #E5F2F3;
    padding: 20px 0;
}

.hoyo-day{
    background-color: #FFF;
    padding: 20px 0 20px 30px;
}

.process-wrap {
	background-color: #FAFAFA;
    /*border: 1px solid #EEEEEE;*/
	/*padding: 40px;*/
    padding: 0 40px 40px;
    /*margin-bottom: 80px;*/
}

.process-wrap::before{
    display: block;
    height: 50px;
    margin-top: -50px;
    content: "";
}

/*.process-wrap::after{
  display: block;
    content: "▼";
    font-size: 45px;
    width: 0px;
    height: 0px;
    color: #FAFAFA;
    position: relative;
    top: 20px;
    left: 510px;
}*/


.process-namber {
	font-size: 30px;
	color: #008285;
	display: inline-block;
	text-align: left;
	padding-left: 5px;
    /*padding-top: 40px;*/
}
.process-text {
	display: inline-block;
	text-align: left;
	font-size: 1.1rem;
	font-family: "ryo-gothic-plusn", sans-serif;
}
.process-ttl {
	display: inline-block;
	text-align: left;
	font-size: 1.5rem;
}
.process-img {
	padding-right: 30px;
}
.process-tel-wrap {
	display: flex;
	width: 100%;
	color: #DB4E62;
}
.process-tell{
	font-size: 2rem;
	color: #DB4E62;
	letter-spacing: normal;
	line-height: inherit;
}

@media screen and (max-width:767px){
    .hoyo-table{
    font-size: 1.1rem;
}

.hoyo-table > .row{
    border-top: 0.3px solid #008285;
}

.hoyo-table > :last-child{
    border-bottom: 0.3px solid #008285;
}

.hoyo-title{
    text-align: center;
    background-color: #E1EDF2;
    padding: 10px;
    font-size: 1.0rem;
}

.hoyo-day{
    background-color: #FFF;
    padding: 10px;
    font-size: 1.0rem;
}

.process-wrap {
	padding: 0 20px 20px;
    /*margin-bottom: 80px;*/
}
    
.process-wrap::before{
    display: block;
    height: 40px;
    margin-top: -40px;
    content: "";
}


/*.process-wrap::after{
    font-size: 35px;
    top: 5px;
    left: 145px;
}*/
    
.process-namber {
	font-size: 30px;
	color: #008285;
	display: inline-block;
	text-align: left;
	padding-left: 5px;
}
.process-text {
	display: inline-block;
	text-align: left;
	font-size: 1.1rem;
	/*font-family: "ryo-gothic-plusn", sans-serif;*/
}
.process-ttl {
	display: inline-block;
	text-align: left;
	font-size: 1.5rem;
}
.process-img {
	padding: 0 0 10px;
}
.process-tel-wrap {
	display: flex;
	width: 100%;
	color: #DB4E62;
}
.process-tell{
	font-size: 2rem;
	color: #DB4E62;
	letter-spacing: normal;
	line-height: inherit;
}
}

@media screen and (max-width:414px){
    /*.process-wrap::after{
    top: 5px;
    left: 165px;
}*/
    } 
 @media screen and (max-width:390px){
/*.process-wrap::after{
    top: 5px;
    left: 160px;
}*/
    } 

@media screen and (max-width:375px){
    /*.process-wrap::after{
    top: 5px;
    left: 145px;
}*/
    } 
    
    
.flow_box {
	margin-top: 117px;
	margin-bottom: 23px;
}
.flow_box2 {
	margin-top: 155px;
	margin-bottom: 139px;
}
.process-bg-white {
	background-color: white;
	padding-left: 50px;
	padding-right: 50px;
}
.process-bg-gray, .process-bg-gray1 {
	background-color: #EEEEEE;
	margin-top: 82px;
	padding-bottom: 53px;
	padding-left: 50px;
	padding-right: 50px;
}
.process-bg-gray1 {
	padding-top: 53px;
}
.advice-bg-w {
	background-color: white;
	padding: 20px 22px 22px 22px;
	margin-top: 30px;
	font-family: "ryo-gothic-plusn", sans-serif;
}
.advice-bg-g {
	background-color: #EEEEEE;
	padding: 20px 22px 22px 22px;
	margin-top: 30px;
	font-family: "ryo-gothic-plusn", sans-serif;
}
.advice-text {
	display: block;
	padding: 1px;
	color: #555;
}
.p-border {
	border-bottom: solid 1.2px #008285;
	margin-bottom: 26px;
	/*margin-top: 35px;*/
}
/*.process_flow {
	font-family: "ryo-gothic-plusn", sans-serif;
	display: flex;
}
.process_flow a {
	background: #EFEFEF;
	font-size: 1.1rem;
	float: left;
	width: 32.5%;
	border: solid 1px #C4C4C4;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.process_flow .li01, .process_flow .li02, .process_flow .li03 {
	display: table;
	vertical-align: middle;
}
.process_flow .li01 i, .process_flow .li02 i, .process_flow .li03 i {
	display: table-cell;
	vertical-align: middle;
}
.process_flow .li01 p, .process_flow .li02 p, .process_flow .li03 p {
	display: table-cell;
	vertical-align: middle;
}
.process_flow a:nth-child(2) {
	margin: 0 1.25%;
}
.process_flow a .li01, .process_flow a .li02, .process_flow a .li03 {
	padding: 18px 0;
	text-decoration: none;
}
.process_flow a .li01 {
	color: #fff;
display: inline-block;
}
.process_flow a .li02, .process_flow a .li03 {
	color: black;
    display: inline-block;
}*/
.process_flow .box-b {
	background: #008285;
}
.process_flow i {
	padding-right: 13px;
}
.process_flow p {
	letter-spacing: normal;
}
.padding-h {
	padding-top: 170px;
}
.gw-img img {
	vertical-align: top;
	width: 8%;
}
.img-btn {
	margin-top: 20px;
	font-family: "ryo-gothic-plusn", sans-serif;
}
.img3-btn {
	display: flex;
}
.img-btn .col-sm-4, .img-btn .col-xs-4 {
	margin-bottom: 10px;
}
.square_btn {
	display: inline-block;
	text-decoration: none;
	color: #008285;
	border: solid 1px #ccc;
	background: white;
	width: 98%;
	text-align: center;
	padding: 8px 0;
}
.img3-btn div {
	display: inline-flex;
	justify-content: center;
}
.square_btn:hover, .first-btn:hover {
	background: #007BA7;
	color: white;
	text-decoration: none;
}
.advice-bg-w h4, .advice-bg-g h4 {
	font-size: 1.18rem;
}
.process-tel-wrap img {
	vertical-align: top;
	margin-right: 10px;
	margin-top: 5px;
}
.my-blue {
	color: #007BA7;
}
.icon-b {
	color: #007BA7;
}
.fancy-btn {
	text-decoration: none !important;
	color: #007BA7 !important;
	/*border: solid 2px #555;*/
	background: white;
	padding: 6px;
}
.fancy-btn:hover {
	background: #007BA7;
	color: white !important;
}

/*
@media screen and (max-width:1200px){

.process_flow .li01,.process_flow .li02,.process_flow .li03 {
	margin: 0px 4px;
	}
}
*/
@media screen and (max-width:520px) {
.process_flow a {
	justify-content: left;
}
}

@media screen and (max-width:767px) {
.gw-img img {
	width: 18%;
}
.process-bg-white {
	padding-left: 10px;
	padding-right: 10px;
}
.process-bg-gray1 {
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.process-bg-gray {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
	padding-bottom: 30px;
}
.advice-bg-w h4, .advice-bg-g h4 {
	color: #007BA7;
}
.square_btn {
	font-size: 0.8rem;
}
.flow_box, .flow_box2 {
	margin: 25px 10px 35px 10px;
	table-layout: fixed;
}
.process_flow .li01, .process_flow .li02, .process_flow .li03 {
	font-size: 0.9rem;
}
    
.p-border {
	margin-bottom: 13px;
	margin-top: 20px;
}
.process-tel-wrap img {
	width: 25px;
	margin-top: 3px;
}
.process-text {
	font-size: 1rem;
}
.advice-text {
	font-size: 1rem;
    margin-bottom: 0;
}
.process-tell {
	font-size: 1.6rem;
	margin: 0px;
	line-height: inherit;
	}	
	
.process-namber {
	font-size: 1.5rem;
}
.process-ttl {
	font-size: 1.18rem;
}
.padding-h {
	padding-top: 69px;
}
.process_flow a .li01, .process_flow a .li02, .process_flow a .li03 {
	padding: 12px 0px;
}
.advice-bg-w {
	margin-top: 12px;
	padding: 10px 22px 10px 22px;
}
.advice-bg-g {
	margin-top: 14px;
	padding: 10px 22px 10px 22px;
}
.process_flow i {
	padding: 0 3px;
}
.process_flow p {
	letter-spacing: normal;
}
.img-btn {
	letter-spacing: normal;
}
.fancybox-caption::after {
    border-bottom: 0 !important;
}
}

@media screen and (min-width:768px) {
.first-btn {
	border: solid 1px #007BA7;
	display: inline-block;
	text-decoration: none;
	color: #007BA7;
	background: white;
	width: 98%;
	text-align: center;
	padding: 8px 0;
}
.advice-text {
	display: block;
	padding: 1px;
}
}

/*----------------------------------------------------------
末期の儀
----------------------------------------------------------*/

.matsugo-area .matsugo-img{
    height: auto;
    text-align: center;
    margin: 0 20px;
}


.matsugo-area .matsugo-text{
    font-size: 2.0rem;
    line-height: 4.5rem;
    text-align: center;
    margin: 50px 0 50px;
}


/*アコーディオンの部分*/
.matsugo-contents {
	margin: 0 auto;
	padding: 0;
}


.matsugo-contents label {
    display: block;
    margin: 0;
	padding :15px;
	color :#fff;
    background :#65A5C1;
    font-family: "ryo-gothic-plusn",sans-serif;
    font-size: 1.1rem;
	cursor :pointer;
}


.matsugo-contents label span::before{
    content: '';
    display: inline-block;
    height: 2px;
    width: 12px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 23px;
}

.matsugo-contents label span::after{
    content: '';
    display: inline-block;
    height: 2px;
    width: 12px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 23px;
    transform: rotate(90deg);
    transition: 0.2s

}


.matsugo-contents input:checked ~ label span::after{
    transform: rotate(0deg);
    transition: 0.2s
}



input {
	display: none;
}

.matsugo-contents p {
	margin: 0;
	padding: 0;
    font-family: "ryo-gothic-plusn",sans-serif;
    font-size: 1.1rem;
    padding: 30px 20px 0;
}


.matsugo-contents p {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#matsugo-description-01:checked ~ #links01 p{
    background :#fff;
	height: auto;
    padding-bottom: 30px;
    opacity: 1;
    
}

#matsugo-description-02:checked ~ #links02 p {
    background :#eee;
	height: auto;
    padding-bottom: 30px;
    opacity: 1;
    
}

/*----------------------------------------------------------
商品・サービス一覧
----------------------------------------------------------*/

/*タブメニュー*/
.tab-wrap01{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	
	border: none;
	border-bottom: solid 3px #247FA8;
	font-family: "ryo-gothic-plusn",sans-serif;
    font-size: 1.18rem;
    list-style: none;
    padding-left: 10px;
}

.tab-wrap02{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	
	border: none;
	border-top: solid 3px #247FA8;
	font-family: "ryo-gothic-plusn",sans-serif;
    font-size: 1.18rem;
    list-style: none;
    padding-left: 10px;
}

.tab-wrap01 a,
.tab-wrap02 a{
	flex: 0 0 272px;
	background-color: #E6E6E6;
	border-radius: 0px;
	border: none;
	margin: 0 4px;
	text-align: center;
    /*padding: 20px 0;*/
	color: #000;
	background-color: none;
    text-decoration: none;

}

.tab-wrap01 a li,
.tab-wrap02 a li{
    padding: 15px 0;
    letter-spacing: 0;

}

.tab-wrap01 a li::before,
.tab-wrap02 a li::before{
	display: inline-block;
	margin: 0 10px;
	color: #247FA8;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
}

.tab-wrap01 a li.active,
.tab-wrap01 a li:hover,
.tab-wrap02 a li.active,
.tab-wrap02 a li:hover{
	background-color: #7BB2CA;
	color: #FFF;
	border: none;
	border-radius: 0px;
}

.tab-wrap01 a:hover li::before,
.tab-wrap02 a:hover li::before{
	color: #FFF;
}

.tab-wrap01 a li.active::before{
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: bold;
	color: #FFF;
}

.tab-wrap02 a li.active::before{
	font-family: "Font Awesome 5 Free";
	content: "\f106";
	font-weight: bold;
	color: #FFF;
}






/*商品説明*/

.service-contents-wrap{
    border: 1px solid #000;
    padding: 25px 15px;
}

.service-contents-wrap .service-description-wrap-01{
    border: 1px solid #65A5C1;
    padding: 20px;
    margin: 25px 15px;
    height: 570px;
}


.service-name{
    font-size: 1.5rem;
    text-align: center;
    margin: 30px 0 20px;
}

.service-description{
    font-family: "ryo-gothic-plusn",sans-serif;
    font-size: 1.18rem;
    line-height: 30px;

}

.service-link{
    color: #333;
}

.service-link i{
    margin: 15px 10px 0 0;
    color: #247FA8;
}


/*商品説明 ー 続きを読むボタン*/

.service-description-wrap-01,
.service-description-wrap-02 {
    position: relative;
    border: 1px solid #65A5C1;
    padding: 20px;
    margin: 25px 15px;

}

.service-description-wrap-01 label,
.service-description-wrap-02 label {
    height: 50px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-bottom: 0;
    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}

.service-description-wrap-01 input:checked + label,
.service-description-wrap-02 input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}

.service-description-wrap-01 label:after, 
.service-description-wrap-02 label:after {
    content: "続きを読む"; /* ラベルの文字 */
    font-family: "ryo-gothic-plusn",sans-serif;
    font-size: 1.1rem;
    /*line-height: 50px;*/
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #65A5C1;
    width: 100%;
    
}

.service-description-wrap-01 label:before,
.service-description-wrap-02 label:before {
    font-family: "Font Awesome 5 Free";
	content: "\f067";
    color: #fff;
    font-size: 1.18rem;
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 1;
}

.service-description-wrap-01, input:checked + label:before,
.service-description-wrap-02 input:checked + label:before {
    font-family: "Font Awesome 5 Free";
	content: "\f068";
	color: #fff;
    font-size: 1.18rem;
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 1;
}

.service-description-wrap-01 input,
.service-description-wrap-02 input {
    display: none;
}


.service-description-wrap-02 .accordion-container {
    overflow: hidden;
    height: 330px; /* 開く前に見えている部分の高さ */
	
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.service-description-wrap-01 input:checked + label:after,
.service-description-wrap-02 input:checked + label:after {
    content: "とじる";
    font-family: "ryo-gothic-plusn",sans-serif;
    font-size: 1.1rem;
    padding: 15px 0;
}

/*.service-description-wrap-01, input:checked + label:before,
.service-description-wrap-02 input:checked + label:before {
    font-family: "Font Awesome 5 Free";
	content: "\f068";
}*/

.service-description-wrap-01 input:checked ~ .accordion-container,
.service-description-wrap-02 input:checked ~ .accordion-container {
    height: auto;
	max-height: none;
    padding-bottom: 40px; /* とじるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

@media (max-width: 1199px){
	.service-contents-wrap .service-description-wrap-01{
		border: 1px solid #65A5C1;
		height: 665px;
	}
	
	.service-description-wrap-01 .accordion-container,
	.service-description-wrap-02 .accordion-container {
		overflow: hidden;
		/* height: calc(470px - 0.767px); 開く前に見えている部分の高さ */
		max-height: 470px; /* 開く前に見えている部分の高さ */
	}
    
    .tab-wrap01 a,
    .tab-wrap02 a{
        flex: 0 0 220px;
    }
    .tab-wrap01,.tab-wrap02{
    font-size: 1.1rem;
    padding-left: 15px;
}
}

@media (max-width:1119px){
	.tab-wrap01 a , .tab-wrap02 a{
	flex: 0 0 220px;
    }
    
}

@media (max-width:991px){
	
	.service-contents-wrap .service-description-wrap-01{
		height: 645px;
	}
	
	.service-description-wrap-01 .accordion-container,
	.service-description-wrap-02 .accordion-container {
		height: calc(297px - 0.933px); /* 開く前に見えている部分の高さ */
	}
	
	
	.tab-wrap01 a , .tab-wrap02 a{
	    flex: 1 0 45%;
        margin: 2px 2px;
    }
    
    .tab-wrap01,.tab-wrap02{
        padding-left: 0;
        border-bottom: none;
        border-top: none;
        margin-bottom: 0;
    }
}


@media (max-width:992px){
	.info-tab-wrap{
		border: none;
	}
	.info-tab-wrap li{
		flex: 1 1 284px;
		margin: 1px;
	}
	.info-tab-wrap li:first-child{
		flex: 1 1 100%;
	}
}

@media (min-width: 768px){
	.service-description-wrap-01 label{
		display: none;
	}
}

@media (max-width:767px){
	.service-description-wrap-01 .service-name,
	.service-description-wrap-02 .service-name{
		height: auto;
	}
    .matsugo-area .matsugo-img{
    margin: 40px 20px 0;
}
    .matsugo-area .matsugo-text-area{
    padding: 20px 0 0;
}
    .matsugo-area .matsugo-text{        
    font-size: 1.18rem;
    line-height: 35px;
    margin: 15px 0 0;
}
    .matsugo-contents label {
    font-size: 1.0rem;
}
    .matsugo-contents p {
    font-size: 1.0rem;
    padding: 20px 15px 0;
}
    .tab-wrap01,.tab-wrap02{
        padding: 0 10px;
        font-size: 1.0rem;
    }
    
    .tab-wrap01 a , .tab-wrap02 a{
	    flex: 0 0 100%;
        margin: 1px 0;

    }
    
    .tab-wrap01 a li,.tab-wrap02 a li{
    padding: 10px 0;

}
    .service-contents-wrap{
    border: none;
    padding: 0;
}
	
	.service-contents-wrap .service-description-wrap-01{
		height: auto;
	}
    
    .service-contents-wrap .service-description-wrap-01,
    .service-contents-wrap .service-description-wrap-02{
    padding: 15px;
    margin: 25px 10px;
}
  
    .service-name{
    font-size: 1.18rem;
    margin: 20px 0 20px;
}

    .service-description{
    font-size: 1.0rem;
    line-height: 20px;

}
    
    .service-description-wrap-01 label,
    .service-description-wrap-02 label {
    height: 0; /* グラデーションの高さ */
}

	.service-description-wrap-01 label:after,
    .service-description-wrap-02 label:after {
    content: "商品説明"; /* ラベルの文字 */
    font-size: 1.1rem;
    padding: 15px 0;
    bottom: 0;
    left: 0;
}
	.service-description-wrap-01 label:before,
    .service-description-wrap-02 label:before {
    font-family: "Font Awesome 5 Free";
	content: "\f067";
    color: #fff;
    font-size: 1.18rem;
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 1;
}

	.service-description-wrap-01, input:checked + label:before,
.service-description-wrap-02 input:checked + label:before {
    font-family: "Font Awesome 5 Free";
	content: "\f068";
	color: #fff;
    font-size: 1.18rem;
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 1;
}
	
	.service-description-wrap-01 .accordion-container,
    .service-description-wrap-02 .accordion-container {
    height: 35px; /* 開く前に見えている部分の高さ */
}

	.service-description-wrap-01 input:checked + label:after,
    .service-description-wrap-02 input:checked + label:after {
    content: "とじる";
    font-family: "ryo-gothic-plusn",sans-serif;
    font-size: 1.1rem;
    padding: 15px 0;
}
	
	.service-description-wrap-01 input:checked ~ .accordion-container
    .service-description-wrap-02 input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 40px; /* とじるボタンのbottomからの位置 */
    
}
}
