@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width:736px) {
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	vertical-align: bottom;
}
.cont_box {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 20px;
	width: 90%;
}
#Head_R {
	display: none;
}
/*----------------------------*/
#Wrapper {
	background: none;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#head_wrap {
	margin-bottom: -50px;
}
#header {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding-top: 15px;
	max-width: 440px;
}
#header h1 a {
	color: #000;
}
/*.border {
	margin-right: 4px;
	margin-left: 3px;
	border-right: 1px solid rgba(255,255,255,1.00);
	border-left: 1px solid rgba(255,255,255,1.00);
}*/
#header h1 {
	display: none;
}
#header .cont {
	background-image: url(../img/common/logo_sp.png);
	background-repeat: no-repeat;
	background-size: 60% auto;
	height: 8em;
}
#header .cont span {
	visibility: hidden;
	display: none;
}
#header .cont a {
	width: 200px;
	height: 50px;
	display: block;
	padding-bottom: 50px;
}
.header_text {
	width: 414px;
	display: inline-block;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
}
/* global navi
----------------------------------------------- */
#global_menu {
	width: 100%;
	margin-top: -100px;
	float: right;
}
#g-menu {
	width: 90%;
	margin: 0 auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
	display: none;
	/* [disabled]background-color: #F8D5DD;
*/
	position: relative;
}
#toggle {
	display: none;
	max-width: 40px;
	float: right;
	margin-right: 15px;
}
#g-menu ul {
	margin: 0;
	padding: 0;
	background-color: #EFEFEF;
}
#g-menu li {
	width: 47%;
	list-style-type: none;
	display: block;
	text-align: center;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius: 5px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #00479B;
}
#g-menu li:nth-child(odd) {
	margin-right: 10px;
}
#g-menu li a {
	width: 100%;
	color: #000000;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	text-align: center;
}
#toggle {
	display: block;
	position: relative;
	width: 100%;
	background: #cacbcb;
	margin-bottom: 25px;
	padding-top: 1px;
	border-radius: 5px;
}
#toggle a {
	display: block;
	padding-top: 17px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 17px;
	border-bottom: 1px solid #FFFFFF;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #cacbcb;
}
#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #ffF;
}
#toggle a:before {
	margin-top: -6px;
}
#toggle a:after {
	margin-top: 2px;
}
/* ---------------------------------------------------
00_コンテンツ共通
--------------------------------------------------- */
#main h2 {
	background-position: center center;
	background-size: 100% 100%;
	margin-bottom: 15px;
}
.h2_text {
	padding-left: 20px;
	display: inline;
	position: relative;
}
.pankuzu {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: right;
	width: 90%;
}
.R_cont_box {
	width: 100%;
	margin-bottom: 20px;
}
.cont_box h3 span {
	font-size: 10px;
	display: block;
	text-align: right;
	margin-top: -22px;
	padding-right: 10px;
}
/* ---------------------------------------------------
01_top
--------------------------------------------------- */
/*-----
スライド
-----*/
#slide {
	width: auto;
	height: auto;
	max-width: 1000px;
	margin: 0 auto 40px auto;
}
/*-----*/
.top_cont_box {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_cont_title {
	padding-left: 18%;
	height: 40px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 3px solid #00479B;
}
.top_cont_title.title01 {
	background-image: url(../img/top/cont_01.png);
	background-repeat: no-repeat;
	background-position: 2% center;
	background-size: 13% auto;
}
.top_cont_title.title02 {
	background-image: url(../img/top/cont_02.png);
	background-repeat: no-repeat;
	background-position: 2% center;
	background-size: 13% auto;
}
.top_cont_title.title03 {
	background-image: url(../img/top/cont_03.png);
	background-repeat: no-repeat;
	background-position: 2% center;
	background-size: 13% auto;
}
.top_cont_box img {
	padding-top: 10px;
	width: 100%;
	height: auto;
}
.top_cont_text {
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.top_cont_link a {
	width: 100%;
	display: block;
	color: #fff;
	background-color: #00479B;
	font-size: 18px;
	border-radius: 3px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.help_box_bg {
	border-bottom: 5px solid #00489D;
	display: inline-block;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 20px;
	width: 100%;
}
.help_box_bg img {
	width: 80%;
}
.help_list {
	background-color: #EFEFEF;
}
.help_list ul {
	list-style-type: none;
	margin: 0 -5px 0 -25px;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	_zoom: 1;
}
.help_list ul li {
	width: 90%;
	padding: 5px 6px 5px 6px;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border-radius: 5px;
	margin-bottom: 8px;
}
.news_list {
	background-color: #EFEFEF;
}
.news_list ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	_zoom: 1;
}
.news_list ul li {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}
.news_list ul span {
	display: block;
}
.tel {
	background-color: #00479B;
	border-radius: 8px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.tel img {
	vertical-align: middle;
}
.tel_img01 {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	height: auto;
}
/* ---------------------------------------------------
02_greeting
--------------------------------------------------- */
.box_greeting img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 15px;
}
.box_greeting .text {
	/* [disabled]width: 100%;
*/
	max-width: 465px;
	display: inline-block;
	margin-bottom: 10px;
}
.box_greeting .name {
	text-align: right;
}
.cont_list ul {
	margin: 0;
	padding: 0;
}
.cont_list li {
	list-style-image: url(../img/common/arrow.png);
	border-bottom: 1px dashed #000000;
	list-style-position: inside;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
/* ---------------------------------------------------
03_businesspoliy
--------------------------------------------------- */
.contents_policy {
	max-width: 632px;
	margin-left: auto;
	margin-right: auto;
}
.box_policy {
	/* IE 5.5-7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #00479B', endColorstr='#ffffff', GradientType=0);
	/* IE 8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00479B', endColorstr='#ffffff', GradientType=0)";
	/* IE 10 */
	background: -webkit-gradient(linear, right center, left center, from(rgba(0,74,153,0.60)), color-stop(50%, #fff), to(#FFF));
	/*	background: linear-gradient(to left, #00479B, #fff);*/
	background: -moz-linear-gradient(right, rgba(0,74,153,0.60), #fff 50%, #fff);
　/* Firefox用 */ 
 margin-bottom: 20px;
	padding: 10px 20px 10px 10px;
	margin-bottom: 20px;
}
.contents_policy img {
	margin-bottom: 15px;
}
.box_policy h4 {
	font-size: 16px;
}
.box_policy p {
	margin-bottom: 10px;
}
.contents_policy .img_arrow img {
	width: 20%;
	display: inline-block;
}
/* ---------------------------------------------------
04_company
--------------------------------------------------- */
.company_table01, .company_table02, .company_table03 {
	border-collapse: collapse;
	width: 100%;
}
.company_table01 th, .company_table02 th {
	padding-top: 5px;
	color: #00479B;
	display: block;
	text-align: left;
	margin-bottom: -5px;
}
.company_table01 td, .company_table02 td, .company_table03 td {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.company_table01 tr, .company_table03 tr {
	border-bottom: 1px solid #00479B;
}
.company_table03 th {
	font-weight: normal;
	padding-top: 5px;
	vertical-align: top;
	display: block;
	text-align: left;
}
.company_box3 {
	clear: both;
	width: 100%;
}

.sp_img_size{
	width:50%;
	margin:0 auto;
	padding-top:10px;
}
.company_kurumin p{
	color:#FFF;
	background:#00479B;
}
/* -------
.--------------------------------------------
05_businessoutline
--------------------------------------------------- */
.outline01_table, .outline02_table, .outline03_table, .outline04_table {
	padding-top: 10px;
	width: 100%;
	border-collapse: collapse;
}
.outline01_table th, .outline01_table td {
	display: block;
	text-align: left;
}
.outline01_table ul {
	padding: 0px;
	margin-left: 18px;
	margin-top: 0;
}
.outline01_table th:nth-child(-n+2) {
	vertical-align: top;
	color: #00479B;
	padding-top: 20px;
}
.outline01_table tr:nth-child(-n+2) {
	border-bottom: 1px solid #00479B;
}
.outline02_table {
	margin-bottom: 15px;
	font-size: 10px;
}
.outline02_table td:nth-child(n+2) {
	text-align: right;
}
.outline02_table .align_left {
	text-align: left!important;
}
.outline02_table tr:nth-last-child(2) {
	border-top: 1px solid #000000;
}
.outline02 span {
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 8px;
	display: block;
	text-align: center;
}
.outline02 figcaption {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}
.outline03_table tr:nth-child(-n+6) {
	border-bottom: 1px solid #00479B;
}
.outline03 td {
	display: block;
}
.table_pc {
	display: none;
}
.outline04 table {
	width: 100%;
}
.outline04 tr, .outline04 td {
	text-align: center;
	display: block;
}
.outline04 td:nth-child(1) {
	font-weight: bold;
}
.outline04 tr:nth-child(-n+3) {
	border-bottom: 1px solid #00479B;
}
/* ---------------------------------------------------
06_fieldoffice
--------------------------------------------------- */
.field h2 .h2_logo img {
	display: none;
}
.field h2 .sp_bg {
	background-image: url(../img/common/h2_logo.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	display: block;
	height: 60px;
	margin-top: -50px;
}
.field .cont_box .L_cont_box h3 {
	text-align: center;
	clear: both;
	padding-right: 20px;
}
.field .cont_box h3 span {
	display: block;
	text-align: center;
	padding-top: 35px;
	padding-left: 10px;
}
.field .cont_box h3 span a {
	font-size: 15px;
	color: #231815;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.address_box {
	padding-top: 10px;
}
.address_box p {
	margin-bottom: 10px;
}
.address_box p .box01 {
	background-color: #00489D;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	border-radius: 3px;
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}
.google_map {
	padding-top: 10px;
}
.google_map iframe {
	width: 100%;
	height: auto;
}
/* ---------------------------------------------------
07_example
--------------------------------------------------- */
/* ---------------------------------------------------
08_recruit
--------------------------------------------------- */
.recruit_table01 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
}
.recruit_table01 td {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 90%;
	display: block;
	padding-left: 20px;
}
.recruit_table01 td:nth-child(odd) {
	background-color: #E5E5E6;
}
/* ---------------------------------------------------
09_contact
--------------------------------------------------- */
.contact_box1 .title {
	background-image: url(../img/contact/contact_img01.png);
	background-repeat: no-repeat;
	background-position: left 7%;
	background-size: 10% auto;
	padding-left: 2.5em;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contact_box1 .text {
	font-size: 14px;
}
.contact_box1 .help_box {
	margin-bottom: 15px;
}
.box_address {
	width: 100%;
}
.contact_box1 p {
	margin-bottom: 10px;
	margin-bottom: 15px;
}
.contact_box1 .help_box_bg {
	display: none;
}
.contact_box1 .help_box_sp {
	margin-bottom: 10px;
	padding-top: 40%;
	display: block;
	background-image: url(../img/top/trouble_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.contact_box1 .help_border {
	border-bottom: 3px solid #00479B;
	display: block;
	margin-bottom: 10px;
}
.address01 {
	background-color: #00479B;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}
.address02 {
	font-size: 30px;
	text-align: center;
	margin-top: -15px;
}
.address03 {
	font-size: 20px;
	margin-top: -15px;
}

/* footer
----------------------------------------------- */
#footer {
}
#foot_box {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 25px;
	width: 90%;
}
.foot_logo {
	font-weight: bold;
	font-size: 25px;
	vertical-align: top;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.foot_logo img {
	width: 40%;
	height: auto;
}
.companyname {
	font-weight: bold;
	font-size: 20px;
	vertical-align: top;
}
.companyname1 {
	font-size: 27px;
	vertical-align: top;
	display: inline-block;
	margin-top: -5px;
}
.address {
	text-align: center;
	margin-bottom: 15px;
}
.address img {
	display: none;
}
#footer_navi {
	display: none;
}
#copyright {
	text-align: center;
	font-size: 12px;
	clear: both;
}
#copyright .nowrap {
	display: none;
}
