@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html,body{
    width: 100%;
    overflow-x: hidden;
}
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.7;
	color: #222222;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.7;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
	-o-transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
	transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
	color: #222222;
    outline:none;
}

label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	iframe {
		max-width: 100%;
		height: 200px;
	}
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.font-min {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

/* pc / tab / sp
============================================================================================================ */
.tab,
.sp {
	display: none !important;
}
@media screen and (max-width: 960px) {
    .pcs {
        display: none !important;
    }
    .tab {
		display: block !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.tab {
		display: block !important;
	}
    .sp {
		display: block !important;
	}
	img.tab, span.tab, br.tab, em.tab, strong.tab {
		display: inline !important;
	}
}
@media screen and (max-width: 375px) {
	img.sp, spsan.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
}


/* sp
============================================================================================================ */
@media screen and (max-width: 768px) {
	*[data-label] img {
		display: none;
	}
	*[data-label]:before {
		content: attr(data-label);
	}
	*[data-label-r]:after {
		content: attr(data-label-r);
	}
}


/* w
============================================================================================================ */
.w {
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.w1200 {
    position: relative;
    display: block;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.w1060 {
    position: relative;
    display: block;
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
}
.w_side {
    background: #fff;
    margin-right:3vw;
    margin-left: 3vw;
}
.w:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
@media screen and (max-width: 1300px) {
    .w1200 {
        width: auto;
        margin-right:5vw;
        margin-left: 5vw;
    }
}
@media screen and (max-width: 1200px) {
    .w1060 {
        width: auto;
        margin-right:5vw;
        margin-left: 5vw;
    }
}
@media screen and (max-width: 768px) {
    .w {
		width: auto;
		padding: 0;
	}
	#container.sub .w {
		width: auto;
	}
}



/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: inline-block;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a.hv_wh:hover:after,
button.hv_wh:hover:after,
a:hover .hv_wh:after,
.hv_wh a:hover:after {
	background-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 768px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}


/* ヘッダー
============================================================================================================ */
#header {
	font-size: 1.6rem;
	width: 100%;
    position: fixed;
	z-index: 100;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    background: #fff;
    height: 90px;
}
#header.fixed {
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.15);
}
/* logo */
#header .logo {
    position: relative;
    left: 4vw;
    width: 290px;
    z-index: 50;
}
#header .logo {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#header .logo a {
    display: block;
}
#header .logo a:nth-child(1) {
    width: 64%;
}
#header .logo a:nth-child(2) {
    width: 30%;
}
#header .logo img {
	width: 100%;
    height: auto;
}
#header > div {
    width: -webkit-calc(100% - 295px - 4vw);
    width: calc(100% - 295px - 4vw);
}
#header nav a:hover {
    opacity: 0.85;
}
#header nav > div > div {
    padding-right: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    height: 90px;
}
#header .sub_navi {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    margin-right: 2vw;
    margin-top: 5px;
}
#header .sub_navi li {
    position: relative;
}
#header .sub_navi li + li {
    padding-left: 0.8em;
}
#header .sub_navi li + li:before {
    content:"/";
    padding-right: 0.6em;
}
#header .sub_navi a {
    font-size: 1.3rem;
    color: #5B5B5B;
}
#header .main_navi {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    margin-right: 2vw;
    margin-bottom: 1em;
}
#header .main_navi > li + li {
    margin-left: 2em;
}
#header .main_navi > li > a {
    display: block;
    color: #222222;
    padding-left: 33px;
    position: relative;
}
#header .main_navi > li > a:before {
    content:"";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#header .main_navi > li.search > a:before {
    background:  url("../images/menu-icon_search.svg") no-repeat;
    background-size: 100% auto;
}
#header .main_navi > li.about > a:before {
    background:  url("../images/menu-icon_about.svg") no-repeat;
    background-size: 100% auto;
}
#header .main_navi > li.first > a:before {
    background:  url("../images/menu-icon_first.svg") no-repeat;
    background-size: 100% auto;
}
#header .main_navi > li.flow > a:before {
    background:  url("../images/menu-icon_flow.svg") no-repeat;
    background-size: 100% auto;
}
#header .main_navi > li.faq > a:before {
    background:  url("../images/menu-icon_faq.svg") no-repeat;
    background-size: 100% auto;
}
#header .main_navi > li ul {
    display: none;
}
#header .btn_contact {
    position: absolute;
    right: 0;
    top: 0;
}
#header .btn_contact a {
    width: 250px;
    height: 90px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    background: #6EA724;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    text-align: center;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#header .btn_contact a:hover {
    background: #81B72C;
    opacity: 1 !important;
}
#header .btn_contact a > span:first-child {
    width: 100%;
}
@media screen and (max-width: 1500px) {
    #header .main_navi > li + li {
        margin-left: 1.6vw;
    }
}
@media screen and (max-width: 1450px) {
    #header .logo {
        left: 3vw;
        width: 20vw;
    }
    #header > div {
        width: -webkit-calc(100% - 20vw - 3vw);
        width: calc(100% - 20vw - 3vw);
    }
    #header nav > div > div {
        padding-right: 200px;
    }
    #header .sub_navi,
    #header .main_navi {
        margin-right: 1.5vw;
    }
    #header .main_navi > li + li {
        margin-left: 2vw;
    }
    #header .main_navi > li > a {
        font-size: 1.5rem;
    }
    #header .btn_contact a {
        width: 200px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 1340px) {
    #header .logo {
        left: 2vw;
        width: 19.5vw;
    }
    #header > div {
        width: -webkit-calc(100% - 19.5vw - 2vw);
        width: calc(100% - 19.5vw - 2vw);
    }
    #header nav > div > div {
        padding-right: 180px;
    }
    #header .main_navi > li + li {
        margin-left: 1.4vw;
    }
    #header .btn_contact a {
        width: 180px;
        font-size: 1.5rem;
        text-align: center;
    }
}
@media screen and (max-width: 1220px) { 
    #header nav > div > div {
        padding-right: 110px;
    }
    #header .main_navi > li > a {
        font-size: 1.4rem;
    }
    #header .main_navi > li + li {
        margin-left: 0.5vw;
    }
    #header .btn_contact a {
        width: 110px;
        font-size: 1.4rem;
    }
    #header .btn_contact a span span:nth-child(1) {
        display: block;
        width: 100%;
    }
    #header .btn_contact a span span:nth-child(2) {
        display: none;
    }

}
@media screen and (max-width: 960px) {
	#header {
		height: 60px;
        display: block;
	}
	#header .logo {
        width: 190px;
        left: 5vw;
        top: 10px;
	}
    #header nav > div > div {
        padding-right: 0;
        display: block;
    }
    #header .sub_navi {
        display:none;
    }
    #header .main_navi {
        display:block;
        margin-right: 0;
        margin-bottom: 0;
        /*border-top: 1px solid #6EA724;*/
    }
    #header .main_navi > li {
        border-bottom: 1px solid #fff;
        background: #F7F9F2;
    }
    #header .main_navi > li + li {
        margin-left: 0;
    }
    #header .main_navi > li > a {
        font-size: 1.6rem;
        padding-top: 1em;
        letter-spacing: 0.05em;
        padding-bottom: 1em;
        padding-left: 50px;
        color: #564336;
        background: #E7EFD8;
    }
    #header .main_navi > li > a:before {
        left: 13px;
    }
    /*#header .main_navi > li.search > a {
        padding-bottom: 0.5em;
    }
    #header .main_navi > li.search > a:before {
        margin-top: 0.25em;
    }*/
    #header .main_navi > li ul {
        margin-left: 20px;
        margin-top: 1em;
        margin-bottom: 0.5em;
        font-size: 1.4rem;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #header .main_navi > li ul li {
        width: 49%;
        margin-bottom:0.5em;
    }
    #header .main_navi > li ul li:nth-child(odd) {
        width: 51%;
    }
    #header .main_navi > li ul li:nth-child(even) {
        width: 47%;
    }
    #header .main_navi > li ul li a {
        color: #564336;
    }
    #header .btn_contact {
        position: relative;
    }
    #header .btn_contact a {
        width: 100%;
        height: 70px;
        font-size: 1.6rem;
        line-height: 1.3;
        margin: 20px auto 0;
    }
    #header .btn_contact a span span:nth-child(1) {
        display: inline;
        width: auto;
    }
    #header .btn_contact a span span:nth-child(2) {
        display: inline;
    }

    #header .link_list {
        margin: 5% 15px;
        display:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
    }
    #header .link_list li {
        width: 48.5%;
        margin-top: 2%;
    }
    #header .link_list li:first-child,
    #header .link_list li:nth-child(2) {
        margin-top: 0;
    }
    /*#header .link_list li:nth-child(1) {
        width: 44.5%;
    }
    #header .link_list li:nth-child(2) {
        width: 52.5%;
    }*/
    #header .link_list li a {
        display: block;
        font-size: 1.5rem;
        line-height: 1.4;
        min-height: 3.5em;
    }
    #header .link_list li a.btn_campaign,
    #header .link_list li a.btn_pamph,
    #header .link_list li a.btn_brown {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 6px;
        padding: 0.2em 5px 0.2em 25px;
        position: relative;
    }
    #header .link_list li a.btn_campaign {
        color: #fff;
        background: #db740e;
        border: 2px solid #db740e;
}
    #header .link_list li a.btn_campaign:before {
        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        background: url("../images/arrow_circle_white.svg") no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: 7px;
        top: 50%;
        transform: translateY(-50%);
    }
    #header .link_list li a.btn_pamph {
        color: #fff;
        background: #2D81BA;
        border: 2px solid #2D81BA;
    }
    #header .link_list li a.btn_pamph:before {
        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        background: url("../images/arrow_circle_white.svg") no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: 7px;
        top: 50%;
        transform: translateY(-50%);
    }
    #header .link_list li a.btn_brown {
        color: #fff;
        background: #6C5A4A;
        border: 2px solid #6C5A4A;
    }
    #header .link_list li a.btn_brown:before {
        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        background: url("../images/arrow_circle_white.svg") no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: 7px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 768px) {
    #header .link_list li {
        margin-top: 3%;
    }
    #header .link_list li a {
        font-size: 1.3rem;
        line-height: 1.4;
        min-height: 3.5em;
    }
    #header .link_list li a.btn_campaign,
    #header .link_list li a.btn_pamph,
    #header .link_list li a.btn_brown {
        padding: 0.2em 5px 0.2em 25px;
    }
}

