@charset "utf-8";
/* 
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;
	color: #000000;
	text-decoration: none;
}
/* 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 {
	max-width: 100%;
	height: auto;
	line-height: 0;
    vertical-align: bottom;
    font-size: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
sup {
	font-size: 70%; //お好きなサイズに
	vertical-align: super;
}

/***************/
html {
	font-size: 62.5%;
}
@media screen and (max-width:599px){
html {
	font-size: 2.5vw;
}
}


body {
	position: relative;
    color: #222;
	font-size: 1.6rem;
	font-family: 'Jost', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	line-height: 1.75;
}


/***** header *****/

.in-cont {
	max-width: 100%;
	margin-right: 2%;
	margin-left: 2%;
}

.in-cont-v3{
	max-width: 1058px;
	margin:0 auto;
}

header{
	padding: 24px 0;
}

header .header__inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

header .header_left h1{
	width: 148px;
}

header .header_left h1 img{
	width: 100%;
}

header .header__inner .header_right {
}

@media screen and (max-width:768px) {

.in-cont {
    margin-right: 4%;
    margin-left: 4%;
}
}

@media only screen and (max-width : 1150px){
	.in-cont-v3{
		max-width: 100%;
	    margin-right: 2%;
	    margin-left: 2%;
	}
}

@media
only screen and (max-width: 1150px){

@media
only screen and (max-width: 768px){
	.in-cont-v3 {
	    margin-right: 4%;
	    margin-left: 4%;
	}
}
}

/***** nav *****/
#nav {
}

#nav .nav {
display: grid;
grid-column-gap: 5px;
grid-row-gap: 5px;
}

#nav .nav li:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
#nav .nav li:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
#nav .nav li:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
#nav .nav li:nth-child(4) { grid-area: 1 / 4 / 2 / 5; }
#nav .nav li:nth-child(5) { grid-area: 2 / 1 / 3 / 2; }
#nav .nav li:nth-child(6) { grid-area: 2 / 2 / 3 / 4; }
#nav .nav li:nth-child(7) { grid-area: 2 / 4 / 3 / 5; }

#nav li {
    background: #EAB300;
	display: block;
	text-align: center;
	margin: 0 0 0 0;
	letter-spacing: 0.06em;
}

#nav li a {
	padding: 8px 25px;
	font-size: 1.5rem;
	font-family: 'Jost', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 600;
	text-decoration: none;
	display: block;
	color: #fff;
	position: relative;
}

#nav li span {
	padding: 10px;
	font-size: 1.4rem;
	font-family: 'Jost', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 600;
	text-decoration: none;
	display: block;
	color: #fff;
	position: relative;
}

#nav .focus {
	display: block;
}

#nav .focus a {
	color: #fff;
    background: #b89254b8;
}

#nav .menu-item-has-children > a:after, #nav .menu-item-has-children > a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 11px;
	height: 1px;
	background: #fff;
	transition: .2s;
}
#nav .menu-item-has-children > a:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#nav .menu-item-has-children > a.open:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
#nav .menu-item-has-children > a.open:after {
	background: transparent;
}
#nav .menu-item-has-children .sub-menu {
	display: none;
}


@media only screen and (max-width : 768px) {

header .header__inner div.header_right {
	width: inherit;
	justify-content: flex-start;
}
		
header .header__inner .header_left{
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

#nav .nav {
display: block;
}

#nav {
    width: 50%;
    height: 100%;
    padding: 8vh 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translate(100%);
    transition: all .5s;
	background: #eab300;
}
	
#nav li {
	width: 100%;
	display: block;
	margin: 0 0 0 0;
	border-radius: 0;
	border-bottom: dotted 1px #666;
}

#nav li a {
	padding: 15px;
	font-size: 1.4rem;
	font-family: 'Jost', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 600;
	text-decoration: none;
	display: block;
	position: relative;
}

#nav li span {
	padding: 15px;
	font-size: 1.6rem;
	font-family: 'Jost', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 600;
	text-decoration: none;
	display: block;
	position: relative;
}

