@charset "utf-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	font-style: normal;
    background:transparent;
	box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}


body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
html {
	overflow-y: scroll;
}
img {
	line-height: 0;
    vertical-align: bottom;
    font-size: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
		max-width: 100%;
	height: auto;
}


/***************/
html {
	font-size: 62.5%;
}
@media screen and (max-width:599px){
html {
	font-size: 2.5vw;
}
}

body {
    color: #000;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", "Noto Sans JP", "Noto Serif", serif;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
  background: #e8dcf2;
}

main {
    display: block;
	max-width: 1200px;
  min-width: 1000px;
/*	width: 100%;*/
	margin: 0 auto;
/*	padding: 0 15px;*/
}
@media screen and (max-width:768px) {
main {
	max-width: 100%;
  min-width: 100%;
	margin: 0 0;
}
}
/*コンテナー*/
.container_flex{
	display: flex;
	justify-content: space-between;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
@media screen and (max-width:768px) {
.container_flex{
	display: block;
}
}
#container_l{
	width: 300px;
	background-color: #8F702C;
}

@media screen and (max-width:768px) {
#container_l{
	width: 100%;
}
}

/*メニュー*/

#lang_btn_pc li {
	padding: 10px 10px 10px 10px;
}
#lang_btn_pc li:first-child {
	padding: 10px 10px 0px 10px;
}
#lang_btn_pc li a {
	padding: 8px 0;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
	border: 1px solid;
	border-color: #fff;
	transition: 0.5s;
}
#lang_btn_pc li a:hover {
	color: #8F702C;
	background-color: #fff;
}
#lang_btn_pc .focus a {
	color: #8F702C;
	background-color: #fff;
	font-weight: bold;
}
#lang_btn_pc li span.no_link {
	padding: 5px 0;
	font-size: 1.3rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #888;
	display: block;
	border: 1px solid;
	border-color: #888;
	transition: 0.5s;
}
#lang_btn_sp {
	display: none;
}
@media screen and (max-width:768px) {
#lang_btn_pc {
	display: none;
}
#lang_btn_sp {
	position: relative;
	z-index: 9998;
	display: block;
}
#lang_btn_sp li:first-child {
	margin-bottom: 0;
}
#lang_btn_sp li a {
	padding: 3px 6px;
	font-size: 1.3rem;
	font-family: 'Noto Serif JP', serif;
	text-decoration: none;
	color: #fff;
	background-color: #1A004C;
/*	border: #1A004C 1px solid;*/
}
#lang_btn_sp li:nth-child(1) a {
	display: block;
}
#lang_btn_sp li:nth-child(2) a {
	display: none;
}
#lang_btn_sp li span.no_link {
	padding: 3px;
	font-size: 1.3rem;
	font-family: 'Noto Serif JP', serif;
	text-decoration: none;
	color: #888;
	border: #888 1px solid;
}
}
/*
#nav{
	width: 300px;
}
*/
#nav ul li{
	text-align: left;
	border-bottom: #fff 1px solid;
}
#nav ul li:first-child{
	border-top: #fff 1px solid;
}
#nav ul li a{
	color: #fff;
	text-decoration: none;
	padding: 15px 10px;
	display: block;
}
#nav ul .focus{
	color: #fff;
	background: #775714;
}
#nav ul li a:hover{
	color: #fff;
}

@media only screen and (max-width : 768px) {
#menu_btn {
/*
	top: 27px;
	right: 10px;
*/
	transition: .3s;
	cursor: pointer;
/*	position: absolute;*/
	z-index: 9999;
/*
	width: 30px;
	height: 30px;
*/
/*
	display: flex;
	justify-content: center;
*/
}
.menu-trigger {
	width: 18px;
	height: 17px;
	position: relative;
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #1A004C;
	transition: all .2s;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
#menu_btn.active .menu-trigger span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
}
#menu_btn.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
#menu_btn.active .menu-trigger span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
}
#nav {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	background-color: #fff;
	top: 0;
	right: 0;
	z-index: 1;
	transform: translate(100%);
	transition: all .5s;
	padding-top: 60px;
}
#nav.open {
	transform: translateZ(0);
	z-index: 2
}
#nav li {
	padding: 0;
	border-bottom: #fff 1px dotted;
		background: #8F702C;
}
#nav li br {
	display: none;
}
#nav li:first-child {
	border-top: #fff 1px dotted;
}
#nav li a {
	padding: 10px;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	text-decoration: none;
	display: block;
	color: #fff;
	position: relative;
}
#nav .focus a {
	color: #fff;
	background-color: #775714;
/*	background-color: #FFF191;*/
}

}

@media print, screen and (min-width : 1200px) {

#nav ul {
			/*display: flex;
    flex-wrap: wrap;*/
		}
