/***************************
 *
 * 固定ページ
 * ★ページ中身用★
 *
 **************************/
@media all and (min-width: 769px) {

/* ALIGN */
.alignleft {
	float: left;
	margin-right: 25px;


}
.alignright {
	float: right;
	margin-left: 25px;


}
.aligncenter {
	margin: 10px auto;
	display: block;
}
.alignnone {
	display: block;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}



.overflow {
	overflow:hidden;
	zoom:1;		
}

/* page header */
.page-header {
	background: white;
	border: 20px solid white;
	border-bottom: none;
	box-sizing: border-box;
	padding: 50px 0 50px;
	position: relative;
	overflow: hidden;
	
}
.page-header .box-1000 {
	background: url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/page-header-white.png.pagespeed.ce.5ImYVPGWXG.png) 0 0 no-repeat;
	background-size: 100% 100%;
	padding: 40px 15px;
	width: 800px;
	box-sizing: border-box;
}
.page-header .page-header-title-top {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #25abdc;
	margin-bottom: 20px;
}
.page-header .page-header-title {
	text-align: center;
	font-size: 44px;
	color: #222222;
	font-weight: normal;
}
.page-header .page-header-title-bottom {
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	color: #222222;
}

.page-header-stick-1 {
	background: url(../img/point-stick-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 81px;
	height: 68px;
	position: absolute;
	left: -40px;
	top: 40px;	
}
.page-header-stick-2 {
	background: url(../img/point-2-stick-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 93px;
	height: 90px;
	position: absolute;
	right: -40px;
	top: 20px;	
}
.page-header-stick-3 {
	background: url(../img/point-2-stick-4.png) 0 0 no-repeat;
	background-size: contain;
	width: 61px;
	height: 91px;
	position: absolute;
	right: 120px;

}


.page-header-contact-stick-1 {
	background: url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/page-contact-stick-1.png.pagespeed.ce.gRe-nXxyJE.png) 0 0 no-repeat;
	background-size: contain;
	width: 65px;
	height: 53px;
	position: absolute;
	left: 580px;
	top: -20px;
}
.page-header-contact-stick-2 {
	background: url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/page-contact-stick-2.png.pagespeed.ce.uCT0fGzXLk.png) 0 0 no-repeat;
	background-size: contain;
	width: 48px;
	height: 68px;
	position: absolute;
	left: 40px;
	top: 120px;
}
.page-header-contact-stick-3 {
	background: url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/page-contact-stick-3.png.pagespeed.ce.wYSZGnn74l.png) 0 0 no-repeat;
	background-size: contain;
	width: 47px;
	height: 70px;
	position: absolute;
	right: 40px;
	top: 150px;
}

/* post */
.post, .post-wide {
	line-height: 2em;
}
.post p {
	font-size: 15px;
	color: #222;
	line-height: 2em;
	margin-bottom: 25px;
}
.post .big {
	font-size: 18px;
	font-weight: 500;
}
.post p.caption {
	font-size: 13px;
	color: #888888;
}
.post .post-title {
	background: url(../img/bg-footer-banner.jpg) 0 0 repeat;
	font-size: 26px;
	color: #f64c7a;
	font-weight: 500;
	border-left: 4px solid #f64c7a;
	padding: 10px 15px;
	margin: 50px auto 30px;
	clear: both;
}
.post h2 {
	background: url(../img/bg-footer-banner.jpg) 0 0 repeat;
	font-size: 26px;
	color: #f64c7a;
	font-weight: 500;
	border-left: 4px solid #f64c7a;
	padding: 10px 15px;
	margin: 50px auto 30px;
	clear: both;
}
.post > h2:first-child {
	margin-top: 0;
}
.post h3 {
	font-size: 18px;
	color: #0075a9;
	font-weight: 500;
	margin: 40px auto 25px;
	font-weight: bold;
}
.post .title-border {
	border-bottom: 2px solid #0075a9;
	clear: both;		
	padding-bottom: 7px;	
}
.post h3.title-border {
	margin: 75px auto 25px;
}
.post h4 {
	font-size: 17px;
	font-weight: 500;
	margin: 30px auto 20px;
	font-weight: bold;
}
.post-blog h1.post-title {
	background: none !important;
	border: none !important;
	font-size: 28px !important;
	margin-top: 15px !important;
	padding: 10px 0px;
	line-height: 1.3em;
	margin-bottom: 20px !important;
}
.post-blog ol:not([class]) {
	counter-reset: number;
	margin-bottom: 30px;
}
.post-blog ol:not([class]) > li {
	font-weight: normal;

	margin-bottom: 5px;

	padding: 3px 0 3px 33px;

	position: relative;
}
.post-blog ol:not([class]) > li:before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	left: 0px;
	top: 6px;
	color: white;
	background: #f64c7a;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.post-blog ul:not([class]) {
	margin-bottom: 30px;
}
.post-blog ul:not([class]) > li {
	font-weight: normal;
	padding: 3px 0 3px 15px;
	position: relative;
	margin-bottom: 5px;

}
.post-blog ul:not([class]) > li:before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background: #f64c7a;
	position: absolute;
	left: 0px;
	top: 13px;
	border-radius: 100%;
}
.post-blog a {
	text-decoration: underline;
	color: #0075d8;
}

