@charset "utf-8";

@import url(../../../common/css/base.css);
@import url(../../../common/css/module.css);

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	common

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

html {
	background-color: #f9faf5;
}

body {
	text-align: center;
}

#header {
	background-image: url(../img/header_bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	position: relative;
	z-index: 2;
}

#header .inner {
	margin: 0 auto;
	padding: 33px 0 52px;
	width: 1000px;
	text-align: left;
	position: relative;
}

#header .sub {
	position: absolute;
	top: 0;
	right: 0;
}

#header .sub li {
	margin-left: 6px;
	float: left;
}

#header address {
	position: absolute;
	top: 41px;
	right: 0;
}

#header .global {
	padding: 8px 16px 0;
	position: absolute;
	top: 74px;
	left: 0;
}

#header .global li {
	float: left;
	position: relative;
}

#header .global li dl {
}

#header .global li dd {
	position: absolute;
	top: 71px;
	left: 0;
	z-index: 2;
	display: none;
}

#header .global li dd.first {
	left: 4px;
}

#header .global li li {
	float: none;
}

#content {
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 1;
}

#content .inner {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#content .return {
	padding-top: 65px;
	text-align: right;
	position: relative;
	top: 1px;
	clear: both;
}

#siteMap {
	background-color: #fff;
	background-image: url(../img/siteMap_bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#siteMap .inner {
	margin: 0 auto;
	padding: 0 0 35px 0;
	width: 961px;
	text-align: left;
	background-image: url(../img/siteMap_inner_bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	_position: relative;
	_left: -20px;
}

#siteMap li {
	width: 137px;
	float: left;
}

#siteMap dt {
	padding: 18px 0 12px 9px;
}

#siteMap dd li {
	margin-bottom: 9px;
	padding-left: 19px;
	float: none;
	font-size: 77%;
	background-image: url(../img/siteMap_icon.png);
	background-position: 10px 4px;
	background-repeat: no-repeat;
}

#siteMap dd li a {
	color: #141414;
}

#footer {
	background-color: #443a30;
}

#footer .inner {
	margin: 0 auto;
	padding: 24px 0;
	width: 968px;
	text-align: left;
	color: #fff;
	position: relative;
}

#footer ul {
	border-left: 1px solid #fff;
	float: left;
}

#footer li {
	padding: 0 9px;
	border-right: 1px solid #fff;
	float: left;
	font-size: 77%;
	font-size: 70%\9;
	line-height: 1.2;
}

/* 20130729 変更前

 #footer .bnr {
	position: absolute;
	top: 6px;
	right: 0;
}

#footer .copyright {
	padding-right: 220px;
	text-align: right;
}
 */

/* 20130729 ↓変更後↓*/

#footer .bnr {
	position: absolute;
	top: 6px;
	right: 103px;
}

#footer .bnr02 {
	position: absolute;
	top: 6px;
	right: 103px;
}

#footer .bnr03 {
	position: absolute;
	top: 6px;
	right: 0px;
	}

#footer .copyright {
	padding-right: 150px;
	text-align: right;
}
.pc_br_ex {
	display: inline-block;
  }
  .sp_br {
	display: none;
  }
/*
20131217追加
---------------------------------*/



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	top

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	low

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.low #content {
	background-image: url(../img/low_content_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.low #content .inner {
	padding-top: 38px;
}

.low #content .head {
	margin-bottom: 40px;
	position: relative;
}

.low #content .links {
	padding: 11px 0 10px;
	width: 340px;
	position: absolute;
	top: 12px;
	right: 0;
	background-image: url(../img/content_links_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.low #content .links dt,
.low #content .links dd {
	float: left;
}

.low #content .links dt {
	padding: 0 10px 0 6px;
}

.low #content .links li {
	margin-bottom: 2px;
	font-size: 77%;
}

.low #content .links li,
.low #content .links a {
	color: #fff;
}

.low #content .topicPath li {
	padding-top: 8px;
	font-size: 93%;
	float: left;
}

.low #content .topicPath li h1{
	font-size: 100%;
	font-weight:normal;
}

.low #content .topicPath .top {
	margin-right: 13px;
	padding-top: 0;
}

.low #content .fontsize {
	padding: 5px 7px 5px 0;
	_width: 230px;
	background-color: #dbd6c7;
	position: absolute;
	top: 102px;
	right: 0;
}

.low #content .fontsize dt,
.low #content .fontsize dd {
	float: left;
}

.low #content .fontsize li {
	margin-right: 3px;
	float: left;
	cursor: pointer;
}

.low #content .main {
	width: 680px;
	float: left;
}

.low #content .side {
	width: 230px;
	float: right;
}

.low #content .side .nav {
	margin-bottom: 30px;
}

.low #content .side .bnr {
	position: relative;
}

.low #content .side .bnr li {
	margin-bottom: 10px;
}

h3.h3_title{
	font-size:18px;
	font-weight:normal;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	others

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.red {
	color: #f00;
}


.taL {text-align:left!important;}
.taR {text-align:right!important;}
.taC {text-align:center!important;}


#siteMap dl .top{
	padding: 18px 0 5px 9px;
}


