@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html,body{
    width: 100%;
    overflow-x: hidden;
}
html {
	font-size: 62.5%;
    font-feature-settings: "palt";
}
/*print*/
@page {
      margin: 10mm;
      size: 210mm 297mm; /* A4縦サイズの場合 */
}
@media print {
      body {
            -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
            width: 1190px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */
      }
      #header {
            width: calc(100% - 4vw) !important;
            position: relative !important;
      }
      #header.fixed {
            position: relative !important;
      }
      img {
            max-width: 100%;
      }
}
/*print end*/
@media screen and (max-width: 1280px) {
      html {
            font-size: 0.8vw;
      }
}
@media screen and (max-width: 960px) {
      html {
            font-size: 1.1vw;
      }
}
@media screen and (max-width: 768px) {
      html {
            font-size: 62.5%;
      }
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--c-body);
    background: var(--bg-gray);
	font-family: var(--font_base);
    font-weight: 400;
    font-style: normal;
	-webkit-text-size-adjust: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.7;
}
a {
	text-decoration: none;
	transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
	color: var(--c-body);
    outline:none;
}

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

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

/* font
============================================================================================================ */
.f-min {
	font-family: var(--font_min);
}
.f-serif {
	font-family: var(--font_serif);
}
.f-serif_sub {
	font-family: var(--font_serif_sub);
}
.f-noto {
	font-family: var(--font_noto);
}
.f-noto_serif {
	font-family: var(--font_noto_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: 1266px;
	margin: 0 auto;
}
@media screen and (max-width: 1360px) {
    .w {
        width: auto;
        margin-right:3.75vw;
        margin-left: 3.75vw;
    }
}
@media screen and (max-width: 768px) {
    .w {
		width: auto;
		padding: 0;
	}
}

/* ヘッダー
============================================================================================================ */
#header {
	font-size: 1.6rem;
	z-index: 100;
    position: absolute;
    right: 0;
    left: 0;
    transition: all 0.3s ease;
}
#header .head {
    position: relative;
    padding-bottom: 0;
}
.header_top {
    font-size: 1.2rem;
    font-family: var(--font_min);
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
    padding-top: 20px;
    border-bottom: 7px solid var(--c-primary);
    padding-bottom: 10px;
}
.header_top img {
    height: 0.8em;
}
.header_middle {
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid var(--c-primary);
    border-bottom: 1px solid var(--c-gray);
    padding: 15px 0;
}
.header_logo_round {
    width: 115px;
    height: auto;
}
.header_logo_round a {
    display: block;
}
.header_logo {
    display: none;
}
.header_title {
    text-align: center;
    align-self: center;
}
.header_title_sub {
    font-size: 1.9rem;
    font-family: var(--font_serif_sub);
}
.header_title_main {
    padding: 0 2em;
}
.header_title_main img {
    width: 726px;
    height: auto;
 }
