@charset "utf-8";

/*************************************************/}

ol{
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	list-style-position:outside;
	font-size:100%;
}

ul{
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	list-style-position:outside;
	font-size:100%;
}

dt{
	margin: 0px 0px 0px 10px;
}

dd{
	margin: 0px 0px 0px 30px;
}

table{
	line-height:160%;
	font-size:100%;
}

fieldset{
	border: 0px;
}

.clear{
	clear:both
}

h1 {
	margin:0;
	padding:0;
	font-size:28px;
	line-height:28px;
}


/**マージ／パディング**************************/
.margintop5 {
	margin-top:5px;
}

.margintop10 {
	margin-top:10px;
}

.margintop15 {
	margin-top:15px;
}

.margintop20 {
	margin-top:20px;
}

.marginright5 {
	margin-right:5px;
}

.marginright10 {
	margin-right:10px;
}

.marginright15 {
	margin-right:15px;
}

.marginright20 {
	margin-right:20px;
}

.marginbottom5 {
	margin-bottom:5px;
}

.marginbottom10 {
	margin-bottom:10px;
}

.marginbottom15 {
	margin-bottom:15px;
}

.marginbottom20 {
	margin-bottom:20px;
}

.marginleft5 {
	margin-left:5px;
}

.marginleft10 {
	margin-left:10px;
}

.marginleft15 {
	margin-left:15px;
}

.marginleft20 {
	margin-left:20px;
}

.paddingtop5 {
	padding-top:5px;
}

.paddingtop10 {
	padding-top:10px;
}

.paddingtop15 {
	padding-top:15px;
}

.paddingtop20 {
	padding-top:20px;
}

.paddingright5 {
	padding-right:5px;
}

.paddingright10 {
	padding-right:10px;
}

.paddingright15 {
	padding-right:15px;
}

.paddingright20 {
	padding-right:20px;
}

.paddingbottom5 {
	padding-bottom:5px;
}

.paddingbottom10 {
	padding-bottom:10px;
}

.paddingbottom15 {
	padding-bottom:15px;
}

.paddingbottom20 {
	padding-bottom:20px;
}

.paddingleft5 {
	padding-left:5px;
}

.paddingleft10 {
	padding-left:10px;
}

.paddingleft15 {
	padding-left:15px;
}

.paddingleft20 {
	padding-left:20px;
}


/**ヘッダ/コンテンツ/フッタ**************************/
#HeaderArea {
	margin:0;
	padding:0;
	width:100%;
	border-bottom:solid 1px #cecece;
	box-sizing: border-box;
}

#HeaderLogo {
	float:left;
	margin:20px 0 0 60px;
	width:250px;
}

#HeaderLogo img{
	width:250px;
}

#HeaderMenu {
	float:right;
	margin:30px 0 0 0;
	padding:0;
	width:1000px;
}

#HeaderMenu ul{
	list-style-type:none;
}

#HeaderMenu ul li{
	float:left;
	margin:0;
	padding:0;
	width:12%;
	text-align:center;
	font-size:12px;
	border-top:1px solid #cecece;
	border-right:1px solid #cecece;
	line-height:20px;
}

#HeaderMenu ul li:first-child{
	border-left:1px solid #cecece;
}

#HeaderMenu ul li a{
	display:block;
	margin:0;
	padding:10px;
}

#HeaderMenu ul li a.active{
	background-color:#cecece;
}

#HeaderMenu ul li a:link {  color: #333;  text-decoration: none;}
#HeaderMenu ul li a:visited{  color: #333;  text-decoration: none;}
#HeaderMenu ul li a:active {  color:#999;  text-decoration: none;}
#HeaderMenu ul li a:hover {  color: #999;  text-decoration: none; background-color:#ececec;}

.nav-toggle {
	display: none;
	position: absolute;
	top: -5px;
	right: 12px;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	z-index: 9999;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-color: transparent;
}

@media screen and (max-width: 768px) {
	.nav-toggle {
		display: block;
	}
}

.nav-toggle div {
	position: relative;
}

.nav-toggle span {
	display: block;
	height: 2px;
	position: absolute;
	width: 60%;
	left: 30%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background-color: #000;
}

.nav-toggle span:nth-child(1) {
	top: 20px;
}

.nav-toggle span:nth-child(2) {
	top: 28px;
}

.nav-toggle span:nth-child(3) {
	top: 36px;
}

.nav-toggle.is-active span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 28px;
}

