@charset "utf-8";

html, body {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	background-color: #fff;
	font-family: YakuHanJPs, "noto_sans_cjk_jp_r", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #303030;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: none;
}
body{
	overflow-y: scroll;
}
strong, .font-m {
	font-family: YakuHanJPs, "noto_sans_cjk_jp_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
}
p{
	letter-spacing: 0.05em;
}
body:after{
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: -1;
}
/*------------------------------------------------------------
	BASE Styles
------------------------------------------------------------*/
a {
	color: #0b318f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.btn, a.btn-large, a.btn-w{
	display: inline-block;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
a.btn {
	padding: 0 15px;
	background-color: rgba(11, 43, 143, .8);
	border-radius: 19px;
	color: #fff;
	font-size: 11px;
	line-height: 38px;
}
a.btn:hover {
	background-color: rgba(11, 43, 143, 1)
}
a.btn-large {
	padding: 0 50px;
	background-color: rgba(11, 43, 143, .8);
	border-radius: 25px;
	color: #fff;
	font-size: 12px;
	line-height: 50px;
	letter-spacing: .25em;
}
a.btn-large:hover {
	background-color: rgba(11, 43, 143, 1)
}
a.btn-w {
	padding: 0 50px;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 25px;
	color: #fff;
	font-size: 12px;
	line-height: 50px;
	letter-spacing: .2em;
}
a.btn-w:hover {
	background-color: rgba(255, 255, 255, .4);
}

img {
	vertical-align: bottom;
}
a img {
	border-style: none;
}
body {
	color: #1d2a4d;
	font-size: 14px;
	line-height: 2;
	text-align: left;
}
html {
	position: relative;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.anim, a.anim {
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

#crc-wrap{
	position: static;
	width: 100%;
}
#crc-wrap.content-fixed{
	position: fixed;
}
#main-wrap{
	width: 100%;
	min-width: 1000px;
	max-width: 100%;
	overflow: hidden;
}
#wrap{
	width: 100%;
	min-width: 1000px;
}
.sp{
	display: none;
}
.name .font-en-reg {
	font-size: 24px;
}
.form-flow span {
	font-size: 10px;
}
/*------------------------------------------------------------
	SITE HEADER
------------------------------------------------------------*/
#site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 125px;
	background-color: rgba(255, 255, 255, 0.8);
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 100;
	overflow: hidden;
}
#site-header.short{
	height: 65px;
}

.site-header-inner {
	position: absolute;
	left: 50%;
	top: 75px;
	margin-left: -50%;
	padding-left: 80px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#site-header.short .site-header-inner{
	top: 15px;
}
@media screen and (max-width:1160px) {
	.site-header-inner {
		margin-left: -500px;
		padding-left: 0;
	}
}
.site-header-logo {
	padding-top: 5px;
}

#smp-access-btn,
#sp-menu-sns{
	display: none;
}

/* Language Menu
-------------------*/
.wpml-ls-statics-shortcode_actions {
	position: absolute;
	right: 50%;
	top: 25px;
	margin-right: -50%;
	padding-right: 80px!important;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.wpml-ls-statics-shortcode_actions ul li {
    font-size: 12px;
    line-height: normal;
    letter-spacing: .2em;
    color: #0b318f;
    font-family: "Panton-Bold";
}
.wpml-ls-statics-shortcode_actions ul li:last-child a {
	padding-right: 0px;
}
.toptxt .wpml-ls-statics-shortcode_actions ul li a {
	color: #fff;
}
@media screen and (max-width:1160px) {
	..wpml-ls-statics-shortcode_actions {
		margin-right: -500px;
		padding-right: 0;
	}
}
.scene5 #site-header .wpml-ls-statics-shortcode_actions {
	top: -10px;
}
.scene5 #site-header .wpml-ls-statics-shortcode_actions ul li {
	font-size: 10px;
}
.scene5 #site-header .toptxt .wpml-ls-statics-shortcode_actions ul li a {
    color: #0b318f;
}
.scene5 #site-header .wpml-ls-statics-shortcode_actions ul li a {
	padding: 5px 0px 5px 7px;
}
#site-header.short .wpml-ls-statics-shortcode_actions {
	top: -10px;
}
#site-header.short .wpml-ls-statics-shortcode_actions ul li {
	font-size: 10px;
}
#site-header.short .toptxt .wpml-ls-statics-shortcode_actions ul li a {
    color: #0b318f;
}
#site-header.short .wpml-ls-statics-shortcode_actions ul li a {
	padding: 5px 0px 5px 7px;
}
/* GLOBAL NAVI
-------------------*/
.globalnavi{
	position: absolute;
	right: 50%;
	top: 75px;
	margin-right: -50%;
	padding-right: 80px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
@media screen and (max-width:1160px) {
	.globalnavi{
		margin-right: -500px;
		padding-right: 0;
	}
}

	#site-header.short .globalnavi{
		top: 26px;
	}
