﻿@charset "utf-8";
/* ===========================================================
 * 
 * アールシーエス 預かりサービスPC　スタイルシート
 * Last UpDate : 2018/03/23
 *
=========================================================== */
#contents{ width: 100%; height: auto; }

/************** お預かりサービス azukari **************/
#contents .azukariSec{}
#contents .azukariSec01Bg{ background: #bbb3a8; }
#contents .azukariSec01{ position: relative; width: 1250px; margin: 0 auto; }
#contents .azukariSec01Tit{ position: absolute; top: 0; background: rgba(255,255,255,0.5); width: 100%; padding: 30px 0; }
#contents .azukariSec01Tit br{ display: none; }
#contents .azukariSec01Tit span{ display: block; color: #cc5200; font-size: 35px; font-weight: bold; letter-spacing: 1px; text-align: center;
text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
#contents .azukariSec01Img{}
#contents .azukariSec02{ position: relative; background: #cc5200; padding-bottom: 190px; }
#contents .azukariSec02 ul{ position: absolute; top: -100px; width: 660px; margin: 0 auto; left: 0; right: 0; }
#contents .azukariSec02 ul li{ float: left; width: 200px; margin-right: 30px; text-align: center; line-height: 1; }
#contents .azukariSec02 ul li .azukariSec02Bg{ background: #fff; border-radius: 50%; width: 200px; height: 200px; padding-top: 20px; }
#contents .azukariSec02 ul li .azukariSec02Bg img{ width: 55%; height: auto; }
#contents .azukariSec02 ul li:last-child{ margin-right: 0; }
#contents .azukariSec02 ul li span{ display: block; font-family: "vdl-v7marugothic",sans-serif; font-weight: 700; color: #786752; font-size: 21px; text-align: center; }
#contents .azukariSec02Tit{ position: absolute; bottom: 20px; left: 0; right: 0; margin: auto; color: #fff; font-size: 26px; font-weight: bold; text-align: center; }
#contents .azukariSec03{ position: relative; background: #fe980f; color: #fff; font-size: 30px; font-weight: bold; text-align: center; padding: 40px 0; margin-bottom: 60px; }
#contents .azukariSec03 br{ display: none; }
#contents .azukariSec03:before{ position: absolute; content: ""; top: 100%; left: 50%; margin-left: -15px; border: 30px solid transparent; border-top: 30px solid #fe980f; }
#contents .azukariSec04{ font-size: 18px; padding: 0 5% 40px 5%; border-bottom: 1px solid #fe980f; margin-bottom: 60px; text-align: center; }
#contents .azukariSec05{  }
#contents .azukariSec05 ul li{ width: 960px; margin: 0 auto 60px auto; }
    #contents .azukariSec05 ul li:after{ content: ""; display: block; clear: both; }
#contents .azukariSec05 ul li .azukariSec05Ico{ width: 110px; height: 110px; background: #786752; border-radius: 50%; text-align: center; margin: 0 auto 10px; padding-top: 25px; }
#contents .azukariSec05 ul li .azukariSec05Ico img{ width: 55%; height: auto; }
#contents .azukariSec05 ul li .azukariSec05Tit{ font-size: 35px; font-weight: bold; color: #786752; text-align: center; margin-bottom: 20px; }
#contents .azukariSec05 ul li .azukariSec05Img{ float: left; width: 50%; height: auto; text-align: center; margin-right: 30px; }
#contents .azukariSec05 ul li .azukariSec05Img img{ width: 100%; height: auto; }
#contents .azukariSec05 ul li .azukariSec05Txt{ font-size: 18px; text-align: center; margin-bottom: 30px; }
#contents .azukariSec05 ul li .azukariSec05Txt img{ width: 55%; height: auto; }
#contents .azukariSec05 ul li ul{ width: 100%; }
    #contents .azukariSec05 ul li ul:after{ content: ""; display: block; clear: both; }
