@charset "utf-8";
/*common*/
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body {
	min-width: 960px;
	background-color: #ffffff;
	font-size: 1.8rem;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #4d4d4d;
	line-height: 1.6;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
body header:not(.site_header){
    box-sizing: border-box;
}
a, main {
	display: block;
}
a {
	color: #2998cf;
	text-decoration: none;
}
a.hover:hover {
	text-decoration: underline;
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
li {
	list-style: none;
}
h2 {
	font-size: 40px;
	font-weight: normal;
	color: #2998cf;
    margin: 0 0 50px;
	text-align: center;
}
strong {
	font-weight: bold;
}
/*フォーム要素リセット*/
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}
.red {
	color: #FF393C;
}
/*pc*/
.site_header{
    top: -28px;
}
.site_header li.on{
    background: none;
}
.inner, .bgInner {
	margin: 0 auto;
	width: 960px;
}
.inner {
	padding: 80px 0;
}
.bg {
	padding: 80px 0;
	background: url("../images/bg.png") repeat 50% 0;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
/*header pc*/
header .logo {
	padding: 45px 0 0;
	text-align: center;
}
header:not(.site_header) .logo img {
	width: 250px;
}
header .title {
	font-size: 40px;
	color: #4d4d4d;
	text-align: center;
	margin-bottom: 0;
	font-weight: normal;
}
header .title span {
	color: #2998cf;
}
header .bgInner p,
#sec03 .bgInner p{
	font-size: 18px;
	line-height: 1.8;
	margin: 0 0 30px;
}
header .bgInner p:last-child {
	margin-bottom: 0;
}
/*nav pc*/
nav:not(.site_nav) h2 {
	color: #4d4d4d;
	text-align: center;
}
nav:not(.site_nav) ul li {
	margin: 0 0 20px;
	font-size: 20px;
}
nav:not(.site_nav) ul li:last-child {
	margin-bottom: 0;
}
nav:not(.site_nav) ul li a {
	display: inline;
}
/*main pc*/
#sec02 p span {
	font-size: 16px;
}
#sec04 p:first-of-type {
	margin: 0 0 30px;
}
#sec04 p:last-of-type {
	margin: 30px 0 0;
}
#sec04 p span {
	display: inline-block;
}
.qaBox {
	padding: 40px 0;
	border-bottom: 1px solid #e5e5e5;
}
.qaBox:first-of-type {
	padding-top: 0;
}
.qaBox:last-of-type {
	border-bottom: none;
}
.qaBox .question, .qaBox .answer {
	position: relative;
	padding: 0 0 0 60px;
}
.qaBox .question {
	color: #2998cf;
	margin: 0 0 40px;
	font-weight: bold;
	font-size: 18px;
}
.qaBox .answer {
	font-size: 16px;
}
.qaBox .question:before {
	position: absolute;
	display: block;
	content: "";
	background: url(../images/icon_01.png) no-repeat 0 0;
	background-size: 43px 43px;
	width: 43px;
	height: 43px;
	top: 50%;
	left: 0;
	margin-top: -21px;
}
.qaBox .answer:before {
	background: url(../images/icon_02.png) no-repeat 0 0;
	position: absolute;
	display: block;
	content: "";
	background-size: 43px 43px;
	width: 43px;
	height: 43px;
	top: 50%;
	left: 0;
	margin-top: -21px;
}
#sec06 li.ofWrap, #sec06 li.kinWrap {
	padding: 50px 0 0;
	float: left;
	width: 420px;
}
#sec06 li.ofWrap {
	margin-right: 120px;
}
#sec06 h3 {
	text-align: center;
	margin: 0 0 30px
}
#sec06 h3 img {
	width: 300px;
}
#sec07 table{
  width: 100%;
  font-size: 15px;
}
#sec07 table tr th{
  padding: 6px 20px;
  font-weight: normal;
  font-size: 1.6rem;
  font-size: 16px;
  vertical-align: middle;
  border: 2px solid #f9f9f9;
  border-bottom: 4px solid #f9f9f9;
  background: #108ccf;
  text-align: center;
  color: #fff;
}
#sec07 table tr td{
  padding: 18px 10px;
  border: 2px solid #f9f9f9;
  border-bottom: 4px solid #f9f9f9;
  text-align: center;
  word-break: break-all;
  background: #c7e6f8;
  vertical-align: middle;
}
#sec07 table tr:nth-of-type(2n) td{
  background: #e2f0f8;
}
#sec07 table .btn01{
  text-align: center;
}
#sec07 table .btn01 a{
  background: #ec8b00;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  display: block;
  font-size: 90%;
}
#sec07 table .btn01 a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.shadowBox {
	width: 420px;
	padding: 30px;
	box-shadow: 0px 0px 6px 3px #e3e3e3;
	-moz-box-shadow: 0px 0px 6px 3px #e3e3e3;
	-webkit-box-shadow: 0px 0px 6px 3px #e3e3e3;
	border-radius: 10px;
	background-color: #fff;
	min-height: 174px;
	font-size: 16px;
}
.balloonBox {
	width: 420px;
	background: #f8f9f4;
	border-radius: 10px;
	padding: 30px 35px;
	margin: 40px 0;
	position: relative;
	min-height: 180px;
}
.balloonBox:before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 17.5px 30px 17.5px;
	border-color: transparent transparent #f8f9f4 transparent;
	top: -30px;
	left: 70px;
}
.balloonBox p {
	font-size: 25px;
	padding: 0 0 3px;
	text-align: center;
}
.ofWrap .balloonBox p span {
	border-bottom: 2px solid #108ccf;
	color: #108ccf;
}
.kinWrap .balloonBox p span {
	color: #ffbf00;
	border-bottom: 2px solid #ffbf00;
}
.balloonBox ul {
	margin: 20px 0 0;
}
.balloonBox ul li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 10px;
}
.balloonBox ul li:before {
	position: absolute;
	display: block;
	content: "";
	background: url(../images/icon_03.png) no-repeat 0 0;
	background-size: 21px 17px;
	width: 21px;
	height: 17px;
	top: 0%;
	left: 0;
	margin-top: 5px;
}
#sec06 a.btn {
	width: 300px;
	margin: 0 auto;
	color: #fff;
	border-radius: 10px;
	padding: 25px 0;
	text-align: center;
	position: relative;
}
#sec06 a.btn:before {
	position: absolute;
	content: "";
	display: block;
	background: url(../images/icon_05.png) no-repeat 0 0;
	background-size: 11px 11px;
	width: 11px;
	height: 11px;
	top: 50%;
	left: 60px;
	margin-top: -6px;
}
#sec06 a.btn:after {
	position: absolute;
	display: block;
	content: "";
	background: url(../images/icon_04.png) no-repeat 0 0;
	background-size: 18px 36px;
	width: 18px;
	height: 36px;
	top: 50%;
	right: 20px;
	margin-top: -18px;
}
.ofWrap a.btn {
	background-color: #108ccf;
}
.kinWrap a.btn {
	background-color: #ffbf00;
}
.ofWrap a.btn.hover:hover,.kinWrap a.btn.hover:hover{
	color: #fff;
}
#form h2 {
	color: #4d4d4d;
}
#form #sec01 .tel {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 0 30px;
	margin: 30px 0 10px;
}
#form #sec01 .tel:before {
	position: absolute;
	display: block;
	content: "";
	background: url(../images/icon_06.png) no-repeat 0 0;
	background-size: 21px 24px;
	width: 21px;
	height: 24px;
	top: 50%;
	left: 0;
	margin-top: -12px;
}
#form .shadowBox {
	width: auto;
	padding: 15px 25px;
	min-height: auto;
}
#form .shadowBox p span {
	font-size: 14px;
}
#formArea .pc .text {
	margin-top: 20px;
}
#formArea .text, #formArea .textMail, #formArea .checkBox {
	margin: 0 0 15px;
}
#formArea .pc .text {
	margin-top: 20px;
}
#formArea .text p:first-of-type, #formArea .textMail p:first-of-type, #formArea .checkBox p:first-of-type, #formArea .textArea p:first-of-type {
	font-weight: bold;
	margin: 0 0 10px;
}
#formArea .textMail p span:not(.red) {
	margin: 0 0 5px 0;
	display: block;
}
#formArea .pc .textArea p span:not(.red) {
	display: block;
}
#formArea .text input, #formArea .textMail input, #formArea .textArea textarea {
	padding: 8px;
	font-size: 15px;
}
#formArea .text input, #formArea .textMail input {
	width: 50%;
}
#formArea .textMail input:first-child {
	margin: 0 0 8px;
}
#formArea .textArea textarea {
	width: 100%;
	height: 200px;
}
#formArea .submitBtn {
	margin: 30px auto 0;
	width: 200px;
}
#formArea .submitBtn input {
	width: 200px;
	color: #fff;
	border-radius: 10px;
	padding: 15px 0;
	text-align: center;
	background-color: #2998cf;
	font-size: 20px;
}
#formArea .pc .submitBtn input:hover {
	opacity: 0.7;
}
#thanks #sec01 {
	text-align: center;
	min-height: calc(100vh - 200px);
}
#thanks #sec01 p:nth-child(2) {
	margin: 30px 0;
}
#thanks #sec01 p a {
	display: inline-block;
}
#pageTop {
	position: fixed;
	bottom: 90px;
	right: 20px;
    z-index: 1;
}
#pageTop img {
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: relative;
}
footer {
	background-color: #303030;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	position: absolute;
	width: 100%;
	height: 60px;
}

