@charset "UTF-8";

/* reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym,address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse:collapse;border-spacing: 0;}

/** display <640px **/

*{
	box-sizing: border-box;
}
strong{ font-weight: bold; }
img{ max-width: 100%; height: auto;}/*-webkit-backface-visibility: hidden;*/
ul,li{margin:0; padding:0;}
a:link,a:visited{color:#00698e;}
a:hover,a:hover img{opacity:.5;-webkit-transition: all .3s;transition: all .3s;}
a:hover,a:hover div{opacity:.5;-webkit-transition: all .3s;transition: all .3s;}
.bg{ background-color: #00698E; }
.color{color:#00698E;}
small{font-size: 86%;}


@font-face {
    font-family: 'Noto Sans CJKjp';
    font-style: normal;
    font-weight: 100;
    src: url('/common/font/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
    url('/common/font/NotoSansCJKjp-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans CJKjp';
    font-style: normal;
    font-weight: 200;
    src: url('/common/font/NotoSansCJKjp-Light.woff') format('woff'),
    url('/common/font/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans CJKjp';
    font-style: normal;
    font-weight: 300;
    src: url('/common/font/NotoSansCJKjp-DemiLight.woff') format('woff'),
    url('/common/font/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans CJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('/common/font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('/common/font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans CJKjp';
    font-style: normal;
    font-weight: 500;
    src: url('/common/font/NotoSansCJKjp-Medium.woff') format('woff'),
    url('/common/font/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans CJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('/common/font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('/common/font/NotoSansCJKjp-Bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans CJKjp';
    font-style: normal;
    font-weight: 900;
    src: url('/common/font/NotoSansCJKjp-Black.woff') format('woff'),
    url('/common/font/NotoSansCJKjp-Black.ttf')  format('truetype');
}

body{
	font-size: 14px;
	line-height: 1.5;
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
	word-break: break-all;/*URLが突き抜けないように改行させる*/
}

.nb {
	display:inline-block;
}

/****** header  **********/

#header{
	position: relative;
}

#header h1,
#header p{
	position: absolute;
	z-index: 9999;
	max-width:1024px;
	margin:auto;
}

#header h1{
	width:20.9%;
	top:6.8%;
	left:13.4%;
}
#header p{
	width:36%;
	top:40%;
	left:23.5%;
}
#header .shape{
	width:20.8%;
	position: absolute;
	z-index: 7777;
	bottom:2em;
	right:0;
}




.inner #header h1{
	width:auto;
	position: static;
	max-width:none;
	margin:0;
	padding:20px 0;
}


/**** navigation  ****/

#global{
	width:100%;
	background-color: #00698E;
	color:#fff;
	border-top:1px solid #00698e;
	border-bottom:1px solid #00698e;
	position: relative;
	z-index: 9999;
	display: table;
}
#global ul{

}
#global li {
	display: table-cell;
	vertical-align: middle;
	border-left:1px solid #fff;
}
#global li:last-child{
	border-right:1px solid #fff;
}
#global li a{
	display:table-cell;
	width:500px;
	height: 100%;
	padding:25px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color:#fff;
}
#global li a.no_lnk{/*ページリンクを無効化*/
	pointer-events: none;
}

#global li:hover{
	background-color: #00375c;
	opacity: 1;
}

.sub_navi{
	background-color: #00375c;
	position: absolute;
	top:70px;
	left:0;
	width:100%;
	display: none;
	z-index:9999;
	overflow: hidden;
}

#global li ul li,
#global li ul li:last-child{
	border:none;
}

#global li ul li a{
	padding:25px;
	text-align: left;
	display: block;
	width:100%;
}

.sub_navi ul li{
	display: block;
	width:25%;
	float: left;
}
.sub_navi ul li.s_ma{
	display: block;
	width: 100%;
	float: left;
	/*background: #ddd;*/
}
.sub_navi ul li.ad_a{
	display: block;
	width:20%;
	float: left;
	/*background: #ddd;*/
}
.sub_navi ul li.ad_b{
	display: block;
	width:30%;
	float: left;
	/*background: #ddd;*/
}

.sub_navi ul li a img{
	vertical-align: middle;
	margin-right:5px;
}

/****** top area ******/

.img_dw {
	margin-bottom: -5px;
}

.img_dw_b {
	margin-bottom: -2px;
}

section h2{
	font-size: 24px;
	font-weight: bold;
	color:#00698e;
	padding-bottom:30px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
section h2.no_mrn{
	font-size: 24px;
	font-weight: bold;
	color:#00698e;
	padding-bottom:30px;
	max-width: 1024px;
	margin-left: 0;
	margin-right: auto;
	clear: both;
}
section h2.pcs{
	font-size: 30px;
	font-weight: bold;
	color:#00698e;
	padding: 0 30px 0px;
	max-width: 370px;
	margin: 50px auto;
	clear: both;
	background: linear-gradient(transparent 50%, #c6dde6 50%);
	/*background: #E9797B;*/
}
section h2.ST span{
	display: inline-block;
	font-size: 18px;
	/*line-height: 80px;*/
	color: #fff;
	padding:15px;
	margin-right: 20px;
	/*margin-bottom: 20px;*/
	background: #00698e;
}
section div.sca{
	/*max-width: 700px;*/
}
section div.sca_sub{
	max-width: 380px;
	margin: 20px auto 30px;
}
section div.sca_sub img.scaA{
	width: 100%;
}
section p.scd{
	/*display: block;*/
	max-width: 700px;
	margin: 0 auto;
}
section p.scd img.scdB{
	width: 100%;
	box-shadow: 0 0 8px gray;
}

/** device >640px **/
@media only screen and (max-width: 640px){
section h2.pcs{
	font-size: 20px;
	padding: 0;
	margin: 0px auto 15px;
	text-align: center;
	line-height: 50px;
	background: linear-gradient(transparent 50%, #c6dde6 50%);
}

section h2.ST span{
	margin-bottom: 20px;
}

section div.sca_sub{
	margin: 20px auto 0px;
}
}

section h3{
	font-size: 18px;
	font-weight: bold;
	color:#00698e;
	padding-bottom:22px;
}
section h3.cv{
	font-size: 18px;
	font-weight: normal;
	color:#000;
	padding-bottom:22px;
}
section h3.cc{
	font-size: 18px;
	font-weight: bold;
	color:#000;
	padding-bottom:22px;
}
section h3.cd{
	font-size: 18px;
	font-weight: bold;
	color:#00698e;
	padding: 22px 0;
}
section h4.cc{
	font-size: 17px;
	font-weight: bold;
	color: #000;
	padding: 10px 0;
    border-top: dotted 1px #7c7c7c;
}

section .cc_box {
	margin-bottom: 40px;
}
section .cc_box2 {
	margin-bottom: 20px;
}

section .inner p{
	padding-bottom: 30px;
}
section .inner p.sml{
	font-size: 12px;
	padding-bottom: 0px;
}
section .inner p.stl{
	padding-bottom: 0px;
	margin: 0 auto;
}
section .inner p.mvt{
	max-width: 540px;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	text-justify: distribute;
}
section .inner p.mvth{
	max-width: 800px;
	margin: 0 auto 30px;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	text-justify: distribute;
}

section .btn,
#catch .btn{
	display: block;
	width:200px;
	font-weight: bold;
	padding:15px 35px;
	text-align: center;
	text-decoration: none;
	background:url(../images/arrow.png) 95% 50% no-repeat;
	background-size: 9px 15px;
	margin:auto;
}

#catch .normal{
	font-size: 14px;
	color:#000;
	font-weight: normal;
}

section .btn_left{
	margin:0 auto 0 0;
}

section .btn img{
	vertical-align: middle;
}


section .basic,
#catch .basic{
	border:1px solid #00698e;
	color:#00698e;
}

section .ex{
	background:url(../images/ico_ex.png) 95% 50% no-repeat;
	background-size:18px 15px;
}
section .rec_01 .ex{
	background:url(../images/ico_ex_green.png) 95% 50% no-repeat;
	background-size:18px 15px;
}
section .rec_01 .green{
	background-image:url(../images/arrow_green.png);
}


