@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}
* + html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 18px;
	display: flex;
	background: #0747a6 url("../../../img/common/bg.png") repeat left top;
	background-size: 683px auto;
}
.mainVisual h2 {
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.mainVisual h2 > span {
	display: block;
}
.mainVisual h2 .icon {
	margin: 0 auto 25px;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 100%;
}
.mainVisual h2 .icon img {
	width: 43px;
}
.mainVisual h2 .icon + ul {
	margin-top: -25px;
}

.mainVisual h2 .en {
	margin-top: 6px;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 1.33;
}
.mainVisual01 h2 {
	font-size: 3.2rem;
	line-height: 1.4375;
}
.mainVisual01 h2 .en {
	margin-top: 11px;
}
.mainVisual01 h2 .icon{
	/*margin: 0 auto;*/
}
@media only screen and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 10px;
		background-size: 320px auto;
	}
	.mainVisual h2 {
		min-height: 240px;
		padding: 20px 10px;
		font-size: 2.2rem;
	}
	.mainVisual h2 .icon {
		margin: 0 auto 15px;
		width: 50px;
		height: 50px;
	}
	.mainVisual h2 .icon + ul {
		margin-top: -15px;
	}
	.mainVisual h2 .icon img {
		width: 31px;
	}
	.mainVisual h2 .en {
		margin-top: 2px;
		font-size: 1.2rem;
	}
	.mainVisual01 h2 {
		line-height: 1.18;
	}
	.mainVisual01 h2 .en {
		margin-top: 5px;
		line-height: 1.33;
	}
	.mainVisual01 h2 .icon {
		/*margin: 0 auto;*/
	}
	.mainVisual02 h2 {
		line-height: 1.18;
	}
	.mainVisual02 h2 .icon{
		/*margin-bottom: 16px;*/
	}
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#main .mainBox {
	margin: 0 auto;
	width: 1020px;
}
@media only screen and (max-width: 767px) {
	#main .mainBox {
		margin: 0 15px;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 24px;
	padding: 21px 20px 19px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1px;
	background: #0747a6;
}
@media only screen and (max-width: 767px) {
	#main .headLine01 {
		margin-bottom: 13px;
		padding: 13px;
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 15px;
	padding: 5px 18px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1px;
	border-left: 4px solid #ff7463;
}
#main .headLine02 span {
	margin-left: 13px;
	padding: 3px 7px;
	color: #fff;
	font-size: 1.6rem;
	background-color: #0747A6;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	#main .headLine02 {
		margin-bottom: 13px;
		padding: 0 0 0 10px;
		font-size: 1.4rem;
		line-height: 1.43;
	}
	#main .headLine02 span {
		margin: 2px 0 0;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comRerationUl
------------------------------------------------------------*/
#main .comRerationUl {
	margin-bottom: 85px;
	font-size: 1.6rem;
}
#main .comRerationUl li {
	padding-left: 1em;
	text-indent: -1em;
}
#main .comRerationUl a {
	padding-left: 21px;
	background: url("../../../img/common/icon03.png") no-repeat left top 4px;
	word-break: break-all;
}
#main .comRerationUl a span {
	text-decoration: underline;
}
#main .comRerationUl .target a span {
	padding-right: 15px;
	background: url("../../../img/common/icon02.svg") no-repeat right center;
	background-size: 14px 11px;
}
#main .comRerationUl li:not(:last-child) {
	margin-bottom: 36px;
}
#main .comRerationUl .new .subNew {
	padding: 3px 0;
	text-indent: 0;
	margin-left: 3px;
	width: 39px;
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: #f00;
	border-radius: 2px;
	vertical-align: middle;
}
#main .comRerationUl li > .indent {
	margin: 2px 0 0 4px;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
@media only screen and (min-width: 768px) {
	#main .comRerationUl a:hover span {
		text-decoration: none;
	}
}
@media only screen and (max-width: 767px) {
	#main .comRerationUl {
		margin-bottom: 40px;
		font-size: 1.2rem;
		line-height: 2;
	}
	#main .comRerationUl a {
		position: relative;
		padding-left: 14px;
		background: none;
	}
	#main .comRerationUl a:before {
		position: absolute;
		width: 5px;
		height: 5px;
		left: -2px;
		top: 6px;
		display: inline-block;
		border-right: 2px solid rgba(7, 71, 166, 1);
		border-bottom: 2px solid rgba(7, 71, 166, 1);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		content: "";
	}
	#main .comRerationUl li:not(:last-child) {
		margin-bottom: 13px;
	}
	#main .comRerationUl .new .subNew {
		padding: 0;
		margin-left: 5px;
		width: 32px;
		font-size: 1rem;
		border-radius: 2px;
	}
	#main .comRerationUl li > .indent {
		margin: 9px 0 0 2px;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	comColorBox