.mt-70 {
	margin-top: 70px !important;
}
.post .title-num {
	border-bottom: 2px solid #0075a9;
	clear: both;
	padding-top: 30px;
	position: relative;
	padding-left: 70px;
	padding-bottom: 10px;
}
.post .title-num span {
	position: absolute;
	left: 0;
	top: 10px;
	width: 66px;
	height: 65px;
	background: url(../img/title-num.png) 0 0 no-repeat;
	background-size: contain;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding-top: 25px;
	padding-left: 7px;
	font-style: italic ;
}
.post .title-num small {
	color: white !important;
	font-weight: bold;
	display: inline-block;
	padding: 1px 5px;
	background: #f64c7a !important;	
	margin-left: 20px;
}

.post .title-q {
	border-bottom: 2px solid #0075a9;
	clear: both;		
	padding-bottom: 7px;	
	font-size: 18px;
	font-weight: 500;
	color: #0075a9;
	position: relative;
	padding-left: 75px;
	margin-top: 40px;
}
.post .title-q:after {
	position: absolute;
	left: 0;
	top: -20px;
	width: 66px;
	height: 65px;
	background: url(../img/title-q.png) 0 0 no-repeat;
	background-size: contain;
	box-sizing: border-box;
	content: "";
}

.post .img {
	width: 240px;
	float: left;
	margin-right: 15px;
}
.post .img.img-right {
	float: right;
	margin-right: 0;
	margin-left: 15px;
	
}
.post .img small {
	font-size: 13px;
	color: #666;
}
.post .img img {
	display: block;
}
.post .img img {
	margin-top: 20px;	
}
.post .img img:first-child {
	margin-top: 0;
}
.post .box-mov {
	margin: 50px auto;
	text-align: center;
}

.post hr {
	border: none;
	height: 1px;
	background: url(../img/wall-etc-li-border.png) left bottom repeat-x;
	background-size: 700px 1px;
	margin: 50px auto;
	clear: both;
}

/* TABLE */
.table-wrap{
margin: 30px auto;
/*overflow: auto;
white-space: nowrap;*/

}

.table-wrap::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.table-wrap::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.table-wrap::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
 table {
	width: 100%;
	margin: 45px auto;
}
.table-wrap table {
	
	margin: 0 auto;
}

.table-1 {

}

.table-1 th {
	border: 1px solid #e4e4de;
	padding: 10px 15px;
	text-align: left;
}
.table-1 td {
	padding: 10px 15px;
	border: 1px solid #e4e4de;
}
.table-1 tr:nth-child(odd) {
	background: #fcfcfc;
}

/* table price */
.table-price {
	
}
.table-price th {
	padding: 12px;
	background: #fcfcfc;
	border: 1px solid #e4e4de;
	vertical-align: middle;
	text-align: center;
}
.table-price td {
	padding: 12px;	
	border: 1px solid #e4e4de;
	vertical-align: middle;
	text-align: center;
}
.table-price tr.pink * {
	color: #f64c7a;
	font-weight: bold;
}
.table-price .big {
	font-size: 20px;
}


/* pics */
.pics-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.pics-2 > div {
	width: 350px;
	margin-bottom: 20px;
}

/* box toryo */
.box-toryo {
	position: relative;
	padding: 25px 0 70px
}
.box-toryo .title-box-toryo {
	font-size: 18px;
	color: #206293;
	font-weight: 500;
	line-height: 1.666em;
}
.box-toryo .btn {
	float: right;
	width: 200px;
	position: absolute;
	right: 0;
	bottom: 45px;
}

/* list anchor */
.list-anchor {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-anchor li {
	width: 220px;
}
.list-anchor li a {
	display: block;
	text-align: center;
	color: #222222;
	font-size: 15px;
	border: 2px solid #eeeeee;
	position: relative;
	padding: 10px 5px;
}
.list-anchor li a:after {
	content: "\f107";
	font-family: fontawesome;
	padding-left: 5px;
}
.list-anchor li a:hover {
	text-decoration: none;
	background: #eee;
}

/* list item */
.list-item {
	
}
.list-item > li {
	margin-bottom: 5px;
}
.list-item h3 {
	font-size: 18px;
	margin: 0px auto 10px;	
}
.list-item p {
	margin-bottom: 15px;
}
.list-item.list-item-col-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-item.list-item-col-2 > li {
	width: 350px;	
	margin-bottom: 35px;
}
.list-item .list-item-pics {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-item .list-item-pics > div {
	width: 350px;
	position: relative;
}
.list-item .list-item-pics > div .before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	color: white;
	background: rgba(191,191,191,0.8);
	text-align: center;
	line-height: 40px;
	width: 80px;
}
.list-item .list-item-pics > div .after {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	color: white;
	background: rgba(187,146,65,0.8);
	text-align: center;
	line-height: 40px;
	width: 80px;	
}
.list-item .list-item-pics .next {
	background: url(../img/next.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	right: -42px;
	top: 50%;
	width: 28px;
	height: 57px;
	transform: translate(-50%, -50%);
	z-index: 5;
}
.list-item.list-item-col-3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto;	
}
.list-item.list-item-col-3 > li {
	width: 220px;
}
.list-item.list-item-col-4 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto;	
}
.list-item.list-item-col-4 > li {
	width: 170px;
}