section .box2{
	width:50%;
	float: left;
}

#area01,
#area05{
	background-image: url(../images/area01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
	padding-top:5.7%;
	padding-bottom: 10.7%;
}
#area01 .inner_body,
#area05 .inner_body{
	width:340px;
	margin:0 0 0 auto;
}
#area01 h2,
#area05 h2{
	padding-bottom: 65px;
}

#area02{
	background-color: #F0F0F0;
	padding:60px 0 75px 0;
}
#area02 h2 small{
	font-size: 16px;
}
#area02 .banner img{
	display: block;
	width:16.66%;/*4つ並び25% 5つ並び20%*/
	float: left;
}

@media screen and (max-width: 1000px) {
#area02 .banner img{
	width:25%;/*4つ並び25% 5つ並び20%*/
}
}

#area03,
#area06{
	background-color: #00698e;
	padding:2.8% 0;
}
#area03 .wrap,
#area06 .wrap{
	background-color: #fff;
}
#area03 .l02 img,
#area06 .l02 img{
	max-width:296px;
}

.box3{
	text-align: center;
	width:33%;
	float: left;
	padding:2%;
}
.l01{
	width:34%;
	background-color: #F0F0F0;
	color:#e83828;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
#area06 .l01{
	color:#74a92d;
}

#area04 .box_left{
	background-image: url(../images/top_bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
	padding:10.7% 0 14.2% 15%;
}
#area04 .box_right{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
	background-image: url(../images/top_bg02.jpg);
	padding:10.7% 15% 14.2% 0;
}

#area05{
	background-image: url(../images/top_bg03.jpg);
}
#area05 .inner_body{
	width:400px;
	margin:0 auto 0 80px;
}

#area07{
	padding:75px 0;
	font-weight: bold;
}
#area07 dl{
	padding-bottom: 20px;
}
#area07 dt{
	width:115px;
	float: left;
	color:#727171;
}
#area07 dt,
#area07 dd{
	padding-bottom: 1em;
}


#area07 dt.kst_h {
	float: none;
	
}
#area07 dd.kst {/*【←カッコが行頭にあると、半角分隙間が空いて行頭が揃わず、カッコ悪いので隙間を消す*/
	padding-left: 0.5em;
	text-indent: -0.5em;	
}

#area07 dd.kst_ht {
	padding-bottom: 2em;
}

#area07 dd.kst_ht span {
	font-size: 17px;
	display: block;
	height: 0.5em;
}

#area07 dt.kst_ht2 {
	display: block;
	padding-bottom: 3em;
}



#area08{
	background-image:url(../images/top_bg04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
	padding:75px 0;
}

#area08 a.btn{
	background-color: #fff;
}


#area08-2{
	background-color: #f0f0f0;
	text-align: center;
	padding:20px 0;
}
#area08-2 a{
	margin-right:20px;
}
#area08-2 a:last-child{
	margin-right:0;
}
#area09{
	padding:30px 0;
	text-align: center;
}
#area09 a{
	display: inline-block;
	margin-right:30px;
}
#area09 a img{
	width:74px;
}
#area09 a:last-child{
	margin-right: 0;
}

/*************************************
**************************************

 inner-page

 *************************************
 *************************************/

 /* main visual */
 #main_inner{
 	width:100%;
 	position: relative;
 	min-height:400px;
 	background-repeat:no-repeat;
 	background-size:cover;
 	background-position: center 0;
 }
  #main_inner.no_bg{
  	background-color: #d2ebf4;
  	background-image: url(/common/images/bg_2nd.jpg);
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
  	background-size: cover;
  	min-height:180px;
 }
.bread{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color:#000 !important;
	padding: 10px;
	/*background-color:rgba(0,0,0,.1);*/
}
.bread a{
	color:#000 !important;
}
#main_inner.no_bg .bread,
#main_inner.no_bg .bread a,
#main_inner.no_bg h2,
#main_inner.no_bg h2.spo{
	color:#00698e;
	text-shadow:none;
}
 #main_inner h2{
 	position: absolute;
 	text-align: center;
 	top:50%;
 	left:50%;
 	transform:translate( -50% , -50%);
 	text-shadow:2px 2px 1px #000;
 	font-size:30px;
	font-weight: bold;
	color:#fff;
 }


#main_inner h2 span.nBRG{
	display: inline-block;
}

#main_inner h2.spo{
 	position: static;
	top:0%;
 	left:0%;
 	transform:translate( 0,0);
	margin: 0 auto;
	padding: 30px 20px;
	max-width: 940px;
 	text-align: center;
 	font-size:30px;
	font-weight: bold;
 }
#main_inner h2.spo span{
	display: inline-block;
}



 .bg_a{ background-image:url(/individual/images/main_bg.jpg); }
 .bg_b{ background-image:url(/business/images/main_bg.jpg); }
 .bg_c{ background-image:url(/company/office/images/main_bg.jpg); }
 .bg_d{ background-image:url(/company/images/main_bg.jpg); }
 .bg_e{ background-image:url(/recruit/images/main_bg.jpg); }
 .bg_02{ background-image:url(/news/images/main_bg.jpg); }
 .bg_95{ background-image:url(/contact_job/images/main_bg.jpg); }
 .bg_98{ background-image:url(/contact_job/images/main_bg_job.jpg); }
 .bg_101{ background-image:url(/common/images/main_bg_c101.jpg); }
 .bg_102{ background-image:url(/common/images/main_bg_c102.jpg); }
 .bg_103{ background-image:url(/common/images/main_bg_c103.jpg); }
 .bg_105{ background-image:url(/common/images/main_bg_c105.jpg); }

 /** catch copy **/
#catch{
 	width:100%;
 	padding:60px 0;
 	background-repeat:no-repeat;
 	background-size:cover;
 	background-position: 50% 50%;
}
#catch h3{
	color:#00698e;
	font-weight: bold;
	font-size:20px;
	padding:0 0 35px 0;
}
#catch p{
	color:#00698e;
	font-weight: bold;
	font-size:14px;
}

.catch_txt{
	padding:2em 0 0 0;
}

.catch_txt2{
	padding:3em 0 0 0;
	font-weight: bolder;
}




 .cbg_a{ background-image:url(/individual/images/catch_bg.jpg); }
 .cbg_a02{ background-image:url(/individual/images/catch_bg_c15.jpg);
 background-position: 100% 50% !important; }
 .cbg_b{ background-image:url(/business/images/catch_bg.jpg); }
 .cbg_c{ background-image:url(/individual/images/catch_bg03.jpg); }
 .cbg_d{ background-image:url(/company/images/catch_bg04.jpg); }


 section.unit01,
section.unit01B,
 section.unit01 h2,
section.unit01B h2,
 section.unit01 p,
section.unit01B p,
 section.unit03,
 section.unit03 h2,
 section.unit03 p,
section.unit04,
 section.unit04 h2,
 section.unit04 p{
 	text-align: left;
 }

section.unit01B p.ajs {
	padding-left: 2em;
	text-indent: -1.5em;
}
	
  section.unit01,
  section.unit02,
  section.unit03{
  	padding:60px 0;
  	background-repeat: no-repeat;
  	background-size:cover;
  	background-position: center center;
  	border-bottom:1px solid #ccc;
  }
  section.no_bdr{
  	border-bottom: initial;
  }
section.unit04 {
  	padding:0 0 50px;
  	background-repeat: no-repeat;
  	background-size:cover;
  	background-position: center center;
  }

/*コーポレートブック「BRIDGE」
ここから---------------------------------------------*/
section.unitBOX1 {
  	padding: 0;
	/*background: #CA7F80;*/
 }
section.unitBOX2 {/*ページネーション部分*/
  	padding: 0 0 50px;
	/*background: #CA7F80;*/
 }
section.unit01 h2.BRG {
	max-width: 380px;
 	font-size: 22px;
	margin: 0 auto;
	border-left: none;
	/*background: #DCC8C8;*/
 }
section.unit01 p.BRG_ti {
	font-size: 19px;
	line-height: 28px;
 }
section.unit01 p.BRG_con {
	padding: 0;
 }
