﻿@charset "utf-8";

/* ---------------------------------------------
　layout modules
------------------------------------------------ */

/* base modules
------------------------------------------------ */
.content p,
.content ul,
.content dl,
.content ol,
.content table,
.content blockquote {
	margin: 20px 0 0;
	line-height: 1.6;
}

.content ul p,
.content ul dl,
.content ul ol,
.content dl p,
.content dl ul,
.content dl ol,
.content ol p,
.content ol ul,
.content ol dl,
.content table p,
.content table ul,
.content table dl,
.content table ol {
	margin: 0;
}

.content p img,
.content dl img,
.content ul img {
	vertical-align: middle;
	max-width: 100%;
}

.column-image-left,
.column-image-center,
.column-image-right {
	margin-top: 20px !important;
}

/* common modules
------------------------------------------------ */

em {
	font-style: normal;
}

.small {
	font-size: 87%;
}

.x-small {
	font-size: 78%;
}

.large {
	font-size: 107%;
}

.x-large {
	font-size: 120%;
}

.xx-large {
	font-size: 150%;
}

.attention {
	color: #FF3366;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

.clear {
	clear: both;
}

.img-l {
	float: left;
	margin: 0 25px 10px 0;
}

.img-r {
	float: right;
	margin: 0 0 10px 25px;
}

.img-set {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.img-set img {
	max-width: 100%;
}

.nowrap {
	white-space: nowrap;
}

.content .nocss {
	maring: 0;
	padding: 0;
	border: none;
	background: none;
}

.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt-10 {
	margin-top: -10px !important;
}

.mt-15 {
	margin-top: -15px !important;
}

.mt-20 {
	margin-top: -20px !important;
}

.mt-30 {
	margin-top: -30px !important;
}

.mt-40 {
	margin-top: -40px !important;
}

.mt-50 {
	margin-top: -50px !important;
}

a[href*="tel:"] {
	pointer-events: none;
	color: var(--color-text);
}

br.sp {
	display: none;
}

.indent {
	margin-left: 2em;
}

.sp-link {
	pointer-events: none;
}

input.disable {
	pointer-events: none;
	opacity: 0.5;
}

._none {
	display: none;
}

/* --- anchor --- */

.anchor {
	padding-left: 15px;
	display: inline-block;
	position: relative;
}

.anchor::after {
	display: block;
	content: '';
	position: absolute;
	top: 40%;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #52608c;
	border-bottom: 1px solid #52608c;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* --- ext icon --- */

a[href$='.xls'],
a[href$='.xlsx'] {
	background: url(../images/fileicon/xls.png) no-repeat 100% 48%;
	padding-right: 21px;
}

a[href$='.doc'],
a[href$='.docx'] {
	background: url(../images/fileicon/doc.png) no-repeat 100% 48%;
	padding-right: 21px;
}

a[href$='pdf'] {
	background: url(../images/fileicon/pdf.png) no-repeat 100% 48%;
	padding-right: 21px;
}

a[href$='ppt'] {
	background: url(../images/fileicon/ppt.png) no-repeat 100% 48%;
	padding-right: 21px;
}


/* --- openwin --- */

.openwin {
	margin-left: 5px;
}

img.openwin {
	width: 13px;
	height: auto;
}

.--iconNone .openwin {
	display: none;
}

/* ---　pagetop-in　 --- */

.pagetop-in {
	text-align: right;
}

.pagetop-in a {
	background: url(../images/icon_arrow_pagetop.png) no-repeat 0 0.4em;
	padding-left: 15px;
	font-size: 92%;
}

/* --- btn --- */
a.link-btn {
	padding: 15px 50px 15px 20px;
	display: inline-block;
	min-width: 160px;
	background-color: #fff;
	border: 1px solid var(--color-base);
	border-radius: 100px;
	color: var(--color-base) !important;
	font-size: var(--px16);
	line-height: 1.2;
	position: relative;
}

a.link-btn::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../images/icon/icon_arrow_blue.png);
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 20px;
	transition: var(--transition);
	visibility: visible;
}

a.link-btn.--win::after {
	background-image: url(../images/icon/icon_win_blue.png);
}

a.link-btn:hover {
	background-color: var(--color-base);
	color: #fff !important;
}

a.link-btn:hover::after {
	background-image: url(../images/icon/icon_arrow_white.png);
}

a.link-btn.--win:hover::after {
	background-image: url(../images/icon/icon_win_white.png);
}

/* --- blockquote --- */

blockquote,
.acms-entry blockquote {
	margin: 7rem auto 0 100px;
	padding: 20px 35px 20px 145px;
	width: 100%;
	min-height: 160px;
	background-color: #fff;
	border-top: 1px solid #eaeef1;
	border-bottom: 1px solid #eaeef1;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 2.2 !important;
	text-align: left;
	position: relative;
}

blockquote::before,
.acms-entry blockquote::before {
	content: "";
	display: inline-block;
	background-image: url(../images/icon_blockquote.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	width: 86px;
	height: 69px;
	position: absolute;
	top: 48px;
	left: 29px;
}

blockquote p:first-of-type,
blockquote p:last-of-type {
	margin-top: 0;
}

blockquote cite {
	font-style: normal;
	display: block;
	text-align: right;
	font-size: 90%;
	color: #666;
}

blockquote cite a {
	color: inherit;
}


@media screen and (max-width: 768px) {
	blockquote,
	.acms-entry blockquote {
		padding: 20px 25px 20px 65px;
	}

	blockquote::before,
	.acms-entry blockquote::before {
    width: 48px;
    height: 39px;
    top: 30px;
    left: 12px;
	}
}


/* ---　btn　 --- */

.btn a {
	display: block;
	background: #082687;
	color: #fff !important;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.btn a::after,
.btn a::before {
	display: block;
	content: '';
	position: absolute;
}

.btn a::after {
	top: 30%;
	right: 12px;
	width: 15px;
	height: 15px;
	background-color: #39519f;
	border-radius: 100%;
}

.btn a::before {
	z-index: 2;
	top: 43%;
	right: 18px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn a:hover {
	color: #fff;
	background-color: #6f87d9;
}

.btn a:hover:after {
	background-color: #a3b2e7;
}

.vi-btn a {
	position: relative;
	display: block;
	padding: 18px 0;
	margin-top: 20px;
	text-align: center;
	color: #53546d;
	font-size: 129%;
	font-weight: bold;
	border: 1px solid #b8bccc;
	background-color: #fff;
}

.vi-btn a span {
	border-bottom: 6px solid #2a46a0;
}

.vi-btn a::after,
.vi-btn a::before {
	display: block;
	content: '';
	position: absolute;
}

.vi-btn a::after {
	top: 30%;
	right: 12px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #475ca1;
	border-radius: 100%;
}

.vi-btn a::before {
	z-index: 2;
	top: 47%;
	right: 25px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #52608c;
	border-bottom: 2px solid #52608c;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.vi-btn a:hover span {
	border-bottom: 6px solid #97a4cf;
}

.vi-btn a:hover {
	color: #fff;
	background-color: var(--color-base);
}

.map {
	display: inline-block;
	margin-left: 10px;
}

.map a {
	display: inline-block;
	background: #082687;
	padding: 2px 10px;
	border-radius: 7px;
	color: #fff;
	font-size: 80%;
}

.map a:hover {
	background: #7d88ae;
}

/* --- icon-arrow --- */

svg {
	border: 0;
	vertical-align: middle;
	line-height: 1;
	transition: var(--transition);
}

.icon {
	width: 30px;
	height: 30px;
}

.icon-arrow {
	stroke: var(--color-base);
	stroke-width: 2px;
}

/*
.icon-arrow{
	display: inline-block;
	color:#7c7d93;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	position:relative;
	padding-right:20px!important;
}

.icon-arrow::after,
.icon-arrow::before {
	display: block;
	content: '';
	position: absolute;
}

.icon-arrow::after {
	top:20%;
	right: 0;
	width: 17px;
	height: 17px;
	background-color: #fff;
	border:1px solid #475ca1;
	border-radius: 100%;
}
.icon-arrow::before {
	z-index: 2;
	top:40%;
	right:7px;
	width:6px;
	height:6px;
	border-right: 1px solid #52608c;
	border-bottom: 1px solid #52608c;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
*/
/* --- icon-arrow-l --- */
/*
.icon-arrow-l{
	display: inline-block;
	color:#7c7d93;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	position:relative;
	padding-left:20px;
}

.icon-arrow-l::after,
.icon-arrow-l::before {
	display: block;
	content: '';
	position: absolute;
}

.icon-arrow-l::after {
	top:20%;
	left: 0;
	width: 17px;
	height: 17px;
	background-color: #fff;
	border:1px solid #475ca1;
	border-radius: 100%;
}
.icon-arrow-l::before {
	z-index: 2;
	top:40%;
	left:4px;
	width:6px;
	height:6px;
	border-right: 1px solid #52608c;
	border-bottom: 1px solid #52608c;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
*/
/* --- icon-arrow-r --- */
/*
.icon-arrow-r{
	display: inline-block;
	color:#7c7d93;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	position:relative;
	padding-left:20px;
}

.icon-arrow-r::after,
.icon-arrow-r::before {
	display: block;
	content: '';
	position: absolute;
}

.icon-arrow-r::after {
	top:20%;
	left: 0;
	width: 17px;
	height: 17px;
	background-color: #fff;
	border:1px solid #475ca1;
	border-radius: 100%;
}
.icon-arrow-r::before {
	z-index: 2;
	top:40%;
	left:5px;
	width:6px;
	height:6px;
	border-left: 1px solid #52608c;
	border-top: 1px solid #52608c;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.icon-arrow:hover:after,
.icon-arrow-r:hover:after {
	background-color: #6077c6;
	border:1px solid #6077c6;
}
.icon-arrow-r:hover:before {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
.icon-arrow:hover:before {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.icon-arrow:hover,
.icon-arrow-r:hover{
	color:#7f838e!important;
}
*/
/* --- margin padding --- */

.ma-l01 {
	margin-left: 44px !important;
}


/* --- width --- */
.w50p {
	width: 50%;
	margin: 0 auto;
}

.w20p {
	width: 20% !important;
	margin: 0 auto;
}

.w25p {
	width: 25% !important;
	margin: 0 auto;
}

.w10p {
	width: 10%;
	margin: 0 auto;
}

.w30p {
	width: 30% !important;
	margin: 0 auto;
}

/* ---　color　 --- */

.color01 {
	color: #2f52c3;
}

.color02 {
	color: #9b9cae;
}

.color03 {
	color: #ad3658;
}

.color04 {
	color: #7c7d93 !important;
}


/* ------ title -------------------------------- */

.heading2,
.content .wysiwyg h1,
.acms-entry h2 {
	clear: both;
	margin: 50px 0 0;
	padding-bottom: 15px;
	color: #30416b;
	font-size: var(--px30);
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}

.heading2 .openwin {
	margin-top: 13px;
}

.heading2 a:link,
.acms-entry h2 a:link {
	text-decoration: underline;
}

.heading2 a:visited,
.acms-entry h2 a:visited {
	text-decoration: underline;
}

.heading2 a:hover,
.heading2 a:active,
.acms-entry h2 a:hover,
.acms-entry h2 a:active {
	text-decoration: none;
}

.heading2::before,
.acms-entry h2::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #6e9acd;
	background-image: linear-gradient(-90deg, #fff 65%, transparent 65%);
	background-size: 5px 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.heading3,
.content .wysiwyg h2,
.acms-entry h3 {
	clear: both;
	margin: 40px 0 0;
	padding: 0;
	display: inline-block;
	color: var(--color-base);
	font-size: var(--px26);
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}

.content .heading4,
.content .wysiwyg h3,
.acms-entry h4 {
	clear: both;
	margin: 30px 0 0;
	padding: 5px 20px;
	width: 100%;
	background-color: #f1f4f8;
	color: #30416b;
	font-size: var(--px22);
	font-weight: bold;
	line-height: 1.4;
}

.content .heading5,
.content .wysiwyg h4,
.acms-entry h5 {
	clear: both;
	margin: 30px 0 0;
	color: var(--color-base);
	font-size: var(--px20);
	font-weight: bold;
	line-height: 1.4;
}

.content .heading6,
.content .wysiwyg h5,
.acms-entry h6 {
	clear: both;
	margin: 20px 0 0;
	font-size: var(--px18);
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.heading2,
	.content .wysiwyg h1,
	.acms-entry h2 {
		font-size: 2.4rem;
	}

	.heading3,
	.content .wysiwyg h2,
	.acms-entry h3 {
		margin-top: 30px;
		font-size: 2rem;
	}

	.content .heading4,
	.content .wysiwyg h3,
	.acms-entry h4 {
		margin-top: 20px;
		font-size: 1.8rem;
	}

	.content .heading5,
	.content .wysiwyg h4,
	.acms-entry h5 {
		margin-top: 20px;
		font-size: 1.7rem;
	}

	.content .heading6,
	.content .wysiwyg h5,
	.acms-entry h6 {
		margin-top: 20px;
		font-size: 1.6rem;
	}
}

/* ------ ul ----------------------------------- */


/* --- normal list --- */

.list-bullet li {
	position: relative;
	padding-left: 15px;
}

.list-bullet li::after {
	display: block;
	content: '';
	position: absolute;
	top: .7em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: var(--color-base);
	border-radius: 50%;
}

/* --- link list --- */

.list-link li a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: var(--color-base);
	text-decoration: underline;
}

.list-link li a::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: .65em;
	left: .5em;
	width: 5px;
	height: 5px;
	border-right: 1px solid #30416b;
	border-bottom: 1px solid #30416b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.list-link li a:hover {
	text-decoration: none;
}

/* --- number list --- */

.list-number {
	counter-reset: number;
	list-style-type: none !important;
	padding: 0.5em;
}

.list-number > li {
	position: relative;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 25px;
}

.list-number > li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #eceff7;
	color: #5f71ad;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-size: 15px;
	left: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	top: 1.3em;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list-number > li ul li:before {
	content: "";
	background: #fff;
	width: 0;
	height: 0;
}

.list-number > li > .list-number > li::before {
	background: #5f71ad;
	color: #fff;
}


/* --- attention list --- */

.list-rice li {
	margin-left: 1em;
	text-indent: -1em;
}

/* --- compact list --- */

.compact li {
	display: inline;
	margin-right: 10px;
}

/* --- within compact list --- */

.within {
	padding: 8px 0;
	border: 1px solid #b8bccc;
	display: table;
	width: 100%;
	height: 65px;
}

.within li {
	position: relative;
	display: table-cell;
	text-align: center;
	line-height: 47px;
	border-left: 1px solid #d9d9e7;

}

.within li:first-child {
	border: none;
}

.within li a {
	position: relative;
	display: block;
}

.within li a:before {
	display: block;
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url(../images/icon_page.png) no-repeat 0 0;
}

.content ul ul,
.content dl dl,
.content ol ol {
	margin-top: 5px;
}

/* ------ dl ----------------------------------- */

/* --- normal list --- */

.list dt {
	background: url(../images/icon_list01.png) no-repeat 0 0.5em;
	padding-left: 13px;
	font-weight: bold;
}

.list dd {
	padding-left: 13px;
}

/* --- link list --- */

.link dt {
	margin-bottom: 1em;
	color: #7c7d93;
	font-weight: bold;
	font-size: 116%;
	border-bottom: 4px solid #082687;
}

.link dt+dt {
	margin-top: 2.5em;
}

.link dd {
	overflow: hidden;
	padding-left: 15px;
	margin-bottom: 2em;
}

.link dd ul.link02 li {
	float: left;
	width: 50%;
	margin-bottom: 1em;
}

/* --- horizonal --- */

.horizonal dt {
	clear: left;
	float: left;
	width: 10em;
	padding: 8px 8px 8px 0;
}

.horizonal dd {
	padding: 8px 15px 8px 11em;
	border-bottom: 1px solid #ddd;
}

/* --- qa --- */

dl.qa {
	padding: 5px 10px;
	border: 2px solid #7d88ae;
}

.qa dt {
	position: relative;
	border-bottom: 1px dashed #c0c0cf;
	padding: 7px 0 7px 60px;
}

.qa dd {
	position: relative;
	padding: 7px 0 7px 60px;
}

.qa dt:before,
.qa dd:before {
	display: block;
	content: 'Q';
	position: absolute;
	top: .3em;
	left: 0;
	width: 42px;
	text-align: center;
	color: #3c4f92;
	font-size: 172%;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	border-right: 1px solid #c7c8cf;
}

.qa dd:before {
	content: 'A';
	color: #c62b57;
}


.faq {
	margin-top: 25px;
	background-color: #fff;
	border-top: 1px solid #dbe2e7;
	border-bottom: 1px solid #dbe2e7;
	overflow: hidden;
	position: relative;
}

.faq::before {
	content: "";
	display: inline-block;
	background-image: url(../images/icon_fap_q.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	width: 19px;
	height: 21px;
	position: absolute;
	top: 45px;
	left: 35px;
}

@media all and (max-width: 768px) {
	.faq::before {
		top: 31px;
		left: 27px;
	}
}

.faq+.faq {
	margin-top: 2rem;
}

.faq__question__btn {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 40px 90px 30px 60px;
	width: 100%;
	color: #30416b;
	font-size: 1.8rem;
	text-align: left;
	position: relative;
}

@media all and (max-width: 768px) {
	.faq__question__btn {
		padding: 25px 55px 25px 60px;
	}
}

.faq__question__btn[aria-expanded=false] .toggle {
	background-color: #30416b;
	color: #fff;
	line-height: 33px;
	text-align: center;
}

.faq__question__btn[aria-expanded=true] .toggle {
	background-color: #f1f4f8;
	color: #30416b;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}

.faq__question__btn .toggle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top: 36px;
	right: 40px;
}

@media all and (max-width: 768px) {
	.faq__question__btn .toggle {
		top: 24px;
		right: 25px;
	}
}

.faq__answer {
	display: none;
	padding: 18px 90px 18px 60px;
	background-color: #f1f4f8;
	font-size: var(--px17);
	position: relative;
}

@media all and (max-width: 768px) {
	.faq__answer {
		padding: 20px 15px 20px 60px;
	}
}

.faq__answer>*:first-child {
	margin-top: 0;
}

/* ------ layout frame ------------------------- */

.content .layout-frame {
	clear: both;
	margin-left: -30px;
}

.content .layout-3col {
	margin-left: -15px;
}

.content .layout-unit {
	float: left;
	display: inline;
	margin-left: 30px;
}

.content .layout-3col .layout-unit {
	margin-left: 15px;
}

/* 1024px */
.grid-1 {
	width: 60px;
}

.grid-2 {
	width: 110px;
}

.grid-3 {
	width: 321px;
}

.grid-4 {
	width: 331px;
}

.grid-6 {
	width: 497px;
}

.grid-7 {
	width: 672px;
}


/* ------ grid ------------------------- */
.row {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.row+p,
.row+ul,
.row+ol {
	margin-top: 40px;
}

.row>.col {
	flex-grow: 1;
	flex-basis: 0;
	max-width: calc(50% - 1rem);
}

.row>.col-l {
	flex-grow: 2;
	flex-basis: 0;
	max-width: calc(calc(100%/3)*2 - 1rem);
}

.row>.col-m {
	flex-grow: 1;
	flex-basis: 0;
	max-width: calc(100%/3 - 1rem);
}

.row>.col-s {
	flex-grow: 1;
	flex-basis: 0;
	max-width: calc(100%/4 - 1rem);
}

.col>*:first-child,
.col-s>*:first-child,
.col-m>*:first-child,
.col-l>*:first-child {
	margin-top: 0;
}

.col>img,
.col-s>img,
.col-m>img,
.col-l>img {
	width: 100%;
	height: auto;
}

.aspect-fit {
	width: 100%;
	height: auto;
	aspect-ratio: 3/2;
	overflow: hidden;
}

.row>.aspect-fit>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

	.row {
		flex-wrap: wrap;
	}

	.row img + p {
		margin-top: 10px;
	}

  .row>.col-s {
    max-width: calc(50% - 1rem);
    flex-basis: unset;
	}

	.row>.col-s:nth-child(n+3) {
		margin-top: 20px;
	}
}

/* ------ social media ------------------------- */

.social {
	margin-top: 20px;
}

.social ul {
	display: flex;
	align-items: center;
}

.social ul li {
	float: left;
	margin-right: 10px;
	vertical-align: top;
	width: 80px;
	display: inline-table;
}

.social ul li.facebook {
	padding-top: 6px;
}

.social ul li.twitter,
.social ul li.google {
	padding-top: 5px;
}

.social ul li * {
	margin: 0;
	padding: 0;
}

.social ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .social ul {
	zoom: 1;
}

/* IE6 */
*:first-child+html .social ul {
	zoom: 1;
}

/* IE7 */



/* ------ table -------------------------------- */

caption {
	background: var(--color-base);
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

table {
	border-collapse: collapse;
	border: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

table th,
table td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #dbe2e7;
	background: #fff;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: normal;
}

table thead th {
	background-color: var(--color-base);
	color: #fff;
}

table tbody {
	border-top: 1px solid #dbe2e7;
}

table thead+tbody {
	border-top: none;
}

table tbody th {
	background-color: #f1f4f8;
}

table tbody td {
	border-left: 1px solid #dbe2e7;
}

table thead th,
th.head {
	border: none !important;
}

table thead th+th {
	border-left: 1px solid #dbe2e7 !important;
}

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

	table.--stacked th,
	table.--stacked td,
	.--stacked table th,
	.--stacked table td {
		display: block;
		width: 100% !important;
		border-left: none;
	}

	table.--stacked thead th+th,
	.--stacked table thead th+th {
		border-left: none !important;
	}

}


/* --- scroll --- */
@media screen and (max-width: 768px) {
	.table-wrap.--scroll::before {
    content: "※この表は横にスクロールできます";
    padding: 10px 0;
    display: block;
		line-height: 1.2;
    position: sticky;
    top: 0;
    left: 0;
	}

	.table-wrap.--scroll {
		overflow-x: scroll;
	}

	.table-wrap.--scroll table {
		margin-top: 10px;
		min-width: 800px;
	}
}


/* --- noborder --- */

table.noborder,
table.noborder td,
table.noborder th {
	border: 0;
	background: none;
}

/* --- style --- */

table.style01,
table.style02,
table.style03 {
	table-layout: fixed;
}

table.style01 > thead > tr > th,
table.style01 > tbody > tr > th {
	width: 20%;
}

table.style02 > thead > tr > th,
table.style02 > tbody > tr > th {
	width: 30%;
}

table.style03 > thead > tr > td,
table.style03 > tbody > tr > td {
	width: 40%;
}



/* index
------------------------------------------------ */

.index {
	clear: both;
	margin: 0 0 0 -20px;
}

.index dl {
	position: relative;
	float: left;
	display: inline;
	margin-left: 20px;
	width: 350px;
	background: #eee;
}

.index dt {
	padding: 7px;
	background: #ddd;
}

.index dt a {
	text-decoration: none;
}

.index dd {
	padding: 7px;
}


/* cms
------------------------------------------------ */

/* --- entry-date --- */

.entry-date {
	text-align: right;
	font-size: 87%;
}

/* --- entry-navigation / pager-navigation --- */

.entry-navigation,
.pager-navigation {
	font-size: 87%;
	margin: 50px 0 0;
}

.entry-navigation a:link,
.entry-navigation a:visited,
.entry-navigation a:hover,
.entry-navigation a:active,
.pager-navigation a:link,
.pager-navigation a:visited,
.pager-navigation a:hover,
.pager-navigation a:active {
	text-decoration: none;
}

.entry-navigation ul,
.pager-navigation ul {
	margin: 0;
}

/* entry-navigation */

.entry-navigation {
	width: 100%;
}

.entry-navigation ul {
	display: flex;
	justify-content: center;
	width: 100%;
}

.entry-navigation li {
	margin: 0 10px;
	width: 100%;
}

.entry-navigation li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	height: 46px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
}

.entry-navigation .entry-new,
.entry-navigation .entry-old {
	max-width: 200px;
}

.entry-navigation .entry-new a,
.entry-navigation .entry-old a {
	background-color: var(--color-base);
	border-color: var(--color-base);
	color: #fff;
	position: relative;
}

.entry-navigation .entry-new a::before,
.entry-navigation .entry-old a::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 18px;
	transition: var(--transition);
}

.entry-navigation .entry-new a::before {
	left: 20px;
	transform: rotate(225deg);
}

.entry-navigation .entry-old a::before {
	right: 20px;
	transform: rotate(45deg);
}

.entry-navigation .entry-new a:hover,
.entry-navigation .entry-old a:hover {
	background-color: #fff;
	color: var(--color-base);
}

.entry-navigation .entry-new a:hover::before,
.entry-navigation .entry-old a:hover::before {
	border-color: var(--color-base);
}

.entry-navigation .home,
.entry-navigation .entry-list {
	max-width: 160px;
}

.entry-navigation .home a,
.entry-navigation .entry-list a {
	border-color: var(--color-base2);
	color: var(--color-base2);
}

.entry-navigation .home a:hover,
.entry-navigation .entry-list a:hover {
	background-color: var(--color-base2);
	color: #fff;
}

.entry-navigation .entry-new a {

}

.entry-navigation .entry-old a {

}


.entry-navigation ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .entry-navigation ul {
	zoom: 1;
}

/* IE6 */
*:first-child+html .entry-navigation ul {
	zoom: 1;
}

/* IE7 */

/* pager-navigation */

.pager-navigation ul {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.pager-navigation ul li {
	text-align: center;
	margin-right: 10px;
	line-height: 1;
}

.pager-navigation ul li span.cur {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: var(--color-base);
	border: 1px solid var(--color-base);
	color: #fff;
	line-height: 1;
	position: relative;
}

.pager-navigation ul li a {
	font-family: var(--font-inter);
}

.pager-navigation ul li a:link,
.pager-navigation ul li a:visited {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 1px solid var(--color-base);
	color: var(--color-base);
	line-height: 1;
	position: relative;
}

.pager-navigation ul li:first-child a,
.pager-navigation ul li:last-child a {
	padding: 0 5px;
	width: 50px;
	border: none;
	background: #fff;
	color: var(--color-text);
	position: relative;
}

.pager-navigation ul li:first-child a::before,
.pager-navigation ul li:last-child a::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 2px solid var(--color-text);
	border-right: 2px solid var(--color-text);
	transition: var(--transition);
	visibility: visible;
}

.pager-navigation ul li:first-child a::before {
	margin-right: 5px;
	transform: rotate(225deg);
}

.pager-navigation ul li:last-child a::after {
	margin-left: 5px;
	transform: rotate(45deg);
}


.pager-navigation ul li a:hover,
.pager-navigation ul li a:active {
	background: #eaeef1 !important;
}


/* 続きを読むリンク */
.search.entry p.continue {
	margin: 0;
	padding: 0;
}

.search.entry p.continue a {
	display: block;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #E8E8E8;
}

.search.entry p.continue a:hover {
	background-color: #F0F0F0;
}

.content.cushion .box {
	margin: 40px auto 0;
	padding: 20px 30px 40px;
	display: block;
	width: 600px;
	max-width: 100%;
	background: var(--color-base);
	color: #fff;
}

.content.cushion .box .url {
	word-break: break-all;
}

.content.cushion .box .link-btn {
	width: 100%;
	margin: 20px auto 0;
	border: 1px solid #fff;
	text-align: center;
}

/* --- decoration-box --- */

.decoration-box {
	margin: 30px 0;
	padding: 25px;
	border: 3px solid #082687;
	background-color: #f3f5f9;
}

.decoration-box> :first-child {
	margin: 0;
}

.decoration-box p {
	word-wrap: break-word;
}

/* --- csr-input --- */

.csr-input {
	margin: 0 auto;
	text-align: center;
}

.csr-input>* {
	display: inline-block;
}

.csr-input> :first-child {
	margin-bottom: 30px;
}

.csr-input>label {
	display: inline-block;
	margin: 10px 0 0;
	background: #f1f4f8;
	padding: 10px 20px;
	cursor: pointer;
}

.csr-input>label input[type="checkbox"] {
	margin-bottom: 0;
}

.csr-input>input[type*="image"] {
	cursor: pointer;
	max-width: 100%;
}

/* --- contact --- */

.content .contact-table {
	margin: 60px 0 100px;
}

.content .contact-table th {
	/*background-color: #eceff7;*/
	border-right: 0;
	width: 320px;
	/*border: 1px solid #b8bccc;*/
}

.content .contact-table .link-btn {
	margin-top: 15px;
}

.content .contact-tel {
	font-size: var(--px24);
	font-weight: bold;
	padding-left: 30px;
	position: relative;
}

.content .contact-tel span {
	font-size: 70%;
}

.content .contact-tel a {
	color: #4860ae;
}

.content .contact-tel::before {
	content: '';
	background: url(../images/icon_tel.png) no-repeat 100% 100%;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 6px;
}

.content .contact-btn {
	text-align: center;
	width: 250px;
	margin-top: 10px;
}


@media screen and (min-width: 769px) {
	.content .contact-table td > *:first-child{
		margin-top: 0;
	}

	.content .contact-table .heading2 {
		margin-top: 0;
		font-size: 2.2rem;
	}

	.content .contact-table tr:not(:first-child) th,
	.content .contact-table tr:not(:first-child) td {
		padding-top: 50px;
	}

}

@media screen and (max-width: 768px) {
	.content .contact-table th {
		padding: 10px;
		width: 100%;
	}

	.content .contact-table tr:first-child .heading2 {
		margin-top: 0;
	}

	.content .contact-table td .heading3 {
		margin-top: 20px;
	}
}

/* --- index --- */

.what-links {
	padding: 50px 20px 30px 20px;
	background-color: var(--color-bg);
	position: relative;
}

/*.what-links::after {
	content: "";
	display: inline-block;
	width: 100vw;
	height: 100%;
	background-color: var(--color-bg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: visible;
}*/

.what-links__list {
	display: flex;
}

.what-links__list__item {
	width: calc(calc(100%/3) - 10px);
	position: relative;
}

.what-links__list__item:not(:first-child) {
	margin-left: 15px;
}

.what-links__list__item .link-img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1.2;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.what-links__list__item .link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.what-links__list__item .link {
	display: flex;
	flex-direction: column;
}

.what-links__list__item .link-img::before {
	content: "";
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image: url(../images/icon/icon_arrow_blue.png);
	background-position: center;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
	visibility: visible;
	transition: var(--transition);
}

.what-links__list__item .link-img::after {
	content: "";
	width: 70px;
	height: 68px;
	background-image: url(../about/images/bg_link_arrow.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: -1px;
	z-index: 2;
	visibility: visible;
	transition: var(--transition);
}

.what-links__list__item .link-img img {
	width: 100%;
	opacity: 1 !important;
}

.what-links__list__item .link-txt {
	order: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 80px;
	color: var(--color-text);
	font-size: var(--px18);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
}

.what-links__list__item .link-txt .sync_sent + br {
	display: none;
}

.what-links__list__item .link:hover .link-img::before {
	background-color: var(--color-base2);
	background-image: url(../images/icon/icon_arrow_white.png);
}


.what-links2 {
	position: relative;
}

.what-links2__list {
	display: flex;
	flex-wrap: wrap;
}

.what-links2__list__item {
	width: calc(calc(100%/3) - 14px);
}

.what-links2__list__item:nth-child(n+4) {
	margin-top: 20px;
}

.what-links2__list__item:not(:nth-child(3n+1)) {
	margin-left: 21px;
}

.what-links2__list__item .link {
	display: flex;
	flex-direction: column;
	position: relative;
}

.what-links2__list__item .link-img {
	order: 1;
	width: 100%;
	height: auto;
	aspect-ratio: 1/0.462;
	border-radius: 12px;
	overflow: hidden;
}

.what-links2__list__item .link-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 1 !important;
}
.what-links2__list__item .link-img img.--top {
	object-position: top center;
}

.what-links2__list__item .link-txt {
	order: 2;
	margin-top: 10px;
	padding: 5px 0 5px 42px;
	display: block;
	color: var(--color-text);
	line-height: 1.4;
	position: relative;
}

.what-links2__list__item .link-txt::before {
	content: "";
	width: 32px;
	height: 32px;
	background-color: #fff;
	background-image: url(../images/icon/icon_arrow_blue.png);
	background-position: center;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	border: 1px solid var(--color-base2);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	visibility: visible;
	transition: var(--transition);
}

.what-links2__list__item .link:hover .link-txt::before {
	background-color: var(--color-base2);
	background-image: url(../images/icon/icon_arrow_white.png);
}

.what-links2__list__item .link.--win .link-txt::after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 12px;
	height: 12px;
	background-image: url(../images/icon/icon_win_blue.png);
	background-size: contain;
	position: relative;
	visibility: visible;
}


.what-links2__list__item .toggle {
	display: none;
}

.what-links2__list__item .label:hover {
	cursor: pointer;
}

.what-links2__list__item .btn-content {
	padding: 5px 0 5px 10px;
	overflow: hidden;
	width: calc(100vw - 40px);
	height: 0;
	border: 1px solid var(--color-base);
	border-radius: 10px;
	line-height: 1.4;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.what-links2__list__item .btn-content2 {
	width: auto;
}
.what-links2__list__item .btn-content li {
	line-height: 1.2;
}

.what-links2__list__item .btn-content li + li {
	margin-top: 0.4em;
}

.what-links2__list__item .btn-content a {
	color: var(--color-base);
}

.what-links2__list__item .label {
	padding: 0;
}

.what-links2__list__item .toggle:checked + .label {
	background-color: #fff;
	color: var(--color-base);
}

.what-links2__list__item .toggle:checked + .label + .btn-content {
	height: auto;
	opacity: 1;
	transition: var(--transition);
}

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

	.what-links {
		padding: 25px 0 15px;
	}

	.what-links::after {
		left: -20px;
	}

	.what-links__list {
		flex-direction: column;
	}

	.what-links__list__item {
		width: 100%;
	}

	.what-links__list__item:not(:first-child) {
		margin: 0;
	}

	.what-links__list__item .link-img {
		aspect-ratio: 1/0.374;
	}

	.what-links__list__item .link-txt {
		padding: 10px 0 25px;
    height: auto;
	}


	.what-links2 {
		margin-top: 60px;
	}

	.what-links2__list__item {
		width: calc(50% - 10px);
	}

	.what-links2__list__item:nth-child(odd) {
		margin-left: 0 !important;
	}

	.what-links2__list__item:nth-child(even) {
		margin-left: 20px !important;
	}

	.what-links2__list__item:nth-child(n+3) {
		margin-top: 20px;
	}

	.what-links2__list__item .btn-content {
		position: unset;
	}
}



.sitemap .content .list-link {
	line-height: 2;
}

.sitemap .content .list-link li a::before {
	top: 0.8em;
}

@media screen and (min-width: 769px) {
	.sitemap .content .col {
		max-width: calc(50% - 60px);
	}
	
}


.img-flort .img-flort__img {
	padding-right: 16px;
	padding-bottom: 10px;
	float: left;
	max-width: 310px;
}

.img-flort .img-flort__txt {
}

.img-flort .img-flort__img img {
	width: 100%;
}

/*---- google 検索 ----*/
#___gcse_0 table,
#___gcse_0 tbody,
#___gcse_0 th,
#___gcse_0 td {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
.gsc-input {
/*    width: 140px!important;*/
	box-sizing: border-box!important;
}
.gsc-input-box {
	border-top-left-radius : 8px !important;
	-webkit-border-top-left-radius: 8px !important;
	-moz-border-radius-topleft: 8px !important;
	border-bottom-left-radius : 8px !important;
	-webkit-border-bottom-left-radius: 8px !important;
	-moz-border-radius-bottomleft: 8px !important;
	border-top-right-radius : 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-radius-topright: 0px !important;
	border-bottom-right-radius : 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
	border: 1px solid #b0b0b0!important;
	padding: 0 10px!important;
	margin: 0!important;
    height: 30px!important;
	box-sizing: border-box!important;
/*    width: 160px!important;*/
}

.gsc-search-button-v2 {
	border-top-left-radius : 0px !important;
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	border-bottom-left-radius : 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	border-top-right-radius : 8px !important;
	-webkit-border-top-right-radius: 8px !important;
	-moz-border-radius-topright: 8px !important;
	border-bottom-right-radius : 8px !important;
	-webkit-border-bottom-right-radius: 8px !important;
	-moz-border-radius-bottomright: 8px !important;
	border: 1px solid  var(--color-base) !important;
    width: 30px !important;
    height: 30px !important;
	background: var(--color-base) !important;
	background-image: url(/themes/main/images/icon_search.png) !important;
	background-repeat: no-repeat !important;
	background-size: 18px 18px !important;
	background-position: center !important;
	padding: 5px !important;
	box-sizing: border-box !important;
	margin-left: 0;
}
.gsib_a,
table.gsc-search-box td.gsc-input {
	padding: 0 !important;
	box-sizing: border-box!important;
}
.gsst_b {
/*    right: 20px;*/
    top: 2px;
}
.gsc-search-button-v2 svg {
	display: none;
}
.gsc-search-button {
	margin-left: 0 !important;
}
.gsc-results-wrapper-visible {
	margin-top: 60px !important;
}
table.gsc-search-box td {
	vertical-align: top !important;
}