/* 吹き出し */
.fuki {
	position: relative;
	margin: 30px auto;
	min-height: 130px;
	padding-top: 15px;
	box-sizing: border-box;
}
.fuki .fuki-pic {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 100%;
}
.fuki .fuki-text {
	box-sizing: border-box;

	padding: 15px;
	margin-left: 160px;
	position: relative;
	line-height: 1.6em;
	border-radius: 8px;
	background: #edf8fb;
	font-size: 18px;

}
.fuki .fuki-text p {
	font-size: 18px;
	margin-bottom: 0;
}
.fuki .fuki-text p span {
	font-size: 18px;
}
.fuki .fuki-text:after {
	left: -9px;
	top: 45px;
	position: absolute;
	content: " ";
	height: 15px;
	width: 15px;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	background: #edf8fb;
}
.fuki.fuki-right .fuki-text:after {
	right: -9px;
	left: auto;
	top: 45px;
	position: absolute;
	content: " ";
	height: 15px;
	width: 15px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	box-shadow: none;
	background: #edf8fb;
}


.fuki.fuki-right .fuki-pic {
	position: absolute;
	left: auto;
	right: 0;
	top: 0px;
}
.fuki.fuki-right .fuki-text {
	margin-left: 0px;
	margin-right: 160px;
}

/* box pink */
.box-pink {
	border: 1px solid #f64c7a;
	margin: 30px auto;
	background: #feedf1;
	padding: 15px;
	line-height: 2em;
	color: #f64c7a;
	font-size: 18px;
	font-weight: 500;
	position: relative;
}
.box-pink p {
	color: #f64c7a !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
}

/* list flow */
.list-flow {
	
}
.list-flow > li {
	position: relative;
	background: #fafafa;
	font-size: 18px;
	color: #2bc6ff;
	font-weight: 500;
	padding: 5px 15px 15px 145px;
	height: 50px;
	box-sizing: border-box;
	margin-bottom: 30px;
	line-height: 0;
}
.list-flow > li p {
	color: #2bc6ff;	
	font-weight: 500;
	font-size: 18px;		
}

.list-flow > li.pink {
	color: #f64c7a;
}
.list-flow > li.pink p {
	color: #f64c7a;
}
.list-flow > li.pink .flow-title {
	background: #f64c7a;	
}
.list-flow > li.pink .flow-title:after {
	background: #f64c7a;	
}

.list-flow > li.blue {
	color: #0075a9;
}
.list-flow > li.blue p {
	color: #0075a9;
}
.list-flow > li.blue .flow-title {
	background: #0075a9;	
}
.list-flow > li.blue .flow-title:after {
	background: #0075a9;	
}

.list-flow .flow-title {
	position: absolute;
	left: 0;
	top: 0;
	color: white;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 50px;
	width: 130px;
	background: #2bc6ff;
}
.list-flow .flow-title:after {
	left: 57px;
	top: 42px;
	position: absolute;
	content: " ";
	height: 15px;
	width: 15px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	box-shadow: none;
	background: #2bc6ff;	
}
.list-flow > li:last-child .flow-title:after {
	content: none;
}

/* contact */
.page-contact-tel {
	text-align: center;
}
.page-contact-tel .pink {
	font-size: 18px;
	font-weight: 500;
}
.page-contact-tel img {
	width: 314px;
	display: inline;
}
.page-contact-tel a {
	padding: 0 15px;
}

