body {
    color: #000000;
	font-family: "ヒラギノ角ゴ ProN W6",HiraKakuProN-W6,"ＭＳ Ｐゴシック","MS PGothic","arial","helvetica","sans-serif";
    line-height: 1.6em;
    font-size: 100%;
    word-wrap: break-word;
	-webkit-text-size-adjust: 100%;/*クロームバグ*/
}

a {
    color: #000;
    text-decoration: none;
}

section.policy a{
	text-decoration: underline;
	color: #0066FF;
}

a:hover {
    text-decoration: none;
}

a img:hover{
	opacity: 0.8;
}

a[href^="tel:"] {
	cursor: default;
}


/*
layout
*/
#wrapper{
	width: 100%;
}
.main_img_inner{
	width: 1024px;
	margin: 0 auto;
}
.inner{
	width: 980px;
	margin: 0 auto;
}
#left_container{
	float: left;
	width: 620px;
}

#right_container{
	float: right;
	width: 320px;
}
.right_50{
	float: right !important;
}

.red_under{
	border-bottom:solid;
	border-color:#FF0000;
	border-width:2px;
}

/*
header
*/
header{
	border-top: 5px solid #014da1;
	position: relative;
	height: 600px;
}
#header_wrapper{
	position: relative;
}
#header_container{
	position: absolute;
	top: 505px;
}

#header_box{
	padding: 15px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 375px;
}
#sp_open{
	display: none;
}
#header_access{
	color: #6f6f6f;
	padding: 5px 0 0 50px;
	font-size: 14px;
}

.header_tel{
	position: absolute;
	left: 407px;
	top: 35px;
}
.header_open{
	position: absolute;
	width: 325px;
	right: 0;
	top: 35px;
}
.header_tel dd,
.header_open dd{
	border-bottom: 1px solid #000;
	line-height: 1;
	height: 25px;
}
.header_open dd{
	float: left;
	display: block;
	width: auto;
}
.header_open dd span{
	font-size: 12px;
}
.header_holiday{
	padding-left: 5px;
}

.tel{
	background: url(../img/tel.png) no-repeat;
	background-position: left top;
	padding: 0 0 0 25px;
    color: #004da0;
    font-size: 27px;
    font-weight: bold;
}
.clock{
	background: url(../img/time.png) no-repeat;
	background-position: left top;
	padding: 0 0 0 25px;
	font-size: 22px;
}
.heder_ttl{
	font-size: 12px;
	color: #407ab9;
	margin-bottom: 2px;
}

#header_nav{
	margin: 20px auto;
}
#header_nav ul li{
	display: block;
	float: left;
	vertical-align: middle;
	text-align: center;
	border-left: 1px dotted #333;
	height: 50px;
	line-height: 50px;
}
#header_nav ul li a{
	padding: 0 3px;
	display: block;
}
#header_nav ul li:first-child a{
	padding: 0 23px;
}
/*
#header_nav ul li:last-child{
	border-right: 1px dotted #333;
}
*/
#header_nav ul li img{
	vertical-align: middle;
}

/*
right
*/
#right_nav_banner li{
	padding: 0 0 20px 0;
}

#right_container aside ul{
	border-top: 4px solid #e6e8e5;
}
#right_container aside ul li{
	border-bottom: 4px solid #e6e8e5;
}

#right_nav_txt{
	margin: 20px 0;
	border-top: 1px dotted #000;
}
#right_nav_txt > li{
	border-bottom: 1px dotted #000;
	background: url(../img/right_arrow.jpg) no-repeat;
	background-size: 11px;
	background-position: 10px center;
}
#right_nav_txt > li a{
	padding: 20px 0 20px 40px;
	display: block;
}
#right_nav_txt > li.right_nav_txt_in{
	background-position: 10px 25px;
	padding-left: 0;
}
#right_nav_txt > li.right_nav_txt_in > a{
}
#right_nav_txt > li > ul > li{
	background: url(../img/right_arrow2.jpg) no-repeat;
	background-size: 11px;
	background-position: 10px center;
}
#right_nav_txt > li > ul > li a{
	padding: 10px 0 10px 40px;
}

