@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;
	box-sizing: border-box;
}
/* 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;
	image-rendering: -webkit-optimize-contrast;
}
strong {
	font-weight: 700;
}
/***************/
html {
	font-size: 62.5%;
}
@media screen and (max-width:599px) {
	html {
		font-size: 2.5vw;
	}
}
body {
	color: #040710;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	background: url("../images/bg.png") no-repeat, #fff6d5;
	background-attachment: fixed;
	background-size: 100%;
	background-position: bottom 50%;
	animation: fadeIn 2.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}

h1 {
	width: 92%;
	margin: 0 auto;
}

h1 img {
	width: 100%;
}

main {
	display: block;
}
footer {
	padding: 35px 35px 25px;
	background: var(--point-color);
}

footer > dl {
	margin: 0 auto;
}

footer > dl dt {
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', serif;
	text-align: center;
	color: #fff;
}

footer > dl dd {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', serif;
	color: #fff;
	text-align: center;
}

footer > dl dd a {
	color: #fff;
}
footer > div {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #fff 2px dotted;
	display: flex;
	justify-content: center;
}
footer > div:last-child {
	/* margin-bottom: 0; */
	/* padding-bottom: 10px; */
	border-bottom: none;
}

.sponsorship p{
	font-family: 'Noto Sans JP', serif;
	color: #fff;
	font-size: 1.6rem;
}

.ft_flex{
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}

.ft_in{
	/*width: 33%;*/
	margin: 0 auto;
	padding: 0 2%;
}

#takanawa{
	width: 20%;
	margin: 0 auto;
}

#takanawa img{
	width: 100%;
}

.ft_in .address{
	color: #fff;
	font-size: 1.4rem;
}

.ft_in .address a{
	color: #fff;
}

.ft_content{
	border: #fff 2px solid;
	color: #fff;
	font-weight: 700;
	padding: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 40px;
	margin-bottom: 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	border-radius: 4px;
}

@media screen and (max-width:768px) {	
	body {
		background: none;
	}
	
	header {
		height: 60px;
		margin-bottom: 0;
		padding: 0 45px 0 10px;
		background-color: #fcc803;
		position: relative;
		z-index: 15;
		/*border-bottom: #fff 1px solid;*/
		justify-content: flex-start;
	}
	
	h1 {
		width: 90%;
		margin: 0 10px 0 0;
		text-align: left;
		position: relative;
		z-index: 9999;
	}
	
	h1 img {
		width: auto;
		height: 34px;
	}
	
	footer {
		margin-top: 0;
		padding: 20px 10px 10px;
	}

    .ft_flex{
        display: block;
        justify-content: space-around;
        max-width: 1100px;
        margin: 0 auto;
    }

    .ft_in{
        align-items: center;
        width: 48%;
        width: 100%;
        max-width: 1100px;
        margin: 0 auto 4% auto;
    }

    .ft_in:last-child{
        margin-bottom: 0;
    }

    #takanawa{
        width: 70%;
        margin: 0 auto;
    }
	
	footer > dl {
		display: block;
	}
	
	footer > dl dt {
		width: 100%;
		margin-bottom: 10px;
		display: block;
	}
	
	footer > dl dd {
		padding-left: 0;
		display: block;
	}
	
	footer > div {
		margin-right: 0;
	}
	
	footer > div dl {
		width: 50%;
		margin: 0;
		text-align: center;
		display: block;
	}
	
	footer > div dt {
		width: 100%;
		margin-bottom: 5px;
		padding: 0;
		display: block;
	}
	
	footer > div dd {
		padding-left: 0;
		font-size: 1.3rem;
		display: block;
	}
}

@media screen and (max-width:500px) {	
	h1 img {
		width: auto;
		height: 6.7vw;
	}
    .ft_flex{
        display: block;
        justify-content: space-around;
        max-width: 1100px;
        margin: 0 auto;
    }

    .ft_in{
        align-items: center;
        width: 48%;
        width: 100%;
        max-width: 1100px;
        margin: 0 auto 4% auto;
    }

    .ft_in:last-child{
        margin-bottom: 0;
    }
}

/***** ID *****/
#container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	box-shadow: 1px 1px 20px 7px #cfc59d;
	background: #fcc803;
}

#wrap {
	display: flex;
	justify-content: space-between;
	background-size: cover;
}

#copy {
	padding: 15px 0;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
}

#lang_btn_pc {
	margin-bottom: 4%;
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 10px;
}