#siteMap dl .ippangairai{
	padding: 0 0 12px 9px;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	form

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

body.form #content .main .txt01 {
	margin: 28px 0;
	font-size: 93%;
	font-weight: bold;
}

body.form #content .main .txt02 {
	margin: 95px 0;
	font-size: 138.5%;
	font-weight: bold;
	text-align: center;
}

body.form #content .main .txt03 {
	margin-bottom: 5px;
	font-size: 93%;
	font-weight: bold;
	color: #f00;
}

body.form #content .main table {
	margin-bottom: 30px;
	width: 100%;
	border: 1px solid #d9d9d9;
}

body.form #content .main th,
body.form #content .main td {
	padding: 18px 12px;
	font-size: 93%;
	_line-height: 1.5;
	text-align: left;
	vertical-align: top;
}

body.form #content .main th {
	width: 140px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background-color: #e8e5dc;
}

body.form #content .main td {
	border-bottom: 1px solid #d9d9d9;
	background-color: #fff;
}

body.form #content .main .last th,
body.form #content .main .last td {
	border-bottom: none;
}

body.form #content .main td div {
	margin-bottom: 10px;
}

body.form #content .main td input,
body.form #content .main td label {
	vertical-align: middle;
}

body.form #content .main td .w50 {
	width: 50px;
}

body.form #content .main td .w70 {
	width: 70px;
}

body.form #content .main td .w150 {
	width: 150px;
}

body.form #content .main td .w260 {
	width: 260px;
}

body.form #content .main td .w370 {
	width: 370px;
}

body.form #content .main td .w480 {
	width: 480px;
}

body.form #content .main td span {
	font-size: 85%;
	color: #fb9700;
}

body.form #content .main .btn {
	text-align: center;
}

/* 20240430追加 */
.section div.docYoyaku {
	position:relative;
	width:550px;
	border: 8px solid #e8e5dd;
	background-color:#ffffff;
	padding: 20px;
	margin-bottom: 20px;
}
.section div.docYoyaku ul{
	display: flex;
	margin: 0 0 10px 35px;
	justify-content: flex-start;
}
.section div.docYoyaku ul li{
	margin:0 30px 0 0;
}
.section div.docYoyaku .yoyaku_times{
	margin: 0 0 0 35px;
}
.section div.docYoyaku .yoyaku_txt{
	font-size: 130%;
	font-weight: bold;
	color: #3d3d3d;
	background: url(../../../check_prev/style/img/yoyaku_icon.png) no-repeat left center;
	padding-left: 35px;
	margin-bottom: 10px;
}

.section div.docYoyaku.bottom{
	margin-bottom: 10px;
}
	
.section div p.yoyakuBtn{
	position:absolute;
	width:200px;
	height:26px;
	top:61px;
	left:339px;
}

/*　20140324追加
	680px 以下　
---------------------------*/

@media ( max-width: 720px){
#header .inner {
display: none;
}

.low.form #content .inner.clearfix .head .topicPath.clearfix .pageTit{
	display: none;
	}

body.form #content .main .txt01 {
	margin: 28px auto 28px auto;
	font-size: 93%;
	font-weight: bold;
	width: 95%;
	text-align: center;
}

.low.form #content .inner.clearfix .head h2{
	margin: 0 auto;
	}
.low #content{
	position: relative;
	}
	
.low #content .main {
	width: 100%;
	float: left;
}

.low.form #content .inner.clearfix .main .spTxt{
	text-align: center;
	}
	
.low.form #content .inner.clearfix .main .topImg{
	width: 95%;
	margin: 0 auto;
	}
	
.low.form #content .inner.clearfix .main .topImg img{
	width: 100%;
	height: auto;
	}
	
.low.form #content .inner.clearfix .main #confirm #spTable{
	width: 90%;
	margin: 0 auto 20px auto;
	}
	
.low.form #content .inner.clearfix .main #confirm #spTable tr{
	display: block;
	overflow: hidden;
	width: 100%;
	}
	
.low.form #content .inner.clearfix .main #confirm #spTable tr th,
.low.form #content .inner.clearfix .main #confirm #spTable tr td{
	display:block;
	width: 100%;
	}

.low #content .inner {
	width: 100%;
	position: absolute;
	margin: 0 auto;
	z-index:1000;
	}
	
.low.form #content .inner.clearfix .main #confirm #spTable tr td input[type=text]{
	height: 20px;
	}
	
	
/*ヘッダー、フッター
---------------------------*/
.low #content .head {
width: 100%;
background:url(../../../style/img/content_bg.jpg) repeat-x;
}
  /* 20240430追加 */
  .section div.docYoyaku {
	width:85%;
}
.section div.docYoyaku ul{
	flex-direction: column;
  align-items: center;
  gap: 10px;
}
	
.low #content .side {
	display: none;

}
	
#footer,#siteMap{
	display: none;
}
.pc_br_ex {
	display: none;
  }
  .sp_br {
	display: block;
  }
}