@charset "UTF-8";
/*　ヘッダー/フッター設定　*/
header {
	background: linear-gradient(0deg, #d0e5ff 20%, #fff 20%);
}
header nav {
	background: #00748e;
	width: 100%;
}
.main-img {
	text-align: center;
	padding: 3rem 4em 0 4em;
}
.main-img img {
	max-width: 150rem;
}
.nav-anc {
	display: flex;
	justify-content: center;
	max-width: 150rem;
	margin: 0 auto;
}
.nav-anc a {
	color: #fff;
	padding: 1.5em 1em;
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 3em;
	text-decoration: none;
	position: relative;
}
.nav-anc a::before {
	content: '▼';
	margin-right: .5em;
}
footer {
	text-align: center;
	padding: 3em 0;
}
footer .copy {
	font-size: .85em;
}
.btn-pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	display: none;
  z-index: 50;
}
@media screen and (min-width: 1500px){
.btn-pagetop {
	right: calc(50% - 750px);
}
}
.link-pagetop {
	display: flex;
	justify-content: center;
  align-items: center;
	width: 60px;
	height: 60px;
	background: #fff;
	border-top: 4px solid #0055b5;
}
.link-pagetop::after {
	position: absolute;
	content: '';
	top: calc(50% - .25em);
	left: calc(50% - .5em);
	display: block;
	width: 1em;
	height: 1em;
	border-right: 2px solid #0055b5;
	border-bottom: 2px solid #0055b5;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
@media (hover: hover) {
.nav-anc a:hover {
	background: #00b2db;
	text-decoration: none;
}
.link-pagetop:hover {
	background: #0055b5;
}
.link-pagetop:hover::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
}
@media screen and (max-width: 767px) {
	.link-pagetop {
		width: 50px;
		height: 50px;
	}
}
@media only screen and (max-width: 960px) {
header {
	background: linear-gradient(0deg, #d0e5ff 32%, #fff 32%);
}
}
/*　概要エリア内設定　*/
.wrap-outline {
	background-color: #d7f3f9;
	background-image: url(../img/img02.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	padding: 8rem 5%;
}
.wrap-outline > section {
	max-width: 120rem;
	margin: 0 auto 6em;
}
.wrap-outline h3 {
	background: #fff;
	border-bottom: 3px dotted;
	border-top: 3px dotted;
	color: #00748e;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 1em;
	padding: .25em .5em .15em;
}
.wrap-feature {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}
.wrap-feature > *:not(p) {
	background: #fff;
	padding: 1.5em;
}
.wrap-feature h4 {
	color: #0055b5;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: .25em;
}
.wrap-feature > p {
	font-size: 1.5em;
	text-align: center;
	width: 100%;
	margin-top: .5em;
}
.wrap-case {
	max-width: 55rem;
}
.wrap-case p {
	color: #0055b5;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	padding-top: 2em;
	position: relative;
}
.wrap-case p::before {
	content: '▼';
	top: -.25em;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	font-size: 1.75em;
}

/*
.nav-anc > *:not(.no-anc) {
	width: calc((100% - 2em) / 3 );
}
.nav-anc > .no-anc {
	width: 100%;
	max-width: 60rem;
	margin: 1em auto 0;
}
.nav-anc *:not(.no-anc) a::before {
	content: '▼';
	margin-right: .5em;
}
*/
.wrap-outline .img02 {
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
}
.wrap-outline .img02 img {
	position: absolute;
	top: 0;
	left: -50%;
	right: -50%;
	margin: 0 auto;
	min-width: 960px;
}
@media only screen and (min-width: 960px) {
.wrap-feature > * {
	width: calc(25% - .75em);
}
	
}
@media only screen and (max-width: 959px) {
	.wrap-outline {
		background-size: 200%;
		padding: 6rem 0 2rem;
	}
.wrap-outline > section,
.wrap-outline > nav {
	padding: 0 1em;
}
	.main-img {
		padding: 0 1em;
	}
.wrap-outline h3 {
	font-size: 1.4em;
	padding: .5em;
	}
	.wrap-feature > *:not(p) {
		padding: 1em;
	width: calc(50% - .5em);
}
.wrap-feature h4 {
	font-size: 1.6em;
	}
.wrap-feature > p {
	font-size: 1.2em;
	text-align: left;
	}
/*
	.wrap-feature > *:not(:last-child) {
	margin-bottom: 1em;
}
*/
	.wrap-case ul {
		font-size: 1em;
	}
	.wrap-case p {
		font-size: 1.3em;
	}
.nav-anc {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: .9em;
	padding: 1.5em 1em;
	gap: 1em;
	}
	.nav-anc > * {
		width: calc(50% - .5em);
	}
	.nav-anc * a {
		min-height: inherit;
		padding: 0;
	}
	.wrap-outline .img02 {
		height: 100px;
	}
}

/*　個別説明エリア内設定　*/
.wrap-summary {
/*	background: #d0e5ff;*/
/*	padding: 6em 4em;*/
}
.wrap-summary > section {
/*	background: #e5faff;*/
/*	border: 4px solid #d7f3f9;*/
/*	border-radius: 2em;*/
/*	max-width: 120rem;*/
/*	margin: 0 auto 6em;*/
	padding: 10rem 5% 8rem;
}
.wrap-summary > section:nth-child(even) {
	background: #e2eeff;
}
.wrap-summary .inner-summary {
/*	padding: 3em 4em;*/
	max-width: 120rem;
	margin: 2em auto 0;
}
.wrap-summary h3 {
/*	background: #00748e;*/
/*	border-radius: .75em .75em 0 0;*/
/*	color: #00748e;*/
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.wrap-summary h3::before {
	content: '';
	display: block;
	width: 6rem;
	height: 1px;
	border-top: 12px dotted #00748e;
	position: absolute;
	top: -.75em;
	left: 0;
	right: 0;
	margin: 0 auto auto;
}
.wrap-summary h4 {
	color: #fff;
	font-size: 1.25em;
	margin-bottom: .5em;
	background: #55a0ff;
	padding: .25em .5em;
}
.wrap-rate {
	color: #0055b5;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: .75em;
	line-height: 1.3;
}
.wrap-rate span {
	font-size: 1.6em;
}
.wrap-flow {
	max-width: 600px;
	margin: auto;
}
.wrap-flow li:not(.wrap-note) {
	background: #fff;
	border: 2px solid #55a0ff;
	display: flex;
	position: relative;
	margin-bottom: 2em;
}
.wrap-flow li:not(:last-child)::after {
	content: '▼';
	position: absolute;
	bottom: -1.65em;
	left: .75em;
	margin: auto;
	width: 1em;
	color: #666;
	font-size: 1.25em;
}
.wrap-flow li.wrap-note {
	position: relative;
	line-height: 1.4;
	margin-top: -2em;
	padding: .75em 0 .75em 3em;
	background: #e2eeff;
}
.wrap-flow li.wrap-note > * {
	font-size: .8em;
}
.wrap-flow li.wrap-note::after {
	bottom: 0;
	top: 0;
	height: 1.25em;
}
.wrap-flow li:not(.wrap-note) span:first-child {
	background: #55a0ff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3em;
	min-height: 2em;
}
.wrap-flow li:not(.wrap-note) span:last-child{
	padding: .5em;
	width: calc(100% - 3em);
}
.wrap-qa:not(:last-child) {
	margin-bottom: 3em;
}
.wrap-qa dt {
/*	font-weight: bold;*/
	margin-bottom: 1em;
	background: #0055b5;
	padding: .75em .5em;
	color: #fff;
}
.wrap-qa dt,
.wrap-qa dd {
	display: flex;
	align-items: flex-start;
}
.wrap-qa dt .item-q,
.wrap-qa dd .item-a {
	width: 2em;
}
.wrap-qa dt div,
.wrap-qa dd div {
	width: calc(100% - 2em);
}

@media only screen and (max-width: 959px) {
.wrap-summary > section {
	padding: 8rem 0 6rem;
	}
.wrap-summary .inner-summary {
	padding: 0 1em;
}
	.wrap-summary h3 {
		border-radius: .5em .5em 0 0;
		font-size: 1.6em;
	}
.wrap-flow li.wrap-note > * {
	font-size: .915em;
}
}

/*　共通項目　*/
.max-600 {
	max-width: 60rem;
}
.mt-1 {
	margin-top: 1em;
}
.mt-2 {
	margin-top: 2em;
}
.mt-3 {
	margin-top: 3em;
}
.mt-4 {
	margin-top: 4em;
}
.mt-5 {
	margin-top: 5em;
}
.mb-1 {
	margin-bottom: 1em;
}
.mb-2 {
	margin-bottom: 2em;
}
.mb-3 {
	margin-bottom: 3em;
}
.mb-4 {
	margin-bottom: 4em;
}
.mb-5 {
	margin-bottom: 5em;
}
.ml-auto {
	margin-left: auto;
}
.mr-auto {
	margin-right: auto;
}
.wrap-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 2em;
}
.wrap-flex.col-2 > * {
	width: calc(50% - 1em);
}
.wrap-flex.col-4 > * {
	width: calc(25% - 1.5em);
}
.col3-1 {
	width: calc(35% - 1em);
}
.col3-2 {
	width: calc(65% - 1em);
}
.font-l {
	font-size: 1.25em !important;
}
.link-btn {
	background: #0055b5;
	border-radius: .5em;
	color: #fff !important;
	padding: .75em .5em;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 4em;
	text-decoration: none !important;
	position: relative;
	font-size: 1.25em;
}
.link-btn:hover {
	background: #0078ff;
	color: #fff !important;
	text-decoration: none !important;
}
.link-btn.type-2 {
	font-size: 1em;
	border: #ffbf00 2px solid;
	background: #ffeaac;
	color: #333 !important;
	font-weight: bold;
}
.link-btn.type-2:hover {
	background: #ffbf00;
}
.list-dot > li {
  position: relative;
  padding-left: 1.25em;
}
.list-dot > li::before {
  content: '';
  border-radius: 50%;
  width: .6em;
  height: .6em;
  display: inline-block;
  background: #999;
  position: absolute;
  top: .4em;
  left: .15em;
}
.list-dot.blue > li::before {
  background: #0055b5;
}
table {
	background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
	width: 100%;
}
th,
td {
	font-weight: normal;
	border: 1px solid #aaa;
	padding: .75em;
}
th {
	background: #0055b5;
	color: #fff;
}
img {
    width: 100%;
    height: auto;
}
a,
a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 959px) {
	.link-btn {
		font-size: 1.1em;
		min-height: 3em;
	}
table {
/*		font-size: .85em;*/
	}
th,
td {
	padding: .75em .5em
	}
}
@media only screen and (min-width: 768px) {
	.sp-only {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	.pc-only {
		display: none !important;
	}
	.font-l {
		font-size: 1.1em !important;
	}
.wrap-flex.col-2 > *,
.wrap-flex.col-4 > *,
.col3-1,
.col3-2 {
	width: 100%;
}
.sp-block tr,
.sp-block th,
.sp-block td {
	display: block;
	}
.sp-block td {
	border-top: none;
	}
}

main a[target="_blank"]::after {
  display: inline-block;
  content: "\f24d";
  font-family: "FontAwesome";
  font-size: .85em;
  font-weight: 900;
	margin: 0 .25em;
}
main a[href$=".xls"]::after,
main a[href$=".xlsx"]::after,
main a[href$=".doc"]::after,
main a[href$=".docx"]::after,
main a[href$=".ppt"]::after,
main a[href$=".pptx"]::after,
main a[href$=".zip"]::after,
main a[href$=".pdf"]::after {
  display: inline-block;
	content: "\f016" !important;
  font-family: "FontAwesome";
  font-size: .85em;
  font-weight: 900;
	margin: 0 .25em;
}
main a.no-icon::after {
	display: none !important;
}