.nav-toggle.is-active span:nth-child(2) {
	opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 28px;
}

.home {
	width:12px;
	background-image:url(/img/header/img_header_home.svg);
	background-repeat:  no-repeat;
	background-position:center center;
	background-size:contain;
	width:100%;
}

.company {
	width:12px;
	background-image:url(/img/header/img_header_home.svg);
	background-repeat:  no-repeat;
	background-position:center center;
	background-size:contain;
	width:100%;
}

.shopping {
	width:12px;
	background-image:url(/img/header/img_header_shopping.svg);
	background-repeat:  no-repeat;
	background-position:center center;
	background-size:contain;
	width:100%;
}

.reserve {
	width:12px;
	background-image:url(/img/header/img_header_reserve.svg);
	background-repeat:  no-repeat;
	background-position:center center;
	background-size:contain;
	width:100%;
}

.download {
	width:12px;
	background-image:url(/img/header/img_header_download.svg);
	background-repeat:  no-repeat;
	background-position:center center;
	background-size:contain;
	width:100%;
}

.access {
	width:12px;
	background-image:url(/img/header/img_header_access2.svg);
	background-repeat:  no-repeat;
	background-position:center center;
	background-size:contain;
	width:100%;
}

.contact {
	width:12px;
	background-image:url(/img/header/img_header_contact.svg);
	background-repeat:  no-repeat;
	background-position:center center;
	background-size:contain;
	width:100%;
}

#BrandingArea {
	margin:0;
	width:100%;
}

#BrandingArea img{
	width:100%;
}

#Container {
	margin:0 auto;
	width:1000px;
}

#Container img{
	width:100%;
}

#contents {
	margin:0 auto;
	width:1000px;
	font-size:100%;
}

.PageTitle {
	margin:0 auto;
	width:1000px;
	padding:20px;
	border-bottom:solid 1px #cecece;
	line-height:20px;
}

#title {
	margin:0;
	padding:20px;
	border-bottom:solid 1px #cecece;
}

#FooterArea {
	margin:0;
	padding:10px 0;
	width:100%;
	font-size:12px;
	text-align:center;
	border-top:solid 1px #cecece;
	box-sizing: border-box;
}


@media screen and (max-width: 768px) {

	#HeaderArea {
		padding:10px 0;
	}

	#HeaderLogo {
		float:left;
		margin:0 0 0 20px;
		width:200px;
	}

	#HeaderLogo img{
		width:200px;
	}

	#HeaderMenu {
		display:none;
		margin:18px 0 0 0;
		padding:0;
		width:100%;
		height:100%;
		position: fixed;
		top: 25px;
		left: 0px;
		z-index: 9999;
		background-color:#ececec;
	}

	#HeaderMenu ul{
		margin:0;
		padding:0;
	}

	#HeaderMenu ul li{
		float:none;
		display:block;
		margin:0;
		padding:15px 0 0 0;
		width:100%;
		font-size:120%;
		border-top:none;
		border-right:none;
		border-bottom:none;
	}

	#HeaderMenu ul li:first-child{
		border-left:none;
	}

	#HeaderMenu ul li a.active{
		padding:10px 0;;
	}

	#Container {
		margin:0;
		width:100%;
	}

	#Container img{
		width:100%;
	}

	.PageTitle {
		width:100%;
	}

	#title {
		padding:10px 20px;
		font-size:140%;
		border-bottom:none;
	}

	#contents {
		width:100%;
		padding:10px 0;
	}

	#FooterArea {
		font-size:85%;
	}
}


/**文字装飾関連*****************************/
.comment {
	color:#6C4618;
}

.commentb {
	color:#6C4618;
	font-weight:bold;
}

.comment1 {
	color:#6F8056;
}

.comment1b {
	color:#6F8056;
	font-weight:bold;
}

.comment2 {
	color:#019311;
}

.comment2b {
	color:#019311;
	font-weight:bold;
}

.require {
	color:#ff0000;
}

.requireb {
	color:#ff0000;
	font-weight:bold;
}

.brown {
	color:#481608;
}

.brownb {
	color:#481608;
	font-weight:bold;
}

.gray {
	color:#535353;
}

.grayb {
	color:#535353;
	font-weight:bold;
}

.grays {
	color:#cccccc;
}

.graysb {
	color:#cccccc;
	font-weight:bold;
}

.blue {
	color:#0011FF;
}