------------------------------------------------------------*/
#main .comColorBox {
	padding: 49px 0 51px;
	font-size: 1.4rem;
	line-height: 1.43;
	letter-spacing: 0.9px;
	background: #feeae3;
}
#main .comColorBox p {
	margin-bottom: 20px;
}
#main .comColorBox p:last-child {
	margin-bottom: 0;
}
#main .comColorBox .ttl {
	margin-bottom: 10px;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	#main .comColorBox {
		padding: 16px 0 19px;
		font-size: 1.2rem;
		line-height: 1.5;
		letter-spacing: 0.9px;
	}
	#main .comColorBox .ttl {
		margin-bottom: 24px;
	}
}
/*------------------------------------------------------------
	comStep
------------------------------------------------------------*/
#main .comStep {
	padding: 9px 0 62px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .comStep li {
	position: relative;
	padding: 17px 5px 15px;
	margin: 0 10px;
	font-size: 1.2rem;
	color: #666;
	width: 150px;
	box-sizing: border-box;
	text-align: center;
	background: #f5f5f5;
	border-radius: 2px;
	letter-spacing: 1px;
}
#main .comStep li:not(:last-child):before {
	margin-top: -3px;
	position: absolute;
	width: 5px;
	height: 5px;
	right: -12px;
	top: 50%;
	display: inline-block;
	border-right: 2px solid #0747a6;
	border-bottom: 2px solid #0747a6;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	content: "";
}
#main .comStep li.on {
	color: #fff;
	background: #0747a6;
}
#main .comStep li .num {
	color: #ccc;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: -12px;
	width: 24px;
	height: 24px;
	line-height: 22px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: #fff;
}
#main .comStep li.on .num {
	color: #0747a6;
	border-color: #0747a6;
}
@media only screen and (max-width: 767px) {
	#main .comStep {
		padding: 0;
		margin: -1px 9px 20px;
		justify-content: flex-start;
	}
	#main .comStep li {
		padding: 12px 5px;
		margin: 0 20px 20px 0;
		font-size: 1.1rem;
		width: calc((100% - 30px) / 2);
	}
	#main .comStep li:nth-child(2n) {
		margin-right: 0;
	}
	#main .comStep li .num {
		font-size: 1rem;
		margin-left: -9px;
		top: -9px;
		width: 18px;
		height: 18px;
		line-height: 16px;
	}
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
#main .mailForm {
	line-height: 1.43;
	font-size: 1.4rem;
}
#main .mailForm p {
	margin-bottom: 41px;
	font-size: 1.6rem;
	line-height: 1.625;
}
#main .mailForm p a {
	color: #0747a6;
	text-decoration: underline;
}
#main .mailForm .formDl {
	margin-bottom: 80px;
	/* word-break: break-all; */
	word-break: break-word;
	border-top: 1px solid #eee;
}
#main .mailForm .formDl01 {
	margin-bottom: 44px;
}
#main .mailForm .formDl > dt {
	padding-top: 29px;
	float: left;
	width: 225px;
	font-weight: bold;
	color: #0747a6;
	/* letter-spacing: 1.7px; */
}
#main .mailForm .formDl > dt .must, #main .mailForm .formDl > dd .must {
	margin-left: 5px;
	padding: 0 2px;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	display: inline-block;
	min-width: 40px;
	box-sizing: border-box;
	background: #f00;
	border-radius: 2px;
}
#main .mailForm .formDl > dd {
	padding: 29px 0 26px 230px;
	border-bottom: 1px solid #eee;
}
#main .mailForm .formDl > dd textarea, #main .mailForm .formDl > dd input[type="tel"], #main .mailForm .formDl > dd input[type="email"], #main .mailForm .formDl > dd input[type="text"] {
	padding: 0 15px;
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	font-size: 1.4rem;
	border: 1px solid #ccc;
	background: #f5f5f5;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: 0.7px;
}
 #main .mailForm .formDl > dd input[type="date"] {
	padding: 0 15px;
	width: 50%;
	height: 36px;
	box-sizing: border-box;
	font-size: 1.4rem;
	border: 1px solid #ccc;
	background: #f5f5f5;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: 0.7px;
}
#main .mailForm .formDl > dd textarea {
	height: 100px;
	resize: vertical;
}
#main .mailForm .formDl > dd textarea::-webkit-input-placeholder, #main .mailForm .formDl > dd input[type="tel"]::-webkit-input-placeholder, #main .mailForm .formDl > dd input[type="email"]::-webkit-input-placeholder, #main .mailForm .formDl > dd input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
	opacity: 1;
}
#main .mailForm .formDl > dd textarea:-moz-placeholder, #main .mailForm .formDl > dd input[type="tel"]:-moz-placeholder, #main .mailForm .formDl > dd input[type="email"]:-moz-placeholder, #main .mailForm .formDl > dd input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
	opacity: 1;
}
#main .mailForm .formDl > dd textarea::-moz-placeholder, #main .mailForm .formDl > dd input[type="tel"]::-moz-placeholder, #main .mailForm .formDl > dd input[type="email"]::-moz-placeholder, #main .mailForm .formDl > dd input[type="text"]::-moz-placeholder {
	color: #999;
	opacity: 1;
}
#main .mailForm .formDl > dd textarea:-ms-input-placeholder, #main .mailForm .formDl > dd input[type="tel"]:-ms-input-placeholder, #main .mailForm .formDl > dd input[type="email"]:-ms-input-placeholder, #main .mailForm .formDl > dd input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
	opacity: 1;
}
#main .mailForm .formDl > dd input.w318 {
	width: 318px !important;
}
#main .mailForm .formDl > dd input.w150 {
	width: 150px !important;
}
#main .mailForm .formDl > dd input.w290 {
	width: 290px !important;
}
#main .mailForm .formDl > dd .txtList {
	margin-top: 17px;
}
#main .mailForm .formDl > dd .txtList > li {
	padding-left: calc(1em + 4px);
	position: relative;
}
#main .mailForm .formDl > dd .txtList > li:not(:last-child) {
	margin-bottom: 6px;
}
#main .mailForm .formDl > dd .txtList > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\203b';
}
#main .mailForm .formDl > dd a {
	color: #0747a6;
	text-decoration: underline;
}
#main .mailForm .formDl > dd .txt01 {
	margin: 14px 0 1px 13px;
	line-height: 1.43;
	font-size: 1.4rem;
}
#main .mailForm .formDl > dd .txt02 {
	display: block;
	margin-top: 15px;
}
#main .mailForm .formDl > dd .txt02 li {
	padding-left: 2em;
	text-indent: -2em;
}
#main .mailForm .formDl > dd .txt04 {
	margin: 20px 0 0;
	line-height: 1.43;
	font-size: 1.4rem;
}
#main .mailForm .formDl > dd .txt04 + .txt02 {
	margin-top: 0;
}
#main .mailForm .formDl > dd .txt05 {
	margin: 0 0 20px;
	line-height: 1.43;
	font-size: 1.4rem;
}
#main .mailForm .formDl > dd .nameUl li {
	display: inline-block;
	vertical-align: middle;
	width: 260px;
}
#main .mailForm .formDl > dd .nameUl li:not(:last-child) {
	margin-right: 20px;
}
#main .mailForm .formDl > dd .nameUl li input {
	width: 223px;
}
#main .mailForm .formDl > dd .nameUl li span {
	display: inline-block;
	font-weight: bold;
	width: 32px;
}
#main .mailForm .formDl > dd .areaDl {
	margin-bottom: -13px;
}
#main .mailForm .formDl > dd .areaDl dt {
	padding-top: 10px;
	float: left;
	font-weight: bold;
	letter-spacing: 0.8px;
}
#main .mailForm .formDl > dd .areaDl dd {
	padding: 0 0 20px 5.8em;
}
#main .mailForm .formDl > dd .areaDl dd input {
	width: 500px;
}
#main .mailForm .formDl > dd .inputUl li:not(:last-child) {
	margin-bottom: 19px;
}
#main .mailForm .formDl > dd .inputUl input {
	width: 600px;
}
#main .mailForm .formDl > dd .ttl {
	margin-bottom: 22px;
	font-size: 1.4rem;
	font-weight: bold;
}
#main .mailForm .formDl > dd .checkUl {
	line-height: 1.71;
}
#main .mailForm .formDl > dd .checkUl li:not(:last-child) {
	margin-bottom: 6px;
}
#main .mailForm .formDl > dd .checkUl li input[type="checkbox"] {
	display: none;
}
#main .mailForm .formDl > dd .checkUl li input[type="checkbox"] + label {
	padding-left: 30px;
	background: url("../../../img/common/check_img01.png") no-repeat left top 3px;
	display: block;
}
#main .mailForm .formDl > dd .checkUl li input[type="checkbox"]:checked + label {
	background: url("../../../img/common/check_img02.png") no-repeat left top 3px;
}
#main .mailForm .formDl > dd .radioUl > li:not(:last-child) {
	margin-bottom: 10px;
}
#main .mailForm .formDl > dd .radioUl > li input[type="radio"] {
	display: none;
}
#main .mailForm .formDl > dd .radioUl > li input[type="radio"] + label {
	padding-left: 30px;
	background: url("../../../img/common/radio_img01.png") no-repeat left top 1px;
	display: block;
}
#main .mailForm .formDl > dd .radioUl > li input[type="radio"]:checked + label {
	background: url("../../../img/common/radio_img02.png") no-repeat left top 1px;
}
#main .mailForm .formDl > dd .txt03 {
	font-size: 1.4rem;
	margin: 3px 0 0 30px;
	line-height: 2.1;
}
#main .mailForm .formDl > dd .jsDl .txt03 {
	margin: -23px 0 0 260px;
}
#main .mailForm .formDl > dd .txt03 span {
	display: block;
	margin-bottom: 15px;
}
#main .mailForm .formDl > dd .txt03 input {
	width: 600px;
}
#main .mailForm .formDl > dd select {
	padding: 0 30px 0 11px;
	width: 100%;
	height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	background: #F5F5F5 url("../../../img/common/select_bg.png") no-repeat right 8px center;
	box-sizing: border-box;
}
#main .mailForm .submit {
	text-align: center;
	font-size: 0;
}
#main .mailForm .submit li {
	margin: 0 10px;
	display: inline-block;
	position: relative;
	width: 180px;
	text-align: center;
}
#main .mailForm .submit li a {
	margin: 0 10px;
	display: inline-block;
	position: relative;
	width: 180px;
	text-align: center;
}
#main .mailForm .submit li:before {
	margin-top: -3px;
	position: absolute;
	width: 5px;
	height: 5px;
	right: 15px;
	top: 50%;
	display: inline-block;
	border-right: 2px solid #0747a6;
	border-bottom: 2px solid #0747a6;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	content: "";
	pointer-events: none;
}
#main .mailForm .submit li a:before {
	margin-top: -3px;
	position: absolute;
	width: 5px;
	height: 5px;
	right: 15px;
	top: 50%;
	display: inline-block;
	border-right: 2px solid #0747a6;
	border-bottom: 2px solid #0747a6;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	content: "";
	pointer-events: none;
}
#main .mailForm .submit li input {
	padding: 13px 5px;
	color: #0747a6;
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	box-sizing: border-box;
	border: 2px solid #0747a6;
	background: #fff;
	border-radius: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	margin: 0 10px;
}
#main .mailForm .submit li a {
	padding: 13px 5px;
	color: #0747a6;
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	box-sizing: border-box;
	border: 2px solid #0747a6;
	background: #fff;
	border-radius: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#main .mailForm .submit li.left:before {
	right: auto;
	left: 15px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
