@charset "utf-8";
/* CSS Document */
/*
============================================================
*	contents.css
============================================================
*/


/* KV
----------------------------------------------------------*/
.contents_kv{
	width: 100%;
	height: 300px;
	margin-top: 80px;
	background: #000;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contents_kv h2{
	font-size: 38px;
	letter-spacing: .1em;
	font-weight: 300;
}
.contents_kv h2 span{
	display: block;
	font-size: 15px;
	font-family: 'Oswald';
	color: #0c80c6;
	letter-spacing: .2em;
}
.order-box{
	font-size:16px;
	margin:50px 0 -20px;
}

@media screen and (max-width: 1000px){
	.contents_kv{
		width: 100%;
		height: 160px;
		margin-top: 60px;
	}
	.contents_kv h2{
		font-size: 24px;
	}
	.contents_kv h2 span{
		font-size: 12px;
	}
}

.kv_WebConsulting{background: url(../images/cont_kv_webconsulting.jpg) 50% 50% / cover no-repeat;}
.kv_Platform{background: url(../images/cont_kv_platform.jpg) 50% 50% / cover no-repeat;}
.kv_Company{background: url(../images/cont_kv_company.jpg) 50% 50% / cover no-repeat;}
.kv_Recruit{background: url(../images/cont_kv_recruit.jpg) 50% 50% / cover no-repeat;}

/* 申し込みフォーム
----------------------------------------------------------*/
.form-contents{
	font-size: 25px;
    font-weight: bold;
    color: #E0505C;
	margin: 80px 0 30px;
	
}
.cp_form {
	position: relative;
	width: 800px;
	margin: 80px auto;
	padding: 1em 2em;
	box-shadow:0px 0px 3px 2px #ededed;
}
.cp_form h1{
	text-align: center;
    font-size: 25px;
    margin: 30px;
	
}
.cp_iptxt {
	position: relative;
	width: 50%;
	margin: 50px 0;
}
.cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding: 4px 0;
    text-align: center;
}
.cp_iptxt input[type='text']:focus {
	outline: none;
}
.ef {
	padding: 4px 0;
	border: 0;
	border-bottom: 0.0625rem solid #999999;
	background-color: transparent;
}
.ef ~ .focus_line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	transition: 0.4s;
	background-color: #da3c41;
}
.ef:focus ~ .focus_line,
.cp_iptxt.ef ~ .focus_line {
	width: 100%;
	transition: 0.4s;
}
.ef ~ label {
	position: absolute;
	z-index: -1;
	top: -2px;
	left: 2px;
	width: 100%;
	transition: 0.3s;
	letter-spacing: 0.5px;
	color: #aaaaaa;
}
.ef:focus ~ label, .cp_iptxt.ef ~ label {
	font-size: 12px;
	top: -16px;
	transition: 0.3s;
	color: #da3c41;
}

.app-box{
	font-weight: bold;
    font-size: 18px;
}

.app_group {
	position: relative;
	width: 30%;
	margin: 30px 0;
}
.app_group input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	padding: 4px 0;
}
.app_group input[type='text']:focus {
	outline: none;
}
.ef:focus ~ .focus_line,
.app_group.ef ~ .focus_line {
	width: 100%;
	transition: 0.4s;
}
.ef:focus ~ label, .app_group.ef ~ label {
	font-size: 12px;
	top: -16px;
	transition: 0.3s;
	color: #da3c41;
}

.app_team {
	position: relative;
	width: 30%;
	display: inline-block;
    margin: 50px 155px 0 0;
}
.app_team input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding-left: 4em;
}
.app_team input[type='text']:focus {
	outline: none;
}
.ef:focus ~ .focus_line,
.app_team.ef ~ .focus_line {
	width: 100%;
	transition: 0.4s;
}
.ef:focus ~ label, .app_team.ef ~ label {
	font-size: 12px;
	top: -16px;
	transition: 0.3s;
	color: #da3c41;
}
.zip-box{
	
}
.app_group input[type='tel'] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 1px;
	text-align: center;
}
input:blank, textarea:blank{
    background: rgba(255,150,150,0.1)!important;
}

.cp_form .cp_radio, .cp_group {
	position: relative;
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}
.cp_form .cp_group input[type=button],
.cp_form .cp_group input[type=submit],
.cp_form .cp_group input[type=checkbox],
.cp_form .cp_group input[type=radio],
.cp_form .cp_group input[type=text],
.cp_form .cp_group input[type=tel],
.cp_form .cp_group input[type=password],
.cp_form .cp_group input[type=email],
.cp_form .cp_group input[type=url],
.cp_form .cp_group input[type=date],
.cp_form .cp_group input[type=number],
.cp_form .cp_group textarea,
.cp_form .cp_group .cp_file .file_text,
.cp_form .cp_group select {
	font-family: inherit;
}
.cp_form .cp_group input {
	height: 1.9rem;
}
.cp_form .cp_group textarea {
	resize: vertical;
}
.cp_form .cp_group select::-ms-expand {
	display: none;
}
.cp_form .cp_ipselect {
	position: relative;
	width: 100%;
	margin: 2em auto;
}
.cp_form .cp_sl {
	position: relative;
	font-size: 1rem;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px 10px 10px 0;
	border-radius: 0;
	border: none;
}
.cp_form .cp_sl:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}
.cp_form .cp_ipselect .cp_sl {
	-webkit-appearance: none;
	        appearance: none;
}
.cp_form .cp_ipselect:after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
.cp_form .cp_sl_selectlabel {
	color: #b3b3b3;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
}
.cp_form .cp_sl:focus ~ .cp_sl_selectlabel,
.cp_form .cp_sl:valid ~ .cp_sl_selectlabel {
	font-size: 0.8rem;
	color: #da3c41;
	top: -20px;
	transition: 0.2s ease all;
}
.cp_form .cp_sl_selectbar {
	position: relative;
	display: block;
	width: 100%;
}
.cp_form .cp_sl_selectbar:before,
.cp_form .cp_sl_selectbar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #da3c41;
	transition: 0.2s ease all;
}
.cp_form .cp_sl_selectbar:before {
	left: 50%;
}
.cp_form .cp_sl_selectbar:after {
	right: 50%;
}
.cp_form .cp_sl:focus ~ .cp_sl_selectbar:before,
.cp_form .cp_sl:focus ~ .cp_sl_selectbar:after {
	width: 50%;
}
.cp_form .cp_sl_highlight {
	position: absolute;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}
