@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');

@media all and (min-width: 1024px) {
	.sp {
		display: none !important;
	}

	.spBox {
		display: none !important;
	}

	.pc {
		display: inline !important;
	}
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a, a:link {
	color: #003B82;
	text-decoration: none;
}
a:visited {
	color: #003B82;
}
a:hover {
	color: #003B82;
}
a:active {
	color: #003B82;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}
* + html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
@font-face {
	font-family: 'TsukushiAMaruGothic';
	src: url('../fonts/TsukushiAMaruGothic.eot');
	src: url('../fonts/TsukushiAMaruGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/TsukushiAMaruGothic.woff') format('woff'), url('../fonts/TsukushiAMaruGothic.ttf') format('truetype');
}
.essential {
	display: inline-block;
    padding: .25em .4em;
    font-size: 80%;
	color: #fff;
    background-color: #dc3545;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #003B82;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F0F8FF;
	/*background-color: #FFF;*/
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	width: 1250px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background-color: #FFF;
}
#main-pop {
	/*width: 1000px;*/
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background-color: #FFF;
}
a[href^="tel:"] {
	opacity: 1 !important;
	cursor: default;
	pointer-events: none;
	text-decoration: none !important;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
	padding: 37px 30px 40px;
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding: 0 0 18px 0;
	border-bottom: 2px solid #a6cee8;
}
#gNavi > ul > li {
	padding: 8px 0 5px;
	float: left;
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	font-family: 'TsukushiAMaruGothic';
}
#gNavi > ul > li > a {
	display: block;
	padding: 4px 10px 7px 37px;
	color: #003B82;
}
#gNavi > ul > li.on > a, #gNavi > ul > li > a:hover {
	color: #fff;
	background-color: #4b9ad3;
}
#gNavi > ul > li .infoMenu {
	display: none;
	position: absolute;
	right: -122px;
	top: 8px;
	background: #4b9ad3;
	width: 152px;
	padding: 4px 0;
	z-index: 1100;
}
#gNavi > ul > li.on .infoMenu {
	z-index: 1200;
}
#gNavi > ul > li .infoMenu01 {
	right: -116px;
	width: 136px;
}
#gNavi > ul > li .infoMenu li a {
	padding: 9px 2px 9px 20px;
	display: block;
	color: #FFF;
	line-height: 1.35;
	opacity: 0.7;
}
#gNavi > ul > li .infoMenu li a:hover {
	opacity: 1;
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	padding-bottom: 30px;
	position: relative;
	width: 250px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}
