@charset "utf-8";
/* CSS Document */
.content_wrap {
	width: 980px;
}
.content_wrap p {
	font-size: 16px ;
}
.mv {
	margin-bottom: 5vw;
}
.mv p {
	padding: 3vw 0 0;
}
.anchor {
	        padding: 0vw 0vw 8vw;
    display: flex;
    justify-content: space-between;
}
.a_button {
	padding: 13px 17px;
    text-decoration: none;
    background: #f8f8f8;
    border-left: solid 6px #e78e00;
    font-weight: 600;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    margin: 0vw 0.4vw 0vw;
    font-size: 3.8vw;
    width: 220px;
}
.a_button:hover {
	opacity: 0.5;
}
.a_button a:hover {
	text-decoration: none;
}
.triangle3{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #e78e00;
	display: inline-block;
	margin-right: 3%;
}
.a_button p {
	color: #e78e00;
	font-weight: 600;
	font-size: 16px;
}
.content {
	/*padding: 5vw;*/
}
.content .section {
	margin-bottom: 10vw;
}
.content_wrap img {
	display: block;
}
.content_wrap .section h2 {
	color: #e78e00;
	font-size: 30px;
	border-top: solid 2px;
    border-bottom: solid 2px;
    text-align: center;
    padding: 27px 0;
	font-weight: 600;
	margin-bottom: 2vw;
}

.content_wrap,h2,h3,h4 {
	border-bottom: none;
}
.section h3 {
	margin: 4vw 0;
    font-size: 1.6rem;
}
.hada {
	background-color: #f8e7d5;
    padding: 4vw;
    margin: 8vw 0;
}
.hada p {
	margin-top: 2vw;
}
.point_wrap {
	border: solid #f8e7d5 5px;
    border-radius: 7px;
	margin: 2vw 0;
	padding: 3vw 3vw 2.2vw;
}

.point h4 {
	color: #e78e00;
	font-weight: 600;
	font-size: 19px;
	line-height: 1.6;
}
.illust_01 {
	width: 35%;
    float: right;
    padding: 0 0 2vw 2vw;
}
.point {
	display: flex;
	justify-content: space-around;
}
.point_title {
	width: 24%;
}
.point_text {
	width: 73%;
}
.point_title_2 {
	width: 24%;
}
.point_text_2 {
	width: 40%;
}
.point_img {
	width: 30%;
}
.point_wrap hr {
	border: solid 1px #f8e7d5;
    margin: 4% 0;
}
.comment_wrap {
	margin: 3vw 0px;
}
.comment_wrap .model {
	width: 200px;
}
.model img {
	width: 80%;
}
.comment_wrap .profile {
	width: 648px;
}
.comment_pro {
	display: flex;
	padding: 2vw 4vw;
	align-items: center;
	justify-content: space-between;
}
.profile .name {
	font-weight: 600;
    font-size: 17px;
	margin-right: 1vw;
}
.profile .name2 {
	font-weight: 600;
}
.comment_text {
	padding: 0 4vw 2.5vw;
}
.comment_text h4 {
	color: #e78e00;
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 1.5vw;
}
.comment {
	margin-bottom: 3vw;
	border: solid #e78e00 1px;
}
.comme_item {
	margin: 0 auto 1vw;
}
.comment_text a {
	text-decoration: underline;
}
.comment_item_name {
    margin: auto;
}
.comment_s_wrap {
	display: flex;
	justify-content: space-between;
}
.comment_text_left {
	width: 495px;
}
.comment_item_img {
	width: 250px;
}
.qa_wrap {
	display: flex;
    justify-content: space-between;
    margin-top: 3vw;
}
.question_wrap,.answer_wrap {
	width: 47%;
}
.question {
	display: flex;
	align-items: center;
	margin-bottom: 1vw;
}
.question h4 {
	color: #e78e00;
	margin-bottom: 0;
    padding-bottom: 0;
	font-size: 21px;
	font-weight: 600;
}
.question_illust {
	flex: 1;
    margin-left: 3%;
}
.question_text {
	display: flex;
    align-items: center;
}
.question_text img {
	 width: 66%;
    margin: auto;
}
.img_q,.img_a {
	flex: 1;
    margin-right: 3%;
}
.h4_q,.h4_a {
	flex: 7;
}
.answer {
	display: flex;
    align-items: center;
	margin-bottom: 3vw;
}
.answer h4 {
	margin-bottom: 0;
    padding-bottom: 0;
	font-weight: 600;
	font-size: 21px;
}
.answer_illust {
	width: 8%;
	margin-bottom: 2vw;
}
.re_text {
	color: #e78e00;
    text-align: center;
    font-size: 22px !important;
	padding-top: 3vw;
}
.recommend {
	border: solid 1px #e78e00;
	margin: 3vw 5vw 8vw;
}
.re_item {
	display: flex;
    padding: 2vw 0 3vw;
	justify-content: space-evenly;
}
.re_img01 {
	width: 35%;
}

.re_img02 {
	width: 35%;
}

.re_item a {
	text-decoration: underline;
}
.wash {
	width: 85%;
    margin: 0 auto 3vw;
}
.wash_h2 {
	text-align: center;
}
.wash_number1 {
	width: 6%;
    margin: 3vw 0px 1vw;
}
.wash_number2 {
	width: 10%;
    margin: 3vw 0px 1vw;
}
.wash_number3 {
	width: 9%;
    margin: 3vw 0px 1vw;
}
.wash_img {
	margin-bottom: 1vw;
}
.small_tex {
	font-size:  10px !important;
}
/*.wash_content {
	background-color: #f8e7d5;
    padding: 6vw;
}*/
.step_wrap {
	display: flex;
	justify-content: space-between;
}
.step {
	width: 30%;
}
.tyushaku {
	font-size: 10px;
    vertical-align: top;
}
