﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

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, 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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
.cf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
img {
	max-width:100%;
}
table {
	width:100%;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*----------------------*/
html,
body {
//  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
	color:#333;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
//	border-top:solid 5px #0000CA;
}
#footer, {
	width:100%;
	max-width:100%;
}

#wrapper {
	position: relative;
	z-index: 0;
	max-width: 1172px;
	min-width: 990px;
	margin: 0 auto 30px;
	background: url(/img/cmn/bg_wrap_01.png) center top repeat-y;
}
#wrapper::before,
#wrapper::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#wrapper::before {
	background: url(/img/cmn/bg_wrap_02.png) center top no-repeat;
}
#wrapper::after {
	background: url(/img/cmn/bg_wrap_03.png) center bottom no-repeat;
}
#container {
	position: relative;
	z-index: 2;
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 50px;
}

#main-content {
	float:right;
	width:700px;
}



img {
	width:100%;
	max-width:100%;
	height:auto;
}
img.img20 {
	width:20px;
	height:20px;
}
a {
	color:#0000CA;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
.f-l {
	float:left;
	margin:0 10px 5px 0;
}
.f-r {
	float:right;
	margin:0 0 5px 10px;
}
.txt-bb {
	color:#0000CA;
	display:block;
}
.waku {
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	padding:3px;
}
.under-b {
	border-bottom:solid 1px #CCCCCC;
}
.mb-10 {
	margin-bottom:10px;
}
/*---header---*/
#header {
	width: 100%;
	overflow: hidden;
}
/*---content---*/
.smp-no {
	display:none;
}
#main-content section {
	margin-bottom: 40px;
}
#main-content section p {
	margin-bottom:10px;
}
img.topimg {
	border-bottom:solid 2px #0000CA;
	border-top:solid 2px #0000CA;
	margin:0 0 10px 0 !important;
}
#main-content h2 {
	clear: both;
/*	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;*/
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	background: url(/img/cmn/bg_h2_01.png) right bottom no-repeat;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
/*
#main-content h3 {
	border-left:solid 8px #0000CA;
	color:#0000CA;
	font-size:16px;
	font-weight:normal;
	padding:4px 0 4px 5px;
	margin:0 10px 10px 10px;
	line-height:1.2;
}
*/
.responseimg {
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
	margin-bottom:5px
}
img.w100 {
	width:100px;
	height:auto;
	float:left;
	margin:0 10px 5px 0;
}
img.titleimg {
	padding:0 10px;
	margin-bottom:10px;
	width:100%;
	height:auto;
}
.blue-p {
	background-color:#F0F0FF;
	padding:5px;
}
.blue-p span {
	color:#0000CA;
	display:block;
	font-weight:bold;
}
ul.infoli {
	margin-bottom:20px;
}
ul.infoli li {
	border-bottom:dotted 2px #CCC;
	padding:10px 0 6px 0;
	list-style-type:circle;
	list-style-position:inside;
	line-height:1.2;
}
ul.infoli li span {
	color:#0000CA;
	margin-right:10px;
}
ul.tokuten li {
	list-style-type:circle;
	list-style-position:inside;
	line-height:1.2;
	margin-bottom:8px;
}

/*---navi---*/
#sidenavi {
	width: 220px;
	float:left;
	box-sizing: border-box;
}
#sidenavi .ttl {
/*	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;*/
	font-family: 'Noto Serif JP', serif;
	color: #836E1C;
	font-size: 21px;
	margin-bottom: 2px;
}
.gnav {
	width: 100%;
	border: solid 2px #dfcf94;
	padding: 1px;
	box-sizing: border-box;
}
.gnav ul {
	border: solid 1px #eee8c8;
	width: 100%;
	box-sizing: border-box;
}
.gnav ul li {
	box-sizing: border-box;
	position:relative;
}
.gnav ul li a {
	display:block;
	text-decoration:none;
	font-size:18px;
	line-height:2.6;
	color: #000;
	margin: 0 10px;
	border-bottom: solid 1px #eee8c8;
}
.gnav ul li:last-child a {
	border-bottom: none;
}
.gnav ul li.active a,
.gnav ul li a:hover {
	color: #836E1C;
}
.gnav ul li a:before {
  content: "　";
  background: url(/img/cmn/arw_r_01.png) center center no-repeat;
}