#sideBar .txtDl {
	margin: 0 auto;
	padding: 32px 0 27px;
	width: 200px;
}
#sideBar .txtDl dt {
	margin-bottom: 14px;
	text-align: center;
}
#sideBar .txtDl .ttl {
	display: block;
	color: #4C9AD3;
	font-size: 1.7rem;
	font-family: 'TsukushiAMaruGothic';
	text-align: center;
}
#sideBar .txtDl dd {
	padding-bottom: 32px;
}
#sideBar .txtDl dd:last-child {
	padding-bottom: 0;
}
#sideBar .txtDl dd .tel {
	display: block;
	color: #003B82;
	font-family: 'TsukushiAMaruGothic';
	margin-bottom: 8px;
	font-size: 2.6rem;
	text-align: center;
}
#sideBar .txtDl dd .tel a {
	color: #003B82;
}
#sideBar .txtDl dd .ttl01 {
	display: block;
	margin-bottom: -6px;
	color: #003B82;
	font-size: 1.6rem;
	letter-spacing: -1px;
	text-align: center;
}
#sideBar .txtDl dd .ttl02 {
	font-size: 1.8rem;
}
#sideBar .txtDl dd .txtLink {
	margin: 12px 0 0 10px;
}
#sideBar .txtDl dd .txtLink li {
	padding: 0 0 11px 0;
	font-size: 1.8rem;
	font-family: 'TsukushiAMaruGothic';
}
#sideBar .txtDl dd .txtLink li a {
	padding-left: 16px;
	display: inline-block;
	color: #003B82;
	line-height: 1.3;
	background: url("../img/common/icon04.png") no-repeat left top 7px;
	background-size: 13px auto;
}
#sideBar .txtDl dd .txtLink li a:hover {
	opacity: 0.7;
}
#sideBar .logoBox {
	padding: 23px 10px 0;
	border-top: 2px solid #79b2df;
}
#sideBar .logoBox .top {
	margin-bottom: 6px;
	display: block;
	color: #003B82;
	font-size: 1.4rem;
	line-height: 1.3;
}
#sideBar .logoBox .btm {
	margin-top: 5px;
	display: block;
	color: #003B82;
	font-size: 1.6rem;
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 1000px;
	box-shadow: 3px 5px 7px -2px rgba(0, 0, 0, 0.3);
}
/*------------------------------------------------------------
	contsc
------------------------------------------------------------*/
#contsc {
	width: 1000px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	border-top: 2px solid #79b2df;
	text-align: center;
}
#gFooter .copyright {
	padding: 18px 0;
	font-size: 1.2rem;
	font-weight: bold;
}
.pageTop {
	padding: 58px 71px 0 0;
}
.pageTop a {
	margin-bottom: -2px;
	padding: 6px 18px 6px 0;
	float: right;
	width: 154px;
	display: block;
	font-family: 'TsukushiAMaruGothic';
	font-size: 1.4rem;
	border: 2px solid #79b2df;
	border-bottom: none;
	text-align: center;
	box-sizing: border-box;
	background: #fff url("../../img/common/page_top_bg.png") no-repeat right 10px center;
	background-size: 20px auto;
}
.pageTop a:hover {
	color: #4C76A7;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 46px;
	padding: 16px 0 16px;
	color: #4C9AD3;
	font-size: 3.6rem;
	font-weight: 500;
	font-family: 'TsukushiAMaruGothic';
	text-align: center;
	background-color: #cae1f3;
	letter-spacing: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.headLine01 br {
	display: inline;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 74px;
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 10px 18px 12px;
	margin: 0 -2px;
	border-radius: 20px;
	box-sizing: border-box;
	border: 2px solid #5594c5;
}
.comContact .title {
	padding-top: 5px;
	float: left;
	color: #003B82;
	font-family: 'TsukushiAMaruGothic';
	font-size: 2rem;
}
.comContact .rTxt {
	color: #003B82;
	float: right;
	font-size: 2.6rem;
	font-family: 'TsukushiAMaruGothic';
}
.comContact .rTxt img {
	margin: -3px 7px 0 15px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
.comContact .rTxt a {
	color: #003B82;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 35px;
	padding-top: 60px;
	min-height: 500px;
	box-sizing: border-box;
	background: url("../consultation/img/page_title_bg2.png") no-repeat center center;
	background-size: cover;
}
.pageTitle .headLine02 {
	padding: 11px 0 12px;
	color: #4C9AD3;
	font-size: 3.6rem;
	font-family: 'TsukushiAMaruGothic';
	font-weight: 500;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	letter-spacing: 5px;
}
.pageTitle .headLine02 img {
	margin: -4px 17px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.pageTitle .headLine02 img {
	width: 54px;
}
/*------------------------------------------------------------
	flex
------------------------------------------------------------*/
.flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.flex.left {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}


/*------------------------------------------------------------
	dock contsc
------------------------------------------------------------*/
#dock #contsc {
	padding: 60px 0 0;
}
#dock #contsc .headLine01 img {
	margin: -19px 20px -10px 0;
	display: inline-block;
	vertical-align: middle;
}
#dock #contsc .sec01 {
	margin-bottom: 32px;
	padding-bottom: 40px;
	border-bottom: 2px solid #78b3dd;
}
#dock #contsc .txt {
	margin-bottom: 22px;
	line-height: 1.85;
	text-align: justify;
}
#dock #contsc .txtDl {
	margin-bottom: 45px;
}
#dock #contsc .txtDl dt {
	padding: 16px 0 8px;
	color: #4C9AD3;
	font-size: 2.0rem;
	font-family: 'TsukushiAMaruGothic';
	border-top: 2px solid #a5cce9;
}
#dock #contsc .txtDl dt .rTxt {
	margin-left: 30px;
	color: #003B82;
}
#dock #contsc .txtDl dt .rTxt img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 2px 0 0;
}
#dock #contsc .txtDl dt .rTxt a {
	display: inline-block;
	margin-left: 7px;
}
#dock #contsc .ttlBox {
	margin-bottom: 33px;
}
#dock #contsc .ttlBox .headLine05 {
	margin: 0;
	float: left;
	text-align: left;
}
#dock #contsc .ttlBox .linkTxt {
	padding-top: 10px;
	float: right;
	font-size: 1.4rem;
	font-family: 'TsukushiAMaruGothic';
}
#dock #contsc .ttlBox .linkTxt a:hover {
	opacity: 0.7;
}
#dock #contsc .ttlBox .linkTxt img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 3px 0 0;
	width: 9px;
}
#dock #contsc .comTableB tr:last-child th, #dock #contsc .comTableB tr:last-child td {
	border-bottom: 1px solid #003B82;
}
#dock #contsc .comTableA td {
	text-align: center;
}
#dock #contsc .comTableA .bgColor01 {
	background-color: #fffbce;
}
#dock #contsc .sec02 {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #78b3dd;
}
#dock #contsc .sec03 .ttlBox {
	margin-bottom: 10px;
}
#dock #contsc .sec03 .title {
	margin-bottom: 15px;
	font-size: 2.0rem;
	font-family: 'TsukushiAMaruGothic';
}
#dock #contsc .sec03 .comTableBox {
	margin-bottom: 30px;
}
#dock #contsc .sec03 .comTableA th {
	padding: 6px 0;
}
#dock #contsc .sec03 .comTableA td {
	padding: 8px;
	vertical-align: middle;
}
#dock #contsc .sec03 .comTableA .none01 {
	border-right: none !important;
}
#dock #contsc .sec03 .comTableA .none02 {
	border-right: none;
	border-left: none;
}
#dock #contsc .sec03 .comTableA td.bgColor01 {
	padding-right: 20px;
	text-align: right;
}
#dock #contsc .sec03 .comTableA .left02 {
	padding-right: 0 !important;
}
#dock #contsc .sec03 .pageLink {
	margin-bottom: 30px;
}
#dock #contsc .sec03 .title01 {
	padding-top: 16px;
	font-size: 2.6rem;
	border-top: 1px solid #78b3dd;
}
#dock #contsc .sec03 .txt01 {
	margin-bottom: 13px;
	padding-bottom: 23px;
	border-bottom: 1px solid #78b3dd;
}
#dock #contsc .sec03 .title02 {
	margin-bottom: 2px;
}
#dock #contsc .sec03 .comTableC td {
	padding: 9px 5px 9px 9px;
}
#dock #contsc .sec03 .borderBox {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #78b3dd;
}
#dock #contsc.sec03 .txt02 {
	margin-bottom: 30px;
}
#dock #contsc .sec03 .txt03 {
	margin-bottom: 0;
}
#dock #contsc .comReserve .ttl {
	color: #4C9AD3;
}
#dock #contsc .comReserve .tel {
	color: #003B82;
}

