﻿@charset "utf-8";

.head-main1 {
	width: 100%;
	background-size: cover;
	background-image: url(../img/head1.webp);
	background-repeat: no-repeat; /* 上下に12vw、左右は0 */
	padding-top: 140px;
	text-align: center;
	height: 300px;
	overflow: hidden;
}


.sub-content01 {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.sub-content01-box1 {
  width: 90%;
  margin: 240px auto 0;
  background-color: #FFF;
  padding-top: 16px;
  clear: both;
}
.sub-content01-box2 {
	width: 100%;
	background-color: #FFF;
	clear: both;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 400px;
}
.voice-section {
	padding: 2em 1em;
	background-attachment: scroll;
	background-image: url(../img/bg3.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}


.voice-card {
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 1.5em;
  line-height: 1.8;
  font-size: 1rem;
}

.voice-comment {
  color: #444;
}

.voice-comment strong {
  color: #c0392b;
  font-weight: bold;
}

.voice-name {
  text-align: right;
  margin-top: 1.5em;
  font-style: italic;
  color: #666;
}


.sub-content01-box3 {
	background-color: #FFF;
	clear: both;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 30;
	margin-left: 15px;
	border : 5px solid #d8cbca;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.sub-content01-box3-li {
	display : flex;
	flex-wrap : wrap;
	justify-content : space-between;
	margin : 0 0 20px;
	}

.sub-content01-box3-li li {
	background-color : #39ACA6;
	width : 48%;
	color : #ffffff;
	text-align : center;
	margin : 0 0 10px;
	padding : 8px;
	border-radius : 5px;
	}

.sub-content01-box3-li li:nth-child(5) {
	margin : 0 0 0 25%;
	}
.sub-content01-box4 {
	clear: both;
	margin-right: 15px;
	margin-bottom: 40px;
	margin-left: 15px;
	border: 4px solid #FF9999;
	padding: 15px;
}



.recommend-sick {
	text-align : center;
	}

.recommend-sick i {
	display : block;
	font-size : 1.3rem;
	margin : 10px 0 15px;
	}

.recommend-subttl {
	text-align : center;
	font-weight : bold;
	margin : 0 0 5px;
	padding : 5px;
	border : 1px solid #573934;
	}

.pic-small {
	width : 90%;
	margin : 0 auto;
	}

.other-ttl {
	text-align : center;
	font-size : 1.8rem;
	font-weight : bold;
	margin : 0 0 15px;
	padding : 0 0 10px;
	border-bottom : 1px dotted #573934;
	}