.link-list {
	margin-top: 60px;
}
.link-list li {
	margin-top: 4px;
}


	
/*---footer---*/
#footer {
/*	background:url(/img/footer-bg.gif) repeat;*/
	background-color: #fff3c3;
	font-size:12px;
	clear:both;
	padding-bottom:55px;
}
#footer #foot {
	margin:0 10px;
	padding-top:10px;
	border-top:solid 2px #FFFFFF;
}
#footer .foot-wrap-1 {
	margin-bottom: 20px;
}
#footer .foot-wrap-2 {
	margin-bottom: 20px;
}
#footer p {
	padding:0;
	text-align:center;
}
#footer p img {
	vertical-align:middle;
}
#footer p.copy {
	color:#000099;
	font-weight:bold;
}
#page-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
    font-size: 20px;
	z-index:10;
}
#page-top a {
    background: #836E1C;
    text-decoration: none;
    color: #fff;
    padding: 6px 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity:0.6;
}
#page-top a:hover {
    text-decoration: none;
    background: #2828FF;
	opacity:0.8;
}
#callto {
	display: block;
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000000;  
    color: #ffffff;
    text-decoration: none;
	font-size: 16px;
	color: #FFF;
	font-weight:bold;
	line-height: 18px;
	border: 1px solid #000;
	text-align:center;
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top,  #deb448 0%, #c38d35 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deb448), color-stop(100%,#c38d35)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #deb448 0%,#c38d35 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #deb448 0%,#c38d35 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #deb448 0%,#c38d35 100%); /* IE10+ */
background: linear-gradient(to bottom,  #deb448 0%,#c38d35 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deb448', endColorstr='#c38d35',GradientType=0 ); /* IE6-9 */
}
#callto a {
	display:block;
	width:100%;
	color: #FFF;
	text-decoration: none;
	padding:12px 0;
}
#callto a:hover {
	text-decoration: none;
}
.caunter {
	display:none;
}


#callto {
	display: none;
    position: fixed !important;
}





.txt-bb {
	font-weight:bold;
}



.fs-l-1 {
	font-size: 17px;
}


.txt-box-1 {
	border: solid 3px #BCBCE3;
	width: calc(100% - 340px);
	padding: 10px;
	margin-top: 44px;
}
.txt-box-1 strong {
	display: block;
	margin-bottom: 4px;
}




@media screen and (min-width: 600px) {
#header p:first-child img {
	width:512px;
	height:auto;
	margin:10px 0;
}
img.img200 {
	width:200px;
	height:auto;
	float:left;
	margin:0 10px 5px 0;
}

img.img-r-1 {
	width: 323px;
	height:auto;
	float: right;
	margin:0 0 5px 10px;
}

}

@media screen and (min-width: 600px) and (max-width: 768px) {
img.img-r-1 {
	width: 250px !important;
	height:auto !important;
	float: right !important;
	margin:0 0 5px 10px !important;
}
.txt-box-1 {
	width: calc(100% - 270px) !important;
    margin-top: 44px !important;
}
}




@media screen and (min-width: 830px) {
.smp-no {
	display:inherit;
}
.pc-no {
	display:none;
}
#content section p {
	margin-bottom:15px;
}
.responseimg {
	width:auto;
	height:auto;
}
/*---header---*/
#header p:nth-child(1) {
	float:left;
}
#header p:nth-child(2) {
	float:right;
	padding:10px 0 0 0;
}
/*---content---*/
img {
	width:auto;
	max-width:auto;
	height:auto;
}
/*---footer---*/
#footer {
	border-top:solid 2px #836E1C;
	padding-bottom:15px;
}
#footer #foot {
	border:none;
	padding-top:15px;
}
#footer p {
	padding:0;
	text-align:left;
}
#footer .foot-wrap-1 {
	float: left;
	width: 550px;
}
#footer .foot-wrap-2 {
	float: right;
	width: calc(100% - 600px);
}
p.foot-address img {
	margin:15px 0;
}
p.footmenu {
	font-size:12px;
	line-height:2.0;
	margin-bottom:15px;
}
p.footmenu a {
	text-decoration:none;
}
p.footmenu a:hover {
	text-decoration:underline;
}
#footer p.copy {
	clear: both;
	text-align:center;
	margin:0 auto;
}
#page-top a {
	opacity:1.0;
}
}
@media screen and (min-width: 950px) {
#footer #foot {
	margin:0 auto;
	width:950px;
}
.caunter {
	display:inline;
}
}

@media screen and (max-width: 768px) {

#wrapper {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}
#container {
	width: 92%;
}

#main-content {
	float: none;
	width: 100%
}

#main-content h2 {
	font-size: 19px;
	padding-bottom: 4px;
	margin-bottom: 16px;
}

img.img-r-1 {
    width: 100%;
    height: auto;
    float: right;
    margin: 0 0 10px 0;
}

.fs-l-1 {
	font-size: 14px;
}

.txt-box-1 {
    width: 100%;
	margin-top: 10px;
}
.txt-box-1 strong {
	display: block;
	margin-bottom: 4px;
}

/*---navi---*/
#sidenavi {
	width: 100%;
	float: none;
}
#sidenavi .ttl {
	display: none;
}
.gnav ul {
	overflow: hidden;
}
.gnav ul li {
	float: left;
	width: 50%;
}
.gnav ul lilast-child {
	border-bottom: none;
}
.gnav ul li a {
	display:block;
	text-decoration:none;
	font-size: 3.2vw;
	line-height:2.6;
	color: #000;
}
.gnav ul li.active a,
.gnav ul li a:hover {
	color: #836E1C;
}
.gnav ul li a:before {
  content: "　";
  background: url(/img/cmn/arw_r_01.png) center center no-repeat;
}