/*------------------------------------------------------------
	comTableA contsc
------------------------------------------------------------*/
#contsc .comTableA {
	width: 100%;
	border-collapse: collapse;
}
#contsc .comTableA th, #contsc .comTableA td {
	padding: 7px 2px 7px 15px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
	border: 1px solid #416ca1;
}
#contsc .comTableA th {
	padding: 7px 15px;
	text-align: center;
}
#contsc .left {
	text-align: left !important;
}
#contsc .right {
	text-align: right !important;
}
#contsc .vMid {
	vertical-align: middle !important;
}
#contsc .comTableA tr td:first-child, #contsc .comTableA tr th:first-child {
	border-left: none;
}
#contsc .comTableA tr td:last-child, #contsc .comTableA tr th:last-child {
	border-right: none;
}
#contsc.comTableA tr:last-child th, #contsc .comTableA tr:last-child td {
	border-bottom: none;
}
#contsc .comTableA td a {
	color: #4C96CF;
}
#contsc .comTableA td a:hover {
	color: #a5cae7;
}
#contsc .comTableA td .txtInfo {
	display: block;
	font-size: 1.2rem;
	margin-right: -13px;
}
#contsc .comTableA td .comLinkTxt {
	margin: 0 0 0 40px !important;
}
#contsc .comTableA td .notes {
	display: block;
	font-size: 1.2rem;
	margin-top: 3px;
}
#contsc .comTableA td .txtP {
	line-height: 2.8;
}
#contsc .comTableA td .txtSpan {
	display: block;
	margin-top: 20px;
}
#contsc .comTabBox {
	margin-bottom: 10px;
}
#contsc .comTableB {
	width: 100%;
	border-collapse: collapse;
}
#contsc .comTableB th, #contsc .comTableB td {
	padding: 5px 0;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.4;
	vertical-align: middle;
	border-bottom: 1px solid #003B82;
	border-right: 1px solid #003B82;
}
#contsc .comTableB .bgColor01 {
	background-color: #fffbce;
}
#contsc .comTableB th {
	background-color: #dbecf6;
}
#contsc .comTableB tr:last-child th, #conts .comTableB tr:last-child td {
	border-bottom: none;
}
#contsc .comTableB .none01 {
	border-right: none;
}
#contsc .comTableB .none02 {
	border-bottom: none !important;
}
#contsc .comTableC th {
	background-color: #fffbce;
}
#contsc .comTableC th, #contsc .comTableC td {
	padding: 5px 0;
}
#contsc .comTableC td .small01 {
	font-size: 1.2rem;
	line-height: 1.4;
	display: block;
	padding: 0 2px 0 10px;
	letter-spacing: -1px;
}
#contsc .comTableC .tdStyle01 {
	padding-left: 10px;
	text-align: left;
}
#contsc .comTableC .bgColor02 {
	padding: 10px 4px 10px 12px;
	text-align: left;
	background-color: #ffeb10;
}