.globalnavi #smp-menu-btn{
	display: none;
}
.globalnavi ul {
	float: right;
	overflow: hidden;
}
.globalnavi li {
	float: left;
	margin-left: 20px;
	font-size: 12px;
	line-height: normal;
	letter-spacing: .2em;
	color: #0b318f;
	font-family: "Panton-Bold";
}
.globalnavi li a {
	display: inline-block;
	padding-bottom: 5px;
	color: #0b318f;
	text-decoration: none;
}
.globalnavi li.active a,
.globalnavi li a:hover{
	border-bottom: 2px solid #0b318f;
}
/*------------------------------------------------------------
	SITE FOOTER
------------------------------------------------------------*/
#site-footer {
	position: relative;
	z-index: 90;
	min-width: 1000px;
	color: #fff;
	background-color: #0b318f;
	text-align: center;
	line-height: 1.85;
}
#site-footer a {
	color: inherit;
}
#site-footer-info {
	display: table;
	width: 100%;
	height: 480px;
	background: url(../img/footer/site_footer_info_bg.jpg) no-repeat left center;
	position: relative;
}
#site-footer-info #site-footer-address {
	display: table-cell;
	width: 540px;
	height: 480px;
	padding: 0 80px;
	vertical-align: middle;
}
#site-footer-address dl {
	text-align: left;
}
#site-footer-address dt {
	position: relative;
	padding-bottom: 35px;
	font-size: 14px;
}
#site-footer-address dt:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 2px;
	border-bottom: 1px solid #fff;
}
#site-footer-address dt span {
	display: block;
	margin-top: 10px;
}
#site-footer-address dd {
	padding-top: 35px;
	font-size: 12px;
	letter-spacing: .2em;
}
#site-footer-info #site-footer-map-wrap {
	position: relative;
	display: table-cell;
	height: 480px;
}
#site-footer-info #site-footer-map-wrap #site-footer-map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 480px;
}
.site-footer-link {
	width: 100%;
	height: 300px;
	background: url(../img/footer/site_footer_link_bg.jpg) no-repeat center center;
	background-size: cover;
}
.site-footer-link ul {
	width: 899px;
	margin: 0 auto;
	padding: 120px 100px 120px 0;
	overflow: hidden;
}
.site-footer-link ul li {
	float: left;
	padding: 0 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.site-footer-link ul li:last-child {
	border: none;
}
.site-footer-link a{
	opacity: .6;
}
.site-footer-link a:hover{
	opacity: 1;
}
.site-footer-bottom {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	padding: 80px;
	position: relative;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	font-family: 'Panton-Bold';
}
@media screen and (max-width:1160px) {
	.site-footer-bottom {
		width: 1000px;
		margin: 0 auto;
		padding: 80px 0;
	}
}
.site-footer-bottom a {
	font-size: 10px;
}
.site-footer-sns {
	position: absolute;
	right: 80px;
	top: 72px;
}
@media screen and (max-width:1160px) {
	.site-footer-sns {
		right: 0;
	}
}
.site-footer-sns dt,
.site-footer-sns dd {
	float: left;
	line-height: 28px;
}
.site-footer-sns dt {
	margin-right: 10px;
}
.site-footer-sns dd {
	margin-left: 4px;
}
.site-footer-sns dd a {
	width: 28px;
	height: 28px;
	display: block;
	padding: 6px;
}
.site-footer-sns dd a img {
	width: 16px;
	height: 16px;
	vertical-align: top;
	opacity: .8;
}
.site-footer-sns dd a:hover img {
	opacity: 1;
}
.site-footer-copyright{
	overflow: hidden;
}
.site-footer-policy{
	overflow: hidden;
	margin-bottom: 10px;
}
.site-footer-policy ul li {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #fff;
	line-height: 12px;
}
.site-footer-policy ul li:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
.site-footer-policy ul li a {
	text-decoration: none;
}
.pc_ft {
	display: block;
}
.sp_ft {
	display: none;
}
.site-footer-copyright .copyright {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #fff;
	line-height: 12px;
}

.wrap{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
.content {
	padding-top: 185px;
}
.page-header {
	width: 100%;
	min-width: 1000px;
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 80px;
}
@media screen and (max-width:1160px) {
	.page-header{
		width: 1000px;
		padding: 0;
	}
}

.content .inner{
	width: 100%;
	min-width: 1000px;
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 80px;
}
@media screen and (max-width:1160px) {
	.content .inner{
		width: 1000px;
		padding: 0;
	}
}
.content-inner{
	min-width: 1000px;
}

.content section {
	width: 100%;
	padding: 75px 0;
	border-bottom: 1px solid #dee2e7;
}
.content section:first-of-type {
	padding-top: 0;
}
.content section.recruit_wb {
	padding-top: 40px;
}
.content section.employee_bg {
	background-color: #fff!important;
}
.content section:last-of-type {
	border-bottom: none;
}
.section-header{
	margin-bottom: 55px;
}

.content-bottom{
	width: 100%;
	min-width: 1000px;
	height: 380px;
	padding-top: 111px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
}
.content-bottom dt {
	margin-bottom: 15px;
	padding-bottom: 57px;
	background: url(../img/arrow_content_bottom.png) no-repeat center bottom;
	font-family: 'noto_sans_cjk_jp_m';
	font-size: 15px;
}
.content-bottom dd .btn-w{
	padding: 0 65px;
	font-size: 12px;
	font-family: 'Panton-Bold';
}
.message-content-bottom{ background-image: url(../img/content_bottom_message.jpg); }
.product-content-bottom{ background-image: url(../img/content_bottom_product.jpg); }
.recruit-content-bottom{ background-image: url(../img/content_bottom_recruit.jpg); }
.company-content-bottom{ background-image: url(../img/content_bottom_company.jpg); }

/* ページタイトル */
h1.page-title{
	margin-bottom: 78px;
	padding-bottom: 33px;
	background: url(../img/icon_pagetitle_bg.png) no-repeat right 0.08em bottom 0;
	color: #0b318f;
	text-align: right;
}
h1.page-title span.title-en{
	display: block;
	margin-right: -0.08em;
	margin-bottom: 26px;
	letter-spacing: 0.08em;
	font-size: 90px;
	line-height: 70px;
	font-family: 'Panton-Bold';
}
h1.page-title span.title-ja {
	display: block;
	letter-spacing: 0.15em;
	font-size: 16px;
	font-family: "noto_sans_cjk_jp_r";
}

h1.archive-title{
	margin-bottom: 80px;
	padding-bottom: 33px;
	background: url(../img/icon_archivetitle_bg.png) no-repeat center bottom;
	color: #0b318f;
	text-align: center;
}
	#contact-content h1.archive-title{
		margin-bottom: 53px;
}
h1.archive-title span.title-en{
	display: block;
	margin-right: -0.08em;
	margin-bottom: 18px;
	letter-spacing: 0.08em;
	font-size: 60px;
	line-height: 62px;
	font-family: 'Panton-Bold';
}
h1.archive-title span.title-ja {
	display: block;
	letter-spacing: 0.15em;
	font-size: 16px;
	font-family: "noto_sans_cjk_jp_r";
}

h2 {
	margin-bottom: 25px;
	color: #0b318f;
	letter-spacing: 0.08em;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Panton-Bold';
}
h2 span.text-ja {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	font-family: "noto_sans_cjk_jp_r";
}
#crc-wrap input, #crc-wrap textarea, #crc-wrap {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.inview{
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;

	opacity: 0;
	-webkit-transform: translate(0,20px);
	transform: translate(0,20px);
}
.inview.inview-show{
	opacity: 1.0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 62px;
	height: 62px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-color: transparent;
	z-index: 10;
	opacity: .8;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 1;
}
.slick-prev {
	left: 40px;
	background: url(../img/slick_prev.png) no-repeat center center transparent;
}
.slick-next {
	right: 40px;
	background: url(../img/slick_next.png) no-repeat center center transparent;
}