#nav .focus {
	display: block;
	background: rgb(213 191 156 / 29%);
	border-radius: 0;
}	
	
	#menu_btn {
		top: 42px;
		right: 4%;
		transition: .3s;
		cursor: pointer;
		position: fixed;
		z-index: 99999;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu-trigger {
		width: 25px;
		height: 19px;
		position: relative;
	}
	.menu-trigger span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #000000;
		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.open {
		transform: translateZ(0);
	}
	#nav li {
		padding: 0;
		position: relative;
	}
	#nav li a {
		position: relative;
		padding: 15px 10px;
	}
	#nav .menu-item-has-children > a.open:first-of-type {
		color: #fff7a4;
	}
}
@media print, screen and (min-width : 768px) {
	#menu_btn, .overlay {
		display: none;
	}
	#nav ul {
		/*display: flex;
    flex-wrap: wrap;*/
	}
	#nav li {
		position: relative;
	}
	#nav li a {
		transition: .4s;
	}
	#nav li a:hover {
		background-color: rgba(255, 255, 255, 0.3);
	}
	#nav .menu-item-has-children > a {
		padding-right: 40px;
		cursor: pointer;
	}
	
	#nav .current-menu-item li a {
		color: #333;
	}
	#nav li ul.sub-menu {
		padding: 0 12px;
		background-color: #fff;
		position: absolute;
		width: 280px;
		left: 265px;
		top: 0;
		/*-webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
		z-index: 999;
	}
	#nav li ul.sub-menu li {
		width: 100%;
		border-bottom: #333 1px dotted;
	}
	#nav li ul.sub-menu li:last-child {
		border: none;
	}
	#nav li ul.sub-menu li a {
		padding: 12px;
		background-color: #fff;
	}
	#nav li ul.sub-menu li a:hover {
		color: #dad4ec;
	}
}



/***** footer *****/

.footer_wrap{
	background-color: #CBCBCB;
	padding: 60px 0 30px;
}

.copyright_wrap{
	text-align: center;
}

.copyright_wrap p{
	font-size: 12px;
	margin: 0;
	font-family: 'Jost', sans-serif;
}

.footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:flex-end;
	margin: 0 0 120px;
}

.footer_logo{
	width: 98px;
}

.footer_menu{
	max-width: 800px;
}

.footer_menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.footer_menu ul li{
	list-style: none;
	font-size: 14px;
	font-family: 'Jost', sans-serif;
	margin: 0;
	padding: 0 14px;
}


@media only screen and (max-width : 920px) {

	.footer_logo {
	    width: 60px;
	    margin: 0 auto 40px;
	}

	.footer_menu {
	    width: 100%;
	}

	.footer_menu ul li {
	    font-size: 12px;
	    width: 33%;
	    text-align: center;
	    margin: 0 0 20px;
	}

	.footer {
	    margin: 0 0 60px;
	}

}





/***** 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;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb3 {
	margin-bottom: 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;
}




/***** 文字サイズ *****/
.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;
}

.pdf_icon {
	padding-right: 18px;
	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 {
	padding-right: 18px;
	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 {
	padding-right: 18px;
	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 {
	padding-right: 18px;
	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: #c6002f 3px solid;/*色はサイトによる*/
	--btn-color: #c6002f;/*色はサイトによる*/
	--btn-pad: 20px 0;
}
@media screen and (max-width:768px){
:root {
	--btn-pad: 10px 0;
}
}


.flex{
	display: flex;
}


/***** 表組 *****/

.tb_style1 {
	width: 50%;
	margin: 20px 0;
}
.tb_style1 th {
	padding: 10px;
	width: 160px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	border: #ddd 1px solid;
	background-color: #333;
}
.tb_style1 td {
	padding: 10px;
	font-size: 1.5rem;
	border: #ddd 1px solid;
}

.tb_style1 caption{
	text-align: left;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.08rem;
}

.tb_style2 {
	width: 100%;
	margin: 20px 0;
}
.tb_style2 th {
	padding: 10px;
	width: 20%;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	border: #ddd 1px solid;
	background-color: #333;
}
.tb_style2 td {
	width: 80%;
	padding: 10px;
	font-size: 1.5rem;
	border: #ddd 1px solid;
}

@media screen and (max-width:768px){
.tb_style1 {
	width: 100%;
	margin: 20px 0;
}
.tb_style1 th {
	width: inherit;
}
.tb_style2 th {
	width: 28%;
}
}



/***** 下線（通常テキスト用） *****/
.u_line{
	border-bottom: 1px solid;
}

/***** テキストリンク *****/
a.u_line{
	color: #e16a00;
	transition: 0.2s;
}
a.u_line:hover{
	opacity: 0.6;
	transition: 0.2s;
}

/***** 印刷用 *****/
@media print {
main > div {
    display: block;
}

main > div::after {
    content: "";
    clear: both;
    display: block;
}

#pagetop {
    display: none;
}
}

