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


/* contents01 */

.contents01 {
	margin-bottom: 200px;
}

.contents01 .box01 {
	width: 100%;
	margin-bottom: 100px;
	text-align: center;
	background-image: url("images/back01.jpg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}

.contents01 .box01 img {
	width: auto;
	height: 660px;
}

.contents01 .box02 {
	width: 1030px;
	margin-bottom: 100px;
	text-align: center;
}

.contents01 .box02 h5, .contents01 .box02 p {
	font-family: 'Zen Old Mincho', serif;
line-height: 1.4;
font-weight: normal;
}

.contents01 .box02 h5 {
	font-size: 20px;
color: #000;
	margin: 30px 0px 40px;
}

.contents01 .box02 p {
	font-size: 22px;
color: #5a83a6;
	line-height: 1.8;
	padding: 30px 40px 40px;
	background : rgba(90, 131, 166, 0.15);
	text-align: left;
	border-radius: 5px;
}

.contents01 .box02 p span {
	display: block;
	padding-top: 30px;
	text-align: center;
	font-size: 26px;
}

.contents01 .box03 {
	margin-bottom: 100px;
	text-align: center;
	display: flex;
  justify-content: center;
	align-items: flex-end;
}

.contents01 .box03 .box {
	margin: 0px 60px;
}

.contents01 .box03 h4, .contents01 .box03 h6 {
	font-family: 'Zen Old Mincho', serif;
line-height: 1.4;
font-weight: normal;
	color: #5a83a6;
}

.contents01 .box03 h4 {
	font-size: 28px;
	margin-top: 25px;
}

.contents01 .box03 h4 span {
	font-size: 17px;
}

.contents01 .box03 h5 {
color: #4d4d4d;
line-height: 1.2;
font-weight: normal;
	margin: 5px 0px 5px;
}

.contents01 .box03 h6 {
	font-size: 36px;
}

.contents01 .box03 h6::after {
	content: "（税込）";
	font-size: 16px;
}


.contents01 .box04 {
	width: 960px;
	text-align: center;
}

.contents01 .box04 h5 {
	display: inline-block;
	font-family: 'Zen Old Mincho', serif;
line-height: 1.2;
font-weight: normal;
	color: #FFF;
	letter-spacing: 0.1em;
	font-size: 20px;
	padding: 5px 50px;
	background-color: #cccccc;
}

.contents01 .box04 p {
	margin-top: 40px;
	text-align: left;
}

.contents01 .box04 p.text001 {
	margin-top: 0px;
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
	font-size: 18px;
}

.contents01 .box04 h6 a {
	width: 620px;
}

.contents01 .box05 {
	text-align: center;
    padding-top: 50px;
}

/* contents02 */

.contents02 {
	width: 100%;
	padding: 80px 0px 100px;
	background-image: url("images/back02.jpg");
background-position: center center;
background-repeat: no-repeat;
}

.contents02 .midashi01 h3, .contents02 .midashi01 h4 {
	color: #FFF;
}

.contents02 .midashi01 h4 {
	display: inline-block;
	padding: 4px 50px;
	background-color: #000;
}

.contents02 .box01 {
	width: 960px;
}

.contents02 .box01 .box {
	margin-bottom: 15px;
}

.contents02 .box01 .box:last-child {
	margin-bottom: 0px;
}

.faq-box {
	position: relative;
	padding: 15px 50px;
	padding-left: 80px;
	display: none;/*はじめは非表示*/
	background-color: #FFF;
}

.faq-box::before {
	content: "";
	position: absolute;
left: 20px;
top: 20px;
	background-image: url("images/answer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 25px;
	height: 26px;
}

.faq {
	position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
	padding: 18px 50px;
	padding-left: 80px;
	background-color: #d2d0db;
    transition: all .5s ease;
	background-image: url("images/question.svg");
background-position: left top;
background-repeat: no-repeat;
}

.faq  h6 {
	font-family: 'Zen Old Mincho', serif;
	font-size: 20px;
color: #231815;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
}

.faq::before,
.faq::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 2px;
    background-color: #a67c52;
	 transition: all .5s ease;
    
}
.faq::before{
    top:48%;
    right: 26px;
    transform: rotate(0deg);
    
}
.faq::after{    
    top:48%;
    right: 26px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.faq.close::before{
  transform: rotate(45deg);
}

.faq.close::after{
  transform: rotate(135deg);
}




/* contents03 */

.contents03 {
	padding: 80px 0px 100px;
	background-color: #f2f2f2;
	margin-bottom: 70px;
}

.contents03 .box01 {
	width: 960px;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