/* パンくずリスト */
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 960px;
	font-size: 12px;
/*	padding: 0 20px;
	margin: 10px auto 0;*/
}
.breadcrumb li {
	margin-right: .6em;
}
.breadcrumb li:nth-child(n+2)::before {
	display: inline-block;
	content: "\FF1E";
	margin-right: .4em;
	-webkit-transform: scale(.5, 1);
	transform: scale(.5, 1);
}
.breadcrumb a {
	transition: .2s ease-out;
}
.breadcrumb a:hover {
	color: #d00;
}

/*
footer
*/
footer{
	font-size: 15px;
	text-align: center;
	padding: 20px 0;
	border-top: 5px solid #014da1;
}
#footer_menu{
	font-size: 13px;
}
#footer_menu li{
	display: inline-block;
	border-right: 1px solid #2262ac;
	padding: 0 5px;
	line-height: 1;
}
#footer_menu a{
	color: #2262ac;
}

#footer_logo{
	padding: 5px 0;
}
#footer_access{
	color: #6f6f6f;
	padding: 5px 0;
	font-size: 14px;
}
#footer_copy{
	padding: 5px 0;
	color: #2262ac;
	font-size: 12px;
}



/*
main
*/

#main_container{
	background: #fff;
	overflow: initial;
}

#main_img{
	position: absolute;
	top: 125px;
	left: 0;
	margin: auto;
	right: 0;
}
#main_img img{
	max-width: 100%;
	text-align: center;
	
}


#header_img {
	text-align: center;
	position: relative;
}
#header_img h2{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.bread {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.bread li{
	border-bottom: 1px dotted #000;
	background: url(../img/right_arrow.jpg) no-repeat;
	background-size: 11px;
	background-position: 16px center;
}
.bread li:last-child{
	border-bottom: none;
}
.bread li a{
	display: block;
	padding: 5px 0 5px 40px;
}


.bread2 {
	margin-bottom: 30px;
}
.bread2 li{
	border-bottom: 1px dotted #000;
	background: url(../img/system/r_arrow.png) no-repeat;
	background-size: 11px;
	background-position: right center;
	font-size: 22px;
}
.bread2 li a{
	display: block;
	padding: 5px 0;
	color: #154297;
}
.bread2 li span{
	color: #000;
	font-size: 16px;
	display: block;
}

#pagetop{
	position: fixed;
    bottom: 20px;
    right: 20px;
}

/*
contents
*/
section p{
	font-size: 14px;
}
section h2,
section h1{
	border-left: 3px solid #004da0;
	font-size: 23px;
	font-weight: normal;
	padding-left: 10px;
	position: relative;
	margin: 10px 0 20px;
}
section h2::after,
section h1::after{
	border-bottom: 1px dotted #333;
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
}

section h3{
	font-size: 23px;
	font-weight: normal;
	position: relative;
	margin: 10px 0 20px;
	color: #024ea4;
}
section h3 img{
	padding-right: 10px;
}
section h3 span{
	font-size: 18px;
}
section h3::after{
	border-bottom: 1px dotted #333;
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
}

section img{
	max-width: 100%;
	height: auto;
}

.sub_ttl01{
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0;
}
.sub_ttl02{
	font-size: 22px;
	text-align: center;
	background-color: #FFECEC;
	padding: 10px;
	color: #EC1823;
	font-weight: bold;
	margin: 10px 0;
}
.sub_ttl03{
	font-size: 22px;
	color: #124392;
	margin: 10px 0;
}
.sub_ttl04{
	font-size: 22px;
	color: #024ea4;
	line-height: 1.6;
	text-align: center;
}
.sub_ttl05{
	border-left: 3px solid #024ca1;
	text-indent: 15px;
	margin-bottom: 10px;
}
.sub_ttl06{
	font-size: 22px;
	font-weight: bold;
}
.sub_ttl07{
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	text-shadow: 3px 3px 8px #ffcc33;
}
.font_red{
	color: #EC1823;
}
.font_red2{
	color: #F00;
	font-weight: bold;
}
.font_blue{
	color: #024ea4;
	font-size: 22px;
}