@media only screen and (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
body {
	min-width: inherit;
	font-size: 16px;
}
h2 {
	margin: 0 0 20px;
	font-size: 22px;
}
.bg {
	padding: 40px 0;
}
.inner {
	padding: 40px 5%;
	width: auto;
}
.bgInner {
	padding: 0 5%;
	width: auto;
}
/*a.hover:hover {
	text-decoration: none;
	opacity: 1;
}*/
/*sp header*/
.site_header {
    top: 0px;
}
header .logo {
	padding: 20px 0 0;
	text-align: center;
}
header .logo img {
	width: 120px;
}
header .title {
	font-size: 25px;
}
header .bgInner p,
#sec03 .bgInner p{
	font-size: 16px;
	margin: 0 0 15px;
}
/*nav sp*/
nav:not(.site_nav) ul li {
	margin: 0 0 10px;
	font-size: 16px;
}
/*main sp*/
#sec02 p span {
	font-size: 13px;
}
#sec04 p:first-of-type {
	margin: 0 0 15px;
}
#sec04 p:last-of-type {
	margin: 15px 0 0;
}
#sec04 p span {
	display: inline-block;
}
.qaBox {
	padding: 30px 0;
}
.qaBox .question {
	margin: 0 0 30px;
	font-size: 16px;
}
.qaBox .answer {
	font-size: 14px;
}
#sec06 li.ofWrap, #sec06 li.kinWrap {
	padding: 30px 0 0;
	float: none;
	width: auto;
}
#sec06 li.ofWrap {
	margin-right: 0;
}
#sec06 h3 {
	margin: 0 0 15px
}
#sec06 h3 img {
	width: 200px;
}
#sec07 table{
  margin: 0 0 6px;
}
#sec07 table thead{
  display: none;
}
#sec07 table tbody tr td{
  display: block;
  border: none;
  border-bottom: 4px solid #fff;
  width: 100%;
  box-sizing: border-box;
}
#sec07 table tbody tr td{
  background: #e2f0f8;
  padding: 0;
	font-size: 12px;
}
#sec07 table tbody tr td:nth-of-type(2n){
  background: #c7e6f8;
}
#sec07 table tbody tr td:first-of-type{
  text-align: center;
  color: #fff;
  background: #49a5da;
  padding: 10px 16px;
}
#sec07 table tbody tr td:last-of-type{
  margin-bottom: 10px;
  padding: 10px 16px;
}
#sec07 table td::before {
  content: attr(data-label);
  float: left;
  border-right: 2px solid #fff;
  display: block;
  padding: 10px 16px;
  min-width: 100px;
}
#sec07 table td:first-of-type::before,
#sec07 table td:last-of-type::before{
  content: none;
  border-right: 0;
}
#sec07 table tbody tr td span{
  padding: 10px 16px;
  display: block;
}
#sec07 table  tbody .btn01 a {
  margin: 0 auto;
}

