@charset "UTF-8";

/*  -------------------------------------------------------------
  #  フォント読み込み
----------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*  -------------------------------------------------------------
  #  567px以下で電話発信を有効にする
----------------------------------------------------------------- */

@media (min-width: 576px) {
a[href^="tel:"] {
	pointer-events: none;
}
}
/*  -------------------------------------------------------------
  #  カラー設定
----------------------------------------------------------------- */


/*  -------------------------------------------------------------
  #  font設定
----------------------------------------------------------------- */

.fs-12 {
	font-size: 1.2rem !important;
	font-size: 12px !important;
}
.fs-14 {
	font-size: 1.4rem !important;
	font-size: 14px !important;
}
.fs-16 {
	font-size: 1.6rem !important;
	font-size: 16px !important;
}
.fs-18 {
	font-size: 1.8rem !important;
	font-size: 18px !important;
}
.fs-20 {
	font-size: 2.0rem !important;
	font-size: 20px !important;
}
.fs-24 {
	font-size: 2.4rem !important;
	font-size: 24px !important;
}
.fs-26 {
	font-size: 2.6rem !important;
	font-size: 26px !important;
}
.fs-28 {
	font-size: 2.8rem !important;
	font-size: 28px !important;
}
.fs-30 {
	font-size: 3.0rem !important;
	font-size: 30px !important;
}
.fs-32 {
	font-size: 3.2rem !important;
	font-size: 32px !important;
}
.fs-34 {
	font-size: 3.4rem !important;
	font-size: 34px !important;
}
.fs-36 {
	font-size: 3.0rem !important;
	font-size: 36px !important;
}
.lh-1 {
	line-height: 1 !important;
}
.lh-12 {
	line-height: 1.2 !important;
}
.lh-15 {
	line-height: 1.5 !important;
}
.lh-2 {
	line-height: 2 !important;
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.fw-bold {
	font-weight: bold !important;
}
.fw-nomal {
	font-weight: normal !important;
}
.fc-main {
	color: #147ac8 !important;
}
.fc-sub {
	color: #085cb2 !important;
}
.fc-sub2 {
	color: #00949d !important;
}
.fc-light {
	color: #d7edfd !important;
}
.fc-gray {
	color: #787878 !important;
}
.fc-nomal {
	color: #3e4e57 !important;
}
.text-link{color: #036eb8}
.text-link:hover{text-decoration: underline}
/*  -------------------------------------------------------------
  #  サイズ設定
----------------------------------------------------------------- */

/*  -------------------------------------------------------------
  #  余白
----------------------------------------------------------------- */

.all-0 {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}
.m-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.m-0 {
	margin: 0 !important;
}
.m-5 {
	margin: 5px !important;
}
.m-10 {
	margin: 10px !important;
}
.m-15 {
	margin: 15px !important;
}
.m-20 {
	margin: 20px !important;
}
.m-30 {
	margin: 30px !important;
}
.m-40 {
	margin: 40px !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mt-100 {
	margin-top: 100px !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr-30 {
	margin-right: 30px !important;
}
.mr-40 {
	margin-right: 40px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.ml-30 {
	margin-left: 30px !important;
}
.ml-40 {
	margin-left: 40px !important;
}
.p-0 {
	padding: 0 !important;
}
.p-5 {
	padding: 5px !important;
}
.p-10 {
	padding: 10px !important;
}
.p-15 {
	padding: 15px !important;
}
.p-20 {
	padding: 20px !important;
}
.p-30 {
	padding: 30px !important;
}
.p-40 {
	padding: 40px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-3 {
	padding-top: 3px !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pt-80 {
	padding-top: 80px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pr-10 {
	padding-right: 10px !important;
}
.pr-15 {
	padding-right: 15px !important;
}
.pr-20 {
	padding-right: 20px !important;
}
.pr-30 {
	padding-right: 30px !important;
}
.pr-40 {
	padding-right: 40px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-5 {
	padding-right: 5px !important;
}
.pb-10 {
	padding-right: 10px !important;
}
.pb-15 {
	padding-right: 15px !important;
}
.pb-20 {
	padding-right: 20px !important;
}
.pb-30 {
	padding-right: 30px !important;
}
.pb-40 {
	padding-right: 40px !important;
}
.pb-60 {
	padding-right: 60px !important;
}
.pb-80 {
	padding-right: 80px !important;
}
.pb-100 {
	padding-right: 100px !important;
}
.pl-0 {
	padding-right: 0 !important;
}
.pl-5 {
	padding-right: 5px !important;
}
.pl-10 {
	padding-right: 10px !important;
}
.pl-15 {
	padding-right: 15px !important;
}
.pl-20 {
	padding-right: 20px !important;
}
.pl-30 {
	padding-right: 30px !important;
}
.pl-40 {
	padding-right: 40px !important;
}
/*  -------------------------------------------------------------
  #  共有スタイル
----------------------------------------------------------------- */

a {
	color: #3e4e57;
	text-decoration: none;
}
a:hover {
	color: #147ac8;
}
img {
	vertical-align: bottom;
}
.img-responsive {
	width: 100%;
	height: auto !important;
}

@media (min-width: 1200px) {
.visible-xs {
	display: none !important;
}
}

@media (max-width: 980px) {
.visible-xs {
	display: none !important;
}
}

@media (max-width: 768px) {
.hidden-md {
	display: none !important;
}
.visible-xs {
	display: none !important;
}
}

@media (max-width: 576px) {
.visible-xs {
	display: block !important;
}
}
/*  -------------------------------------------------------------
  #  共有レイアウト
----------------------------------------------------------------- */

.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}
.title01 {
	background: #147ac8;
	background-size: 40px auto;
	color: #FFF;
	text-align: center;
	font-size: 2.8rem;
	font-size: 28px;
	padding: 35px 10px;
	margin-bottom: 60px;
	letter-spacing: 1.5px;
}

@media (max-width: 576px) {
.title01 {
	font-size: 1.8rem;
	font-size: 18px;
}
}
.marker {
	color: #147ac8;
	background: linear-gradient(transparent 60%, #ffe450 60%);
}
.title02 {
	color: #147ac8;
	text-align: center;
	font-size: 2.6rem;
	font-size: 26px;
	letter-spacing: 1.4px;
	margin-bottom: 40px;
}

@media (max-width: 576px) {
.title02 {
	font-size: 1.8rem;
	font-size: 18px;
}
}
/*  -------------------------------------------------------------
  #  ここからスタイル
----------------------------------------------------------------- */

html {
	font-size: 62.5%;
	font-size: 10px;
}
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.6em;
	line-height: 1.5;
	color: #3e4e57;
	max-width: 100%;
	-webkit-text-size-adjust: 100%;
}




/*  -------------------------------------------------------------
  #  header
----------------------------------------------------------------- */

header {
	width: 100%;
}
.header-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 990px) {
.header-inner {
	margin-bottom: 10px;
}
}
.h-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 10px;
}
.h-logo img {
	width: 390px;
	height: 40px;
}
.h-logo h1 {
	margin-left: 10px;
}

.h-info {
	display: table;
}

@media (max-width: 990px) {
	.h-info {display: none;}
}
.h-info .h-tel {
	display: table-cell;
	font-size: 2.6rem;
	font-size: 26px;
	line-height: 1;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.h-logo img {
	width: 280px;
	height: 25px;
}
.h-logo h1 {
	padding-top: 10px;
	font-size: 1.2rem;
	font-size: 12px;
}

}

.h-info .h-tel img {
	width: 200px;
	height: 40px;
}


.h-info .h-contact {
	display: table-cell;
	padding-left: 30px;
	vertical-align: middle;
}
.h-contact img {
	width: 145px;
	height: 23px;
}

.h-contact a {
	background: #147ac8;
	display: block;
	padding: 18px 30px;
	transition: all .2s ease-in-out;
}
.h-contact a:hover {
	background: #ffe450;
	color: #3e4e57;
}
/*  -------------------------------------------------------------
  #  mainvisual
----------------------------------------------------------------- */

.mainvisual {
	width: 100%;
	background: url("../images/mainvisual_bg.jpg") no-repeat center center;
	background-size: cover;
}

@media (max-width: 768px) {
.mainvisual {
	width: 100%;
	background: url("../images/mainvisual_bg_md.jpg") center top;
	background-size: 100% auto;
}
}
.main-copy {
	max-width: 1200px;
	padding-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	font-size: 3.6rem;
	font-size: 36px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 1.0rem;
	letter-spacing: 1px;
	
}


@media (max-width: 768px) {
.main-copy {
	padding-top: 20px;
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-size: 24px;
	line-height: 1.4;
}
}

@media (max-width: 576px) {
.main-copy {
	font-size: 1.8rem;
	font-size: 18px;
}
}
.mainvisual-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 768px) {
.mainvisual-inner {
	display: block;
}
}
.main-left {
	position: absolute;
	width: 48%;
	left: 10px;
	bottom: -34%;
}
.main-left img {
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {
.main-left {
	width: 100%;
	position: relative;
	left: 0;
	bottom: 0;
}
.main-left img {
	width: 86%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}
.main-right {
	width: 49%;
	margin-left: auto;
}

@media (max-width: 768px) {
.main-right {
	width: 100%;
	margin-left: 0;
}
}
.main-feature-box li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	margin-bottom: 20px;
	list-style: none;
	padding: 15px;
	font-size: 2.2rem;
	font-size: 22px;
	line-height: 1.2;
	align-items: center;
}
.main-feature-box li i {
	margin-right: 10px;
}

@media all and (-ms-high-contrast: none) {
.main-feature-box li {
	display: table;
	width: 100%;/* IE10 以降にのみ適用される */
}
}

@media (max-width: 768px) {
.main-feature-box li {
	font-size: 1.6rem;
	font-size: 16px;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
}
}
.main-contact-btn {
	padding-bottom: 40px;
}
.main-contact-btn a {
	display: block;
	width: 100%;
	background: #ffe450;
	font-size: 2.2rem;
	font-size: 22px;
	position: relative;
	padding: 30px 40px 30px 15px;
	border: 4px solid #FFF;
	filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.4));
	-webkit-transition: all .3s;
	transition: all .3s;
}
.main-contact-btn a::after {
	color: #FFF;
	position: absolute;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	top: 50%;
	right: 10px;
	left: auto;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.main-contact-btn span {
	color: #147ac8;
}

@media (max-width: 576px) {
.main-contact-btn a {
	font-size: 1.6rem;
	font-size: 16px;
	padding: 15px 30px 15px 10px;
}
}
.main-contact-btn a:hover::after {
	right: 0;
}
.main-contact-btn a:hover {
	color: #3e4e57;
}
/*こんなWEB症状をお持ちの方におすすめです ****/

.symptoms {
	padding-top: 120px;
	background: #d7edfd;
}

@media (max-width: 768px) {
.symptoms {
	padding-top: 40px;
	padding-bottom: 40px;
}
}
.lead-tex01 {
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
.lead-tex01 {
	font-size: 1.6rem;
	font-size: 16px;
}
}
.symptoms-list-box {
	width: 100%;
	background: url(../images/gridme.png);
	border: 4px solid #147ac8;
	padding: 20px;
}
.symptoms .flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -15px;
}

@media (max-width: 768px) {
.symptoms .flexbox {
	-ms-flex-direction: column;
	flex-direction: column;
}
}
.symptoms-list-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
.symptoms-list-box {
	margin-bottom: 0;
}
}
.symptoms-list-box ul {
	list-style: none;
}
.symptoms-list-box ul li {
	list-style: none;
	font-size: 2.4rem;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
.symptoms-list-box ul li {
	display: table;
	width: 100%;/* IE10 以降にのみ適用される */
}
}
.symptoms-list-box ul li:last-child {
	margin-bottom: 0;
	line-height: 1.5;
}

@media (max-width: 768px) {
.symptoms-list-box ul li {
	font-size: 1.6rem;
	font-size: 16px;
}
}
.symptoms-list-box ul li i {
	margin-right: 10px;
	color: #147ac8;
}
.symptoms-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 2 auto;
	flex: 0 2 auto;
	align-self: flex-end;
}
.symptoms-img img {
	padding-left: 20px;
}

@media (max-width: 768px) {
.symptoms-list-box, .symptoms-img {
	width: 100%;
	align-self: flex-start;
}
.symptoms-list-box {
	order: 2;
}
.symptoms-img {
	order: 1;
	min-height: 0%;
}
.symptoms-img img {
	width: 60%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
}
}
/*プラン ****/

.plan-title {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 10px;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 1.6rem;
	font-size: 16px;
	text-align: center;
}
.plan-title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
}
.plan-title h3 {
	margin: 0;
	padding: 0;
}
.plan .c1 .plan-title {
	background: #00949d;
}
.plan .c1 .plan-title:before {
	border-top: 15px solid #00949d;
}
.plan .c2 .plan-title {
	background: #147ac8;
}
.plan .c2 .plan-title:before {
	border-top: 15px solid #147ac8;
}
.plan .c3 .plan-title {
	background: #085cb2;
}
.plan .c3 .plan-title:before {
	border-top: 15px solid #085cb2;
}
.plan .plan-lead {
	width: 100%;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 20px;
}
.plan .plan-img {
	width: 100%;
	margin-bottom: 20px;
	min-height: 0%;
}

@media (max-width: 768px) {
.plan .plan-img img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
}
.plan .c1 .plan-lead {
	color: #00949d;
}
.plan .c2 .plan-lead {
	color: #147ac8;
}
.plan .c3 .plan-lead {
	color: #085cb2;
}
.plan .plan-explain {
	width: 100%;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.plan .price {
	width: 100%;
	margin-top: auto;
	font-size: 1.8rem;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 768px) {
.plan .price {
	margin-top: 0;
}
}
.plan .price span {
	font-size: 3.6rem;
	font-size: 36px;
	padding-right: 5px;
}
.plan .c1 .price span {
	color: #00949d;
}
.plan .c2 .price span {
	color: #147ac8;
}
.plan .c3 .price span {
	color: #085cb2;
}
.plan .addition {
	width: 100%;
	font-size: 1.2rem;
	font-size: 12px;
	text-align: center;
}
.plan .flexbox {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}
.plan .flexbox .flex-item {
	align-items: center;
 width: calc((100% - 30px * 2) / 3);
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 0%;
}

@media (max-width: 768px) {
.plan .flexbox {
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.plan .flexbox .flex-item {
	width: 100%;
}
}
/*フロー ****/
.flow {
	background: #d7edfd;
	background-size: 40px auto;
	padding: 120px 0 0 0;
}
.flow .flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flow .flexbox .flex-item {
width: calc((100% - 30px * 2) / 3);
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 0%;
	margin-bottom: 80px;
}

@media (max-width: 768px) {
.flow .flexbox .flex-item {
width: calc((100% - 30px * 1) / 2);
}
.flow .flow-bo {
	width: 100px;
	height: auto;
}
}

@media (max-width: 576px) {
.flow .flexbox {
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.flow .flexbox .flex-item {
	width: 100%;
}
}
.flow .flow-box {
	border: 4px solid #147ac8;
	background: #FFF;
	position: relative;
}
.flow .flow-img {
	margin-bottom: 10px;
	min-height: 0%;
}
.flow .step-no img {
	width: 100px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: -50px auto 0 auto;
}
.flow h3 {
	font-size: 2.0rem;
	font-size: 20px;
	color: #147ac8;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 10px
}
.flow p {
	font-size: 1.6rem;
	font-size: 16px;
	padding: 0 10px 20px 10px
}
/*無料訪問・無料診断のお申し込みこちら　　 ****/

.info-bnr {
	background-image: -moz-linear-gradient( -40deg, rgb(8,92,178) 0%, rgb(0,148,157) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(8,92,178) 0%, rgb(0,148,157) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(8,92,178) 0%, rgb(0,148,157) 100%);
	width: 100%;
}
.info-bnr-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px;
	display: table;
}
.info-bnr .info-right, .info-bnr .info-left {
	display: table-cell;
	vertical-align: middle;
}
.info-bnr .info-right {
	width: 22%;
}
.info-bnr .info-left {
	width: 76%;
	padding-right: 30px;
}

@media (max-width: 	1100px) {
.info-bnr-inner {
	width: 100%;
}
.info-bnr .info-right {
	display: none;
}
.info-bnr .info-left {
	width: 100%;
	padding-right: 0;
}
}
.info-bnr .info-left p {
	font-size: 2.0rem;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
}
.info-bnr .info-left .strong-text {
	font-size: 3.0rem;
	font-size: 30px;
}
.info-bnr .info-btns {
	display: table;
	width: 100%;
}
.info-btns .tel-btn, .info-btns .contact-btn {
	display: table-cell;
	vertical-align: middle;
}
.info-btns .tel-btn a {
	display: block;
	width: 100%;
	background: #3e4e57;
	position: relative;
	padding: 10px 20px 10px 20px;
	border: 4px solid #FFF;
	filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.4));
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
.info-btns .tel-btn img {
	width: 240px;
	height: 59px;
	margin: 0 auto;
	display: block;
}
.info-btns .contact-btn {
	padding-left: 30px;
	width: 70%;
}
.info-btns .contact-btn a {
	display: block;
	width: 100%;
	background: #ffe450;
	font-size: 2.2rem;
	font-size: 22px;
	position: relative;
	padding: 25px 40px 25px 15px;
	border: 4px solid #FFF;
	filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.4));
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight: bold;
	vertical-align: middle;
}