/*------------------------------------------------------------
	popup
------------------------------------------------------------*/
	#dock .submits2 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#dock.submits2 li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
#dock .submits2 li input,
#dock .submits2 li a {
	display: inline-block;
	padding: 16px 0;
	width: 200px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 3px;
	font-size: 1.7rem;
	background: #5594c5;
	-webkit-appearance: none;
}
#dock .submits2 li input:hover {
	opacity: 0.7;
}

	#opt .submits {
	margin: 20px;
	text-align: center;
}
#opt.submits li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
#opt .submits li input,
#opt .submits li a {
	display: inline-block;
	padding: 16px 0;
	width: 200px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 3px;
	font-size: 1.7rem;
	background: #5594c5;
	-webkit-appearance: none;
}
#opt .submits li input:hover {
	opacity: 0.7;
}

	#opt .submitsc {
	margin: 20px;
	text-align: center;
}
#opt.submitsc li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
#opt .submitsc li input,
#opt .submitsc li a {
	display: inline-block;
	padding: 16px 0;
	width: 100%;
	max-width: 1000px;
	color: #003B82;
	cursor: pointer;
	font-weight: bold;
	border-radius: 3px;
	font-size: 1.7rem;
	background: #fff;
	border: 4px solid #003B82;
	-webkit-appearance: none;
}
#opt .submitsc li input:hover {
	opacity: 0.5;
}