#lang_btn_pc li {
	width: 48.4%;
}

#lang_btn_pc li a {
	padding: 7px 0;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.08em;
	color: var(--point-color);
	background: #fff;
	display: block;
	border: 2px solid;
	border-color: var(--point-color);
	transition: 0.5s;
	border-radius: 4px;
}

#lang_btn_pc li a:hover {
	color: #fff;
	background-color: var(--point-color);
}

#lang_btn_pc .focus a {
	color: #fff;
	background-color: var(--point-color);
}

#lang_btn_pc li span.no_link {
	padding: 7px 0;
	font-size: 1.3rem;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #888;
	display: block;
	border: 1px solid;
	border-color: #888;
	border-radius: 20px;
	transition: 0.5s;
}

#lang_btn_sp {
	display: none;
}

@media screen and (max-width:768px) {
	#container {
		width: 100%;
		margin: 0;
		background-size: contain;
	}
	
	#wrap {
		display: block;
	}
	
	#wrap_l {
		width: 100%;
		/*padding: 10px 0 0 0;*/
	}
	
	#wrap_r {
		width: 100%;
		padding-right: 0;
	}
	
	#copy {
		padding: 15px 10px;
	}
	
	#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 4px;
		font-size: 1.3rem;
		font-weight: 500;
        font-family: "Zen Maru Gothic", sans-serif;
		text-decoration: none;
		color: var(--point-color);
		border: var(--point-color) 2px solid;
		background: #fff;
		border-radius: 3px; 
	}
	#lang_btn_sp li:nth-child(1) a {
		display: none;
	}
	#lang_btn_sp li:nth-child(2) a {
		display: block;
	}
	#lang_btn_sp li span.no_link {
		padding: 3px;
		font-size: 1.3rem;
        font-family: "Zen Maru Gothic", sans-serif;
		text-decoration: none;
		color: #888;
		border: #888 1px solid;
	}
}
/***** nav *****/
#nav {
	padding: 0 0 0 10px;
}
#nav li {
	background: #fff;
	margin-bottom: 5px;
	padding: 5px 0;
	border-radius: 4px;
	/*border-bottom: #ffe890 2px solid;*/
}
#nav li a {
	padding: 10px;
	margin: 0 0 0 8px;
	font-size: 1.7rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.04rem;
	text-decoration: none;
	display: block;
	color: #111;
	position: relative;
	border-left: 4px dotted #fcc803;
}

#nav li span.no_link {
	padding: 12px;
	font-size: 1.7rem;
	font-family: "Zen Maru Gothic", sans-serif;
	text-decoration: none;
	display: block;
	color: #939aab;
	position: relative;
	/*border-right: 3px solid #939aab;*/
}
#nav li span.no_link:after {
	/* content: ''; */
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 10px solid #939aab;
	border-bottom: 10px solid transparent;
	transform: rotate(-180deg);
	position: absolute;
	bottom: 0;
	right: 0;
}

#nav .focus {
	background: #fffabc;
}
#nav .focus a {
	font-weight: bold;
	border-left: 4px dotted #fcc803;
	color: #f57f00;
}

/*NEWアイコン

.nav li:nth-child(5)::before{
    background-color: aliceblue;
    width: 100%;
    max-width: 100px;
    aspect-ratio: 16/9;
}
.nav li:nth-child(5)::after{
	position: absolute;
	top: 50%;
	right: 6px;
    content: "NEW";
    background-color: var(--point-color);
	color: #fff;
    padding: 2px 4px;
	font-size: 1.2rem;
	font-weight: bold;
	transform: translateY(-50%);
}
*/

/*Updatedアイコン

.nav li:nth-child(10)::before{
    background-color: aliceblue;
    width: 100%;
    max-width: 100px;
    aspect-ratio: 16/9;
}
.nav li:nth-child(10)::after{
	position: absolute;
	top: 50%;
	right: 6px;
    content: "Updated";
    background-color: var(--point-color);
	color: #fff;
    padding: 2px 6px;
	font-size: 1.2rem;
	font-weight: bold;
	transform: translateY(-50%);
}
*/

/*== ボタン共通設定 */
.navbtn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
    padding: 10px 30px;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.navbtn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
}