@media (max-width: 860px) {
.info-btns .contact-btn a {
	font-size: 1.8rem;
	font-size: 18px;
}
}

@media (max-width: 768px) {
.info-bnr.info-left {
	width: 100%;
}
.info-bnr .info-btns {
	width: 100%;
}
.info-btns .tel-btn {
	margin-bottom: 20px;
}
.info-btns .tel-btn a {
	width: 100%;
	display: block;
}
.info-bnr .tel-btn, .info-bnr .contact-btn {
	display: block;
	width: 100%;
	text-align: center;
}
.info-bnr.info-left .strong-text, .info-bnr .contact-btn a {
	font-size: 1.6rem;
	font-size: 16px;
}
.info-bnr .info-left .strong-text, .info-bnr .info-left p {
	font-size: 1.4rem;
	font-size: 14px;
}
.info-btns .contact-btn {
	padding-left: 0;
}
.info-bnr .info-left p {
	text-align: center;
}
}
.info-btns .contact-btn a::after {
	color: #FFF;
	position: absolute;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	top: 50%;
	right: 10px;
	left: auto;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 576px) {
.info-btns .contact-btn a {
	font-size: 1.6rem;
	font-size: 16px;
	padding: 15px 30px 15px 10px;
}
}
.info-btns .contact-btn a:hover::after {
	right: 0;
}
.info-btns .contact-btn a:hover {
	color: #3e4e57;
}
/* 選ばれる理由　　 ****/
.reason {
	padding-top: 60px;
}
.reason-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.reason-img {
	flex: 2 1 0%;
}
.reason-text {
	flex: 3 1 0%;
	background: #d7edfd;
	margin-left: 30px;
	padding: 20px;
	font-size: 1.6rem;
	font-size: 16px;
}

