@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/* !Clearfix
---------------------------------------------------------- */

.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
ol, ul {
	list-style: none;
	margin: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
body p {
	margin: 0;
}
body ul {
	padding: 0;
}
.visible-pc {
	display: block;
}
.visible-sp {
	display: none;
}

small {
	font-size: 80%;
    line-height: 1.5em;
    display: inline-block;
}

.ft_22 {
	font-size: 22px;
}

/*-------------------------------------------------------------------------
			slider
-------------------------------------------------------------------------*/

#main-slider .sp-arrows {
	width: 980px !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%,-50%) !important;
	-moz-transform: translate(-50%,-50%) !important;
	-ms-transform: translate(-50%,-50%) !important;
	-o-transform: translate(-50%,-50%) !important;
	transform: translate(-50%,-50%) !important;
}
#main-slider.sp-horizontal .sp-arrows {
	margin-top: -31px;
}

#main-slider .sp-next-arrow:after,
#main-slider .sp-next-arrow:before,
#main-slider .sp-previous-arrow:after,
#main-slider .sp-previous-arrow:before {
	background: none !important;
}
#main-slider .sp-arrow:before {
	left:30%;
	top:0;
	-webkit-transform:skew(145deg,0deg);
	-ms-transform:skew(145deg,0deg);
	transform:skew(145deg,0deg)
}
#main-slider .sp-arrow {
    height: 63px;
    width: 29px;
}
#main-slider.sp-horizontal .sp-previous-arrow {
	background: url(/wp/wp-content/themes/diver/images/top/prev.png) no-repeat;
	left: 0;
	width: 29px;
	height: 63px;
}
#main-slider.sp-horizontal .sp-next-arrow {
	background: url(/wp/wp-content/themes/diver/images/top/prev.png) no-repeat;
	right: 0;
	width: 29px;
	height: 63px;
}
#main-slider.sp-horizontal.sp-rtl .sp-previous-arrow, .sp-next-arrow {
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg)
}
#main-slider.sp-horizontal .sp-previous-arrow:hover, 
#main-slider.sp-horizontal .sp-next-arrow:hover {
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
	width: 100%!important;
	height: auto!important;
}
.sp-bottom-thumbnails .sp-thumbnail-container {
	opacity: 0.4;
}
.sp-bottom-thumbnails .sp-thumbnail-container.sp-selected-thumbnail {
	opacity: 1;
}

.sp-buttons {
	padding-top: 0 !important;
    margin-top: -24px !important;
}

.sp-button {
	background-color: #dddddd;
	border: none !important;
}

.sp-selected-button {
    background-color: #1c4b90 !important;
}
#main-slider-sp {
	display: none;
}

/*-------------------------------------------------------------------------
			Seiho
-------------------------------------------------------------------------*/

.seiho-container {
	background-color: #fff;
}

.content .seiho-container img {
    margin-bottom: 0;
}

.inner {
	max-width: 980px;
	margin: 0 auto;
}

.seiho-wrap {
	min-width: 980px;
}
.mainimg {
	text-align: center;
}

.maincatch {
	text-align: center;
	padding: 15px;
	background-color: #fff9ce;
	color: #0e3164;
	margin: 0 auto;
	font-size: 115%;
	font-weight: bold;
}

.maincatch small {
	font-size: 85%;
	font-weight: normal;
}