.navbtn:hover span{
	color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#333;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}




#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) {
	#menu_btn {
		top: 15px;
		right: 10px;
		transition: .3s;
		cursor: pointer;
		position: absolute;
		z-index: 9999;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu-trigger {
		width: 19px;
		height: 18px;
		position: relative;
	}
	.menu-trigger span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transition: all .2s;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		/*width: 70%;*/
		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;
		padding: 60px 0;
		background: #fcc803;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 12;
		transform: translate(100%);
		transition: all .5s;
	}
	#nav.open {
		transform: translateZ(0);
	}
	#nav li {
		padding: 0;
		position: relative;
		width: 94%;
		margin: 0 auto 2% auto;
	}
	#nav li:last-child {
		margin: 0 auto;
	}
	#nav li a {
		position: relative;
		padding: 15px 10px;
	}
	#nav li span.no_link {
		position: relative;
		padding: 15px 10px;
		color: #939aab;
	}
	#nav .menu-item-has-children > a.open:first-of-type {
		color: #fff7a4;
	}
	#nav .menu-item-has-children .sub-menu li {
		border: none;
	}
	#nav .menu-item-has-children .sub-menu li:last-child {
		margin-bottom: 10px;
	}
	#nav .menu-item-has-children .sub-menu li a {
		padding: 5px 10px;
	}
}
@media print, screen and (min-width : 769px) {
	#menu_btn, .overlay {
		display: none;
	}
	#nav ul {
		/*display: flex;
    flex-wrap: wrap;*/
	}
	#nav li {
		position: relative;
	}
	#nav li:first-child {
		/* border-top: #01030a 1px solid; */
	}
	#nav li a {
		transition: .4s;
	}
	#nav li a:hover {
		padding-left: 16px;
		background-color: rgba(255, 255, 255, 0.3);
	}
	#nav .menu-item-has-children > a {
		padding-right: 40px;
		cursor: pointer;
	}
	/*#nav .menu-item-has-children > a.open:first-of-type,#nav .current-menu-item a {
    color: #dad4ec;
  }*/
	#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;
	}
}





/***** bnr *****/
#info_nav li a img {
	transition: 0.5s;
}