@media (max-width: 768px) {
.reason-box {
	display: block;
}
.reason-text {
	margin-left: 0;
	font-size: 1.4rem;
	font-size: 14px;
}
}
.reason-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2.2rem;
	font-size: 22px;
	margin-top: -56px;
}
.reason-no {
	font-weight: bold;
	font-style: italic;
	font-size: 4.6rem;
	font-size: 46px;
	margin-right: 10px;
	color: #147ac8;
}

@media (max-width: 768px) {
.reason-box {
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.reason-img {
	margin-bottom: 0;
	width: 100%;
	min-height: 0%;
}
.reason-text {
	width: 100%;
	margin-left: 0;
	font-size: 1.4rem;
	font-size: 14px;
}
.reason-title {
	font-size: 1.6rem;
	font-size: 16px;
	margin-top: 0;
}
.reason-no {
	font-size: 2.6rem;
	font-size: 26px;
}
}
.odd-box .reason-text {
	order: 1;
	margin-left: 0;
}
.odd-box .reason-img {
	order: 2;
	margin-left: 30px;
}

@media (max-width: 768px) {
.odd-box .reason-text {
	order: 2;
}
.odd-box .reason-img {
	order: 2;
	margin-left: 0;
}
}
/* 選ばれる理由　　 ****/
.cando {
	background: url(../images/cando-bg.jpg) no-repeat center center;
	background-size: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 30px;
}

@media (max-width: 768px) {
.cando {
	background: #d7edfd;
}
}
.cando .flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cando .flexbox .cando-box {
width: calc((100% - 30px * 2) / 3);
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 0%;
	margin-bottom: 60px;
	border: 4px solid #147ac8;
	background: #FFF;
	position: relative;
}
.cando .cando-img {
	margin-bottom: 10px;
	min-height: 0%;
}
.cando .flexbox h3 {
	font-size: 2.0rem;
	font-size: 20px;
	color: #147ac8;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 10px
}
.cando .flexbox p {
	font-size: 1.6rem;
	font-size: 16px;
	padding: 0 10px 20px 10px
}

@media (max-width: 768px) {
.cando .flexbox {
	display: block;
	width: 100%;
}
.cando .flexbox .cando-box {
	display: block;
	width: 100%;
}
.cando .flexbox .cando-box {
	width: 100%;
	margin-bottom: 30px;
}
.cando .flexbox article:last-child {
	margin-bottom: 0;
}
}
/* 実績　　 ****/
.results {
	padding-bottom: 20px;
}
.results .flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.results .results-box {
 width: calc((100% - 30px * 2) / 3);
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 0%;
	margin-bottom: 40px;
}

.results .results-img {
  margin-bottom: 10px;
  min-height: 0%;
  overflow: hidden;
  cursor: pointer;
}
.results .results-img img {
  width: 100%;
  transition-duration: 0.5s;
}
.results .results-img:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}