/*------------------------------------------------------------
	ニュース一覧 Styles
------------------------------------------------------------*/
.news-list{
	border-top: 1px solid #dee2e7;
	font-size: 14px;
	line-height: 22px;
}
.news-list article,
.news-list li{
	border-bottom: 1px solid #dee2e7;
}
.news-list article a,
.news-list article span.nolink,
.news-list li a,
.news-list li span.nolink{
	display: block;
	width: 100%;
	padding: 24px 130px 24px 30px;
	overflow: hidden;
}
.news-list article a,
.news-list li a{
	color: inherit;
	text-decoration: none;
	background-image: url(../img/icon_link_arrow.png);
	background-repeat: no-repeat;
	background-position: center right 30px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.news-list article p.news-meta,
.news-list li p.news-meta{
	float: left;
	width: 237px;
}
.news-list article span.cat,
.news-list li span.cat{
	float: left;
	display: block;
	width: 94px;
	margin-right: 30px;
	background-color: rgba(11, 49, 143, .3);
	color: #fff;
	font-size: 11px;
	line-height: 22px;
	font-family: 'Panton-Bold';
	text-align: center;
	text-indent: 0;
	letter-spacing: 0.05em;
	vertical-align: top;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.news-list article span.date
.news-list li span.date{
	float: left;
	width: 113px;
	text-indent: 0;
	font-size: 13px;
	color: #0b318f;
}
.news-list article p.title,
.news-list li p.title{
	display: block;
	padding-left: 237px;
}
.news-list article a:hover,
.news-list li a:hover{
	background-color: rgba(11, 49, 143, .1);
}
.news-list article a:hover span.cat,
.news-list li a:hover span.cat{
	background-color: rgba(11, 49, 143, 1);
}

.view-more{
	padding: 60px 0 0;
	text-align: center;
}
.nomore{
	display:none !important;
}

/*------------------------------------------------------------
	table Styles
------------------------------------------------------------*/
table.tbl-style {
	width: 100%;
	border-collapse: collapse;
}
table.tbl-style th,
table.tbl-style td {
	position: relative;
	padding: 20px 0;
}
table.tbl-style th{
	width: 220px;
	color: #0b318f;
	font-family: "noto_sans_cjk_jp_m";
}
table.tbl-style th:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	border-top: 1px solid #dee2e7;
}
table.tbl-style th span.justify{
	display: inline-block;
	width: 6em;
	text-align: justify;
	text-justify: inter-ideograph;
}
table.tbl-style td:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-top: 1px solid #dee2e7;
}
table.tbl-style td div{
	display: inline-block;
}
table.tbl-style td ul{
	display: inline-block;
	margin-right: 40px;
	vertical-align: top;
}
table.tbl-style td a.btn{
	min-width: 180px;
	margin-left: 2em;
	font-family: "noto_sans_cjk_jp_m";
	text-align: center;
	letter-spacing: 0.05em;
}