.bnr_list li{
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.bnr_list li img{
	width: 100%;
}

/*サイドメニューバナー*/
.bnr_list__side{
	margin: 20px auto 30px auto;
}

.bnr_list__side li{
	/*width: 250px;*/
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.bnr_list__poster {
	padding: 15px 0 0 10px;
}

.bnr_list__poster li img{
	width: 100%;
}
.bnr_list__poster li a {
	display: block;
	transition: 0.4s;
}

.bnr_list__poster li a:hover {
	transition: 0.4s;
	opacity: 0.5;
}

/*トップページバナー*/
.bnr_list__flex{
	display: flex;
	flex-wrap: wrap;
	width: 760px;
	margin: 30px auto 0;
}

.bnr_list__flex li{
	width: 372px;
	margin-right: 15px;
	max-width: 100%;
}

.bnr_list__flex li:nth-of-type(even){
	margin-right: 0;
}


/*サンプルバナー*/
.bnr{
	display: flex;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}

.bnr_list__side .bnr{
	height: 80px;
	max-width: 100%;
}

.bnr_list__flex .bnr{
	height: 80px;
	max-width: 100%;
}

.bnr_list__flex .bnr a {
	transition: .4s;
}

.bnr_list__flex .bnr a:hover {
	opacity: 0.5;
}


@media screen and (max-width:768px) {
	.bnr_list__side{
		margin: 30px 15px 0;
	}
    .bnr_list__poster {
        padding: 15px;
    }
    .bnr_list__poster li {
        width: 70%;
		margin: 0 auto;
    }

	
	/*トップページバナー*/
	.bnr_list__flex{
	display: block;
	width: auto;
	margin: 30px 15px 0;
}
	
	.bnr_list__flex li{
		margin: 15px auto;
	}
	
	.bnr_list__flex li:nth-of-type(even){
	margin: 15px auto;
}
	
}



/***** 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;
}

.sp {
	display: none;
}

@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	
	.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;
}
.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;
}

.pb0 {
	padding-bottom: 0 !important;
}

/***** リスト *****/
.disc {
	margin-left: 20px;
	list-style-type: disc;
}
.deci {
	margin-left: 25px;
	list-style-type: decimal;
}
.num li {
	margin-left: 1em;
	text-indent: -1em;
}
.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, .note_dl_s {
	margin-top: 5px;
}
.note_dl dt {
	width: 2.5em;
	float: left;
	clear: left;
}
.note_dl dd {
	margin-bottom: 3px;
	padding-left: 2.5em;
}
.note_dl_s dt {
	width: 1.5em;
	float: left;
	clear: left;
}
.note_dl_s dd {
	margin-bottom: 3px;
	padding-left: 1.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;
}
.cancel > span {
	color: #000;
}
/***** 下線 *****/
.u_line {
	text-decoration: underline;
}
.marker {
	margin-right: 5px;
	padding: 1px 5px;
	background-color: #ffecec;
	display: inline-block;
}
/***** 上付き *****/
.sup {
	font-size: 0.8em;
	vertical-align: super;
}
/***** 矢印 *****/
.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;
}

/***** SVG *****/
svg {
  overflow: visible;
}

/***** アイコン *****/
.win_icon {
	margin-right: 2px;
	padding-right: 18px;
	background: url(../images/win_icon.svg) 100% 50% no-repeat;
	background-size: 13px 11px;
}

.pdf_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

.xls_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/xls_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

.doc_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/doc_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

.ppt_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

@media screen and (max-width:768px) {
	.pdf_icon {
		padding-right: 20px;
		background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
	
	.xls_icon {
		padding-right: 20px;
		background: url(../images/xls_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
	
	.doc_icon {
		padding-right: 20px;
		background: url(../images/doc_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
	
	.ppt_icon {
		padding-right: 20px;
		background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}

/***** ボタン *****/
.btn {
	margin-top: 20px;
	margin-bottom: 20px;
}

.inner .btn:first-child,
.inner_item .btn:first-child {
	margin-top: 0;	
}

.inner .btn:last-child,
.inner_item .btn:last-child {
	margin-bottom: 0;	
}

.btn .no_link {
	width: 100%;
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #999;
	background-color: #f3f3f3;
	border: #ccc 3px solid;
	border-radius: 5px;
	display: block;
}

.btn a {
	width: 100%;
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #333;
	background-color: #fff;
	border: 3px solid;
	border-color: var(--point-color);
	border-radius: 5px;
	display: block;
	transition: all 0.4s;	
}

.btn a:hover {
	color: #fff;
	background-color: var(--point-color);
	border: 3px solid;
	border-color: var(--point-color);
	display: block;
}

.btn2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.btn2 li {
	width: 49%;
	margin-bottom: 2%;
	display: flex;
	justify-content: center;
}

.btn2 li:nth-child(odd) {
	margin-right: 2%;
}

.btn_s {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

.btn_m {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.btn_l {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:768px) {
	.btn .no_link {
		padding: 10px 0;
	}
	
	.btn a {
		padding: 10px 0;
	}
	
	.btn2 {
		display: block;
	}	
	
	.btn2 li {
		width: 100%;
		display: block;
	}
		
	.btn2 li:nth-child(odd) {
		margin-right: 0;
		margin-bottom: 2%;
	}
	
	.btn_s {
		width: 100%;
	}
	
	.btn_m {
		width: 100%;
	}
	
	.btn_l {
		width: 100%;
	}
}

/* ページトップ */
/*********************/
#pagetop {
	position: fixed;
	bottom: -110px;
	right: 10px;
	z-index: 999;
}
#pagetop a {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fcc803;
	transition: 0.5s;
}
#pagetop a:hover {
	opacity: 0.7;
}
#pagetop a::before {
	content: "";
	border-right: 9px solid transparent;
  border-bottom: 11px solid #fff;
  border-left: 9px solid transparent; 
	display: block;
	color: #fff;
}
@media screen and (max-width:768px) {
	#pagetop a {
		width: 50px;
        height: 50px;
	}
}


#info_nav li {
	margin-bottom: 10px;
}

#info_nav li a {
	background: #fff;
	display: block;
}

#info_nav li img {
	width: 100%;
}

#info_nav li a img:hover {
	opacity:0.8;
}

@media screen and (max-width:768px) {
#info_nav li {
	margin-bottom: 10px;
	text-align: center;
}
	
#info_nav li:last-child {
	margin-bottom: 0;
}

#info_nav li img {
	width: 250px;
}
	
	#info_nav li a {
		background: none;
	}
}

/***** カラー *****/
:root {
	--base-color: #0089ce;
	--point-color: #0089ce;
	--sub-color: #a1a8af;
}


/***** リンクカラー *****/
a {
	color: var(--base-color);
}

/***** 三角矢印アイコン *****/
.dli-caret-right {
    display: inline-block;
    vertical-align: middle;
    color: #8f9d18;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
    margin-right: 6px;
}