.link-list {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}
.link-list li {
	float: left;
	width: 50%;
	margin-top: 0;
}

#callto {
	display: block;
}


}

@media screen and (max-width: 359px) {

/*---navi---*/

.gnav ul li a {
	font-size: 3.8vw;
}

}



/* ---------- */

.sp-disp {
	display: none;
}

header {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1200px;
	min-width: 990px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: -10px;
}
header h1 {
	position: relative;
	z-index: 2;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
header h1 img {
	width: 100%;
	vertical-align: bottom;
}
header::after {
	content: "";
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 21px;
	margin-bottom: 10px;
	background: url(/img/cmn/hdr_btm_01.jpg) center center no-repeat;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
header section {
	position: relative;
	z-index: 1;
}
header section h2 {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 50%;
	text-shadow: -2px -2px 4px #ffffff,2px 2px 4px #fff;
	transform : translateY(-50%);
/*	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;*/
	font-family: 'Noto Serif JP', serif;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
header section h2 span {
	font-size: 26px;
}
header section .mv {
	position: relative;
	z-index: 1;
}

#main-content h3 {
	border-bottom: solid 2px #000099;
	font-size: 20px;
	font-weight: normal;
/*	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;*/
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 10px;
}

.oshirase-1 {
	clear: both;
	width: 100%;
	overflow: hidden;
	border: solid 1px #ccc;
	margin-bottom: 20px;
}
.oshirase-1 > img {
	display: block;
	float: left;
	width: 160px;
}
.oshirase-1 > div {
	float: left;
	width: 538px;
	padding: 10px 10px 0 20px;
}
.oshirase-1 > div > h3 {
}
.oshirase-1 .date {
/*	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;*/
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 4px;
}
.oshirase-1 .date strong {
	display: inline-block;
	padding: 0 .4em;
	margin-right: .4rem;
	font-weight: normal;
	color: #fff;
	background-color: #1C2C6F;
}

.oshirase-2 {
	clear: both;
	text-align: right;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {

.pc-disp {
	display: none;
}
.sp-disp {
	display: block !important;
}

#container {
	padding-top: 20px;
}

header {
	max-width: 100%;
	min-width: 100%;
}
header section .mv {
}
header section h2 {
	font-size: 4.6vw;
}
header section h2 span {
	font-size: 2.6vw;
}

#main-content h3 {
	font-size: 16px;
}

.oshirase-1 > img {
	display: none;
}
.oshirase-1 > div {
	float: none;
	width: 100%;
	padding: 2% 4%;
}
.oshirase-1 .date {
	font-size: 14px;
}

.oshirase-2 {
	margin-bottom: 20px;
}

}

/* 下層ページ */

.sub-head {
	position: relative;
}
.sub-head h2 {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	line-height: 1.4;
	white-space: nowrap;
	text-shadow: 
		#fff 1px 1px 10px, #fff -1px 1px 10px,
		#fff 1px -1px 10px, #fff -1px -1px 10px;
}
.sub-head p {
	position: relative;
	z-index: 1;
}
.sub-head p img {
	vertical-align: bottom;
}
@media screen and (max-width: 768px) {
	.sub-head h2 {
		font-size: 20px;
	}
}

#main-content.sub-page h3 {
    border-bottom: none;
    font-size: 16px;
	color: #836E1C;
}
#main-content.sub-page h3::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(/img/cmn/ico_hl_01.png) center center no-repeat;
	background-size: contain;
	margin-right: 6px;
	vertical-align: bottom;
}
@media screen and (max-width: 768px) {
	#main-content.sub-page {
		font-size: 90%;
	}
}

.faq-cont {
	margin-top: 2em;
	padding: 0 2em;
}
.faq-cont dt {
	text-indent: -1.3em;
	margin-bottom: 2em;
	border-bottom: solid 1px #836E1C;
	font-weight: bold;
}
.faq-cont dt::before {
	content: "Q. ";
	display: inline;
}
.faq-cont dd {
	text-indent: -1.3em;
	margin-bottom: 4em;
}
.faq-cont dd::before {
	content: "A. ";
	display: inline;
}

/* ---------- */

.video-wrapper {
	width: 100%;
}
.video-wrapper:not(:last-of-type) {
	margin-bottom: 4%;
	padding-bottom: 2%;
	border-bottom: solid 1px #999;
}
.video-content {
	width: 100%;
	text-align: center;
}
.video-content__ttl {
	font-size: 120%;
	font-weight: bold;
	margin: .6em 0;
}
.video-content__vid {
	width: 100%;
}
.video-content__cap {
	font-size: 90%;
	margin: .6em 0;
}