#main .mailForm .submit li.left a:before {
	right: auto;
	left: 15px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
#main .mailForm .submit li.return input {
	color: #ccc;
	border-color: #ccc;
}
#main .mailForm .submit li.return a {
	color: #ccc;
	border-color: #ccc;
}
#main .mailForm .submit li.return:before {
	right: auto;
	left: 15px;
	border-color: #ccc;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
#main .mailForm .submit li.return a:before {
	right: auto;
	left: 15px;
	border-color: #ccc;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
#main .mailForm .formDl > dd .jsDl {
	margin-top: 26px;
	margin-left: -230px;
	margin-bottom: 0;
	display: none;
}
#main .mailForm .formDl > dd .jsDl .ddNone, #main .mailForm .formDl > dd .jsDl > dd:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#main .mailForm .formDl > dd #jsRadio:checked ~ .jsDl {
	display: block;
}
#main .mailForm .formDl > dd #jsRadio01:checked ~ .jsDl {
	display: block;
}
#main .mailForm .formDl > dd #jsRadio02:checked ~ .jsDl {
	display: block;
}
#main .mailForm .formDl > dd #jsRadio03:checked ~ .jsDl {
	display: block;
}
#main .mailForm .formDl > dd .jsDl.border {
	padding: 20px 0 0;
	margin-bottom: 0;
	border-top: 1px solid #eee;
	background-color: #f3f3f3;
	padding: 30px;
}
#main .mailForm .formDl > dd .jsDl.border dd input[type="text"],
#main .mailForm .formDl > dd .jsDl.border dd input[type="tel"]{
	background-color: #FFF;
}
#main .mailForm .formDl > dd .jsDl.border p:first-child {
	margin: 0 0 20px;
	line-height: 1.43;
	font-size: 1.4rem;
}
#main .mailForm .formDl > dd .jsDl.border .formDl {
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
	#main .mailForm p a:hover, #main .mailForm .formDl > dd a:hover {
		text-decoration: none;
	}
	#main .mailForm .submit li:hover:before {
		border-color: #fff;
	}
    #main .mailForm .submit li a:hover:before {
		border-color: #fff;
	}
	#main .mailForm .submit li:hover input {
		color: #fff;
		background: #0747a6;
	}
	#main .mailForm .submit li.return:hover input {
		background: #ccc;
	}
    #main .mailForm .submit li:hover a {
		color: #fff;
		background: #0747a6;
	}
	#main .mailForm .submit li.return:hover a {
		background: #ccc;
	}
}
@media only screen and (max-width: 767px) {
	#main .mailForm {
		line-height: 1.5;
		font-size: 1.2rem;
	}
	#main .mailForm p {
		margin-bottom: 22px;
		font-size: 1.3rem;
		line-height: 1.69;
	}
	#main .mailForm .formDl {
		margin-bottom: 41px;
	}
	#main .mailForm .formDl01 {
		margin-bottom: 39px;
	}
	#main .mailForm .formDl > dt {
		padding-top: 16px;
		float: none;
		width: auto;
	}
	#main .mailForm .formDl > dt .must {
		font-size: 1.1rem;
		min-width: 36px;
	}
	#main .mailForm .formDl > dd {
		padding: 11px 0 17px;
	}
	#main .mailForm .formDl > dd textarea, #main .mailForm .formDl > dd input[type="tel"], #main .mailForm .formDl > dd input[type="email"], #main .mailForm .formDl > dd input[type="text"] {
		padding: 0 10px;
		height: 42px;
		font-size: 1.2rem;
		letter-spacing: 0.7px;
	}
	#main .mailForm .formDl > dd textarea {
		height: 90px;
	}
	#main .mailForm .formDl > dd input.w318 {
		width: 100% !important;
	}
	#main .mailForm .formDl > dd input.w150 {
		width: 100% !important;
	}
	#main .mailForm .formDl > dd input.w290 {
		width: 100% !important;
	}
	#main .mailForm .formDl > dd .txtList {
		margin-top: 10px;
	}
	#main .mailForm .formDl > dd .txt01 {
		margin: 7px 0 0 13px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .mailForm .formDl > dd .txt04 {
		margin: 10px 0 0;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .mailForm .formDl > dd .txt05 {
		margin: 0 0 10px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .mailForm .formDl > dd .txt02 {
		margin-top: 9px;
	}
	#main .mailForm .formDl > dd .txt02 li:not(:last-child) {
		margin-bottom: 5px;
	}
	#main .mailForm .formDl > dd .nameUl li {
		display: block;
		width: auto;
	}
	#main .mailForm .formDl > dd .nameUl li:not(:last-child) {
		margin: 0 0 15px;
	}
	#main .mailForm .formDl > dd .nameUl li input {
		width: 100%;
	}
	#main .mailForm .formDl > dd .nameUl li span {
		margin: -3px 0 6px;
		display: block;
		width: auto;
	}
	#main .mailForm .formDl > dd .areaDl {
		margin: 6px 0 -11px;
	}
	#main .mailForm .formDl > dd .areaDl dt {
		padding: 0 0 8px;
		float: none;
	}
	#main .mailForm .formDl > dd .areaDl dd {
		padding: 0 0 10px;
	}
	#main .mailForm .formDl > dd .areaDl dd input {
		width: 100%;
	}
	#main .mailForm .formDl > dd .inputUl li:not(:last-child) {
		margin-bottom: 15px;
	}
	#main .mailForm .formDl > dd .inputUl input {
		width: 100%;
	}
	#main .mailForm .formDl > dd .ttl {
		margin-bottom: 11px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .mailForm .formDl > dd .checkUl {
		line-height: 1.5;
	}
	#main .mailForm .formDl > dd .checkUl li input[type="checkbox"] + label {
		padding-left: 24px;
		background: url("../../../img/common/check_img01.png") no-repeat left top 2px;
		background-size: 14px 14px;
	}
	#main .mailForm .formDl > dd .checkUl li input[type="checkbox"]:checked + label {
		background: url("../../../img/common/check_img02.png") no-repeat left top 2px;
		background-size: 14px 14px;
	}
	#main .mailForm .formDl > dd .radioUl {
		line-height: 1.5;
	}
	#main .mailForm .formDl > dd .radioUl > li:not(:last-child) {
		margin-bottom: 6px;
	}
	#main .mailForm .formDl > dd .radioUl > li input[type="radio"] + label {
		padding-left: 24px;
		background: url("../../../img/common/radio_img01.png") no-repeat left top 2px;
		background-size: 14px 14px;
	}
	#main .mailForm .formDl > dd .radioUl > li input[type="radio"]:checked + label {
		background: url("../../../img/common/radio_img02.png") no-repeat left top 2px;
		background-size: 14px 14px;
	}
	#main .mailForm .formDl > dd .txt03 {
		font-size: 1.2rem;
		line-height: 1.5;
		margin: 3px 0 0 24px;
	}
	#main .mailForm .formDl > dd .jsDl .txt03 {
		margin: -14px 0 0 24px;
	}
	#main .mailForm .formDl > dd .txt03 input {
		width: 100%;
	}
	#main .mailForm .submit li {
		margin: 0 7px;
		width: 126px;
	}
    #main .mailForm .submit li a {
		margin: 0 7px;
		width: 126px;
	}
	#main .mailForm .submit li input {
		padding: 6px 5px;
		font-size: 1.2rem;
	}
    #main .mailForm .submit li a {
		padding: 6px 5px;
		font-size: 1.2rem;
	}
	#main .mailForm .formDl > dd .jsDl {
		margin-top: 17px;
		margin-left: 0;
	}
	#main .mailForm .submit li::before {
		width: 3px;
		height: 3px;
	}
    #main .mailForm .submit li a::before {
		width: 3px;
		height: 3px;
	}
	#main .mailForm .formDl > dd .jsDl.border {
		padding-top: 10px;
	}
	#main .mailForm .formDl > dd .jsDl.border p:first-child {
		margin: 0 0 10px;
		line-height: 1.5;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comConfirmTable