/*------------------------------------------------------------
	お問い合わせ Styles
------------------------------------------------------------*/
/* お問い合わせリード */
.contact-lead{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.contact-lead p.legend{
	position: absolute;
	top: 6px;
	right: 0;
	padding: 0 30px;
	background-color: rgba(11, 49, 143, .1);
	border-radius: 3px;
	line-height: 42px;
}
.contact-lead p.legend span{
	display: inline-block;
	font-size: 0.9em;
	line-height: 1;
	color:  rgba(11, 49, 143, 1);
}

/* プライバシーポリシー */
#privacypolicy-wrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 100px;
	background-color: rgba(11, 49, 143, .9);
	z-index: 5000;
	overflow: auto;
}
#privacypolicy{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 60px auto;
	padding: 70px 60px;
	background-color: #fff;
	color: #1d2a4d;
	font-size: 14px;
	line-height: 1.714em;
}
#privacypolicy h2{
	margin-bottom: 49px;
}
#privacypolicy .kiyaku{
	padding-left: 1.25em;

}
#privacypolicy h3{
	margin-top: 1.9em;
	font-family: 'noto_sans_cjk_jp_m';
	text-indent: -1.25em;
}
#privacypolicy h3 span{
	display: inline-block;
	width: 1.25em;
	text-indent:0;
}
.modal-close{
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
}