.img_bnr_01{
	text-align: center;
	margin: 10px auto;
}
.img_bnr_01 img{
	max-width: 100%;
}
.img_btn{
	margin: 10px auto;
}

/*
pattern 01 6:4
*/
.pattern_01 > li{
	float: left;
	box-sizing: border-box;
}
.pattern_01 > li:nth-child(odd){
	width: 60%;
}
.pattern_01 > li:nth-child(even){
	width: 40%;
}
/*
pattern 02 5:5
*/
.pattern_02 > li{
	float: left;
/*	width: 33%;*/
	width: 50%;
	box-sizing: border-box;
}
.pattern_02 > li img{
	max-width: 95%;
	height: auto;
}

/*
pattern 03 8:2
*/
.pattern_03 > li{
	float: left;
	box-sizing: border-box;
}
.pattern_03 > li:nth-child(odd){
	width: 80%;
}
.pattern_03 > li:nth-child(even){
	width: 20%;
	text-align: right;
}
.pattern_03 > li img{
	max-width: 100%;
}


/* 初めての方へ */
#beginner_suuji dl{
	float: left;
	width: 32%;
	height: 240px;
	margin: 5px 2% 10px 0;
	font-size: 13px;
}
#beginner_suuji dl:nth-child(3n+1){
	margin-right: 0;
}
#beginner_suuji dl dt{
	text-align: center;
	font-size: 30px;
	padding: 20px 0;
}
#beginner_suuji dl dd{
	padding: 0 10px 10px;
	line-height: 1.5;
}
#beginner_suuji dl:nth-child(2){
	background: #f9d5d5;
}
#beginner_suuji dl:nth-child(2) dt{
	color: #e25871;
}

#beginner_suuji dl:nth-child(3){
	background: #d2e9cd;
}
#beginner_suuji dl:nth-child(3) dt{
	color: #017429;
}

#beginner_suuji dl:nth-child(4){
	background: #cfe6ec;
}
#beginner_suuji dl:nth-child(4) dt{
	color: #0070a0;
}

#beginner_suuji dl:nth-child(5){
	background: #ede4d5;
}
#beginner_suuji dl:nth-child(5) dt{
	color: #6d3429;
}

#beginner_suuji dl:nth-child(6){
	background: #dccfe1;
}
#beginner_suuji dl:nth-child(6) dt{
	color: #55256f;
}

#beginner_suuji dl:nth-child(7){
	background: #cfe6ec;
}
#beginner_suuji dl:nth-child(7) dt{
	color: #6d3429;
}

#beginner_suuji dl:nth-child(8){
	background: #d2e9cd;
}
#beginner_suuji dl:nth-child(8) dt{
	color: #86a325;
}

#beginner_suuji dl:nth-child(9){
	background: #f7e2e7;
}
#beginner_suuji dl:nth-child(9) dt{
	color: #ce6085;
}

#beginner_suuji dl:nth-child(10){
	background: #cfe6ec;
}
#beginner_suuji dl:nth-child(10) dt{
	color: #1c8396;
}