.cp_form .cp_group .cp_label {
	position: absolute;
	top: 0.25rem;
	pointer-events: none;
	padding-left: 0.125rem;
	z-index: 1;
	color: #b3b3b3;
	font-size: 1rem;
	font-weight: normal;
	-webkit-transition: all 0.28s ease;
	        transition: all 0.28s ease;
}
.cp_form .cp_group .bar {
	position: relative;
	border-bottom: 0.0625rem solid #999999;
	display: block;
}
.cp_form .cp_group .bar::before {
	content: '';
	height: 0.125rem;
	width: 0;
	left: 50%;
	bottom: -0.0625rem;
	position: absolute;
	background: #da3c41;
	-webkit-transition: left 0.28s ease, width 0.28s ease;
	        transition: left 0.28s ease, width 0.28s ease;
	z-index: 2;
}
.cp_form .cp_group input[type=button],
.cp_form .cp_group input[type=submit],
.cp_form .cp_group input[type=checkbox],
.cp_form .cp_group input[type=radio],
.cp_form .cp_group input[type=text],
.cp_form .cp_group input[type=tel],
.cp_form .cp_group input[type=password],
.cp_form .cp_group input[type=email],
.cp_form .cp_group input[type=url],
.cp_form .cp_group input[type=date],
.cp_form .cp_group input[type=number],
.cp_form .cp_group textarea {
	display: block;
	background: none;
	padding: 0.125rem 0.125rem 0.0625rem;
	font-size: 1rem;
	border-width: 0;
	border-color: transparent;
	line-height: 1.9;
	width: 100%;
	color: transparent;
	-webkit-transition: all 0.28s ease;
	        transition: all 0.28s ease;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.cp_form .cp_group select,
.cp_form .cp_group input:focus,
.cp_form .cp_group input:valid,
.cp_form .cp_group textarea:focus,
.cp_form .cp_group textarea:valid {
	color: #333333;
}
.cp_form .cp_group select ~ .cp_label,
.cp_form .cp_group input:focus ~ .cp_label,
.cp_form .cp_group input:valid ~ .cp_label,
.cp_form .cp_group textarea:focus ~ .cp_label,
.cp_form .cp_group textarea:valid ~ .cp_label {
	font-size: 0.8rem;
	color: #da3c41;
	top: -1rem;
	left: 0;
}
.cp_form .cp_group select:hover,
.cp_form .cp_group input:focus,
.cp_form .cp_group textarea:focus {
	outline: none;
}
.cp_form .cp_group select:hover ~ .cp_label,
.cp_form .cp_group input:focus ~ .cp_label,
.cp_form .cp_group textarea:focus ~ .cp_label {
	color: #da3c41;
}
.cp_form .cp_group select:hover ~ .bar::before,
.cp_form .cp_group input:focus ~ .bar::before,
.cp_form .cp_group textarea:focus ~ .bar::before {
	width: 100%;
	left: 0;
}
.cp_form .checkbox label,
.cp_form .cp_radio label {
	position: relative;
	cursor: pointer;
	padding-left: 2rem;
	text-align: left;
	color: #333333;
	display: block;
}
.cp_form .checkbox input,
.cp_form .cp_radio input {
	width: auto;
	opacity: 0.00000001;
	position: absolute;
	left: 0;
}
.cp_form .radio {
	margin-bottom: 1rem;
}
.cp_form .radio .ch_bar {
	position: absolute;
	top: -0.25rem;
	left: -0.25rem;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	-webkit-user-select: none;
	        user-select: none;
	color: #999999;
}
.cp_form .radio .ch_bar::before,
.cp_form .radio .ch_bar::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 0.25rem;
	width: 1rem;
	height: 1rem;
	-webkit-transition: -webkit-transform 0.28s ease;
	        transition:         transform 0.28s ease;
	border-radius: 50%;
	border: 0.125rem solid currentColor;
}
.cp_form .radio .ch_bar::after {
	-webkit-transform: scale(0);
	        transform: scale(0);
	background-color: #da3c41;
	border-color: #da3c41;
}
.cp_form .radio label:hover .ch_bar {
	color: #da3c41;
}
.cp_form .radio input:checked ~ .ch_bar::after {
	-webkit-transform: scale(0.5);
	        transform: scale(0.5);
}
.cp_form .radio input:checked ~ .ch_bar::before {
	color: #da3c41;
}
.cp_form .checkbox {
	margin-top: 3rem;
	margin-bottom: 1rem;
}
.cp_form .checkbox .ch_bar {
	color: #999999;
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 1rem;
	z-index: 0;
	border: 0.125rem solid currentColor;
	border-radius: 0.0625rem;
	-webkit-transition: border-color 0.28s ease;
	        transition: border-color 0.28s ease;
}
.cp_form .checkbox .ch_bar::before,
.cp_form .checkbox .ch_bar::after {
	position: absolute;
	height: 0;
	width: 0.2rem;
	background-color: #da3c41;
	display: block;
	-webkit-transform-origin: left top;
	        transform-origin: left top;
	border-radius: 0.25rem;
	content: '';
	-webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
	        transition: opacity 0.28s ease, height 0s linear 0.28s;
	opacity: 0;
}
.cp_form .checkbox .ch_bar::before {
	top: 0.65rem;
	left: 0.38rem;
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	-webkit-box-shadow: 0 0 0 0.0625rem #ffffff;
	        box-shadow: 0 0 0 0.0625rem #ffffff;
}
.cp_form .checkbox .ch_bar::after {
	top: 0.3rem;
	left: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.cp_form .checkbox label:hover .ch_bar {
	color: #da3c41;
}
.cp_form .checkbox input:checked ~ .ch_bar {
	color: #da3c41;
}
.cp_form .checkbox input:checked ~ .ch_bar::after,
.cp_form .checkbox input:checked ~ .ch_bar::before {
	opacity: 1;
	-webkit-transition: height 0.28s ease;
	        transition: height 0.28s ease;
}
.cp_form .checkbox input:checked ~ .ch_bar::after {
	height: 0.5rem;
}
.cp_form .checkbox input:checked ~ .ch_bar::before {
	height: 1.2rem;
	-webkit-transition-delay: 0.28s;
	        transition-delay: 0.28s;
}
.cp_form .radio + .radio,
.cp_form .checkbox + .checkbox {
	margin-top: 1rem;
}
/* File input */
.cp_form .cp_group .cp_file {
	position: relative;
}
.cp_form .cp_group .cp_file .title {
	position: static;
}
.cp_form .cp_group .cp_file .button {
	font-size: 1em;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	padding: .5rem 1.2em 0 1.2em;
	cursor: pointer;
	-webkit-transition: background-color 0.25s;
	        transition: background-color 0.25s;
	color: #ffffff;
	border-radius: 0;
	background-color: #999999;
}
.cp_form .cp_group .cp_file .file_input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-appearance: none;
					appearance: none;
}
.cp_form .cp_group .cp_file .file_text {
	position: relative;
	box-sizing: border-box;
	padding: 6px 10px;
	-webkit-transition: border-color 0.6s;
	        transition: border-color 0.6s;
	border-bottom: 0.0625rem solid #999999;
	outline: none;
}
.cp_form .cp_group .cp_file .file_text::before {
	content: '';
	height: 2px;
	width: 0;
	left: 50%;
	bottom: -1px;
	position: absolute;
	background: #da3c41;
	-webkit-transition: left 0.28s ease, width 0.28s ease;
	        transition: left 0.28s ease, width 0.28s ease;
	z-index: 2;
}
.cp_form .cp_group .cp_file .file_input:hover ~ .file_text::before {
	width: 100%;
	left: 0;
}
.cp_form .cp_group .cp_file label:hover .button {
	background-color: #da3c3c;
}
.cp_form .cp_group .cp_file label:active .button {
	background-color: #b02f2f;
}
.cp_form .btn_cont {
	text-align: center;
}
.cp_form .btn {
	position: relative;
	background: currentColor;
	border: 1px solid currentColor;
	font-size: 1.1rem;
	color: #da3c41;
	margin: 3rem 0;
	padding: 0.75rem 3rem;
	cursor: pointer;
	-webkit-transition: background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
	        transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.cp_form .btn span {
	color: #ffffff;
	position: relative;
	z-index: 1;
}
.cp_form .btn::before {
	content: '';
	position: absolute;
	background: #071017;
	border: 50vh solid #1d4567;
	width: 30vh;
	height: 30vh;
	border-radius: 50%;
	display: block;
	top: 50%;
	left: 50%;
	z-index: 0;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(0);
	        transform: translate(-50%, -50%) scale(0);
}
.cp_form .btn:hover {
	color: #3f51b5;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}
.cp_form .btn:focus {
	outline: none;
}






.cp_form {
	position: relative;
	width: 1000px;
	margin: 40px auto;
	padding: 1em 2em;
	box-shadow:0px 0px 3px 2px #ededed;
}
.cp_form form.go-right > .cp_tx {
	position: relative;
	width: 100%;
	margin: 1em 0;
}
.cp_form form.go-right input[type=password],
.cp_form form.go-right input[type=email],
.cp_form form.go-right input[type=url],
.cp_form form.go-right input[type=date],
.cp_form form.go-right input[type=number],
.cp_form form.go-right input[type='text'],
.cp_form form.go-right input[type='tel'],
.cp_form form.go-right .cp_ipfile .file_text,
.cp_form form.go-right textarea {
	font-family: inherit;
	font-size: 1rem;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #cccccc;
	outline: 0;
	background: none;
}
.cp_form form.go-right input[type=password]:valid,
.cp_form form.go-right input[type=email]:valid,
.cp_form form.go-right input[type=url]:valid,
.cp_form form.go-right input[type=date]:valid,
.cp_form form.go-right input[type=number]:valid,
.cp_form form.go-right input[type='text']:valid,
.cp_form form.go-right input[type='tel']:valid,
.cp_form form.go-right textarea:valid {
	background: #e7fcff;/*背景色*/
}
.cp_form form.go-right input[type=password]:focus,
.cp_form form.go-right input[type=email]:focus,
.cp_form form.go-right input[type=url]:focus,
.cp_form form.go-right input[type=date]:focus,
.cp_form form.go-right input[type=number]:focus,
.cp_form form.go-right input[type='text']:focus,
.cp_form form.go-right input[type='tel']:focus,
.cp_form form.go-right textarea:focus {
	border-color: #da3c41;
}
.cp_form form.go-right input[type=password]:focus + label,
.cp_form form.go-right input[type=email]:focus + label,
.cp_form form.go-right input[type=url]:focus + label,
.cp_form form.go-right input[type=date]:focus + label,
.cp_form form.go-right input[type=number]:focus + label,
.cp_form form.go-right input[type='text']:focus + label,
.cp_form form.go-right input[type='tel']:focus + label,
.cp_form form.go-right textarea:focus + label {
	font-size: 0.7em;
	line-height: 1.2;
	z-index: 2;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	padding: 1px 6px 2px 6px;
	text-transform: uppercase;
	color: #ffffff;
	background: #da3c41;
}
.cp_form form.go-right .cp_tx label {
	position: absolute;
	padding: 7px 6px;
	transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
	color: #999999;
}
.cp_form form.go-right textarea {
	display: block;
	resize: vertical;
}
.cp_form form.go-right input[type=password],
.cp_form form.go-right input[type=email],
.cp_form form.go-right input[type=url],
.cp_form form.go-right input[type=date],
.cp_form form.go-right input[type=number],
.cp_form form.go-right input[type='text'],
.cp_form form.go-right input[type='tel'],
.cp_form form.go-right textarea {
	padding: 12px 10% 12px 12px;
}
.cp_form form.go-right .cp_tx label {
	top: 2px;
	right: 100%;
	bottom: 2px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin-right: -100%;
}
.cp_form form.go-right input[type=password]:focus + label,
.cp_form form.go-right input[type=email]:focus + label,
.cp_form form.go-right input[type=url]:focus + label,
.cp_form form.go-right input[type=date]:focus + label,
.cp_form form.go-right input[type=number]:focus + label,
.cp_form form.go-right input[type='text']:focus + label,
.cp_form form.go-right input[type='tel']:focus + label,
.cp_form form.go-right textarea:focus + label {
	right: 0;
	width: 10%;
	margin-right: 0;
	padding-top: 5px;
}
.cp_form .cp_ipselect {
	overflow: hidden;
	width: 50%;
    margin: 1em 150px 1em 0;
    text-align: left;
}
.cp_form .cp_ipselect select {
	font-family: inherit;
	font-size: 1rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	border-radius: 0;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	        appearance: none;
}
.cp_form .cp_ipselect select::-ms-expand {
	display: none;
}
.cp_form .cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #cccccc;
	border-radius: 2px;
}
.cp_form .cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	pointer-events: none;
	border-top: 6px solid #da3c41;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.cp_form .cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #999999;
}
.cp_form .cp_ipselect.cp_sl01 select:valid {
	color: #333333;
}
.cp_form .cp_input {
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 49%;
	padding: 8px 12px;
	color: #999999;
}
.cp_form .cp_ipcheck,
.cp_form .cp_ipradio {
	position: relative;
	text-align: left;
}
.cp_form .cp_ipcheck input,
.cp_form .cp_ipradio input {
	display: none;
}
.cp_form .cp_ipcheck label,
.cp_form .cp_ipradio label {
	position: relative;
	display: block;
	padding: 0.5em 0;
	padding-right: 35px;
	cursor: pointer;
	color: #333333;
	border-bottom: 1px solid #cccccc;
}
.cp_form .cp_ipcheck input[type='checkbox'],
.cp_form .cp_ipradio input[type='radio'] {
	position: absolute;
	visibility: hidden !important;
}
.cp_form .cp_ipcheck input[type='checkbox'] + label:before,
.cp_form .cp_ipcheck input[type='checkbox'] + label:after,
.cp_form .cp_ipradio input[type='radio'] + label:before,
.cp_form .cp_ipradio input[type='radio'] + label:after {
	position: absolute;
	top: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: -7.5px;
	content: '';
}
.cp_form .cp_ipcheck input[type='checkbox'] + label:before,
.cp_form .cp_ipradio input[type='radio'] + label:before {
	right: 0;
	width: 30px;
	height: 15px;
	border: 1px solid #cccccc;
	border-radius: 15px;
	background: #ffffff;
}
.cp_form .cp_ipcheck input[type='checkbox'] + label:after,
.cp_form .cp_ipradio input[type='radio'] + label:after {
	right: 15px;
	width: 15px;
	height: 15px;
	-webkit-transition: all 200ms ease-out;
	        transition: all 200ms ease-out;
	border-radius: 50%;
	background: #cccccc;
}
.cp_form .cp_ipcheck input[type='checkbox']:checked + label:after,
.cp_form .cp_ipradio input[type='radio']:checked + label:after {
	right: 0;
	background: #da3c41;
}
/* File input */
.cp_form .cp_ipfile {
	position: relative;
	margin: 1em auto;
}
.cp_form .cp_ipfile .title {
	position: static;
}
.cp_form .cp_ipfile .button {
	font-size: .8em;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	padding: .7rem 1.2em 0 1.2em;
	cursor: pointer;
	-webkit-transition: background-color 0.25s;
	        transition: background-color 0.25s;
	color: #ffffff;
	border-radius: 0;
	background-color: #999999;
}
.cp_form .cp_ipfile .file_input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-appearance: none;
					appearance: none;
}
.cp_form .cp_ipfile .file_text {
	position: relative;
	box-sizing: border-box;
	padding: 0em 10px 0.5em 10px;
	-webkit-transition: border-color 0.6s;
	        transition: border-color 0.6s;
	border-bottom: 0.0625rem solid #999999;
	outline: none;
}
.cp_form .cp_ipfile label:hover .button {
	background-color: #da3c3c;
}
.cp_form .cp_ipfile label:active .button {
	background-color: #b02f2f;
}
/*btn*/
.cp_form .cp_btn {
	width: 100%;
	margin: 2em auto;
	text-align: center;
}
.cp_form .btn_cont {
	text-align: center;
}
.cp_form .btn {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 0.75rem 3em;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #ffffff;
	background: #da3c41;
	font-size: 1rem;
}
.cp_form .btn:before {
	position: absolute;
	top: -25px;
	left: -10px;
	width: 20px;
	height: 90px;
	content: '';
	transition: 0.3s;
	opacity: 0.3;
	background: #ffffff;
}
.cp_form .btn:hover:before {
	left: 90%;
}

