/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
.bg-slider {
	width: 100%;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	/*align-items: center;
	justify-content: center;*/
	position: relative;
}
.main_ttl{
	position: absolute;
	top: 50%;
	left: 50%;
 　-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 700px;
}
#top section{
	padding-top: 80px;
	padding-bottom: 80px;
}
#top .top_ttl,
.service_works .service_ttl,
.service_recruit .service_ttl{
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 30px!important;
	font-weight: 500;
}
#top #top_service .top_ttl,
#top #top_works .top_ttl,
#top #top_info .top_ttl,
.service_works .service_ttl,
.service_recruit .service_ttl{
	color: #26499d;
}
#top #top_company .top_ttl{
	color: #fff;
}
#top .top_ttl_en,
.service_works .service_ttl_en,
.service_recruit .service_ttl_en{
	font-size: 4.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	line-height: 1!important;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 20px!important;
	
}
#top #top_service .top_ttl_en,
#top #top_works .top_ttl_en,
#top #top_info .top_ttl_en,
.service_works .service_ttl_en,
.service_recruit .service_ttl_en{
	color: #333;
}
#top #top_company .top_ttl_en{
	color: #fff;
}
@media screen and (max-width: 768px) {
	.bg-slider {
	height: 60vh;
}
#top section{
	padding-top: 40px;
	padding-bottom: 40px;
}
	.main_ttl{
	width: 90%;
	top: 60%;	
}
	#top .top_ttl{
	font-size: 1.6rem;
}
	#top .top_ttl_en{
	font-size: 3.8rem;
}
}
/*--------------------------------
	トップ　会社概要
*/
#top #top_company{
	background-image: url(../images/bg_top_company.jpg);
	background-position: center center;
	background-size: cover;
}
#top #top_company p.company_txt{
	color: #FFF;
}
/*--------------------------------
	トップ　実績
*/
#top #top_works{
}
#top #top_works ul{
	margin-bottom: 30px;
}
#top #top_works ul li{
	margin-bottom: 30px;
}

#top #top_works ul li img{
	margin-bottom: 10px;
}
#top #top_works ul li h3{
	font-weight: 500;
	text-align: center;
	font-size: 1.6rem;
}
#top #top_works ul li a h3{
	color: #26499d;
}
#top #top_works ul li a:hover h3 {
	color: #26499d;
	text-decoration: underline;
}
@media screen and (max-width:768px) {
	#top #top_works ul li a h3{
	font-size: 1.2rem;
}
}
/*--------------------------------
	トップ　お知らせ
*/
#top_info {
	background-color: #f3f5fa;

}
#top_info dl {

}
#top_info dl dt {
	float: left;
	clear: both;
	width: 8em;
	padding: 0.5em 0.5em 0.5em 0;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	color: #666666;
	font-weight: normal;
}
#top_info dl dt::before {
	background-color: #26499d;
	border-radius: 100%;
	content: "";
	display: inline-block;
	margin-right: .8rem;
	vertical-align: middle;
	width: 4px;
	height: 4px;
}
#top_info dl dd {
	/*border-bottom: 1px dotted #999;*/
	padding: 0.5em 0.5em 0.5em 8em;
}
#top_info dl dd a {
	color: #573731;
}
#top_info dl dd a:hover {
	color: #573731;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
#top_info dl {
	margin-bottom: 30px;
}
}
/*-------------------------------------*/
/*	下層ページ関連	*/
/*-------------------------------------*/
#sub_img{
	width: 100%;
	background-color: #2a417a;
	/*display: flex;*/
	position: relative;
}
#sub_img .subttl_en{
	text-align: center;
	color: #eee;
	font-size: 4.8rem;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.1em;
	padding-top: 50px;
	text-transform: uppercase;
}
#sub_img .subttl{
	text-align: center;
	color: #eee;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	padding-bottom: 50px;
}
.read{
	text-align: center;
	font-size: 1.8rem;
	padding-bottom: 50px;
	font-weight: 500;
}
.read p{
	margin-bottom: 0!important;
}
/*#page p{
	margin:0 0 20px;
	font-size:140%;
	line-height:1.875;
}*/
/*カテゴリーアイコン（リンクあり）*/
span.ico_cat_link {
	margin-left: 8px;
	font-size: 1.0rem;
}
span.ico_cat_link:first-of-type{
	margin-left: 0;
}
span.ico_cat_link a{
	color: #FFFFFF!important;
	padding: 0.5em;
	display: inline-block;
	background:#26499d;
	border: 1px solid #26499d;
	text-decoration: none;
	-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;
	border-radius: 3px;
	line-height: 1;
}
span.ico_cat_link a:hover{
	color: #469b4e!important;
	background:#FFFFFF;
	border: 1px solid #26499d;
	text-decoration: none!important;
}
/*カテゴリーアイコン（リンクなし）*/
span.ico_cat {
	margin-left: 8px;
	font-size: 1.0rem;
}
span.ico_cat:first-of-type{
	margin-left: 0;
}
span.ico_cat{
	color: #FFFFFF!important;
	padding: 0.5em;
	display: inline-block;
	background:#26499d;
	border: 1px solid #26499d;
	text-decoration: none;
	-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;
	border-radius: 3px;
	line-height: 1;
}