@media (max-width: 768px) {
.results .results-box {
width: calc((100% - 30px * 1) / 2);
}
}
.results .results-img {
	margin-bottom: 10px;
	min-height: 0%;
}
.results .results-title {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-size: 16px;
}
.results .results-url a {
	color: #147ac8;
	font-size: 1.2rem;
	font-size: 12px;
}
.results .results-url a i {
	margin-right: 5px;
}
/* よくあるご質問　　 ****/
.faq {
	padding-bottom: 40px;
}
.faq .faqbox {
	margin-bottom: 20px;
}
.faq .q-title {
	font-size: 1.6rem;
	font-size: 16px;
	color: #085cb2;
	font-weight: bold;
	margin-bottom: 10px;
}
.faq .q-title span {
	margin-right: 6px;
	font-size: 2.2rem;
	font-size: 22px;
}
.faq .ans-text {
	background: #d7edfd;
	padding: 20px;
	font-size: 1.4rem;
	font-size: 14px;
}
.faq .ans-text span {
	margin-right: 10px;
	font-size: 2.0rem;
	font-size: 20px;
	color: #147ac8;
	font-weight: bold;
}
/* お問い合わせ　　 ****/
.contact {
	padding-top: 40px;
	padding-bottom: 40px;
}
.form-text {
	font-size: 1.6rem;
	font-size: 16px;
	margin-bottom: 40px;
}
.contact form {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.contact table {
	width: 100%;
	margin-bottom: 30px;
}
.input {
	background: #d7edfd;
	width: 100%;
	padding: 10px
}
.contact table tr th {
	text-align: left;
	width: 30%;
}
.contact table tr th, .contact table tr td {
	padding: 15px 0;
	font-size: 1.6rem;
	font-size: 16px;
}

@media (max-width: 768px) {
.contact table tr th, .contact table tr td {
	display: block;
	width: 100%;
}
.contact table tr th {
	padding: 0;
}
}
.form-btns {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.form-btns input {
width: calc((100% - 30px * 1) / 2);
	padding: 10px;
	cursor: pointer;
	font-size: 1.8rem;
	font-size: 18px;
	margin: 0 10px;
	transition: all .2s ease-in-out;
}
.form-btns .btn01 {
	background: #085cb2;
	color: #fff;
}
.form-btns .btn01:hover {
	background: #ffe450;
	color: #3e4e57;
}
.form-btns .btn02 {
	background: #ddd;
}
.form-btns .btn02:hover {
	color: #fff;
	background: #787878;
}
/* 確認画面　　 ****/
.formTable {
	font-size: 1.4rem;
	font-size: 14px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.formTable p {
	margin-bottom: 20px
}
.form-btn {
	background: #ddd;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
		text-align: center;

}
.form-btn .btn01 {
	width: 100%;
	padding: 10px;
	cursor: pointer;
	font-size: 1.8rem;
	font-size: 18px;
	transition: all .2s ease-in-out;
	background: #036eb8;
	border: 2px solid #085cb2;
	color: #fff;
	display: block;
}
.form-btn .btn01:hover {
	border: 2px solid #085cb2;
	color: #085cb2;
	background: #fff;
}
.form-btn .btn02 {
	width: 100%;
	padding: 10px;
	cursor: pointer;
	font-size: 1.8rem;
	font-size: 18px;
	transition: all .2s ease-in-out;
	background: #3e4e57;
	border: 2px solid #3e4e57;
	color: #fff;
	display: block;
}
.form-btn .btn02:hover {
	border: 2px solid #3e4e57;
	color: #3e4e57;
	background: #fff;
}/* 個人情報保護方針　　 ****/
.policy {
	margin-bottom: 80px;
}
.policy p {
	font-size: 1.4rem;
	font-size: 14px;
	margin-bottom: 30px;
}
.policy ul {
	margin-bottom: 40px;
}
.policy ul li {
	list-style-type: decimal;
	margin-left: 20px;
	font-size: 1.4rem;
	font-size: 14px;
	margin-bottom: 20px;
}
.error_messe {
	color: crimson;
}
/* 会社概要　　 ****/
.company {
	margin-bottom: 80px;
}
.company-table {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.company table {
	width: 100%;
	font-size: 1.4rem;
	font-size: 14px;
	border: 4px solid #147ac8;
	border-collapse: collapse;
	border-spacing: 0;
}
.company table tr th {
	text-align: left;
	width: 30%;
	background: #147ac8;
	color: #fff;
}
.company table tr th, .company table tr td {
	padding: 15px;
}

@media (max-width: 768px) {
.company table tr th, .company table tr td {
	display: block;
	width: 100%;
}
}
footer {
	padding: 10px;
	text-align: center;
	color: #fff;
	background: #787878;
	font-size: 1.2rem;
	font-size: 12px;
}