section.unit01 p.BRG_con a {
	display: block;
	padding: 20px 30px;
	text-decoration: none;
	/*background: #F4AFB1;*/
 }
section.unit01 p.BRG_con a:hover {
	background: #d3ebf5;
 }

div.BRG_dl {
	margin: 0;
	max-width: 290px;
	/*padding: 20px 30px;*/
	border: solid 1px #00698e;
	
}


div.book_tl {
	max-width: 1100px;
	margin: 0 auto 20px;
	padding: 0 30px;
	border-bottom: solid 1px #b8cdd6;/*#b2b2b2*/
	/*background: #f2f2f2;*/
}


div.abat_con {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 30px;
	/*border: solid 1px #b2b2b2;*/
	background: #f2f2f2;
}
div.abat {
	max-width: 720px;
	margin: 0 auto;
	/*background: #dddb89;*/
}

div.abat ul {
	display: flex;
	align-items: center;
}

div.abat ul li.bat_l {
	flex-basis: 30%;
	/*background: #686DA9;*/
	line-height: 0;
	margin-right: 20px;
}
div.abat ul li.bat_r {
	flex-basis: 70%;
	/*background: #D49ECF;*/
}

@media screen and (min-width: 601px){
div.abat ul li.bat_r span.hnB {
	display: none;
}
}

@media screen and (max-width: 640px){
div.BRG_dl {
	margin: 0 auto;
}
section.unitBOX2 {/*ページネーション部分*/
  	padding: 30px 0;
}
section.unit01 h2.BRG {
	max-width: 300px;
 	font-size: 20px;
}
}

@media screen and (max-width: 600px){
div.abat ul {
	flex-direction: column;
}
div.abat ul li.bat_l {
	margin-right: 0;
	margin-bottom: 10px;
}
div.abat ul li.bat_r span.hnA {
	display: none;
}
}

@media only screen and (max-width: 460px){
br.d_terms {
	display: none;
}
}


/*ここまで---------------------------------------------
コーポレートブック「BRIDGE」*/

section.unit01B {
  	padding:60px 0;
  	background-repeat: no-repeat;
  	background-size:cover;
  	background-position: center center;
  }

section.unit01B span {
	font-weight: bolder;
	/*background: linear-gradient(transparent 0%, #d3ebf5 0%);*/
	background: #d3ebf5;
	padding: 5px;
	line-height: 28px;
}

  section.unit03{
  	padding:60px 0 0 0;
  }
 section.unit01 h2,
 section.unit03 h2{
 	margin-bottom: 30px;
 	padding:10px 0 10px 20px;
 	border-left:4px solid #00698e;
 }
 section.unit04 h2{
 	margin-bottom: 30px;
 	padding:10px 0;
 }
section.unit01B h2{
	margin-left: -10px;
 	margin-bottom: 30px;
 	padding:10px 0 10px 0;
 }
 section.unit01 h2,
 section.unit02 h2,
 section.unit03 h2,
 section.unit04 h2{
 	font-size: 18px;
 }


section.unit05 {
	background: #000;
  }
section.unit05B {
	background: #fff;
  }
section.unit05C {
	background: #dfd9db;
  }
section.unit05 div.spo_bg01 {
	padding: 150px 100px 150px 400px;
	background: url("/sponsorship/chikurin/images/bg_spo01B.jpg");
  	background-repeat: no-repeat;
  	background-size: contain;/*contain*/
  	background-position: 10% center;
}

section.unit05 div.spo_bg01 p {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	text-align: justify;
	text-justify: distribute;
	/*word-break: break-all;*/
}
section.unit05B div.spo_bg02 {
	padding: 100px 400px 100px 100px;
	background: url("/sponsorship/chikurin/images/bg_spo02.jpg");
  	background-repeat: no-repeat;
  	background-size: 30%;
  	background-position: right 20px center;
}
section.unit05B div.spo_bg02 p {
	font-size: 20px;
	line-height: 32px;
	/*color: #fff;*/
	text-align: justify;
	text-justify: distribute;
	/*word-break: break-all;*/
}
section.unit05C div.spo_bg03 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px;
}
section.unit05C div.spo_bg03 p.pfi {
	padding: 0 0 30px;
}
section.unit05C div.spo_bg03 p {
	padding: 0 90px 30px;
	font-size: 16px;
	line-height: 28px;
	/*color: #fff;*/
	text-align: justify;
	text-justify: distribute;
	/*word-break: break-all;*/
}

@media screen and (min-width: 756px){
section.unit05B div.spo_bg02 p.sp_s {
	display: none;
}
}

@media screen and (max-width: 1024px){
section.unit05 div.spo_bg01 {
	padding: 150px 3% 150px 30%;
}
section.unit05 div.spo_bg01 p {
	padding: 5px;
	font-size: calc(60% + 1.2vw);
	line-height: 4vw;
	background: rgba(79,79,79,0.5);
}
section.unit05B div.spo_bg02 {
	padding: 50px 40% 50px 3%;
}
section.unit05B div.spo_bg02 p {
	font-size: calc(60% + 1.2vw);
	line-height: 4vw;
}
}

@media screen and (max-width: 755px){
section.unit05 div.spo_bg01 {
	padding: 250px 5% 10px 6%;
  	background-size: 80%;/*contain*/
  	background-position: 30% center;
}
section.unit05 div.spo_bg01 p {
	font-size: calc(60% + 1.6vw);
	line-height: 6vw;
}
section.unit05B div.spo_bg02 {
	padding: 250px 6% 10px 5%;
	background-size: 240px;
  	background-position: center top 20px;
}
section.unit05B div.spo_bg02 p {
	padding: 5px;
	font-size: calc(60% + 1.6vw);
	line-height: 6vw;
}

section.unit05B div.spo_bg02 p.pc_s {
	display: none;
}

section.unit05C div.spo_bg03 p {
	padding: 0 5% 30px;
}
}

@media screen and (max-width: 420px){
section.unit05 div.spo_bg01 {
  	background-size: 90%;/*contain*/
  	background-position: 30% 80%;
}
section.unit05 div.spo_bg01 p {
	font-size: calc(60% + 1.6vw);
	line-height: 7vw;
}
section.unit05B div.spo_bg02 p {
	font-size: calc(60% + 1.6vw);
	line-height: 7vw;
}
section.unit05C div.spo_bg03 {
	padding: 0 0 6vw;
}
section.unit05C div.spo_bg03 p {
	font-size: calc(60% + 1.6vw);
	line-height: 7vw;
}
}


a.telLink {
	text-decoration: none;
 }
@media screen and (min-width: 641px){/*641px以上は電話番号をクリックしても反応なし*/
a.telLink {
    pointer-events: none;
	color: #000;
 }

}

section.unit01 p.catch_txt3{
 	font-size: 16px;
	font-family: 'Noto Sans CJKjp';
    font-weight: 700;
	text-indent: -2.3em;
	padding-left: 2.3em;
 }
section.unit01 p.catch_txt3B{
 	font-size: 16px;
	padding-bottom: 10px;
	font-family: 'Noto Sans CJKjp';
    font-weight: 700;
	text-indent: -2em;
	padding-left: 2em;
 }
section.unit01 p.catch_txt3C{
 	/*font-size: 16px;*/
	font-family: 'Noto Sans CJKjp';
    font-weight: 300;
	text-indent: -2em;
	padding-left: 2em;
 }
section.unit01 p.ccp {
 	/*font-size: 16px;*/
    padding: 0 0 0.5em;
	text-indent: -1.5em;
	padding-left: 1.5em;
 }
section.unit01 p.ccpl {
 	/*font-size: 16px;*/
    padding: 0 0 2em;
	text-indent: -1.5em;
	padding-left: 1.5em;
 }

section.unit01 p.c_c_form {
 	font-size: 18px;
 	color: #00698e;
 }
section.unit01 p.c_c_form a {
    font-weight: bold;
	color: #00698e;
 }