/*------------------------------------------------------------
	form
------------------------------------------------------------*/
#form #conts {
	padding: 59px 0 0;
}
/*#form #conts .content {
	margin: 0 74px;
}*/
#form #conts .top {
	margin-bottom: 6px;
	color: #003B82;
	font-size: 2rem;
	font-family: 'TsukushiAMaruGothic';
}
#form #conts .txt {
	margin-bottom: 75px;
	color: #003B82;
	font-size: 1.6rem;
}
#form #conts .txt_red {
	margin-top: 75px;
	margin-bottom: 75px;
	text-align: center;
	color: #DB080B;
	font-size: 2.0rem;
}
#form #conts .tabBox {
	margin: 0 65px;
}
#form #conts table {
	margin-bottom: 38px;
	color: #323232;
	width: 100%;
	border-collapse: collapse;
}
#form #conts table th, #form #conts table td {
	font-weight: 500;
	text-align: left;
	vertical-align: top;
}
#form #conts table td input[type="text"], #form #conts table td input[type="email"], #form #conts table td input[type="tel"], #form #conts table td textarea {
	padding: 5px 10px;
	border: 1px solid #bfbfbf;
	width: 100%;
	height: 32px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
}
#form #conts table td select {
	padding: 1px 23px 1px 10px;
	height: 28px;
	-webkit-appearance: none;
	width: 170px;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	background: url("../img/common/icon01.png") no-repeat right 8px center;
	background-size: 15px auto;
	border: 1px solid #bfbfbf;
	border-radius: 0;
}
#form #conts table td select::-ms-expand {
	display: none;
}
#form #conts table th {
	padding: 16px 5px 8px 10px;
	width: 37%;
}
#form #conts table td {
	padding: 10px 27px 10px 6px;
}
#form #conts table td textarea {
	height: 123px;
}
#form #conts table td .radioUl li {
	display: inline-block;
	margin-right: 10px;
}
#form #conts table td .radioUl li input[type="radio"] {
	display: none;
}
#form #conts table td .radioUl li label {
	background: url("../img/common/radio_bg01.png") no-repeat left center;
	background-size: 25px auto;
	display: block;
	padding: 4px 0 4px 34px;
}
#form #conts table td .radioUl li input[type="radio"]:checked + label {
	background: url("../img/common/radio_bg02.png") no-repeat left center;
	background-size: 25px auto;
}
#form #conts .linkP {
	margin-top: 13px;
	font-family: 'TsukushiAMaruGothic';
}
#form #conts .linkP .lineTxt {
	margin-left: 16px;
	color: #003B82;
	font-size: 1.4rem;
	border-bottom: 2px solid #f7e051;
}
#form #conts .linkP a:hover {
	opacity: 0.7;
}
#form #conts .submit {
	margin-bottom: 50px;
	text-align: center;
}
#form #conts .submit li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
#form #conts .submit li input {
	padding: 16px 0;
	width: 200px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 3px;
	font-size: 1.7rem;
	background: #5594c5;
	-webkit-appearance: none;
}
#form #conts .submit li input:hover {
	opacity: 0.7;
}

#form #conts table .title_gr {
	margin-bottom: 38px;
	color: #323232;
	background-color: #darkgreen;
	width: 100%;
	border-collapse: collapse;
}
#form #conts table .title_gr  th, #form #conts table .title_gr td {
	font-weight: 500;
	text-align: left;
	vertical-align: top;
}
#form #conts table .title_gr td input[type="text"], #form #conts table .title_gr td input[type="email"], #form #conts table .title_gr td input[type="tel"], #form #conts table .title_gr td textarea {
	padding: 5px 10px;
	border: 1px solid #bfbfbf;
	width: 100%;
	height: 32px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
}
#form #conts table .title_gr td select {
	padding: 1px 23px 1px 10px;
	height: 28px;
	-webkit-appearance: none;
	width: 170px;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	background: url("../img/common/icon01.png") no-repeat right 8px center;
	background-size: 15px auto;
	border: 1px solid #bfbfbf;
	border-radius: 0;
}
#form #conts table .title_gr td select::-ms-expand {
	display: none;
}
#form #conts table .title_gr th {
	padding: 16px 5px 8px 10px;
	width: 20%;
	/*width: 37%;*/
}
#form #conts table .title_gr th .green {
	padding: 16px 5px 8px 10px;
	background-color: #darkgreen;
	width: 20%;
}
#form #conts table .title_gr td {
	padding: 10px 27px 10px 6px;
}
#form #conts table .title_gr td textarea {
	height: 123px;
}
#form #conts table .title_gr td .radioUl li {
	display: inline-block;
	margin-right: 10px;
}
#form #conts table .title_gr td .radioUl li input[type="radio"] {
	display: none;
}
#form #conts table .title_grtd .radioUl li label {
	background: url("../img/common/radio_bg01.png") no-repeat left center;
	background-size: 25px auto;
	display: block;
	padding: 4px 0 4px 34px;
}
#form #conts table .title_gr td .radioUl li input[type="radio"]:checked + label {
	background: url("../img/common/radio_bg02.png") no-repeat left center;
	background-size: 25px auto;
}