.blueb {
	color:#0011FF;
	font-weight:bold;
}

.green {
	color:#019311;
}

.greenb {
	color:#019311;
	font-weight:bold;
}

.orange {
	color:#FF6600;
}

.orangeb {
	color:#FF6600;
	font-weight:bold;
}

.txtcenter {
	text-align:center;
}

.txtright {
	text-align:right;
}

.txtleft {
	text-align:left;
}

.txt8 {
	font-size:8px;
}

.txt9 {
	font-size:9px;
}

.txt10 {
	font-size:10px;
}

.txt12 {
	font-size:12px;
}

.txt14 {
	font-size:14px;
}

.txt16 {
	font-size:16px;
}

.txt18 {
	font-size:18px;
}

.txt75 {
	font-size:75%;
}

.txt85 {
	font-size:85%;
}

.txt90 {
	font-size:90%;
}

.txt120 {
	font-size:120%;
}

.txt140 {
	font-size:140%;
}

.txt160 {
	font-size:160%;
}

.txt180 {
	font-size:180%;
}

.txt_mincho {
	font-family: "ＭＳ Ｐ明朝", Osaka, sans-serif ;
}

.div_right {
	float:right;
}

.div_left {
	float:left;
}

/**border関連*****************************/
.border_top_solid1 {
	border-top:1px solid #cecece;
}

.border_top_solid2 {
	border-top:2px solid #cecece;
}

.border_top_dotted1 {
	border-top:1px dotted #cecece;
}

.border_top_dotted2 {
	border-top:2px dotted #cecece;
}

.border_bottom_solid1 {
	border-bottom:1px solid #cecece;
}

.border_bottom_solid2 {
	border-bottom:2px solid #cecece;
}

.border_bottom_dotted1 {
	border-bottom:1px dotted #cecece;
}

.border_bottom_dotted2 {
	border-bottom:2px dotted #cecece;
}

.list_dl1 {
	padding:10px 0;
}

.list_dl1 dt {
	float:left;
	margin:0;
	padding:10px 0;
	width:20%;
}

.list_dl1 dd {
	float:left;
	margin:0;
	padding:10px 0 10px 10px;
	width:75%;
}

.list_dl1 div {
	clear:both;
	border-top:1px solid #cecece;
}

.list_dl1 div:first-child {
	border-top:none;
}

.list_dl2 {
	padding:10px 20px 10px 50px;
	font-weight:normal;
}

.list_dl2 dt {
	float:left;
	margin:0;
	padding:10px 0;
	width:20%;
	font-weight:normal;
}

.list_dl2 dd {
	float:left;
	margin:0;
	padding:10px 0 10px 10px;
	width:75%;
}

.list_dl2 div {
	clear:both;
}

.list_faq1 {
	padding:10px 20px 10px 50px;
	font-weight:normal;
}

.list_faq1 dt{
	margin:0 0 0 30px;
	padding:20px 0 10px 30px;
	font-weight:normal;
	font-size:14px;
	background-image:url(/images/icon_question.jpg);
	background-repeat:  no-repeat;
	background-position:left center;
}

.list_faq1 dd{
	margin:0 0 0 35px;
	padding:10px 0 20px 30px;
	font-weight:normal;
	font-size:14px;
	background-image:url(/images/icon_answer.jpg);
	background-repeat:  no-repeat;
	background-position:left center;
	border-bottom:1px solid #cecece;
}

.faq_list{
	margin:30px 0 30px 70px;
	padding:10px 0;
	font-weight:normal;
	font-size:12px;
	border-bottom:1px solid #cecece;
}

.faq_subtitle{
	margin:0 0 0 70px;
	padding:0;
	font-weight:normal
	font-size:18px;
	border-bottom:1px solid #cecece;
}



@media screen and (max-width: 768px) {
	.list_dl2 {
		padding:10px;
	}

	.list_dl2 dt {
		float:left;
		margin:0;
		padding:10px 0;
		width:40%;
	}

	.list_dl2 dd {
		float:left;
		margin:0;
		padding:10px 0 10px 10px;
		width:55%;
	}

	.list_faq1 {
		padding:10px 0;
		font-weight:normal;
	}

	.list_faq1 dt{
		margin:0 0 0 0;
		padding:20px 0 10px 30px;
	}

	.list_faq1 dd{
		margin:0 0 0 5px;
		padding:10px 0 20px 30px;
	}

	.faq_list{
		margin:0;
	}

	.faq_subtitle{
		margin:0;
		padding:10px 0;
	}

}