.m_voice{
	padding: 10px;
}
.m_voice h3{
	font-size: 20px;
	padding-bottom: 5px;
}
.m_voice ul li{
	font-size: 14px;
	padding-left: 13px;
}
#m_voice1{
	background: #f7e2e7;
}
#m_voice1 h3{
	color: #bf0713;
}
#m_voice1 ul li{
	background: url(../img/red_arrow.png) no-repeat;
	background-size: 8px;
	background-position: left 7px;
}
#m_voice2{
	background: #d2e9cd;
}
#m_voice2 h3{
	color: #027b36;
}
#m_voice2 ul li{
	background: url(../img/green_arrow.png) no-repeat;
	background-size: 8px;
	background-position: left 7px;
}
#m_voice3{
	background: #cfe6ec;
}
#m_voice3 h3{
	color: #01758c;
}
#m_voice3 ul li{
	background: url(../img/blue_arrow.png) no-repeat;
	background-size: 8px;
	background-position: left 7px;
}

/* 視力回復システム */
.ul_01 li{
	font-size: 12px;
}
.ul_01 li img{
	padding-right: 10px;
	vertical-align: middle;
}
#system_5s{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#system_5s li{
	float: left;
	width: 32%;
	margin: 0 2% 10px 0;
	border: 1px solid #aaa;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	height: 300px;
}
#system_5s li:nth-child(3n){
	margin-right: 0;
}
#system_5s li p{
	font-size: 12px;
	line-height: 1.4;
}
#system_5s li .system_5s_ttl{
	text-align: center;
	color: #144395;
	padding: 10px 0;
	font-size: 14px;
}
#system_5s li:last-child{
	border: none;
}
#system_5s li img{
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
}

/* access */
.ul_02{
	border-top: 1px dotted #000;
}
.ul_02 li{
	border-bottom: 1px dotted #000;
	padding: 5px 0;
}

/* adult */
.test{
	border: medium double #014DA1;
	padding: 10px;
}
.result{
	background-color: #FEE;
	padding: 10px;
	font-size: 13px;
}
.test .pattern_03{
	font-size: 13px;
}

/* qa */
#qa dl dt{
	color: #014DA1;
	position: relative;
	margin-bottom: 10px;
	padding-left:1em;
	text-indent:-1em;
	font-weight: bold;
}
#qa dl dt:before{
	content: "Q.";
}
#qa dl dt:after{
	content: "";
	border-bottom: 1px dotted #ccc;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
}
#qa dl dd{
	margin-bottom: 20px;
	position: relative;
	padding-left:1em;
	text-indent:-1em;
}
#qa dl dd:before{
	content: "A.";
}
#qa dl dd a{
	color: #014DA1;
	text-decoration: underline;
}

/* myopia */
.underline{
	text-decoration: underline;
}
.tb_01{
	width: 100%;
}
.tb_01 tr:nth-child(odd){
	background: #ffeced;
}
.tb_01 tr:nth-child(even){
	background: #fff;
}
.tb_01 th{
	padding-left: 20px;
	font-weight: bold;
	border: 1px #c2c2c2 solid;
	color: #0051a3;
	padding: 5px;
	text-align: left;
}
.tb_01 td{
	padding: 5px;
	border: 1px #c2c2c2 solid;
	text-align: left;
}

/* payment */
#money {
	background-image: url(../img/payment/icon_money.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 90px;
	min-height: 80px;
}
#money2 {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#money3 {
	background-image: url(../img/payment/icon_money3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 90px;
}
#bank {
	background-image: url(../img/payment/icon_bank.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 90px;
	min-height: 80px;
}
#card {
	background-image: url(../img/payment/icon_card.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 90px;
}
.cost {
	font-size: 24px;
	color: #336600;
	text-align: center;
}
.eye_cost{
	background-color:#d5edd5;
	padding:10px 20px;
	border-radius:30px;
	margin:30px 0 40px;
}
.eye_cost p{
	font-weight:bold;
}
.ul_03 li{
	list-style-type: square;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
#payment fieldset {
	border: 2px outset #36c;
	width: 45%;
	padding: 10px;
}