/*タグ*/
span.ico_tag_link {
	font-size: 1.0rem;
}
span.ico_tag_link{
}
span.ico_tag_link a{
	color: #333;
	padding: 0.2em 1em;
	display: inline-block;
	border: 1px solid #bfbfbf;
	background:#eee;
	text-decoration: none;
	-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;
	border-radius: 50px;
	margin: 5px;
}
span.ico_tag_link a:hover{
	color: #333;
	background:#F7F7F7;
	text-decoration: none!important;
	border: 1px solid  #bfbfbf;
}
@media screen and (max-width: 768px){
#sub_img{
	width: 100%;
	background-color: #2a417a;
	/*display: flex;*/
	position: relative;
	padding-top: 80px;
	padding-bottom:30px;
}
#sub_img .subttl_en{
	text-align: center;
	color: #eee;
	font-size: 3.8rem;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.1em;
	padding-top:0;
}
#sub_img .subttl{
	text-align: center;
	color: #eee;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	padding-bottom:0;
}
}
/*--------------------------------
	ページ上ナビボタン
*/
.btn_navi_list{
	text-align: center;
}
.btn_navi_list ul li{
	display: inline;

}
.btn_navi_list a.btn_navi{
	width: 250px;
	position:relative;
	display:inline-block;
	border:1px solid #26499d;
	padding:0.5em 2.5em 0.5em 2.5em;
	font-size:1.4rem;
	text-align:center;
	background:#fff;
	color:#26499d;
	-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;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	border-radius: 50px;
}
.btn_navi_list a.btn_navi:before{
	content: "\f107";
	position:absolute;
	top:50%;
	right:8px;
	font-size:1.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	font-family: FontAwesome;
}
.btn_navi_list a.btn_navi:hover{
	color:#FFFFFF;
	background:#26499d;
	text-decoration:none;
}
.btn_navi_list ul li a.current{
	color:#FFFFFF;
	background:#26499d;
	text-decoration:none;
}
@media screen and (max-width: 768px){
.btn_navi_list a.btn_navi{
	margin-bottom: 15px;
}
.btn_navi_list ul li:last-child a.btn_navi{
	margin-bottom: 0;
}	
}	


/*-------------------------------------*/
/*	会社概要　*/
/*-------------------------------------*/

/*Table*/
table.gaiyo{
	width:100%;
	margin:0 0 26px 0;
}
table.gaiyo tr th{
	width:25%;
	padding:0.94em 0;
	border-top:1px solid #1d1d1d;
	border-bottom:1px solid #1d1d1d;
	text-align:center;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	vertical-align: middle;
}
table.gaiyo tr td{
	width:75%;
	padding:0.94em 0.5em 0.94em 1.1em;
	border-top:1px solid #1d1d1d;
	border-bottom:1px solid #1d1d1d;
	text-align:left;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
@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: #f7f7f7;
	}
	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;
	}
}