/****セクション******************************/
.Section1{
	padding:15px 15px 10px 15px;
}

.Section2{
	padding:15px 15px 10px 15px;
	background-color:#ffffff;
}

.Section3{
	padding:15px 5px 10px 5px;
	background-color:#ffffff;
}

.whatnew{
	padding:5px;
	border-bottom:1px solid #cecece;
}

.SideSection1{
	padding:0;
	background-color:#EDEDED;
}

.div_left{
	margin-top:20px;
	padding:0 5px;
	float:left;
	width:47%;
	text-align:center;
}

.div_left img{
	max-width:330px;
}

.div_right{
	margin-top:20px;
	float:right;
	width:47%;
	text-align:center;
}

.div_left2{
	margin-top:20px;
	float:left;
	text-align:center;
}

.div_right2{
	margin-top:20px;
	float:right;
	text-align:center;
}

.div_left3{
	margin-top:10px;
	float:left;
	width:25%;
	min-height:170px;
	font-size:75%;
	text-align:center;
}

.div_left4{
	margin-top:20px;
	padding:0 5px;
	float:left;
	width:47%;
	text-align:left;
}

.div_left5{
	margin-top:20px;
	padding:0;
	float:left;
	width:33%;
	text-align:center;
}

.div_center {
	margin:30px auto;
	width:80%;
}

.div_before {
	float:left;
	width:45%;
	text-align:right;
}

.div_next {
	margin-left:10%;
	float:left;
	width:45%;
	text-align:left;
}

.Section_div4 {
	padding:10px 0;
	border-bottom:1px solid #cecece;
}

.Section_div5 {
	margin:0 0 20px 0;
	padding:10px;
	text-align:center;
}

.Section_div5 img{
	width:100%;
}

@media screen and (max-width: 768px) {

	.div_left{
		margin-right:0;
		padding:0;
		float:none;
		width:100%;
		text-align:center;
	}

	.div_right{
		padding:0;
		float:none;
		width:100%;
		text-align:center;
	}

	.Section_construct1 {
		padding:0 0 30px 15px;
		text-align:center;
		box-sizing: border-box;
	}

	.Section_construct1 img{
		margin:20px 15px 0 0;
		width:40%;
	}

	.div_left2{
		margin-top:20px;
		float:none;
		width:100%;
	}

	.div_right2{
		margin-top:20px;
		float:none;
		width:100%;
	}

	.div_left2 img{
		width:100%;
	}

	.div_right2 img{
		width:100%;
	}

	.div_left3{
		width:50%;
	}

	.div_left4{
		float:none;
		width:100%;
	}
}
/****テーブル******************************/
.Tb1{
	width:100%;
	border:solid 1px #CCCCCC;
	font-size:100%;
	border-collapse: collapse;
}

.Tb1 td{
	padding:5px 10px;
	text-align:left;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	vertical-align:center;
}

.Tb1 td.title{
	width:200px;
	text-align:left;
	background-color:none;
}

@media screen and (max-width: 768px) {
	.Tb1 td{
		font-size:85%;
	}

	.Tb1 td.title{
		width:100px;
	}
}

.Tb2{
	width:97%;
	font-size:100%;
	border-collapse: collapse;
}

.Tb2 td{
	padding:5px 10px;
	text-align:center;
	vertical-align:top;
}

.Tb3{
	width:97%;
	font-size:100%;
	border-collapse: collapse;
}

.Tb3 td{
	padding:5px 10px;
	text-align:left;
	vertical-align:top;
}

.Tb_report{
	width:97%;
	font-size:100%;
	border-collapse: collapse;
}

.Tb_report td{
	padding:10px;
	text-align:left;
	vertical-align:center;
	border-bottom:solid 1px #cecece;
}

a.pdf{
	padding-right:20px;
	background-image:url(/file/images/icon/icon_pdf.jpg);
	background-repeat:  no-repeat;
	background-position:right center;

}

.faq_content1 {
	display:flex;
	padding:10px 0;
	text-align:left;
	border-bottom:1px solid #cecece;
}

.faq_content1 img{
	margin-right:10px;
	width:100px;
	height:100px;
}

.faq_content1 div.txt{
	padding-left:10px;
}

@media screen and (max-width: 768px) {
	.faq_content1 div.txt{
		width:60%;
	}
}