/* 申し込みフォーム02
----------------------------------------------------------*/
.form-p{
    font-size: 18px;
}
/*.app-boxes{
	margin: auto;
    padding: 0;
	
}*/
.app-boxes tr{
	margin: 20px 0;
    display: block;
	
}

.app-parent{
	text-align: left;
	border-left: solid 3px #e0505d;
	width: 150px;
    padding-left: 10px;
}
.app-element{
	padding: 0 20px;
}
.app-element02{
	padding: 0 20px;
	display: inline-block;
    margin: 20px 0 0 166px;
}
.app-element03{
	padding: 0 3px 0 20px;
    margin: 20px 0 0 166px;
}

.select-app{
	border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
	
}
.mar-50{
	margin-left: 50px!important;
}
.lead-form{
  text-align: center;
  font-size:20px;
}
.app-bigform{
  width:888px;
  margin:0 auto;
}
.item{
  overflow: hidden;
  margin: 20px auto;
  justify-content: center;
    align-items: center;
    padding: 0 150px
}
.label{
  float: left;
  margin-right: 20px;
  width:135px;
  border-left: solid 3px #e0505d;
  padding-left: 10px;
  margin-top: 8px;
}
.inputs{
  float: left;
  width:300px;
}
.border-p{
	 color: #ff0000;/*文字色*/
	/*線の種類（点線）2px 線色*/
	border-bottom: dashed 2px #ff0000;
	margin: 50px 0;
}

