@charset "utf-8";
/*全体の設定
---------------------------------------------------------------------------*/
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html {
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, figure {
	margin: 0;
	padding: 0;
	font: inherit;
}
body {
	color: #333;
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
	font-family: '游ゴシック', "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic ProN', Meiryo, Helvetica, Arial, 'MS PGothic', Sans-serif;
	line-height: 1.6;
}
ul li {
	list-style: outside none none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	width: 100%;
}
address {
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	outline: none;
	overflow: hidden;
	color: #08C;
}
a:hover {
	opacity: 0.8;
	text-decoration: none;
}
/*フォント設定
---------------------------------------------------------------------------*/
.mincho {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.wf-mplus1p {
	font-family: "M PLUS 1p";
}
/*共通見出し設定
---------------------------------------------------------------------------*/
.home h2 {
	background-color: #3fa9f5;
	color: #ffffff;
	font-size: 36px;
	font-family: "M PLUS 1p";
	font-weight: 700;
	letter-spacing: 7px;
	line-height: 1.4;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 55px;
}
/*共通コンテンツ・部品
---------------------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	main {
		display: block;
	}
}
.innerWrap {
	max-width: 1000px;
	margin: 0 auto;
}
/*ボタン設定
--------------------------------------*/
button {
	border: none;
	cursor: pointer;
	outline: none;
}
/*カラム設定
---------------------------------------------------------------------------*/
.flexCols {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_AlignC {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_AlignEnd {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.flex_CC {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_Sbet {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.flex_SbetC {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/*Header
---------------------------------------------------------------------------*/
header {
	border-top: 5px solid #004691;
	padding: 20px 0;
}
header h1.logo {
	color: #575747;
	font-size: 18px;
	font-weight: 700;
	font-family: "M PLUS 1p", serif;
	line-height: 30px;
	text-align: center;
	float: left;
}
header h1.logo span {
	color: #004691;
	display: block;
	font-size: 24px;
}
header h1.logo img {
	margin-right: 5px;
	vertical-align: top;
}
header .hdrL p {
	display: inline-block;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}
header .hdrR {
	letter-spacing: -.4em;
	float: right !important;
}

header .hdrL {
float: left !important;
}

header address {
	background: url(../images/common/icon/icon-tel.png) no-repeat 0 50%;
	display: inline-block;
	letter-spacing: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 72px;
}
header address p.time {
	color: #575746;
	font-size: 16px;
	line-height: 20px;
}
header address p.tel {
	font-size: 32px;
	line-height: 36px;
	color: #ff8000;
	font-weight: 700;
}
header .contactBtn {
	display: inline-block;
	letter-spacing: normal;
}
header .contactBtn a {
	background_: url(../images/common/icon/icon-mail.png) no-repeat 6% 50%,  url(../images/common/contact-btn-pc.png) no-repeat 50% 50%;
	color: #FFF;
	display: block;
	font-size: 20px;
	width: 280px;
	line-height: 50px;
	padding: 0 0 0 20px;
}
/*FOOTER
---------------------------------------------------------------------------*/
footer {
	background-color: #cccccc;
	text-align: center;
	padding: 36px 0 32px;
}
.copyRight {
	color: #111;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.copyRight span.fs18 {
	font-size: 18px;
}
/*--------------------------------------------------------------------------
TOPページ home
---------------------------------------------------------------------------*/
.topSec {
	padding: 0 0 80px;
}
/*mainVisual
--------------------------------------*/
.home .mainVisual {
	text-align: center;
}
/*Main
--------------------------------------*/
/*bnrArea
----------------------*/
.bnrArea{
	text-align: center;
	padding: 55px 0 90px;
}
.bnrArea img{
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
/*ctaArea
----------------------*/
.ctaArea{
	background: url(../images/top/cta-bg.png);
	border-top: 2px solid #004596;
	border-bottom: 2px solid #004596;
	margin-bottom: 70px;
}
.ctaArea .innerWrap{
	position: relative;
	padding: 50px 0 55px;
}
.ctaArea .inner{
	width: 79%;
	position: relative;
	z-index: 1;
}
.ctaArea .inner h3{
	margin-bottom:35px;
}
.ctaArea .btnWrap a {
	width: 49%;
}
.ctaArea .boxImg{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 38.9%;
	z-index: 0;
}
/*priceSec
----------------------*/
.priceSec{
	font-family: "M PLUS 1p";
}
.priceSec .boxWrap .box{
	background-color: #004691;
	text-align: center;
	width: 46%;
	padding: 2.6%;
	margin-bottom: 65px;
}
.priceSec .boxWrap .box:nth-last-of-type(-n+2){
	margin-bottom: 0;
}
.priceSec .boxWrap .box .boxInner1{
	padding: 1% 0 6%;
}
.priceSec .boxWrap .box h4{
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.7;
}
.priceSec .boxWrap .box .boxInner2{
	background-color: #FFF;
	padding: 3%;
}
.priceSec .boxWrap .box h5{
	background-color: #ff8500;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 0.4% 6.5%;
	margin-bottom: 0.5%;
}
.priceSec .boxWrap .box p.price-campTtl{
	font-size: 24px;
	letter-spacing: 1.5px;
	color: #000000;
	font-weight: 700;
}
.priceSec .boxWrap .box p.price-txt{
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 3px;
	color: #d80000;
	font-weight: 700;
}
/*caseSec
----------------------*/
.caseSec {
	background-color: #effdfd;
	font-family: "M PLUS 1p";
	text-align: center;
}
.caseSec .boxWrap .box{
	border: 1px solid #ff9326;
	width: 47.4%;
	margin-bottom: 44px;
}
.caseSec .boxWrap .box h4{
	background-color: #ff9326;
	color: #FFF;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 32px;
	padding: 10px 0;
}
/*featureSec
----------------------*/
.featureSec {
	font-family: "M PLUS 1p";
}
.featureSec .featureContent{
	border: 1px solid #004596;
	margin-bottom: 54px;
}
.featureSec .featureContent:nth-last-of-type(-n+1){
	margin-bottom: 0;
}
.featureSec .featureContent h4{
	background-color: #004596;
	font-size: 34px;
	color: #FFF;
	font-weight: 500;
	position: relative;
	padding: 14px 0 14px 140px;
}
.featureSec .featureContent h4 img{
	position: absolute;
	top: -23px;
	left: 20px;
}
.featureSec .featureContent .boxWrap{
	padding: 25px 10px 25px 25px;
}
.featureSec .featureContent .boxWrap .boxImg{
	margin-right:3%;
	text-align: center;
	width: 29%;
}
.featureSec .featureContent .boxWrap .box{
	width: 68%;
}
.featureSec .featureContent .boxWrap .box p{
	font-size: 25px;
	line-height: 35px;
	color: #333333;
	font-weight: 500;
}
.featureSec .featureContent .boxWrap .box p span{
	color: #ff7f00;
}
/*voiceSec
----------------------*/
.voiceSec {
	background-color: #effdfd;
	font-family: "M PLUS 1p";
	margin-bottom: 82px;
}
.voiceSec .innerWrap{
	background-color: #FFF;
	padding: 25px 20px;
}
.voiceSec .voiceWrap dt{
	background: #60c6ee url(../images/top/voice-arrow.png) no-repeat 97.5% 50%;
	border-radius: 4px;
	color: #FFF;
	font-size: 22px;
	line-height: 26px;
	padding: 20px 85px 20px 25px;
	margin-bottom:30px;
}
.voiceSec .voiceWrap dt:nth-last-of-type(-n+1){
	margin-bottom: 0;
}
.voiceSec .voiceWrap dd{
	display:none;
	padding: 0 25px 30px;
}
.voiceSec .voiceWrap dd:nth-last-of-type(-n+1){
	padding: 30px 25px 30px;
}
/*areaSec
----------------------*/
.areaSec {
	font-family: "M PLUS 1p";
	text-align: center;
}
.areaSec .box {
	background-color: #FFF;
	background-image: linear-gradient(to right, #ff5b26 30%, rgba(255, 255, 255, 0) 0%),  linear-gradient(to bottom, #ff5b26 30%, rgba(255, 255, 255, 0) 0%),  linear-gradient(to right, #ff5b26 30%, rgba(255, 255, 255, 0) 0%),  linear-gradient(to bottom, #ff5b26 30%, rgba(255, 255, 255, 0) 0%);
	background-size: 10px 1px,  1px 10px,  10px 1px,  1px 10px;
	background-position: top,  right,  bottom,  left;
	background-repeat: repeat-x,  repeat-y,  repeat-x,  repeat-y;
	padding: 20px;
	margin: 28px 0 0 0;
	width: 44%;
}
.areaSec .box h4 {
	color: #111111;
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 7px;
	line-height: 43px;
	margin: 0 0 10px 0;
}
.areaSec .box h5 {
	background-color: #ff9319;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 42px;
	width: 86%;
	margin-bottom: 15px;
}
.areaSec .box p {
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 23px;
	color: #333;
	margin-bottom: 15px;
}
.areaSec .boxImg{
	width: 51%;
} 
/*companySec
----------------------*/
.companySec h2 {
	margin: 0 auto 55px;
}
.companySec .box {
	width: 50%;
	margin: 0 2% 0 0;
}
.companySec .box table {
	font-size: 18px;
	table-layout: fixed;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.companySec .box table tr {
	border-bottom: 1px solid #ddd;
}
.companySec .box table tr:last-of-type {
	border-bottom: none;
}
.companySec .box table th {
	font-weight: 400;
	text-align: left;
	width: 110px;
	padding: 10px 0 10px 15px;
	vertical-align: top;
}
.companySec .box table td {
	padding: 10px;
	vertical-align: top;
}
.companySec .box table td  img{
	vertical-align: text-top;
}
.companySec .boxMap {
	width: 48%;
}
/*contactSec
----------------------*/
.contactSec {
	background-color: #f8feff;
}
.contactSec h2 {
	font-size: 41px;
	margin: 0 auto 95px;
}
/*フォーム設定
--------------------------------------*/
.contactSec table {
	font-size: 20px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.contactSec table th {
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	padding: 34px 0 0;
	width: 255px;
}
.contactSec table td {
	vertical-align: top;
	padding: 15px 0;
}
.contactSec input[type="text"], .contactSec input[type="email"], .contactSec input[type="tel"], .contactSec textarea {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	font-size: 20px;
	padding: 22px;
	width: 100%;
}
.contactSec .submitArea {
	text-align: center;
	margin: 60px 0 0 0;
}
.contactSec .submitArea .btnSub {
	background-color: #73b9ff;
	border: none;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	line-height: 75px;
	width: 390px;
	height: 75px;
	text-align: center;
	outline: none;
}
#description {
	text-align: center;
	padding-bottom: 2%;
}
@media screen and (min-width: 768px) {
	.center_left {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.center_left {
		text-align: left;
	}
	.back {
		margin-bottom: 2%;
	}
}
/*ect
---------------------------------------------------------------------------*/
.floatL{float:left;}
.floatR{float:right;}
.alignL{text-align:left;}
.alignR{text-align:right;}
.alignCR{text-align:center;}
.pcNone{display:none;}
.fw700{font-weight:700;}
.textNone{text-indent:100%;white-space:nowrap;overflow:hidden;}

@media screen and (min-width:769px) and ( max-width:1040px) {
	.home h2 {
		font-size: 32px;
	}
	header {
		text-align: center;
	}
	header .hdrL,  header .hdrR {
		width: 80%;
		margin-left: auto;
margin-right: auto;
	}
	header .hdrL p {
		display: inline-block;
		float: left;
	}
	
	header .logo {
	display: inline-block;
		float: right;
		padding-left: 150px;
	}
	
	header .hdrL {
		margin-bottom: 20px;
	}
	.bnrArea {
		padding: 55px 2% 90px;
	}
	.topSec {
		padding: 0 2% 60px;
	}
	.ctaArea .innerWrap {
		padding: 50px 2% 55px;
	}
	.caseSec h3 {
		font-size: 24px;
		width: 36.7%;
	}
	.priceSec .box {
		width: 50%;
	}
	.areaSec .box {
		margin: 0 0 45px 0;
	}
}
/*テーブル
---------------------------------------------------------------------------*/
.tbStyle {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #A6A6A6;
	border-left: 1px solid #A6A6A6;
}
.tbStyle tbody tr th {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	font-size: 18px;
	width: 70%;
	border-right: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	font-weight: bold;
	background-color: #E4F0F2;
	vertical-align: middle;
}
.tbStyle tbody tr td {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 18px;
	line-height: 1.5em;
	border-right: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	font-weight: bold;
}
@media screen and (max-width: 769px) {
	.tbStyle tbody tr th {
		width: 100%;
		border-right: 1px solid #A6A6A6;
		border-bottom: 1px solid #A6A6A6;
		font-weight: normal;
		background-color: #E4F0F2;
		vertical-align: middle;
		display: block;
	}
	.tbStyle tbody tr td {
		border-right: 1px solid #A6A6A6;
		border-bottom: 1px solid #A6A6A6;
		width: 100%;
		display: block;
		text-align: center;
	}
}