------------------------------------------------------------*/
#main .comConfirmTable {
	margin-bottom: 43px;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #eee;
}
#main .comConfirmTable td, #main .comConfirmTable th {
	padding: 26px 0 24px;
	font-size: 1.4rem;
	line-height: 1.57;
	text-align: left;
	vertical-align: top;
	/*border-top: 1px solid #eee;*/
	border-bottom: 1px solid #eee;
}
#main .comConfirmTable th {
	font-weight: bold;
	color: #0747a6;
	padding: 28px 0 24px;
	letter-spacing: 1px;
	box-sizing: border-box;
	width: 234px;
}
@media only screen and (max-width: 767px) {
	#main .comConfirmTable {
		margin-bottom: 40px;
	}
	#main .comConfirmTable td, #main .comConfirmTable th {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 7px 0 17px;
		line-height: 1.5;
		font-size: 1.2rem;
	}
	#main .comConfirmTable th {
		padding: 16px 0 0;
		border: none;
	}
}
/*------------------------------------------------------------
	comTxtBox
------------------------------------------------------------*/
#main .comTxtBox {
	margin-bottom: 79px;
}
#main .comTxtBox .btn {
	margin: 0 2px 14px;
	text-align: right;
}
#main .comTxtBox .btn a {
	padding: 8px 21px 7px 5px;
	color: #0747a6;
	font-size: 1.4rem;
	font-weight: bold;
	max-width: 280px;
	width: 100%;
	display: inline-block;
	text-align: center;
	border: 2px solid #0747A6;
	border-radius: 50px;
	background: url("../../../img/common/icon03.png") no-repeat right 14px center;
	box-sizing: border-box;
	box-shadow: 4px 2px 5.64px 1px rgba(0, 0, 0, 0.15);
}
#main .comTxtBox .inn {
	padding: 23px 29px 25px;
	border: 1px solid #ccc;
}
#main .comTxtBox .inn p {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.625;
}
#main .comTxtBox .inn p:last-child {
	margin-bottom: 0;
}
#main .comTxtBox .inn .comRerationUl {
	margin-bottom: 28px;
}
#main .comTxtBox .btn01 a {
	max-width: 220px;
}
@media only screen and (min-width: 768px) {
	#main .comTxtBox .btn a:hover {
		color: #fff;
		background: #0747a0 url("../../../img/common/icon09.png") no-repeat right 14px center;
	}
}
@media only screen and (max-width: 767px) {
	#main .comTxtBox {
		margin-bottom: 40px;
	}
	#main .comTxtBox .btn a {
		padding: 5px 21px 7px;
		font-size: 1.2rem;
		max-width: 290px !important;
	}
	#main .comTxtBox .btn {
		margin: 0 0 20px;
		text-align: center;
	}
	#main .comTxtBox .inn p {
		margin-bottom: 13px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .comTxtBox .inn {
		padding: 11px 15px 17px !important;
	}
	#main .comTxtBox .inn .txt01 {
		text-indent: -1em;
		padding-left: 1em;
	}
	#main .comTxtBox .inn .comRerationUl {
		margin-bottom: 20px;
	}
	#main .comTxtBox .inn .comRerationUl a {
		display: block;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