#form #conts .linkP {
	margin-top: 13px;
	font-family: 'TsukushiAMaruGothic';
}
#form #conts .linkP .lineTxt {
	margin-left: 16px;
	color: #003B82;
	font-size: 1.4rem;
	border-bottom: 2px solid #f7e051;
}
#form #conts .linkP a:hover {
	opacity: 0.7;
}
/*#form #conts .submit {
	margin-bottom: 50px;
	text-align: center;
}
#form #conts .submit li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
#form #conts .submit li input {
	padding: 16px 0;
	width: 200px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 3px;
	font-size: 1.7rem;
	background: #5594c5;
	-webkit-appearance: none;
}
#form #conts .submit li input:hover {
	opacity: 0.7;
}*/


#form #conts table .forms {
  border-collapse: collapse;
  margin: 0/* auto*/;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#form #conts table .forms tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
#form #conts table .forms th,
#form #conts table .forms td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
#form #conts table .forms th {
  font-size: .85em;
}
#form #conts table .forms thead tr{
  background-color: #167F92;
  color:#fff;
}
#form #conts table .forms tbody th {
    background: #78bbc7;
    color: #fff;
}
#form #conts .txt{
   text-align: left;
   font-size: .85em;
}
#form #conts .price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
}
#form #conts .non{
  background:#fff
}
	#opt .submits {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
#opt .submits li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
#opt .submits li input,
#opt .submits li a {
	display: inline-block;
	padding: 16px 0;
	width: 200px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 3px;
	font-size: 1.7rem;
	background: #5594c5;
	-webkit-appearance: none;
}
#opt .submits li input:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	ツールチップ
------------------------------------------------------------*/

.cp_tooltip {
  cursor:default;
  position:relative;
  color: #fff;
  font-weight: bold;
  line-height: 0.9em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #666666;
  border-radius: 8px;
}
.cp_tooltiptext {
  visibility: hidden;
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  right: -10px;
  bottom: 2.5em;
  width: 200px;
  z-index: 9999;
  padding: 0.3em 0.5em;
  color: #FFFFFF;
  background: #666666;
  border-radius: 0.5em;
  font-size: 80%;
  text-align: left; 
}
.cp_tooltiptext:after {
  content: "";
  display: block;
  position: absolute;
  right: 3%;
  top: 100%;
  margin-left: -5px;
  border-bottom: 12px solid transparent;
  border-left: 8px solid #666666;

}
.cp_tooltip:hover .cp_tooltiptext {
  display: block;
  visibility: visible;
  opacity: 1;
}


/*------------------------------------------------------------*/

@media screen and (max-width: 600px) {
	#form #conts table .forms {
	  border: 0;
	  width:100%
	}
	#form #conts table .forms th{
	  background-color: #167F92;
	  display: block;
	  border-right: none;
	}
	#form #conts table .forms thead {
	  border: none;
	  clip: rect(0 0 0 0);
	  height: 1px;
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
	  position: absolute;
	  width: 1px;
	}
	#form #conts table .forms tr {
	  display: block;
	  margin-bottom: .625em;
	}
	#form #conts table .forms td {
	  border-bottom: 1px solid #bbb;
	  display: block;
	  font-size: .8em;
	  text-align: right;
	  position: relative;
	  padding: .625em .625em .625em 4em;
	  border-right: none;
	}
	
	#form #conts table .forms td::before {
	  content: attr(data-label);
	  font-weight: bold;
	  position: absolute;
	  left: 10px;
	  color: #167F92;
	}
	#form #conts table .form std:last-child {
	  border-bottom: 0;
	}
	#form #conts table .forms tbody th {
	  color: #fff;
	}
	#opt .submits {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.headLine01 {
		margin-bottom: 30px;
		padding: 10px;
		font-size: 2.4rem;
	}
	#opt .submits li:not(:first-child) {
		margin-top: 16px;
	}
}