/*ここから
--------handing.htmlのレイアウトを見やすくした設定---------------------*/
section.unit01 ul.han {
	margin: 0 0 30px 10px;
	font-family: 'Noto Sans CJKjp';
    font-weight: 300;
	text-indent: -2em;
	padding-left: 2em;
	/*background: #B79FA0;*/
}
section.unit01 ul.s_down {
	margin: 0 0 30px -10px;
	font-family: 'Noto Sans CJKjp';
    font-weight: 300;
	text-indent: -4em;
	padding-left: 4em;
	/*background: #B79FA0;*/
}
section.unit01 ul.s_down2 {
	margin: 0 0 30px 0px;
	font-family: 'Noto Sans CJKjp';
    font-weight: 300;
	text-indent: -1em;
	padding-left: 1em;
	/*background: #B79FA0;*/
}
section.unit01 ul.s_down2B {
	margin: 0 0 30px 0px;
	font-family: 'Noto Sans CJKjp';
    font-weight: 300;
	text-indent: -2em;
	padding-left: 2em;
	/*background: #B79FA0;*/
}

section.unit01 ul.han li {
	margin: 0 0 20px;
}
section.unit01 ul.han li span.tel_n {
	display: inline-block;
	margin: 10px 0 0;
	text-indent: -2em;
	padding-left: 2em;
}
section.unit01 ul.han li span.nw {
	white-space: nowrap;
}
section.unit01 ul.han li.pdf_link {
	margin: 0 0 20px 4em;
}
section.unit01 ul.han li.pdf_linkB {
	margin: 0 0 20px 2em;
}
section.unit01 ul.han li.com,
section.unit01 ul.s_down li.com {
	margin: 0 0 20px;
	text-indent: -2em;
	padding-left: 2em;
}
section.unit01 ul.s_down2 li,
section.unit01 ul.s_down2B li{
	margin: 10px 0;
}

section.unit01 p.cd_aj {
	padding-bottom: 10px;
}
section.unit01 .c_desk_btn {
	padding-bottom: 30px;
}
section.unit01 .c_desk_btn p {
	max-width: 420px;
	padding: 0;
	text-align: center;
	font-size: 16px;
	background-color: #ffd3c4;
	border-radius: 5px;
}
section.unit01 .c_desk_btn p a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px;
}


/*ここまで
--------handing.htmlのレイアウトを見やすくした設定---------------------*/

section.unit01B h2{
 	font-size: 26px;
	color: #000;
 }
 section.unit01 a.btn{
  	margin-left: 0;
  }


  section.unit02 a.btn,
  a.float{
  	margin:0 15px 15px 0;
  	float: left;
  }
  .bg_c20{ background-image: url(/business/images/bs_bg01.jpg); }

 .col2{
 	width:50%;
 	float: right;
 }
.colBRG{
 	width:50%;
	padding-left: 40px;
 	float: right;
 }


.col2_s{
 	width:50%;
 	float: right;
	margin-bottom: 30px;
 }
 
.ohr_box {
	margin-bottom: 60px;
	padding: 20px;
	 background: #e2efdb;
 }

 .case .left,
 .flow .left{
 	width:31%;
 	float: left;
 }
  .flow .left{
  	position: relative;
  }
 .case .right,
 .flow .right{
 	width:67%;
 	float: right;
 }

 section.flow{
 	border:0;
 	padding:0;
 	margin:0;
 }
 section.flow p{
 	padding:30px 0;
 }
 section.flow .left p{
 	width:100%;
 	padding:0;
 	text-align: center;
 	font-weight: bold;
 	position: absolute;
 	top:50%;
 	transform:translate(0,-50%);
 }


section.flow01 .inner{
  	border:1px solid #f0f0f0;
}
section.flow01 .left p{
  	border-right:1px solid #f0f0f0;
}
section.flow02 .inner{
  	background-color:#f0f0f0;
}
section.flow02 .tri{
	clear: both;
	display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 10px 0 10px;
border-color: #e2e2e2 transparent transparent transparent;
margin-left:14%;
}
section.flow02 .left{
  	background:#e2e2e2 url(/business/case/images/ico_man_pc.png); 0 0 no-repeat;
  	background-size:cover;
}
section.flow03 .inner{
  	background-color:#d2ebf4;
}
section.flow03 .left{
	font-size: 20px;
  	background-color:#0e92c0;
  	color:#fff;
}
section.flow03 .right{
	font-size: 16px;
	font-weight: bold;
	color:#00698e;
}
.guide section.flow03 .right{
	font-size: 14px;
	font-weight: normal;
	padding: 2em;
}
section.flow ul{
	padding:1em 0 !important;
}
section.flow03 .tri{
		clear: both;
	display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 10px 0 10px;
border-color: #0e91c0 transparent transparent transparent;
margin-left:14%;
}
section.flow04 .inner{
  	background-color:#faebdf;
}
section.flow04 .left{
  	background-color:#e83828;
  	color:#fff;
}
section.flow04 .right{
	font-size: 16px;
	font-weight: bold;
	color:#e83828;
}



 .col2 h3,
 h3.inner_h3{
 	text-align: left;
 }

 .col2 iframe{
 	width:90%;
 	margin:auto;
 }

 .rec_01 h2{
 	color:#74a92d;
 	border-left:4px solid #74a92d !important;
 }
 .rec_01 a{
 	color:#74a92d;
 	border-color: #74a92d;
 }

.col3{ width:33%; float: left; }

.bg_c78{
	background:url(/company/images/c78_bg.jpg) 50% 0 repeat-x;
	background-size: 100%;
}

 a.other{
 	width:90%;
 	max-width:500px;
 	margin-bottom:15px;
 }
  a.other02{
 	width:95%;
 	margin-bottom:15px;
 }
   a.other03{
 	width:45%;
 	margin-bottom:15px;
 }

.box_pattern01{
	border:1px solid #00698e;
	padding:1em;
	color:#00698e;
	margin-bottom: 1em;
}

#map{
	/*background-image:url(/company/office/images/map.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 120px;
}

#map h2{
	background:url(/common/images/icon_tit.png) 0 50% no-repeat;
	background-size: 26px 26px;
	border:none;
	padding-left:37px;
}

#map .col2{
	float:left;
}

#map .col2 p a{
	display: inline-block;
	padding-right:1em;
	border-right:1px solid #ccc;
	margin-right:1em;
	margin-bottom:1em;
}

#c105 #map{
	background:none;
}
#c105 #map ul{
	margin-bottom: 30px;
}

#c105 #map ul li{
	font-weight: bold;
	font-size: 14px;
	background:url(/common/images/arrow.png) 0 8px no-repeat;
	background-size:9px 15px;
	padding:5px 15px 10px;
}
#c105 #map ul li ul li{
	font-weight: normal;
	font-size: 12px;
	padding:5px 15px;
}

.col2_map{
	width:49%;/*49%*/
	border:1px solid #7fb4c6;
	margin-bottom:20px;
}

.col2_map h3{
	background-color: #e5f0f3;
	color:#000;
	text-align: left;
	padding:15px 20px;
}
.col2_map h3 span{
	display: inline-block;
	background-color: #00698e;
	color:#fff;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding:5px 10px;
	margin-right: 10px;
}
.col2_map h3.ico{
	background:#e5f0f3 url(/common/images/arrow.png) 95% 50% no-repeat;
	background-size: 9px 15px;
}
.col2_map p{
	padding-bottom: 15px !important;
	padding:15px;
	margin:0;
}

/*______アクセスマップ＿＿＿＿＿＿＿*/
.col2_map .ac_map{
	padding:15px;
}
.col2_map .ac_map h4{
	position: relative;
	margin: 20px 0 0;
	padding-left: 40px;
	font-size: 22px;
	color: #01698D;
	font-family: 'Noto Sans CJKjp';
    font-weight: 700;
}
.col2_map .ac_map h4:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	width: 32px;
	height: 32px;
	background: url("../../company/office/img_map/train_pic.svg") no-repeat;
	background-size: 100%;
}
.col2_map .ac_map p{
	font-size: 16px;
	line-height: 2;
	font-family: 'Noto Sans CJKjp';
    font-weight: 400;
}
.col2_map .ac_map p.nom{
	padding: 5px 1em 0 !important;
}
.col2_map .ac_map p.emp {
	position: relative;
	padding: 15px 1em 0 !important;
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Noto Sans CJKjp';
    font-weight: 500;
    color: #01698D;
	/*background-color: rgba(255,51,51,0.3);*/
}
.col2_map .ac_map p.emp:before {
	content: "";
	position: absolute;
	top: 1.3em;
	left: 0.2em;
	width: 10px;
	height: 10px;
	background: #01698D;
}