.table-contact {
	margin: 0 0px;
}
.table-contact tr {
	border-top: 1px solid #f0f0f0;
	padding: 30px 0px;
}
.table-contact th {
	text-align: left;
	padding: 40px 0px 30px 50px;
	position: relative;
	vertical-align: top;	
}
.table-contact td {
	text-align: left;
	position: relative;
	vertical-align: top;
	padding: 30px 0px 30px 0px;		
}
.table-contact .required {
	font-size: 11px;
	color: white;
	background: #e5004f;
	width: 30px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 45px;
	text-align: center;
}
.table-contact .no-border {
	border-top: none;
}
.table-contact .no-border th {
	padding-top: 0;

}
.table-contact .no-border th .required {
	top: 5px;
}
.table-contact .no-border td {
	padding-top: 0;	
}
.table-contact input[type="text"] {
	width: 240px;
	box-sizing: border-box;
	background: none;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	padding: 15px;
	font-size: 15px;
}
.table-contact .zip {
	width: 200px;
	box-sizing: border-box;
	background: none;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	padding: 15px;
	font-size: 15px;
}
.table-contact .input-full {
	width: 495px !important;
	box-sizing: border-box;
	background: none;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	padding: 15px;
	font-size: 15px;
}
.table-contact textarea {
	width: 495px !important;
	box-sizing: border-box;
	background: none;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	padding: 15px;
	font-size: 15px;
}
.table-contact .form-name {
	position: absolute;
	left: -80px;
	padding-top: 15px;
}
.table-contact .notice {
	font-size: 12px;
	color: #f64c7a;
	padding-left: 15px;
}
.table-contact select {
	position: relative;
	width: 200px;
	padding: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #dcdcdc;
	background: white;
	font-size: 15px;
}
.table-contact .select-label {
	position: relative;	
}
.table-contact .select-label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 24px;
	margin-top: -10px;
	background: url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/select.png.pagespeed.ce.2RjHF5vsJj.png) 0 0 no-repeat;
	background-size: 10px 24px;
	pointer-events: none;
}
.mw_wp_form_confirm .table-contact .select-label:after {
	content: none;
}
.mw_wp_form_confirm .table-contact .form-name {
	padding-top: 0;
}
.table-contact .select-label-2 select {
	width: 260px;
}
.table-contact td > div {
	padding-bottom: 20px;
}
.table-contact td > div:last-child {
	padding-bottom: 0;
}
.table-contact .btn-submit {
	color: white;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	background: #f64c7a;
	border-radius: 6px;
	width: 280px;
	height: 50px;
	line-height: 50px;
	border: none;
}

.page-contact-stick-1 {
	background: url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/page-contact-stick-4.png.pagespeed.ce.Wy_muzpFnF.png) 0 0 no-repeat;
	background-size: contain;
	width: 93px;
	height: 90px;
	position: absolute;
	left: -60px;
	top: 60px;
}
.page-contact-stick-2 {
	background: url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/page-contact-stick-5.png.pagespeed.ce.GmJUDOeLeb.png) 0 0 no-repeat;
	background-size: contain;
	width: 59px;
	height: 84px;
	position: absolute;
	right: -40px;
	top: 40px;
}
.page-contact-stick-3 {
	background: url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/page-contact-stick-6.png.pagespeed.ce.9VYA6WMe0d.png) 0 0 no-repeat;
	background-size: contain;
	width: 147px;
	height: 95px;
	position: absolute;
	left: -152px;
	bottom: -47px;
}
.title-contact {
	text-align: center;
	font-size: 30px;
	color: #222222;
	margin-bottom: 40px;
}