.form-table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 95%;
	max-width: 1000px;
	table-layout: fixed;
}

.form-table tr {
	background-color: #e6f2f5;
	padding: .35em;
	border-bottom: 2px solid #fff;
}

.form-table th,
.form-table td {
	font-size: 1.0em;
	padding: 0.5em 10px 0.5em 1em;
	border-right: 2px solid #fff;
}
.form-table th {
	font-size: 1.0em;
}

.form-table thead tr {
	background-color: #167F92;
	color: #fff;
}

.form-table tbody th {
	background: #78bbc7;
	color: #fff;
}
.txt {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.0em;
}

.txtw {
	text-align: center;
	margin-bottom: 30px;
	padding: 0 2.5%;
	font-size: 1.2em;
	font-weight: bold;
}

.error-message {
	padding: 0 2.5%;
}

.price {
	text-align: center;
	color: #167F92;
	font-weight: bold;
}

.check {
	text-align: center;
	width: 15%;
	color: #167F92;
	font-weight: bold;
}

.yellow {
	background: #fff100;
	color: #2d4a7d;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.yellow .txtinfo {
	display: block;
    font-size: 1.3rem;
}

.blue {
	background: blue !important;
	color: #2d4a7d;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.pink {
	background: pink !important;
	color: #2d4a7d;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.sml {
	font-size: 0.7em;
	text-align: center;
}

.form-table .non {
	background: #fff;
}

.sp-only-tr {
	display: none;
}

.pc-only-td {
	display: table-cell;
}

@media screen and (max-width: 600px) {
	.form-table {
		border: 0;
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}

	.form-table th {
		background-color: #78c8dd;
		font-size: 1.0em;
		display: block;
		border-right: none;
	}

	.form-table .pc-only-thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.form-table tr {
		display: block;
		padding: 0;
		margin-bottom: 0;
		border: solid 1px #78bbc7;
	}

	.form-table td {
		border-bottom: 1px solid #bbb;
		display: block;
		font-size: 1.0em;
		text-align: center;
		position: relative;
		padding: 8px;
		border-right: none;
	}

	.form-table td[data-label] {
		padding-left: 4em;
	}

	.form-table td::before {
		content: attr(data-label);
		font-size: 1.0em;
		font-weight: bold;
		position: absolute;
		left: 10px;
		color: #167F92;
	}

	.form-table td:last-child {
		border-bottom: 0;
	}

	.form-table tbody th {
		font-size: 1.0em;
		color: #fff;
	}

	.form-table input[type="text"] {
		width: 100%;
		background-color: #fff;
		padding: .5em;
		border: solid 1px #a7d2da;
	}

	.txt {
		text-align: left;
		margin-bottom: 0;
	}

	.price {
		text-align: right;
	}

	.form-table .check {
		width: auto;
		padding-left: 8px;
	}

	.check label::before {
		content: attr(data-label);
		font-size: 1.0em;
		font-weight: bold;
		color: #167F92;
	}

	.form-table td label {
		display: flex;
		justify-content: center;
		flex-direction: row-reverse;
		align-items: center;
		width: auto;
	}

	.form-table td label input {
		margin-right: .3em;
	}

	.none-border-bottom {
		border-bottom: none;
	}

	.sp-only-tr {
		display: block;
	}

	.form-table .pc-only-td {
		display: none;
	}

	.non {
		display: none;
	}

	.headLine01 br {
		display: inline;
	}
}