.global_navi {
    margin-top: 6px;
    display: flex;
    justify-content: center;
    border-top: 1px solid var(--c-gray);
}
.global_navi.global_navi_left {
    justify-content: flex-start;
    padding-left: 5vw;
}
.global_navi > li > a {
    display: block;
    font-family: var(--font_noto);
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 0.3em 1em;
    min-width: 220px;
    border-right: 1px solid var(--c-gray);
}
.global_navi > li:first-child > a {
    border-left: 1px solid var(--c-gray);
}
.global_navi > li > a > span {
    display: block;
    font-family: var(--font_min);
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 0;
}
.global_navi > li > a:hover {
    background: var(--c-body);
    color: #fff;
}
/* sns */
#header .sns_box {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    gap: 15px;
}
#footer .sns_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.sns_box .sns_title {
    font-family: var(--font_min);
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    padding: 0 0.5em;
    border-left: 1px solid var(--c-gray);
    border-right: 1px solid var(--c-gray);
}
.sns_list {
    display: flex;
    align-self: flex-end;
    gap: 15px;
    margin-bottom: 10px;
}
.sns_list > li img {
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 1280px) {
    .global_navi > li > a {
        min-width: 16em;
    }
}
@media screen and (min-width: 961px) {
    /* fixed */
    #header.fixed {
        position: fixed;
        right: 0;
        left: 0;
        background: var(--bg-gray);
        opacity: 0;
        animation: fadeIn 0.7s forwards;
    }
    #header.fixed .header_top,
    #header.fixed .header_logo_round,
    #header.fixed .global_navi > li > a > span {
        display: none;
        opacity: 0;
    }
    #header.fixed .header_middle {
        margin-top: 0;
        border-top: none;
        border-bottom: none;
        padding: 0;
        align-items: center;
        height: 70px;
    }
    #header.fixed .header_logo {
        display: block;
        margin-right: 13px;
    }
    #header.fixed .header_logo img {
        width: 41px;
        height: auto;
    }
    #header.fixed .header_title {
        text-align: left;
        margin-right: auto;
    }
    #header.fixed .header_title_sub {
        font-size: 10px;
    }
    #header.fixed .header_title_main {
        padding: 0;
    }
    #header.fixed .header_title_main img {
        width: 264px;
    }
    #header.fixed .sns_box {
        flex-direction: row;
        align-items: center;
        align-self: center;
        gap: 8px;
    }
    #header.fixed .sns_box .sns_title {
        font-size: 1.3rem;
        margin-right: 0.5em;
    }
    #header.fixed .sns_list {
        margin-bottom: 0;
        align-self: center;
    }
    #header.fixed .global_navi {
        position: absolute;
        top: 0;
        right: 210px;
        border-top: none;
        margin-top: 0;
        height: 70px;
        align-items: center;
    }
    #header.fixed .global_navi > li > a {
        min-width:auto;
        border-right: none;
        font-family: var(--font_base);
        font-size: 1.4rem;
        font-weight: 500;
        padding: 0.5em 1.2em;
    }
    #header.fixed .global_navi > li:first-child > a {
        border-left: none;
    }
    .sp_header_top {
        display: none !important;
    }
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
    #header.fixed .header_title_main img {
        width: 22vw;
    }
}
@media print {
    .sp_header_top {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .sp_header_top {
        display: block;
        position: fixed;
        left: 3.75vw;
        top: 0;
        width: 92.5vw;
        background: var(--bg-gray);
        z-index: 100;
    }
    .sp_header_top:before {
        content:"";
        display: inline-block;
        width: 100vw;
        height: 60px;
        background: var(--bg-gray);
        position: absolute;
        left: -3.75vw;
        top: 0;
        z-index: -1;
    }
    .sp_header_top > div {
        display: flex;
        height: 60px;
        padding-top: 10px;
    }
    .sp_header_logo img {
        width: 31px;
        height: auto;
        margin-right: 8px;
    }
    .sp_header_title {
        line-height: 1.2;
    }
    .sp_header_title_sub {
        font-size: 0.9rem;
        font-family: var(--font_serif_sub);
    }
    .sp_header_title_main img {
        width: 206px;
        height: auto;
    }
    .global_navi {
        display: block;
        width: 77.3%;
        margin: 45px auto 0;
        border-top: none;
        padding-left: 0 !important;
    }
    .global_navi > li > a {
        font-size: 1.8rem;
        padding: 0.7em 0;
        min-width: auto;
        border-right: none;
        border-top: 1px solid var(--c-gray);
    }
    .global_navi > li:first-child > a {
        border-left: none;
        border-top: none;
    }
    .global_navi > li:last-child > a {
        border-bottom: 1px solid var(--c-gray);
    }
    .global_navi > li > a > span {
        font-size: 1.4rem;
    }
    #header .sns_box {
        margin-top: 50px;
        align-items: center;
    }
    #header .sns_title {
       padding: 0 2.3em;
    }
    #header .sns_list {
        display: flex;
        align-self: center;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 0;
    }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

