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

/* css reset */

/* =Reset
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"], input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}

html>/**/body {
		font-family:""Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif";
}
* + html body {
		font-family:""Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif";
}

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}
.clr {
	clear: both;
}

/* =all
-------------------------------------------------------------- */




body {
	text-align: center;
	font-size: 12px;
	color: #000;
	background: #fff;
	line-height: 1.6;
width: 100%;
min-width: min-content;
}
a { color: #000;
	text-decoration: none;}
a:hover{text-decoration:underline;}
a.line{ text-decoration:underline;}
a.line:hover{ text-decoration:none;}

/* font */
.fl,fl02 {float: left;}
.fr,fr02 {float: right;}
.ta_l {text-align: left;}
.ta_c {text-align: center;}
.ta_r {text-align: right;}
.va_t {vertical-align: top;}
.va_b {vertical-align: bottom;}
.va_m {vertical-align: middle;}
.lh17 {line-height: 1.7;}
.lh20 {line-height: 2;}
.f10 {font-size: 10px;}
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f22 {font-size: 22px;}
.f28 {font-size: 28px;}
.red {color: #e60012;}
.red02 {color: #f00;}
.blue {color: #303f9f;}
.pink {color: #f04c68;}
.yellow{color: #f7b016;}
.bold {font-weight: bold;}
.orange{ color:#ff7955;}

/* mgn */
.mgn05 {margin-bottom: 5px;}
.mgn08 {margin-bottom: 8px;}
.mgn10 {margin-bottom: 10px;}
.mgn13 {margin-bottom: 13px;}
.mgn15 {margin-bottom: 15px;}
.mgn20 {margin-bottom: 20px;}
.mgn25 {margin-bottom: 25px;}
.mgn30 {margin-bottom: 30px;}
.mgn35 {margin-bottom: 35px;}
.mgn40 {margin-bottom: 40px;}
.mgn45 {margin-bottom: 45px;}
.mgn50 {margin-bottom: 50px;}
.mgn55 {margin-bottom: 55px;}
.mgn60 {margin-bottom: 60px;}
.mgn65 {margin-bottom: 65px;}
.mgn70 {margin-bottom: 70px;}
.mgn100 {margin-bottom: 100px;}
.mgn120 {margin-bottom: 120px;}
.mgn150 {margin-bottom: 150px;}
a:hover img,
input[type="image"]:hover,
button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
a, a img, input[type="image"] {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
/*----------------------------

Contents

-----------------------------*/
#header {
    width: 100vw;
    background: #ffffff;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

#header img{
       max-width: 90vw;
       margin: auto;
}

body {
     background: #fcfcfc;
     width: 100vw;
}
#content {
	width: 100%;
	min-height: 90vh;
  display: block;
	padding-top: 50px;
}
h2 {
	font-size: 2.5em;
  font-weight: bold;
  color: #595656;
  padding: 1% 5%;
  border-top: solid 1px #cfab00;
  border-bottom: solid 1px #cfab00;
  max-width: 800px;
  margin: 0 auto;
}

h3 {
    text-align: left;
    border: none;
    font-size: 1.5em;
    padding: 15px 0 3px;
    border-bottom: solid 1px #ccc;
		margin-bottom: 10px;
}

div#conte {
    height: 86vh;
}

table {
	border-collapse: collapse;
	width: 80vw;
	margin: 5% auto;
	padding: 2vw 5vw;
	max-width: 800px;
	font-size: 1em;
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
tr {
    display: flex;
    margin-bottom: 5px;
}

th {
	text-align: left;
	padding: 20px;
	font-weight: normal;
	width: 25%;
	background: #d5d5d5;
	color: #4d4d4d;
	font-size: 1.3em;
}

td {
	width: 75%;
	text-align: left;
	padding: 20px 0 20px 20px;
	color: #4d4d4d;
	font-size: 1.3em;
}


.pl_text {
    max-width: 800px;
    margin: 50px auto;
}

.pl_text p {
    font-size: 1.5em;
    color: #3c3c3c;
    text-align: left;
}
.pl_text ul {
    text-align: left;
    font-size: 1.3em;
    color: #3c3c3c;
}

dl.info{
	padding:50px 0;
	margin:0 auto;
	line-height:1.8em;
}
dl.info dt{
	font-weight:bold;
	margin-bottom:10px;
}
dl.info dd{
	margin-bottom:10px;
}
#footlink{
	width:100vw;
	line-height:57px;
	background:#e5e5e5;
	color:#b5b5b5;
}
.copy{
	color:#fff;
	width:100vw;
	background:#2a2a2a;
	line-height:38px;
}
/* スクリーンサイズが767px以下の場合に適用 SP用*/
@media screen and (max-width: 767px) {
	h2 {
    font-size: 1.8em;
	}
	table {
    border-collapse: collapse;
    width: 93vw;
    margin: 5% auto;
    padding: 2vw 5vw;
    max-width: 800px;
    font-size: 1em;
    font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	th,td {font-size: 1em;}

}