/* comparison */
.tb_02 {
    width:100%;
    border:1px #014da1 solid;
    border-collapse:collapse;
    border-spacing:0;
	line-height:20px;
}
.tb_02 th {
    padding:5px;
    border:#014da1 solid;
    border-width:0 0 1px 1px;
    background:#9cf;
    font-weight:bold;
    line-height:120%;
    text-align:center;
}
.tb_02 td {
    padding:5px;
    border:1px #014da1 solid;
    border-width:0 0 1px 1px;
    text-align:left;
	vertical-align:top;
}

/* aftercare */
#aftercare_txt{
	background:url(../img/aftercare/aftercare_back.jpg) no-repeat left top;
	background-size: contain;
	width:auto;
	height:215px;
	font-size:14px;
	text-align:center;
	line-height:19px;
	padding-top: 49px;
	padding-left: 363px;
	padding-right:50px;
}

/* voice */
#voice_main li:nth-child(2n+1) {
    clear: left;
}
#voice_main li dl{
	padding: 5px
}
#voice_main dt{
	font-weight: bold;
	padding: 7px 0 7px 5px;
	margin-bottom: 10px;
}
#voice_main dd:nth-last-child(n+2){
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 3px;
}
#voice_main li:nth-child(odd) dt{
	background-color: #F8E2E6;
}
#voice_main li:nth-child(even) dt{
	background-color: #D3E9CD;
}
#voice_main li dd{
	font-size: 13px;
}
.change {
	font-size: 130%;
	color: #FF0000;
}
.use {
	font-size: 80%;
	color: #0000FF;
}

/* corporate */
dl.dl_01{
	background: #ebf6ff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
}
dl.dl_01 dt{
	clear: both;
	float: left;
	width: 100px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}