#header .nav_btn {
	display: none;
}
@media screen and (max-width: 960px) {
    .header_top,
    .header_middle {
        display: none;
    }
	#header nav {
        width: 100%;
		position: fixed;
		overflow: hidden;
        height: 100%;
		height: calc(100% - 60px);
        left: 0;
		top: 60px;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
        z-index: 110;
	}
	#header nav > div {
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#header nav > div > div {
		height: 100%;
		overflow-y: auto;
		background: var(--bg-gray);
		pointer-events: auto;
	}
	#header .nav_btn {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
        z-index: 101;
	}
	#header .nav_btn a {
		position: relative;
		display: block;
		width: 46px;
		height: 46px;
		z-index: 2;
	}
	#header .nav_btn:before,
	#header .nav_btn a:before,
	#header .nav_btn a:after {
		content: "";
		position: absolute;
		left: 13px;
		right: 13px;
		top: 50%;
		height: 1px;
		margin-top: -1px;
		background-color: var(--c-primary);
		transition: all 0.2s;
	}
	#header .nav_btn a:before {
		transform: translateY(-6px);
	}
	#header .nav_btn a:after {
		transform: translateY(6px);
	}
	/* open */
	#header.open nav {
		opacity: 1;
		visibility: visible;
		width: 100%;
	}
	#header.open .nav_btn:before {
		opacity: 0;
	}
	#header.open .nav_btn a:before {
		transform: translateY(0) rotate(35deg);
	}
	#header.open .nav_btn a:after {
		transform: translateY(0) rotate(-35deg);
	}

}


/* footer
============================================================================================================ */
#footer {
	font-size: 1.6rem;
    position: relative;
    border-top: 1px solid var(--c-gray);
}
.footer_cont {
    margin: 6px 0;
    padding: 50px 0 40px;
    border-top: 1px solid var(--c-gray);
    border-bottom: 2px solid var(--c-primary);
    position: relative;
}
.footer_logo {
    position: absolute;
    padding: 0 20px;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    z-index: 2;
}
.footer_logo:before {
    content:"";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--bg-gray);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.footer_title {
    text-align: center;
}
.footer_title img {
    width: 264px;
    height: auto;
}
.footer_navi {
    display: flex;
    justify-content: center;
}
.footer_navi {
    margin: 25px 0 35px;
}
.footer_navi > li > a {
    display: block;
    font-family: var(--font_min);
    font-weight: 900;
    text-align: center;
    padding: 0.4em 1em;
    min-width: 220px;
    border-right: 1px solid var(--c-gray);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_navi > li:first-child > a {
    border-left: 1px solid var(--c-gray);
}
.footer_navi > li > a:hover {
    background: var(--c-body);
    color: #fff;
}
#footer .sns_list {
    display: flex;
    align-self: flex-start;
    justify-content: center;
    margin-bottom: 0;
}
.copyright {
	display: block;
    font-family: var(--font_min);
    font-weight: 500;
    font-size: 12px;
	font-size: 1.2rem;
    text-align: center;
    border-top: 7px solid var(--c-primary);
    padding: 1em 0 3em;
}
.copyright small {
    font-size: 12px;
	font-size: 1.2rem;
    text-align: center;
}
@media screen and (max-width: 1280px) {
    .footer_navi > li > a {
        min-width: 12em;
    }
}
@media screen and (max-width: 768px) {  
    .footer_cont {
        padding: 40px 0 30px;
    }
    .footer_navi {
        margin: 25px 0 25px;
        flex-wrap: wrap;
        justify-content: flex-start;
        border-top: 1px solid var(--c-gray);
        border-bottom: 1px solid var(--c-gray);
    }
    .footer_navi > li {
        width: 50%;
    }
    .footer_navi > li > a {
        display: block;
        font-size: 1.3rem;
        text-align: left;
        padding: 0.7em 0.5em;
        border-right: none;
        border-bottom: 1px solid var(--c-gray);
    }
    .footer_navi > li:first-child > a {
        border-left: none;
    }
    .footer_navi > li:last-child > a {
        border-bottom: none;
    }
    .footer_navi > li:nth-child(odd) > a {
        border-right: 1px solid var(--c-gray);
    }
    .footer_navi > li:nth-child(even) > a {
        padding-right: 0;
    }
    .copyright {
        padding: 0.8em 0 2em;
    }
}


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

	コンテンツ

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