/*-------------------------------------*/
/*	事業内容　*/
/*-------------------------------------*/
.business_txt_box p{
	text-align: center;
}
.business_txt_box p.business_txt_no {
	color: #26499d;
	padding-bottom: 10px;
	margin-bottom: 30px;
	line-height: 1;
	position: relative;
	font-size: 4.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: italic;
}
.business_txt_box p.business_txt_no::after {
	width: 70px;
	height: 3px;
	background-color: #26499d;
	content: "";
	position: absolute;
	bottom: 0;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.business_txt_box h2.business_txt_ttl {
	color: #404040;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 500;
}
.business_txt_box p.business_txt_eng {
	color: #cccccc;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.6rem;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: italic;
}
.service_works{
	background-color: #f3f5fa;
}

/*-------------------------------------*/
/*	アーカイブ関連　*/
/*-------------------------------------*/

/*--------------------------------
	一覧
*/
/*--------------------------------
	カテゴリーボタン
*/
.btn_cat_list{
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
.btn_cat_list ul li{
	display: inline;
}
.btn_cat_list a.btn_cat{
	position:relative;
	display:inline-block;
	border:1px solid #26499d;
	padding:0.5em 2.5em 0.5em 2.5em;
	font-size:1.4rem;
	text-align:center;
	background:#fff;
	color:#26499d;
	-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;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	border-radius: 50px;
}
.btn_cat_list a.btn_cat:before{
	content: "\f107";
	position:absolute;
	top:50%;
	right:8px;
	font-size:1.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	font-family: FontAwesome;
}
.btn_cat_list a.btn_cat:hover{
	color:#FFFFFF;
	background:#26499d;
	text-decoration:none;
}
.btn_cat_list ul li a.current{
	color:#FFFFFF;
	background:#26499d;
	text-decoration:none;
}
@media screen and (max-width: 768px){
.btn_cat_list a.btn_cat{
	margin-bottom: 15px;
	font-size:1.1rem;
	padding:0.5em 2em 0.5em 2em;
}
.btn_cat_list ul li:last-child a.btn_cat{
	margin-bottom: 0;
}	
}


ul.archive_list{
	margin-bottom: 30px;
}
ul.archive_list li{
	margin-bottom: 40px;
}
ul.archive_list li img{
	margin-bottom: 1.5em;
	/*box-shadow: 0 0 8px gray;*/
}
ul.archive_list li h3{
	margin-bottom: 0.5em;
	font-weight: 500;
	font-size: 1.6rem;
}
ul.archive_list li a h3 {
	color: #424242;
	text-decoration: none;
}
ul.archive_list li a:hover h3{
	color: #26499d;
}
span.day{
	font-size: 1.4rem;
}
ul.archive_list li p{
	margin-bottom: 0!important;
}
ul.archive_list li p.archive_mata{
	text-align: right;
}
ul.archive_list li p.archive_cap{
	font-size: 1.2rem;
}

.thumbnail {
    display: block;
    padding: 15px;
	margin-bottom: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	box-shadow: 0 0 4px #eee;
}


@media screen and (max-width:768px) {

}

/*お知らせ*/
.info_list dl {
	margin-bottom: 40px;
	border-top: 1px dotted #999;
}
.info_list dl dt {
	float: left;
	clear: both;
	width: 8em;
	padding: 1em 0.5em 1em 0;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	color: #666666;
	font-weight: normal;
}
.info_list  dl dt::before {
	background-color: #26499d;
	border-radius: 100%;
	content: "";
	display: inline-block;
	margin-right: .8rem;
	vertical-align: middle;
	width: 4px;
	height: 4px;
}
.info_list dl dd {
	border-bottom: 1px dotted #999;
	padding: 1em 0.5em 1em 9em;
}
.info_list dl dd a {
	color: #573731;
}
.info_list dl dd a:hover {
	color: #573731;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
.info_list  dl {
	margin-bottom: 30px;
}
}

/*-------------------------------------*/
/*	投稿詳細ページ　*/
/*-------------------------------------*/
.main_content {
	margin:0 auto;
	max-width: 980px;
}
.main_content .related_wrap{
	margin:0 0 20px;
}
.main_content ul.related_list li{
	display: inline-block;
}
.main_content li.post_date{
	margin-left: 10px;
}
.main_content li.post_date::before{
	content: "\f073";
	font-family: FontAwesome;
	margin-right: 5px;
}
/*--------------------------------
	実績詳細
*/
ul.works_sub_img_list li{
	margin-bottom: 30px;
}
@media screen and (max-width:768px) {
}
/*--------------------------------
	peger
*/
.navigation {
  text-align: center;
  padding: 1em 0;
  width: 100%;
}
.navigation p{
  margin-bottom: 0!important;
}
.navitop {
  float:left;
  width:40%;
  text-align:center;
}
.navileft {
  float:left;
  width:30%;
  text-align:left;
  word-break:break-all;
  line-height:1.5em;
}
.naviright {
  float:right;
  width:30%;
  text-align:right;
  word-break:break-all;
  line-height:1.5em;
}





.pager_list{
	position:relative;
	width:100%;
	margin:60px 0 0 0;
	text-align:center;
}
.pager_list .prev_btn{
	position:absolute;
	top:0;
	left:0;
	display:block;
}
.pager_list .next_btn{
	position:absolute;
	top:0;
	right:0;
	display:block;
}
.pager_list .next_btn a,
.pager_list .prev_btn a{
	padding:1em 1.5em!important;
	background:#26499d;
	font-size:1.4rem;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	-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;
	border: 1px solid #26499d;
}
.pager_list .next_btn a{
	position:relative;
	display:inline-block;
	padding:2px 27px 2px 0;
}
.pager_list .prev_btn a{
	position:relative;
	display:inline-block;
	padding:2px 0 2px 27px;
}
.pager_list .next_btn a:before{
	content: "\f105";
	position:absolute;
	top:50%;
	right:5px;
	font-size:1.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	font-family: FontAwesome;
	color:#FFFFFF;
}
.pager_list .prev_btn a:before{
	content: "\f104";
	position:absolute;
	top:50%;
	left:5px;
	font-size:1.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	font-family: FontAwesome;
	color:#FFFFFF;
}

.pager_list .next_btn a:hover,
.pager_list .prev_btn a:hover{
	background:#FFFFFF;
	color: #26499d;
	text-decoration:none;
	border: 1px solid #26499d;
}
.pager_list .next_btn a:hover:before,
.pager_list .prev_btn a:hover:before{
	color: #26499d;
}
.pager_list .back_btn{
	display:inline-block;
}
.pager_list .back_btn a{
	padding:1em 1.5em;
	background:#26499d;
	font-size:1.4rem;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	-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;
	border: 1px solid #26499d;
}
.pager_list .back_btn a:hover{
	background:#FFFFFF;
	color: #26499d;
	text-decoration:none;
	border: 1px solid #26499d;
}

@media screen and (max-width: 768px) {
.pager_list .next_btn{
		position:relative;
		display:block;
		top:0;
		left:0;
		margin:0 0 15px;
	}
.pager_list .prev_btn{
		position:relative;
		display:block;
		top:0;
		right:0;
		margin:0 0 15px;
	}
.pager_list .next_btn a,
.pager_list .prev_btn a{
		display:block;
	}
.pager_list .back_btn{
		display:block;
	}
.pager_list .back_btn a{
		display:block;
	}
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.contact{
	max-width: 960px;
	margin: 0 auto;
}
.contact .form_wrap .subtxt_01{
	display:inline-block;
	font-size:.9rem;
}
.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:1.4rem;
	line-height:1.7;
	text-align:center;
	color:#212121; 
}

.submit_btn_wrap{
	position:relative;
	width:200px;
	margin:0 auto;
}
.submit_btn{
		position:relative;
	display:block;
	border:1px solid #26499d;
	padding:1.0em 3.0em 1.0em 3.1em;
	font-size:1.4rem;
	text-align:center;
	background:#26499d;
	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:#26499d;
	background:#FFFFFF;
	text-decoration:none;
}
.privacy_box {
    border: 1px solid #d6d8e0;
    margin-bottom: 30px;
}
.privacy_inner {
    width: auto;
    height: 200px;
    overflow-y: scroll;
    padding: 22px;
}
.privacy_inner p{
    font-size: 1.2rem;
	margin-bottom:15px!important;
	line-height:1.5!important;
}
/*-------------------------------------*/
/*	フォーム関連	*/
.form_table{
	width:100%;
	margin-bottom: 30px;
}
.form_table	.table_ttl,
.form_table	.table_item{
	padding:1em;
	font-size:1.4rem;
	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;*/
}
.form_table	.table_ttl .must,
.form_table	.table_ttl .free{
	position:relative;
	margin:0 0 0 10px;
	padding:0px 1em;
	display:inline-block;
	color:#FFFFFF;
	font-size:.9rem;
	border-radius: 10px;
}
.form_table	.table_ttl .must{background:#E60012;}
.form_table	.table_ttl .free{background:#0082E6;}

.form_table	.table_ttl .notice{
	font-size:.9rem;
}

.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:1.4rem;
	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:1.4rem;
	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;
}
/*.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:1.6rem;
	cursor:pointer;
	font-weight: bold;
}
.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:#26499d;;
}
.chkbox_01 input[type="checkbox"] + .wpcf7-list-item-label:hover:before{
	border: 1px solid #26499d;;
}

.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: 600px){
	.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:1.4rem;
		color:#1d1d1d;
		border:none;
	}
	.form_table	.table_ttl{
		text-align:center;
		border-top:2px solid #26499d;
    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; }

}