.hdl {
	background: #1c4b90;
	padding: 14px 0 15px;
	text-align: center;
}
.hdl p {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.pagelink-anchor2 {
}

.seiho-diet-box {
	padding: 0 0 40px;
}
.seiho-diet-bg {
	background: #eff5f4;
	padding: 40px 0 15px;
	position: relative;
}
.seiho-diet-bg:before {
	background: url(/wp/wp-content/themes/diver/images/top/bg_seiho01.png) center 0 no-repeat;
	width: 100%;
	height: 120px;
	top: 100%;
	left: 0;
	content: "";
	z-index: 2;
	position: absolute;
}

.seiho-diet-list {
	margin: 0 0 0 -60px;
}

.seiho-diet-list li {
	float: left;
	width: 33.33%;
	padding: 0 0 0 60px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.seiho-diet-list li img {
	width: 80%;
}

.seiho-diet-info {
	margin: 25px 0 0;
	font-size: 20px;
}
.seiho-diet-info .tit {
	font-size: 26px;
	color: #2b7fc1;
	margin: 10px 0 5px;
	font-weight: bold;
}
.seiho-diet-tit {
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
	margin: 120px 0 0;
}
.seiho-diet-tit span {
	display: block;
	font-size: 32px;
	color: #1e7fc3;
	font-weight: bold;
}

.seiho-recommend {
	height: 485px;
	background: url(/wp/wp-content/themes/diver/images/top/bg_seiho02.jpg) left center no-repeat #dfe7ea;
	background-size: cover;
	padding: 50px 0;
	box-sizing: border-box;
}
.seiho-recom-box {
	width: 680px;
	float: right;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px 20px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.seiho-recom-box li {
	padding: 0 0 0 40px;
	background: url(/wp/wp-content/themes/diver/images/top/ico_seiho01.png) 0 3px no-repeat;
	font-size: 21px;
	line-height: 1.5;
}
.seiho-recom-box li+li {
	margin: 15px 0 0;
}

.seiho-adapt {
	padding: 40px 0 130px;
	background: url(/wp/wp-content/themes/diver/images/top/bg04.jpg) top center no-repeat;
	background-size: cover;
}
.seiho-adapt-img {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
ul.aplicate-list {
	margin: 0;
	padding: 0;
	font-size: 0;
}
ul.aplicate-list li {
	display: inline-block;
	width: 49%;
	margin: 0.5%;
}
ul.aplicate-list li img {
	width: 100%;
	height: auto;
}

.seiho-box {
	background: #fff;
	padding: 25px 20px 22px 35px;
}
.seiho-tel {
	float: left;
	width: 38%;
}

.seiho-tel img, 
.seiho-btn img {
	max-width: 100%;
}

.seiho-btn {
	float: right;
	width: 58%;
	margin-left: 2%;
}

.seiho-case, .seiho-promise {
	padding: 50px 0 60px;
}

.seiho-case, 
.seiho-faq, 
.seiho-promise {
    padding-bottom: 70px;
}

.seiho-faq {
    padding-top: 40px;
    padding-bottom: 0px;
    background-color: #eff5f4;
}

#post-176 .seiho-faq {
	padding-top: 0;
}

#page-main .seiho-faq {
    background: none;
}

.seiho-case-list {
	margin: -40px -10px 0 -10px;
}
.seiho-case-list-02 {
	margin: -40px -20px 0 -10px;
}
.seiho-case-list li, .seiho-case-list-02 li {
	float: left;
	width: 50%;
	margin: 40px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.seiho-case-list-02 li {
	margin: 40px -11px 0 11px;
}

.seiho-scul-main {
	padding: 40px 0 80px;
}

.seiho-scul-img {
	float: left;
	width: 50%;
}

.seiho-scul-img {
	float: left;
	width: 50%;
}

.seiho-scul-img span {
	margin-top: 10px;
	font-size: .8em;
	display: inline-block;
}

.seiho-scul-img img {
	width: 100%;
	max-width: 500px;
}

.seiho-scul-in {
	overflow: hidden;
	padding: 0 0 0 35px;
	font-size: 21px;
	line-height: 1.6;
	margin-bottom: 40px;
}

.seiho-scul-in p {
	display: inline-block;
	margin-top: 0px;
	font-size: 20px;
}

.seiho-scul-in span.strong {
	color: #c20202;
	text-decoration: underline;
	font-weight: bold;
}
.seiho-scul-growing {
	margin: 35px 0 0;
	background: #fff;
	padding: 30px 20px;
	border: 1px solid #5897ca;
}
.seiho-scul-img01 {
	float: left;
	padding: 15px 0 0;
}
.seiho-scul-img02 {
	float: right;
}
.hdm {
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 24px !important;
	padding: 4px 10px !important;
	background: #5897ca;
}
.seiho-scul-box {
	padding: 30px 0 30px;
}

#post-174 .seiho-scul-box, 
#post-178 .seiho-scul-box, 
#post-180 .seiho-scul-box {
    padding-top: 0;
}

/* safety */

.seiho-safety-box {
	padding: 10px 0 50px;
	background: #f1f8fe;
}

.seiho-safety-in .inner ul li {
	float: left;
	width: 24%;
	text-align: center;
	margin: 0;
	padding: 0 0.5%;
}
.seiho-safety-in+.seiho-safety-in {
	margin: 35px 0 0;
}

.seiho-merit {
	margin: 40px 0 0;
	border: 1px solid #009ce0;
	padding: 30px 45px;
}
.seiho-merit .tit {
	text-align: center;
	margin-bottom: 30px;
}
.seiho-merit .tit .titin {
	background: -moz-linear-gradient(left, transparent 0%, #f4f4f4 15%, #f4f4f4 85%, transparent 100%);
	background: -webkit-linear-gradient(left, transparent 0%, #f4f4f4 15%, #f4f4f4 85%, transparent 100%);
	background: linear-gradient(to right, transparent 0%, #f4f4f4 15%, #f4f4f4 85%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
	display: inline-block;
	color: #459fe1;
	width: 460px;
	padding: 8px 0;
	font-size: 20px;
	font-weight: bold;
}
.seiho-merit-in01 {
	float: left;
	width: 48%;
}
.seiho-merit-in02 {
	float: right;
	width: 48%;
}
.seiho-merit-box ul {
	margin: -10px 0 0;
}
.seiho-merit-box li {
	padding: 0 0 0 40px;
	background: url(/wp/wp-content/themes/diver/images/top/ico_seiho01.png) 0 5px no-repeat;
	font-size: 24px;
	margin: 10px 0 0;
	line-height: 1.8;
}

.seiho-not {
	padding: 0px 0px 15px;
	margin: 25px auto 0;
	width: 980px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.seiho-not-tit {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #1c4b90;
	margin-bottom: 20px;
}
.seiho-not .txt {
	width: 100%;
	margin: 0 auto 10px;
	font-size: 30px;
	background: #fff;
	color: #1c4b90;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	line-height: 1.3;
}
.seiho-not .txt+.txt {
	margin-top: 10px;
}

.seiho-not-caution, 
.seiho-case-caution {
	margin: 40px 0 20px;
	background: #f9fbfb;
	border: 1px dashed #70afd9;
	padding: 20px 50px;
}

.seiho-case-caution {
	margin: 20px 0 10px;
	padding: 15px 20px;
}

.seiho-not-caution .tit, 
.seiho-case-caution .tit, 
.seiho-cost .tit, 
.cost_tit {
	text-align: center;
	font-size: 22px !important;
	color: #1c4b90;
	font-weight: bold;
}

.seiho-case-caution .tit {
	line-height: 1.5;
	font-size: 20px;
}

.cost_tit {
	text-align: left;
}

.seiho-not-caution ul, 
.seiho-case-caution ul {
	margin: 20px 0 0;
}

.seiho-case-caution ul {
	margin: 20px 0 -10px;
	position: relative;
}

.seiho-case-caution ul li {
	position: relative;
}

.seiho-case-caution ul li:before {
    content: "\f00c";
    font-family: "fontAwesome";
    position: absolute;
    left: 0;
    color: #5d8ac1;
}

.seiho-not-caution ul li, 
.seiho-case-caution ul li {
	font-size: 20px;
	list-style: none;
	line-height: 1.5;
}

.seiho-case-caution ul li {
	font-size: 18px;
	padding-left: 23px;
}

.seiho-not .note, 
.seiho-case .note {
	text-align: center;
	font-size: 20px;
	margin: 15px 0 0;
}

.caution-with-image ul {
	float: left;
	width: 58%;
}

.caution-with-image div.caution-image {
	float: right;
	width: 40%;
}

.caution-with-image div.caution-image img {
	width: 96%;
	margin-top: 20px;
	margin-left: 4%;
	margin-bottom: 10px;
}

/* bbb */

.seiho-sbc {
	margin: 30px 0 50px;
}
.seiho-sbc .tit {
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #5897ca;
	line-height: 1.3;
	padding: 5px 0;
}
.seiho-sbc-box {
	border: 1px solid #5897ca;
	padding: 15px 45px 15px 40px;
	background: #fff;
}
.seiho-sbc-in {
	float: left;
	width: 560px;
}
.seiho-sbc-in dl {
	display: table;
}
.seiho-sbc-in dl dt {
	display: table-cell;
	vertical-align: middle;
}
.seiho-sbc-in dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 40px;
	font-size: 22px;
}
.seiho-sbc-btn {
	float: right;
	padding: 20px 0 0;
}

/* 流れ */

.seiho-flow {
	padding: 10px 0 40px;
}
.seiho-flow .seiho-flow-in {
	background: #fff;
	padding: 10px 0 30px;
}
.seiho-flow-main dl {
	display: table;
	width: 100%;
}
.seiho-flow-main dl dt {
	display: table-cell;
	vertical-align: top;
	width: 440px;
	height: 293px;
}

.seiho-flow-main dl dt img {
	margin-left: 7% !important;
	width: 85%;
}

.seiho-flow-main dl dd {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
	color: #333;
	font-size: 22px;
	border-bottom: none;
	line-height: 1.5;
}

.seiho-flow-main dl dt, 
.seiho-flow-main dl dd {
	padding-top: 20px;
}

.seiho-flow-main dl dd .step {
	font-size: 20px;
	color: #2b7fc1;
}
.seiho-flow-main dl dd .step span {
	display: inline-block;
	border-bottom: 5px solid #2b7fc1;
}
.seiho-flow-main dl dd .tit {
	font-size: 24px;
	font-weight: bold;
	color: #2b7fc1;
	line-height: 1.3;
	padding-bottom: 0;
	margin: 20px 0 10px;
}
.seiho-flow-bg {
	background: url(/wp/wp-content/themes/diver/images/top/bg_seiho05.png) center center no-repeat;
	background-size: cover;
	padding: 75px 0;
}
.seiho-flow .seiho-box {
	margin: 35px 0 0;
}
.flow-012point {
	background: #fff;
	padding: 10px 13px;
	border-radius: 5px;
	margin-top: 10px;
	font-size: .8em;
	width: 90%;
}
.seiho-flow strong.flow02 {
	font-weight: bold;
}
.seiho-flow span.point {
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
	color: #2b7fc1;
}
.seiho-flow ol {
	counter-reset: counter-name;
	margin: 0;
	padding: 0 0 0 10px;
}
.seiho-flow li {
	margin: 0;
	line-height: 1.7;
	list-style: none;
	position: relative;
	padding-left: 22px;
}
.step02-inner {
	padding-top: 100px !important;
}

.seiho-flow li:before {
	counter-increment: counter-name;
	content: counter(counter-name) ".";
	color: #269fdb;
	position: absolute;
	left: 0;
}

.seiho-flow-main dd p, 
.seiho-read-text p {
	font-size: 21px;
}

.seiho-read-text {
	text-align: center;
	margin: auto;
}

.step03-text-first {
	min-height: 163px;
	overflow: hidden;
}
.step03-text {
	min-height: 263px;
	overflow: hidden;
}
.step03-img {
	margin-bottom: 10px;
}

span.next_step {
    border: 1px solid #366eb8;
    background: white;
    border-radius: 3px;
    padding: 2px 5px;
	margin-top: 5px;
    font-size: 1.1rem;
    line-height: 1.3;
    display: inline-block;
	color: #1c4b90;
}

/* もっと見る */

.grad-wrap {
	position: relative;
}
.grad-wrap+.grad-wrap {
	margin-top: 40px;
}
.grad-trigger {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10em;
	margin: auto;
	padding: .5em 0;
	border-radius: 2px;
	background: #1c4b90;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.grad-trigger::after {
	content: "続きを読む"
}
.grad-trigger:hover {
	background: #5f91da;
}
.grad-trigger .fa {
	margin-right: .5em;
}
.grad-item {
	position: relative;
	overflow: hidden;
}
.grad-item.is-hide {
	height: 220px;
}
.grad-item p+p {
	margin-top: 1em;
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 80px;
	/*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
.grad-trigger.is-show {
	bottom: -2em;
}
.grad-trigger.is-show::after {
	content: "閉じる"
}
.grad-trigger.is-show .fa {
	transform: rotate(180deg);
}
.grad-trigger.is-show+.grad-item::before {
	display: none;
}

.seiho-flow .grad-wrap {
	padding-bottom: 40px !important;
	margin-bottom: 40px !important;
}

/* 角丸 */

.Radius5 {
	border-radius: 5px !important;
	/* CSS3草案 */
	-webkit-border-radius: 5px !important;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px !important;
	/* Firefox用 */
}
/* ボタン共通 */

.Button {
	overflow: hidden;
	width: 21em;
	height: 52px;
	margin: 20px auto 0;
	padding: 0;
	clear: both;
}

#post-176 .Button {
	display: none;
}

.Button a {
	display: block;
	position: relative;
	z-index: 100;
	text-align: center;
	background: #1c4b90;
	color: #fff !important;
	font-size: 1.4em;
	line-height: 52px;
	text-decoration: none;
	padding-right: 15px;
}

.Button a:hover {
	opacity: 0.7;
}

.IconList2 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 43%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 7px solid transparent;
	/*top right bottom を透明化 */
	border-left: 7px solid #fff;
}

.seiho-price {
	padding: 50px 0 80px;
	background: url(/wp/wp-content/themes/diver/images/top/bg03.jpg) center center no-repeat;
	background-size: cover;
}
.seiho-price-inner {
	background-color: rgba(255, 255, 255, 0.6);
	color: #1c4b90;
	text-align: center;
	font-weight: bold;
	padding: 20px;
}
.seiho-price-inner strong {
	font-size: 160%;
}
.seiho-price-box {
	background: #fff;
	padding: 35px 90px 30px 95px;
}
.seiho-price-box+.seiho-price-box {
	margin: 15px 0 0;
}
.seiho-price-box .txt {
	float: left;
	font-size: 28px;
	color: #1c4b90;
	padding: 34px 0 0;
	font-weight: bold;
}
.seiho-price-box .txt span {
	display: inline-block;
	background: #5897ca;
	text-align: center;
	font-size: 28px;
	color: #f5f505;
	font-weight: bold;
	width: 225px;
	line-height: 1.5;
	margin-left: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.seiho-price-box .price {
	float: right;
}
.seiho-price-box2 {
	background: #fff;
	padding: 35px 90px 30px 95px;
}
.seiho-price-box2+.seiho-price-box {
	margin: 15px 0 0;
}
.seiho-price-box2 .txt {
	float: left;
	font-size: 28px;
	color: #1c4b90;
	padding: 16px 0 0;
	font-weight: bold;
}
.seiho-price-box2 .txt span {
	display: inline-block;
	background: #5897ca;
	text-align: center;
	font-size: 28px;
	color: #f5f505;
	font-weight: bold;
	width: 225px;
	line-height: 1.5;
	margin-left: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.seiho-price-box2 .txt span .moni {
	text-align: center;
	font-size: 17px;
	margin-left: -1px;
}
.seiho-price-box2 .price {
	float: right;
}
.seiho-price-box3 .txt span {
	display: inline-block;
	background: #FFFFFF;
	text-align: center;
	font-size: 28px;
	color: #1c4b90;
	font-weight: bold;
	width: 980px;
	line-height: 1.5;
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.txt span .type {
	font-size: 20px;
}

.seiho-qa-box {
	padding: 10px 0 80px;
/*	background-color: #eff5f4;*/
}

.single-post-main .seiho-qa-box {
    background-color: #fff !important;
}

.seiho-qa-in {
	border-bottom: 1px dashed #0070bd;
	padding: 0 0 30px 0;
	margin-top: 20px;
}

.seiho-q, 
.seiho-a {
	background-repeat: no-repeat;
	background-position: 25px 8px;
	background-size: 30px auto;
}

.seiho-q {
	padding: 10px 0 10px 70px !important;
	background-image: url(/wp/wp-content/themes/diver/images/top/ico_q.png);
	font-size: 22px;
	color: #0069b5;
	line-height: 1.2;
	margin-bottom: 10px;
}
.seiho-a {
	padding: 10px 0 10px 70px !important;
	background-image: url(/wp/wp-content/themes/diver/images/top/ico_a.png);
	background-position: 25px 12px;
	font-size: 22px;
	line-height: 1.5;
}

.seiho-infor-box {
	padding: 40px 0;
	background: url(/wp/wp-content/themes/diver/images/top/bg01.png) 0 center repeat-y;
	background-size: 100% auto;
}
.seiho-infor-cont {
	float: right;
	width: 450px;
	padding: 20px 0 0;
}
.seiho-infor-map {
	float: left;
	width: 490px;
	height: 330px;
}
.seiho-infor-map iframe {
	width: 100%;
	height: 100%;
}
.seiho-infor-tit {
	font-size: 31px;
	color: #0773BE;
	margin: 0 0 15px;
	line-height: 1.3;
}
.seiho-infor-txt {
	margin-bottom: 40px;
}
.seiho-infor-in {
	margin-bottom: 40px;
}

.seiho-case-list-03+.seiho-case-list-02 {
	margin-top: 0;
}
.seiho-case-list-03 li {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 3px dotted #009CE0;
}
.seiho-case-list-03 li:last-child {
	margin: 0;
}
.seiho-case-list-03left {
	float: left;
}
.seiho-case-list-03right {
	float: right;
	width: 468px;
}
.seiho-case-list-03right h3 {
	margin: 0 0 10px;
	padding: 7px 0;
	font-size: 20px;
	font-weight: bold;
	color: #009CE0;
	background: #f4f4f4;
	/* Old browsers */
	background: -moz-linear-gradient(left, transparent 0%, #f4f4f4 15%, #f4f4f4 85%, transparent 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, transparent 0%, #f4f4f4 15%, #f4f4f4 85%, transparent 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, transparent 0%, #f4f4f4 15%, #f4f4f4 85%, transparent 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
}
.seiho-case-list-03right p {
	margin: 0;
}

.seiho-safety-main {
	padding: 50px 0 40px;
}

/* ccc */

.seiho-box02 {
	background: #f6f6f6;
}

/* 3つの約束 */

.promise-container {
	display: flex;
	margin: 0px auto 40px;
}

.promise-container .promise {
	flex: 1;
}

.promise-container .promise {
	margin: 8px;
	border-radius: 5px;
	background: #e0e7ef;
	padding: 17px 20px 18px;
}

.promise-container .bg_white {
    background: #fff;
}

.promise-container .bg_skyblue {
    background: #f1f8fe;
}

.promise-container .bg_none {
    background: none;
}

.promise-container .promise_circle {
	background: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}

.promise-container .promise_circle h4 {
	text-align: center;
}

.promise-container .promise_circle img {
	border-radius: 50%;
}

.promise-container .promise h4 {
	color: #1c4b90;
	line-height: 1.5;
	margin: 13px 0 5px;
	padding: 0;
	font-size: 1.5rem;
}

.promise-container .promise p {
	margin-top: 0px;
}

.promise-container .promise p img {
	width: 100%;
}

.num_promise_01, 
.num_promise_02, 
.num_promise_03 {
	position: relative;
	color: #fff;
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 4px;
	font-size: 90%;
	height: 20px;
	border-radius: 5px;
	background-color: #1c4b90;
}

@media screen and (max-width: 768px) {
	.visible-sp {
		display: block;
	}
	.visible-pc {
		display: none;
	}
	.media {
		width: 100%;
	}

	.inner {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	.seiho-wrap {
		min-width: auto;
	}
	.hdl {
		padding: 10px 0;
	}
	.hdl p {
		font-size: 21px;
		letter-spacing: -0.5px;
	}

	.seiho-diet-box {
		padding: 0 0 30px;
	}
	.seiho-diet-bg {
		padding: 30px 0 3%;
	}
	.seiho-diet-bg:before {
		background: url(/wp/wp-content/themes/diver/images/top/bg_seiho01.png) center 0 no-repeat;
		background-size: 100%;
		width: 100%;
		height: 43px;
		top: 100%;
		left: 0;
		content: "";
		z-index: 2;
		position: absolute;
	}
	.seiho-diet-list {
		margin: 0 0 0;
	}
	.seiho-diet-list li {
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.seiho-diet-info {
		margin: 10px 0 0;
		font-size: 12px;
	}
	.seiho-diet-info .tit {
		font-size: 18px !important;
		color: #009bdf;
		margin: 5px 0;
	}
	.seiho-diet-img01 {
		float: left;
		width: 50%;
	}
	.seiho-diet-img02 {
		float: right;
		width: 50%;
	}
	.seiho-diet-fl {
		overflow: hidden;
		padding: 5% 10px 0 0;
	}
	.seiho-diet-fr {
		overflow: hidden;
		padding: 5% 0 0 10px;
	}
	.seiho-diet-tit {
		font-size: 16px;
		margin: 50px 0 0;
	}
	.seiho-diet-tit span {
		font-size: 22px;
	}

	.seiho-recommend {
		height: auto;
		background: url(/wp/wp-content/themes/diver/images/top/bg_seiho02_sp.jpg) left center no-repeat;
		background-size: cover;
		padding: 35px 0;
	}
	.seiho-recom-box {
		width: 70%;
		float: right;
		background: rgba(255, 255, 255, 0.9);
		padding: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.seiho-recom-box li {
		padding: 0 0 0 20px;
		background: url(/wp/wp-content/themes/diver/images/top/ico_seiho01.png) 0 3px no-repeat;
		background-size: 15px;
		font-size: 14px;
		line-height: 1.5;
	}
	.seiho-recom-box li+li {
		margin: 10px 0 0;
	}

	.seiho-adapt {
		padding: 15px 0 20px;
	}
	.seiho-adapt-img {
		text-align: center;
		margin-bottom: 15px;
	}
	.seiho-adapt ul li {
		width: 49%;
	}
	ul.aplicate-list li {
		width: 49%;
	}
	.seiho-adapt ul li, .seiho-adapt ul li.mr10, .seiho-adapt ul li.mb10, .seiho-adapt ul li.mb30 {
		margin: 0% 0.5% 1%;
	}

	.seiho-box {
		padding: 5%;
	}
	.seiho-tel {
		width: 92%;
		margin: 0 auto 15px;
		float: none;
		text-align: center;
	}
	.seiho-btn {
		float: none;
		text-align: center;
		width: 100%;
		margin-left: 0;
	}

	.seiho-case, 
	.seiho-promise, 
	.seiho-faq {
		padding: 15px 0 40px;
	}
	.seiho-case-list, .seiho-case-list-02 {
		margin: 0;
	}
	.seiho-case-list li, .seiho-case-list-02 li {
		float: none;
		width: 100%;
		margin: 10px auto 0;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	.seiho-scul-main {
		padding: 30px 0;
	}
	.seiho-scul-box {
		padding: 15px 0 0;
	}
	.seiho-scul-img {
		float: none;
		padding: 0;
		margin-bottom: 15px !important;
		text-align: center;
		width: 100%;
	}

	.seiho-scul-img span {
		text-align: left;
	}

	.seiho-scul-in {
		overflow: hidden;
		padding: 0;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.seiho-scul-in p {
		font-size: 14px;
		text-align: left;
		margin-top: 0px;
	}

	.seiho-scul-box .f12 {
		font-size: 10px;
		line-height: 1.3;
	}
	.seiho-scul-growing {
		margin: 4% 0 0;
		padding: 4%;
	}
	.seiho-scul-img01 {
		width: 80%;
		float: none;
		text-align: center;
		margin: 0 auto 3%;
		padding: 0;
	}
	.media_overseas .seiho-scul-img01 {
		float: none;
		width: 90%;
	}
	.seiho-scul-img02 {
		width: 80%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.hdm {
		font-size: 22px !important;
		padding: 7px 3px !important;
		line-height: 1.5;
	}

/*  aaa  */

	.seiho-safety-box {
		padding: 4% 0;
	}
	.seiho-safety-in p+p {
		margin: 20px 0 0;
	}
	.seiho-safety-in+.seiho-safety-in {
		margin: 15px 0 0;
	}

	.seiho-merit {
		padding: 10px;
	}
	.seiho-merit .tit {
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.seiho-merit .tit .titin {
		width: 100%;
		font-size: 18px;
		padding: 8px 0;
	}
	.seiho-merit-in01 {
		float: none;
		width: 100%;
	}
	.seiho-merit-in02 {
		float: none;
		width: 100%;
	}
	.seiho-merit-box ul {
		margin: -10px 0 0;
	}
	.seiho-merit-box li {
		padding: 0 0 0 25px;
		background: url(/wp/wp-content/themes/diver/images/top/ico_seiho01.png) 0 5px no-repeat;
		background-size: 18px;
		font-size: 14px;
		margin: 10px 0 0;
		line-height: 1.8;
	}

	.seiho-not {
		padding: 10px;
		margin: 5px auto 0;
		width: 100%;
	}
	.seiho-not-tit {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.seiho-not .txt {
		width: 100%;
		margin: 0 auto;
		font-size: 18px;
	}
	.seiho-not-caution, 
	.seiho-case-caution {
		margin: 15px 0 0;
		padding: 15px 10px 10px;
	}

	.seiho-not-caution p {
		text-align: left;
	}

	.seiho-case-caution .tit, 
	.seiho-not-caution .tit, 
	.seiho-cost .tit, 
	.cost_tit {
		font-size: 18px !important;
	}
	
	.seiho-case-caution .tit, 
	.seiho-not-caution .tit {
		line-height: 1.3;
	}
	
	.seiho-case-caution .tit {
		text-align: left;
	}
	
	.seiho-case-caution ul, 
	.seiho-not-caution ul {
		margin: 20px 0 0;
		padding: 0 17px;
	}
	
	.seiho-case-caution ul li, 
	.seiho-not-caution ul li {
		font-size: 14px;
		text-indent: -1em;
		padding-left: 1em;
	}

	.seiho-case-caution ul li {
		padding-left: 1.3em;
	}

	.ft_22 {
		font-size: 14px;
	}

	.seiho-not .note, 
	.seiho-case .note {
		font-size: 14px;
		margin: 10px 0 0;
	}

	.caution-with-image ul, 
	.caution-with-image div.caution-image {
		float: none;
		width: 100%;
		margin: auto;
	}

	.caution-with-image div.caution-image img {
		width: 90%;
		margin-top: 10px;
		text-align: center;
	}

	/* bbb */

	.seiho-sbc {
		margin: 10px 0 15px;
	}
	.seiho-sbc .tit {
		font-size: 12px !important;
		padding: 5px;
	}
	.seiho-sbc-box {
		padding: 10px;
	}
	.seiho-sbc-in {
		float: left;
		width: 100%;
	}
	.seiho-sbc-in dl {
		display: table;
		margin: 0 0 10px;
	}
	.seiho-sbc-in dl dt {
		display: table-cell;
		vertical-align: middle;
		width: 80px;
	}
	.seiho-sbc-in dl dd {
		display: table-cell;
		vertical-align: middle;
		padding: 0 0 0 10px;
		font-size: 14px;
	}
	.seiho-sbc-btn {
		float: none;
		text-align: center;
		padding: 0;
	}
	.seiho-sbc-btn img {
		width: 50%;
	}

	.seiho-flow {
		padding: 10px 0 20px;
	}
	.seiho-flow .inner {
		padding: 0 !important;
	}
	.seiho-flow .seiho-flow-in {
		padding: 0 0 20px 0;
	}
	.seiho-flow-main {
		padding: 3% 10px 1% !important;
	}
	.seiho-flow-main dl {
		display: block;
		margin: 0;
	}
	.seiho-flow-main dl dt {
		display: none;
	}
	.seiho-flow-main dl dd {
		display: block;
		padding: 0;
		font-size: 14px;
		line-height: 1.5;
		margin: 0;
		text-align: center;
	}
	.seiho-flow-main dd p.seiho-flow-img {
		height: 220px;
	}
	
	.seiho-flow-main dd p.flow_text {
		font-size: 16px;
		width: 96%;
		margin: 5px auto 10px;
		text-align: left;
	}

	.seiho-read-text p {
		font-size: 16px;
	}

	.seiho-flow-main .flow-012point {
		text-align: left;
		width: 96%;
		margin: 10px auto;
	}
	
	.content .seiho-flow-main img {
		margin-bottom: 0;
	}
	.seiho-flow-main dl dd .step {
		font-size: 14px;
	}
	.seiho-flow-main dl dd .step span {
		border-bottom: 3px solid #2b7fc1;
	}
	.seiho-flow-main dl dd .tit {
		font-size: 20px !important;
		margin: 15px 0 15px;
	}
	.seiho-flow-img {
		width: 300px;
		margin: 0 auto 15px;
	}
	.seiho-flow-bg {
		background-image: none;
		background-color: #f2f9fe;
		padding-top: 30px !important;
		padding-bottom: 10px !important;
	}
	.single-post-main .step02-inner {
		padding-top: 30px !important;
	}
	.seiho-flow .seiho-mecha-video {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.seiho-flow .seiho-box {
		width: 96%;
		margin: 3% auto 0;
		padding-bottom: 0;
		box-sizing: border-box;
	}

	.seiho-flow .grad-wrap {
		padding-bottom: 40px !important;
	}

/* Step */
	
	.step03-text-first, .step03-text {
		min-height: 50px;
	}

	.seiho-price {
		padding: 20px 0 25px;
	}
	.seiho-price-box {
		padding: 15px 20px;
	}
	.seiho-price-box+.seiho-price-box {
		margin: 10px 0 0;
	}
	.seiho-price-box .txt {
		width: 40%;
		font-size: 14px;
		text-align: center;
		padding: 0;
	}
	.seiho-price-box .txt span {
		display: block;
		font-size: 15px;
		width: 100%;
		margin-left: 0;
	}
	.seiho-price-box .price {
		float: right;
		width: 55%;
		padding: 0;
	}

	.seiho-qa-box {
		padding: 10px 0 30px;
	}
	.seiho-qa-in {
		padding: 0 0 10px 0;
	}
	.seiho-qa-in+.seiho-qa-in {
		margin: 20px 0 0;
	}
	.seiho-q {
		padding: 5px 0 10px 40px !important;
		background: url(/wp/wp-content/themes/diver/images/top/ico_q.png) 0 0 no-repeat;
		background-size: 30px 30px;
		font-size: 18px;
		color: #0069b5;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.seiho-a {
		padding: 5px 0 10px 40px !important;
		background: url(/wp/wp-content/themes/diver/images/top/ico_a.png) 0 0 no-repeat;
		background-size: 30px 30px;
		font-size: 18px;
	}
	
	.Button a {
		font-size: 18px;
	}

	.seiho-infor-box {
		padding: 30px 0;
	}
	.seiho-infor-cont {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
	.seiho-infor-map {
		float: none;
		width: 100%;
		height: 230px;
	}
	.seiho-infor-tit {
		font-size: 20px;
		margin: 0 0 2%;
		line-height: 1.3;
	}
	.seiho-infor-txt {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1.5;
	}
	.seiho-infor-tel {
		width: 70%;
	}
	.seiho-infor-in {
		margin-bottom: 30px;
	}

	.seiho-case-list-03 li, .seiho-case-list-03 li:last-child {
		margin: 0 0 3%;
		padding: 0 0 2%;
		border-bottom: 2px dashed #009CE0;
	}
	.seiho-case-list-03left {
		float: none;
	}
	.seiho-case-list-03right {
		float: none;
		width: 100%;
	}
	.seiho-case-list-03right h3 {
		margin: 2% 0;
		padding: 4px 0 2px;
		font-size: 16px;
		font-weight: bold;
	}

	.seiho-safety-main {
		padding: 20px 0;
	}
	
	.seiho-promise {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	.promise-container {
		flex-direction: column;
		padding: 0;
	}
	.promise-container .promise p.image_box {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}

	.promise-container .promise p.image_box img {
		max-width: 320px;
	}

	.promise-container .promise_circle {
		text-align: center;
		margin: 0 auto 10px;
	}

	.promise-container .promise_circle img {
		max-width: 300px;
	}

	.promise-container .promise h4 {
	    font-size: 19px;
	}
	
	.promise-container .promise p {
	    font-size: 16px;
	}

}