@media screen and (min-width: 641px) {/*一時的にPCでは表示を消す*/
.col2_map .pc_look {
    display: none;
}
}

@media screen and (max-width: 500px) {
.col2_map .ac_map h4{
	font-size: 18px;
}
.col2_map .ac_map p{
	font-size: 14px;
}
.col2_map .ac_map p.emp {
	font-size: 16px;
}
.col2_map .ac_map p.emp:before {
	content: "";
	position: absolute;
	top: 1.45em;
	left: 0.2em;
	width: 8px;
	height: 8px;
	background: #01698D;
}
}



.bmv {/*ブランドムービーのサムネイル画像*/
	width: 60%;
}

/*中途採用
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.spa {
	margin-top: 50px;
}
.col2_map2w{
	width:100%;/*49%*/
	margin-bottom:20px;
}

.col2_map2{
	width:49%;/*49%*/
	border:1px solid #7fb4c6;
	margin-bottom:20px;
}

.col2_map2w h3{
	background-color: #e5f0f3;
	color:#000;
	text-align: left;
	padding:30px 30px;
	font-size: 1.5em;
	position: relative;
}

/*
.col2_map2w h3 span{
	display: inline-block;
	background-color: #00698e;
	color:#fff;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding:5px 10px;
	margin-right: 20px;
}
*/
.col2_map2w h3 span{
	position: absolute;
	left: 30px;
	margin: auto 0;
	display: inline-block;
	background-color: #00698e;
	color:#fff;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding:5px 10px;
}
.col2_map2w p{
	padding-bottom: 0px !important;
	padding:15px 0 0 30px;
	margin:0;
	color: #00698e;
}
.col2_map2 p{
	padding-bottom: 15px !important;
	padding:15px 30px;
	margin:0;
}
.col2_map2 p.ico{
	background: url(/common/images/arrow.png) 95% 50% no-repeat;
	background-size: 9px 15px;
}
/*==============
 e仕事ボタン
================*/
.other_jump {
	z-index: 9999;
	position: fixed;
	right: 0;
	bottom: 30px;
}
.other_jump a:hover {
	opacity: 1 !important;
}
.other_jump.fadeout {
	display: none !important;
}

@media screen and (min-width: 500px) {
br.ohr_terms {
	display: none;
}
}

@media screen and (max-width: 640px) {
.col2_map2{
	width:100%;/*49%*/
}
/*
.col2_map2w h3{
	padding:15px 20px !important;
}
*/

.col2_map2w h3{
	padding:20px 20px !important;
	font-size: 1.2em !important;
	position: relative !important;
}

.col2_map2w p{
	padding:15px 0 0 30px !important;
}

.col2_map2 p{
	padding:15px!important;
}
	.other_jump {
		width: 50%;
		text-align: right;
	}
	
.ohr_box {
	margin-bottom: 30px;
 }
	
}



.rec_ico{
	display: inline-block;
	border:1px solid #00698e;
	padding:2px 6px;
	font-size: 96%;
}

.btn_map{
	display: block;
	width:80%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background:url(/common/images/ico_ex.png) 98% 50% no-repeat;
	background-size: 18px 15px;
	color:#00698e;
	border:1px solid #00698e;
	padding:10px;
	text-decoration: none;
	margin: 0 auto 15px auto;
}

.anchor{
	padding:0.5em 0 !important;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom: 1em;
}
.anchor a{
	display: inline-block;
	background:url(/common/images/arrow_down.png) 0 50% no-repeat;
	background-size: 15px 10px;
	padding:0;
	margin:0;
	padding-right: 1em;
	padding-left:20px;
	margin-right: 1em;
	border-right:1px solid #ccc;
}

.basic_dl{
	width:100%;
	margin:auto;
}

.basic_dl dt{
	background-color:#00698e;
	color:#fff;
	text-align: left;
	padding:1em;
	width:30%;
	float: left;
	border-top:1px solid #ccc;
}
.basic_dl dt.rs{
	background-color:#00698e;
	color:#fff;
	text-align: left;
	padding:1em;
	width:30%;
	float: left;
	border-top:1px solid #00698e;
}
.basic_dl dd{
	text-align: left;
	padding:1em;
	width:70%;
	float: left;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

.basic_dl dd h4{
	font-weight: bold;
}
.basic_dl dd p{
	padding-bottom: 1em;
}

.basic_dl dt:last-child,
.basic_dl dd:last-child{
	border-bottom:1px solid #ccc;
}

.pdf{
	padding:1em;
	text-align: center!important;
}

.pdf_b{
	padding:1em;
}

.pd{
	padding: 1em 0;
}

.mainInfo li, .mainInfo_data li {
    width: 100%;
    display: block;
    line-height: 1.6;
    padding: 1.4em 0 1.4em 0;
    border-bottom: 1px dotted #9d9d9d;
    clear: both;
}

.mainInfo li.listDate .date,
.mainInfo_data li.listDate .date {
    display: block;
    float: left;
    min-width: 13.5%;
    padding: 0 15px 0 0;
    word-break: break-all;
}

.mainInfo li.listDate .txt, .mainInfo_data li.listDate .txt {
    display: block;
    float: left;
    width: 77.5%;
    padding: 0 0 0 0;
}

.txt_list{
	margin:0;
	padding:0 0 1em 0;
}
.txt_list li{
	text-indent: -1em;
	padding-left:1em;
}
.txt_list li:before{
	content:"●";
}

/****** form  ***********/

.data_confirm{
	width:100%;
	/*height:10em;*/
	/*overflow: auto;*/
	background:#fff;
	border:1px solid #ccc;
	margin:1em 0;
	padding:1em;
}

/***** footer  **********/

footer{
	background-color: #00698e;
	padding-top:40px;
	padding-bottom:180px;
	color:#fff;
	font-size: 12px;
}

footer ul{
	padding-bottom: 35px;
}

footer .box2{
	width:50%;
	float:left;
}

footer .tr{
	padding-top:35px;
}

footer li{
	display: inline-block;
	padding:0 1em;
	border-left:1px solid #fff;
}
footer li:last-child{
	border-right:1px solid #fff;
}

footer a{
	color:#fff !important;
}


#slider{
	overflow: hidden;
	margin:0;
}
#slider img{
	vertical-align: bottom;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../images/fonts/slick.eot');
    src: url('../images/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../images/fonts/slick.woff') format('woff'), url('../images/fonts/slick.ttf') format('truetype'), url('../images/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size:12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #00698e;
}

/***** form ****/

div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dt {
	float: left;
	width: 230px;
	clear: both;
	padding: 10px;
	text-align: left;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 250px;
	text-align: left;
}

form#mailformpro dl dd.mfp .text{
	padding:0.5em;
	border:1px solid #ccc;
}
form#mailformpro dl dd.mfp .textarea{
	padding:0.5em;
	min-height: 150px;
	border:1px solid #ccc;
}

.errs ul li {
	color:red;
border-bottom:  1px dotted #ccc;
padding:0.3em;
margin:0.3em 0;}

form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px 0 10px 0;
	padding: 0px;
	list-style: none;
}
.must {
	display: inline-block;
	background-color: #EC6A17;
	border: solid 2px #EC6A17;
	padding: 2px 5px;
	font-size: 10px;
	float:right;
	color: #FFF;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
}

form#mailformpro dl dd input[type="checkbox"],
form#mailformpro dl dd input[type="radio"]{
	display: none;
}

form#mailformpro dl dd input[type="checkbox"] +label,
form#mailformpro dl dd input[type="radio"] +label {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
form#mailformpro dl dd input[type="checkbox"] +label:hover,
form#mailformpro dl dd input[type="radio"] +label:hover {
  background-color: #eee;
}
form#mailformpro dl dd input[type="checkbox"] +label:after,
form#mailformpro dl dd input[type="radio"] +label:after {
  border-color: #53b300;
}
form#mailformpro dl dd input[type="checkbox"] +label:after,
form#mailformpro dl dd input[type="radio"] +label:after  {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

form#mailformpro dl dd input[type="radio"] +label:after  {
	border-radius: 50%;
	}

form#mailformpro dl dd input[type="radio"] +label:before  {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00698e;
  content: '';
  opacity: 0;
}

form#mailformpro dl dd input[type="radio"]:checked +label:before{
  opacity: 1;
}

form#mailformpro dl dd input[type="checkbox"]+label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #00698e;
  border-bottom: 3px solid #00698e;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form#mailformpro dl dd input[type="checkbox"]:checked +label:before {
  opacity: 1;
}


form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button.sender {
	background-color:#00698e;
	font-weight: bold;
	color:#fff;
	border:0;
	font-size: 120%;
	padding:1em;
}

@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
	
br.a_terms {
	display: none;
}
}

dl.mailform{
	border-bottom:1px solid #ccc;
	margin-bottom: 40px;
}

#mailformpro h4{
	font-size: 16px;
	padding:0 0 15px 0;
	font-weight: bold;
}
#mailformpro .err{
	background-color: #FFE5E5 !important;
	border-color: red !important;
}

span.space{
	display: inline-block;
	min-width:8em;
}

#mailformpro h2,
#mailformpro h3,
#mailformpro h4{
	display: table;
	clear: both !important;
	margin-left:0;
}

/*個人情報保護方針、個人情報の取り扱いに関する相談窓口のページ
ここから---------------------------------------------*/

.c_desk {
	padding: 0 20px 10px;
    /*background-color: rgba(255,51,51,0.6);*/
}
.c_deskB {
	padding: 30px 20px 10px;
    /*background-color: rgba(255,51,51,0.6);*/
}

.c_desk ul li {
	margin-bottom: 0.5rem;
	padding-left: 0.5rem;
	text-indent: -0.5rem;
}
.c_deskB ul li {
	margin-bottom: 0.5rem;
	padding-left: 0.5rem;
	text-indent: -0.5rem;
}
.b_link {
    max-width: 720px;
    margin: 50px auto 0;
    padding: 0 20px;
}
.b_link p {
    text-align: center !important;
    font-size: 18px;
}
.b_link p a {
    display: block;
    padding: 15px;
    color: #fff;
    background-color: #1e88e5;
    border-radius: 5px;
    text-decoration: none;
}
.b_link p a:hover {
    opacity: 1 !important;
    background-color: #1874c6 !important;
}



/*個人情報保護方針、個人情報の取り扱いに関する相談窓口のお問合せフォームページ
ここまで---------------------------------------------*/

/*** func ***/
.wrap{ max-width: 1170px; margin-left:auto; margin-right:auto;}/*1024px*/
.wrapA{ max-width: 1280px; margin-left:auto; margin-right:auto;}
.wrapT{ max-width: 1280px; margin-left:auto; margin-right:auto;}
.wrapF{ max-width: 870px; margin-left:auto; margin-right:auto;}
.wrapG{ max-width: 880px; margin-left:auto; margin-right:auto;}
.wrapBRG{ max-width: 1100px; margin-left:auto; margin-right:auto;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.cf:after {content:" ";display:block;clear:both;}
.cr{clear:both;}
.pc{ display: block !important; }
.sp{ display: none !important; }
.w80{ width:80%; margin-left:auto; margin-right:0;}
img.w80{max-width:400px !important;}
.w90{width:90%;}
.w70{width:70%;}
.w60{width:60%;}
.w250{max-width:150px;}
.w95{ width:95%;}
.fl{float:left;}
.fr{float:right;}
.pt15{padding-top:15px;}
.pt60{padding-top:60px;}
.pb20{padding-bottom:20px;}
.p1em{padding:1em;}
.pb1em{padding-bottom: 1em;}
.ptb60{padding:60px 0;}
.cr{clear:both;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.mb100{margin-bottom:100px;}
.ml{margin-left:0 !important;}
.ico_pdf{
	padding-right:25px;
	background:url(/common/images/ico_pdf.png) 100% 50% no-repeat;
	background-size:20px 20px;
}
.fs16{ font-size: 16px; }
.fs18{ font-size: 18px;}
.fs24{ font-size: 24px !important; }
.no_border{
	border:0 !important;
}
.auto{margin:auto !important;}
.blue{color:#00698e; font-weight: bold;}



/** device >500px **/
@media only screen and (min-width: 500px){
br.b_terms {
	display: none;
}
}
/** device >640px以上 **/
@media only screen and (min-width: 641px){
br.c_terms {
	display: none;
}
}

/** device >640px **/
@media only screen and (max-width: 1024px){
	section .inner,
	.catch_txt,
	.catch_txt2,
	section.pt60 h2,
	footer{padding-left:15px; padding-right:15px;}
}

/** device >640px **/
@media only screen and (max-width: 640px){
	.wrap,.wrapA,.wrapT,.wrapF,.wrapG,.wrapBRG { max-width: 100%;}
	.pc{ display: none !important; }
	.sp{ display: block !important; }


#container{
	padding-top:60px;
}
#container_os{
	padding-top: 0;
}
	/****** header  **********/

#header_wrap{
	position: relative;
}

#header{
	position: fixed;
	z-index: 9999;
	text-align: left;
	background-color: #00698e;
	top:0;
	left:0;
	height:60px;
	width:100%;
}

#header h1,
#header p{
	position: static;
	margin:0;
	padding:17px;
}

#header h1{
	width:65%;
}
.inner #header h1{
	width:65%;
	padding:17px;
}
#header p{
	width:auto;
}
#menu{
	position: absolute;
	top:0;
	right:0;
	width:60px;
	height:60px;
	text-align: center;
	padding: 15px;
}

/*---#global_spは、スマホメニューのコンテンツリンク部分だが、コンテンツが増えると
	画面から下にリンクがはみ出て隠れてしまう。ので、bottom:0; overflow-y: auto;を加えて
	縦スクロールできるようにした*/
#global_sp{
	width:100%;
	background-color: #00375c;/*#00375c*/
	color:#fff;
	z-index: 9999;
	position: fixed;
	top:60px;
	left:0;
	bottom: 0;
	overflow-y: auto;
}

/*↓元のコード
#global_sp{
	width:100%;
	background-color: #00375c;
	color:#fff;
	position: fixed;
	top:60px;
	left:0;
	z-index: 9999;
}
*/

#global_sp li{
	border-bottom: 1px solid #408fab;
	position: relative;
}

#global_sp li a{
	padding:15px 20px;
	display: block;
	width:100%;
	height:100%;
 	color:#fff;
 	text-decoration: none;
 	font-weight: bold;
}
#global_sp li a.no_lnk{/*ページリンクを無効化*/
	pointer-events: none;
}
#global_sp li a img{
	vertical-align: middle;
	margin-right:5px;
}

.btn_toggle{
	width:30px;
	height:30px;
	position: absolute;
	right:10px;
	top:10px;
	z-index: 12000;
}

.pr50 a{margin-right: 50px;}

.sub_navi{
	background-color: #00375c;
	position: static;
	width:100%;
}

.sub_navi ul li{
	width:100%;
	padding-right: 0;
	background-color: #00698e;
}
.sub_navi ul li.ad_a{
	width:100%;
	padding-right: 0;
	background-color: #00698e;
}
.sub_navi ul li.ad_b{
	width:100%;
	padding-right: 0;
	background-color: #00698e;
}

#slider_sp{
	margin:0;
}

.slick-dots{
    position: static;
    background-color: #f0f0f0;
}
.lead{
	padding:18px;
}

/****** top area ******/

section h2{
	padding:0 15px;
	text-align: left;
	font-size:20px; 
}
section h3{
	padding:0;
	text-align: left;
	font-size: 16px;
}
section h3.cv{
	padding: 10px 0;
	text-align: left;
	font-size: 16px;
}
section h3.cd{
	font-size: 18px;
	padding: 18px 0;
}
section .inner p{
	padding: 15px;
	text-align: left;
}
section .inner p.stl{
	width: 80%;
}
section .inner p.mvt{
	padding: 0px 15px 15px;
}

section .btn{
	width:100%;
	margin:0 auto 10px auto;
}

section .basic{
	border:1px solid #00698e;
	color:#00698e;
}

section .box2{
	width:100%;
	float: none;
}
#area01,
#area05{
	background-image: none;
	padding-top:0;
	padding-bottom: 0;
}
#area01 .inner_body,
#area05 .inner_body{
	width:100%;
	margin:0;
}
#area01 h2,
#area05 h2{
	padding-bottom: 20px;
}
#area02{
	background-color: #F0F0F0;
	padding:20px;
}
#area02 h2 small{
	font-size: 12px;
	display: block
}
#area02 .banner img{
	display: block;
	width:100%;
	float: none;
}
#area04 .box_left,
#area04 .box_right{
	padding:14% 0;
}
#area04 .box_left{
	background-position: center bottom;
}
#area04 .box_right{
	background-position: center center;
}
#area04 a.btn{
	background-color:#fff;
}
#area04 .inner,
#area04 .inner02{
	margin:0;
	padding:0 15px;
}

#area03,
#area06{
	padding:15px;
}
#area03 .l01,
#area06 .l01{
	display: block;
	width:100%;
	padding:10px;
	float: none;
}
#area03 .l02,
#area06 .l02{
	width:100%;
	float:none;
	padding:10px;
}
#area03 .l02 img,
#area06 .l02 img{
	width:70%;
	margin:auto;
}
#area03 .l03,
#area06 .l03{
	width:100%;
	float:none;
	padding:10px;
}
#area03 .l03 img,
#area06 .l03 img{
	width:70%;
	margin:auto;
}


#area07{
	padding:25px 15px;
}
#area07 h2{
	text-align: center;
}
#area07 dl{
	padding-bottom: 20px;
}
#area07 dt{
	float: none;
}
#area07 dt,
#area07 dd{
	padding-bottom: 10px;
}
#area08{
	padding:25px 0;
	text-align: left;
}
#area08-2{
	padding:15px;
	text-align: left;
}
#area08-2 a img{
	max-width: 48%;
}
#area08-2 a{
	margin-right:2%;
}
#area08-2 a:nth-child(even){
	margin-right:0;
}
#area09{
	padding:15px 0;
	text-align: center;
}
#area09 a{
	display: inline-block;
	margin-right:10px;
}
#area09 a:last-child{
	margin-right: 0;
}

.bread{
	display: none;
}

.pages{
	padding:15px;
	background-color: #e2e2e2;
}

.pages2{
	padding:15px;
	/*background-color: #e2e2e2;*/
}
.pages3 {
	padding:15px;
	/*background-color: #e2e2e2;*/
}

.pages2 a{
	text-decoration: none !important;
}


#c81 .pages,
#c82 .pages,
#c83 .pages,
#c84 .pages,
#c85 .pages,
#c86 .pages,
#c87 .pages{
	padding:0;
}
#map{
	padding:0;
}
#map h2{
	background:none;
	padding-left:0;
}

#map .col2 p a{
	padding-right:0.5em;
	margin-right:0.5em;
	margin-bottom:0.5em;
}
.col2_map h3{
	padding:15px 20px !important;
}
.col2_map p{
	padding:15px!important;
}


.bmv {/*ブランドムービーのサムネイル画像 640px以下*/
	width: 90%;
}


.pages section{
	background-color: #fff;
}
 #main_inner{
 	min-height:0;
 }
   #main_inner.no_bg{
  	min-height:0;
 }
  #main_inner h2{
  	font-size: 20px;
  	padding:30px 0;
 	position: static;
 	text-align: center;
 	transform:translate( 0,0);
 	text-shadow:2px 2px 1px #000;
 }
#main_inner h2.spo{
	max-width: 520px;
  	font-size: 20px;
 }
  #main_inner h2.ind_h2{
  	padding:30px 0 30px 15px;
 	text-align: left;
 }
#catch{
	min-height: 0;
	padding:15px;
}
#catch h3{
	padding:0 0 15px 0;
}
  section.unit01,
	section.unit01B,
  section.unit02,
  section.unit03,
	section.unit04{
  	padding:15px 0;
  	margin-bottom:15px;
  	border:0;
}
 section.unit01 h2,
	section.unit01B h2,
 section.unit02 h2,
 section.unit03 h2,
	section.unit04 h2{
 	margin:0;
 	margin-top: 10px;
 	padding:0;
 	border-left:none;
 }
section.unit01B h2{
 	margin-top: 10px;
	margin-left: -10px;
 	padding: 0;
 }
 section.unit01 h2,
	section.unit01B h2,
 section.unit02 h2,
 section.unit03 h2,
	section.unit04 h2{
 	font-size: 18px;
 }

 section.unit01 p,
 section.unit02 p,
 section.unit03 p,
	section.unit04 p{
 	padding:1em 0;
 }

 .col2 h3,
 h3.inner_h3{
 	font-size: 100%;
 }

	.cbg_a02{ background-image: url(/individual/images/catch_bg_c15_sp.jpg); }
  .bg_c20{ background-image: url(/business/images/bs_bg01_sp.jpg); }

.col2,.col3{
	float:none;
	width:100%;
}
.colBRG{
	float:none;
	width:100%;
	padding-left: 0;
 }
.col2_s{
	float:none;
	width:100%;
	margin-bottom: 10px;
}
 a.other,
 a.other02,
 a.other03{
 	width:100%;
 }
 a.other03{
 	background-color:rgba(255,255,255,.5);
 }


 .unit01 h3{
 	padding:10px 0;
 	font-size: 14px;
 }

 .col2_map{
 	width:100%;
 }

 .basic_dl{
	width:100%;
}

.basic_dl dt{
	text-align: left;
	padding:0.5em;
	width:100%;
	float:none;
}
.basic_dl dt.rs{
	display: none;
}

.basic_dl dd{
	text-align: left;
	padding:0.5em;
	width:100%;
	float: none;
}

.basic_dl dd iframe{
	width:100%;
}


.mainInfo li.listDate .date,
.mainInfo_data li.listDate .date {
    float: none;
    min-width: 100%;
    padding: 0 0 15px 0;
    height:auto !important;
}

.mainInfo li.listDate .txt, .mainInfo_data li.listDate .txt {
    float: none;
    width: 100%;
}

.case .left,
 .flow .left{
 	width:100%;
 	float: none;
 }
 .case .right,
 .flow .right{
 	width:100%;
 	float: none;
 }
  section.flow{
  	margin:0;
  	padding-top:0;
  	padding-bottom: 0;
  }
 section.flow p{
 	padding:15px 0;
 }

  section.flow .left p{
 	width:100%;
 	padding:15px 0;
 	text-align: center;
 	font-weight: bold;
 	position: static;
 	top:0;
 	transform:translate(0,0);
 }

  .case .inner,
  .flow .inner{
  	padding:0;
  }

  .flow .inner .right p{
  	padding-left:15px;
  	padding-right:15px;
  }


section.flow01 .inner{
  	border:1px solid #f0f0f0;
}
section.flow01 .left p{
  	border-right:1px solid #f0f0f0;
}
section.flow02 .inner{
  	background-color:#f0f0f0;
}
section.flow02 .tri{
	clear: both;
	display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 10px 0 10px;
border-color: #e2e2e2 transparent transparent transparent;
margin:auto;
}
section.flow02 .left{
  	background:#e2e2e2 url(/business/case/images/ico_man_pc.png); 0 0 no-repeat;
  	background-size:cover;
}
section.flow03 .inner{
  	background-color:#d2ebf4;
}
section.flow03 .left{
  	background-color:#0e92c0;
  	color:#fff;
}
section.flow03 .right{
	font-size: 16px;
	font-weight: bold;
	color:#00698e;
}
section.flow03 .tri{
		clear: both;
	display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 10px 0 10px;
border-color: #D2EBF4 transparent transparent transparent;
margin:auto;
}
.guide section.flow03 .right{
	padding: 1em;
}