/* topic_path
============================================================================================================ */
.topic_path{
	font-size: 1.3rem;
	position: relative;
	z-index: 1;
    border-top: 1px solid var(--c-gray);
}
.topic_path ul{
    margin: 0 2em;
    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 ul{
        margin: 0 1em;
    }
    .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: 1.6rem;
	display: block;
    padding-top: 310px;
    padding-bottom: 100px;
}
section a {
    text-decoration: underline;
    color: var(--c-link);
}
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.6rem;
	}
}



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

	モジュール

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

/* section
============================================================================================================ */
.section_border {
    border-top: 1px solid var(--c-gray);
    margin-top: 6rem;
    padding-top: 5rem;
    padding-left: 2.65%;
    padding-right: 2.65%;
}
@media screen and (max-width: 768px) {
    .section_border {
        margin-top: 4rem;
        padding-top: 3rem;
        padding-left: 3.55vw;
        padding-right: 3.55vw;
        /* padding-left: 3.75%;
        padding-right: 3.75%; */
    }
}

/* title
============================================================================================================ */
.title_set {
    margin-bottom: 5em;
}
.title_set-en {
    font-family: var(--font_serif);
    font-size: 6.0rem;
    font-weight: 400;
    line-height: 1;
}
.title_set-jp {
    font-size: 2.2rem;
    font-weight: 500;
    margin-top: 0.4em;
}
.title_set_l {
    margin-bottom: 3em;
}
.title_set_l .title_set-en{
    font-size: 8.3rem;
    line-height: 1;
}
.title_set_l .title_set-jp{
    margin-top: 0.3em;
}
.title_set_s {
    margin-bottom: 3em;
}
.title_set_s .title_set-en{
    font-size: 3.8rem;
    line-height: 1;
}
.title_set_s .title_set-jp{
    font-size: 2.0rem;
    margin-top: 0.3em;
}
.title_set_cate {
    display: flex;
    gap: 3rem;
    padding-bottom: 2em;
    margin-bottom: 2.5em;
    position:relative;
}
.title_set_cate:before {
    content:"";
    display: inline-block;
    width: 800px;
    height: 1px;
    background: var(--c-gray);
    position: absolute;
    left: 0;
    bottom: 0;
}
.title_set_cate .title_set-en{
    font-size: 4.0rem;
}
.title_set_cate .title_set-jp{
    font-size: 2.6rem;
    margin-top: 0;
}
.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: var(--c-primary);
    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: var(--c-primary);
    border-radius: 6px;
    padding: 0.5em 1em;
    margin-top: 1.25em;
    margin-bottom: 1em;
}
.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: var(--c-primary);
    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 var(--c-primary);
    border-bottom: 1px solid var(--c-primary);
    background: var(--bg-gray-light);
    padding: 0.6em 1em;
    margin-top: 1.75em;
	margin-bottom: 1em;
    position: relative;
}

@media screen and (max-width: 768px) {
    .title_set {
        margin-bottom: 2.5em;
    }
    .title_set-en {
        font-size: 3.5rem;
        line-height: 1;
        margin-right: -3.75%;
    }
    .title_set-jp {
        font-size: 2.2rem;
        margin-top: 0;
    }
    .title_set_l {
    margin-bottom: 1.5em;
}
    .title_set_l .title_set-en{
        font-size: 4.0rem;
        line-height: 1;
    }
    .title_set_l .title_set-jp{
        font-size: 2.0rem;
        margin-top: 0.2em;
    }
    .title_set_s {
        margin-bottom: 1.5em;
    }
    .title_set_s .title_set-en{
        font-size: 2.6rem;
    }
    .title_set_s .title_set-jp{
        font-size: 1.8rem;
    }
    .title_set_cate {
        display: block;
        padding-bottom: 1em;
        margin-bottom: 1.5em;
    }
    .title_set_cate:before {
        width: 100%;
    }
    .title_set_cate .title_set-en{
        font-size: 3.5rem;
    }
    .title_set_cate .title_set-jp{
        font-size: 2.2rem;
    }
	.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_s {
		font-size: 1.8rem;
	}
    .title_ss {
		font-size: 1.6rem;
	}
}