#contents .azukariSec05 ul li ul li{ float: left; width: 19.2%; margin: 0 1% 3% 0; border: 1px solid #fe980f; }
#contents .azukariSec05 ul li ul li:nth-child(5n){ margin: 0 0 3% 0; }
#contents .azukariSec05 ul li ul li .azukariSec05Tit01{ color: #fff; background: #fe980f; font-size: 17px; font-weight: bold; width: 100%; padding: 5px; text-align: center; letter-spacing: 1px;}
#contents .azukariSec05 ul li ul li .azukariSec05Img01{ text-align: center; margin-top: 5px; }
#contents .azukariSec05 ul li ul li .azekariSec05Price{ color: #666; font-size: 18px; font-weight: bold; text-align: center; margin-bottom: 10px; }


.azukariFaq{ overflow: hidden; margin-bottom: 80px; }
.azukariFaq .accordionbox{
	width: 100%;
	background: #fff;
	margin: 0 auto 30px;
	padding: 1px;
}
.azukariFaq .accordionbox:nth-child(odd) dt{ background: #fff; }
.azukariFaq .accordionbox:nth-child(even) dt{ background: #fff; }

.azukariFaq .accordionlist dt{
    display:block;
    border: 2px solid #2d910c;
    color: #333;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
    /*
.azukariFaq .accordionlist dt:first-child{
    border-top: none !important;
}
    */
.azukariFaq .accordionlist dt .title{
    padding-left: 10px;
	float: left;
    padding-top: 10px;
    width: 79%;
    font-size: 23px;
}
.azukariFaq .accordionlist dt .title p{ margin-top: 5px; }
.azukariFaq .accordionlist dt .faqSecTitQ01{ float: left; background: #2d910c; width: 40px; height: 40px; color: #fff; font-size: 20px; text-align: center; line-height: 40px; border-radius: 50%; margin: 10px 0 6px 10px; }
.azukariFaq .accordionlist dd{
    display:none;
	background: #fff;
	padding: 20px;
    font-size: 18px;
    line-height: 1.7;
    border: 1px solid #cd5301;
}
.azukariFaq .accordion_icon,
.azukariFaq .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.azukariFaq .accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
    margin-top: 15px;
}
.azukariFaq .accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #2d910c;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.azukariFaq .accordion_icon span:nth-of-type(1) {
    top: 15px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.azukariFaq .accordion_icon span:nth-of-type(2) {
    top: 15px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.azukariFaq #accordion1 .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.azukariFaq #accordion1 .accordion_icon.active span:nth-of-type(2) {
	top: 15px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* cleatfix */
.azukariFaq .clearfix {zoom:1;}
.azukariFaq .clearfix:after {
	content : ""    ;
	display : block ;
	clear   : both  ;
}

#contents .azukariSec06{}
#contents .azukariSec06Ico{ width: 110px; height: 110px; background: #786752; border-radius: 50%; text-align: center; margin: 0 auto 10px; padding-top: 25px; }
#contents .azukariSec06Ico img{ width: 55%; height: auto; }
#contents .azukariSec06Tit{ font-size: 35px; font-weight: bold; color: #786752; text-align: center; margin-bottom: 20px; }
#contents .azukariSec06Img{ text-align: center; margin-bottom: 20px; }


#contents .azukariSec06 ul li{ padding: 60px 0 40px 0; }
#contents .azukariSec06 ul li .azukariSec06Tit01{ float: left; width: 50%; font-size: 25px; font-weight: bold; margin-bottom: 10px; }
#contents .azukariSec06 ul li .azukariSec06Tit01 span{ float: left; display: block; width: 60px; height: 60px; border-radius: 50%; background: #fe980f; color: #fff; font-size: 30px; text-align: center; line-height: 60px; margin: -10px 10px 10px 0; }
#contents .azukariSec06 ul li .azukariSec06Img{ float: right; width: 46%; margin-left: 4%; }
#contents .azukariSec06 ul li .azukariSec06Img img{ width: 100%; height: auto; }

#contents .azukariSec06 ul li .azukariSec06Txt{ font-size: 18px; }
#contents .azukariSec06 ul li .azukariSec06Txt p{ font-size: 16px; }
#contents .azukariSec06 ul li:nth-child(odd){ position: relative; background: #ffe0c1; }
#contents .azukariSec06 ul li:nth-child(odd):before{ position: absolute; content: ""; top: 100%; left: 50%; margin-left: -15px; border: 30px solid transparent; border-top: 30px solid #ffe0c1; z-index: 11; }
#contents .azukariSec06 ul li:nth-child(even){ position: relative; background: #fff5d7; }
#contents .azukariSec06 ul li:nth-child(even):before{ position: absolute; content: ""; top: 100%; left: 50%; margin-left: -15px; border: 30px solid transparent; border-top: 30px solid #fff5d7; z-index: 11; }
#contents .azukariSec06 ul li .azukariSec06Wrap{ width: 960px; margin: 0 auto; }
#contents .azukariSec06 ul li:after{ content: ""; display: block; clear: both; }
#contents .azukariSec06 ul li:last-child{ padding-bottom: 0; }

#contents .azukariSec07{ background: #ffe0c1; padding-bottom: 40px; }
#contents .azukariSec07Wrap{ width: 960px; margin: 0 auto; }
#contents .azukariSec07Tit{ width: 125px; display: inline-block; font-size: 18px; color: #fff; font-weight: bold; letter-spacing: 1px; padding: 5px; text-align: center; background: #786752; margin-right: 10px; }
#contents .azukariSec07Txt{ display: inline-block; font-size: 16px; }

#contents .azukariSec08{ width: 960px; margin: 60px auto; }
#contents .azukariSec08Tit{ border-top: 1px solid #786752; border-bottom: 1px solid #786752; font-size: 25px; text-align: center; padding: 15px 0; font-weight: bold; margin-bottom: 20px; }
#contents .azukariSec08Txt{ font-size: 18px; }

#contents .azukariSec09{ width: 960px; margin: 0 auto 60px auto; }
#contents .azukariSec09Ico{ width: 110px; height: 110px; background: #786752; border-radius: 50%; text-align: center; margin: 0 auto 10px; padding-top: 25px; }
#contents .azukariSec09Ico img{ width: 55%; height: auto; }
#contents .azukariSec09Tit{ font-size: 35px; font-weight: bold; color: #d80000; text-align: center; margin-bottom: 20px; }
#contents .azukariSec09 ul{}
#contents .azukariSec09 ul li{ font-size: 18px; list-style-position: inside; list-style-type: disc; border-bottom: 1px solid #ccc; padding: 0 0 20px 0; margin: 0 0 20px 0; }

#contents .azukariSec10{ width: 960px; margin: 0 auto 60px auto; }
#contents .azukariSec10Ico{ width: 110px; height: 110px; background: #786752; border-radius: 50%; text-align: center; margin: 0 auto 10px; padding-top: 25px; }
#contents .azukariSec10Ico img{ width: 55%; height: auto; }
#contents .azukariSec10Tit{ font-size: 35px; font-weight: bold; color: #786752; text-align: center; margin-bottom: 20px; }
#contents .azukariSec10 table{ width: 100%; border-collapse: collapse; margin-bottom: 20px; }
#contents .azukariSec10 table th{ width: 25%; border: 1px solid #fff; padding: 15px; text-align: center; font-size: 18px; background: #ffb973; }
#contents .azukariSec10 table td{ border: 1px solid #ccc; padding: 15px; font-size: 18px; }
#contents .azukariSec10 ul{ margin-left: 1em; margin-bottom: 30px; }
#contents .azukariSec10 ul li{ text-indent: -1em; font-size: 18px; margin-bottom: 5px; }
#contents .azukariSec10 ul li:before{ content: "※"; display: inline; }
#contents .azukariSec10Btn{ width: 600px; margin: 0 auto 100px auto; }
#contents .azukariSec10Btn a{ display: block; background: #ff4d4d; border-radius: 10px; padding: 15px; color: #fff; font-weight: bold; text-align: center; font-size: 22px; position: relative; text-decoration: none; border: 2px solid #ff4d4d; }
#contents .azukariSec10Btn a:hover{ background: #fff;  color: #ff4d4d; }
#contents .azukariSec10Btn a:before{ content: ""; width: 8px; height: 8px; border-top: 2px solid #fff; border-right: 2px solid #fff; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 50%; right: 20px; margin-top: -4px; }
#contents .azukariSec10Btn a:hover:before{ border-top: 2px solid #ff4d4d; border-right: 2px solid #ff4d4d; }
#contents .azukariSec10Btn a { -ms-filter: "alpha( opacity=60 )"; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }




