@charset "utf-8";
/* CSS Document */

body {
	color:#333;
	font-size:14px;
	line-height:1.5;
	font-family: 'メイリオ',"ヒラギノ角ゴ Pro W3",Meiryo,"Hiragino Kaku Gothic Pro",Verdana,sans-serif;
	margin:0 auto; height:100%;
	background: -moz-linear-gradient(top, #D9F5F6 0%, #FFFFFF 300px, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D9F5F6), color-stop(300px,#FFFFFF));
	background: -webkit-linear-gradient(top, #D9F5F6 0%, #FFFFFF 300px,#FFFFFF 100%);
	background: -o-linear-gradient(top, #D9F5F6 0%, #FFFFFF 300px,#FFFFFF 100%);
	background: -ms-linear-gradient(top, #D9F5F6 0%, #FFFFFF 300px,#FFFFFF 100%);
	background: linear-gradient(to bottom, #D9F5F6 0%, #FFFFFF 300px,#FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D9F5F6', endColorstr='#FFFFFF',GradientType=0 );
	border-top:solid 9px #20AE36;
	background-repeat:no-repeat;
}


img {
	border:none; vertical-align:bottom;
}
img.top {
	vertical-align:top;
}
img.middle {
	vertical-align:middle;
}

address,
em {
	font-style:normal;
}


a {
	color:#0E6FCD; text-decoration:none;
}
a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.c-both {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	display:block;
	margin:0 auto;
	text-align:center;
}

.f18 {
	font-size:18px;
}

img.banner {
	border:solid 1px #DDD;
}


span.hissu {
	color:#F03;
	font-size:12px;
}
span.memo {
	color:#666;
	font-size:12px;
}

span.error {
	display:block;
	color:#F03;
	font-size:12px;
}
header, main, article, footer, section, aside, time , nav, cite, figure, figcaption { display: block; }

header {
	height:100px;
}

header section#header,
article,
footer section#footer {
	width:980px; margin:0 auto;
}

header h1 {
	font-size:12px; padding:0; margin:10px 0px 20px 0px;
}

header .title {
	width:510px;
}
header .information {
	width:470px;
}

header .information p {
	font-size:90%; padding:0; margin:5px 0px 15px 0px;
}

header .information p span {
	color:#20AE36;
}

header .title p {
	display:inline; font-size:11px;
}

header ul.sub {
	list-style-type:none; margin:10px 0px 10px 110px;
}
header ul.sub li {
	display:inline-block; margin-left:25px; font-size:90%;
	position:relative;
}
header ul.sub li:before {
	content: url("../images/header/li.gif");
	position:absolute;
	top:1px;
	left:-16px;
}
header ul.sub li a{
	color:#333; text-decoration:none;
}

header img.free {
	display:block;
}


header div.title {
	padding-top:30px;
	margin-bottom:0px; padding-bottom:0px;
}
header div.information {
	padding-top:30px; width:450px; height:55px;
	margin-bottom:0px; padding-bottom:0px;
}

/************ header end *********************************************/

main {
	width:980px;
	margin:0 auto;
}

main section#entry-img {
	background-image:url(../images/entry/entry_img_bg.jpg);
	width:980px; height:360px;
	position:relative; padding:0; margin-bottom:0px;
}

main section#entry-img h1 {
	position:absolute; top:15px; left:37px;
	padding:0; margin:0;
	
}
main section#entry-img h2 {
	position:absolute; top:145px; left:37px;
	padding:0; margin:0;
}

main section#entry-img p {
	position:absolute; top:303px; left:94px;
	padding:0; margin:0;
}

main article {
	position:relative;
	margin-top:0; padding-bottom:100px;
	background-color:#EBEBEB;
}




section#enter .inner{
	background-color:#FFF; margin:0px 15px 15px 15px; padding:30px 15px 100px 15px; height:auto;
	position:relative;
}
section#enter .inner p{
	font-size:16px; line-height:1.8;
}




/*********** 共通パーツ **********/
a.sq_glay i{

	display:inline-block; margin-right:5px;
	width: 16px;  height: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	line-height:16px; text-align:center;
	font-size:11px; transform: rotateZ( 90deg );
	background-color:#999999; vertical-align:middle;
	color:#FFF;
}

span.job01{
	display:block;
	position:absolute; top:5px; left:5px; z-index:100;
	background-color:#FF6666; width:47px; height:47px; line-height:47px;
	color:#FFF; font-size:12px; text-align:center;
}
span.job02{
	display:block;
	position:absolute; top:5px; left:5px; z-index:100;
	background-color:#74A209; width:47px; height:47px;line-height:47px;
	color:#FFF; font-size:11px; text-align:center;
}
span.job03{
	display:block;
	position:absolute; top:5px; left:5px; z-index:100;
	background-color:#FF9933; width:47px; height:39px; padding-top:8px; line-height:16px;
	color:#FFF; font-size:12px; text-align:center;
}
span.job04{
	display:block;
	position:absolute; top:5px; left:5px; z-index:100;
	background-color:#735627; width:47px; height:39px; padding-top:8px; line-height:16px;
	color:#FFF; font-size:12px; text-align:center;
}






.ent p{
	margin:5px 0px 10px 0px;
}
.ent p span{
	color:#1DAB45;
}
/********** 共通パーツ end **********/

section#nurse img.bnr {
	display:block; margin:15px 15px 45px 15px;
}
article section#main section#nurse #type {

}






/************ category end *******************************************************/

/** 共通　**/
#slider {
	width:960px; margin-left:auto; margin-right:auto;
	vertical-align:baseline;
	
}
#slider table {
	/*width:100%;*/
}
#slider table label.ck { background-image:url(../images/parts/check-2.png); } 


#slider table input[type=checkbox]{
	 display: none;
} 
#slider table input[type=checkbox] + label{
padding-right:27px; height:22px; display:inline-block; line-height:22px; 
background-repeat:no-repeat; background-position: 0 0;
font-size:22px; vertical-align:middle; cursor:pointer;
}
#slider table input[type=checkbox]:checked + label{
	background-position: 0 -22px;
} 
#slider table textarea {
	font-family: 'メイリオ',"ヒラギノ角ゴ Pro W3",Meiryo,"Hiragino Kaku Gothic Pro",Verdana,sans-serif;
	font-size:16px; width:80%;
}


#slider table .dropdown {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative; top:10px;
  overflow: hidden;
  height: 28px;
  width: 170px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: #999 #999 #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);

  
}

#slider table .dropdown_s {
	width:100px;
}
#slider table .dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  display: block;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
#slider table .dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
#slider table .dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

#slider label.radio{ 
    display: inline-block; 
    position: relative; cursor: pointer; margin-left: 20px; padding: 10px 20px; border-radius: 2px; 
    color: #3e4956;
    font-size: 14px;
    text-align: center;
    line-height: 1;
} 

#slider label.radio:before{
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #ffffff;
	border:#CECECE solid 2px;
    border-radius: 50%;
} 

#slider input[type="radio"]:checked + label.radio:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -5px;
    width: 14px;
    height: 14px;
    margin-top: -5px;
    border-radius: 50%;
    background: #0097FF;
} 

#slider table select {
  position: relative;
  width: 140%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size:14px;
  color: #333;
  text-shadow: 0 1px white;
  background: #f2f2f2;
 background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

#slider table select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
#slider table select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

#slider table input[type=text]{
	width:50%; padding:5px; font-size:16px;
	vertical-align:middle;position:relative;
} 

#slider table input[type=text]#nsei,
#slider table input[type=text]#hsei{
	width:45%; padding:5px; font-size:16px; margin-right:10px;
	vertical-align:middle;position:relative;
	display:inline-block;
}

#slider table td#shikaku_td {
	/*background-color:#FFFFA4;*/
} 
/*#slider table td#shikaku_td div.cb{
	width:140px; float:left;
	margin-bottom:15px; margin-right:3px;
	
} 
#slider table td.jigyo div{
	width:140px; float:left; font-size:12px;
	margin-top:15px;
	margin-bottom:15px; margin-right:3px;
} */

#slider table td div.cb{
	width:160px; float:left;
	margin-bottom:15px; margin-right:3px;
	
}


/******/


article section#form_case {
	position:relative; /*margin-top:100px; padding:20px;*/
	
}

article section#form_case p#kiyaku {
	padding:10px 0px 20px 0px;
	
}
article section#form_case p#kiyaku a{
	display:inline-block; margin-left:30px;
	color:#333; font-size:12px;
}
article section#form_case h4 {
	color:#333;
	font-size:24px; margin:30px 0px 10px 3px; padding:57px 3px 6px 3px;
	border-bottom:solid 4px #FF6567;
}
article section#form_case h4 strong {
	font-size:36px; margin:0px 4px 0px 4px;
}
article section#form_case h4 em {
	color:#FF6567; font-size:42px; margin:0px 4px 0px 4px;
}
article section#form_case table {
	width:800px; border-collapse:collapse;
	background-color:#fff; margin:0; padding:0;
}
article section#form_case table th {
	background-color:#FFF; padding:15px; border:solid 2px #EEE;
	font-weight:normal; width:190px; text-align:left; font-size:16px;
}
article section#form_case table td {
	padding:15px; vertical-align:top; border:solid 2px #EEE;
}


article section#form_case table th.non {
	padding-left:65px; width:140px;

}
article section#form_case table th .hissu {
	display:inline-block; width:50px; padding:2px 2px 2px 2px; text-align:center;
	background-color:#20AD36; border-radius:5px; font-size:12px;
	color:#FFF;
}
article section#form_case table th .nini {
	display:inline-block; width:50px; padding:2px 2px 2px 2px; text-align:center;
	background-color:#68B5F2; border-radius:5px; font-size:12px;
	color:#FFF;
}




h2 {
	padding:40px 0 0 0;
}
form {
	display:block; margin-top:20px; margin-bottom:40px; padding-top:20px;
	background-color:#FFFFFF;
}

p#kiyaku {
	margin-top:0; line-height:0;
}
#form_case {
	
	width: 950px;
	height: 560px;
	position: relative;
	margin:0 auto;
	z-index: 7;
	overflow: hidden;/**/
}
#field1, #field2, #field3 {
	position: absolute;
	top: 0px; width:810px; height:540px;
	padding:20px 70px 20px 70px;
	z-index: 1;
}
#field1 {
	left: 0px;
}

#field2 {
	left: 950px;
}

#field3 {
	left: 1900px;
}

#submit {
	font-family: 'メイリオ',"ヒラギノ角ゴ Pro W3",Meiryo,"Hiragino Kaku Gothic Pro",Verdana,sans-serif;
	border-style: none;
	cursor: pointer;
	position:relative;
	display:none; font-size:24px; font-weight:normal;
	width:430px; height:57px; text-align:center; line-height:1.2;
	padding:5px 0 0 0; margin:40px auto 30px auto;
	background: -moz-linear-gradient(top, #60D760 0%, #3FCB3F 50%, #32C732 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60D760), color-stop(100%,#32C732));
	background: -webkit-linear-gradient(top, #60D760 0%, #3FCB3F 50%,#32C732 100%);
	background: -o-linear-gradient(top, #60D760 0%, #3FCB3F 50%,#32C732 100%);
	background: -ms-linear-gradient(top, #60D760 0%, #3FCB3F 50%,#32C732 100%);
	background: linear-gradient(to bottom, #60D760 0%, #3FCB3F 50%,#32C732 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60D760', endColorstr='#32C732',GradientType=0 );
	border:solid 1px #32C732;
	box-shadow:0px 0px 5px -3px rgba(0, 0, 0, 0.8);
	
	color:#FFFFFF; text-decoration:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px
	
}
#submit_load  {
	font-family: 'メイリオ',"ヒラギノ角ゴ Pro W3",Meiryo,"Hiragino Kaku Gothic Pro",Verdana,sans-serif;
	border-style: none;
	cursor: pointer;
	position:relative;
	display:block; font-size:24px; font-weight:normal;
	width:430px; height:50px; text-align:center; line-height:1.2;
	padding:8px 0 0 0; margin:40px auto 30px auto;
	/*background-color:#33CC33;*/
	background-color:#CCCCCC;
	color:#FFFFFF; text-decoration:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px
	
}
#submit span,
#submit_load span {
	display:block; text-align:center; font-size:0.6em;
}

#next_load,#next2_load{
	border-style: none;
	cursor: pointer;
	position:relative;
	display:block; font-size:24px;
	width:380px; height:43px; text-align:center;
	padding:10px 0 0 0; margin:40px auto 30px auto;
	/*background-color:#33CC33;*/
	background-color:#CCCCCC;
	color:#FFFFFF;
	
	text-decoration:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px
	
}


a#next,a#next2 {
	border-style: none;
	cursor: pointer;
	position:relative;
	display:none; font-size:24px;
	width:380px; height:43px; text-align:center;
	padding:10px 0 0 0; margin:40px auto 30px auto;
	background: -moz-linear-gradient(top, #60D760 0%, #3FCB3F 50%, #32C732 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60D760), color-stop(100%,#32C732));
	background: -webkit-linear-gradient(top, #60D760 0%, #3FCB3F 50%,#32C732 100%);
	background: -o-linear-gradient(top, #60D760 0%, #3FCB3F 50%,#32C732 100%);
	background: -ms-linear-gradient(top, #60D760 0%, #3FCB3F 50%,#32C732 100%);
	background: linear-gradient(to bottom, #60D760 0%, #3FCB3F 50%,#32C732 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60D760', endColorstr='#32C732',GradientType=0 );
	border:solid 1px #32C732;
	box-shadow:0px 0px 5px -3px rgba(0, 0, 0, 0.8);
	color:#FFFFFF;
	text-decoration:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;

}

#next_load i,#next2_load i,#submit_load i,
a#next i,a#next2 i {
	position:absolute;
	display:inline-block; top:14px; right:20px;
}

div.btn_area {
	position:relative;
}

a.back {
	position:absolute; top:13px; left:60px;
	color:#666;
}

p.read {
	font-size:20px; padding:20px 0 40px 0;
}
input::-ms-clear {
    visibility:hidden
}

#step_bar1 p {
	position:relative;
}

#step_bar1 p:after ,
#step_bar2 p:after ,
#step_bar3 p:after {
	position:absolute; top:20px; right:20px;
	content:url(../images/entry_slp/p_after.gif);
}

#step_bar1 ,
#step_bar2  {
	position:relative;
	width:800px; margin-bottom:0px; margin-left:85px;
	border-bottom:solid 5px #EBEBEB;
}

#step_bar2 ,
#step_bar3 {
	display:none;
	position:relative;
	width:800px; margin-bottom:0px; margin-left:85px;
	border-bottom:solid 5px #EBEBEB;
}
#step_bar1 ul,
#step_bar2 ul,
#step_bar3 ul {
	margin:0; padding:0;
	position:absolute; bottom:-5px; right:0;
	list-style-type:none;
}
#step_bar1 ul li ,
#step_bar2 ul li ,
#step_bar3 ul li {
	display:block; float:left; text-align:center; color:#999;
	width:77px; height:25px; border-bottom:solid 5px #EBEBEB;
}
#step_bar1 ul li.select ,
#step_bar2 ul li.select ,
#step_bar3 ul li.select {
	color:#20AD36; border-bottom:solid 5px #20AD36;
}

.error_txt {
	font-size:12px; color:#CC0000;
}

article #secure {
	position:absolute; bottom:50px; right:25px;
	z-index:10;
}
/*#secure a.yuryo,
#secure a.iryou,
#secure a.privacy {
	max-width:73px; max-height:73px; display:block;
	float:left; padding-top:10px;
}*/
#secure img.yuryo,
#secure img.iryou,
#secure img.privacy {
	max-width:73px; max-height:73px; height:auto;
	width:100%;
	display:block;
	float:left; padding-top:10px;
}
#secure div.norton {
	float:left; max-width: 115px; max-height: 82px;margin: 26px 0px 0 0px;
}
#secure div.norton img {
    max-width: 100px;
    width: 100%;
    margin-top: 20px;
}

main section#entry_voice {
	margin-top:35px; margin-bottom:0;
	position:relative; z-index:-1; background-image:url(../images/entry/entry_voice_staff.jpg);
	background-repeat:no-repeat; background-color:#20AE36;
}
main section#entry_voice p.catch1 {
	padding-top:70px; padding-bottom:0px; margin:0px; text-align:center; color:#FFF; font-size:24px;
}
main section#entry_voice h1 {
	padding:0px; margin:-10px 0px 80px 5px; text-align:center; color:#FFF; font-size:42px; font-weight:normal;
}
main section#entry_voice h1.rr {
	 margin:-5px 0px 80px 100px;
	font-size:38px;
}

main section#entry_voice h1.rr span {
	font-size:14px;
}
main section#entry_voice h2 {
	position:absolute; top:114px; left:-66px; z-index:0; text-align:center;
	color:#20AE36; font-size:28px; font-weight:normal; padding-top:5px;
	background-image:url(../images/entry/entry_voice_h_bg.gif);
	width:1112px; height:68px;
}

main section#entry_voice div.inner {
	background-image:url(../images/entry/voice_bg3.jpg); background-repeat:no-repeat;
	width:980px; height:1520px;
}
main section#entry_voice div.inner p.case_title{
	padding:30px 0px 10px 60px;
}
main section#entry_voice div.inner img.case_img{
	padding:0px 0px 0px 60px;
}
main section#entry_voice div.inner dl.case_txt1{
	width:500px; margin:20px 150px 0px 0px;
	padding:0px;
}
main section#entry_voice div.inner dl.case_txt2{
	width:500px; margin:20px 150px 0px 0px;
	padding:0px;
}
main section#entry_voice div.inner dl.case_txt1 dt{
	font-size:18px; font-weight:bold; position:relative; padding-left:45px;
}
main section#entry_voice div.inner dl.case_txt2 dt{
	font-size:18px; font-weight:bold; position:relative; padding-left:45px;
}
main section#entry_voice div.inner dl.case_txt1 dt:before{
	font-size:18px; content:url("../images/entry/case01.gif");
	position:absolute; top:-25px; left:-10px;
}
main section#entry_voice div.inner dl.case_txt2 dt:before{
	font-size:18px; content:url("../images/entry/case02.gif");
	position:absolute; top:-25px; left:-10px;
}
main section#entry_voice div.inner dl dd {
	padding:0; margin:10px 0px 0px 10px; line-height:1.6;
	
}
main section#entry_voice div.inner dl dd strong {
	display:inline-block; background-color:#93e342; margin:2px 0px 2px 0px;
	
}
main section#entry_voice div.inner dl dd strong.i-break {
	display:inline;
	
}
main section#entry_voice div.inner img.tb {
	display:block;
	margin-top:-10px;
	margin-left:120px;
	
}


main section#flow {
	background-color:#FFF; padding-top:0; padding-bottom:1px;
	width:100%; height:auto; margin-bottom:40px;
	margin-top:70px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

section#flow .nf_img{
	position:relative;
	background-image:url(../images/new_flow/nf_bg_entry.jpg);
	width:100%; height:488px;
}
section#flow .nf_img img{
	position:absolute; top:376px; right:22px;
}
section#flow .nf_img img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
section#flow .nf_txt{
	padding:15px 20px 15px 20px; font-size:14px;
}
section#flow .nf_txt h6 {
	margin:0 ; font-size:14px; text-indent:-5px;
}

section#flow .nf_txt h6 a {
	color:#333; text-decoration:none;
}
section#flow .nf_txt img.nfwd {
	display:block; margin-top:34px;
}

/************** footer *****************************/
footer {
	width:100%;
	background-color:#EBE9EA; font-size:12px;
	
}

footer a.ptop2 {
	display:block;
	position:absolute;
	top:-57px; left:1000px;
}
footer img.logo {
	display:inline-block; margin-bottom:5px;
}

footer .inner {
	width:980px;
	margin:0 auto;
}


footer section#footer_bottom {
	width:100%; height:auto; padding-top:23px;
}
footer section#footer_bottom .inner {
	position:relative;
}

footer section#footer_bottom .menu{
	width:690px;
}

footer section#footer_bottom .inner ul{
	list-style-type:none; margin:10px 0 0 0; padding:0;
}

footer section#footer_bottom .inner ul li{
	display:inline-block; height:26px; float:left; margin-right:30px; margin-bottom:0px;
}
footer section#footer_bottom .inner ul li a{
	text-decoration:none; color:#0E6FCD;
}
footer section#footer_bottom .inner ul li a:hover {
	text-decoration: underline;
}

footer .agent {
	font-size:2em;
}
footer .agent a{
	display:inline-block; margin:15px;
}

footer section#footer_bottom .inner ul li {
	position:relative; margin-left:18px;
}
footer section#footer_bottom .inner ul li:before{
	content: "\f144";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	font-size: 16px;
	color: #53BE56;
	position:absolute;
	top:-3px;
	left:-18px;
}
footer section#footer_bottom p.sub_menu {
	padding-top:10px;

}
footer section#footer_bottom p.sub_menu a {
	color:#0E6FCD;
	display:inline-block;
	margin:0px 5px 0px 0px;
	border-right:solid 1px #333;
	padding-right:10px;
	line-height:12px;
	text-decoration: none;
}
footer section#footer_bottom p.sub_menu a:hover {
	text-decoration: underline;
}

footer section#footer_bottom p.sub_menu a.e {
	border-right:none;

}

footer p.copy {
	padding:20px 0px 30px 0px;
}
footer section#footer_bottom .a_provider{
	width:688px;
	margin-bottom: 10px;
	color: #595959;
}
/*20201015*/
p.name_caution {
    margin-bottom: 0;
    margin-top: 0.25em;
}
/* 20250908 */
footer section#footer_bottom .inner ul.link_ul {display: flow-root;margin-block: 0;}
footer section#footer_bottom .inner ul.link_ul li {margin-inline: 0;height: auto;}
footer section#footer_bottom .inner ul.link_ul li:before {content: none;}
footer section#footer_bottom .inner ul.link_ul li a {color: #0E6FCD;display: inline-block;margin: 0px 15px 0px 0px;border-right: solid 1px #333;padding-right: 15px;line-height: 12px;text-decoration: none;}
footer section#footer_bottom .inner ul.link_ul li a.e {border-right: none;}