/* nav ハンバーガー
------------------------------------------------------------- */

#header .nav_btn {
	display: none;
}
@media screen and (max-width: 960px) {
	#header nav {
        width: 100%;
		position: fixed;
		overflow: hidden;
        height: 100%;
		height: -webkit-calc(100% - 60px);
		height: calc(100% - 60px);
		top: 60px;
		/*right: 0;
		width: 0;*/
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
        z-index: 10;
	}
	#header nav > div {
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#header nav > div > div {
		height: 100%;
		overflow-y: auto;
		background: #fff;
		pointer-events: auto;
	}

	#header .nav_btn {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
        background: #6EA724;
	}
	#header .nav_btn a {
		position: relative;
		display: block;
		width: 70px;
		height: 60px;
		z-index: 2;
	}
	#header .nav_btn:before,
	#header .nav_btn a:before,
	#header .nav_btn a:after {
		content: "";
		position: absolute;
		left: 20px;
		right: 20px;
		top: 50%;
		height: 2px;
		margin-top: -1px;
		background-color: #fff;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header .nav_btn a:before {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	#header .nav_btn a:after {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
	/* open */
	#header.open nav {
		opacity: 1;
		visibility: visible;
		width: 100%;
	}
	#header.open .nav_btn:before {
		opacity: 0;
	}
	#header.open .nav_btn a:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header.open .nav_btn a:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}

}