section.flow04 .inner{
  	background-color:#faebdf;
}
section.flow04 .left{
  	background-color:#e83828;
  	color:#fff;
}
section.flow04 .right{
	font-size: 16px;
	font-weight: bold;
	color:#e83828;
}

.rec_01 h2 {
	border-left:0 !important;
}
.rec_01 a {
    color: #74a92d;
    border-color: #74a92d;
}

.catch_txt,.catch_txt2{
	padding:2em 15px;
}

section.al .col3{
	line-height: 2;
}

/*** form **/

form#mailformpro dl dt{
	min-height: 35px;
	width:100%;
	font-size: 16px;
}
form#mailformpro dl dd{
	padding:15px 0;
	width:100%;
	font-size: 16px;
}

form#mailformpro dl dd.mfp .text{
	font-size: 18px;
	width:100% !important;
}
form#mailformpro dl dd.mfp .checkelement,
form#mailformpro dl dd.mfp .radioelement{
	display: block;
}

form#mailformpro dl dd input#tel,
form#mailformpro dl dd input#tel2,
form#mailformpro dl dd input#tel03{
	width:20% !important;
}


span.space{
	display: inline;
	min-width:auto;
}
/***** footer  **********/

footer{
	padding:0;
	padding-bottom:30px;
}

footer ul{
	padding-bottom: 35px;
}

footer .box2{
	width:100%;
	float:none;
}

footer .tr{
	text-align: center;
	padding-top:20px;
}

footer ul{
	padding-bottom: 20px;
}

footer li{
	width:50%;
	float: left;
	display: block;
	padding:15px 10px;
	border:0;
	border-bottom:1px solid #fff;
}
footer ul li:nth-child(odd){
border-right:1px solid #fff;
}
footer ul li:last-child{
	border-right:0;
}


footer a{
	text-decoration: none;
	color:#fff !important;
}

.w80,.w95{width:100%;}
.fl,.fr{float:none;}
.ptb60{padding:10px 0;}
.mt15{padding-top:15px !important;}
.mb15{padding-bottom: 15px !important;}
.pt60{padding-top:15px;}
.no-pad{padding:0!important;}
.text_c{text-align: center !important;}
.sp_w60{width:60%;margin:auto; display: block;}
.tc_sp{text-align: center !important;}
}



/* ページネーション
----------------------------*/

ul.p_nation {
    display: flex;/*inline-block*/
	justify-content: space-around;/*space-between*/
	align-items: center;
	max-width: 500px;
    padding: 0;
    margin: 0 auto;
	list-style: none;
	font-size: 18px;
	/*background: rgba(200,50,0,0.3);*/
}

ul.p_nation li {
	width: 8%;
	text-align: center;
	/*background: rgba(255,0,0,0.3);*/
}
ul.p_nation li.dot3 {
	width: 8%;
	padding: 5px 0;
    color: #669ab7;/*#878788*/
}
ul.p_nation li.pn_p {
	position: relative;
	width: 24%;
	text-align: right;
	/*padding: 0 3% 0 0;*/
	background: #EFF4F8;
}
ul.p_nation li.pn_n {
	position: relative;
	width: 24%;
	text-align: left;
	/*padding: 0 0 0 3%;*/
	background: #EFF4F8;
}

ul.p_nation li a {
    color: #669ab7;/*878788*/
	display: block;
    padding: 5px 0;
    text-decoration: none;
    transition: background-color .3s;
    /*border: 1px solid #ddd;*/
}
ul.p_nation li.pn_p a {
    color: #669ab7;/*#878788*/
	display: block;
	padding: 5px 20% 5px 0;
    text-decoration: none;
    transition: background-color .3s;
}
ul.p_nation li.pn_n a {
    color: #669ab7;/*#878788*/
	display: block;
	padding: 5px 0 5px 20%;
    text-decoration: none;
    transition: background-color .3s;
    /*border: 1px solid #ddd;*/
}
ul.p_nation li.pn_p a:before{
	content:"";
	display:block;
	width:12px;
	height:12px;
	border-top: #669ab7 1px solid;/*#595858 1px solid*/
	border-left: #669ab7 1px solid;/*#595858 1px solid*/
	position:absolute;
	left: 10%;
	top: 30%;
	-webkit-transform: translateY(-30%); /* Safari用 */
	transform: translateY(-30%);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	/*bottom: 20px;*/
	/*margin:auto;*/
}
ul.p_nation li.pn_n a:before{
	content:"";
	display:block;
	width:12px;
	height:12px;
	border-top: #669ab7 1px solid;/*#595858 1px solid*/
	border-right: #669ab7 1px solid;/*#595858 1px solid*/
	position:absolute;
	right: 10%;
	top: 30%;
	-webkit-transform: translateY(-30%); /* Safari用 */
	transform: translateY(-30%);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	/*bottom: 20px;*/
	/*margin:auto;*/
}


ul.p_nation li a.active {
    background-color: #fff;
    color: #669ab7;/*#595858*/
    border: 1px solid #669ab7;/*#3B698B*/
}

ul.p_nation li a:hover:not(.active) {
	color: #fff;
	background-color: #3F7999;/*#ddd*/
}
ul.p_nation li.pn_p a:hover:not(.active)::before{
	content:"";
	display:block;
	width:12px;
	height:12px;
	border-top: #fff 1px solid;/*#fff 2px solid*/
	border-left: #fff 1px solid;/*#fff 2px solid*/
	position:absolute;
	left: 10%;
	top: 30%;
	-webkit-transform: translateY(-30%); /* Safari用 */
	transform: translateY(-30%);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	/*bottom: 20px;*/
	/*margin:auto;*/
}
ul.p_nation li.pn_n a:hover:not(.active)::before{
	content:"";
	display:block;
	width:12px;
	height:12px;
	border-top: #fff 1px solid;/*#fff 2px solid*/
	border-right: #fff 1px solid;/*#fff 2px solid*/
	position:absolute;
	right: 10%;
	top: 30%;
	-webkit-transform: translateY(-30%); /* Safari用 */
	transform: translateY(-30%);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	/*bottom: 20px;*/
	/*margin:auto;*/
}


li.off_on {
	display: none;
}




/* ########### 420px以下 ########### */
@media (max-width: 420px) {
ul.p_nation {
	font-size: 14px;
}
ul.p_nation li.pn_p a:before{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-top: #595858 1px solid;/*#fff 2px solid*/
	border-left: #595858 1px solid;/*#fff 2px solid*/
	position:absolute;
	left: 10%;
	top: 28%;
	-webkit-transform: translateY(-28%); /* Safari用 */
	transform: translateY(-28%);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	/*bottom: 20px;*/
	/*margin:auto;*/
}
ul.p_nation li.pn_n a:before{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-top: #595858 1px solid;/*#fff 2px solid*/
	border-right: #595858 1px solid;/*#fff 2px solid*/
	position:absolute;
	right: 10%;
	top: 28%;
	-webkit-transform: translateY(-28%); /* Safari用 */
	transform: translateY(-28%);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	/*bottom: 20px;*/
	/*margin:auto;*/
}
ul.p_nation li.pn_p a:hover:not(.active)::before{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-top: #fff 1px solid;/*#fff 2px solid*/
	border-left: #fff 1px solid;/*#fff 2px solid*/
	position:absolute;
	left: 10%;
	top: 28%;
	-webkit-transform: translateY(-28%); /* Safari用 */
	transform: translateY(-28%);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	/*bottom: 20px;*/
	/*margin:auto;*/
}
ul.p_nation li.pn_n a:hover:not(.active)::before{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-top: #fff 1px solid;/*#fff 2px solid*/
	border-right: #fff 1px solid;/*#fff 2px solid*/
	position:absolute;
	right: 10%;
	top: 28%;
	-webkit-transform: translateY(-28%); /* Safari用 */
	transform: translateY(-28%);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	/*bottom: 20px;*/
	/*margin:auto;*/
}


li.off_on {
	display: block;
}
li.on_off {
	display: none;
}

}