dl.dl_01 dd{
	background: #fff;
	margin-left: 100px;
	padding: 5px 5px 5px 10px;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
dl.dl_01 dd a{
	color: #014da1;
}

/* stay-home*/
section ol.explanation_no {
	margin: 0;
	padding: 0;
	font-size: 86%;
	list-style: none;
}
section ol.explanation_no li {
	padding-left: 35px;
	line-height: 1.5em;
	background: left top no-repeat;

}
section ol.explanation_no li:nth-child(1) {
	background: url(/img/system/b_1.png) left 5px top 0px no-repeat;
	background-size: 20px auto;
}
section ol.explanation_no li:nth-child(2) {
	background: url(/img/system/b_2.png) left 5px top 1px no-repeat;
	background-size: 20px auto;
}
section ol.explanation_no li:nth-child(3) {
	background: url(/img/system/b_3.png) left 5px top 1px no-repeat;
	background-size: 20px auto;
}
section ol.explanation_no li:nth-child(4) {
	background: url(/img/system/b_4.png) left 5px top 1px no-repeat;
	background-size: 20px auto;
}
section ol.explanation_no li div.img_btn img{
	width: 100%;
}


.pc{
    display: inline-block;
}
.sp{
    display: none;
}

.main_img_inner2{
	width: 1024px;
	margin: 0 auto;
}


/* sp */
@media screen and (max-width: 767px) {
	
	.pc{
	    display: none;
	}
	.sp{
	    display: inline-block;
	}
	.main_img_inner2{
		width: auto;
	}

	img{
		max-width: 100%;
		height: auto;
	}
	
	/*
	layout
	*/
	.main_img_inner,
	.inner{
		width: auto;
	}
	#left_container,
	#right_container{
		float: none;
		width: auto;
	}

	/*
	header
	*/
	header{
		height: 135px;
	}
	#header_wrapper{
		position: fixed;
		width: 100%;
		height: 135px;
		background-color: #fff;
		border-top: 5px solid #014da1;
		z-index: 1;
		top: 0px;
	}
	#header_wrapper.open{
		background-color: rgba(255,255,255,0.9);
		height: 100%;
	}
	#header_box{
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		text-align: center;
	}
	#header_box h1 img,
	#header_box #header_h1 img{
		max-width: 100%;
	}
	#header_access{
		padding: 10px 0;
	}
	#sp_open{
		display: block;
		box-sizing: border-box;
		background-color: #FFF;
		background-image: url(../img/menu_on.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 40px auto;
		height: 40px;
		width: 40px;
		position: fixed;
		z-index: 100;
		top: 90px;
		right: 10px;
		text-indent: -9999px;
	}
	#header_wrapper.open #sp_open{
		background-image: url(../img/menu_off.png);
	}
	#header_container{
		top: 135px;
	}
	
	#header_wrapper #nav{
		display: none;
	}
	#header_wrapper.open #nav{
		display: block;
	}
	
	.header_tel{
		top: 350px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		text-align: center;
		width: 250px;
	}
	.header_open{
		top: 410px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		text-align: center;
		width: 200px;
	}
	.header_open dd{
		float: none;
	}
	.header_holiday{
		margin-top: 10px;
	}
	
	#header_nav{
		margin: auto;
	}
	#header_nav ul{
		border-bottom: 1px dotted #333;
	}
	#header_nav ul li{
		border-bottom: 1px dotted #333;
		border-left: none;
		width: 50%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header_nav ul li:nth-child(2),
	#header_nav ul li:nth-child(4),
	#header_nav ul li:nth-child(6){
		border-right: 1px dotted #333;
	}
	#header_nav ul li:first-child{
		width: 100%;
		border-right: none; 
	}
	#header_nav ul li a{
		padding: 0;
	}
	
	#main_img{
		position: static;
		text-align: center;
		margin-bottom: 10px;
		width: 100%;
		height: auto;
	}
	
	/*
	left
	*/
	#left_container{
		margin: auto 5px;
	}
	.top_left_content{
		text-align: center;
	}
	
	/*
	right
	*/
	#right_container{
		margin: auto 20px;
	}
	#right_nav_banner,
	#right_container aside ul li{
		text-align: center;
	}
	#right_nav_txt > li{
		padding: 0 0 0 40px;
	}
	#right_nav_txt > li > a{
		padding: 20px 0;
		display: block;
	}
	#right_nav_txt > li > ul > li > a{
		padding: 10px 0 10px 40px;
		display: block;
	}
	#right_nav_txt > li.right_nav_txt_in > a{
		padding: 10px 0 10px 40px;
	}
	
	/*
	content
	*/
	
	
	/* pattern */
	.pattern_01 > li:nth-child(even),
	.pattern_01 > li:nth-child(odd){
		float: none;
		width: auto;
	}
	.pattern_02 > li{
/*		float: none;
		width: auto;*/
		padding: 5px;
	}
	.pattern_03 > li:nth-child(even),
	.pattern_03 > li:nth-child(odd){
		float: none;
		width: auto;
	}
	.pattern_03 > li:nth-child(even){
		margin-top: 10px;
		text-align: center;
	}
	
	/* 初めての方へ */
	#beginner_suuji dl{
		float: none;
		width: auto;
		height: auto;
		margin: 10px;
	}
	#beginner_suuji dl:nth-child(3n+1){
		margin-right: 10px;
	}
	
	/* システム */
	#system_5s li{
		float: none;
		width: auto;
		height: auto;
		margin-right: 0;
	}
	#system_5s li img{
		position: static;
		display: block;
		margin: 10px auto;
	}
	
	/* access */
	iframe{
		width: 100%;
	}
	
	/* payment */
	#payment fieldset{
		width: auto;
	}
	
	/* comparison */
	#comparison_main{
		overflow-x: auto;
	}
	#comparison_main .tb_02{
		width: 1000px;
	}
	
	/* aftercare */
	#aftercare_txt{
		
	}
	
	/* corporate */
	dl.dl_01 dt{
		width: 100%;
		float: none;
	}
	dl.dl_01 dd{
		width: auto;
		margin-left: 0;
		padding: 10px;
		border-left: none;
		
	}
}

/* pc */
@media screen and (min-width: 768px) {
	#right_nav_txt > li a:hover{
		text-decoration: underline;
	}
}