/* footer
============================================================================================================ */
footer {
	font-size: 1.4rem;
	padding: 60px 0 0;
    color: #fff;
    background: #6C5A4A;
    position: relative;
}
footer .foot_area {
    width: 1155px;
    margin-left: auto;
    margin-right: auto;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    position: relative;
    padding-bottom: 60px;
}
footer .foot_area a {
    color: #fff;
}
footer .foot_area a:hover {
    opacity: 0.8;
}
footer .foot_area .logo {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .logo a:nth-child(1) {
    width: 64%;
}
footer .logo a:nth-child(2) {
    width: 30%;
}
footer .foot_area .logo img {
	width: 100%;
    height: auto;
}
footer .foot_nav {
    width: 72.3%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .foot_nav > div:first-child {
    width: 25.3%;
}
footer .foot_nav > div:nth-child(2) {
    width: 32.2%;
}
footer .foot_nav > div:nth-child(3) {
    width: 30.3%;
}
footer .foot_nav > div > ul > li > a span,
footer .foot_nav > div > ul > li > span{
    display: block;
    font-size: 1.5rem;
    border-bottom: 1px solid #978173;
    position: relative;
    padding: 0 0 0.5em 12px;
}
footer .foot_nav > div > ul > li > a span:before,
footer .foot_nav > div > ul > li > span:before{
    content:"";
    display: inline-block;
    width: 6px;
    height: 7px;
    background: url("../images/arrow_footer.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0.6em;
}
footer .foot_nav > div > ul > li > ul {
    margin-left: 12px;
    margin-top: 0.5em;
}
footer .foot_nav > div > ul > li > ul > li {
    padding: 0.1em 0;
}
footer .foot_nav > div > ul > li > ul > li a {
    font-size: 1.3rem;
}
footer .foot_nav > div:first-child > ul:nth-child(2) {
    margin-top: 2em;
}
footer .foot_nav > div:first-child > ul:nth-child(2) li + li {
    margin-top: 0.5em;
}
footer .foot_nav > div:last-child > ul:nth-child(1) {
    margin-top: 2.3em;
}
footer .foot_nav > div:last-child > ul:nth-child(1) li {
    font-size: 1.3rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}
footer .foot_nav > div:last-child > ul:nth-child(1) li:before {
    content:"・";
}
footer .foot_nav > div:last-child > ul:nth-child(1) li + li {
    margin-top: 0.5em;
}
footer .foot_bottom {
    width: 1155px;
    margin-left: auto;
    margin-right: auto;
    color: #493629;
    background: #fff;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
footer .foot_bottom:before {
    content:"";
    display: inline-block;
    width: 100vw;
    height: 100%;
    background: #fff;
    position: absolute;
    left: calc(-50vw + 50%);
    top: 0;
    z-index: -1;
}
footer .foot_bottom .logo_kjk {
    width: 240px;
    margin-right: auto;
}
footer .page_top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 3;
}
footer .page_top a {
    width: 68px;
    height: 68px;
    background: #6EA724;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
footer .page_top a img {
    width: 28px;
    height: 14px;
}
@media screen and (max-width: 1200px) { 
    footer .foot_area {
        width: 96%;
    }
    footer .foot_bottom {
        width: 96%;
    }
}
@media screen and (max-width: 960px) { 
    footer .foot_area {
        display: block;
        width: 90%;
    }
    footer .foot_area .logo {
        width: 190px;
        margin-bottom: 30px;
    }
    footer .foot_nav {
        width: 100%;
    }
    footer .foot_bottom {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {  
	footer {
        padding: 50px 0 0;
    }
    footer .foot_area {
		display: block;
        font-size: 1.3rem;
        padding-bottom: 0;
	}
    footer .foot_area .logo {
        width: 190px;
        height: auto;
        margin: 0 auto 30px;
    }
    footer .foot_nav {
        display: block;
    }
    footer .foot_nav > div:first-child,
    footer .foot_nav > div:nth-child(2),
    footer .foot_nav > div:nth-child(3) {
        width: 100%;
    }
    footer .foot_nav > div:first-child {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .foot_nav > div:first-child > ul {
        width: 46.3%;
    }
    footer .foot_nav > div + div {
        margin-top: 1.5em;
    }
    footer .foot_nav > div > ul > li > a span,
    footer .foot_nav > div > ul > li > span{
        font-size: 1.4rem;
    }
    footer .foot_nav > div > ul > li > ul > li a {
        font-size: 1.2rem;
    }
    footer .foot_nav > div:first-child > ul:nth-child(2) {
        margin-top: 0;
    }
    footer .foot_nav > div:last-child > ul:nth-child(1) {
        font-size: 1.2rem;
        margin-top: 1em;
        position: relative;
        background: #664F3D;
        padding-top: 1.2em;
        padding-bottom: 1.2em;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
        z-index: 1;
    }
    footer .foot_nav > div:last-child > ul:nth-child(1):before {
        content: "";
        display: inline-block;
        width: 100vw;
        height: 100%;
        background: #664F3D;
        position: absolute;
        left: calc(-50vw + 50%);
        top: 0;
        z-index: -1;
    }
    footer .foot_nav > div:last-child > ul:nth-child(1) li {
        font-size: 1.2rem;
        width: 50%;
    }
    footer .foot_nav > div:last-child > ul:nth-child(1) li:nth-child(odd) {
        width: 55%;
    }
    footer .foot_nav > div:last-child > ul:nth-child(1) li:nth-child(even) {
        width: 45%;
    }
    footer .foot_nav > div:last-child > ul:nth-child(1) li + li {
        margin-top: 0.2em;
    }
    footer .foot_bottom {
        display:block;
        padding: 10px 0;
    }
    footer .foot_bottom .logo_kjk {
        width: 200px;
        margin: 0 auto 10px;
    }
    footer .page_top {
        right: 10px;
        bottom: 10px;
    }
    footer .page_top a {
        width: 40px;
        height: 40px;
    }
    footer .page_top a img {
        width: 19px;
        height: 10px;
    }
}

/* copyright
------------------------------------------------------------- */
.copyright {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.copyright {
		display: block;
		font-size: 1.0rem;
		line-height: 1.4;
		text-align: center;
        padding-right: 30px;
	}
}


/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */

/* topic_path
============================================================================================================ */
.topic_path{
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	z-index: 1;
    background: #ECF7D5;
}
.topic_path ul{
    margin: 0 4vw;
    padding: 0.5em 0;
}
.topic_path li a {
    color: #3F3F3F;
    text-decoration: none!important;
}
.topic_path li {
	display: inline-block;
}
.topic_path li span {
    position: relative;
}
.topic_path li span:after{
	content:">";
	margin-left: 5px;
    color: #3F3F3F;
}
.topic_path li:last-child span:after{
    content: none;
}
@media screen and (max-width: 768px) {
	.topic_path{
		font-size: 1.0rem;
	}
    .topic_path ul {
        display:block;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
        padding: 0.5em 0;
    }
}

/* コンテナ
============================================================================================================ */
#container {
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	display: block;
    padding-top: 90px;
}
section a {
    text-decoration: underline;
    color: #6EA724;
}
section a:hover {
    text-decoration: none;
}
#container a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 960px) {
	#container {
		padding-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	#container {
		font-size: 1.4rem;
	}
}



/* ===================================================================================================================

	モジュール

=================================================================================================================== */

/* section
============================================================================================================ */
.section + .section,
.section-border + .section,
.section_s + .section {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.section + .section {
		margin-top: 30px;
	}
}

/* title
============================================================================================================ */
.title_l {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.075em;
    text-align: center;
    color: #564336;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    position: relative;
}
.title_l:after {
    content:"";
    display: inline-block;
    width: 70px;
    height: 5px;
    background: #6EA724;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.title_m {
	font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
    background: #6EA724;
    border-radius: 6px;
    padding: 0.5em 1em;
    margin-top: 1.25em;
    margin-bottom: 1em;
}
.title_m .small {
    font-size: 1.7rem;
}
.title_s {
	font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #564336;
    border-bottom: 2px solid #B6D391;
    padding-bottom: 0.6em;
    margin-top: 1.5em;
	margin-bottom: 0.75em;
    position: relative;
}
.title_s:after {
    content:"";
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #6EA724;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.title_ss {
	font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #564336;
    border-top: 1px solid #6EA724;
    border-bottom: 1px solid #6EA724;
    background: #eff4e4;
    padding: 0.6em 1em;
    margin-top: 1.75em;
	margin-bottom: 1em;
    position: relative;
}
.title_ss.accordion-btn {
    cursor: pointer;
}
.title_ss.accordion-btn:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #564336;
    border-right: 2px solid #564336;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    right: 24px;
    top: 50%;
    z-index: 2;
    margin-top: -1px;
}
.title_ss.accordion-btn.open:before {
    transform: rotate(-45deg);
    margin-top: -2px;
}
.title_ss .display {
    font-size: 1.5rem;
    font-weight: normal;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.title_sss {
	font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #564336;
    margin-top: 1.5em;
	margin-bottom: 0.75em;
}
.title_sss.green {
    color: #6ea724;
}
.title_round_line {
	font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #564336;
    margin-top: 2em;
	margin-bottom: 0.75em;
    position: relative;
    padding-left: 15px;
}
.title_round_line:before {
    content:"";
    display: inline-block;
    width: 5px;
    height: 80%;
    background: #6EA724;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 10%;
}
.title_green {
	font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
    background: #008e00;
    border-radius: 6px;
    padding: 0.5em 1em;
    margin-top: 1.25em;
    margin-bottom: 1em;
}
.title_green .small {
    font-size: 1.8rem;
}
.title_l_line {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
    color: #564336;
    padding: 0.7em 1em 0.7em 1.25em;
    background: #eef7df;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 0.5em;
    position: relative;
}
.title_l_line:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #008E00;
    position: absolute;
    left: -12px;
    top: 50%;
    border-radius: 2px;
    margin-top: -2px;
}
.title_side_line {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.075em;
    text-align: center;
    color: #564336;
    margin-top: 20px;
    margin-bottom: 1.5em;
}
.title_side_line > span {
    display: inline-block;
    padding: 0 80px;
    position: relative;
}
.title_side_line span:before,
.title_side_line span:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 4px;
    background: #6ea724;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.title_side_line span:before {
    left: 0;
}
.title_side_line span:after {
    right: 0;
}
.catch {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #564336;
    margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
	.title_l {
		font-size: 2.2rem;
        padding-bottom: 0.75em;
	}
    .title_l:after {
        width: 46px;
        height: 3px;
    }
	.title_m {
		font-size: 1.9rem;
        padding: 0.5em 0.75em;
	}
    .title_m .small {
        font-size: 1.5rem;
    }
	.title_s {
		font-size: 1.8rem;
	}
    .title_ss {
		font-size: 1.6rem;
	}
    .title_sss,
    .title_round_line {
		font-size: 1.5rem;
	}
    .title_green {
        font-size: 1.9rem;
    }
    .title_green .small {
        font-size: 1.5rem;
    }
    .title_l_line {
        font-size: 1.9rem;
        margin-top: 10px;
        padding: 0.6em 1em 0.6em 1.1em;
    }
    .title_l_line:after {
        width: 14px;
        height: 3px;
        left: -7px;
    }
    .title_side_line {
        font-size: 1.9rem;
        line-height: 1.4;
        margin-top: 10px;
    }
    .title_side_line > span {
        padding: 0 30px;
    }
    .title_side_line span:before,
    .title_side_line span:after {
        width: 20px;
        height: 3px;
    }
    .catch {
        font-size: 1.6rem;
    }
}


/* table
============================================================================================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.basic {
	line-height: 1.6;
	table-layout: fixed;
    border: 1px solid #6ea724;
}
table.basic th,
table.basic td {
	padding: 1em 1em;
	word-wrap:break-word;
    border: 1px solid #6ea724;
}
table.basic.basic_b_brown {
    border: 1px solid #96847c;
}
table.basic.basic_b_brown th,
table.basic.basic_b_brown td {
    border: 1px solid #96847c;
}
table.basic.basic_pd_s th,
table.basic.basic_pd_s td {
	padding: 0.5em;
}
table.basic.basic_pd_s th.brackets,
table.basic.basic_pd_s td.brackets{
    padding: 0.5em 0;
}
table.basic.va_top td {
    vertical-align: top;
}
table.basic td.va_top  {
    vertical-align: top;
}
table.basic td.va_middle  {
    vertical-align: middle;
}
table.basic a {
    text-decoration: underline;
}
table.basic a:hover{
    text-decoration: none;
}
table.basic a.tel {
    text-decoration: none;
}
table.basic.basic_th_color th {
    color: #564336;
    background: #f6f9ef;
}
table.basic .bg_yellow {
    color: #564336;
    background: #f6f9ef;
}
table.basic .bg_green {
    color: #564336;
    background: #e7f1d8;
}
table.basic.th_bold th {
    font-weight: bold;
}
table.basic.th_center th {
	text-align: center;
}
table.basic.td_center td {
	text-align: center;
}
table.basic.td_right td {
	text-align: right;
}
table.basic.th_nowrap th {
    white-space: nowrap;
}
table.basic.td_nowrap td {
    white-space: nowrap;
}
table.basic.td_right td.tac {
    text-align: center;
}
table.basic.td_center td.tal {
    text-align: left;
}
table.basic.border {
	line-height: 1.6;
	table-layout: fixed;
    border: 1px solid #c9c9c9;
}
table.basic.border th,
table.basic.border td {
	padding: 1em 1em;
	word-wrap:break-word;
    border: 1px solid #c9c9c9;
}
table.basic.border th:first-child {
    border-left: none;
}
table.w100 {
    width: 100%;
}
table.th_w10 tr th:first-child,
table.th_w10 tr td:first-child{
    width: 10%;
}
table.th_w15 tr th:first-child,
table.th_w15 tr td:first-child{
    width: 15%;
}
table.th_w20 tr th:first-child,
table.th_w20 tr td:first-child{
    width: 20%;
}
table.th_w25 tr th:first-child,
table.th_w25 tr td:first-child{
    width: 25%;
}
table.th_w30 tr th:first-child,
table.th_w30 tr td:first-child{
    width: 30%;
}
table.th_w35 tr th:first-child,
table.th_w35 tr td:first-child{
    width: 35%;
}
table.th_w40 tr th:first-child,
table.th_w40 tr td:first-child{
    width: 40%;
}
table.th_w50 tr th:first-child,
table.th_w50 tr td:first-child{
    width: 50%;
}

table.border_none td,
table.border_none th{
	padding-bottom: 20px;
}
table.basic.border_c th,
table.basic.border_c td{
	border: 1px solid #231815 !important;
}

table.form {
	width: 100%;
	line-height: 1.6;
	table-layout: fixed;
}
table.form th,
table.form td {
	padding: 1em 0;
	word-wrap:break-word;
}
table.form th {
    width: 35%;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 0.2em;
    font-weight: bold;
    color: #444;
}
table.form td {
    font-size: 1.7rem;
}
table.form tr:first-child th {
    margin-top: 0;
}
table.form span.req {
    font-size: 1.6rem;
    color: #BB0000;
    margin-left: 0.5em;
}
.contact_top {
    font-size: 1.5rem;
}
.contact_top span.req {
    font-size: 1.8rem;
    color: #BB0000;
    margin-right: 0.5em;
    position: relative;
    top: 0.1em;
}
table.form span.note {
    font-size: 1.3rem;
    color: #dd0000;
    margin-left: 1em;
}
table.form input[type=text],
table.form input[type=email],
table.form input[type=tel],
table.form input[type=url],
table.form select,
table.form textarea {
	width: 100%;
	padding: 0.6em 1em;
	border: 1px solid #444;
	font-size: 15px;
	font-size: 1.5rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
input::placeholder,
textarea::placeholder{
  color: #B2B2B2;
}
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
    transition: .1s;
}
/* Chrome・Safari用 */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
    transition: .1s;
}
/* Firefox18以前用 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
    transition: .1s;
}
/* Firefox19以上用 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
    transition: .1s;
}
table.form input[type=text]:focus,
table.form input[type=tel]:focus,
table.form input[type=email]:focus,
table.form textarea:focus {
	border: 1px solid #6EA724;
    -webkit-box-shadow: 0px 0px 0 1px #6EA724;
	-moz-box-shadow: 0px 0px 0 1px #6EA724;
	-ms-box-shadow: 0px 0px 0 1px #6EA724;
	box-shadow: 0px 0px 0 1px #6EA724;
}
table.form input.size_l {
	width: 100%;
}
table.form input.size_m {
	width: 50%;
}
table.form input.size_s {
	width: 29%;
}
table.form input.size01 {
	width: 80%;
}
table.form input.size02 {
	width: 150px;
}
table.form input.size03 {
	width: 320px;
}
table.form input.size04 {
	width: 85px;
}
table.form textarea.size_l {
	width: 100%;
	height: 200px;
}
table .w10 {width: 10%;}
table .w15 {width: 15%;}
table .w20 {width: 20%;}
table .w25 {width: 25%;}
table .w30 {width: 30%;}
table .w35 {width: 35%;}
table .w40 {width: 40%;}
table .w45 {width: 45%;}
table .w50 {width: 50%;}

table .w_l_2 {width: 2em;}
table .w_l_3 {width: 3em;}
table .w_l_4 {width: 4em;}
table .w_l_5 {width: 5em;}
table .w_l_6 {width: 6em;}
table .w_l_7 {width: 7em;}
table .w_l_8 {width: 8em;}

table .diagonal {
    background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
}
@media screen and (max-width: 768px) {
	table.basic {
		border-width: 2px;
		font-size: 1.4rem;
		line-height: 1.5;
        border: none;
	}
    table.basic.sp_td_center td {
        text-align: center;
    }
    table.basic.sp_fz_s td {
        font-size: 1.3rem;
    }
    table.sp_table_block th,
    table.sp_table_block td{
      border-top: none;
    }
    table.sp_table_block tbody,
    table.sp_table_block tr,
    table.sp_table_block th,
    table.sp_table_block td {
        display: block;
    }
	table.basic.basic_pd_s th,
    table.basic.basic_pd_s td {
        padding: 0.5em 0.3em;
    }
    table.sp_table_block.th_w10 tr th:first-child,
    table.sp_table_block.th_w15 tr th:first-child,
    table.sp_table_block.th_w20 tr th:first-child,
    table.sp_table_block.th_w25 tr th:first-child,
    table.sp_table_block.th_w30 tr th:first-child,
    table.sp_table_block.th_w35 tr th:first-child,
    table.sp_table_block.th_w40 tr th:first-child,
    table.sp_table_block.th_w50 tr th:first-child,
    table.sp_table_block.th_w15 tr td:first-child,
    table.sp_table_block.th_w10 tr td:first-child,
    table.sp_table_block.th_w20 tr td:first-child,
    table.sp_table_block.th_w25 tr td:first-child,
    table.sp_table_block.th_w30 tr td:first-child,
    table.sp_table_block.th_w35 tr td:first-child,
    table.sp_table_block.th_w40 tr td:first-child,
    table.sp_table_block.th_w50 tr td:first-child {
        width: 100%;
    }

	table.form th,
	table.form td {
		display: block;
		border-right: none;
        padding: 0.3em 0;
	}

    table.form th {
        width: 100%;
        font-size: 1.5rem;
    }
    table.form td {
        font-size: 1.6rem;
    }
    table.form span.req {
        font-size: 1.2rem;
        margin-left: 1em;
    }
    table.form input[type=text],
    table.form input[type=tel],
    table.form select,
    table.form textarea {
        padding: 0.5em 0.75em;
        font-size: 15px;
        font-size: 1.5rem;
    }
    table.form textarea.size_l {
        height: 100px;
    }
    table .sp_w10 {width: 10%;}
    table .sp_w15 {width: 15%;}
    table .sp_w20 {width: 20%;}
    table .sp_w25 {width: 25%;}
    table .sp_w30 {width: 30%;}
    table .sp_w35 {width: 35%;}
    table .sp_w40 {width: 40%;}
    table .sp_w45 {width: 45%;}
    table .sp_w50 {width: 50%;}
    
    table .sp_w_l_3 {width: 3em;}
    table .sp_w_l_3_5 {width: 3.5em;}
    table .sp_w_l_4 {width: 4em;}
    table .sp_w_l_5 {width: 5em;}
    table .sp_w_l_6 {width: 6em;}
    table .sp_w_l_7 {width: 7em;}
    table .sp_w_l_8 {width: 8em;}

    .scroll_table .scroll {
        overflow:auto;
    }
    .scroll_table .scroll table {
        width:100%;
        white-space: nowrap;
        display:block;
        border:none;
    }
    .scroll_table .scroll table.basic td {
        background: #fff;
    }
    /* scroll */
    .scroll_table .mCSB_horizontal.mCSB_inside > .mCSB_container {
        margin-bottom: 20px !important;
    }
    .scroll_table #mCSB_1_scrollbar_horizontal,
    .scroll_table #mCSB_2_scrollbar_horizontal{
        position: relative;
        height: 10px;
        bottom: 5px;
    }
    .scroll_table #mCSB_1_scrollbar_horizontal:before,
    .scroll_table #mCSB_2_scrollbar_horizontal:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        border-bottom: 10px solid #F0F0F0;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        z-index:1;
    }
    .scroll_table mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #6EA724 !important;
    }
    .scroll_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
        width: 100px !important;
    }
    .scroll_table .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
    .scroll_table .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
        background-color: #6EA724;
        height: 10px !important;
        top: 0;
        margin: 0 !important;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        opacity: 1.0 !important;
    }
    .scroll_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
        height: 10px !important;
    }
    .scroll_table .mCSB_scrollTools{ opacity: 1.0 !important; filter: "alpha(opacity=100)" !important; -ms-filter: "alpha(opacity=100)" !important; }
    .scroll_table .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
        background-color: #fff !important;
    }
    .scroll_table .mCSB_scrollTools .mCSB_draggerContainer {
        position: relative !important;
    }
    .scroll_table .mCSB_scrollTools {
        position: relative !important;
    }
}