#nav li {
	border-bottom: #fff 1px solid;
}
#nav li:first-child {
	border-top: #fff 1px solid;
}
#nav li a {
	transition: .4s;
}
#nav li a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
#nav li a {
	padding: 10px;
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
	display: block;
	color: #fff;
	position: relative;
}

}
/*メニュー調整*/
/*#nav li:nth-child(2) a,*/
/*#nav li:nth-child(3) a,*/
#nav li:nth-child(4) a,
#nav li:nth-child(5) a,
#nav li:nth-child(6) a,
#nav li:nth-child(7) a,
#nav li:nth-child(8) a
/*#nav li:nth-child(9) a*/
{
  pointer-events: none;
}

/*
#nav li:nth-child(2) a::before,
#nav li:nth-child(3) a::before,
#nav li:nth-child(9) a::before{
  content: "NEW";
  padding: 4px 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #1A004C;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
*/

/*フッター*/
footer {
	padding-top: 30px;
	background-color: #1A004C;
	display: flex;
	justify-content: space-between;
	
}

footer dt {
	font-size: 1.8rem;
	color: #C5B28C;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 10px;
	font-family: "Noto Serif JP", serif;
}
footer dd{
		font-family: "Noto Sans JP", serif;
	font-weight: 300;

}
footer dd:nth-child(1) {
	padding-left: 0;
	font-size: 1.4rem;
	color: #fff;
/*	display: table-cell;*/
}
footer dd:nth-child(2) {
	font-size: 1.4rem;
	color: #fff;
/*	display: table-cell;*/
}
.ft_line{
	background-color: #8F702C;
	height: 15px;
}
.footer_wrap {
	max-width: 1200px;
  min-width: 1000px;
/*
	display: flex;
	justify-content: space-between;
*/
	margin: 0 auto;
	text-align: left;
	padding: 15px 0 20px 0;
	align-items: flex-end;

}
.footer_wrap div{
	display: flex;
	justify-content: space-between;
}
.sp_br {
  display: none;
}
.address a{
	color: #fff;
}

/*******************************/
@media screen and (max-width:768px) {
footer {
	padding: 15px 20px 15px 20px;
		}
	}
@media screen and (max-width:768px) {
.footer_wrap {
	display: block;
	max-width: 100%;
	min-width: 100%;
	justify-content: center;
	padding: 15px 0 5px 0;
}
.footer_wrap div{
	display: block;
}
footer {
	display: block;
	padding: 15px 20px 15px 20px;
		}

footer dl{
	display: block;
margin-top: 30px;
}
footer dt {
	display: block;
	border: none;
	width: 100%;
}
footer dd #container {
	width: 100%;
}
footer dd:nth-child(2) {
	padding-left: 0;
}


.sp_br {
    display: block;
  }
}
/*******************************/
#copy {
	font-size: 1.1rem;
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-weight: 300;
	text-align: center;
	padding-top: 40px;

}
@media screen and (max-width:768px) {
#copy {
	padding-top: 37px;
	margin-top: 10px;
	text-align: center;
	padding: 50px 0 5px 0;
}
}

/***** pagetop*****/
#pagetop {
	width: 70px;
	height: 70px;
	position: fixed;
/*	bottom: -110px;*/
	right: 10px;
	z-index: 999;
	background-color: #8F702C;
/*	border: #fff 1px solid;*/
	cursor: pointer;
	transition: 0.5s;
}
#pagetop::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%) rotate(45deg);	
}
#pagetop:hover {
	opacity: 0.7;
}
@media screen and (max-width:768px) {
	#pagetop {
		width: 50px;
		height: 50px;
		border: 1px solid #fff;
	}
	#pagetop::before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
	}

}
/***** pagetop end*****/


/***** clearfix *****/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.pc {
	display: block;
}
@media screen and (max-width:768px){
.pc {
	display: none;
}
}

.sp {
	display: none;
}
@media screen and (max-width:768px){
.sp {
	display: block;
}
}





