.point::before{
	content: "■";
	color: #8c9eff;
	margin-right: 5px;
}
ul.point_list{
}
ul.point_list li{
	font-weight: 500;
	margin-bottom: 20px;
	padding-left:  25px;
	position: relative;
}
ul.point_list li:last-child{
	margin-bottom: 0;
}
ul.point_list li::before{
	content: "■";
	color: #8c9eff;
	margin-right: 5px;
	position: absolute;
	left: 0;
}
ul.point_list li span.list_sub{
	font-weight: 500;
	font-size: 90%;
}
ul.point_list li span.list_txt{
	font-weight: 400;
	font-size: 1.4rem;
}
ul.point_list2 li{
	font-weight: 500;
	margin-bottom: 10px;
	padding-left:  20px;
	position: relative;
	color: #8c9eff;
	font-size: 1.4rem;
	
}
ul.point_list2 li:last-child{
	margin-bottom: 0;
}
ul.point_list2 li::before{
	content: "■";
	color: #8c9eff;
	margin-right: 5px;
	position: absolute;
	left: 0;
}
@media screen and (max-width: 768px){
ul.point_list li{
	padding-left:  20px;
}
ul.point_list li span.list_txt{
	font-size: 1.2rem;

}
}
/*--------------------------------
	テーブル
*/
table.gaiyo{
	width:100%;
}
table.gaiyo tr th{
	width:25%;
	padding:0.94em 0;
	border-bottom:1px solid #000;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	vertical-align: bottom;
	font-weight: 500;
	text-align:center;
}
table.gaiyo tr td{
	width:75%;
	padding:0.94em 0.5em 0.94em 1.1em;
	border-bottom:1px solid #000;
	text-align:left;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	vertical-align: bottom;
}
@media screen and (max-width: 768px){
	table.gaiyo{
		display:block;
		width:100%;
	}
	table.gaiyo tbody,
	table.gaiyo tr{
		display:block;
	}
	table.gaiyo tr th{
		display:block;
		width:100%;
		border:none;
		background-color: #eee;
	}
	table.gaiyo tr td{
		display:block;
		width:100%;
		padding:0.94em 0 0.94em 1em;
		border-top: none;
	}
	table.gaiyo tr:first-child th{
		border-top:1px solid #1d1d1d;
	}
}
/*--------------------------------
	sec01
*/
#sec01 h3{
	font-size: 3.0rem;
	margin-bottom: 10px;
	color: #9d1f40;
	line-height: 1.5;
	font-weight: 500;
	}
#sec01 h4{
	font-size: 2.0rem;
	margin-bottom: 10px;
	color: #1d4293;
	line-height: 1.5;
	font-weight: 500;
	}
@media screen and (max-width:768px) {
#sec01 h3{
	font-size: 2.0rem;
	}
#sec01 h4{
	font-size: 1.6rem;
	}
}
/*--------------------------------
	sec02
*/
ul.client_list{
	margin-bottom: 30px;
	}
ul.client_list li{
	margin-bottom: 10px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	width: 20%;
	float: left;
	padding-right: 10px;
	text-align: center;
	}
ul.client_list li:nth-child(5),ul.client_list li:nth-child(10),ul.client_list li:nth-child(15){
	padding-right: 0;
	}
@media screen and (max-width:400px) {
ul.client_list li{
	margin-bottom: 10px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	width: 50%;
	float: left;
	padding-right: 10px;
	}
ul.client_list li:nth-child(5),ul.client_list li:nth-child(15){
	padding-right: 10px;
	}
ul.client_list li:nth-child(2n+0){
	padding-right: 0;
	}	
}
/*--------------------------------
	sec04
*/
#sec04 h3{
	background: #9d1f40;
	padding: 0.5em;
	font-size: 1.4rem;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	}	
@media screen and (max-width: 768px){

}
/*-------------------------------------*/
/*	採用情報　*/
/*-------------------------------------*/
.recruit_subimg{
	background-image: url(../images/recruit_subimg.jpg);
}
.rec_box {
    position: relative;
    margin: 2em 0;
    padding: 2em;
    border: solid 3px #122C9A;
    border-radius: 8px;
}
.rec_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 115%;
    background: #FFF;
    color: #122C9A;
    font-weight: 600;
}
@media screen and (max-width: 768px){
.rec_box {
    position: relative;
    margin: 2em 0;
    padding: 1em;
    border: solid 3px #122C9A;
    border-radius: 8px;
}
}
/*-------------------------------------*/
/*	プライバシーポリシー・サイトマップ等　*/
/*-------------------------------------*/
.policy_subimg{
	background-image: url(../images/policy_subimg.jpg);
}
.sitemap  {
	font-size: 129%;
}
.sitemap a:hover {
	text-decoration: underline;
}
.sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;	
}
 
.sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #122C9A;
}
 
.sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #122C9A;
}
/*-------------------------------------*/
/*	お問い合わせ　*/
/*-------------------------------------*/
.contact_subimg{
	background-image: url(../images/contact_subimg.jpg);
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.contact{
	max-width: 960px;
	margin: 0 auto;
}
.contact .form_wrap .consent_check_wrap{
	margin:30px auto 43px;
	background:#FAFAFA;
	padding:1.9em;
	text-align:center;
}
.contact .form_wrap .consent_check_wrap .consent_txt_01{
	margin:0 0 16px;
	font-size:100%;
	line-height:1.7;
	text-align:center;
	color:#212121; 
}

.submit_btn_wrap{
	position:relative;
	width:200px;
	margin:0 auto;
}
ul.submit2_btn_wrap{
	position:relative;
	width:50%;
	margin:0 auto;
	text-align: center;
}
ul.submit2_btn_wrap li{
	display: inline-block;
	width:200px;
	margin-left: 5px;
}
.submit_btn{
		position:relative;
	display:block;
	border:2px solid #122C9A;
	padding:1.0em 3.0em 1.0em 3.1em;
	font-size:100%;
	text-align:center;
	background:#122C9A;
	color:#FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor:pointer;
	width: 100%;
}

.submit_btn:hover{
	color:#122C9A;
	background:#FFFFFF;
	text-decoration:none;
}
.back_btn{
		position:relative;
	display:block;
	border:2px solid #AAAAAA;
	padding:1.0em 2em 1.0em 2em;
	font-size:100%;
	text-align:center;
	background:#AAAAAA;
	color:#FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor:pointer;
	width: 100%;
}

.back_btn:hover{
	color:#AAAAAA;
	background:#FFFFFF;
	text-decoration:none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
table.contact {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top: 1px solid #666666;
}
table.contact td, table.contact th {
	border-bottom: 1px solid  #666666!important;
	padding: 15px;
}
table.contact td {
	width: 70%;
}
table.contact th {
	width: 30%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 100%;
}
.form_table{
	width:100%;
	margin-bottom: 30px;
}
.form_table	.table_ttl,
.form_table	.table_item{
	padding:1em;
	font-size:100%;
	border-top:1px solid #1d1d1d;
	border-bottom:1px solid #1d1d1d;
}
.form_table	.table_ttl{
	position:relative;
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
	/*border-left: 2px solid #26499d;*/
}
.form_table	.table_item{
	/*border-right: 1px solid #1d1d1d;*/
	position: relative;
}
.form_table	.table_ttl .must,
.form_table	.table_ttl .free{
	position:absolute;
	margin:0 0 0 10px;
	padding:0px 1em;
	display:inline-block;
	color:#FFFFFF;
	font-size:72%;
	right: 0;
	top: 50%;
	 -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form_table	.table_ttl .must{background:#E60012;}
.form_table	.table_ttl .free{background:#0082E6;}

.form_table	.table_ttl .notice{
	font-size:100%;
}

.form_table :focus {
  outline: solid 1px #573731;
}

.form_rest button,
.form_rest input[type="text"],
.form_rest input[type="email"],
.form_rest input[type="tel"],
.form_rest textarea, radio, select {
	border: 1px solid #B5B5B5;
	font-family: inherit;
	font-size:100%;
	padding: 0.2em;
	margin:0;
	background-color: #FAFAFA;
	border-radius: 3px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.form_rest input[type="text"].text_fomr_01,.form_rest input[type="email"].text_fomr_01,.form_rest input[type="tel"].text_fomr_01 { width:70%; }
.form_rest input[type="text"].text_fomr_02,.form_rest input[type="email"].text_fomr_02,.form_rest input[type="tel"].text_fomr_02{ width:50%; }
.form_rest input[type="text"].text_fomr_03,.form_rest input[type="email"].text_fomr_03,.form_rest input[type="tel"].text_fomr_03{ width:40%; margin:0 0 0 5px }
.form_rest input[type="text"].text_fomr_04,.form_rest input[type="email"].text_fomr_04{ width:100%; margin:10px 0 0;}
.form_rest textarea.form_txtarea_01{ width:100%;}

.form_rest input[type="checkbox"] {
    height: 15px;
    width: 15px;
    margin: 0;
    vertical-align: middle;
}
.form_rest input[type="radio"] {
    vertical-align: middle;
	margin: 0;
}
label {
	margin-right: 20px;
	font-weight: normal!important;
}

/*radio カスタム*/
.radiobtn_01 .wpcf7-list-item{
	margin:0;
}
.radiobtn_01 input[type="radio"]{
	display:none;
}
.radiobtn_01 input[type="radio"] + .wpcf7-list-item-label{
	position:relative;
	display:inline-block;
	margin:0 34px 20px 0;
	padding-left:25px;
	font-size:100%;
	color:#333333;
	cursor:pointer;
}
.radiobtn_01 input[type="radio"] + .wpcf7-list-item-label:before{
	content:"";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #707070;
	border-radius: 50%;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

/*承認ボタン カスタム*/
.consent_check_wrap{
	padding: 20px;
	background-color:#F3F5FA;
	margin-bottom: 30px;
	text-align: center;
}
.consent_check_wrap p {
	font-size: 86%;
}
.consent_check_wrap p a{
	text-decoration: underline;
}
.chkbox_01{
	margin:0;
}
.chkbox_01 input[type="checkbox"]{
	display:none;
}
.chkbox_01 input[type="checkbox"] + .wpcf7-list-item-label{
	position:relative;
	display:inline-block;
	margin:1px 0 0 0;
	padding-left:25px;
	font-size:100%;
	cursor:pointer;
	font-weight: bold;
	color: #122C9A;
}
.chkbox_01 input[type="checkbox"] + .wpcf7-list-item-label:before{
	content:"";
	display: block;
	position: absolute;
	top: 5px;
	left: 0px;
	width: 14px;
	height: 14px;
	border: 1px solid #AAAAAA;
	background:#FFFFFF;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
.chkbox_01 input[type="checkbox"] + .wpcf7-list-item-label:hover{
	color:#000000;
}
.chkbox_01 input[type="checkbox"] + .wpcf7-list-item-label:hover:before{
	border: 1px solid #000000;
}

.chkbox_01 input[type="checkbox"]:checked + .wpcf7-list-item-label:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 8px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #333333;
  border-right: 3px solid #333333;
}
.chkbox_01 input[type="checkbox"]:checked + .wpcf7-list-item-label:hover{
	color:#333333;
}
.chkbox_01 input[type="checkbox"]:checked  + .wpcf7-list-item-label:hover:before{
	border: 1px solid #707070;
}
@media screen and (max-width: 768px){
	.form_table	.table_ttl .must,
.form_table	.table_ttl .free{
	position:absolute;
	margin:0 0 0 10px;
	padding:0px 1em;
	display:inline-block;
	color:#FFFFFF;
	font-size:72%;
	 left: 0;
    right: auto;
}
	.form_table{
		display:block;
	}
	.form_table tbody,
	.form_table tr{
		display:block;
	}
	
	.form_table	.table_ttl,
	.form_table	.table_item{
		display:block;
		padding:1em 0.5em;
		font-size:100%;
		color:#1d1d1d;
		border:none;
	}
	.form_table	.table_ttl{
		text-align:center;
		border-top:1px solid #1d1d1d;
    background-color: #F7F7F7;

	}
	.submit_btn_wrap{
		width:100%;
	}
	.submit_btn{
		width:100%;
	}
	input[type="text"].text_fomr_01,input[type="email"].text_fomr_01{ width:100%!important; }
	input[type="text"].text_fomr_02,input[type="email"].text_fomr_02{ width:100%!important; }
.contact tbody tr {
	width: 100%;
	display: block;
	list-style: none;
	border-bottom: 1px solid #000000!important;
}
.contact tbody td {
	width: 100%;
	display: list-item;
	padding: 20px 5px 20px 5px;
	border: none!important;
}
.contact tbody th {
	width: 100%;
	display: list-item;
	padding: 10px 5px 10px 5px;
	border: none!important;
}
	}