.shadowBox {
	width: auto;
	padding: 25px;
	min-height: inherit;
	font-size: 15px;
	box-shadow: 0px 0px 3px 1px #e3e3e3;
	-moz-box-shadow: 0px 0px 3px 1px #e3e3e3;
	-webkit-box-shadow: 0px 0px 3px 1px #e3e3e3;
	border-radius: 5px;
}
.balloonBox {
	width: auto;
	padding: 15px;
	margin: 40px 0 20px;
	border-radius: 5px;
	min-height: inherit;
}
.balloonBox:before {
	border-width: 0 17.5px 30px 17.5px;
	border-color: transparent transparent #f8f9f4 transparent;
	top: -30px;
	left: 70px;
}
.balloonBox p {
	font-size: 20px;
	padding: 0 0 3px;
}
.balloonBox ul {
	margin: 10px 0 0;
}
.balloonBox ul li {
	margin: 0 0 10px;
	font-size: 15px;
}
#sec06 a.btn {
	width: 200px;
	border-radius: 5px;
	padding: 15px 0;
}
#sec06 a.btn:before {
	left: 10%;
}
#sec06 a.btn:after {
	background-size: 9px 18px;
	width: 9px;
	height: 18px;
	top: 50%;
	right: 10px;
	margin-top: -9px;
}
#form #sec01 .tel {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 30px;
	margin: 30px 0 10px;
}
#form #sec01 .tel:before {
	position: absolute;
	display: block;
	content: "";
	background: url(../images/icon_06.png) no-repeat 0 0;
	background-size: 21px 24px;
	width: 21px;
	height: 24px;
	top: 50%;
	left: 0;
	margin-top: -12px;
}
#form .shadowBox {
	width: auto;
	margin: 0 auto;
	padding: 35px 50px;
}
#form .shadowBox p span {
	font-size: 14px;
}
#formArea .text input, #formArea .textMail input, #formArea textarea {
	width: 100%;
}
#formArea .textMail p span:not(.red) {
	margin: 0 0 0 10px;
}
#formArea .submitBtn {
	margin: 20px auto;
}
#thanks #sec01 {
	text-align: inherit;
	word-wrap: break-word;
}
#thanks #sec01 p:nth-child(2) {
	margin: 15px 0;
}
#pageTop{
	bottom: 142px;
	right: 2px;
}
#pageTop img{
	width: 40px;
	height: 40px;
}
footer {
	padding: 15px 0 114px;
	margin: 30px 0 0;
}
/*#konnect-container{
	display:none !important;
}*/

/*.spchatbot{
	display:none !important;
}*/

}
screen and (max-width: 479px)
#section03 table tbody .btn01 a {
    width: 86%;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}