/***** margin *****/
.mt3 {
	margin-top: 3px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mb3 {
	margin-top: 3px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}






/***** リスト *****/
.disc {
    margin-left: 20px;
    list-style-type: disc;
}

.deci {
    margin-left: 20px;
    list-style-type: decimal;
}

.li_mb5 li {
    margin-bottom: 5px;
}

.li_mb5 li:last-child {
    margin-bottom: 0;
}

.li_mb10 li {
    margin-bottom: 10px;
}

.li_mb10 li:last-child {
    margin-bottom: 0;
}

ul.list01 li{
	display: flex;
}
ul.list01 li::before {
	content: "・";
	color: #333;
	font-size: 1em;
	margin-right: 0.2em;
}
ul.list02 li{
	display: flex;
}
ul.list02 li::before {
	content: "・";
	color: #fff;
	font-size: 1em;
	margin-right: 0.2em;
}

/***** 文字サイズ *****/
.ft_s {
	font-size: 1.4rem;
}

.ft_l {
	font-size: 1.8rem;
}

.ft_ll {
	font-size: 2.2rem;
}





/***** フォント太さ *****/
.bold {
	font-weight: bold;
}

.normal {
    font-weight: normal;
}



/***** ※ *****/
.note {
	margin-left: 1em;
	text-indent: -1em;
}

.note::before {
    content: "※";
}

.note_dl dt {
    width: 2.5em;
    float: left;
    clear: left;
}

.note_dl dd {
    padding-left: 2.5em;
}





/***** 位置 *****/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}




/***** 色 *****/
.red {
	color: #cc0000;
}

.blue {
	color: #0580c4;
}

.black {
    color: #000;
}




/***** 取り消し *****/
.cancel {
    text-decoration: line-through;
}





/***** 矢印 *****/
.arr {
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}





/***** アイコン *****/
.icon {
	margin-right: 5px;
	padding-right: 22px;
}
@media screen and (max-width:768px){
.icon {
	padding-right: 20px;
}
}

.win_icon {
	padding-right: 18px;
	background: url(../images/win_icon.svg) 100% 50% no-repeat;
	background-size: 13px 11px;
}
.win1_icon {
	padding-right: 18px;
	background: url(../images/win1_icon.svg) 100% 50% no-repeat;
	background-size: 100%;
	margin-left: 2%;
}
.win2_icon {
	padding-right: 18px;
	background: url(../images/win2_icon.svg) 100% 50% no-repeat;
	background-size: 100%;
	margin-left: 2%;
}
.icon_wrap{
	padding-left: 15px;
}
.btn_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pdf_icon {
	background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px){
.pdf_icon {
	background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}

.xls_icon {
	background: url(../images/xls_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px){
.xls_icon {
	background: url(../images/xls_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}

.doc_icon {
	background: url(../images/doc_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px){
.doc_icon {
	background: url(../images/doc_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}

.ppt_icon {
	background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px){
.ppt_icon {
	background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}





/***** ボタン *****/
:root {
	--btn-border: #8F702C 3px solid;/*色はサイトによる*/
	--btn-color: #8F702C;/*色はサイトによる*/
	--btn-pad: 20px 0;
}
@media screen and (max-width:768px){
:root {
	--btn-pad: 10px 0;
}
}

.btn a {
	padding: var(--btn-pad);
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #8F702C;
	border: var(--btn-border);
    transition: all 0.4s;
	display: block;
	border-radius: 3px;
}
.btn a:hover {
	opacity: 0.6;
/*
    color: #8F702C;
	background-color: #fff;
	border: var(--btn-border);
*/

}
.btn1 a {
	padding: 10px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	background-color: #8F702C;
	border: var(--btn-border);
    transition: all 0.4s;
	display: block;
	border-radius: 3px;
}
.btn1 a:hover {
	opacity: 0.6;
/*
    color: #8F702C;
	background-color: #fff;
	border: var(--btn-border);
*/

}
@media screen and (max-width:768px){
.btn a {
    padding: var(--btn-pad);
}
}

.btn .no_link {
	padding: var(--btn-pad);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #999;
	background-color: #f3f3f3;
	border: #ccc 3px solid;
    border-radius: 5px;
	display: block;
}
@media screen and (max-width:768px){
.btn .no_link {
	padding: var(--btn-pad);
}
}

.btn1 a {
	display: block;
}

.btn2 {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width:768px){
.btn2 {
    display: block;
}
}

.btn2 li {
	width: 49%;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
}
@media screen and (max-width:768px){
.btn2 li {
    width: 100%;
    display: block;
}
}

.btn2 a {
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:768px){
.btn2 a {
	padding: var(--btn-pad);
    display: block;
	box-sizing: border-box;
}
}

.btn_s {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
@media screen and (max-width:768px){
.btn_s {
	width: 100%;
}
}

.btn_m {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px){
.btn_m {
	width: 100%;
}
}

.btn_l {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px){
.btn_l {
	width: 100%;
}
}





/* ページトップ */
/*********************/
#pagetop {
	position: fixed;
	bottom: -110px;
	right: 10px;
	z-index: 999;
    transition: 0.5s;
}

#pagetop:hover {
    opacity: 0.7;
}





/***** 印刷用 *****/
@media print {

main > div {
    display: block;
}

main > div::after {
    content: "";
    clear: both;
    display: block;
}

#container_r {
    float: right;
}

#container_l {
    float: left;
}

#pagetop {
    display: none;
}
}