#main .comList {
	margin-top: -50px;
	display: flex;
	flex-wrap: wrap;
}
#main .comList li {
	margin: 50px 60px 0 0;
	width: 480px;
}
#main .comList li:nth-child(2n) {
	margin-right: 0;
}
#main .comList li .headLine02 {
	margin-bottom: 20px;
}
#main .comList li .bgBox {
	padding: 39px 40px 42px;
	background: #f6f6f6;
}
#main .comList li .bgBox dl {
	font-size: 1.6rem;
	border-top: 1px solid #000;
}
#main .comList li .bgBox dt {
	padding-top: 13px;
	color: #0747a6;
	float: left;
	font-weight: bold;
	letter-spacing: 1px;
}
#main .comList li .bgBox dd {
	padding: 12px 0 13px 8.5em;
	border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
	#main .comList {
		margin-top: 0;
		display: block;
	}
	#main .comList li {
		margin: 0;
		width: auto;
	}
	#main .comList li:not(:last-child) {
		margin-bottom: 30px;
	}
	#main .comList li .headLine02 {
		padding: 8px 0 12px 10px;
		margin-bottom: 20px;
	}
	#main .comList li .bgBox {
		padding: 15px;
	}
	#main .comList li .bgBox dl {
		font-size: 1.2rem;
	}
	#main .comList li .bgBox dt {
		padding-top: 7px;
		float: none;
		letter-spacing: 0.8px;
	}
	#main .comList li .bgBox dd {
		padding: 2px 0 7px;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th, .comTable td {
	padding: 17px 10px 19px 23px;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ddd;
	letter-spacing: 1.2px;
	word-break: break-all;
	white-space: pre-line;
}
.comTable .thead th {
	padding: 17px 23px 18px;
	color: #000;
	font-weight: bold;
	background-color: #CCCCCC;
}
.comTable .thead th:first-child {
	width: 14.7%;
}
.comTable .thead th:nth-child(2) {
	width: 27.5%;
}
@media screen and (max-width: 767px) {
	.comTable {
		border-bottom: 1px solid #ddd;
	}
	.comTable .thead {
		display: none;
	}
	.comTable tr {
		width: 100%;
	}
	.comTable td {
		display: block;
		width: 100%;
		font-size: 1.2rem;
		box-sizing: border-box;
	}
	.comTable td {
		padding: 10px 10px 11px 130px !important;
		border-bottom: none;
		position: relative;
		min-height: 40px;
	}
	.comTable td:first-child {
		padding: 11px 5px 10px !important;
		background: #CCCCCC;
		text-align: center;
	}
	.comTable td:before {
		width: 110px;
		content: attr(data-label);
		position: absolute;
		left: 10px;
		top: 10px;
		text-align: left;
	}
	.comTable td::after {
		width: 1px;
		height: 100%;
		position: absolute;
		left: 119px;
		top: 0;
		background-color: #ddd;
		content: '';
	}
	.comTable td:first-child::after {
		display: none;
	}
}
/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
.comLinkUl {
	text-align: center;
}
.comLinkUl li {
	margin: 0 17px;
	display: inline-block;
	width: 360px;
}
.comLinkUl li > a, .comLinkUl li > span{
	padding: 21px 21px 21px 29px;
	font-size: 1.6rem;
	font-weight: bold;
	width: 100%;
	display: inline-block;
	letter-spacing: 2.5px;
	text-align: center;
	border-radius: 50px;
	box-sizing: border-box;
	box-shadow: 4px 2px 5.64px 1px rgba(0, 0, 0, 0.15);
}
.comLinkUl li > a{
	border: 2px solid #0747A6;
	color: #0747a6;
	background: url("../../../img/common/icon03.png") no-repeat right 12px center #fff;
}
.comLinkUl li > span{
	border: 2px solid #BFBFBF;
	color: #BFBFBF;
	background-color: #fff;
	position: relative;
}
.comLinkUl li > span::after{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 5px;
	height: 5px;
	border-top: 2px solid #BFBFBF;
	border-right: 2px solid #BFBFBF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
	.comLinkUl li > a:hover {
		color: #fff;
		background: #0747a0 url("../../../img/common/icon09.png") no-repeat right 12px center;
	}
}
@media only screen and (max-width: 767px) {
	.comLinkUl {
		margin: 0 auto;
		max-width: 290px !important;
		width: 100% !important;
	}
	.comLinkUl li {
		margin: 0 0 10px !important;
		width: auto !important;
		display: block;
	}
	.comLinkUl li:last-child {
		margin-bottom: 0 !important;
	}
	.comLinkUl li > a, .comLinkUl li > span {
		padding: 6px 21px;
		font-size: 1.2rem;
	}
}
.comRed {
	color: #f00 !important;
}
.comRed a {
	color: #f00 !important;
}
.comRed:before {
	background: #f00 !important;
}
#main .mailForm .formDl > dd .txtList > li.red:before, #main .mailForm .formDl > dd .txtList > li.comRed:before {
	background: #f00 !important;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