/* dl
============================================================================================================ */

dl.basic {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
dl.basic > dt {
    width: 20%;
    text-align: center;
    background: #eff4e4;
    padding: 0.5em;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin-top: 15px;
}
dl.basic > dd {
    width: 80%;
    padding: 0.5em 0 0.5em 1.5em;
    margin-top: 15px;
}
dl.basic > dt:first-child,
dl.basic > dt:first-child + dd{
    margin-top: 0;
}

dl.no_deco {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
dl.no_deco > dt {
    width: 20%;
    padding: 0.5em 0 0.5em 0.5em;
}
dl.no_deco > dd {
    width: 80%;
    padding: 0.5em 0 0.5em 1.5em;
}
dl.no_deco > dt:first-child,
dl.no_deco > dt:first-child + dd{
    margin-top: 0;
}
dl.no_deco.no_deco_w_l_8 > dt {
    width: 8em;
}
dl.no_deco.no_deco_w_l_8 > dd {
    width: calc(100% - 8em);
}

dl.dl_line {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap; 
}
dl.dl_line.dl_line_tb_line {
    border-top: 1px solid #6EA724;
    border-bottom: 1px solid #6EA724;
}
dl.dl_line > dt {
    width: 20%;
    padding: 1em 0.5em 1em 1em;
    border-top: 1px solid #6EA724;
}
dl.dl_line > dd {
    width: 80%;
    padding: 1em 1em 1em 0.5em;
    border-top: 1px solid #6EA724;
}
dl.dl_line > dt:first-child,
dl.dl_line > dt:first-child + dd{
    border-top: none;
}

dt.dl_full,
dd.dl_full {
    width: 100% !important;
}
@media screen and (max-width: 768px) {
    dl.basic > dt {
        margin-top: 10px;
        width: 25%;
    }
    dl.basic > dd {
        margin-top: 10px;
        width: 75%;
        padding-left: 1em;
    }
    dl.dl_line > dt {
        padding: 0.5em 0.5em 0.5em 0;
    }
    dl.dl_line > dd {
        padding: 0.5em 0 0.5em 0.5em;
    }
    dl.no_deco.no_deco_sp_block {
        display: block;
    }
    dl.no_deco > dt {
        width: inherit !important;
    }
    dl.no_deco > dd {
        width: inherit !important;
        padding: 0 0.5em 0.5em 0.5em;
    }
}

/* link
============================================================================================================ */
/*a.blank {
	padding: 3px 26px 3px 0;
	background: url(../images/parts/ico_blank.png) 100% no-repeat;
}
a.pdf {
	padding: 3px 22px 3px 0;
	background: url(../images/parts/ico_pdf.png) 100% no-repeat;
}

@media screen and (max-width: 768px) {
	a.blank {
		background-image: url(../images/parts/ico_blank_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	a.pdf {
		background-image: url(../images/parts/ico_pdf_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
}*/



/* li
============================================================================================================ */
/* square
------------------------------------------------------------- */
ul.square > li {
	position: relative;
	padding-left: 1.2em;
}
ul.square > li:before {
	content: "■";
	position: absolute;
	left: 0;
    color: #D3B9F8;
}
ul.square > li + li {
    margin-top: 0.3em;
}

/* circle
------------------------------------------------------------- */
ul.circle > li {
	position: relative;
	padding-left: 1em;
}
ul.circle > li:before {
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6EA724;
    position: absolute;
    left: 2px;
    top: 0.65em;
}
ul.circle > li + li {
    margin-top: 0.3em;
}
ul.circle.circle_brown > li:before {
    background: #564336;
}

/* asterisk
------------------------------------------------------------- */
ul.asterisk > li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 5px;
}
ul.asterisk > li:before {
	content: "＊";
	position: absolute;
	left: 0;
}
ul.asterisk > li + li {
    margin-top: 0.3em;
}

/* disc
------------------------------------------------------------- */
ul.disc > li {
	position: relative;
	padding-left: 1em;
}
ul.disc > li:before {
	content: "・";
	position: absolute;
	left: 0;
}
ul.disc > li + li {
    margin-top: 0.3em;
}

/* notes
------------------------------------------------------------- */
ul.notes > li {
	position: relative;
	padding-left: 1em;
}
ul.notes > li:before {
	content: "※";
	position: absolute;
	left: 0;
}
ul.notes > li.notes_red:before {
	color: #dc2715;
}
ul.notes > li + li {
    margin-top: 0.1em;
}
p.notes {
	position: relative;
	padding-left: 1em;
}
p.notes:before {
	content: "※";
	position: absolute;
	left: 0;
}
p.notes.notes_red:before {
	color: #dc2715;
}

/* decimal
------------------------------------------------------------- */
ol.decimal {
	list-style-type: decimal;
}
ol.decimal > li {
	margin-left: 1.5em;
}
ul.decimal > li + li {
    margin-top: 0.3em;
}

/* parentheses
------------------------------------------------------------- */
ol.parentheses > li {
	position: relative;
	padding-left: 2em;
}
ol.parentheses > li .num {
	position: absolute;
	left: 0;
}
ul.parentheses > li + li {
    margin-top: 0.3em;
}

/* indent
------------------------------------------------------------- */
.indent > li {
	position: relative;
	padding-left: 1.2em;
    text-indent: -1.2em;
}
.indent > li + li {
    margin-top: 0.2em;
}
p.indent {
    position: relative;
  	padding-left: 1.2em;
    text-indent: -1.2em;  
}


/* indent_nomark
------------------------------------------------------------- */
.indent_nomark > li {
	position: relative;
	padding-left: 1.2em;
}
p.indent_nomark {
    position: relative;
  	padding-left: 1.2em;

}


/* ol_basic
------------------------------------------------------------- */
ol.ol_basic {
    counter-reset: count 0;
}
ol.ol_basic > li {
    padding-left: 1.75em;
    position: relative;
}
ol.ol_basic > li:before {
    content: counter(count) ".";
    counter-increment: count 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    text-align: right;
}
ol.ol_basic > li + li,
ol.ol_basic > li > ol > li + li,
ol.ol_basic > li > ol > li > ol > li + li {
    margin-top: 0.5em;
}
ol.ol_basic > li > ol,
ol.ol_basic > li > ol > li > ol {
    margin-top: 0.5em;
}
ol.ol_basic > li > ol {
    counter-reset: count02 0;
}
ol.ol_basic > li > ol > li {
    padding-left: 2em;
    position: relative;
}
ol.ol_basic > li > ol > li:before {
    content: "(" counter(count02) ")";
    counter-increment: count02 1;
    position: absolute;
    left: 0;
    top: 0;
}


/* ol_brackets
------------------------------------------------------------- */
ol.ol_brackets {
    counter-reset: count03 0;
}
ol.ol_brackets > li {
    padding-left: 2em;
    position: relative;
}
ol.ol_brackets > li:before {
    content: "(" counter(count03) ")";
    counter-increment: count03 1;
    position: absolute;
    left: 0;
    top: 0;
}
ol.ol_brackets > li + li {
    margin-top: 0.5em;
}

/* ol_brackets_l
------------------------------------------------------------- */
ol.ol_brackets_l {
    counter-reset: count04 0;
}
ol.ol_brackets_l > li {
    padding-left: 2.5em;
    position: relative;
}
ol.ol_brackets_l > li:before {
    content: "[ " counter(count04) " ]";
    counter-increment: count04 1;
    position: absolute;
    left: 0;
    top: 0;
}
ol.ol_brackets_l > li + li {
    margin-top: 0.5em;
}

/* number
------------------------------------------------------------- */
ol.number > li {
	position: relative;
	padding-left: 40px;
}
ol.number > li + li {
    margin-top: 1.5em;
}
ol.number > li .num {
	position: absolute;
	left: 0;
    top: -0.15em;
}
ol.number > li .num {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #6EA724;
    width: 30px;
    height: 30px;
    padding-top: 0.1em;
}

@media screen and (max-width: 768px) {
    ol.number > li {
        padding-left: 35px;
    }
    ol.number > li .num {
        font-size: 1.8rem;
        width: 25px;
        height: 25px;
    }
}


ul.li_mg_s > li + li,
ol.li_mg_s > li + li {
    margin-top: 0.2em;
}

/* img
============================================================================================================ */
img {
	max-width: 100%;
	height: auto;
}
.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.ofi_contain {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

/* img.radius
============================================================================================================ */
img.radius {
	border-radius: 50%;
}

/* border
============================================================================================================ */
.border_gray {
    border: 1px solid #ddd;
}

/* border_box
============================================================================================================ */
.border_box {
	border: 2px solid #6EA724;
	padding: 3% 4%;
	box-sizing: border-box;
}
.border_box_black {
	border: 1px solid #222;
	padding: 2% 3%;
	box-sizing: border-box;
}
.border_box.border_box_roud {
    border-radius: 10px;
}
.border_box_black.border_box_roud {
    border-radius: 10px;
}
.border_box.border_box_brown {
	border: 2px solid #706055;
}
@media screen and (max-width: 768px) {
    .border_box {
        padding: 5% 6%;
    }
}


/* border_radius
============================================================================================================ */
.border_radius {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* flex
============================================================================================================ */
.flex {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.ai-end {
	-webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.jc-center {
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jc-space-between{
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fd-reverse {
	-webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.fw-wrap {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block {
    display: block;
}
.b_box {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .sp_block {
        display: block;
    }
}

/* col_
============================================================================================================ */
.col_2,
.col_3,
.col_4 {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col_5 {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.col_2 > li,
.col_2 > div,
.col_2 > ul,
.col_2 > dl,
.col_2 > section {
    width: 47.27%;
    margin-bottom: 3%;
}
.col_2_s > li,
.col_2_s > div,
.col_2_s > ul,
.col_2_s > dl,
.col_2_s > section {
    width: 45%;
    margin-bottom: 3%;
}
.col_2_l > li,
.col_2_l > div,
.col_2_l > ul,
.col_2_l > dl,
.col_2_l > section {
    width: 49%;
    margin-bottom: 2%;
}
.col_3 > li,
.col_3 > div,
.col_3 > ul,
.col_3 > dl,
.col_3 > section {
    width: 32.2%;
    margin-bottom: 3%;
}
.col_3:after {
    content:"";
    display: block;
    width: 32.2%;
}
.col_4 > li,
.col_4 > div,
.col_4 > ul,
.col_4 > dl,
.col_4 > section {
    width: 23.7%;
    margin-bottom: 3%;
}
.col_4:before {
    content: "";
    display: block;
    width: 23.7%;
    order: 1;
}
.col_4:after {
    content: "";
    display: block;
    width: 23.7%;
}
.col_5 > li,
.col_5 > div,
.col_5 > ul,
.col_5 > dl {
    width: 18.4%;
    margin-bottom: 3%;
    margin-right: 2%;
}
.col_5 > li:nth-of-type(5n),
.col_5 > div:nth-of-type(5n),
.col_5 > ul:nth-of-type(5n),
.col_5 > dl:nth-of-type(5n){
    margin-right: 0;
}
@media screen and (max-width: 960px) {
    .col_2_l > li,
    .col_2_l > div,
    .col_2_l > ul,
    .col_2_l > dl{
        width: 48%;
        margin-bottom: 4%;
    }
}

@media screen and (max-width: 768px) {
    .col_2,
    .col_3,
    .col_4,
    .col_5 {
        display: block;
    }
    .col_2 > li,
    .col_2 > div,
    .col_2 > ul,
    .col_2 > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_2_s > li,
    .col_2_s > div,
    .col_2_s > ul,
    .col_2_s > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_2_l > li,
    .col_2_l > div,
    .col_2_l > ul,
    .col_2_l > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_3 > li,
    .col_3 > div,
    .col_3 > ul,
    .col_3 > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_3:after {
        content: none;
    }
    .col_4 > li,
    .col_4 > div,
    .col_4 > ul,
    .col_4 > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_4:before,
    .col_4:after {
        content: none;
    }
    .col_5 > li,
    .col_5 > div,
    .col_5 > ul,
    .col_5 > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    
    .sp_col_2 {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sp_col_2 > li,
    .sp_col_2 > div,
    .sp_col_2 > ul,
    .sp_col_2 > dl{
        width: 48.5%;
        margin-bottom: 3%;
    }
}

/* btn
============================================================================================================ */
.btn {
    display: inline-block;
    min-width: 300px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #6EA724;
    border: none;
    padding: 0.55em 35px;
    border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
    position: relative;
    text-decoration: none !important;
}
.btn:after {
    content:"";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/arrow_circle_white.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.btn:hover {
    background: #81B72C;
    opacity: 1 !important;
}
.btn.btn_m {
    font-size: 1.5rem;
    padding: 0.5em 32px;
}
.btn.btn_m:after {
    width: 20px;
    height: 20px;
    right: 8px;
}
.btn.btn_s {
    min-width: 200px;
    font-size: 1.4rem;
    padding: 0.3em 25px;
}
.btn.btn_s:after {
    width: 18px;
    height: 18px;
    right: 8px;
}
.btn.btn_none:after {
    content:none;
}
.btn.btn_gray {
    background: #888;
}
.btn_shade {
    outline: none;
    appearance: none;
    display: inline-block;
    min-width: 320px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    background: #f47f00;
    border: none;
    box-shadow: 0 4px #c66709;
    margin-bottom: 4px;
    padding: 0.65em 0.5em;
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.btn_shade:hover {
    opacity: 0.9 !important;
}
.btn_shade.btn_shade_m {
    min-width: 250px;
    font-size: 1.8rem;
    padding: 1em 1em;
    font-weight: 500;
}
.btn_shade.btn_shade_s {
    min-width: 170px;
    font-size: 1.7rem;
    font-weight: 500;
}
.btn_shade.btn_shade_ss {
    min-width: 5em;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0.3em 1em;
    margin: 0 5px;
    text-indent: 0;
}
.btn_shade.btn_shade_s.btn_shade_arrow span {
    position: relative;
    padding-right: 13px;
}
.btn_shade.btn_shade_s.btn_shade_arrow span:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 2px;
}
.btn_shade.btn_shade_gray {
    background: #999088;
    box-shadow: 0 4px #7a746f;
}
.btn_shade.btn_shade_green {
    background: #6ea724;
    box-shadow: 0 4px #537c13;
}
.btn_shade.btn_shade_blue {
    background: #60a2d8;
    box-shadow: 0 4px #306A99;
}
.btn_shade.btn_search span,
.btn_shade.btn_document span,
.btn_shade.btn_contact span,
.btn_shade.btn_check span {
    display: inline-block;
    position: relative;
    padding-left: 35px;
}
.btn_shade.btn_document span {
    padding-left: 30px;
}
.btn_shade.btn_contact span,
.btn_shade.btn_check span {
    padding-left: 42px;
}
.btn_shade.btn_search span:before {
    content:"";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/icon_search_white.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 3px;
}
.btn_shade.btn_document span:before {
    content:"";
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url("../images/icon_document_white.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}
.btn_shade.btn_contact span:before {
    content:"";
    display: inline-block;
    width: 34px;
    height: 24px;
    background: url("../images/icon_contact_white.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}
.btn_shade.btn_check span:before {
    content:"";
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url("../images/icon_check_white.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}
.btn.btn_2row {
    padding: 0.3em 35px;
    line-height: 1.3;
}
.btn_2col {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn_2col > button,
.btn_2col > a {
    margin-right: 2%;
    margin-left: 2%;
}
@media screen and (max-width: 768px) {
    .btn {
        min-width: 230px;
        font-size: 1.4rem;
        padding: 0.7em 33px;
    }
    .btn:after {
        width: 22px;
        height: 22px;
        right: 9px;
    }
    .btn.btn_m {
        font-size: 1.4rem;
        padding: 0.6em 32px;
    }
    .btn.btn_s {
        min-width: 180px;
        font-size: 1.4rem;
        padding: 0.4em 25px;
    }
    .btn_2col .btn {
        min-width: 48%;
    }
    .btn_shade {
        font-size: 2.0rem;
        box-shadow: 0 3px #c66709;
        margin-bottom: 3px;
        min-width: 230px;
    }
    .btn_shade.btn_shade_m {
        font-size: 1.6rem;
        padding: 1em 1em;
    }
    .btn_shade.btn_shade_s {
        font-size: 1.5rem;
    }
    .btn_shade.btn_shade_ss {
        font-size: 1.5rem;
    }
    .btn_shade.btn_shade_gray {
        box-shadow: 0 3px #7a746f;
    }
    .btn_shade.btn_shade_green {
        box-shadow: 0 3px #537c13;
    }
    .btn_shade.btn_shade_blue {
        box-shadow: 0 3px #306A99;
    }
    .btn_shade.btn_search span {
        padding-left: 23px;
    }
    .btn_shade.btn_search span:before {
        width: 20px;
        height: 20px;
        margin-top: 1px;
    }
    .btn_shade.btn_contact span,
    .btn_shade.btn_check span {
        padding-left: 33px;
    }
    .btn_shade.btn_contact span:before {
        width: 26px;
        height: 19px;
    }
    .btn_shade.btn_check span:before {
        width: 26px;
        height: 26px;
    }
    
}    
@media screen and (max-width: 340px) {
    .btn_shade {
        font-size: 1.9rem;
    }
}

/* tel_link
============================================================================================================ */
a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
}
@media screen and (max-width: 768px) {
a[href^="tel:"] {
        pointer-events: auto;
        text-decoration: underline !important;
    }
}

.tel {
    color: #222222;
    text-decoration: none;
}
.tel.red {
    color: #dc2715;
}
@media screen and (max-width: 768px) {
    .tel {
        color: #6EA724;
        text-decoration: underline;
    }
}

/* bg
============================================================================================================ */
.bg_l_blue {
    background: #CBECF4;
}
.bg_ml_blue {
    background: #EFF6FC;
}
.bg_l_green {
    background: #F5F4E4;
}
.bg_l_yellow {
    background: #F5F4E4;
}

/* text_area
============================================================================================================ */
.text_area p + p {
    margin-top: 1.25em;
}


/* text
============================================================================================================ */
.underline {
    text-decoration: underline;
}
.underline_double {
    border-bottom: 3px double #dc2715;
}

.cap {
    display: block;
    font-size: 1.3rem;
    text-align: right;
    margin: 0.5em 0;
    color: #564336;
}
@media screen and (max-width: 768px) {
    .cap {
        font-size: 1.2rem;
    }
}

/* link_text
============================================================================================================ */
.link_text,
.list_link_text li {
	margin: 0.3em 0;
	position: relative;
	padding-left: 22px;
}
.link_text:before,
.list_link_text li:before {
	content: "";
	display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/arrow_circle_y_green.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 6px;
}
.link_text.link_text_back:before {
    transform: rotate(-180deg);
}
.link_text a,
.list_link_text a,
.link_text_noarrow{
    position: relative;
    text-decoration: underline;
}
.link_text a:hover,
.list_link_text a:hover,
.link_text_noarrow:hover {
    text-decoration: none;
}
.link_text a[target="_blank"]:after,
.list_link_text a[target="_blank"]:after,
.link_text_noarrow[target="_blank"]:after {
	content: "";
	display: inline-block;
	background: url(../../shared/images/icon_blank.svg) no-repeat;
	background-size: 100% auto;
	width: 11px;
    height: 9px;
	margin-left: 0.5em;
	position: relative;
	top: -3px;
    vertical-align: middle;
}
.link_text a[href$='.pdf']:after,
.list_link_text a[href$='.pdf']:after,
.link_text_noarrow[href$='.pdf']:after{
	content: "PDF";
	display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    color: #c30d23;
    border: 1px solid #c30d23;
    padding: 0.1em 0.5em;
    min-width: 50px;
	margin-left: 0.5em;
	position: relative;
	top: -0.1em;
    vertical-align: middle;
    width: auto;
    height: auto;
    background: none;
}
.link_text a[href$='.doc']:after,
.link_text a[href$='.docs']:after,
.link_text a[href$='.docx']:after,
.list_link_text a[href$='.doc']:after,
.list_link_text a[href$='.docs']:after,
.list_link_text a[href$='.docx']:after,
.link_text_noarrow[href$='.doc']:after,
.link_text_noarrow[href$='.docs']:after,
.link_text_noarrow[href$='.docx']:after {
    content: "DOCX";
	display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    color: #1d2088;
    border: 1px solid #1d2088;
    padding: 0.1em 0.5em;
    min-width: 50px;
	margin-left: 0.5em;
	position: relative;
	top: -0.1em;
    vertical-align: middle;
    width: auto;
    height: auto;
    background: none;
}
.link_text a[href$='.xls']:after,
.link_text a[href$='.xlsx']:after,
.list_link_text a[href$='.xls']:after,
.list_link_text a[href$='.xlsx']:after,
.link_text_noarrow[href$='.xls']:after,
.link_text_noarrow[href$='.xlsx']:after {
    content: "XLSX";
	display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    color: #006835;
    border: 1px solid #006835;
    padding: 0.1em 0.5em;
    min-width: 50px;
	margin-left: 0.5em;
	position: relative;
	top: -0.1em;
    vertical-align: middle;
    width: auto;
    height: auto;
    background: none;
}
.list_link_text_pdf li + li {
    margin-top: 0.5em;
}
.link_text_noarrow:after {
    margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
    .link_text a[href$='.pdf']:after,
    .list_link_text a[href$='.pdf']:after,
    .link_text_noarrow[href$='.pdf']:after{
        font-size: 1.0rem;
        line-height: 1.5;
        min-width: 40px;
    }
    .link_text a[href$='.doc']:after,
    .link_text a[href$='.docs']:after,
    .link_text a[href$='.docx']:after,
    .list_link_text a[href$='.doc']:after,
    .list_link_text a[href$='.docs']:after,
    .list_link_text a[href$='.docx']:after,
    .link_text_noarrow[href$='.doc']:after,
    .link_text_noarrow[href$='.docs']:after,
    .link_text_noarrow[href$='.docx']:after {
        font-size: 1.0rem;
        line-height: 1.5;
        min-width: 40px;
    }
    .link_text a[href$='.xls']:after,
    .link_text a[href$='.xlsx']:after,
    .list_link_text a[href$='.xls']:after,
    .list_link_text a[href$='.xlsx']:after,
    .link_text_noarrow[href$='.xls']:after,
    .link_text_noarrow[href$='.xlsx']:after {
        font-size: 1.0rem;
        line-height: 1.5;
        min-width: 40px;
    }
}



/* contents
============================================================================================================ */
#contents {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
}
#contents:before,
#contents:after {
    content:"";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
#contents:before {
    width: 100%;
    height: 90px;
    background: #CBECF4;
}
#contents:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50vw 70px 50vw;
    border-color: transparent transparent #fff transparent;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#contents.contents_bg_none {
    padding-top: 0;
    padding-bottom: 0;
}
#contents.contents_bg_none:before,
#contents.contents_bg_none:after {
    content:none;
}
.contents_col_2 {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contents_col_2 .contents_main {
    width: 74.5%;
}
.contents_col_2 .contents_side {
    width: 22.6%;
}
@media screen and (max-width: 960px) {
    .contents_col_2 {
        display:block;
    }
    .contents_col_2 .contents_main {
        width: 100%;
    }
    .contents_col_2 .contents_side {
        width: 100%;
    }
    .contents_col_2 .contents_side.contents_side_navi {
        width: 100vw;
        margin-left: -5vw;
        margin-right: -5vw;
    }
}
@media screen and (max-width: 768px) {
    #contents {
        padding-top: 45px;
        padding-bottom: 50px;
    }
    #contents:before {
        height: 35px;
    }
    #contents:after {
        border-style: solid;
        border-width: 0 50vw 20px 50vw;
        border-color: transparent transparent #fff transparent;
        top: 15px;
    }
    .contents_col_2 {
        display:block;
    }
    .contents_col_2 .contents_main {
        width: 100%;
        margin-bottom: 10%;
    }
}
@media screen and (max-width: 960px) {
    .contents_col_2.contents_col_2_search {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .contents_col_2.contents_col_2_search .contents_main {
        margin-bottom: 0;
        width: 100%;
    }
    .contents_col_2.contents_col_2_search .contents_side {
        margin-bottom: 7%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* slick
============================================================================================================ */
.slick-slide:focus {
  outline: none;
}

/* accordion
============================================================================================================ */
.accordion-contents {
    display: none;
}
.accordion-contents.open {
    display: block;
}
.accordion-btn {
    -webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

/* gmap
============================================================================================================ */
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 47%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .gmap {
        padding-bottom: 75%;
    }
}

/* loading
============================================================================================================ */
.load {
    position: relative;
}
.load:before {
    content:"";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
}
.load #container {
    position: relative;
}
.load #container:before,
.load #container:after {
    content:"";
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #537c13;
    opacity: 0.8;
    position: fixed;
    top: 50vh;
    left: 50vw;
    margin-left: -32px;
    margin-top: -25px;
    z-index: 201;
    -webkit-animation: sk-bounce 2.1s infinite ease-in-out;
    animation: sk-bounce 2.1s infinite ease-in-out;
}
.load #container:after {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}