/* スマイルがお約束する3つの安心 */
.point-stick-1 {
	background: url(../img/point-stick-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 74px;
	height: 81px;
	position: absolute;
	right: -30px;
	top: -30px;
}
.point-stick-2 {
	background: url(../img/point-stick-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 74px;
	height: 81px;
	position: absolute;
	left: -30px;
	top: 30px;
}
.point-stick-3 {
	background: url(../img/point-stick-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 458px;
	height: 168px;
	position: absolute;
	left: 0px;
	bottom: -50px;
}
.point-stick-4 {
	background: url(../img/point-stick-4.png) 0 0 no-repeat;
	background-size: contain;
	width: 445px;
	height: 210px;
	position: absolute;
	right: 0px;
	bottom: -50px;
}
.point-stick-5 {
	background: url(../img/point-stick-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 74px;
	height: 81px;
	position: absolute;
	right: -30px;
	top: -30px;
}
.point-stick-6 {
	background: url(../img/point-stick-6.png) 0 0 no-repeat;
	background-size: contain;
	width: 79px;
	height: 95px;
	position: absolute;
	left: -60px;
	bottom: -40px;
}

.point-2 {
	margin-top: 50px;
	position: relative;
}
.point-2-stick-1 {
	background: url(../img/point-2-stick-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 49px;
	height: 107px;
	position: absolute;
	right: 80px;
	top: -40px;
}
.point-2-stick-2 {
	background: url(../img/point-stick-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 81px;
	height: 68px;
	position: absolute;
	left: -60px;
	bottom: 140px;
}
.point-2-stick-3 {
	background: url(../img/point-2-stick-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 93px;
	height: 90px;
	position: absolute;
	right: -60px;
	top: 240px;
}
.point-2-stick-4 {
	background: url(../img/point-2-stick-4.png) 0 0 no-repeat;
	background-size: contain;
	width: 61px;
	height: 91px;
	position: absolute;
	right: 160px;
	bottom: -70px;
}
.point-2-stick-5 {
	background: url(../img/point-2-stick-5.png) 0 0 no-repeat;
	background-size: contain;
	width: 147px;
	height: 95px;
	position: absolute;
	right: -60px;
	bottom: -70px;
}

.point-3 {
	
}
.point-3-stick-1 {
	background: url(../img/point-3-stick-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 150px;
	height: 155px;
	position: absolute;
	right: -60px;
	top: -30px;	
}
.point-3-stick-2 {
	background: url(../img/point-3-stick-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 95px;
	height: 108px;
	position: absolute;
	left: -130px;
	top: 150px;	
}
.point-3-stick-3 {
	background: url(../img/point-3-stick-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 77px;
	height: 42px;
	position: absolute;
	right: -30px;
	bottom: 150px;	
}
.point-3-stick-4 {
	background: url(../img/point-3-stick-4.png) 0 0 no-repeat;
	background-size: contain;
	width: 62px;
	height: 99px;
	position: absolute;
	left: -30px;
	bottom: -70px;
}
.post-wide .big {
	font-size: 24px;
	font-weight: 500;
}
.bg-gray-angle {
	background: url(../img/bg-gray-angle.jpg) center top no-repeat;
	background-size: 100% 100%;
	padding: 60px 0 120px;
}
.post-wide .title-num {
	border-bottom: 2px solid #f64c7a;
	font-size: 30px;
	color: #f64c7a;
	clear: both;
	padding-top: 30px;
	position: relative;
	padding-left: 100px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 500;
}
.post-wide .title-num span {
	position: absolute;
	left: -30px;
	top: -20px;
	width: 113px;
	height: 110px;
	background: url(../img/title-num-wide.png) 0 0 no-repeat;
	background-size: contain;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: bold;
	color: white;
	padding-top: 40px;
	padding-left: 33px;
	text-align: center;
	font-style: italic;
}
.post-wide .title-num span small {
	color: white;
	display: block;
	font-size: 16px;
	font-family: 'yasashisa', "Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: normal;
}
.post-wide .box-paper {
	padding: 10px 45px 45px;
}

.post-wide .bg-gray {
	padding: 70px 0 70px;
	background: url(../img/line-top.png) left top repeat-x, url(../img/line-bottom.png) left bottom repeat-x, url(../img/bg-footer-banner.jpg) 0 0 repeat;
	background-size: 1400px 10px, 1400px 10px, auto;
}

.bg-gray .box-info {
	float: right;
	margin-left: 30px;
	width: 310px;
	border: 2px solid #f1f1f1;
	padding: 19px;
	box-sizing: border-box;
}
.bg-gray .box-info h3 {
	font-size: 18px;
	color: #f64c7a;
	background: url(../img/list-news.png) left bottom repeat-x;
	background-size: auto 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.666em;
}
.bg-gray .box-info h4 {
	font-size: 18px;
	color: #206293;
}
.bg-gray .box-info p:last-child {
	margin-bottom: 0;
}
.box-paper p {
	font-size: 15px;
	color: #222;
	line-height: 2em;
	margin-bottom: 25px;	
}
.box-paper p a {
	text-decoration: underline;
}

.list-box-border-gray {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-box-border-gray > li {
	border: 2px solid #f1f1f1;
	width: 290px;
	height: 350px;	
	box-sizing: border-box;
	padding: 10px 0;
}
.list-box-border-gray p {
	text-align: center;
}
.list-box-border-gray p small {
	font-size: 12px;
}

.bg-square-blue {
	padding: 20px;
}
.bg-square-blue-inner {
	background: url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/border-pen-top.png.pagespeed.ce.hyhav0hpmm.png) left top -8px repeat-x, url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/border-pen-bottom.png.pagespeed.ce.jfgCs6JdPI.png) left bottom -8px repeat-x, url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/border-pen-left.png.pagespeed.ce.-4MGSlsS0O.png) left -8px top repeat-y, url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/border-pen-right.png.pagespeed.ce.hsCPokMGMG.png) right -8px top repeat-y, url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/bg-contact.png.pagespeed.ce.yqz5YXYYte.png) 0 0 repeat;
padding: 45px 0;	
}
.bg-square-blue .box-paper {
	padding-top: 45px;
	position: relative;
}
.bg-square-blue .box-paper p:last-child {
	margin-bottom: 0;
}
.r3-solution-stick-1 {
	background: url(../img/r3-solution-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 93px;
	height: 77px;
	position: absolute;
	left: -75px;
	top: 60px;
}
.r3-solution-stick-2 {
	background: url(../img/r3-solution-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 244px;
	height: 303px;
	position: absolute;
	right: -75px;
	top: -20px;
}
.r3-solution-stick-3 {
	background: url(../img/r3-solution-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 200px;
	height: 292px;
	position: absolute;
	right: -75px;
	bottom: -70px;
}
.r3-solution-stick-4 {
	background: url(../img/r3-solution-4.png) 0 0 no-repeat;
	background-size: contain;
	width: 74px;
	height: 81px;
	position: absolute;
	right: -105px;
	top: 320px;
}
.r3-solution-stick-5 {
	background: url(../img/r3-solution-5.png) 0 0 no-repeat;
	background-size: contain;
	width: 147px;
	height: 95px;
	position: absolute;
	left: -115px;
	bottom: -70px;
}


/* 無料雨漏り診断 */
.bg-blue {
	background: url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/border-pen-top.png.pagespeed.ce.hyhav0hpmm.png) left top 0px repeat-x, url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/border-pen-bottom.png.pagespeed.ce.jfgCs6JdPI.png) left bottom 0px repeat-x, url(../img/bg-blue.jpg) 0 0 repeat;
	padding: 70px 0;
}
.rain-intro h2 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #f64c7a;
	margin: 40px auto 20px;
}
.rain-intro .list-box-border-gray {
	
}
.rain-intro .list-box-border-gray > li {
	height: auto;
}
.rain-intro .list-box-border-gray > li p:last-child {
	margin-bottom: 10px;
}
.rain-intro .list-box-border-gray img {
	display: block;
	margin: 0 auto;
}
.rain-intro .box-pink {
	padding-left: 180px;
	margin-bottom: 0px;
	margin-top: 40px;
}
.rain-intro .rain-intro-stick-1 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/bg-rain-5.png) 0 0 no-repeat;
	background-size: contain;
	width: 179px;
	height: 154px;
}

.rain-route {
	position: relative;
	padding: 20px;
}
.rain-route .rain-route-inner {
	background: url(../img/rain-7.png) center top no-repeat;
	background-size: 100% 100%;	
	padding: 40px 0;
}
.rain-route h2 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: white;
	margin-bottom: 30px;
}
.rain-route h2:before {
	display: block;
	content: "";
	background: url(../img/rain-8.png) center top no-repeat;
	height: 60px;
}
.rain-route .box-white {
	background: url(../img/rain-10.png) 0 0 no-repeat;
	background-size: cover;	
	padding: 45px;
	margin-bottom: 30px;
}
.rain-route .box-white img {
	width: 430px;
}
.rain-route .box-1000 > p:last-child {
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	color: white;
	line-height: 1.25em;
}
.bg-square-yellow {
	padding: 20px;
}
.bg-square-yellow .bg-square-yellow-inner {
background: url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/border-pen-top.png.pagespeed.ce.hyhav0hpmm.png) left top -8px repeat-x, url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/border-pen-bottom.png.pagespeed.ce.jfgCs6JdPI.png) left bottom -8px repeat-x, url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/border-pen-left.png.pagespeed.ce.-4MGSlsS0O.png) left -8px top repeat-y, url(https://gaihekiyane-tosou.com/wp-content/themes/gai/img/border-pen-right.png.pagespeed.ce.hsCPokMGMG.png) right -8px top repeat-y, url(../img/bg-main-check.jpg) 0 0 repeat;
padding-bottom: 40px;
}
.bg-square-yellow.rain-reason {
	margin-top: -120px;
}
.bg-square-yellow.rain-reason .bg-square-yellow-inner {
	padding-top: 150px;
}

.rain-reason .box-paper {
	margin-bottom: 30px;
	padding: 40px;
}
.rain-reason h3 {
	text-align: left;
	font-size: 24px;
	color: #d7b600;
	font-weight: 500;
	background: url(../img/rain-reason-h3.png) 0 0 no-repeat;
	background-size: 27px 27px;
	padding-left: 35px;
	margin-bottom: 15px;
}
.rain-reason-stick-1 {
	position: absolute;
	right: 75px;
	top: -236px;
	width: 176px;
	height: 229px;
	background: url(../img/rain-11.png) 0 0 no-repeat;
	background-size: contain;
}
.rain-reason .list-item-col-2 li {
	width: 440px;
	margin-bottom: 0;
}

.rain-feature {
	padding: 50px 0 50px;
	background: url(../img/line-top.png) left top repeat-x, url(../img/line-bottom.png) left bottom repeat-x, url(../img/bg-footer-banner.jpg) 0 0 repeat;
	background-size: 1400px 10px, 1400px 10px, auto;	
}
.rain-feature h2 {
	text-align: center;
	font-size: 30px;
	color: #222222;
	font-weight: normal;
	margin-bottom: 40px;
}
.rain-feature .list-box-border-gray li {
	width: 290px;
	height: auto;
	margin-bottom: 15px;
}
.rain-feature .list-box-border-gray li p {
	margin-bottom: 0;
}
.rain-feature .list-box-border-gray li img {
	display: block;
	margin: 10px auto 5px;
}
.rain-feature .list-box-border-gray.list-box-border-gray-col-2 li {
	width: 440px;
	margin-bottom: 0;
}
.rain-feature .box-paper {
	margin-bottom: 45px;
}
.box-border-gray {
	border: 2px solid #f1f1f1;
	padding: 30px;
	box-sizing: border-box;
	margin: 30px auto;
}
.box-border-gray p:last-child {
	margin-bottom: 0 !important;
}
.rain-feature .box-border-gray {
	margin-bottom: 0;
}
.rain-feature .big {
	font-size: 18px;
	margin-bottom: 10px;
}

.rain-pro {
	padding: 20px;
}
.rain-pro .rain-pro-inner {
	background: url(../img/rain-35.jpg) center top no-repeat;
	background-size: cover;
	padding: 60px 0 60px;
}
.rain-pro .box-paper {
	border: 2px solid #98c5ea;
	padding: 35px;
}
.rain-pro h2 {
	text-align: center;
	font-weight: normal;
	font-size: 26px;
	color: #206293;
	margin-bottom: 20px;
}
.rain-pro p {
	line-height: 3em;
	margin-bottom: 0;
}
.rain-pro p:nth-child(3) {
	overflow: hidden;
}
.rain-pro .rain-pro-stick-1 {
	background: url(../img/rain-37.png) 0 0 no-repeat;
	background-size: contain;
	width: 321px;
	height: 225px;
	position: absolute;
	left: -120px;
	bottom: -62px;
}
.rain-pro .rain-pro-stick-2 {
	background: url(../img/rain-38.png) 0 0 no-repeat;
	background-size: contain;
	width: 244px;
	height: 303px;
	position: absolute;
	right: -120px;
	bottom: -45px;
}

.case-rain {
	background: url(../img/rain-38.jpg) center top -140px no-repeat;
	background-size: 100%;
	padding-top: 100px;
	padding-bottom: 75px;
}
.case-rain .main-case-stick-1 {
	top: 100px;
}
.case-rain .main-case-stick-2 {
	top: 120px;
}


/* 無料外壁屋根診断 */
.sindan-stick-1 {
	background: url(../img/point-stick-2.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: -40px;
	top: 30px;
	width: 81px;
	height: 68px;
}
.sindan-stick-2 {
	background: url(../img/point-stick-1.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	right: -40px;
	top: 80px;
	width: 74px;
	height: 81px;
}
.sindan-stick-3 {
	background: url(../img/point-2-stick-1.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: 20px;
	bottom: -30px;
	width: 49px;
	height: 107px;
}
.wall-intro {
	position: relative;
}
.wall-intro h2 {
	text-align: center;
	font-size: 30px;
	color: #222222;
	font-weight: normal;
	margin-bottom: 45px;
}
.wall-intro .box-paper {
	padding: 35px;
	border: 2px solid rgba(182,178,158,0.3);
}
.wall-intro .box-wall-anchor {
	position: relative;
}
.wall-intro .box-wall-anchor p {
	margin: 0;
	line-height: 0;
}
.wall-intro .wall-anchor {
	
}
.wall-intro .wall-anchor li {
	position: absolute;
}
.wall-intro .wall-anchor li a {
	display: block;
	text-align: center;
}
.wall-intro .wall-anchor li a:hover {
	text-decoration: none;
}
.wall-intro .wall-anchor li a:after {
	font-family: fontawesome;
	content: "\f107";
	padding-left: 5px;
}
.wall-intro .wall-anchor .li-1 {
	position: absolute;
	left: 109px;
	top: 26px;
	background: url(../img/wall-anchor-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 224px;
	height: 96px;
	line-height: 60px;
}
.wall-intro .wall-anchor .li-2 {
	position: absolute;
	left: 365px;
	top: 26px;
	background: url(../img/wall-anchor-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 224px;
	height: 96px;
	line-height: 60px;
}
.wall-intro .wall-anchor .li-3 {
	position: absolute;
	left: 622px;
	top: 402px;
	background: url(../img/wall-anchor-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 224px;
	height: 97px;
	line-height: 60px;
}
.wall-intro .wall-anchor .li-4 {
	position: absolute;
	left: 273px;
	top: 450px;
	background: url(../img/wall-anchor-4.png) 0 0 no-repeat;
	background-size: contain;
	width: 224px;
	height: 104px;
	line-height: 145px;
}
.wall-intro .wall-anchor .li-5 {
	position: absolute;
	left: 45px;
	top: 400px;
	background: url(../img/wall-anchor-4.png) 0 0 no-repeat;
	background-size: contain;
	width: 224px;
	height: 104px;
	line-height: 145px;
}
.wall-intro .wall-anchor .li-6 {
	position: absolute;
	left: 45px;
	top: 166px;
	background: url(../img/wall-anchor-6.png) 0 0 no-repeat;
	background-size: contain;
	width: 224px;
	height: 100px;
	line-height: 60px;
}
.wall-intro .wall-anchor .li-7 {
	position: absolute;
	left: 655px;
	top: 123px;
	background: url(../img/wall-anchor-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 224px;
	height: 97px;
	line-height: 60px;
}
.wall-intro-stick-1 {
	position: absolute;
	right: -50px;
	top: 30px;
	background: url(../img/r3-solution-1.png) 0 0 no-repeat;
	background-size: contain;
	height: 77px;
	width: 93px;
}
.wall-intro-stick-2 {
	position: absolute;
	right: 0px;
	bottom: 120px;
	background: url(../img/wall-intro-stick-2.png) 0 0 no-repeat;
	background-size: contain;
	height: 332px;
	width: 306px;
	z-index: 5;
}

.wall-check .bg-square-yellow-inner {
	padding: 30px 0;
}
.wall-check h2 {
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	color: #222222;
	line-height: 1em;
	margin-bottom: 40px;
}
.wall-check h2:before {
	content: "";
	display: block;
	background: url(../img/title-wall-check.png) center top no-repeat;
	height: 53px;
}
.wall-check .box-paper {
	margin-bottom: 30px;
	padding: 40px 40px 15px;
	border: 2px solid #b6b29e;
}
.wall-check h3 {
	text-align: left;
	font-size: 24px;
	color: #d7b600;
	font-weight: 500;
	background: url(../img/rain-reason-h3.png) 0 0 no-repeat;
	background-size: 27px 27px;
	padding-left: 35px;
	margin-bottom: 15px;	
}
.wall-check .list-item-col-3 {
	margin-bottom: 0;
}
.wall-check .list-item-col-3 li {
	width: 280px;
	text-align: center;
	margin-bottom: 0;	
}
.wall-check .list-item-col-3 li img {
	display: block;
	margin-bottom: 10px;
}
.wall-check-stick-1 {
	background: url(../img/wall-check-stick-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 167px;
	height: 179px;
	position: absolute;
	left: 170px;
	top: -185px;
}

.wall-etc {
	margin-top: 20px;
	background: url(../img/bg-wall-etc.jpg) center top no-repeat;
	background-size: cover;
	padding: 60px 0 190px;
	position: relative;
}
.wall-etc .box-white {
	width: 808px;
	background: url(../img/bg-wall-etc-box-white.png) 0 0 no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	padding: 45px 50px;
	box-sizing: border-box;
}
.wall-etc .box-white h2 {
	text-align: center;
	font-size: 30px;
	color: #222222;
	margin-bottom: 25px;
}
.wall-etc .box-white ul {
	
}
.wall-etc .box-white ul li {
	font-size: 22px;
	color: #222222;
	font-weight: 500;
	background: url(../img/wall-etc-li.png) 10px 15px no-repeat, url(../img/wall-etc-li-border.png) left bottom repeat-x;
	background-size: 27px 27px, 700px 1px;
	padding: 15px 0 15px 50px;
}
.wall-etc .wall-etc-notice {
	text-align: center;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	font-size: 30px;
	line-height: 1.46em;
	position: absolute;
	background: rgba(37,171,220,0.9);
	padding: 20px 0;
	
}

.wall-feature {
	
}
.wall-feature h2 {
	text-align: center;
	font-size: 30px;
	color: #222222;	
	margin-bottom: 40px;
}
.wall-feature .list-box-border-gray li {
	height: auto;
	margin-bottom: 15px;
	text-align: center;
}
.wall-feature .list-box-border-gray li img {
	display: block;
	margin: 10px auto 0;
}
.wall-feature .box-paper {
	margin-bottom: 50px;
	border: 2px solid rgba(182,178,158,0.3);
}
.wall-feature .box-border-gray {
	
}
.wall-feature p.big.blue {
	font-size: 18px;
	margin-bottom: 10px;
}
.wall-feature .box-border-gray .big.pink {
	font-size: 20px;
}

/* リンク集 */
.box-link {
	
}
.box-link p {
	
}
.box-link p strong {
	font-size: 18px;
	color: #206293;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 10px;
}
.box-link p strong:before {
	content: "\f105";
	font-family: fontawesome;	
	color: #206293;
	padding-right: 10px;
}
.box-link p strong a {
	color: #206293;
}

/* プライベートポリシー */
ol.list {
	margin-left: 25px;
}
ol.list > li {
	list-style: decimal;
}

/* スタッフ紹介 */
.box-staff {
	position: relative;
	padding-left: 330px;
	min-height: 200px;
}
.box-staff .box-pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
}

/* 外壁屋根カラーシミュレーション */
.color-simul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.color-simul > div {
	position: relative;
}
.color-simul > div:nth-child(1) {
	width: 160px;
	height: 140px;
}
.color-simul > div:nth-child(3) {
	width: 160px;
	height: 140px;
}
.color-simul .before {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 15px;
	color: white;
	background: rgba(191,191,191,0.8);
	text-align: center;
	line-height: 40px;
	width: 80px;
}
.color-simul .after {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 15px;
	color: white;
	background: rgba(187,146,65,0.8);
	text-align: center;
	line-height: 40px;
	width: 80px;	
}
.color-simul .next {
	background: url(../img/color-simul-next.png) 0 0 no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -16px;
	top: 50px;
	width: 16px;
	height: 39px;
	z-index: 5;
}
.wp-caption {
	width: 100% !important;
}
.wp-caption * {
	font-size: 12px !important;
	color: #808080 !important;
}