#main .mailForm .formDl > dd .txtList.mb10 {
	margin-top: 0;
}
#main .mailForm .formDl > dd .txtList.mb20 {
	margin-top: 0;
}
/*------------------------------------------------------------
	comTxtList
------------------------------------------------------------*/
#main .comTxtList {
	margin-bottom: 40px;
}
#main .comTxtList li {
	padding-left: 13px;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.625;
}
#main .comTxtList li:not(:last-child) {
	margin-bottom: 6px;
}
#main .comTxtList li:before {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50%;
	left: 2px;
	top: 10px;
	content: "";
}
@media screen and (max-width: 767px) {
	#main .comTxtList {
		margin-bottom: 22px;
	}
	#main .comTxtList li {
		font-size: 1.3rem;
		line-height: 1.69;
	}
	#main .comTxtList li:before {
		top: 8px;
	}
}
/*------------------------------------------------------------
	comGrey
------------------------------------------------------------*/
#main .comGrey {
	margin-bottom: 40px;
	padding: 38px 40px;
	background-color: #F6F6F6;
}
#main .comGrey .title {
	margin-bottom: 17px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.6px;
}
#main .comGrey table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #666;
}
#main .comGrey th, #main .comGrey td {
	padding: 13px 0;
	text-align: left;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1.625;
	font-weight: normal;
	border-bottom: 1px solid #666;
}
#main .comGrey th {
	width: 16.5%;
	color: #0747a6;
	font-weight: bold;
	box-sizing: border-box;
	padding-right: 10px;
	letter-spacing: 0.5px;
}
#main .comGrey table .vTop {
	vertical-align: top;
}
/*#main .comGrey td a:hover {
	text-decoration: underline;
}*/
#main .comGrey a {
	text-decoration: underline;
}
#main .comGrey a:hover {
	text-decoration: none;
}
#main .comGrey a[href^="tel:"] {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
	#main .comGrey {
		margin-bottom: 20px;
		padding: 20px 15px;
	}
	#main .comGrey .title {
		margin-bottom: 10px;
		font-size: 1.4rem !important;
	}
	#main .comGrey th, #main .comGrey td {
		display: block;
		width: 100% !important;
		padding: 2px 0 10px;
		font-size: 1.2rem;
		line-height: 1.5;
		box-sizing: border-box;
	}
	#main .comGrey th {
		width: 100% !important;
		padding: 10px 0 0;
		border-bottom: none;
	}
	#main .comGrey td a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	comTab