.app-adress{
	display:inline-block;
	width:60%;
}
.pcode{
	display:inline-block;
}
.app-size{
	width:400px;
}
.app-minibox{
	width:100px;
}

.app-boxes input[type=button],
.app-boxes input[type=submit],
.app-boxes input[type=checkbox],
.app-boxes input[type=radio],
.app-boxes input[type=text],
.app-boxes input[type=tel],
.app-boxes input[type=password],
.app-boxes input[type=email],
.app-boxes input[type=url],
.app-boxes input[type=date],
.app-boxes input[type=number],
.app-boxes textarea {
	border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}
::placeholder{ /* Others */
 color:#bbb
}

.btn-area{
  text-align: center;
}
input[type="submit"]{
  background: #e0505c;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 20px 5px;
  border-radius: 5px;
}
input[type="reset"]{
  background: #aaa;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}
/* 汎用
----------------------------------------------------------*/
.contentsBg{
	width: 100%;
	padding-top: 0;
	padding-bottom: 80px;
	background: url(../images/bg_line_contents.png) top center no-repeat;
}
.contentsBg_noline{
	width: 100%;
	padding-top: 0;
	padding-bottom: 80px;
}
.contentsLead{
	text-align: center;
	margin-bottom: 100px;
}
.contentsLead p{
	margin: 2em 0;
}
@media screen and (max-width: 1000px){
	.contentsBg{
		padding-bottom: 20px;
	}
	.contentsBg_noline{
		padding-bottom: 20px;
	}
	.contentsLead{
		text-align: left;
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.contentsLead p{
		margin: 0;
	}
}



h3.contentsTitle{
	font-size: 24px;
	text-align: center;
	letter-spacing: .2em;
	color: #0c80c6;
	padding: 2em 0;
}
h3.contentsTitle span{
	display: block;
	font-size: 14px;
	font-family: 'Oswald';
	font-weight: 300;
	color: #0c80c6;
	letter-spacing: .2em;
}
.recruitContents h3.contentsTitle:first-child{
	padding: 4em 0 2em;
}

@media screen and (max-width: 1000px){
	h3.contentsTitle{
		font-size: 18px;
		padding: 2.5em 0;
	}
	h3.contentsTitle span{
		font-size: 12px;
	}
	.recruitContents h3.contentsTitle:first-child{
		padding: 2.5em 0;
	}
}


/* 3カードレイアウト
----------------------------------------------------------*/
.layout_3card{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.layout_3card_Box{
	width: 360px;
	background: #fff;
	margin-bottom: 60px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.layout_3card::after{
	content: "";
	width: 360px;
	display: block;
}
.layout_3card_Contents{
	box-sizing: border-box;
	padding: 30px;
	font-size: 13px;
	position: relative;
	min-height: 290px;
}
.layout_3card_Contents h3{
	font-size: 20px;
    padding-bottom:  5px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  bold;  
}
.layout_3card_Contents h3:before {
    content:  '';           /* 空白の要素を作る */
    width: 50px;            /* 幅指定 */
    height: 4px;            /* 高さ指定 */
    background-color: #0c80c6; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    bottom: -6px;           /* 位置調整 */
}
.layout_3card_Contents .eng{
	font-size: 30px;
	font-family: 'Oswald';
	position: absolute;
	top: -5px;
	left: -40px;
	color: rgba(12, 128, 198, 0.1);
	font-weight: 300;
	line-height: 1;
}
.layout_3card_Contents .eng-p{
	margin-top:30px;
}
.layout_3card_Contents .eng span{
	display: block;
	font-size: 24px;
}

@media screen and (max-width: 1000px){
	.layout_3card{
		justify-content: space-around;
	}
}
@media screen and (max-width: 740px){
	.layout_3card_Box{
		width: 80%;
		background: #fff;
		margin-bottom: 60px;
		box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	}
	.layout_3card_Photo img{
		width: 100%;
	}
}


/* 1カードレイアウト
----------------------------------------------------------*/
.layout_1card{
	margin: 0 0 120px;
}
.layout_1card_Number{
	font-size: 24px;
	color: #0c80c6;
	opacity: .1;
	font-family: 'Oswald';
	font-weight: 300;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 1;
	letter-spacing: .1em;
}
.layout_1card_Box{
	width: 100%;
	background: #fff;
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.layout_1card_Photo{
	float: left;
	width: 430px;
}
.layout_1card_Contents{
	float: left;
	width: 690px;
	padding: 40px;
	font-size: 13px;
}
.layout_1card_Contents h3{
	font-size: 20px;
	color: #000;
	letter-spacing: .05em;
}
.layout_1card_ContentsLink{
	font-size: 12px;
	margin-bottom: 30px;
}
.layout_1card_ContentsLink a:hover{
	opacity: .6;
}
.layout_1card_ContentsToSite{
	margin: 30px 0 0;
}
.layout_1card_Photo img{
width:430px;height:350px;display:block;background:#ccc;
}
.layout_1card_Contents span.coming{
	font-size: 12px;
	color: red;
	font-weight: normal;
}


@media screen and (max-width: 1200px){
	.layout_1card{
		margin: 0 0 40px;
	}
	.layout_1card_Number{
		right: 10px;
		top: 10px;
		line-height: 1;
		letter-spacing: .1em;
	}
	.layout_1card_Box{
		width: 100%;
		background: #fff;
		margin-bottom: 60px;
		position: relative;
		overflow: hidden;
		box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	}
	.layout_1card_Photo{
		float: none;
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.layout_1card_Photo img{
		width: 100%;
		object-fit: cover;
	}
	.layout_1card_Contents{
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding: 30px;
		font-size: 13px;
	}
	.layout_1card_Contents h3{
		font-size: 18px;
	}
	.layout_1card_ContentsLink{
		font-size: 11px;
		margin-bottom: 20px;
	}
	.layout_1card_ContentsToSite{
		margin: 20px auto 0;
		text-align: center;
	}


}



/* 2カードレイアウト
----------------------------------------------------------*/
.layout_2card{
	margin: 0 0 120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.layout_2card_Box{
	width: 48%;
	background: #fff;
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
a.layout_2card_Contents{
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 100px;
	letter-spacing: .1em;
	background:#0c80c6;
	color: #fff;
}
a.layout_2card_Contents:hover{
	opacity: .6;
}




@media screen and (max-width: 1200px){
	.layout_2card{
		margin: 0 0 40px;
	}
	.layout_2card_Box{
		height: 60px;

	}
	a.layout_2card_Contents{
		line-height: 60px;
	}

}


/* 経営理念
----------------------------------------------------------*/
.mission_logo{
	margin: 100px 0;
	text-align: center;
}
.mission_logo img{
	width: 687px;
}



.missionBox{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 50px 0;
	color: #fff;
}
.missonContents{
	width: 50%;
}
.missonContents h3{
	text-align: center;
}
.missonContents h3 span{
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 50px;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	position: relative;

}
.missonContents h3 span span{
	display: block;
	font-size: 16px;
	position: absolute;
	bottom: -20px;
	right: 0;
}
.missonContents h3 > span:before{
	content: "";
	border-top: 1px solid #fff;
	width: 74%;
	left: 0;
	bottom: -15px;
	position: absolute;
}
.mission__Value .missonContents h3 > span:before{width: 56%;}
.missonContents p{
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	margin-top: 90px;
}
.missionPhoto{
	width: 50%;
	height: 400px;
}
.missionPhoto_sp{
	display: none;
}
.mission__Mission{background:#007ac3;}
.mission__Vision{background:#00acc3;}
.mission__Value{background:#00c38e;}
.mission__Strategy{background:#007ac3;}



.mission__Mission .missionPhoto{background:url(../images/mission_img_01.jpg) 50% 50% / cover no-repeat;}
.mission__Vision .missionPhoto{background:url(../images/mission_img_02.jpg) 50% 50% / cover no-repeat;}
.mission__Value .missionPhoto{background:url(../images/mission_img_03.jpg) 50% 50% / cover no-repeat;}
.mission__Strategy .missionPhoto{background:url(../images/mission_img_04.jpg) 50% 50% / cover no-repeat;}

.mission__Mission .missionPhoto_sp{background:url(../images/mission_img_01.jpg) 50% 50% / cover no-repeat;}
.mission__Vision .missionPhoto_sp{background:url(../images/mission_img_02.jpg) 50% 50% / cover no-repeat;}
.mission__Value .missionPhoto_sp{background:url(../images/mission_img_03.jpg) 50% 50% / cover no-repeat;}
.mission__Strategy .missionPhoto_sp{background:url(../images/mission_img_04.jpg) 50% 50% / cover no-repeat;}




.mission_Behavior{}


.mission_Behavior h3{
	text-align: center;
	margin: 160px 0;
}
.mission_Behavior h3 span{
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 50px;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	position: relative;
	color: #007ac3;

}
.mission_Behavior h3 span span{
	display: block;
	font-size: 16px;
	position: absolute;
	bottom: -20px;
	right: 0;
}
.mission_Behavior h3 > span:before{
	content: "";
	border-top: 1px solid #007ac3;
	width: 74%;
	left: 0;
	bottom: -15px;
	position: absolute;
}
.mission_Behavior_img{
	text-align: center;
	margin:120px auto;
}
.mission_Behavior_img img{
	width: 1368px;
}



@media screen and (max-width: 1000px){
	.mission_logo{
		margin: 0 0 40px;
		text-align: center;
	}
	.mission_logo img{
		width: 100%;
	}

	.missionBox{
		display: block;
		margin: 0 0 20px;
	}
	.missonContents{
		width: 100%;
	}
	.missonContents h3{
		text-align: center;
		padding: 30px 0;
	}
	.missonContents h3 span{
		font-size: 36px;
	}
	.missonContents h3 span span{
		font-size: 13px;
		bottom: -20px;
		right: 0;
	}
	.missonContents p{
		font-size: 14px;
		line-height: 30px;
		margin-top:10px;
		margin-bottom: 20px;
	}
	.missionPhoto{
		display: none;
	}
	.missionPhoto_sp{
		display: block;
		width: 100%;
		height: 200px;
	}
	.mission_Behavior h3{
		text-align: center;
		margin: 60px 0;
	}
	.mission_Behavior h3 span{
		font-size: 36px;
	}
	.mission_Behavior h3 span span{
		font-size: 13px;
		bottom: -20px;
		right: 0;
	}
	.mission_Behavior_img{
		text-align: center;
		padding: 0 15px;
		margin: 60px auto 40px;
	}
}





/* 代表メッセージ
----------------------------------------------------------*/
.messageContents{
	position: relative;
}
.messageContents h4{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 380px;
	font-family: 'Oswald';
	font-weight: 300;
	color: rgba(0,122,195,.07);
	transform: translate( -50%,-50%);
}
.messageContents p{
	text-align: center;
	margin: 60px auto 100px auto;
	background: rgba(255,255,255,.8);
	width: 1200px;
	line-height: 2.4;
}
.messageName{
	text-align: center;
	margin: 0 0 100px;
}
.messageName img{
	padding-left: 500px;
	width: 280px;
}


@media screen and (max-width: 1000px){
	.messageContents h4{
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 100px;
		transform: translate( -50%,-50%);
	}
	.messageContents p{
		margin: 0 auto 40px auto;
		text-align: left;
		width: 100%;
		padding: 0 30px 30px;
		line-height: 2;
	}
	.messageName{
		text-align: center;
		margin: 0 0 40px;
	}
	.messageName img{
		padding-left: 0;
		width: 200px;
	}
}




/* 会社概要
----------------------------------------------------------*/
.companyTable{
	margin: 20px auto 60px auto;
	background: rgba(255,255,255,.8);
	padding: 40px 150px;

}
.companyTable table{
	width: 100%;
}
.companyTable table th,.companyTable table td{
	padding: 20px;
	text-align: left;
}
.companyTable table th{
	color: #000;
	border-bottom: 1px solid #007ac3;
}
.companyTable table td{
	border-bottom: 1px solid #ddd;
}

#map_canvas{
	width: 100%;
	height: 480px;
	margin: 120px 0;
}

@media screen and (max-width: 1000px){
	.companyTable{
		margin: 0px auto;
		background: rgba(255,255,255,1);
		padding: 0 20px;

	}
	.companyTable table{
		width: 100%;
	}
	.companyTable table th,.companyTable table td{
		padding: 10px;
		display: block;
		text-align: left;
	}
	.companyTable table th{
		color: #000;
		border-bottom: none;
		padding-bottom: 0px;

	}
	.companyTable table td{
		border-bottom: 1px solid #007ac3;
		margin-bottom: 20px;
	}
	#map_canvas{
		width: 100%;
		height: 250px;
		margin: 0 0 40px;
	}
}




/* 採用情報
----------------------------------------------------------*/
.contentof_recruit{
	margin: 80px 0;
	padding: 50px;
	box-sizing: border-box;

	list-style: circle;
	background: #eee;
}
.contentof_recruit h4{
	font-size: 24px;
	color: #007ac3;
	margin: 0 0 30px;
	padding: 0 0 0 20px;
	border-left: 4px solid #007ac3;
	line-height: 1;
}
.contentof_recruit li{
	margin: 5px 10px;
}



@media screen and (max-width: 1000px){
	.contentof_recruit{
		margin: 20px 0;
		padding: 20px;
	}
	.contentof_recruit h4{
		font-size: 18px;
		color: #007ac3;
		margin: 0 0 20px;
		padding: 0 0 0 20px;
		border-left: 4px solid #007ac3;
		line-height: 1;
	}
	.contentof_recruit li{
		margin: 5px 10px;
	}


}




/* お問い合わせ
----------------------------------------------------------*/
.contact7-text{
	background: #eee;
	padding: 30px;
	box-sizing: border-box;
	width: 800px;
	margin: 80px auto;
}
.contactTable{
	border-top: 1px solid #eee;
	padding: 50px 0 0;
	width: 800px;
	margin: 0 auto;
}
.contactTable label{
	margin: 30px 0;
	display: block;
	font-size: 13px;
}
.contactTable input[type="text"],.contactTable input[type="email"],.contactTable textarea{
	font-size: 15px;
	box-sizing: border-box;
	padding: 15px 10px;
	width: 800px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.contactTable .select{
	position: relative;
}
.contactTable select{
	width: 800px;
	padding: 15px 10px;
	font-size: 15px;
	box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.contactTable .fa-angle-down{
	display: inline-block;
	color: #ccc;
	font-size: 25px;
	position: absolute;
	right: 15px;
	top: 50%;
}
.contactTable input[type="submit"]{
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	font-size: 18px;
	box-sizing: border-box;
	padding: 20px 10px;
	letter-spacing: .2em;
	width: 800px;
	border-radius: 40px;
	border: 1px solid #0c80c6;
	background: #0c80c6;
	color:  #fff;
	margin-bottom: 40px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease-in-out;
}
.contactTable input[type="button"]{
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	font-size: 18px;
	box-sizing: border-box;
	padding: 20px 10px;
	letter-spacing: .2em;
	width: 800px;
	border-radius: 40px;
	border: 1px solid #0c80c6;
	background: #fff;
	color:  #0c80c6;
	margin-bottom: 40px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease-in-out;
}
.contactTable input.wpcf7c-elm-step2{
	width: 42%;
	margin: 0 0 0 40px;
}
.contactTable input[type="button"]:hover{
	background: #0c80c6;
	color: #fff;
}
.contactTable input[type="submit"]:hover{
	background: #fff;
	color: #0c80c6;
}
.confirmText{
    text-align: center;
    margin: 40px 0;
    color: red;
}

.mw_wp_form_confirm span{
	font-size: 16px;
	color: #000;
	display: block;
}



@media screen and (max-width: 800px){
	.contact7-text{
		padding: 20px;
		width: 100%;
		margin: 20px 0;
	}
	.contactTable{
		padding: 30px 0 0;
		width: 100%;
		margin: 0 auto;
	}
	.contactTable label{
		margin: 10px 0;
	}
	.contactTable input[type="text"],.contactTable input[type="email"],.contactTable textarea{
		font-size: 14px;
		padding: 15px 10px;
		width: 100%;
	}
	.contactTable select{
		width: 100%;
	}
	.contactTable input[type="submit"]{
		margin-bottom: 20px;
		width: 100%;
		font-size: 16px;
	}
	.contactTable input[type="button"]{
		margin-bottom: 20px;
		width: 100%;
		font-size: 16px;
	}

}





/* アーカイブリスト
----------------------------------------------------------*/
.info_category{
	margin: 80px 0;
}
.info_category ul li{

}
.info_category a{
	display: flex;
	letter-spacing: .1em;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	vertical-align: middle;
}
.info_category a:hover{
	background: #f3f3f3;
}
.info_cate_date{
	color: #aaa;
	font-size: 12px;
	font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
	width: 120px;
	text-align: left;
}
.newsCategory{
	font-size: 12px;
	background: #f4f4f6;
	letter-spacing: .1em;
	display: inline-block;
	padding: 3px 0;
	width: 100px;
	text-align: center;
	margin: -3px 25px 0 25px;
	height: 20px;
}
.newsWrap h4{
	font-weight: normal;
	margin-top: -3px;
	width: 70%;
	text-align: left;
}
@media screen and (max-width: 1000px){
	.info_category{
		margin: 0 0;
	}

}



.wp-pagenavi{
	text-align:center;
	margin: 40px 0;
	color: #999;	
}
.wp-pagenavi a,.wp-pagenavi span{
	padding: 10px 20px;
	display: inline-block;
}
.wp-pagenavi a{
	text-decoration: none;
}





/* プライバシーポリシーなど
----------------------------------------------------------*/
.textContents{
	margin: 120px 0;
}
.textContents h3{
	font-size: 22px;
	margin: 1em 0;
}
.textContents p{
	margin: 1em 0;
}
.textContents ul li{
	list-style: inside circle;
	margin: 0 0 10px 40px;
}
.textContents ol{
    counter-reset: number;
}
.textContents ol ol{
    margin:10px 0;
    counter-reset: number;
}
.textContents ol li {
    margin: 0 0 10px 0px;
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    position: relative;
   padding-left: 1.5em;
}
.textContents ol li:before {
    counter-increment: number;
    content: counter(number)".";
    position: absolute;
    left: 0;
}
.textContents ol li ol li{
    margin: 0 0 10px 30px;
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt_c;
    position: relative;
   padding-left: 1.5em;
}
.textContents ol li ol li:before{
    display: inline;
    content: "(" counter(cnt_c) ") ";
}

.textContents table.law{
	width: 100%;
}
.textContents table.law th,.textContents table.law td{
	padding: 20px;
	text-align: left;
}
.textContents table.law th{
	color: #000;
	border-bottom: 1px solid #007ac3;
}
.textContents table.law td{
	border-bottom: 1px solid #ddd;
}
.card_list{
	list-style-type: decimal;
	padding-left:30px;
}
@media screen and (max-width: 1000px){
	.textContents{
		margin: 40px 0;
	}
	.textContents h3{
		font-size: 16px;
		margin: 1em 0;
	}
	.textContents table.law{
		width: 100%;
	}
	.textContents table.law th,.textContents table.law td{
		padding: 10px;
		display: block;
		text-align: left;
	}
	.textContents table.law th{
		color: #000;
		border-bottom: none;
		padding-bottom: 0px;

	}
	.textContents table.law td{
		border-bottom: 1px solid #007ac3;
		margin-bottom: 20px;
	}
}

/*service
----------------------------------------------------------*/
.selectInner {
    /*margin-left: 4%;*/
    position: relative;
}
.selectInner > ul {
    width: 100%;
    margin: 0 auto;
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  flex-wrap : wrap
}
li.aboutSlide {
    /*width: 30%;*/
    max-width:90%;
    margin-bottom:30px;
	margin-right:auto;
	margin-left:auto;
    transition: all ease .35s;
}

.aboutSlide .title {
    font-size: 1.3rem;
    text-transform: uppercase;
    display: inline-block;
	margin-top: 10px;
	color: #007ac3;
	padding: 0 30px;
}
.ser-wit{
	width:100%;
}
.ser-m-rh{
	margin-right: 2em;
	margin-left: 2em;
}
.learnMore {
    font-size: 1rem;
    font-family: 'DIN Next W01 Cn Medium';
    letter-spacing: 0.00em;
    margin-top: 1.6em;
    position: relative;
    padding-left: 3.4em;
    display: inline-block;
}
.learnMore:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #000;
    left: 0;
    width: 0em;
    top: 48%;
    transform: translateY(-50%);
    transition: all 1.0s cubic-bezier(.9,0,.1,1);
}
.learnMore.animStart.delay:before {
    transition: all 0.6s cubic-bezier(.9,0,.1,1);
}
.learnMore.animStart:before {
    width: 2.9em;
}
.ser-p{
	margin-bottom:20px;
	padding: 0 30px;
  min-height:200px;
}
.service_Box_wrap {
    max-width: 360px;
	background-color:#fff;
    text-align: left;
	box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
}
.service_Box_wrap h3 {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    letter-spacing: .05em;
    margin-bottom: 20px;
}
.ser-m-min{
	margin-top: -27px;
}
.ser-b-pad{
	padding: 10px;
}

@media screen and (max-width: 768px){
.ser-p {
    min-height: auto;
}
}