/* table
============================================================================================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.basic {
	line-height: 1.6;
	table-layout: fixed;
    border: 1px solid var(--c-primary);
}
table.basic th,
table.basic td {
	padding: 1em 1em;
	word-wrap:break-word;
    border: 1px solid var(--c-primary);
}
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: var(--bg-gray-light);
}
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;
    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 var(--c-primary);
	box-shadow: 0px 0px 0 1px var(--c-primary);
}
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;
        z-index:1;
    }
    .scroll_table mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: var(--c-primary) !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: var(--c-primary);
        height: 10px !important;
        top: 0;
        margin: 0 !important;
        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:flex;
    flex-wrap: wrap;
}
dl.basic > dt {
    width: 20%;
    text-align: center;
    background: var(--bg-gray-light);
    padding: 0.5em;
    display:flex;
    justify-content: 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:flex;
    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:flex;
    flex-wrap: wrap; 
}
dl.dl_line.dl_line_tb_line {
    border-top: 1px solid var(--c-primary);
    border-bottom: 1px solid var(--c-primary);
}
dl.dl_line > dt {
    width: 20%;
    padding: 1em 0.5em 1em 1em;
    border-top: 1px solid var(--c-primary);
}
dl.dl_line > dd {
    width: 80%;
    padding: 1em 1em 1em 0.5em;
    border-top: 1px solid var(--c-primary);
}
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;
    }
}

/* li
============================================================================================================ */
/* square
------------------------------------------------------------- */
ul.square > li {
	position: relative;
	padding-left: 1.2em;
}
ul.square > li:before {
	content: "■";
	position: absolute;
	left: 0;
    color: var(--c-primary);
}
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: var(--c-primary);
    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:flex;
    justify-content: center;
    align-items: center;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: var(--c-primary);
    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;'
}

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

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

/* flex
============================================================================================================ */
.flex {
	display:flex;
}
.ai-end {
    align-items: flex-end;
}
.jc-center {
    justify-content: center;
}
.jc-space-between{
	justify-content: space-between;
}
.fd-reverse {
    flex-direction: row-reverse;
}
.fw-wrap {
	flex-wrap: wrap;
}
.block {
    display: block;
}
@media screen and (max-width: 768px) {
    .sp_block {
        display: block;
    }
}

/* col_
============================================================================================================ */
.col_2,
.col_3,
.col_4 {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col_5 {
    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:flex;
        justify-content: space-between;
        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: 255px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    color: var(--c-body);
    background: #fff;
    border: none;
    padding: 1em 25px;
    border-radius: 2px;
    position: relative;
    text-decoration: none !important;
    box-shadow: 2px 2px 0px 0px #cccccc;
    transition: all 0.3s ease;
}
.btn:before {
    content:"";
    display: inline-block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid var(--c-gray);
    position: absolute;
    left: 5px;
    top: 5px;
    transition: all 0.3s ease;
}
.btn:after {
    content:"";
    display: inline-block;
    width: 18px;
    height: 18px;
    background:url(../images/icon_arrow_round.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.btn:hover {
    color: #fff;
    background: var(--c-body);
    opacity: 1 !important;
}
.btn:hover:before {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn:hover:after {
    background:url(../images/icon_arrow_round_white.svg) no-repeat;
    background-size: contain;
}
.btn.btn_gray {
    background: #888;
}
.btn.btn_2row {
    padding: 0.3em 35px;
    line-height: 1.3;
}
.btn_2col {
    display:flex;
    justify-content: center;
}
.btn_2col > button,
.btn_2col > a {
    margin-right: 2%;
    margin-left: 2%;
}
@media screen and (max-width: 768px) {
    .btn_2col .btn {
        min-width: 48%;
    } 
}    

/* 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: var(--c-primary);
        text-decoration: underline;
    }
}

/* 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;
}
@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: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px var(--c-primary);
    border-right: solid 2px var(--c-primary);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 10px;
}
.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;
    }
}

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

/* accordion
============================================================================================================ */
.accordion-contents {
    display: none;
}
.accordion-contents.open {
    display: block;
}
.accordion-btn {
	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%;
    }
}