------------------------------------------------------------*/
.comTab {
	margin-bottom: 50px;
	width: 100%;
	border-collapse: collapse;
}
.comTab th, .comTab td {
	padding: 19px 10px 15px;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.625;
	vertical-align: top;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.comTab th {
	padding: 19px 10px 10px 25px;
	width: 27.2%;
	background-color: #ccc;
}
.comTab td a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.comTab {
		margin-bottom: 30px !important;
		border-bottom: 1px solid #ddd;
	}
	.comTab th, .comTab td {
		width: 100% !important;
		;
		float: left !important;
		padding: 10px !important;
		font-size: 1.2rem;
		line-height: 1.5;
		box-sizing: border-box;
		border-bottom: none;
	}
	.comTab th {
		padding: 10px !important;
	}
	.comTab td a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	margin-top: 62px;
	padding: 39px 15px 54px;
	color: #FFF;
	text-align: center;
	background-color: #0748a6;
}
.comContact .ttl {
	margin-bottom: 25px;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.comContact .ttl .en {
	margin-bottom: 4px;
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0;
}
.comContact .button {
	margin: 0 auto;
	width: 400px;
}
.comContact .button a {
	padding: 22px 5px;
	display: block;
	color: #0747a6;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 35px;
	text-align: center;
	border: 1px solid #FFF;
	box-sizing: border-box;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
	background: #FFF url("../../../img/common/icon03.png") no-repeat right 15px center;
}
@media only screen and (min-width: 768px) {
	.comContact .button a:hover {
		color: #FFF;
		background: #0747a6 url("../../../img/common/icon09.png") no-repeat right 15px center;
	}
}
@media screen and (max-width: 767px) {
	.comContact {
		margin-top: 30px;
		padding: 18px 15px 26px;
	}
	.comContact .ttl {
		margin-bottom: 11px;
		font-size: 1.8rem;
		line-height: 1.66;
		letter-spacing: 0;
	}
	.comContact .ttl .en {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.comContact .button {
		margin: 0 auto;
		width: 90%;
	}
	.comContact .button a {
		padding: 17px 5px;
		background: #FFF url("../../../img/common/icon03.png") no-repeat right 10px center;
	}
}
/*------------------------------------------------------------
	comNews
------------------------------------------------------------*/
#main .comNews {
	font-size: 1.4rem;
	border-top: 1px solid #000;
}
#main .comNews dt {
	padding-top: 21px;
	width: 90px;
	float: left;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
}
#main .comNews dd {
	padding: 21px 0 17px 120px;
	border-bottom: 1px solid #000;
}
#main .comNews dd a {
	line-height: 1.428;
	text-decoration: underline;
}
#main .comNews dd a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	#main .comNews {
		font-size: 1.2rem;
	}
    #main .comNews dt {
        padding-top: 15px;
        width: auto !important;
        float: none !important;
        text-align: left;
    }
	#main .comNews dd {
		padding: 7px 0 15px !important;
	}
	#main .comNews dd a:hover {
		text-decoration: underline;
	}
}
/*------------------------------------------------------------
	comListBox
------------------------------------------------------------*/
#main .comListBox h5 {
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.625;
}
#main .comListBox .txtList {
	margin-bottom: 17px;
	font-size: 1.6rem;
	line-height: 1.625;
}
#main .comListBox .txtList li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#main .comListBox .txtList li a {
	text-decoration: underline;
}
#main .comListBox .txtList01 {
	margin-bottom: 20px;
}
#main .comListBox .txtList01 li {
	margin-bottom: 16px;
	padding-left: 1em;
	text-indent: -1em;
}
#main .comListBox .txtList01 li:last-of-type {
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
	#main .comListBox .txtList li a:hover {
		text-decoration: none;
	}
}
@media only screen and (max-width: 767px) {
	#main .comListBox h5 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .comListBox .txtList {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .comListBox .txtList01 li {
		margin-bottom: 10px;
	}
}
@media only screen and (-ms-high-contrast:none) {
	#main .headLine02 {
		padding: 6px 18px 4px;
	}
	#main .headLine02 span {
		padding: 4px 7px 2px;
	}
	#main .comTxtBox .btn a {
		padding: 8px 21px 7px 5px;
	}
	#main .comRerationUl a {
		background-position: left top 4px;
	}
}