/* フォーム フロー */
.form-flow-wrap{
	width: 100%;
	margin: 55px 0;
	padding: 40px 0;
	border-top: 1px solid #dee2e7;
	border-bottom: 1px solid #dee2e7;
	background-color: rgba(255, 255, 255, .5);
	text-align: center;
}
.form-flow{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.form-flow div{
	float: left;
	display: flex;
}
.form-flow div span{
	display: block;
	width: 72px;
	height: 72px;
	background-color: #dee2e7;
	border-radius: 36px;
	color: #fff;
	line-height: 72px;
	text-align: center;
}
.form-flow div.active span{
	background-color: #0b318f;
	font-family: 'noto_sans_cjk_jp_m';
}

.form-flow div:nth-child(2) {
	float: left;
	display: flex;
	width: 490px;
	align-items: center;
	text-align: center; /* for no-flexbox browsers */
}

.form-flow div:nth-child(2):before,
.form-flow div:nth-child(2):after {
	border-top: 1px solid #dee2e7;
	content: "";
	display: inline;
	flex-grow: 1;
}

/* フォーム：レイアウト */
.prof-area {
	width: 1000px;
	margin: 0 auto;
}
.prof-area table{
	width: 100%;
}
.prof-area  .mw_wp_form_input table th{
	width: 220px;
	padding: 14px 0;
	color: inherit;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
}
.prof-area  .mw_wp_form_input table td{
	padding: 14px 0;
	font-size: 14px;
	line-height: 22px;
	vertical-align: top;
}
.prof-area  .mw_wp_form_input table th span.hissu{
	display: inline-block;
	vertical-align: 0.05em;
	font-size: 0.9em;
	line-height: 1;
	color: rgba(11, 49, 143, 1);
	margin-left: 0.5em;
}
	.prof-area .mw_wp_form_input table td{
		padding: 0 0 30px;
	}
	.prof-area .mw_wp_form_input table th:before,
	.prof-area .mw_wp_form_input table th:after,
	.prof-area .mw_wp_form_input table td:before,
	.prof-area .mw_wp_form_input table td:after{
		display: none;
	}

/* フォーム：装飾 */
input[type="text"],
input[type="email"],
input[type="submit"],
button, textarea, select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.prof-area input[type="text"],
.prof-area input[type="email"],
.prof-area textarea{
	width: 100%;
	padding: 16px 20px !important;
	background-color: #fafbfd;
	border: 1px solid #dee2e7;
	border-radius: 3px;
	line-height: 18px;
}
.mwform-tel-field input[type="text"] {
	width: auto!important;
}

.prof-area input[type="tel"]
{
	padding: 16px 20px !important;
	background-color: #fafbfd;
	border: 1px solid #dee2e7;
	border-radius: 3px;
	line-height: 18px;
}
.prof-area textarea{
	min-height: 300px;
	line-height: 1.8;
}
.prof-area input[type="text"]:focus,
.prof-area input[type="email"]:focus,
.prof-area textarea:focus{
	background-color: #fff;
	border: 1px solid #0b318f;
}

/* セレクトボックス */
.prof-area select{
	position: relative;
	padding: 16px 90px 16px 20px!important;
	background-color: transparent;
	line-height: 18px;
	z-index: 10;
	cursor: pointer;
}
.prof-area .mw_wp_form_input span.select-wrap{
	position: relative;
	display: inline-block;
	margin-right: 0.5em;
	background-color: #fafbfd;
	border: 1px solid #dee2e7;
	border-radius: 3px;
}
.prof-area .mw_wp_form_input span.select-wrap:after{
	content: "";
	display: block;
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-image: url(../img/form/select_fg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0b318f;
}

select::-ms-expand {
  display: none;
}
.prof-area .mw_wp_form_input .syokudyu span,
.prof-area .mw_wp_form_input .syokudyu select{ width: 100%; }

/* ラジオボタン */
.prof-area .radio .mwform-radio-field{
	float: left;
	width: 24.25%;
	margin-left: 1% !important;
}
	.prof-area .radio .mwform-radio-field:first-child{
		margin-left: 0 !important;
	}
.prof-area .radio .mwform-radio-field input{
	display: none;
}
.prof-area .radio .mwform-radio-field label{
	display: block;
	width: 100%;
	background-color: rgba(11, 49, 143, .3);
	border-radius: 25px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-family: 'noto_sans_cjk_jp_m';
	cursor: pointer;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.prof-area .radio .mwform-radio-field label:hover{
	background-color: rgba(11, 49, 143, .8);
}
.prof-area .radio .mwform-radio-field label.selected{
	background-color: rgba(11, 49, 143, 1);
}

/* 同意チェック */
.doui{
	width: 380px;
	margin: 0 auto;
	padding: 20px 0;
	background-color: rgba(11, 49, 143, .1);
	border-radius: 3px;
	line-height: 20px;
	text-align: center;
	letter-spacing: .05em;
	display: none;
}
	.mw_wp_form_input .doui{
		display: block;
	}
.doui input[type="checkbox"]#check {
	display: none;
}
.doui input[type="checkbox"]#check + .checkbox-icon:before {
	position: relative;
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 15px;
	border: 1px solid #0b318f;
	background-color: #fff;
	vertical-align: top;
	cursor: pointer;
}
.doui input[type="checkbox"]#check:checked + .checkbox-icon:before {
	background: url(../img/form/check_fg.png) no-repeat center center #fff;
}

/* 送信ボタン */
.prof-area input[type="submit"]{
	width: 200px;
	height: 50px;
	margin: 0 10px !important;
	background-color: rgba(11, 49, 143, .8);
	border-radius: 25px;
	color: #fff !important;
	font-size: 14px;
	font-family: "Noto Sans CJK JP";
	line-height: 50px;
	text-align: center;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}
.prof-area input[type="submit"]:hover{
	background-color: rgba(11, 49, 143, 1);
}
.prof-area input[type="submit"][disabled]{
	background-color: rgba(180, 180, 180, .8);
	cursor: default;
}
#prof-area-wrap p.btn,
#prof-area-wrap .btn-area,
.prof-area .btn-area{
	margin-top: 30px;
	text-align: center;
}

/* reCAPTCHAボックス */
.btn-area .g-recaptcha {
	margin: 0 auto 45px;
	max-width: 300px;
	position: relative;
}
.g-error{
   color:#e63535;
   font-size:14px;
   margin:10px auto;
   text-align:center;
}