select::-ms-expand { display: none; }

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto 61px;
	width: 600px;
	background-color: #fff;
}
.comBtn a {
	padding: 10px;
	display: block;
	background: url("../../../img/common/btn_bg.png") no-repeat left top / 100% 100%;
}
.comBtn a:hover {
	opacity: 0.7;
}
.comBtn a > span {
	padding: 32px 25px 28px;
	color: #0747a6;
	font-size: 2.6rem;
	display: block;
	text-align: center;
	background: #fff url("../../../img/common/icon12.png") no-repeat right 19px center / 13px auto;
	letter-spacing: 0.08em;
}
.comBtn a > span span {
	padding: 10px 0px 10px 68px;
	display: inline-block;
	font-weight: bold;
	background: url("../../../img/common/icon11.png") no-repeat left center / 51px auto;
}
@media only screen and (max-width: 767px) {
	.comBtn {
		margin-bottom: 39px;
		width: 240px;
	}
	.comBtn a {
		padding: 5px;
		background-size: auto 166%;
	}
	.comBtn a > span {
		padding: 13px 25px 13px;
		font-size: 1.6rem;
		background-size: 7px auto;
		background-position: right 10px center;
	}
	.comBtn a > span span {
		padding: 10px 20px 10px 37px;
		background-size: 29px auto;
	}
}




/*------------------------------------------------------------
	common 20210527 sk add
------------------------------------------------------------*/
a.comA {
	text-decoration: underline;
	position: relative;
	padding-left: 21px;
	color: #0747a6;
	margin-right: 5px;
}
a.comA::before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url("../../../svg/i_arrow_key.svg") center no-repeat;
	width: 0.47em;
	height: 0.73em;
	background-size: 100% auto;
}
a.comA:hover {
	text-decoration: none;
}
.mainVisual h2 .icon.comIcon img{
	width: 35px;
}
@media only screen and (max-width: 767px) {
	a.comA {
		padding-left: 14px;
		margin-right: 3px;
	}
	.mainVisual h2 .icon.comIcon img{
		width: 25px;
	}
}
