@charset "UTF-8";
/* --------------------
Foundation
---------------------*/
/* Reset */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* Normal style */
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

em,
strong {
	font-weight: bold;
}

/* レイアウト切り替え用 */
/* display */
.u-hide {
	display: none !important;
}

@media only screen and (min-width: 768px), print {
	.u-sp-v {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.u-pc-v {
		display: none !important;
	}
}

@media screen and (min-width: 981px) {
	.u-sp-vh {
		display: none !important;
	}
}

@media screen and (max-width: 980px) {
	.u-pc-vh {
		display: none !important;
	}
}

/* a */
.u-disabled {
	pointer-events: none !important;
	cursor: default !important;
}

/* align */
.u-txt-alignC {
	text-align: center;
}

.u-txt-alignR {
	text-align: right;
}

.u-txt-alignL {
	text-align: left;
}

/* size */
.u-font-size_xs {
	font-size: 1rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_xs {
		font-size: 1.2rem;
	}
}

.u-font-size_s {
	font-size: 1.2rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_s {
		font-size: 1.4rem;
	}
}

.u-font-size_m {
	font-size: 1.4rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_m {
		font-size: 1.6rem;
	}
}

.u-font-size_l {
	font-size: 2rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_l {
		font-size: 2.4rem;
	}
}

.u-mt-z {
	margin-top: 0px !important;
}

.u-mt-xs {
	margin-top: 8px !important;
}

.u-mt-ss {
	margin-top: 16px !important;
}

@media only screen and (min-width: 768px), print {
	.u-mt-ss {
		margin-top: 20px !important;
	}
}

.u-mt-s {
	margin-top: 24px !important;
}

@media only screen and (min-width: 768px), print {
	.u-mt-s {
		margin-top: 32px !important;
	}
}

.u-mt-m {
	margin-top: 32px !important;
}

@media only screen and (min-width: 768px), print {
	.u-mt-m {
		margin-top: 40px !important;
	}
}

.u-mt-ml {
	margin-top: 40px !important;
}

@media only screen and (min-width: 768px), print {
	.u-mt-ml {
		margin-top: 48px !important;
	}
}

.u-mt-l {
	margin-top: 48px !important;
}

@media only screen and (min-width: 768px), print {
	.u-mt-l {
		margin-top: 80px !important;
	}
}

.u-mt-xl {
	margin-top: 64px !important;
}

@media only screen and (min-width: 768px), print {
	.u-mt-xl {
		margin-top: 120px !important;
	}
}

.u-mt-xxl {
	margin-top: 80px !important;
}

@media only screen and (min-width: 768px), print {
	.u-mt-xxl {
		margin-top: 150px !important;
	}
}
.u-border-r {
	border-radius: 20px;
}

[class^="c-list_"] > li {
	position: relative;
}

[class^="c-list_"] > li + li {
	margin-top: 14px;
}

[class^="c-list_"] > li:before {
	content: "";
	position: absolute;
	display: block;
}

.c-list_dot > li {
	padding-left: 12px;
}

.c-list_dot > li:before {
	content: "";
	top: 10px;
	left: 0;
	width: 1em !important;
	height: 1em !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	background-image: url(/assets/images/common/icon-list.png) !important;
	background-repeat: no-repeat;
	background-size: 6px auto;
}

.c-list_dot > li a {
	color: #0075C1;
	text-decoration: underline;
}

.c-list_dot.dot02 > li:before {
	content: "";
	top: 10px;
	left: 0;
	width: 6px !important;
	height: 6px !important;
	border-radius: 6px !important;
	background-color: #778893 !important;
	background-image: none !important;
}

@media only screen and (min-width: 768px), print {
	.c-list_dot > li {
		padding-left: 18px;
	}
	.c-list_dot > li a:hover {
		text-decoration: none;
	}
}

.c-list_num {
	counter-reset: number 0;
}

.c-list_num > li {
	padding-left: 27px;
}

.c-list_num > li:before {
	top: 0;
	left: 0;
	counter-increment: number 1;
	content: counter(number) ".";
	color: #0075C1;
}

.c-list_dl01:after {
	content: "";
	display: table;
	clear: both;
}

.c-list_dl01 dt {
	padding-bottom: 13px;
	border-bottom: 1px solid #0075C1;
	font-weight: 700;
}

.c-list_dl01 dd {
	margin-top: 14px;
}

@media only screen and (min-width: 768px), print {
	.c-list_dl01 dt {
		float: left;
		width: 268px;
		border-bottom: 0;
	}
	.c-list_dl01 dd {
		position: relative;
		padding-left: 300px;
	}
	.c-list_dl01 dd:before {
		content: "";
		position: absolute;
		top: 0;
		left: 267px;
		display: block;
		width: 2px;
		height: 100%;
		background-color: #0075C1;
	}
}

.wrp-list dl + dl {
	margin-top: 45px;
}

.c-list_chk > li {
	position: relative;
	padding-left: 28px;
}

.c-list_chk > li:before {
	content: "";
	top: 10px;
	left: 0;
	width: 1em;
	height: 1em;
	background-image: url(/assets/images/common/icon-check.png);
	background-repeat: no-repeat;
	background-size: 16px auto;
}

.c-list_chk > li .icon {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
}

.c-list_chk > li .text {
	display: inline-block;
}

.c-list_faq > li + li {
	margin-top: 20px;
}

.c-list_faq .question_faq,
.c-list_faq .answer_faq {
	display: table;
	width: 100%;
}

.c-list_faq .question_faq .num,
.c-list_faq .answer_faq .num {
	display: table-cell;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}

.c-list_faq .question_faq .num > span,
.c-list_faq .answer_faq .num > span {
	display: block;
	width: 50px;
	text-align: center;
}

.c-list_faq .question_faq .text,
.c-list_faq .answer_faq .text {
	display: table-cell;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}

.c-list_faq .question_faq {
	padding-right: 20px;
}

.c-list_faq .question_faq .num {
	border-bottom: 2px solid #0075C1;
	color: #0075C1;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1;
}

.c-list_faq .question_faq .text {
	padding-left: 5px;
	font-weight: 700;
}

.c-list_faq .answer_faq {
	padding-right: 20px;
	border-top: 1px solid #dcdcdc;
	background-color: #F8F8F8;
}

.c-list_faq .answer_faq .num {
	color: #fff;
	background-color: #0075C1;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1;
}

.c-list_faq .answer_faq .text {
	padding-left: 20px;
}

@media only screen and (min-width: 768px), print {
	.c-list_faq .question_faq {
		cursor: pointer;
	}
}

.p-faq.accordion .question_faq {
	position: relative;
	padding-right: 50px;
	border-bottom: 1px solid #dcdcdc;
}

.p-faq.accordion .question_faq:before {
	content: "\e909";
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 24px;
	height: 24px;
	color: #0075C1;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-faq.accordion .question_faq:hover {
	border-bottom: 1px solid #00B3F4;
}

.p-faq.accordion .question_faq:hover:before {
	color: #00B3F4;
}

.p-faq.accordion .question_faq.open {
	border-bottom: 0;
}

.p-faq.accordion .question_faq.open:before {
	content: "\e908";
}

.p-faq.accordion .question_faq.open:hover:before {
	color: #00B3F4;
}

.p-faq.accordion .answer_faq {
	display: none;
}

.c-text_caution {
	position: relative;
	display: inline-block;
	padding-left: 2rem;
	font-size: 1.4rem;
}

.c-text_caution:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
}

.c-list_caution > li + li {
	margin-top: 5px;
}

.c-list_caution_count {
	counter-reset: number 0;
}

.c-list_caution_count > li {
	padding-left: 3.2rem;
	font-size: 1.4rem;
}

.c-list_caution_count > li + li {
	margin-top: 5px;
}

.c-list_caution_count > li:before {
	top: 0;
	left: 0;
	counter-increment: number 1;
	content: "※" counter(number);
	color: initial;
}

.tb-caption {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.s-table .wt-brdr {
	border-top: 1px solid #dcdcdc;
}

.s-table table {
	width: 100%;
	background-color: #fff;
	text-align: left;
}

.s-table table {
	border-collapse: collapse;
}

.s-table td, .s-table th {
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
}

.s-table thead + tbody th,
.s-table thead + tbody td {
	border-top: 0;
}

.s-table td, .s-table th {
	padding: 10px 20px;
}

.s-table td.middle, .s-table td.v-middle, .s-table th.middle, .s-table th.v-middle {
	vertical-align: middle;
}

.s-table td.v-top, .s-table th.v-top {
	vertical-align: top;
}

.s-table td.v-bottom, .s-table th.v-bottom {
	vertical-align: bottom;
}

.s-table td.a-center, .s-table th.a-center {
	text-align: center;
}

.s-table td.a-left, .s-table th.a-left {
	text-align: left;
}

.s-table td.a-right, .s-table th.a-right {
	text-align: right;
}

.s-table td > a, .s-table th > a {
	color: #0075C1;
	text-decoration: underline;
}

.s-table thead td,
.s-table tbody th {
	background-color: #F1F1F0;
	font-weight: 700;
}

.s-table thead th.tb_prim {
	background-color: #0075C1 !important;
	color: #fff;
}

.s-table tbody th.tb_prim {
	background-color: #E4F6FD !important;
	font-weight: 400;
}

.s-table .tb_alignR {
	text-align: right;
}

.s-table + div, .s-table + ul, .s-table + p {
	margin-top: 10px;
}

.s-table [class^="c-tb"] {
	width: 100%;
}

.s-table [class^="c-tb"] thead th {
	background-color: #F1F1F0;
	font-weight: 700;
}

.s-table [class^="c-tb"] tbody th {
	background-color: #F8F8F8;
}

.s-table [class^="c-tb"] tbody td .c-list_dot > li + li {
	margin-top: 3px;
}

@media only screen and (max-width: 767px) {
	.s-table {
		padding: 1px;
		font-size: 1.4rem;
	}
	.s-table.wt-scr {
		overflow-x: scroll;
	}
	.s-table.wt-scr > table {
		width: 800px;
	}
}

@media screen and (min-width: 1295px) {
	.s-table.wt-scr {
		overflow-x: visible;
	}
}

@media screen and (max-width: 360px) {
	.s-table.wt-scr > table {
		width: 500px;
	}
}

.f-section {
	width: 100%;
}

.f-section .c-image {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.f-section .c-image + p {
	margin-top: 32px;
}

@media only screen and (min-width: 768px), print {
	.f-section .c-image + p {
		margin-top: 40px;
	}
}

.f-section .c-text_caption {
	display: block;
}

.f-section.w-fl .c-image {
	max-width: none;
}

@media only screen and (min-width: 768px), print {
	.f-section {
		width: 100%;
	}
}

[class^="c-box_"] {
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #ECF4FA;
}

[class^="c-box_"].bg_pnk {
	background-color: #FAEDED;
}

[class^="c-box_"] > .c-sttl_box {
	position: relative;
	padding: 20px 20px;
	border-radius: 15px 15px 0 0;
	z-index: 2;
}

[class^="c-box_"] > .c-sttl_box:after {
	content: "";
	display: table;
	clear: both;
}

[class^="c-box_"] > .c-sttl_box .icon {
	float: left;
	display: block;
	width: 30px;
	margin-right: 15px;
}

[class^="c-box_"] > .c-sttl_box .icon.icon_caution {
	width: 20px;
}

[class^="c-box_"] > .c-sttl_box + p, [class^="c-box_"] > .c-sttl_box + div {
	margin-top: 0;
	padding: 20px 20px 20px;
}

[class^="c-box_"] > p, [class^="c-box_"] > div {
	padding: 20px 20px 20px;
}

[class^="c-box_"] .c-list_dot > li:before {
	content: "";
	top: 10px;
	left: -2px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #000;
	background-image: none;
	font-weight: 700;
}

@media only screen and (min-width: 768px), print {
	[class^="c-box_"] > .c-sttl_box {
		padding: 20px 40px;
	}
	[class^="c-box_"] > .c-sttl_box + p, [class^="c-box_"] > .c-sttl_box + div {
		padding: 20px 40px 20px;
	}
	[class^="c-box_"] > .c-sttl_box .icon {
		margin-left: -15px;
	}
	[class^="c-box_"] > .c-sttl_box .icon_caution {
		margin-left: 0 !important;
	}
	[class^="c-box_"].wrp-img_fl {
		padding: 30px 30px 25px;
	}
	[class^="c-box_"].wrp-img_fl:after {
		content: "";
		display: table;
		clear: both;
	}
	[class^="c-box_"].wrp-img_fl > p {
		float: left;
		width: 50%;
		margin-top: 0;
	}
	[class^="c-box_"].wrp-img_fl > p:nth-child(odd) {
		padding-right: 1px;
	}
	[class^="c-box_"].wrp-img_fl > p:nth-child(even) {
		padding-left: 1px;
	}
	[class^="c-box_"].wrp-img_fl > p:nth-child(n+3) {
		margin-top: 20px;
	}
}

.c-box_01.bg-w {
	background-color: #fff;
}

.c-box_01 > .c-sttl_box + div,
.c-box_01 > .c-sttl_box + p,
.c-box_01 > .c-sttl_box + span {
	margin-top: 0;
	padding-top: 0;
}

.c-box_01 .inner_box {
	padding: 20px 30px;
}

@media only screen and (min-width: 768px), print {
	.c-box_01 .inner_box {
		padding: 40px 60px;
	}
}

.c-box_02 > .c-sttl_box {
	padding: 20px 20px;
	background-color: #CEE9F2;
}

.c-box_02 .c-dtl_box {
	padding: 20px 30px 30px;
}

.c-box_03 > .c-sttl_box {
	color: #fff;
	background-color: #0075C1;
}

.c-box_03 > .c-sttl_box > i {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 1em;
}

.c-box_03 > .c-sttl_box > i:before {
	position: absolute;
	top: -6px;
	left: 0;
	color: #fff;
}

.c-box_04 {
	border-radius: 30px;
	color: #0075C1;
	font-size: 2rem;
	line-height: 1.4;
}

.c-box_04 > .c-sttl_box {
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 30px 30px 0 0;
	background-color: #D2E8F7;
	font-size: 2rem;
}

.c-box_04 > .c-sttl_box + div, .c-box_04 > .c-sttl_box + p {
	color: #000;
	font-size: 1.8rem;
}

.c-box_04 + .text_notice {
	margin-right: 10px;
	margin-left: 10px;
}

.c-box_04 .c-button {
	font-size: initial;
}

@media only screen and (min-width: 768px), print {
	.c-box_04 {
		display: table;
		width: 100%;
		border-radius: 40px;
		font-size: 2.7rem;
	}
	.c-box_04 > div, .c-box_04 > p {
		padding: 25px 20px 26px;
	}
	.c-box_04 > p:only-child {
		display: table-cell;
		vertical-align: middle;
	}
	.c-box_04 > .c-sttl_box {
		padding: 20px 20px;
		border-radius: 40px 40px 0 0;
		font-size: 2.7rem;
	}
	.c-box_04 > .c-sttl_box + div, .c-box_04 > .c-sttl_box + p {
		padding-top: 20px;
		padding-bottom: 30px;
		font-size: 2rem;
	}
}

.c-box_05 > .c-sttl_box {
	background-color: #CEE9F2;
}

@media only screen and (min-width: 768px), print {
	.c-box_05 {
		display: table;
		width: 100%;
	}
	.c-box_05 > .c-sttl_box {
		display: table-cell;
		width: 31.48%;
		border-radius: 15px 0 0 15px;
		vertical-align: top;
	}
	.c-box_05 > .c-sttl_box + p, .c-box_05 > .c-sttl_box + div {
		display: table-cell;
		width: 68.52%;
		vertical-align: top;
	}
}

.c-box_caution {
	background-color: #FAECEC;
}

.c-box_caution > .c-sttl_box {
	background-color: #F2CECE;
}

.c-box_caution > .c-sttl_box > i {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 1em;
}

.c-box_caution > .c-sttl_box > i:before {
	position: absolute;
	top: -6px;
	left: 0;
}

.wrp-box {
	width: auto;
	justify-content: center !important;
	margin-right: auto;
	margin-left: auto;
}

.wrp-box .p-cts-container__item {
	max-width: 426px;
}

.wrp-box [class^="c-box_"] + [class^="c-box_"] {
	position: relative;
	margin-top: 25px;
	z-index: 2;
}

.wrp-box [class^="c-box_"] + [class^="c-box_"]:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-top: 25px solid #CEE9F2;
	border-right: 20px solid transparent;
	border-bottom: 0;
	border-left: 20px solid transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.wrp-box .p-cts-container__item {
		max-width: none;
	}
	.wrp-box .p-cts-container__item + .p-cts-container__item {
		margin-top: 30px !important;
	}
}

a div[class^="c-box_"] .c-sttl_box {
	position: relative;
	padding: 20px 30px 20px 20px;
}

a div[class^="c-box_"] .c-sttl_box:before {
	content: "\e902";
	position: absolute;
	top: 50%;
	right: 17px;
	display: block;
	width: 12px;
	height: 20px;
	margin-top: 4px;
	color: #0075C1;
	font-family: 'icons' !important;
	speak: never;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

a div[class^="c-box_"].anchor .c-sttl_box:before {
	content: "\e900";
	right: 23px;
	color: #0075C1;
	font-size: 1.8rem;
}

.p-cts-container {
	box-sizing: border-box;
}

.p-cts-container.w-sizeL {
	max-width: 1120px !important;
	margin-right: auto;
	margin-left: auto;
}

.p-cts-container.w-sizeM {
	max-width: 950px !important;
	margin-right: auto;
	margin-left: auto;
}

.p-cts-container.w-sizeMS {
	max-width: 860px !important;
	margin-right: auto;
	margin-left: auto;
}

.p-cts-container.w-sizeS {
	max-width: 710px !important;
	margin-right: auto;
	margin-left: auto;
}

.p-cts-container.wt-widthF {
	width: 100% !important;
}

.p-cts-container.wt-widthF .p-cts-container__item {
	max-width: none;
}

.p-cts-container.fl_size_25 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.p-cts-container.fl_size_25 .p-cts-container__item {
	width: 25%;
}

@media only screen and (max-width: 767px) {
	.p-cts-container.fl_size_25 .p-cts-container__item {
		width: 50%;
		padding: 0 10px;
	}
	.p-cts-container.fl_size_25 .p-cts-container__item + .p-cts-container__item {
		margin-top: 20px;
	}
	.p-cts-container.fl_size_25 .p-cts-container__item:nth-child(-n+2) {
		margin-top: 0;
	}
	.p-cts-container.fl_size_25 .p-cts-container__item .c-card.card08 > a .c-card_img {
		border-radius: 20px 20px 0 0;
	}
}

@media only screen and (min-width: 768px), print {
	.p-cts-container.fl_size_25 .p-cts-container__item:nth-child(n+5) {
		margin-top: 25px;
	}
}

.p-cts-container.fl_size_33 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.p-cts-container.fl_size_33 .p-cts-container__item {
	width: 33.33%;
}

@media only screen and (max-width: 767px) {
	.p-cts-container.fl_size_33 .p-cts-container__item {
		width: 50%;
		padding: 0 10px;
	}
	.p-cts-container.fl_size_33 .p-cts-container__item + .p-cts-container__item {
		margin-top: 20px;
	}
	.p-cts-container.fl_size_33 .p-cts-container__item:nth-child(-n+2) {
		margin-top: 0;
	}
	.p-cts-container.fl_size_33 .p-cts-container__item .c-card.card08 > a .c-card_img {
		border-radius: 20px 20px 0 0;
	}
}

@media only screen and (min-width: 768px), print {
	.p-cts-container.fl_size_33 .p-cts-container__item:nth-child(n+4) {
		margin-top: 25px;
	}
}

.p-cts-container .p-cts-container__item {
	width: 100%;
}

.p-cts-container .p-cts-container__item .c-button .c-button__inner[data-mh^="list"] {
	height: auto;
}

.p-cts-container .p-cts-container__item img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.p-cts-container + .p-cts-container {
		margin-top: 32px;
	}
	.p-cts-container .btn_area {
		width: 100%;
	}
	.p-cts-container .btn_area .c-button + .c-button {
		margin-top: 10px;
	}
	.p-cts-container.clm_2sp {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.p-cts-container.clm_2sp .p-cts-container__item {
		width: 50%;
	}
	.p-cts-container.clm_2sp .p-cts-container__item:nth-child(-n+2) {
		margin-top: 0;
	}
	.p-cts-container.clm_2sp .p-cts-container__item:nth-child(n+3) {
		margin-top: 20px;
	}
	.p-cts-container.clm_2sp .p-cts-container__item:nth-child(odd) {
		padding-right: 10px;
	}
	.p-cts-container.clm_2sp .p-cts-container__item:nth-child(even) {
		padding-left: 10px;
	}
	.p-cts-container .p-cts-container__item + .p-cts-container__item {
		margin-top: 10px;
	}
	.p-cts-container.p-cts_fl_l, .p-cts-container.p-cts_fl_r {
		position: relative;
		display: block;
		margin-right: 0;
		margin-left: 0;
		z-index: 2;
	}
	.p-cts-container.p-cts_fl_l:after, .p-cts-container.p-cts_fl_r:after {
		content: "";
		display: table;
		clear: both;
	}
	.p-cts-container.p-cts_fl_l .p-cts-container__item:nth-child(1), .p-cts-container.p-cts_fl_r .p-cts-container__item:nth-child(1) {
		position: relative;
		z-index: 4;
	}
	.p-cts-container.p-cts_fl_l .p-cts-container__item:nth-child(1) figure, .p-cts-container.p-cts_fl_r .p-cts-container__item:nth-child(1) figure {
		position: relative;
	}
	.p-cts-container.p-cts_fl_l .p-cts-container__item:nth-child(1) figure > img, .p-cts-container.p-cts_fl_r .p-cts-container__item:nth-child(1) figure > img {
		border-radius: 10px;
	}
	.p-cts-container.p-cts_fl_l .p-cts-container__item:nth-child(1) figure:before, .p-cts-container.p-cts_fl_r .p-cts-container__item:nth-child(1) figure:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		background-color: #ECF4FA;
		box-shadow: 5px 15px 30px 0 rgba(0, 49, 153, 0.15);
		z-index: -1;
	}
	.p-cts-container.p-cts_fl_l .p-cts-container__item:nth-child(1) figure + p,
	.p-cts-container.p-cts_fl_l .p-cts-container__item:nth-child(1) figure + div, .p-cts-container.p-cts_fl_r .p-cts-container__item:nth-child(1) figure + p,
	.p-cts-container.p-cts_fl_r .p-cts-container__item:nth-child(1) figure + div {
		margin-top: 10px;
	}
	.p-cts-container.p-cts_fl_l .p-cts-container__item:nth-child(2), .p-cts-container.p-cts_fl_r .p-cts-container__item:nth-child(2) {
		margin-top: -50px;
		padding: 70px 20px 20px;
		border-radius: 20px;
		background-color: #ECF4FA;
	}
	.p-cts-container.p-cts_fl_l .p-cts-container__item .c-sttl, .p-cts-container.p-cts_fl_r .p-cts-container__item .c-sttl {
		font-size: 1.9rem;
		font-weight: 700;
	}
	.p-cts-container.p-cts_fl_l .p-cts-container__item:nth-child(1) {
		margin-left: -10px;
	}
	.p-cts-container.p-cts_fl_l .p-cts-container__item:nth-child(2) {
		margin-right: -10px;
	}
	.p-cts-container.p-cts_fl_r .p-cts-container__item:nth-child(1) {
		margin-left: 10px;
	}
	.p-cts-container.p-cts_fl_r .p-cts-container__item:nth-child(2) {
		margin-left: -10px;
	}
}

@media only screen and (min-width: 768px), print {
	.p-cts-container {
		display: flex;
		justify-content: space-between;
		margin: 0 -17px;
	}
	.p-cts-container + .p-cts-container {
		margin-top: 40px;
	}
	.p-cts-container .p-cts-container__item {
		box-sizing: border-box;
		padding: 0 17px;
	}
	.p-cts-container .p-cts-container__item .c-sttl {
		font-size: 2.3rem;
		font-weight: 700;
	}
	.p-cts-container .p-cts-container__item > .c-button {
		max-width: none;
	}
	.p-cts-container .p-cts-container__item .c-button + .c-button {
		margin-top: 15px;
	}
	.p-cts-container .btn_area {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
		max-width: 335px;
	}
	.p-cts-container .btn_area .c-button {
		width: 50%;
		max-width: none;
	}
	.p-cts-container .btn_area .c-button:only-child {
		width: 100%;
		padding: 0 !important;
	}
	.p-cts-container .btn_area .c-button:nth-child(odd) {
		padding-right: 15px;
	}
	.p-cts-container .btn_area .c-button:nth-child(even) {
		padding-left: 15px;
	}
	.p-cts-container .btn_area .c-button + .c-button {
		margin-top: 0 !important;
	}
	.p-cts-container .btn_area .c-button a {
		width: 100%;
	}
	.p-cts-container .btn_area .c-button a .c-button__inner {
		height: 50px;
	}
	.p-cts-container.clm_2sp .p-cts-container__item > .c-button {
		max-width: 600px;
	}
	.p-cts-container.p-cts_fl_r, .p-cts-container.p-cts_fl_l {
		position: relative;
		display: block;
		margin-right: 0;
		margin-left: 0;
		z-index: 2;
	}
	.p-cts-container.p-cts_fl_r:after, .p-cts-container.p-cts_fl_l:after {
		content: "";
		display: table;
		clear: both;
	}
	.p-cts-container.p-cts_fl_r .p-cts-container__item, .p-cts-container.p-cts_fl_l .p-cts-container__item {
		position: relative;
		width: 50%;
		padding: 0;
	}
	.p-cts-container.p-cts_fl_r .p-cts-container__item:nth-child(1), .p-cts-container.p-cts_fl_l .p-cts-container__item:nth-child(1) {
		margin-top: -20px;
	}
	.p-cts-container.p-cts_fl_r .p-cts-container__item figure, .p-cts-container.p-cts_fl_l .p-cts-container__item figure {
		position: relative;
		z-index: 2;
	}
	.p-cts-container.p-cts_fl_r .p-cts-container__item figure > img, .p-cts-container.p-cts_fl_l .p-cts-container__item figure > img {
		border-radius: 10px;
	}
	.p-cts-container.p-cts_fl_r .p-cts-container__item figure:before, .p-cts-container.p-cts_fl_l .p-cts-container__item figure:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		background-color: #ECF4FA;
		box-shadow: 5px 15px 30px 0 rgba(0, 49, 153, 0.15);
		z-index: -1;
	}
	.p-cts-container.p-cts_fl_l .p-cts-container__item:nth-child(1) {
		float: left;
		padding-right: 25px;
	}
	.p-cts-container.p-cts_fl_l .p-cts-container__item:nth-child(2) {
		float: right;
		padding-top: 40px;
		padding-right: 40px;
		padding-bottom: 40px;
		padding-left: 25px;
	}
	.p-cts-container.p-cts_fl_l .p-cts-container__item:nth-child(2):before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		width: 135%;
		height: 100%;
		border-radius: 20px;
		background-color: #ECF4FA;
		z-index: -1;
	}
	.p-cts-container.p-cts_fl_r .p-cts-container__item:nth-child(1) {
		float: right;
		padding-left: 25px;
	}
	.p-cts-container.p-cts_fl_r .p-cts-container__item:nth-child(2) {
		float: left;
		margin-top: 20px;
		padding-top: 40px;
		padding-right: 25px;
		padding-bottom: 40px;
		padding-left: 40px;
	}
	.p-cts-container.p-cts_fl_r .p-cts-container__item:nth-child(2):before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 135%;
		height: 100%;
		border-radius: 20px;
		background-color: #ECF4FA;
		z-index: -1;
	}
}

[class^="p-cts_img_"] {
	padding-top: 25px;
	border-top: 1px solid #dcdcdc;
}

[class^="p-cts_img_"]:after {
	content: "";
	display: table;
	clear: both;
}

[class^="p-cts_img_"] + [class^="p-cts_img_"] {
	margin-top: 25px;
}

[class^="p-cts_img_"].no-border {
	border-top: 0;
}

[class^="p-cts_img_"] .c-cts_image {
	width: 37.96%;
}

[class^="p-cts_img_"] .c-cts_image + div,
[class^="p-cts_img_"] .c-cts_image + p {
	margin-top: 20px;
}

[class^="p-cts_img_"] .c-cts_image img {
	border-radius: 20px;
}

[class^="p-cts_img_"] .c-cts_dtl {
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
}

[class^="p-cts_img_"] .c-cts_dtl .c-sttl {
	font-size: 1.8rem;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	[class^="p-cts_img_"] .c-cts_image {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

@media only screen and (min-width: 768px), print {
	[class^="p-cts_img_"] .c-cts_image + div,
	[class^="p-cts_img_"] .c-cts_image + p {
		margin-top: 0;
	}
	[class^="p-cts_img_"] .c-button {
		max-width: 335px;
	}
}

.p-cts_img_l .c-cts_image {
	float: left;
	margin-right: 4.6%;
	margin-bottom: 10px;
}

.p-cts_img_r .c-cts_image {
	float: right;
	margin-bottom: 10px;
	margin-left: 4.6%;
}

.p-cts_img_l.clear .c-cts_image,
.p-cts_img_r.clear .c-cts_image {
	width: 35.51%;
}

.p-cts_img_l.clear .c-cts_dtl,
.p-cts_img_r.clear .c-cts_dtl {
	width: 61%;
}

@media only screen and (max-width: 767px) {
	.p-cts_img_l .c-cts_image,
	.p-cts_img_l .c-cts_dtl,
	.p-cts_img_r .c-cts_image,
	.p-cts_img_r .c-cts_dtl {
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
	}
}

.p-cts_img_l.clear .c-cts_image {
	margin-right: 0;
}

.p-cts_img_l.clear .c-cts_dtl {
	float: right;
}

.p-cts_img_r.clear .c-cts_image {
	margin-left: 0;
}

.p-cts_img_r.clear .c-cts_dtl {
	float: left;
}

[class^="p-ttl_"] + [class^="p-cts_img_"] {
	border-top: 0;
}

.f-section .c-button {
	width: 100%;
	max-width: 364px;
	margin-right: auto;
	margin-left: auto;
}

.f-section.fl_R > div, .f-section.fl_R .c-button {
	float: right;
}

.f-section.fl_R:after {
	content: "";
	display: table;
	clear: both;
}

.c-card {
	position: relative;
	display: block;
}

.c-card a {
	display: block;
}

.c-card .text_balloon {
	display: table;
	width: 100%;
	padding: 15px 20px 13px;
	border-radius: 8px;
	background-color: #ECF4FA;
	z-index: 2;
}

.c-card .text_balloon > p {
	display: table-cell;
	font-size: 1.4rem;
	vertical-align: middle;
}

.c-card .text_balloon + div {
	margin-top: 10px;
}

.c-card .c-card_ttlarea {
	padding: 20px 0;
	border-top: 2px solid #0075C1;
	text-align: center;
}

.c-card .c-card_ttlarea p {
	font-size: 2.4rem;
	font-weight: 700;
}

.c-card .c-card_ttlarea p + p {
	margin-top: 5px;
}

.c-card .c-card_ttlarea p.text_num {
	color: #0075C1;
	font-size: 1.6rem;
}

.c-card .c-card_img {
	overflow: hidden;
	position: relative;
	display: block;
}

.c-card .c-card_img .img {
	display: block;
	text-align: center;
}

.c-card .c-card_img .img img {
	border-radius: 8px;
}

.c-card .c-card_img .img + .text_sttl {
	margin-top: 15px;
}

.c-card .c-card_img .img.wt-bg {
	background-color: #F7F7F7;
}

.c-card .c-card_img .text_sttl {
	display: block;
	font-weight: 700;
}

.c-card .c-card_img .text_sttl a {
	position: relative;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
}

.c-card .c-card_img .text_sttl a:before {
	content: "\e902";
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 12px;
	height: 15px;
	color: #0075C1;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-card .c-card_img .text_sttl a[target="_blank"]:before {
	content: "\e904";
}

.c-card .c-card_img + .c-card_dtl {
	margin-top: 10px;
}

.c-card .c-card_dtl p + p, .c-card .c-card_dtl p + div, .c-card .c-card_dtl div + p, .c-card .c-card_dtl div + div {
	margin-top: 10px;
}

.c-card .c-card_dtl p + .text_balloon, .c-card .c-card_dtl div + .text_balloon {
	margin-top: 20px;
}

.c-card .c-card_dtl p + .c-button, .c-card .c-card_dtl div + .c-button {
	margin-top: 30px;
}

.c-card .c-card_dtl .text-ssttl {
	font-size: 1.6rem;
	font-weight: 700;
}

.c-card .c-card_dtl .c- {
	max-width: none;
}

@media only screen and (max-width: 767px) {
	.c-card .c-card_img {
		display: table;
		width: 100%;
	}
	.c-card .c-card_img .img {
		display: table-cell;
		vertical-align: middle;
	}
	.c-card .c-card_img .img > img {
		width: 160px;
	}
	.c-card .c-card_img .text_sttl {
		display: table-cell;
		width: 100%;
		padding-left: 15px;
		vertical-align: middle;
	}
	.c-card .c-card_dtl {
		margin-top: 20px;
		padding-left: 15px;
	}
}

@media only screen and (min-width: 768px), print {
	.c-card .c-card_img + .c-card_dtl {
		margin-top: 15px;
	}
	.c-card .text_balloon + div {
		margin-top: 20px;
	}
	.c-card .text_sttl a {
		transition: all 0.4s ease;
	}
	.c-card .text_sttl a:hover {
		color: #0075C1;
		text-decoration: underline;
	}
}

.c-card.card02 .c-card_img {
	overflow: visible;
	padding-bottom: 40px;
}

.c-card.card02 .c-card_img > figure {
	overflow: visible;
	position: relative;
	display: block;
	z-index: 2;
}

.c-card.card02 .c-card_img > figure:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background-color: #ECF4FA;
	box-shadow: 5px 15px 30px 0 rgba(0, 49, 153, 0.15);
	z-index: -1;
}

.c-card.card02 .c-card_img > figure > img {
	border-radius: 15px;
}

.c-card.card02 .c-card_dtl {
	box-sizing: border-box;
	margin-top: -15px;
	padding-right: 0;
	padding-left: 0;
}

.c-card.card02 .c-card_dtl .text_sttl {
	font-weight: 700;
}

.c-card.card02 .c-card_dtl .text_sttl + p, .c-card.card02 .c-card_dtl .text_sttl + div {
	margin-top: 10px;
}

.c-card.card02 .c-card_dtl .text_caption {
	color: #666;
	font-size: 1.3rem;
}

.c-card.card02 > a .c-card_dtl .text_sttl {
	position: relative;
	display: block;
	padding-left: 20px;
}

.c-card.card02 > a .c-card_dtl .text_sttl:before {
	content: "\e902";
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 12px;
	height: 15px;
	color: #0075C1;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	.c-card.card02 .c-card_img figure.bg_circle {
		width: 100%;
		max-width: 190px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}
	.c-card.card02 .c-card_img figure.bg_circle:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 100%;
		background-color: #fff;
		box-shadow: none;
		z-index: -1;
	}
	.c-card.card02 .c-card_img figure.bg_circle .c-image {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding-top: 100%;
	}
	.c-card.card02 .c-card_img figure.bg_circle .c-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 65%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media only screen and (min-width: 768px), print {
	.c-card.card02 > a .c-card_img > figure:before,
	.c-card.card02 > a .c-card_dtl .text_sttl {
		transition: all 0.4s ease;
	}
	.c-card.card02 > a:hover .c-card_img > figure:before {
		box-shadow: 2px 6px 15px 0 rgba(0, 49, 153, 0.15);
	}
	.c-card.card02 > a:hover .c-card_dtl .text_sttl {
		color: #0075C1;
		text-decoration: underline;
	}
	.c-card.card02 .c-card_img figure.bg_circle {
		width: 190px;
		height: 190px;
		margin-right: auto;
		margin-left: auto;
	}
	.c-card.card02 .c-card_img figure.bg_circle:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 100%;
		background-color: #fff;
		box-shadow: none;
		z-index: -1;
	}
	.c-card.card02 .c-card_img figure.bg_circle .c-image {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}
	.c-card.card02 .c-card_img figure.bg_circle .c-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 65%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.c-card.card03 > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 30px;
	border-radius: 10px;
	background-color: #fff;
	z-index: 2;
}

.c-card.card03 > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #ECF4FA;
	box-shadow: 5px 15px 30px 0 rgba(0, 49, 153, 0.15);
	z-index: -1;
}

.c-card.card03 > a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #fff;
	z-index: -1;
}

.c-card.card03 > a .c-card_dtl {
	margin-top: 5px;
	padding-left: 0;
}

.c-card.card03 > a .text_sttl {
	position: relative;
	display: block;
	padding-left: 20px;
	font-weight: 700;
}

.c-card.card03 > a .text_sttl:before {
	content: "\e902";
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 12px;
	height: 15px;
	color: #0075C1;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-card.card03 > a .text_sttl + p, .c-card.card03 > a .text_sttl + div {
	margin-top: 10px;
}

.c-card.card03 > a .text_caption {
	color: #666;
	font-size: 1.3rem;
}

.clm3_1 .p-cts-container__item {
	display: flex;
	flex-direction: column;
}

.clm3_1 .c-card.card03 {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.clm3_1 .c-card.card03 > a {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
} 

.clm3_1 .c-card.card03 > a .c-card_dtl{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.clm3_1 .c-card.card03 > a .c-card_dtl p{
	flex-grow: 1;
}

.clm3_1 .c-card.card03 > a .c-card_dtl p:first-child,
.clm3_1 .c-card.card03 > a .c-card_dtl p:last-child {
	flex-grow: 0;
}

.clm3_1 .c-card.card03 > a .text_sttl {
	padding-left: 0;
}

.clm3_1 .c-card.card03 > a .text_sttl:before {
	content: '';
}
.clm3_1 .c-card.card03 > a .text_caption {
	color: #525D66;
	font-size: 1.4rem;
}
.clm3_1 .c-card.card03 > a .text_link {
	position: relative;
	text-align: right;
	font-size: 1.4rem;
	margin: 14px 20px 0 0;
}

.clm3_1 .c-card.card03 > a .text_link:hover {

}

.clm3_1 .c-card.card03 > a .text_link::after {
	content: "\e902";
	position: absolute;
	bottom: 2px;
	right: -20px;
	display: block;
	width: 15px;
	height: 15px;
	color: #0075C1;
	font-size: 1.4rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clm3_1 .c-card.card03 > a[target="_blank"] .text_link::after {
	content: "\e904";
}

@media only screen and (min-width: 768px), print {
	.c-card.card03 {
		height: 100%;
	}
	.c-card.card03 > a:before,
	.c-card.card03 > a .c-card_dtl .text_sttl,
	.clm3_1 .c-card.card03 > a .c-card_dtl .text_link {
		transition: all 0.4s ease;
	}
	.c-card.card03 > a:hover:before {
		box-shadow: 2px 6px 15px 0 rgba(0, 49, 153, 0.15);
	}
	.c-card.card03 > a:hover .c-card_dtl .text_sttl,
	.clm3_1 .c-card.card03 > a:hover .c-card_dtl .text_link {
		color: #0075C1;
		text-decoration: underline;
	}
}

.c-card.card04 {
	height: 100%;
}

.c-card.card04 > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 30px;
	border-radius: 10px;
	background-color: #fff;
	z-index: 2;
}

.c-card.card04 > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #ECF4FA;
	box-shadow: 5px 15px 30px 0 rgba(0, 49, 153, 0.15);
	z-index: -1;
}

.c-card.card04 > a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #fff;
	z-index: -1;
}

.c-card.card04 > a[target="_blank"] .c-card_dtl {
	position: relative;
}

.c-card.card04 > a[target="_blank"] .c-card_dtl:before {
	content: "\e904";
	position: absolute;
	bottom: 2px;
	right: -20px;
	display: block;
	width: 15px;
	height: 15px;
	color: #0075C1;
	font-size: 1.4rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-card.card04 > a .c-card_img {
	width: 100%;
	text-align: center;
}

.c-card.card04 > a .c-card_img .icon {
	display: inline-block;
	width: 100%;
	max-width: 60px;
	margin-right: auto;
	margin-left: auto;
}

.c-card.card04 > a .c-card_dtl {
	margin-top: 5px;
	padding-left: 0;
}

.c-card.card04 > a .text_sttl {
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 1.9rem;
	font-weight: 700;
}

.c-card.card04 > a .text_sttl:before {
	content: "\e902";
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width: 16px;
	height: 19px;
	color: #0075C1;
	font-size: 1.7rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-card.card04 > a .text_sttl + p, .c-card.card04 > a .text_sttl + div {
	margin-top: 10px;
}

.c-card.card04 > a .text_caption {
	color: #666;
	font-size: 1.3rem;
}

.c-card.card04 p, .c-card.card04 div, .c-card.card04 span {
	display: block;
}

.c-card.card04 p + p, .c-card.card04 p + div, .c-card.card04 p + span, .c-card.card04 div + p, .c-card.card04 div + div, .c-card.card04 div + span, .c-card.card04 span + p, .c-card.card04 span + div, .c-card.card04 span + span {
	margin-top: 15px !important;
}

@media only screen and (max-width: 767px) {
	.c-card.card04 > a .text_sttl {
		padding-left: 20px;
	}
	.c-card.card04 > a .text_sttl:before {
		top: 10px;
		width: 12px;
		height: 15px;
		font-size: 1.2rem;
	}
}

@media only screen and (min-width: 768px), print {
	.c-card.card04 > a:before,
	.c-card.card04 > a .text_sttl {
		transition: all 0.4s ease;
	}
	.c-card.card04 > a .text_sttl {
		font-size: 2.3rem;
	}
	.c-card.card04 > a .text_sttl:before {
		background-size: 10px auto;
	}
	.c-card.card04 > a:hover:before {
		box-shadow: 2px 6px 15px 0 rgba(0, 49, 153, 0.15);
	}
	.c-card.card04 > a:hover .text_sttl {
		color: #0075C1;
		text-decoration: underline;
	}
}

.c-card.card05 .c-card_img {
	overflow: visible;
	padding-bottom: 40px;
}

.c-card.card05 .c-card_img > figure {
	overflow: visible;
	position: relative;
	display: block;
	z-index: 2;
}

.c-card.card05 .c-card_img > figure:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #ECF4FA;
	box-shadow: 5px 15px 30px 0 rgba(0, 49, 153, 0.15);
	z-index: -1;
}

.c-card.card05 .c-card_img > figure > img {
	border-radius: 10px;
}

.c-card.card05 .c-card_dtl {
	box-sizing: border-box;
	margin-top: -15px;
	padding-right: 10px;
	padding-left: 10px;
}

.c-card.card05 .c-card_dtl .text_sttl {
	font-size: 1.9rem;
	font-weight: 700;
}

.c-card.card05 .c-card_dtl .text_sttl + p, .c-card.card05 .c-card_dtl .text_sttl + div {
	margin-top: 10px;
}

.c-card.card05 .c-card_dtl .text_caption {
	color: #666;
	font-size: 1.3rem;
}

.c-card.card05 > a {
	display: block;
}

.c-card.card05 > a .c-card_dtl .text_sttl {
	position: relative;
	display: block;
	padding-left: 30px;
}

.c-card.card05 > a .c-card_dtl .text_sttl:before {
	content: "\e902";
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width: 16px;
	height: 19px;
	color: #0075C1;
	font-size: 1.7rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px), print {
	.c-card.card05 > a .c-card_img > figure:before,
	.c-card.card05 > a .c-card_dtl .text_sttl {
		transition: all 0.4s ease;
	}
	.c-card.card05 > a .c-card_dtl .text_sttl {
		font-size: 2.3rem;
	}
	.c-card.card05 > a .c-card_dtl .text_sttl:before {
		background-size: 10px auto;
	}
	.c-card.card05 > a:hover .c-card_img > figure:before {
		box-shadow: 2px 6px 15px 0 rgba(0, 49, 153, 0.15);
	}
	.c-card.card05 > a:hover .c-card_dtl .text_sttl {
		color: #0075C1;
		text-decoration: underline;
	}
}

.c-card.card06 .c-card_dtl > a {
	position: relative;
	display: block;
	padding-left: 20px;
}

.c-card.card06 .c-card_dtl > a + p {
	margin-top: 10px;
}

.c-card.card06 .c-card_dtl > a:before {
	content: "\e902";
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 12px;
	height: 15px;
	color: #0075C1;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-card.card06 .c-card_dtl > a .text_sttl {
	font-weight: 700;
}

.c-card.card06 .c-card_dtl .c-button {
	padding-right: 10px;
	padding-left: 10px;
}

@media only screen and (max-width: 767px) {
	.c-card.card06 {
		padding-top: 20px;
		border-top: 2px solid #0075C1;
	}
	.c-card.card06 .c-card_ttlarea {
		float: right;
		width: 50%;
		padding-left: 10px;
		border-top: 0;
		text-align: left;
	}
	.c-card.card06 .c-card_ttlarea p {
		font-size: 2rem;
	}
	.c-card.card06 .c-card_img {
		float: left;
		width: 50%;
	}
	.c-card.card06 .c-card_img.wt_fl {
		float: none;
		width: 100%;
	}
	.c-card.card06 .c-card_img img {
		width: 100%;
		max-width: none;
	}
	.c-card.card06 .c-card_img + p, .c-card.card06 .c-card_img + div, .c-card.card06 .c-card_img + span {
		clear: both;
		padding-top: 15px;
	}
	.c-card.card06 .c-card_dtl {
		padding-left: 0;
	}
	.c-card.card06 .c-card_dtl .text_sttl {
		position: relative;
		font-weight: 700;
	}
}

@media only screen and (min-width: 768px), print {
	.c-card.card06 .c-card_dtl > a .text_sttl {
		transition: all 0.4s ease;
	}
	.c-card.card06 .c-card_dtl > a:hover .text_sttl {
		color: #0075C1;
		text-decoration: underline;
	}
}

.c-card.card07 .c-card_img {
	width: 100%;
	max-width: 458px;
	margin-right: auto;
	margin-left: auto;
}

.c-card.card07 .c-card_img .img {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 62.06%;
	text-align: center;
}

.c-card.card07 .c-card_img .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 160px;
	border-radius: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-card.card07 .c-card_img > figure {
	background-color: #F7F7F7;
	text-align: center;
}

.c-card.card07 .c-card_img > figure img {
	width: 100%;
	max-width: 250px;
}

.c-card.card07 .c-card_img.wt-bg {
	background-color: #F9F9F9;
}

.c-card.card07 .c-card_dtl > a {
	position: relative;
	display: block;
	padding-left: 20px;
}

.c-card.card07 .c-card_dtl > a + p {
	margin-top: 10px;
}

.c-card.card07 .c-card_dtl > a:before {
	content: "\e902";
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 12px;
	height: 15px;
	color: #0075C1;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-card.card07 .c-card_dtl > a .text_sttl {
	font-weight: 700;
}

.c-card.card07 .c-card_dtl .list-img_text > li {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #B8B8B6;
}

.c-card.card07 .c-card_dtl .list-img_text > li:last-child {
	border-bottom: 0;
}

.c-card.card07 .c-card_dtl .list-img_text > li .img {
	display: table-cell;
	width: 40.95%;
	vertical-align: top;
}

.c-card.card07 .c-card_dtl .list-img_text > li .img img {
	border-radius: 16px;
}

.c-card.card07 .c-card_dtl .list-img_text > li .text {
	box-sizing: border-box;
	display: table-cell;
	width: 59.05%;
	padding-left: 20px;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	.c-card.card07 .c-card_dtl {
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px), print {
	.c-card.card07 .c-card_img {
		padding: 10px 40px;
	}
	.c-card.card07 .c-card_img .img {
		padding-top: 190px;
	}
	.c-card.card07 .c-card_dtl > a .text_sttl {
		transition: all 0.4s ease;
	}
	.c-card.card07 .c-card_dtl > a:hover .text_sttl {
		color: #0075C1;
		text-decoration: underline;
	}
}

.c-card.card08 {
	height: 100%;
}

.c-card.card08 > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: 20px;
	z-index: 2;
}

.c-card.card08 > a:before, .c-card.card08 > a:after {
	border-radius: 20px;
}

.c-card.card08 > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: #F2F8FC;
	box-shadow: 5px 15px 30px 0 rgba(0, 49, 153, 0.15);
	z-index: -1;
}

.c-card.card08 > a .c-card_img {
	padding: 20px 15px;
	border-radius: 20px 20px 0 0;
	background-color: #fff;
	text-align: center;
}

.c-card.card08 > a .c-card_img img {
	border-radius: 0;
}

.c-card.card08 > a .c-card_dtl {
	position: relative;
	margin-top: 0 !important;
	padding: 20px 23px 20px 15px;
	border-radius: 0 0 20px 20px;
	text-align: center;
}

.c-card.card08 > a .c-card_dtl:before {
	box-sizing: border-box;
	content: "\e902";
	position: absolute;
	top: 27px;
	right: 10px;
	display: block;
	width: 12px;
	height: 15px;
	color: #0075C1;
	font-family: 'icons' !important;
	speak: never;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px), print {
	.c-card.card08 > a:before {
		transition: all 0.4s ease;
	}
	.c-card.card08 > a .c-card_dtl {
		transition: all 0.4s ease;
	}
	.c-card.card08 > a:hover:before {
		box-shadow: 2px 6px 15px 0 rgba(0, 49, 153, 0.15);
	}
	.c-card.card08 > a:hover .c-card_dtl {
		color: #0075C1;
	}
}

@media only screen and (max-width: 767px) {
	.wrp-card {
		border-top: 1px solid #dcdcdc;
	}
	.wrp-card.no-border {
		border-top: 0;
	}
	.wrp-card .p-cts-container__item {
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #dcdcdc;
	}
}

@media only screen and (min-width: 768px), print {
	.wrp-card {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-right: 0;
		margin-left: 0;
	}
	.wrp-card .p-cts-container__item {
		width: 33.33%;
		padding: 0 30px;
		border-left: 1px solid #dcdcdc;
	}
	.wrp-card .p-cts-container__item:nth-child(3n) {
		width: 33.34%;
		border-right: 1px solid #dcdcdc;
	}
	.wrp-card .p-cts-container__item:nth-child(n+4) {
		margin-top: 40px;
	}
	.wrp-card .p-cts-container__item:only-child, .wrp-card .p-cts-container__item:last-child {
		border-right: 1px solid #dcdcdc;
	}
	.wrp-card .p-cts-container__item:only-child {
		margin-right: auto;
		margin-left: auto;
	}
	.wrp-card .p-cts-container__item:only-child.fl {
		margin-right: 0;
		margin-left: 0;
	}
	.wrp-card .p-cts-container__item.w_fl {
		width: 100% !important;
		padding: 0 120px;
		border-right: 1px solid #dcdcdc;
	}
	.wrp-card .p-cts-container__item.w_fl .c-card.card07 .c-card_img {
		max-width: none;
	}
	.wrp-card .p-cts-container__item .c-button a {
		max-width: 335px;
		margin-right: auto;
		margin-left: auto;
	}
	.wrp-card.clm_2 .p-cts-container__item {
		width: 50%;
		padding: 0 60px;
	}
	.wrp-card.clm_2 .p-cts-container__item:nth-child(2n) {
		border-right: 1px solid #dcdcdc;
	}
	.wrp-card.clm_2 .p-cts-container__item:nth-child(n+3) {
		margin-top: 45px;
	}
}

.wrp-step .p-cts-container__item .i_step {
	position: relative;
	display: table;
	width: 66px;
	height: 35px;
	margin-top: -26px;
	margin-left: -15px;
	border-radius: 8px;
	background-color: #0075C1;
	z-index: 2;
}

.wrp-step .p-cts-container__item .i_step:before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	border-top: 12px solid #0075C1;
	border-right: 8px solid transparent;
	border-bottom: 0;
	border-left: 8px solid transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wrp-step .p-cts-container__item .i_step:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	box-shadow: 3px 3px 5px 0 rgba(0, 49, 153, 0.4);
	z-index: -2;
}

.wrp-step .p-cts-container__item .i_step > span {
	display: table-cell;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.wrp-step .p-cts-container__item {
		margin-top: 10px;
		padding-bottom: 40px;
	}
	.wrp-step .p-cts-container__item:last-child {
		padding-bottom: 20px;
	}
	.wrp-step .p-cts-container__item .i_step {
		margin-top: -47px;
	}
}

@media only screen and (min-width: 768px), print {
	.wrp-step.wrp-card .p-cts-container__item:nth-child(n+4) {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp-panel .p-cts-container__item + .p-cts-container__item {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px), print {
	.wrp-panel .p-cts-container__item:only-child {
		max-width: 50%;
		margin-right: auto;
		margin-left: auto;
	}
	.wrp-panel.clm2_1 {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.wrp-panel.clm2_1 .p-cts-container__item {
		width: 50%;
	}
	.wrp-panel.clm2_1 .p-cts-container__item:nth-child(n+3) {
		margin-top: 40px;
	}
	.wrp-panel.clm2_1 .p-cts-container__item:only-child {
		margin-right: 0;
		margin-left: 0;
	}
	.wrp-panel.clm3_1 {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.wrp-panel.clm3_1 .p-cts-container__item {
		width: calc(100% / 3);
	}
	.wrp-panel.clm3_1 .p-cts-container__item:nth-child(n+4) {
		margin-top: 40px;
	}
	.wrp-panel.clm3_1 .p-cts-container__item:only-child {
		margin-right: 0;
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.wrp-panel.panel_col2_sp {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.wrp-panel.panel_col2_sp .p-cts-container__item {
		width: 50%;
	}
	.wrp-panel.panel_col2_sp .p-cts-container__item:nth-child(-n+2) {
		margin-top: 0;
	}
	.wrp-panel.panel_col2_sp .p-cts-container__item:nth-child(odd) {
		padding-right: 15px;
	}
	.wrp-panel.panel_col2_sp .p-cts-container__item:nth-child(even) {
		padding-left: 15px;
	}
}

@media only screen and (min-width: 768px), print {
	.wrp-panel.panel_col2_sp .p-cts-container__item .c-card {
		height: 100%;
	}
}

.wrp-panel.wt-bg .p-cts-container__item {
	position: relative;
	z-index: 2;
}

.wrp-panel.wt-bg .p-cts-container__item .c-card {
	padding: 0 40px 40px;
}

.wrp-panel.wt-bg .p-cts-container__item .c-card:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background-color: #ECF4FA;
	z-index: -1;
}

@media only screen and (min-width: 768px), print {
	.wrp-panel.wt-bg .p-cts-container__item .c-card {
		height: 100%;
	}
}

.wrp-panel.panel_04 .inner_panel {
	position: relative;
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 100%;
	padding: 40px 40px;
	border: 2px solid #0075C1;
	border-radius: 20px;
}

.wrp-panel.panel_04 .inner_panel:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -22px;
	display: block;
	width: 23px;
	height: 40px;
	background-image: url(/assets/images/common/img_fukidashi_l.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrp-panel.panel_04 .inner_panel .fl {
	display: table-cell;
	vertical-align: middle;
}

.wrp-panel.panel_04 .inner_panel .wrp-check {
	display: table;
}

.wrp-panel.panel_04 .inner_panel .wrp-check .img {
	display: table-cell;
	vertical-align: middle;
}

.wrp-panel.panel_04 .inner_panel .wrp-check .img > img {
	width: 80px;
}

.wrp-panel.panel_04 .inner_panel .wrp-check .c-list_chk {
	display: table-cell;
	width: 100%;
	padding-left: 25px;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.wrp-panel.panel_04 .inner_panel:before {
		content: "";
		position: absolute;
		top: auto;
		right: auto;
		bottom: -22px;
		left: 50%;
		display: block;
		width: 42px;
		height: 24px;
		background-image: url(/assets/images/common/img_fukidashi_l2.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.wrp-panel_fl:after {
	content: "";
	display: table;
	clear: both;
}

.wrp-panel_fl .inner_panel {
	position: relative;
	display: block;
	z-index: 2;
}

.wrp-panel_fl .inner_panel:after {
	content: "";
	display: table;
	clear: both;
}

.wrp-panel_fl .inner_panel:before {
	content: "";
	position: absolute;
	top: 20px;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 5px 15px 30px 0 rgba(0, 49, 153, 0.15);
	z-index: -1;
}

@media only screen and (max-width: 767px) {
	.wrp-panel_fl {
		margin-bottom: 30px;
	}
	.wrp-panel_fl + .wrp-panel_fl {
		margin-top: 80px;
	}
	.wrp-panel_fl .inner_panel {
		padding: 20px 20px 10px;
	}
	.wrp-panel_fl .inner_panel:before {
		left: 0;
	}
	.wrp-panel_fl .img_panel {
		margin-top: -20px;
	}
	.wrp-panel_fl .img_panel figure {
		overflow: hidden;
		border-radius: 10px;
	}
	.wrp-panel_fl .text_panel {
		margin-top: 15px;
		padding: 0 10px;
	}
	.wrp-panel_fl .text_panel .text_caption {
		font-size: 1.3rem;
	}
	.wrp-panel_fl .text_panel .text_sttl {
		position: relative;
		display: block;
		font-size: 1.8rem;
		font-weight: 700;
		padding-left: 20px;
	}
	.wrp-panel_fl .text_panel .text_sttl:before {
		content: "\e902";
		position: absolute;
		top: 9px;
		left: 0;
		display: block;
		width: 16px;
		height: 16px;
		color: #0075C1;
		font-size: 1.2rem;
		font-family: 'icons' !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

@media only screen and (min-width: 768px), print {
	.wrp-panel_fl {
		z-index: 2;
	}
	.wrp-panel_fl + .wrp-panel_fl {
		margin-top: 80px;
	}
	.wrp-panel_fl .inner_panel {
		padding: 40px;
	}
	.wrp-panel_fl .inner_panel:before {
		width: 90.74%;
	}
	.wrp-panel_fl .img_panel {
		width: 47.22%;
	}
	.wrp-panel_fl .img_panel figure {
		overflow: hidden;
		border-radius: 10px;
	}
	.wrp-panel_fl .text_panel {
		position: absolute;
		top: 50%;
		width: 50.92%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.wrp-panel_fl .text_panel .text_caption {
		font-size: 1.3rem;
	}
	.wrp-panel_fl .text_panel .text_sttl {
		position: relative;
		display: block;
		font-weight: 700;
		padding-left: 20px;
		font-size: 2.3rem;
	}
	.wrp-panel_fl .text_panel .text_sttl:before {
		content: "\e902";
		position: absolute;
		top: 11px;
		left: 0;
		display: block;
		width: 16px;
		height: 19px;
		color: #0075C1;
		font-size: 1.7rem;
		font-family: 'icons' !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.wrp-panel_fl.fl_L .inner_panel:before {
		right: 0;
	}
	.wrp-panel_fl.fl_L .img_panel {
		float: left;
	}
	.wrp-panel_fl.fl_L .text_panel {
		right: 0;
		padding: 40px;
	}
	.wrp-panel_fl.fl_R .inner_panel:before {
		left: 0;
	}
	.wrp-panel_fl.fl_R .img_panel {
		float: right;
	}
	.wrp-panel_fl.fl_R .text_panel {
		left: 0;
		padding: 40px;
	}
	.wrp-panel_fl a .text_sttl, .wrp-panel_fl a:before {
		transition: all 0.4s ease;
	}
	.wrp-panel_fl a:hover .text_sttl {
		color: #0075C1;
		text-decoration: underline;
	}
	.wrp-panel_fl a:hover:before {
		box-shadow: 2px 6px 15px 0 rgba(0, 49, 153, 0.15);
	}
}

.wrp-panel_wticon .inner_panel {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 20px 20px 30px;
	border-radius: 20px;
	background-color: #fff;
	z-index: 2;
}

.wrp-panel_wticon .inner_panel:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 5px 15px 30px 0 rgba(0, 49, 153, 0.15);
	z-index: -1;
}

.wrp-panel_wticon div + div, .wrp-panel_wticon div + p, .wrp-panel_wticon div + span, .wrp-panel_wticon p + div, .wrp-panel_wticon p + p, .wrp-panel_wticon p + span, .wrp-panel_wticon span + div, .wrp-panel_wticon span + p, .wrp-panel_wticon span + span {
	margin-top: 20px;
}

.wrp-panel_wticon .icon_panel {
	margin-top: -20px;
}

.wrp-panel_wticon .icon_panel > p {
	box-sizing: border-box;
	width: 70px;
	height: 64px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	border-radius: 0 0 50% 50%;
	background-color: #0075C1;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
}

.wrp-panel_wticon .icon_panel > p b {
	display: block;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.wrp-panel_wticon .text_sttl {
	font-weight: 700;
}

.wrp-panel_wticon .img_panel figure {
	overflow: hidden;
	border-radius: 10px;
}

.wrp-panel_wticon .img_panel figure + p {
	margin-top: 13px;
}

.wrp-panel_wticon .img_panel .text_caption {
	padding: 0 10px;
	color: #666;
	font-size: 1.4rem;
}

@media only screen and (min-width: 768px), print {
	.wrp-panel_wticon a .text_sttl, .wrp-panel_wticon a:before {
		transition: all 0.4s ease;
	}
	.wrp-panel_wticon a:hover .text_sttl {
		color: #0075C1;
	}
	.wrp-panel_wticon a:hover:before {
		box-shadow: 2px 6px 15px 0 rgba(0, 49, 153, 0.15);
	}
}

.p-news_list > li {
	border-bottom: 1px solid #dcdcdc;
}

.p-news_list > li > a,
.p-news_list > li > .p-news_wrp {
	display: block;
	padding: 15px 0 15px 20px;
}

.p-news_list > li > a .p-news_dtl {
	position: relative;
}

.p-news_list > li > a .p-news_dtl:before {
	content: "\e902";
	position: absolute;
	top: 7px;
	left: -20px;
	display: block;
	width: 12px;
	height: 15px;
	color: #0075C1;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.p-news_list > li .p-news_date {
	margin-left: -20px;
	font-size: 1.2rem;
}

/* .p-news_list > li.new .p-news_dtl {
	display: inline-block;
}

.p-news_list > li.new .p-news_dtl > span {
	position: relative;
	display: inline;
	padding-right: 45px;
	background-image: url(/assets/images/common/icon-new.png);
	background-size: 31px 11px;
	background-repeat: no-repeat;
	background-position: 100% 7px;
} */

@media only screen and (max-width: 767px) {
	.p-news_list > li .p-news_date {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 768px), print {
	.p-news_list > li > a,
	.p-news_list > li > .p-news_wrp {
		display: table;
		width: 100%;
	}
	.p-news_list > li > a {
		position: relative;
	}
	.p-news_list > li > a:before {
		content: "\e902";
		position: absolute;
		top: 23px;
		left: 142px;
		display: block;
		width: 12px;
		height: 15px;
		color: #0075C1;
		font-size: 1.2rem;
		font-family: 'icons' !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.p-news_list > li > a:hover .p-news_dtl span:not(.noticetag-emergency) {
		color: #0075C1;
		border-color: #0075C1;
	}
	.p-news_list > li .p-news_date {
		display: table-cell;
		padding-right: 40px;
		font-size: 1.4rem;
		white-space: nowrap;
	}
	.p-news_list > li .p-news_dtl {
		display: table-cell;
		width: 100%;
	}
	.p-news_list > li .p-news_dtl span:not(.noticetag-emergency) {
		border-bottom: 1px solid transparent;
		transition: all 0.4s ease;
	}
	.p-news_list > li .p-news_dtl:before {
		display: none !important;
	}
}

.p-tab {
	overflow: hidden;
}

.p-tab > ul {
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 2;
}

.p-tab > ul > li {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 360px;
	padding-bottom: 10px;
	text-align: center;
}

.p-tab > ul > li + li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -1;
	display: block;
	width: 1px;
	height: 30px;
	background-color: #dcdcdc;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}

.p-tab > ul > li > a, .p-tab > ul > li > span, .p-tab > ul > li > p {
	position: relative;
	display: table;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #dcdcdc;
	z-index: 2;
	cursor: pointer;
}

.p-tab > ul > li > a:after, .p-tab > ul > li > span:after, .p-tab > ul > li > p:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #F2FAFF;
	opacity: 0;
	z-index: -1;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.p-tab > ul > li > a > span, .p-tab > ul > li > span > span, .p-tab > ul > li > p > span {
	display: table-cell;
	padding: 0 30px;
	color: #000;
	font-weight: 700;
	text-align: left;
	line-height: 1.4;
	vertical-align: middle;
}

.p-tab > ul > li.active {
	pointer-events: none;
}

.p-tab > ul > li.active:before {
	display: none;
}

.p-tab > ul > li.active > a, .p-tab > ul > li.active > span, .p-tab > ul > li.active > p {
	position: relative;
	border-bottom: 1px solid #0075C1;
	background-color: #0075C1;
}

.p-tab > ul > li.active > a > span, .p-tab > ul > li.active > span > span, .p-tab > ul > li.active > p > span {
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.p-tab > ul {
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
	}
	.p-tab > ul > li {
		width: 50%;
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 768px), print {
	.p-tab > ul > li p:after {
		transition: all 0.4s ease;
	}
	.p-tab > ul > li p:hover > span {
		color: #0075C1;
	}
	.p-tab > ul > li.active:before {
		content: "";
		position: absolute;
		top: auto;
		bottom: 1px;
		left: 50%;
		display: block;
		width: 0;
		height: 0;
		border-top: 9px solid #0075C1;
		border-right: 8px solid transparent;
		border-bottom: 0;
		border-left: 8px solid transparent;
		background-color: transparent;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.p-tab > ul > li.active a:after {
		display: none !important;
	}
	.p-tab > ul > li.active p:hover > span {
		color: #fff !important;
	}
}

.p-tab.tab_02 {
	position: relative;
}

.p-tab.tab_02:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 1px;
	height: 80%;
	margin-top: 0;
	background-color: #dcdcdc;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.p-tab.tab_02 > ul li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 80%;
	margin-top: 0;
	background-color: #dcdcdc;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.p-tab.tab_02 > ul li.active > div {
	position: relative;
	border-bottom: 2px solid #0075C1;
	background-color: transparent;
}

.p-tab.tab_02 > ul li.active > div > span {
	color: #0075C1 !important;
}

.p-tab.tab_02 > ul li.active:hover > span {
	color: #0075C1 !important;
}

.p-tab.tab_02 > ul li > div {
	display: block;
	height: 100%;
	padding-bottom: 20px;
	border-bottom: 2px solid #dcdcdc;
	cursor: pointer;
}

.p-tab.tab_02 > ul li > div .img {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 190px;
	text-align: center;
}

.p-tab.tab_02 > ul li > div .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 160px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-tab.tab_02 > ul li > div .img + .text {
	margin-top: 10px;
}

.p-tab.tab_02 > ul li > div .text {
	display: block;
	text-align: center;
}

.p-tab.tab_02 .p-tabcts {
	height: auto !important;
}

.p-tab.tab_02 + .p-tabcts .tabcts {
	position: static !important;
	height: 0;
}

.p-tab.tab_02 + .p-tabcts .tabcts.show {
	height: auto;
}

.p-tab.tab_02 .shoptab {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 80px;
	color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.p-tab.tab_02 .shoptab option {
	cursor: pointer;
	color: #333;
}

@media only screen and (max-width: 767px) {
	.p-tab.tab_02:after {
		display: none;
	}
	.p-tab.tab_02 > ul {
		position: relative;
		display: block;
		z-index: -1;
		pointer-events: none;
	}
	.p-tab.tab_02 > ul li {
		display: none;
		width: 100%;
		max-width: none;
	}
	.p-tab.tab_02 > ul li:before, .p-tab.tab_02 > ul li:after {
		display: none;
	}
	.p-tab.tab_02 > ul li.active > div {
		border-bottom: 0;
	}
	.p-tab.tab_02 > ul li.active {
		display: block;
	}
	.p-tab.tab_02 > ul li > div {
		display: table;
		width: 100%;
		height: 80px;
		padding-bottom: 0;
		border-radius: 8px;
		border: 1px solid #dcdcdc !important;
	}
	.p-tab.tab_02 > ul li > div:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		left: auto;
		display: block;
		width: 0;
		height: 0;
		margin-top: -3px;
		border-top: 9px solid #0075C1;
		border-right: 7px solid transparent;
		border-bottom: 0;
		border-left: 7px solid transparent;
		z-index: 1;
	}
	.p-tab.tab_02 > ul li > div .img {
		display: table-cell;
		width: auto;
		height: auto;
		padding: 10px 10px;
		vertical-align: middle;
	}
	.p-tab.tab_02 > ul li > div .img img {
		position: static;
		width: 50px;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	.p-tab.tab_02 > ul li > div .text {
		display: table-cell;
		width: 100%;
		padding-left: 5px;
		color: #0075C1;
		text-align: left;
		vertical-align: middle;
	}
}

.p-tabcts {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.p-tabcts {
		height: auto !important;
	}
	.p-tabcts .tabcts {
		display: none;
		width: 100%;
	}
	.p-tabcts .tabcts.show {
		display: block;
		height: auto;
	}
}

@media only screen and (min-width: 768px), print {
	.p-tabcts .tabcts {
		position: absolute;
		display: block;
		width: 100%;
		opacity: 0;
		z-index: -10;
	}
	.p-tabcts .tabcts.show {
		opacity: 1;
		z-index: 1;
	}
}

.p-accordion {
	overflow: hidden;
	border-radius: 16px;
	background-color: #ECF4FA;
}

.p-accordion > .acco_trg {
	position: relative;
	padding: 20px 20px;
	background-color: #CEE9F2;
	cursor: pointer;
	font-weight: bold;
	z-index: 2;
}

.p-accordion > .acco_trg:before {
	content: "\e909";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background-color: #0075C1;
	color: #fff;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-accordion > .acco_trg.open:before {
	content: "\e908";
}

.p-accordion > .acco_cts {
	display: none;
	padding: 20px 20px;
}

.p-accordion > .acco_cts .c-ttl_03 {
	border-left: 3px solid #73B8E6;
	background-color: #D2E8F7;
}

.p-accordion.c-box_caution {
	background-color: #FAECEC;
}

.p-accordion.c-box_caution > .c-sttl_box {
	background-color: #F2CECE;
}

.p-accordion.c-box_caution > .c-sttl_box:before {
	background-color: #CC0000;
}

.p-accordion.accordion_02 {
	border-radius: 0;
	background-color: #fff;
}

.p-accordion.accordion_02 > .acco_trg {
	padding-left: 0;
	border-bottom: 2px solid #0075C1;
	background-color: transparent;
}

.p-accordion.accordion_02 > .acco_trg:before {
	content: "\e909";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 0;
	background-color: transparent;
	color: #0075C1;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-accordion.accordion_02 > .acco_trg .sttl > span {
	color: #0075C1;
	font-size: 2.3rem;
}

.p-accordion.accordion_02 > .acco_trg.open:before {
	content: "\e908";
}

.p-accordion.accordion_02 > .acco_cts {
	padding-right: 0;
	padding-left: 0;
}

.p-accordion.accordion_02 > .acco_cts .btn_area .c-button {
	width: 100%;
	max-width: 364px;
	margin-right: auto;
	margin-left: auto;
}

.p-accordion.accordion_02 > .acco_cts .btn_area .c-button .c-button__inner {
	width: 100%;
	height: 50px;
}

.p-accordion.accordion_02 > .acco_cts .btn_area .c-button .c-button__inner > p {
	padding-right: 0;
	padding-left: 0;
}

.p-accordion.accordion_02 > .acco_cts .btn_area .c-button.accordion_close > a:after {
	content: "\e908";
}

.p-accordion.accordion_02 > .acco_cts .btn_area .c-button.accordion_close > a:hover:after {
	color: #00B3F4;
}

@media only screen and (min-width: 768px), print {
	.p-accordion > .acco_trg {
		padding: 20px 40px;
		transition: all 0.4s ease;
	}
	.p-accordion > .acco_trg:before {
		right: 25px;
	}
	.p-accordion > .acco_trg:hover {
		background-color: #D9F6FF;
		color: #0075C1;
	}
	.p-accordion > .acco_trg:hover:before {
		background-color: #00B3F4;
	}
	.p-accordion > .acco_cts {
		padding: 20px 40px 40px;
	}
	.p-accordion.c-box_caution > .acco_trg:hover {
		background-color: #f9d3d3;
		color: #000;
	}
	.p-accordion.c-box_caution > .acco_trg:hover:before {
		background-color: #CC0000;
	}
	.p-accordion.accordion_02 > .acco_trg {
		padding-top: 10px;
	}
	.p-accordion.accordion_02 > .acco_trg:hover {
		border-bottom: 2px solid #00B3F4;
		background-color: transparent;
	}
	.p-accordion.accordion_02 > .acco_trg:hover .sttl > span {
		text-decoration: underline;
	}
	.p-accordion.accordion_02 > .acco_trg:hover:before {
		background-color: transparent;
		color: #00B3F4;
	}
	.p-accordion.accordion_02 > .acco_trg.open:hover:before {
		color: #00B3F4;
	}
}

.p-accordion_dtl > .acco_trg .c-button {
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}

.p-accordion_dtl > .acco_trg .c-button > a {
	pointer-events: none;
}

.p-accordion_dtl > .acco_trg .btn_open {
	display: block;
}

.p-accordion_dtl > .acco_trg .btn_open > a:after {
	content: "\e909";
}

.p-accordion_dtl > .acco_trg .btn_close {
	display: none;
}

.p-accordion_dtl > .acco_trg.open .btn_open {
	display: none;
}

.p-accordion_dtl > .acco_trg.open .btn_close {
	display: block;
}

.p-accordion_dtl > .acco_cts {
	display: none;
	padding-bottom: 40px;
}

.p-wrp_point {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.p-wrp_point > .p-cts-container__item .c-card_img > img {
	border-radius: 0;
}

.p-wrp_point.p-point_01 .c-card {
	position: relative;
}

.p-wrp_point.p-point_01 .c-card .text_num {
	position: absolute;
	top: -30px;
	left: 50%;
	display: table;
	width: 64px;
	height: 64px;
	border-radius: 64px;
	background-color: #0075C1;
	color: #fff;
	text-align: center;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-wrp_point.p-point_01 .c-card .text_num > p {
	display: table-cell;
	font-size: 1rem;
	vertical-align: middle;
}

.p-wrp_point.p-point_01 .c-card .text_num > p b {
	display: block;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.p-wrp_point.p-point_01 .c-card .text_num + .c-card_dtl {
	padding-top: 45px;
}

.p-wrp_point.p-point_01 .c-card .c-card_img .img > img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.p-wrp_point > .p-cts-container__item {
		width: 50%;
	}
	.p-wrp_point > .p-cts-container__item:nth-child(-n+2) {
		margin-top: 0;
	}
	.p-wrp_point.p-point_01 > .p-cts-container__item:nth-child(n+3) {
		margin-top: 50px;
	}
}

@media only screen and (min-width: 768px), print {
	.p-wrp_point {
		justify-content: center;
	}
	.p-wrp_point > .p-cts-container__item {
		width: 33.33%;
	}
	.p-wrp_point > .p-cts-container__item:nth-child(3n+1) {
		width: 33.34%;
	}
	.p-wrp_point > .p-cts-container__item:nth-child(n+4) {
		margin-top: 70px;
	}
}

.p-wrp_point.p-point_03 {
	align-items: flex-start;
}

.p-wrp_point.p-point_03.point_wt_arw .p-cts-container__item + .p-cts-container__item {
	position: relative;
}

.p-wrp_point.p-point_03.point_wt_arw .p-cts-container__item + .p-cts-container__item:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -6px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -45px;
	border-top: 22px solid transparent;
	border-right: 0;
	border-bottom: 22px solid transparent;
	border-left: 18px solid #A5BDCD;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.p-wrp_point.p-point_03.point_wt_arw .p-cts-container__item + .p-cts-container__item:before {
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent;
		border-left: 13px solid #A5BDCD;
	}
}

.p-wrp_point.p-point_03 .c-card .c-card_img .img > span {
	position: relative;
	display: block;
	width: 190px;
	height: 190px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 100%;
	background-color: #ECF4FA;
}

.p-wrp_point.p-point_03 .c-card .c-card_img .img > span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 440px) {
	.p-wrp_point.p-point_03 .c-card .c-card_img .img > span {
		width: 100%;
		height: auto;
		padding-top: 100%;
	}
	.p-wrp_point.p-point_03 .c-card .c-card_img .img > span img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.p-point_choose .inner_point {
	position: relative;
	padding: 20px 7px;
	z-index: 2;
}

.p-point_choose .inner_point:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 106%;
	height: 100%;
	border-radius: 20px;
	background-color: #FCEBEB;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-point_choose .inner_point .text_sttl {
	position: relative;
	padding-bottom: 10px;
}

.p-point_choose .inner_point .text_sttl:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #d90012;
	background: linear-gradient(to right, #d90012 0%, #f4002a 50%, #f27900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90012', endColorstr='#f27900',GradientType=1 );
}

.p-point_choose .inner_point .p-cts-container .p-cts-container__item [class^="c-box_"] {
	height: 100%;
	border-radius: 20px;
	background-color: #fff;
}

.p-point_choose .inner_point .p-cts-container .p-cts-container__item [class^="c-box_"] .c-sttl_box {
	background-color: #D2E8F7;
	color: #0075C1;
}

.p-point_choose.no_bg .inner_point:before {
	display: none;
}

.p-point_choose.no_bg .inner_point .c-box_02 {
	background-color: #ECF4FA !important;
}

@media only screen and (max-width: 767px) {
	.p-point_choose {
		padding: 0 10px;
	}
	.p-point_choose.no_bg {
		padding: 0;
	}
	.p-point_choose.no_bg .inner_point {
		padding: 0;
	}
	.p-point_choose .text_sttl {
		position: relative;
	}
	.p-point_choose .p-cts-container .p-cts-container__item .c-box_02 {
		border-radius: 20px;
	}
	.p-point_choose .p-cts-container .p-cts-container__item .c-box_02 .c-sttl_box {
		padding: 12px 20px;
		border-radius: 20px 20px 0 0;
		font-size: 2.1rem;
		text-align: center;
	}
	.p-point_choose .p-cts-container .p-cts-container__item .c-box_02 .c-dtl_box {
		position: relative;
		z-index: 2;
	}
	.p-point_choose .p-cts-container .p-cts-container__item .c-box_02 .c-dtl_box > span {
		display: block;
	}
	.p-point_choose .p-cts-container .p-cts-container__item .c-box_02 .c-dtl_box .img {
		position: absolute;
		top: 10px;
		right: 0;
		width: 34%;
		height: 80px;
		text-align: center;
	}
	.p-point_choose .p-cts-container .p-cts-container__item .c-box_02 .c-dtl_box .img img {
		width: 100%;
		max-width: 65px;
		vertical-align: bottom;
	}
	.p-point_choose .p-cts-container .p-cts-container__item .c-box_02 .c-dtl_box .img + span {
		width: 100%;
		padding-right: 28%;
	}
}

@media only screen and (min-width: 768px), print {
	.p-point_choose .inner_point {
		position: relative;
		padding: 50px 30px;
	}
	.p-point_choose .inner_point .text_sttl {
		padding-bottom: 28px;
		font-size: 3.6rem;
		text-align: center;
	}
	.p-point_choose .inner_point .text_sttl:before {
		height: 4px;
	}
	.p-point_choose .inner_point .text_sttl .main_sttl {
		font-size: 3.6rem;
	}
	.p-point_choose .inner_point .p-cts-container .p-cts-container__item {
		text-align: center;
	}
	.p-point_choose .inner_point .p-cts-container .p-cts-container__item [class^="c-box_"] {
		border-radius: 40px;
		font-size: 2rem;
	}
	.p-point_choose .inner_point .p-cts-container .p-cts-container__item [class^="c-box_"] .c-sttl_box {
		height: auto !important;
		padding-bottom: 21px;
		border-radius: 40px 40px 0 0;
		font-size: 4rem;
	}
	.p-point_choose .inner_point .p-cts-container .p-cts-container__item [class^="c-box_"] .c-dtl_box {
		position: relative;
		width: 100%;
		padding: 20px 40px 30px;
		z-index: 2;
	}
	.p-point_choose .inner_point .p-cts-container .p-cts-container__item [class^="c-box_"] .c-dtl_box > span {
		display: block;
	}
	.p-point_choose .inner_point .p-cts-container .p-cts-container__item [class^="c-box_"] .c-dtl_box .img {
		margin-top: -30px;
		text-align: center;
	}
	.p-point_choose .inner_point .p-cts-container .p-cts-container__item [class^="c-box_"] .c-dtl_box .img img {
		width: 100px;
	}
	.p-point_choose .inner_point .p-cts-container .p-cts-container__item [class^="c-box_"] .c-dtl_box .img + span {
		margin-top: 15px;
	}
	.p-point_choose.no_bg .inner_point {
		padding: 0;
	}
}

.p-inquiry {
	position: relative;
}

.p-inquiry:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: #d5e9f7;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #d5e9f7 0%, #d5f3fe 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index: -1;
}

.p-inquiry .sttl_inquiry {
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	z-index: 3;
}

.p-inquiry .dtl_inquiry {
	box-sizing: border-box;
	position: relative;
	padding: 0 10px 10px;
	z-index: 2;
}

.p-inquiry .dtl_inquiry p + .number_inquiry, .p-inquiry .dtl_inquiry div + .number_inquiry {
	margin-top: 10px;
}

.p-inquiry .dtl_inquiry .number_inquiry {
	box-sizing: border-box;
	padding: 15px 15px;
	border-radius: 16px;
	background-color: #fff;
}

.p-inquiry .dtl_inquiry .number_inquiry .c-telno:first-child {
	margin-top: 10px;
}

.p-inquiry .dtl_inquiry .number_inquiry .c-telno > i {
	position: relative;
	vertical-align: top;
}

.p-inquiry .dtl_inquiry .number_inquiry .c-telno > i > img {
	position: absolute;
	top: 2px;
	left: 0;
}

.p-inquiry .dtl_inquiry .number_inquiry .c-telno > i + a {
	margin-left: 10px;
}

.p-inquiry .dtl_inquiry .number_inquiry .c-telno.tel_free > i + a {
	margin-left: 1px;
}

.p-inquiry .dtl_inquiry .number_inquiry .c-telno > a {
	position: relative;
	display: inline-block;
	color: #0034A1;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}

.p-inquiry .dtl_inquiry .number_inquiry .text_caution {
	font-size: 1.4rem;
}

.p-inquiry .dtl_inquiry .text-mt_mns {
	color: #0075C1;
	font-size: 1.4rem;
}

.p-inquiry .dtl_inquiry.tel_free > i + a {
	margin-left: 1px;
}

.p-inquiry .p-inquiry_dtl > p:first-child {
	padding-top: 30px;
}

.p-inquiry .wrp-inquiry {
	display: table;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.p-inquiry .wrp-inquiry .dtl_inquiry {
		margin-top: 0;
		height: 100%;
		padding: 0;
		border-radius: 16px;
		background-color: #fff;
		font-size: 1.8rem;
	}
	.p-inquiry .wrp-inquiry .dtl_inquiry:before {
		display: none;
	}
	.p-inquiry .wrp-inquiry .dtl_inquiry .ssttl_inquiry {
		padding: 13px 10px;
		border-radius: 16px 16px 0 0;
		background-color: #0075C1;
		color: #fff;
		font-weight: 700;
		text-align: center;
	}
	.p-inquiry .wrp-inquiry .dtl_inquiry .ssttl_inquiry + .number_inquiry {
		margin-top: 0;
		border-radius: 0 0 16px 16px;
	}
	.p-inquiry .wrp-inquiry .dtl_inquiry .number_inquiry .c-telno > a {
		font-size: 4rem;
	}
	.p-inquiry .wrp-inquiry .dtl_inquiry .number_inquiry .c-telno > a:before {
		top: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.p-inquiry {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.p-inquiry:before {
		top: 10px;
	}
	.p-inquiry > p {
		padding: 0 10px;
	}
	.p-inquiry .wrp-inquiry {
		margin-top: -10px;
		padding: 0 10px 10px;
	}
	.p-inquiry .wrp-inquiry .inner_inquiry + .inner_inquiry {
		margin-top: 20px;
	}
	.p-inquiry > .inner_inquiry > p {
		padding-right: 10px;
		padding-left: 10px;
	}
	.p-inquiry .sttl_inquiry {
		margin-top: -59px;
		line-height: 1.4;
	}
	.p-inquiry .sttl_inquiry + .dtl_inquiry {
		margin-top: 10px;
	}
	.p-inquiry .number_inquiry .c-telno > i {
		width: 28px;
	}
	.p-inquiry .number_inquiry .c-telno > i > img {
		width: 28px;
	}
	.p-inquiry .number_inquiry .c-telno > i + a {
		margin-left: 10px !important;
		font-size: 3rem !important;
	}
	.p-inquiry .number_inquiry .c-telno.tel_free > i {
		width: 53px;
	}
	.p-inquiry .number_inquiry .c-telno.tel_free > i > img {
		width: 53px;
	}
	.p-inquiry .number_inquiry .c-telno.tel_free > i + a {
		margin-left: 3px !important;
	}
	.p-inquiry .number_inquiry .c-button:first-child {
		margin-top: 0 !important;
	}
	.p-inquiry .wrp-fl .inner_fl + .inner_fl {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 2px solid #D8D8D8;
	}
	.p-inquiry .wrp-fl .inner_fl .c-telno > a {
		font-size: 3rem !important;
	}
}

@media only screen and (min-width: 768px), print {
	.p-inquiry {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.p-inquiry .inner_inquiry:only-child {
		width: 100%;
	}
	.p-inquiry .c-telno > i > img {
		top: 4px !important;
	}
	.p-inquiry .c-telno.tel_free > i > img {
		top: 7px !important;
	}
	.p-inquiry .c-telno.tel_free > i.icon_xl {
		margin-top: 8px;
	}
	.p-inquiry .dtl_inquiry .number_inquiry {
		padding: 30px 20px 30px !important;
	}
	.p-inquiry .wrp-inquiry .inner_inquiry {
		display: table-cell;
		width: 50%;
		height: 100%;
		padding: 0 50px 50px;
		vertical-align: top;
	}
	.p-inquiry .wrp-inquiry .inner_inquiry:nth-child(odd) {
		padding-right: 20px;
	}
	.p-inquiry .wrp-inquiry .inner_inquiry:nth-child(even) {
		padding-left: 20px;
	}
	.p-inquiry .wrp-inquiry .inner_inquiry .dtl_inquiry {
		margin-top: 0;
		height: 100%;
		padding: 0;
		border-radius: 16px;
		background-color: #fff;
		font-size: 1.8rem;
	}
	.p-inquiry .wrp-inquiry .inner_inquiry .dtl_inquiry:before {
		display: none;
	}
	.p-inquiry .wrp-inquiry .inner_inquiry .dtl_inquiry .ssttl_inquiry {
		padding: 13px 10px;
		border-radius: 16px 16px 0 0;
		background-color: #0075C1;
		color: #fff;
		font-weight: 700;
		text-align: center;
	}
	.p-inquiry .wrp-inquiry .inner_inquiry .dtl_inquiry .ssttl_inquiry + .number_inquiry {
		margin-top: 0;
		border-radius: 0 0 16px 16px;
	}
	.p-inquiry .wrp-inquiry .inner_inquiry .dtl_inquiry .number_inquiry .c-telno > a {
		font-size: 4rem;
	}
	.p-inquiry .wrp-inquiry.inner-2_1 .inner_inquiry:nth-child(odd) {
		width: 67.34%;
	}
	.p-inquiry .wrp-inquiry.inner-2_1 .inner_inquiry:nth-child(even) {
		width: 32.66%;
	}
	.p-inquiry .sttl_inquiry {
		margin-top: -65px;
		font-size: 3.2rem;
		line-height: 1.4;
	}
	.p-inquiry .dtl_inquiry {
		padding: 10px 50px 50px;
	}
	.p-inquiry .dtl_inquiry p + .number_inquiry, .p-inquiry .dtl_inquiry div + .number_inquiry {
		margin-top: 20px;
	}
	.p-inquiry .dtl_inquiry .number_inquiry {
		padding: 30px 20px;
	}
	.p-inquiry .dtl_inquiry .number_inquiry .wrp-fl {
		display: table;
		width: 100%;
	}
	.p-inquiry .dtl_inquiry .number_inquiry .wrp-fl .inner_fl {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	.p-inquiry .dtl_inquiry .number_inquiry .wrp-fl .inner_fl:nth-child(odd) {
		padding-right: 20px;
	}
	.p-inquiry .dtl_inquiry .number_inquiry .wrp-fl .inner_fl:nth-child(even) {
		padding-left: 20px;
		border-left: 2px solid #D8D8D8;
	}
	.p-inquiry .dtl_inquiry .number_inquiry .wrp-fl .inner_fl .c-telno > i img {
		top: 2px !important;
	}
	.p-inquiry .dtl_inquiry .number_inquiry .wrp-fl .inner_fl .c-telno > i + a {
		margin-left: 5px;
	}
	.p-inquiry .dtl_inquiry .number_inquiry .wrp-fl .inner_fl .c-telno a {
		font-size: 3rem;
	}
	.p-inquiry .dtl_inquiry .number_inquiry .c-telno:first-child {
		margin-top: -10px;
	}
	.p-inquiry .dtl_inquiry .number_inquiry .c-telno > a {
		font-size: 6rem;
	}
	.p-inquiry .dtl_inquiry .number_inquiry .c-button {
		width: 90%;
		max-width: 430px;
		margin-right: auto;
		margin-left: auto;
	}
	.p-inquiry .dtl_inquiry .number_inquiry .text_caution {
		line-height: 1.8;
	}
}

@media screen and (max-width: 330px) {
	.p-inquiry .number_inquiry .c-telno > i + a {
		font-size: 2.6rem !important;
	}
}

.p-inquiry_s {
	box-sizing: border-box;
	border-radius: 16px;
	background-color: #fff;
}

.p-inquiry_s .sttl_inquiry {
	padding: 10px 5px;
	border-radius: 16px 16px 0 0;
	background-color: #0075C1;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.p-inquiry_s .dtl_inquiry {
	margin-top: 0;
	padding: 10px 10px 15px;
	border-radius: 0 0 16px 16px;
}

.p-inquiry_s .dtl_inquiry > p {
	text-align: center;
}

.p-inquiry_s .dtl_inquiry .number_inquiry .text_caution {
	font-size: 1.2rem;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-inquiry_s .dtl_inquiry {
		border-top: 0;
		border-right: 2px solid #CEE9F2;
		border-bottom: 2px solid #CEE9F2;
		border-left: 2px solid #CEE9F2;
	}
	.p-inquiry_s .dtl_inquiry .c-telno {
		text-align: center;
	}
	.p-inquiry_s .dtl_inquiry .c-telno > p {
		margin-bottom: 8px;
	}
	.p-inquiry_s .dtl_inquiry .c-telno a {
		color: #003592;
		font-size: 3rem;
		font-weight: 700;
		line-height: 1;
	}
	.p-inquiry_s .dtl_inquiry .number_inquiry {
		margin-top: 10px;
	}
}

@media only screen and (min-width: 768px), print {
	.p-inquiry_s {
		width: 100%;
		max-width: 1080px;
		margin-right: auto;
		margin-left: auto;
	}
	.p-inquiry_s .inner_inquiry {
		position: relative;
		display: table;
		width: 100%;
	}
	.p-inquiry_s .sttl_inquiry {
		box-sizing: border-box;
		display: table-cell;
		width: 24.62%;
		padding: 10px 40px;
		border-radius: 16px 0 0 16px;
		font-size: 1.8rem;
		text-align: left;
		vertical-align: middle;
	}
	.p-inquiry_s .dtl_inquiry {
		display: table-cell;
		width: 75.38%;
		border-radius: 0 16px 16px 0;
		border-top: 2px solid #CEE9F2;
		border-right: 2px solid #CEE9F2;
		border-bottom: 2px solid #CEE9F2;
		border-left: 0;
		vertical-align: middle;
	}
	.p-inquiry_s .dtl_inquiry:after {
		content: "";
		display: table;
		clear: both;
	}
	.p-inquiry_s .dtl_inquiry .c-telno {
		float: left;
		width: 69.60%;
		padding: 2px 10px 2px 20px;
		font-size: 1.8rem;
	}
	.p-inquiry_s .dtl_inquiry .c-telno > p {
		margin-bottom: 10px;
	}
	.p-inquiry_s .dtl_inquiry .c-telno i.icon_l {
		width: 68px !important;
	}
	.p-inquiry_s .dtl_inquiry .c-telno i.icon_l > img {
		width: 68px !important;
	}
	.p-inquiry_s .dtl_inquiry .c-telno a {
		color: #003592;
		font-size: 4rem;
		font-weight: 700;
		line-height: 1;
	}
	.p-inquiry_s .dtl_inquiry .number_inquiry {
		position: absolute;
		top: 50%;
		right: 0;
		width: 23.35%;
		margin-top: 0;
		padding-top: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.p-inquiry_s .dtl_inquiry .number_inquiry .text_caution {
		margin-top: 0 !important;
		padding-top: 5px;
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.8;
	}
}

.p-tel {
	position: relative;
	padding: 40px 0;
	z-index: 2;
}

.p-tel:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 200vw;
	height: 100%;
	background-color: #ECF4FA;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-tel .inner_tel {
	padding: 20px 20px;
	border-radius: 20px;
	background-color: #fff;
}

.p-tel .inner_tel .c-telno {
	position: relative;
	line-height: 1;
}

.p-tel .inner_tel .c-telno > i {
	position: relative;
	vertical-align: top;
}

.p-tel .inner_tel .c-telno > i > img {
	position: absolute;
	top: 2px;
	left: 0;
}

.p-tel .inner_tel .c-telno > i + a {
	margin-left: 10px;
}

.p-tel .inner_tel .c-telno > a {
	position: relative;
	color: #0034A1;
	font-size: 3rem;
	font-weight: 700;
}

.p-tel .inner_tel .c-telno + p {
	margin-top: 10px;
}

.p-tel .inner_tel .text_caution {
	font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
	.p-tel .inner_tel {
		padding: 40px 0;
	}
	.p-tel .inner_tel .c-telno > i {
		width: 28px;
	}
	.p-tel .inner_tel .c-telno > i > img {
		width: 28px;
	}
	.p-tel .inner_tel .c-telno.tel_free > i {
		width: 52px;
	}
	.p-tel .inner_tel .c-telno.tel_free > i > img {
		top: 4px !important;
		width: 52px;
	}
	.p-tel .inner_tel .c-telno + p {
		margin-top: 5px;
	}
}

@media only screen and (min-width: 768px), print {
	.p-tel {
		padding: 50px 0;
	}
	.p-tel .inner_tel {
		padding: 40px 0;
	}
	.p-tel .inner_tel .c-telno > a {
		font-size: 6rem;
	}
	.p-tel .inner_tel .c-telno.tel_free > i {
		top: 10px;
	}
	.p-tel .inner_tel .c-telno + p {
		margin-top: 5px;
	}
}

.p-comment {
	position: relative;
}

.p-comment .img_comment {
	position: absolute;
	top: 0;
	width: 80px;
	padding-top: 10px;
}

.p-comment .text_comment .inner_comment {
	position: relative;
	display: table;
	width: 100%;
	min-height: 100px;
	padding: 20px 20px;
	border-radius: 20px;
}

.p-comment .text_comment .inner_comment:before {
	content: "";
	position: absolute;
	top: 40px;
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.p-comment .text_comment .inner_comment > p {
	display: table-cell;
	vertical-align: middle;
}

.p-comment .text_comment.bg_blue .inner_comment {
	background-color: #ECF4FA;
}

.p-comment .text_comment.bg_blue .inner_comment:before {
	right: -13px;
	border-right: 0;
	border-left: 13px solid #ECF4FA;
}

.p-comment .text_comment.bg_green .inner_comment {
	background-color: #ECFAF0;
}

.p-comment .text_comment.bg_green .inner_comment:before {
	left: -13px;
	border-right: 13px solid #ECFAF0;
	border-left: 0;
}

.p-comment.comment_r .img_comment {
	left: 0;
}

.p-comment.comment_r .text_comment {
	padding-left: 90px;
}

.p-comment.comment_l .img_comment {
	right: 0;
}

.p-comment.comment_l .text_comment {
	padding-right: 90px;
}

@media only screen and (min-width: 768px), print {
	.p-comment .img_comment {
		width: 120px;
	}
	.p-comment .text_comment .inner_comment {
		min-height: 120px;
		padding: 40px 40px;
	}
	.p-comment .text_comment .inner_comment:before {
		top: 45px;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}
	.p-comment .text_comment.bg_blue .inner_comment:before {
		right: -18px;
		border-left: 18px solid #ECF4FA;
	}
	.p-comment .text_comment.bg_green .inner_comment:before {
		left: -18px;
		border-right: 18px solid #ECFAF0;
	}
	.p-comment.comment_r .text_comment {
		padding-left: 140px;
	}
	.p-comment.comment_l .text_comment {
		padding-right: 140px;
	}
}

.p-fukidashi {
	padding-bottom: 14px;
	text-align: center;
}

.p-fukidashi .inner_fukidashi {
	position: relative;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 8px;
	border: 2px solid #0075C1;
	background-color: #fff;
	box-shadow: 3px 3px 5px 0 rgba(0, 49, 153, 0.3);
}

.p-fukidashi .inner_fukidashi:before {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	display: block;
	width: 16px;
	height: 14px;
	background-image: url(/assets/images/common/img_fukidashi.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-fukidashi .inner_fukidashi > p {
	color: #0075C1;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
}

.p-list_step > li {
	position: relative;
	width: 100%;
}

.p-list_step > li:after {
	content: "";
	display: table;
	clear: both;
}

.p-list_step > li + li {
	margin-top: 25px;
}

.p-list_step > li + li:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-top: 18px solid #A5BDCD;
	border-right: 22px solid transparent;
	border-bottom: 0;
	border-left: 22px solid transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-list_step > li .fl {
	float: left;
	width: 50%;
}

.p-list_step > li .fl:nth-child(odd) {
	padding-right: 10px;
}

.p-list_step > li .fl:nth-child(even) {
	padding-left: 10px;
}

.p-list_step > li .question_step .num_step > span {
	display: inline-block;
	padding: 4px 10px;
	background-color: #0075C1;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
}

.p-list_step > li .question_step .num_step > span b {
	margin-left: 10px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
}

.p-list_step > li .question_step .num_step + p {
	margin-top: 7px;
}

.p-list_step > li .question_step + .dtl_step {
	margin-top: 15px;
}

.p-list_step > li .dtl_step {
	padding: 20px 20px;
	background-color: #F8F8F8;
}

.p-list_step > li .dtl_step .wrp-fl {
	display: table;
	width: 100%;
}

.p-list_step > li .dtl_step .wrp-fl > p {
	display: table-cell;
	vertical-align: middle;
}

.p-list_step > li .dtl_step .wrp-fl > p.img > img {
	width: 80px;
	max-width: none;
}

.p-list_step > li .dtl_step .wrp-fl > p.img + p {
	width: 100%;
	padding-left: 20px;
}

.p-list_step > li .dtl_step .area-btnlink:before {
	display: none !important;
}

@media only screen and (min-width: 768px), print {
	.p-list_step > li + li {
		margin-top: 60px;
	}
	.p-list_step > li + li:before {
		top: -40px;
		border-top: 25px solid #A5BDCD;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
	}
	.p-list_step .fl:nth-child(odd) {
		padding-right: 20px;
	}
	.p-list_step .fl:nth-child(even) {
		padding-left: 20px;
	}
	.p-list_step .question_step {
		display: table;
		width: 100%;
	}
	.p-list_step .question_step .num_step {
		display: table-cell;
		width: 60px;
		padding: 0;
		vertical-align: middle;
	}
	.p-list_step .question_step .num_step > span {
		box-sizing: border-box;
		display: block;
		width: 60px;
		height: 60px;
		padding-top: 6px !important;
		text-align: center;
	}
	.p-list_step .question_step .num_step > span b {
		display: block;
		margin-left: 0 !important;
		font-size: 2.6rem !important;
		font-weight: 500;
	}
	.p-list_step .question_step .num_step + p {
		display: table-cell;
		width: 100%;
		padding-left: 30px;
		font-size: 2.3rem;
		vertical-align: middle;
	}
	.p-list_step .dtl_step {
		margin-top: 0 !important;
		padding: 30px 40px !important;
	}
	.p-list_step .dtl_step .p-cts-container {
		width: 100%;
		max-width: 730px;
		margin-right: auto;
		margin-left: auto;
	}
	.p-list_step .dtl_step .p-cts-container .p-cts-container__item > .c-button {
		width: 100%;
		max-width: none !important;
		margin-top: 0 !important;
	}
	.p-list_step .dtl_step .wrp-fl {
		padding-right: 60px;
		padding-left: 60px;
	}
}

.p-list_step.list_vartical > li .inner-step {
	box-sizing: border-box;
	height: 100%;
	padding: 20px 15px 20px 20px;
	border-radius: 10px;
	border: 1px solid #ccc;
}

.p-list_step.list_vartical > li .text_sttl {
	font-weight: 700;
}

.p-list_step.list_vartical > li .text_sttl + p, .p-list_step.list_vartical > li .text_sttl + div {
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.p-list_step.list_vartical > li + li {
		margin-top: 35px;
	}
	.p-list_step.list_vartical > li + li:before {
		top: -25px;
	}
	.p-list_step.list_vartical .c-card {
		display: table;
		width: 100%;
	}
	.p-list_step.list_vartical .c-card .c-card_img {
		display: table-cell;
		width: auto;
		vertical-align: top;
	}
	.p-list_step.list_vartical .c-card .c-card_img .img img {
		width: 50px;
	}
	.p-list_step.list_vartical .c-card .c-card_dtl {
		display: table-cell;
		width: 100%;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	.p-list_step.list_vartical .c-card .c-card_dtl .text_sttl {
		font-size: 1.6rem;
	}
}

@media only screen and (min-width: 768px), print {
	.p-list_step.list_vartical {
		display: flex;
		justify-content: space-between;
		margin-right: -15px;
		margin-left: -15px;
	}
	.p-list_step.list_vartical > li {
		padding: 0 15px;
	}
	.p-list_step.list_vartical > li + li {
		margin-top: 0;
	}
	.p-list_step.list_vartical > li + li:before {
		top: 50%;
		left: -5px;
		border-top: 15px solid transparent;
		border-right: 0;
		border-bottom: 15px solid transparent;
		border-left: 12px solid #A5BDCD;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.p-list_step.list_vartical > li .inner-step {
		box-sizing: border-box;
		height: 100%;
		border-radius: 10px;
		border: 1px solid #ccc;
	}
}

.wrp-btn {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-right: -3px;
	margin-left: -3px;
	text-align: left;
	z-index: 2;
}

.wrp-btn .inner-wrp {
	padding: 15px 30px !important;
	text-align: center;
}

.wrp-btn .inner-wrp.bg_01 {
	background-color: #CEE9F2;
}

.wrp-btn .inner-wrp.bg_02 {
	background-color: #D2E8F7;
}

@media only screen and (max-width: 767px) {
	.wrp-btn {
		width: 100vw;
		margin-left: -20px;
		padding: 0 !important;
		font-size: 1.1rem;
		letter-spacing: -0.04em;
	}
	.wrp-btn .inner-wrp {
		padding: 10px 10px !important;
	}
	.wrp-btn .inner-wrp + .inner-wrp {
		margin-left: 1px;
	}
	.wrp-btn .inner-wrp p + .c-button {
		margin-top: 10px;
	}
	.wrp-btn .inner-wrp .c-button a:after {
		display: none;
	}
	.wrp-btn .inner-wrp .c-button a .icon {
		display: none;
	}
	.wrp-btn .inner-wrp .c-button a .c-button__inner > p {
		padding-right: 10px;
		padding-left: 10px !important;
		font-size: 1.4rem;
	}
	.wrp-btn .inner-wrp .c-button.btn_03 .c-button__inner > p {
		font-size: 1.2rem;
	}
	.wrp-btn.inner-2_1 .inner-wrp:nth-child(odd) {
		width: 44.8%;
	}
	.wrp-btn.inner-2_1 .inner-wrp:nth-child(even) {
		width: 55.2%;
	}
}

@media only screen and (min-width: 768px), print {
	.wrp-btn .inner-wrp {
		width: 50%;
		margin: 0 3px;
	}
	.wrp-btn .inner-wrp p + .c-button {
		margin-top: 10px;
	}
	.wrp-btn .inner-wrp .c-button {
		max-width: 430px;
		margin-right: auto;
		margin-left: auto;
	}
	.wrp-btn .inner-wrp .c-button .c-button__inner {
		height: 60px;
	}
	.wrp-btn.inner-2_1 .inner-wrp:nth-child(odd) {
		width: 55.37%;
	}
	.wrp-btn.inner-2_1 .inner-wrp:nth-child(even) {
		width: 44.63%;
	}
}

.p-float {
	position: fixed;
	bottom: -10px;
	left: 0;
	width: 100%;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	opacity: 0;
	z-index: -1;
	transition: all 0.4s ease;
}

.p-float:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 200vw;
	height: 100%;
	background-color: #ECF4FA;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.p-float .inner-float {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	background-color: #CEE9F2;
}

.p-float .inner-float > p {
	padding: 10px 0;
}

.p-float .inner-float .p-cts-container {
	max-width: 741px;
	margin-right: auto;
	margin-left: auto;
}

.p-float .inner-float .p-cts-container .p-cts-container__item .c-button {
	width: 100%;
}

.p-float .wrp-btn {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.p-float.is-act {
	bottom: 0;
	-webkit-animation-name: animation-isshow;
	animation-name: animation-isshow;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	z-index: 11;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.p-float .inner-float {
		padding-right: 20px;
		padding-left: 20px;
	}
	.p-float .inner-float > p {
		font-size: 1.3rem;
	}
	.p-float .wrp-btn .inner-wrp {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.wt_bnr .p-float {
		z-index: 2147483646 !important;
	}
}

@-webkit-keyframes animation-isshow {
	0% {
		bottom: -10px;
		opacity: 0;
	}
	100% {
		bottom: 0px;
		opacity: 1;
	}
}

@keyframes animation-isshow {
	0% {
		bottom: -10px;
		opacity: 0;
	}
	100% {
		bottom: 0px;
		opacity: 1;
	}
}

.swiper-container {
	padding-bottom: 25px;
}

.swiper-container-horizontal > .swiper-pagenation-bullets, .swiper-pagenation-custom, .swiper-pagenation-fraction {
	bottom: 0 !important;
}

.swiper-pagenation-bullet {
	box-sizing: border-box;
	width: 10px !important;
	height: 10px !important;
	border: 3px solid #055190 !important;
	background-color: transparent !important;
}

.swiper-pagenation-bullet-active {
	border: 0;
	background-color: #055190 !important;
}

.swiper-container-fade .swiper-slide .img {
	display: block;
}

.swiper-container-fade .swiper-slide .img img {
	width: 100%;
}

.swiper-slide-active {
	opacity: 1 !important;
}

.p-slide {
	box-sizing: border-box;
	position: relative;
	max-width: 1440px;
	height: 242px;
}

.p-slide.slide_one {
	height: auto;
	padding-bottom: 20px;
}

.p-slide.slide_one .area-slide {
	overflow: visible;
	position: static;
	width: 100%;
	height: auto;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.p-slide.slide_one .splide__track {
	overflow: visible;
	padding-right: 0%;
	padding-left: 0%;
	border-radius: 20px;
	background-color: #ECF4FA !important;
}

.p-slide.slide_one .splide__list {
	border-radius: 20px;
	background-color: #ECF4FA !important;
}

.p-slide.slide_one .splide__slide {
	position: relative;
	overflow: visible !important;
	height: 100%;
	padding: 20px 60px 0 !important;
	border-radius: 20px;
}

.p-slide.slide_one .splide__slide > div {
	opacity: 0;
	height: 100%;
}

.p-slide.slide_one .splide__slide.is-active > div {
	opacity: 1 !important;
}

.p-slide.slide_one .slide_bnr_arrow_next {
	left: -25px;
}

.p-slide.slide_one .slide_bnr_arrow_prev {
	right: -25px;
}

.p-slide.slide_one .slide_bnr_pagenation {
	bottom: -10px;
	left: 0;
	-webkit-transform: translate(0);
	transform: translate(0);
}

@media only screen and (max-width: 767px) {
	.p-slide.slide_one .splide__slide {
		padding: 20px 30px 30px !important;
	}
	.p-slide.slide_one .slide_bnr_arrow_next,
	.p-slide.slide_one .slide_bnr_arrow_prev {
		top: 25%;
		display: block;
	}
	.p-slide.slide_one .slide_bnr_arrow_next:before,
	.p-slide.slide_one .slide_bnr_arrow_prev:before {
		width: 40px;
		height: 40px;
		line-height: 43px;
	}
	.p-slide.slide_one .slide_bnr_arrow_next {
		left: 8px;
	}
	.p-slide.slide_one .slide_bnr_arrow_prev {
		right: 8px;
	}
	.p-slide.slide_one .slide_bnr_pagenation {
		left: 20px;
	}
	.p-slide.slide_one .p-cts_img_r .c-cts_image figure {
		text-align: center;
	}
	.p-slide.slide_one .p-cts_img_r .c-cts_image figure img {
		width: 100%;
		max-width: 200px;
		/* margin-top: -70px; */
	}
}

@media only screen and (min-width: 768px), print {
	.p-slide.slide_one .p-cts_img_r .c-cts_image {
		/*margin-top: -70px;*/
		width: 19.51%;
		margin-right: 50px;
		margin-bottom: 0;
	}
	.p-slide.slide_one .p-cts_img_r .c-cts_image figure img {
		border-radius: 20px 20px 0 0;
	}
	.p-slide.slide_one .p-cts_img_r .c-cts_dtl {
		width: 70%;
		padding-bottom: 40px;
	}
}

.p-slide .area-slide {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 25px 20px;
	width: 100%;
}

.p-slide .splide__track {
	order: 1;
	box-sizing: border-box;
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
}

.p-slide .splide__list .splide__slide {
	overflow: hidden;
	padding: 0 10px;
}

.p-slide .splide__list .splide__slide a {
	text-decoration: none;
	outline-offset: -2px;
}

.p-slide .slide_pause {
	order: 3;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	-webkit-transform: translate(0);
	transform: translate(0);
	cursor: pointer;
	z-index: 10;
}

.p-slide .slide_pause .splide__toggle__play, .p-slide .slide_pause .splide__toggle__pause {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 1px solid #667480;
	background-color: #fff;
}

.p-notice_important.wt_bg .p-slide .slide_pause .splide__toggle__pause {
	border: 1px solid #667480;
	background-color: #fff;
}

.p-slide .slide_pause .splide__toggle__play {
	background-image: url(/assets/images/common/icon-arrow-autoplay.png);
	background-repeat: no-repeat;
	background-position: 6.5px 4px;
	background-size: 7px auto;
}

.p-slide .slide_pause .splide__toggle__pause {
	background-image: url(/assets/images/common/icon-pause.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7px auto;
}

.p-slide .slide_arrows {
	position: absolute;
	top: 0;
	bottom: 45px;
	width: 100%;
}

.p-slide .slide_arrow_prev {
	left: 50px;
	right: auto;
}

.p-slide .slide_arrow_next {
	left: auto;
	right: 50px;
}

.p-slide .slide_pagenation {
	order: 2;
	display: flex;
	justify-content: center;
	text-align: center;
	z-index: 10;
}

.p-slide .slide_pagenation .slide_pagenation_page {
	width: 12px !important;
	height: 12px !important;
	margin: 0 6px;
	border-radius: 12px !important;
	border: 0 !important;
	background-color: #A3BACC !important;
	opacity: 0.5;
}

.p-slide .slide_pagenation .slide_pagenation_page.is-active {
	opacity: 1;
}

.p-slide .slide_arrow_next, .p-slide .slide_arrow_prev {
	position: absolute;
	top: 50%;
	width: 50px !important;
	height: 50px !important;
	margin-top: -1px;
	border-radius: 50px !important;
	background-color: #667480;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	z-index: 10;
}

.p-slide .slide_arrow_next:after, .p-slide .slide_arrow_prev:after {
	display: none !important;
}

.p-slide .slide_arrow_prev {
	background-image: none;
}

.p-slide .slide_arrow_prev:before {
	content: "\e901";
	display: block;
	width: 50px;
	height: 50px;
	margin-left: -2px;
	color: #fff;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.p-slide .slide_arrow_next {
	background-image: none;
}

.p-slide .slide_arrow_next:before {
	content: "\e902";
	display: block;
	width: 50px;
	height: 50px;
	margin-left: 2px;
	color: #fff;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	.p-slide {
		width: 100vw;
		height: auto !important;
		margin-left: -20px !important;
		padding-bottom: 30px;
	}
	.p-slide .splide__list {
		padding-right: 60px;
		padding-left: 60px;
	}

	.p-slide .slide_pause {
		width: 80px;
		height: 28px;
		border-radius: 8px;
	}

	.p-slide .slide_pause::after {
		display: none;
	}

	.p-slide .slide_pause .splide__toggle__play, .p-slide .slide_pause .splide__toggle__pause {
		border-radius: 8px;
	}

	.p-slide .slide_pause .splide__toggle__play {
		background-position: calc(50% + 2px) center;
		background-size: 9px auto;
	}

	.p-slide .slide_pause .splide__toggle__pause {
		background-position: center center;
		background-size: 8px auto;
	}

	.p-slide .slide_arrows {
		top: auto;
		bottom: 0;
	}

	.p-slide .slide_arrow_next, .p-slide .slide_arrow_prev {
		position: absolute;
		top: auto;
		bottom: 0;
		left: auto;
		width: 28px !important;
		height: 28px !important;
		margin-top: 2px;
		border-radius: 20px;
		background-color: #667480;
		-webkit-transform: translate(0);
		transform: translate(0);
		cursor: pointer;
		z-index: 10;
		box-shadow: none;
	}
	.p-slide .slide_arrow_next::before, .p-slide .slide_arrow_prev::before {
		display: none !important;
	}
	.p-slide .slide_arrow_next {
		right: auto;
		left: calc(50% + 58px);
		background-image: url(/assets/images/common/icon-arrow_next.png);
		background-repeat: no-repeat;
		background-position: calc(50% + 1px) center;
		background-size: 9px auto;
	}
	.p-slide .slide_arrow_prev {
		right: auto;
		left: calc(50% - 86px);
		background-image: url(/assets/images/common/icon-arrow_prev.png);
		background-repeat: no-repeat;
		background-position: calc(50% - 1px) center;
		background-size: 9px auto;
	}



	/* スライド1枚 sp時*/
	.p-slide.slide_one .slide_arrows {
		width: 100%;
		bottom: 70%;
	}
	.p-slide.slide_one .slide_arrow_prev {
		left: 4%;
	}
	.p-slide.slide_one .slide_arrow_next {
		left: auto;
		right: 4%;
	}

}

@media only screen and (min-width: 768px), print {
	.p-slide .area-slide {
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 50%;
		width: 1440px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.p-slide .splide__list {
		box-sizing: border-box;
		width: auto;
		padding-right: 8.4%;
		padding-left: 8.4%;
	}
	.p-slide .splide__list .splide__slide {
		overflow: hidden;
		padding: 0 10px;
	}
	.p-slide .splide__list .splide__slide a {
		text-decoration: none;
	}
	.p-slide .splide__list .splide__slide a img {
		transition: all 0.4s ease;
	}
	.p-slide .splide__list .splide__slide a:hover img {
		opacity: 0.8;
	}
	.p-slide .slide_arrow_next:hover, .p-slide .slide_arrow_prev:hover {
		background-color: #0075C1;
	}
}

@media screen and (min-width: 768px) and (max-width: 1480px) {
	.p-slide .area-slide {
		max-width: 1440px;
	}
	.p-slide .slide_arrow_prev {
		left: 8%;
	}
	.p-slide .slide_arrow_next {
		right: 8%;
	}
}

/* スライド1枚だけの場合 */
@media screen and (min-width: 768px) and (max-width: 1480px) {
	.p-slide.slide_one .area-slide {
		max-width: 1440px;
	}
	.p-slide.slide_one .slide_arrow_prev {
		left: 4%;
	}
	.p-slide.slide_one .slide_arrow_next {
		right: 4%;
	}
}
@media only screen and (min-width: 768px), print {
	.p-slide.slide_l .splide__list .splide__slide {
		padding: 0 20px;
	}
	.p-slide.slide .splide__list{
		padding-top: 20px;
		padding-bottom: 22px;
	}
	.p-slide.slide .splide__list .splide__slide {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.p-slide .splide__list .splide__slide {
		padding: 0 7.5px;
	}
	.p-slide.slide_s .splide__list .splide__slide {
		padding: 0 5px;
	}
}

.p-information {
	padding-bottom: 40px;
}

.p-information .inner_info {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}

.p-information .inner_info:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: #FCEBEB;
	z-index: -1;
}

.p-information .inner_info .text_sttl {
	text-align: center;
}

.p-information .inner_info .text_sttl i {
	position: relative;
	display: inline-block;
	height: 1em;
}

.p-information .inner_info .text_sttl i > img {
	position: absolute;
	top: 0;
	left: 0;
}

.p-information .inner_info .text_sttl i + span {
	display: inline-block !important;
	margin-left: 10px;
}

.p-information .inner_info .text_sttl > span {
	display: block;
}

.p-information .inner_info .text_sttl .main_sttl {
	margin-top: -15px;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
	-webkit-background-clip: text;
}

.p-information .inner_info .text_sttl .sub_sttl {
	margin-top: 10px;
	color: #000;
	font-size: 2rem;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.p-information .inner_info {
		padding: 0 0 30px;
	}
	.p-information .inner_info:before {
		left: -20px;
		width: 100vw;
		border-radius: 0;
	}
	.p-information .inner_info .text_sttl {
		position: relative;
		text-align: left;
	}
	.p-information .inner_info .text_sttl i {
		position: absolute;
		top: -3px;
		left: 0;
		display: inline;
	}
	.p-information .inner_info .text_sttl i > img {
		position: absolute;
		width: 29px;
	}
	.p-information .inner_info .text_sttl i + span {
		margin-left: 35px;
	}
	.p-information .inner_info .text_sttl .main_sttl {
		font-size: 2.6rem;
	}
	.p-information .inner_info .text_sttl .sub_sttl {
		font-size: 1.4rem;
	}
}

@media only screen and (min-width: 768px), print {
	.p-information .inner_info {
		padding-bottom: 50px;
	}
	.p-information .p-cts-container {
		max-width: 960px;
		margin-right: auto;
		margin-left: auto;
	}
	.p-information .p-cts-container .p-cts-container__item {
		padding: 0 5px;
	}
	.p-information .p-cts-container .p-cts-container__item .c-card_img {
		padding-right: 25px;
		padding-left: 25px;
	}
}

.p-information.recommend {
	padding-bottom: 40px;
}

.p-information.recommend .inner_info {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}

.p-information.recommend .inner_info:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: #ECF4FA;
	z-index: -1;
}

.p-information.recommend .inner_info .text_sttl {
	text-align: center;
}

.p-information.recommend .inner_info .text_sttl i {
	position: relative;
	display: inline-block;
	height: 1em;
}

.p-information.recommend .inner_info .text_sttl i > img {
	position: absolute;
	top: 0;
	left: 0;
}

.p-information.recommend .inner_info .text_sttl i + span {
	display: inline-block !important;
	margin-left: 10px;
}

.p-information.recommend .inner_info .text_sttl > span {
	display: block;
}

.p-information.recommend .inner_info .text_sttl .main_sttl {
	margin-top: -15px;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
	background: linear-gradient(to right, #0054B1 0%, #0174CB 100%);
	color: transparent;
	-webkit-background-clip: text;
}

.p-information.recommend .inner_info .text_sttl .sub_sttl {
	margin-top: 10px;
	color: #000;
	font-size: 2rem;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.p-information.recommend .inner_info {
		padding: 0 0 30px;
	}
	.p-information.recommend .inner_info:before {
		display: none;
		top: 20px;
		left: -20px;
		width: 100vw;
		border-radius: 0;
	}
	.p-information.recommend .inner_info .text_sttl {
		position: relative;
	}
	.p-information.recommend .inner_info .text_sttl i {
		position: absolute;
		top: -3px;
		left: 0;
		display: inline;
	}
	.p-information.recommend .inner_info .text_sttl i > img {
		position: absolute;
		width: 29px;
	}
	.p-information.recommend .inner_info .text_sttl i + span {
		margin-left: 35px;
	}
	.p-information.recommend .inner_info .text_sttl .main_sttl {
		display: inline-block;
		color: #0075C1 !important;
		background-color: transparent !important;
		background-image: none !important;
		font-size: 2.6rem;
	}
	.p-information.recommend .inner_info .text_sttl .sub_sttl {
		font-size: 1.4rem;
	}
}

@media only screen and (min-width: 768px), print {
	.p-information.recommend .text_sttl {
		margin-bottom: 40px;
	}
	.p-information.recommend .inner_info {
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 50px;
	}
	.p-information.recommend .p-cts-container {
		max-width: none;
	}
	.p-information.recommend .p-cts-container .p-cts-container__item {
		padding: 0 20px;
	}
	.p-information.recommend .p-cts-container .p-cts-container__item .c-card_img {
		padding-right: 0;
		padding-left: 0;
	}
	.p-information.recommend .dv_rc_items a {
		transition: all 0.4s ease;
	}
	.p-information.recommend .dv_rc_items a:hover {
		color: #0075C1;
	}
}

.p-information.recommend .dv_recommend {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.p-information.recommend .dv_recommend .dv_rc_items {
	width: 25%;
	padding: 0 20px;
}

.p-information.recommend .dv_recommend .dv_rc_items .dv_rc_img {
	position: relative;
	border-radius: 15px;
	z-index: 2;
}

.p-information.recommend .dv_recommend .dv_rc_items .dv_rc_img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background-color: transparent;
	box-shadow: 5px 15px 30px 0 rgba(0, 49, 153, 0.15);
	z-index: -1;
}

.p-information.recommend .dv_recommend .dv_rc_items .dv_rc_img img {
	border-radius: 15px;
}

.p-information.recommend .dv_recommend .dv_rc_items .dv_rc_img + .dv_rc_name {
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.p-information.recommend .dv_recommend .dv_rc_items {
		width: 50%;
	}
	.p-information.recommend .dv_recommend .dv_rc_items:nth-child(odd) {
		padding-right: 15px;
	}
	.p-information.recommend .dv_recommend .dv_rc_items:nth-child(even) {
		padding-left: 15px;
	}
	.p-information.recommend .dv_recommend .dv_rc_items:nth-child(n+3) {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px), print {
	.p-information.recommend .dv_recommend .dv_rc_items a .dv_rc_img:before {
		transition: all 0.4s ease;
	}
	.p-information.recommend .dv_recommend .dv_rc_items a:hover .dv_rc_img:before {
		box-shadow: 2px 6px 15px 0 rgba(0, 49, 153, 0.15);
	}
	.p-information.recommend .dv_recommend .dv_rc_items .dv_rc_img + .dv_rc_name {
		margin: 20px 10px 0;
	}
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .p-information .inner_info .text_sttl .main_sttl {
		display: inline-block;
		color: #0075C1 !important;
		background-color: transparent !important;
		background-image: none !important;
	}
	.p-information .inner_info .text_sttl .main_sttl {
		color: #0075C1 !important;
		background-color: transparent !important;
		background-image: none !important;
	}
}

.p-infolist .p-cts-container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 40px 20px;
	z-index: 2;
}

.p-infolist ol > li, .p-infolist ul > li {
	position: relative;
	padding: 20px 0 20px 35px;
	border-bottom: 1px dashed #B8B8B6;
	z-index: 2;
}

.p-infolist ol > li > a, .p-infolist ul > li > a {
	display: block;
}

.p-infolist .page_frequently_viewed {
	counter-reset: number 0;
}

.p-infolist .page_frequently_viewed > li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(/assets/images/common/icon-ranking.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 24px auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-infolist .page_recently_viewed > li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(/assets/images/common/icon-page.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 24px auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-infolist .page_recently_viewed .dv_rc_items .dv_rc_img {
	display: none;
}

@media only screen and (max-width: 767px) {
	.p-infolist .p-cts-container {
		padding: 0 0 20px;
	}
	.p-infolist .p-cts-container .p-cts-container__item + .p-cts-container__item {
		margin-top: 60px;
	}
	.p-infolist .p-cts-container .p-cts-container__item .c-ttl_02 {
		margin-bottom: 30px;
	}
	.p-infolist .p-cts-container .p-cts-container__item .c-ttl_02 > span {
		font-size: 2.3rem;
	}
}

@media only screen and (min-width: 768px), print {
	.p-infolist .c-ttl_02 {
		margin-bottom: 20px;
	}
	.p-infolist .p-cts-container {
		padding: 0 80px;
	}
	.p-infolist .p-cts-container .p-cts-container__item:nth-child(odd) {
		padding-right: 40px;
	}
	.p-infolist .p-cts-container .p-cts-container__item:nth-child(even) {
		padding-left: 40px;
	}
	.p-infolist .p-cts-container .p-cts-container__item .c-ttl_02 {
		margin-bottom: 0;
		text-align: left;
	}
	.p-infolist .p-cts-container .p-cts-container__item .c-ttl_02 > span {
		font-size: 2.8rem;
	}
	.p-infolist .p-cts-container .p-cts-container__item .c-ttl_02 + ul, .p-infolist .p-cts-container .p-cts-container__item .c-ttl_02 + ol {
		margin-top: 25px;
	}
	.p-infolist .p-cts-container .p-cts-container__item a {
		transition: all 0.4s ease;
	}
	.p-infolist .p-cts-container .p-cts-container__item a:hover {
		color: #0075C1;
		text-decoration: underline;
	}
}

.p-infolist .page_frequently_viewed .dv_recommend .dv_rc_items {
	position: relative;
	padding: 20px 0 20px 35px;
	border-bottom: 1px dashed #B8B8B6;
	z-index: 2;
}

.p-infolist .page_frequently_viewed .dv_recommend .dv_rc_items:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(/assets/images/common/icon-ranking.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 24px auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-infolist .page_frequently_viewed .dv_recommend .dv_rc_items .dv_rc_img {
	display: none;
}

.p-infolist .page_recently_viewed .dv_recommend .dv_rc_items {
	position: relative;
	padding: 20px 0 20px 35px;
	border-bottom: 1px dashed #B8B8B6;
	z-index: 2;
}

.p-infolist .page_recently_viewed .dv_recommend .dv_rc_items:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(/assets/images/common/icon-page.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 24px auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-formcts {
	box-sizing: border-box;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.p-formcts dl {
	display: table;
	width: 100%;
	border-top: 1px solid #ccc;
}

.p-formcts dl:last-of-type {
	border-bottom: 1px solid #ccc;
}

.p-formcts dl.is-required dt {
	position: relative;
	padding-right: 70px;
}

.p-formcts dl.is-required dt > label:before {
	content: "必須";
	box-sizing: border-box;
	position: absolute;
	top: 28px;
	right: 20px;
	display: block;
	width: 42px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid;
	color: #CC0000;
	font-size: 1.2rem;
	line-height: 19px;
	text-align: center;
}

.p-formcts dl dt {
	display: table-cell;
	width: 28.39%;
	padding: 25px 20px;
	background-color: #F1F1F0;
	font-weight: 500;
	vertical-align: top;
}

.p-formcts dl dt label {
	display: inline-block;
}

.p-formcts dl dt .text-caution {
	display: inline-block;
	margin-top: 5px;
	font-size: 1.2rem;
}

.p-formcts dl dd {
	display: table-cell;
	width: 71.61%;
	padding: 25px 35px;
	vertical-align: top;
	word-break: break-word;
}

.p-formcts dl dd .wrp-area {
	width: 100%;
}

.p-formcts dl dd .wrp-area:after {
	content: "";
	display: table;
	clear: both;
}

.p-formcts dl dd .wrp-area > [class^="area-"] {
	position: relative;
	width: 100%;
}

.p-formcts dl dd .wrp-area > [class^="area-"].area-sei {
	float: left;
	width: 50%;
	padding-right: 15px;
}

.p-formcts dl dd .wrp-area > [class^="area-"].area-mei {
	float: right;
	width: 50%;
	padding-left: 15px;
}

.p-formcts dl dd select {
	width: 100%;
	max-width: 303px;
	min-height: 34px;
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-radius: 0;
}

.p-formcts dl dd textarea {
	padding: 15px 20px !important;
}

.p-formcts dl dd textarea::-webkit-input-placeholder, .p-formcts dl dd textarea::-moz-input-placeholder, .p-formcts dl dd textarea::-ms-input-placeholder {
	color: #999;
}

.p-formcts dl dd input.is-error {
	background-color: #fdecf1;
}

.p-formcts dl dd input::-webkit-input-placeholder, .p-formcts dl dd input::-moz-input-placeholder {
	color: #999;
}

.p-formcts dl dd .text-parts {
	width: 100%;
	min-height: 36px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	background-color: #F7F7F7;
}

.p-formcts dl dd .text-parts.text-parts-s {
	max-width: 273px;
}

.p-formcts dl dd .text-parts.text-parts-m {
	max-width: 303px;
}

.p-formcts dl dd .text-parts.text-parts-l {
	width: 100%;
}

.p-formcts dl dd .text-parts .text-caution {
	margin-top: 7px;
	color: #505054;
}

.p-formcts dl dd .text-caution {
	margin-top: 10px;
	clear: both;
	color: #666;
	font-size: 1.3rem;
}

.p-formcts dl.is-error dd select {
	border: 1px solid;
}

.p-formcts dl.is-error dd .text-parts {
	border: 1px solid;
	background-color: #fce5e9;
}

@media only screen and (max-width: 767px) {
	.p-formcts .message-confirm {
		margin-bottom: 90px;
	}
	.p-formcts dl {
		display: block;
	}
	.p-formcts dl + dl {
		margin-top: 20px;
		border-top: 0;
	}
	.p-formcts dl dt, .p-formcts dl dd {
		display: block;
		width: 100%;
		padding: 15px 20px;
	}
	.p-formcts dl dt {
		margin-bottom: 5px;
	}
	.p-formcts dl dd > div[class^="area-"] {
		float: none;
		width: 100%;
	}
	.p-formcts dl dd > div[class^="area-"] + div[class^="area-"] {
		margin-top: 15px;
	}
	.p-formcts dl.is-required dt > label:before {
		top: 15px;
	}
}

.p-formcts .checklist {
	box-sizing: border-box;
	overflow-y: scroll;
	padding: 40px 40px;
	border: 1px solid #ccc;
	height: 180px;
}

.agreement-check {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F2F2F2;
	text-align: center;
}

.agreement-check input {
	border-radius: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-style: none;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.agreement-check label {
	cursor: pointer;
	z-index: 2;
}

.agreement-check .check-parts > span {
	position: relative;
	display: inline-block;
	margin: 0 10px;
}

.agreement-check .check-parts > span input {
	position: absolute;
	top: 2px;
	left: 0;
}

.agreement-check .check-parts > span label {
	padding-left: 30px;
}

.p-support_service dl dt {
	padding: 30px 20px;
	border-radius: 20px;
	background-color: #ECF4FA;
}

.p-support_service dl dt .c-img_m {
	text-align: center;
}

.p-support_service dl dt .text {
	margin-top: 15px;
}

.p-support_service dl dd .inner_service {
	position: relative;
}

.p-support_service dl dd .inner_service .comment {
	position: absolute;
	top: -15px;
	left: 20px;
	display: block;
	padding: 10px 15px;
	border-radius: 10px;
	background-color: #0075C1;
}

.p-support_service dl dd .inner_service .comment > p {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.p-support_service dl dd {
		position: relative;
		margin-top: 70px !important;
	}
	.p-support_service dl dd:before {
		content: "";
		position: absolute;
		top: -50px;
		left: 50%;
		display: block;
		width: 0;
		height: 0;
		border-top: 20px solid #A5BDCD;
		border-right: 20px solid transparent;
		border-bottom: 0;
		border-left: 20px solid transparent;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.p-support_service dl dd .inner_service {
		position: relative;
		padding: 20px 20px 20px;
		z-index: 2;
	}
	.p-support_service dl dd .inner_service:after {
		content: "";
		display: table;
		clear: both;
	}
	.p-support_service dl dd .inner_service:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 90.7%;
		border-radius: 20px;
		background-color: #fff;
		box-shadow: 5px 15px 30px 0 rgba(0, 49, 153, 0.15);
		z-index: -1;
	}
	.p-support_service dl dd .inner_service .comment {
		left: 0;
	}
	.p-support_service dl dd .inner_service .img {
		margin-bottom: 30px;
	}
	.p-support_service dl dd .inner_service .text {
		padding-bottom: 10px;
	}
	.p-support_service dl dd .inner_service .text .text_sttl {
		color: #0075C1;
		font-size: 2.3rem;
		font-weight: 700;
	}
}

@media only screen and (min-width: 768px), print {
	.p-support_service dl {
		position: relative;
		display: table;
		width: 100%;
	}
	.p-support_service dl:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 32%;
		display: block;
		width: 0;
		height: 0;
		border-top: 20px solid transparent;
		border-right: 0;
		border-bottom: 20px solid transparent;
		border-left: 20px solid #A5BDCD;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.p-support_service dl dt {
		display: table-cell;
		width: 31.01%;
		vertical-align: top;
	}
	.p-support_service dl dd {
		display: table-cell;
		width: 68.99%;
		padding-left: 40px;
		vertical-align: top;
	}
	.p-support_service dl dd .inner_service {
		position: relative;
		z-index: 2;
	}
	.p-support_service dl dd .inner_service:after {
		content: "";
		display: table;
		clear: both;
	}
	.p-support_service dl dd .inner_service:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 90.7%;
		height: 100%;
		border-radius: 20px;
		background-color: #fff;
		box-shadow: 5px 15px 30px 0 rgba(0, 49, 153, 0.15);
		z-index: -1;
	}
	.p-support_service dl dd .inner_service .img {
		float: left;
		width: 46%;
		padding-right: 15px;
		padding-bottom: 20px;
	}
	.p-support_service dl dd .inner_service .img img {
		border-radius: 20px;
	}
	.p-support_service dl dd .inner_service .text {
		float: right;
		width: 54%;
		padding: 30px 40px 30px 15px;
	}
	.p-support_service dl dd .inner_service .text .text_sttl {
		color: #0075C1;
		font-size: 2.3rem;
		font-weight: 700;
	}
}

.p-news_cate {
	margin-right: -10px;
}

.p-news_cate:after {
	content: "";
	display: table;
	clear: both;
}

.p-news_cate .p-news_cate_item {
	float: left;
	display: block;
	width: 115px;
	height: 27px;
	margin-bottom: 3px;
	margin-right: 10px;
	border-radius: 4px;
	background-color: #0075C1;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 27px;
	text-align: center;
}

.p-news_cate .p-news_cate_item.cate01 {
	background-color: #0075C1;
}

.p-news_cate .p-news_cate_item.cate02 {
	background-color: #003592;
}

.p-news_cate .p-news_cate_item.cate03 {
	background-color: #C5001A;
}

@media only screen and (max-width: 767px) {
	.p-news_cate .p-news_cate_item {
		width: 99px;
		height: 24px;
		font-size: 1.1rem;
		line-height: 23px;
	}
}

@media screen and (max-width: 359px) {
	.p-news_cate .p-news_cate_item {
		width: 90px;
		height: 20px;
		font-size: 1.1rem;
		line-height: 19px;
	}
}

.p-news_cts .p-news_list {
	border-top: 1px solid #dcdcdc;
}

.p-news_cts .p-news_list > li {
	position: relative;
}

.p-news_cts .p-news_list > li > a .p-news_dtl,
.p-news_cts .p-news_list > li > div .p-news_dtl {
	position: relative;
}

.p-news_cts .p-news_list > li > a .p-news_dtl:before,
.p-news_cts .p-news_list > li > div .p-news_dtl:before {
	content: "\e902";
	position: absolute;
	top: 6px;
	left: -22px;
	display: block;
	width: 15px;
	height: 15px;
	color: #0075C1;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.p-news_cts .p-news_list > li > a[target="_blank"] .p-news_dtl:before,
.p-news_cts .p-news_list > li > div[target="_blank"] .p-news_dtl:before {
	content: "\e904";
	width: 15px;
	height: 15px;
	font-size: 1.4rem;
}

.p-news_cts .p-news_list > li > a[href$=".pdf"] .p-news_dtl:before,
.p-news_cts .p-news_list > li > div[href$=".pdf"] .p-news_dtl:before {
	content: "";
	width: 16px;
	height: 21px;
	background-image: url(/assets/images/common/icon-pdf.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 16px auto;
}

.p-news_cts .p-news_list > li > a[href$=".doc"] .p-news_dtl:before,
.p-news_cts .p-news_list > li > a[href$=".docx"] .p-news_dtl:before,
.p-news_cts .p-news_list > li > a[href$=".docm"] .p-news_dtl:before,
.p-news_cts .p-news_list > li > div[href$=".doc"] .p-news_dtl:before,
.p-news_cts .p-news_list > li > div[href$=".docx"] .p-news_dtl:before,
.p-news_cts .p-news_list > li > div[href$=".docm"] .p-news_dtl:before {
	content: "";
	width: 16px;
	height: 21px;
	background-image: url(/assets/images/common/icon-word.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 16px auto;
}

.p-news_cts .p-news_list > li > a[href$=".xls"] .p-news_dtl:before,
.p-news_cts .p-news_list > li > a[href$=".xlt"] .p-news_dtl:before,
.p-news_cts .p-news_list > li > a[href$=".xml"] .p-news_dtl:before,
.p-news_cts .p-news_list > li > div[href$=".xls"] .p-news_dtl:before,
.p-news_cts .p-news_list > li > div[href$=".xlt"] .p-news_dtl:before,
.p-news_cts .p-news_list > li > div[href$=".xml"] .p-news_dtl:before {
	content: "";
	width: 16px;
	height: 21px;
	background-image: url(/assets/images/common/icon-excel.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 16px auto;
}

.p-news_cts .p-news_list .p-news_date {
	position: absolute;
	top: 16px;
	left: 20px;
	display: block;
	font-size: 1.4rem;
}

.p-news_cts .p-news_list .p-news_cate {
	padding-left: 80px;
}

.p-news_cts .p-news_list .p-news_dtl {
	padding-bottom: 10px;
	border-bottom: 0 !important;
}

@media only screen and (min-width: 768px), print {
	.p-news_cts .p-news_list > li {
		display: block;
	}
	.p-news_cts .p-news_list > li > a:before,
	.p-news_cts .p-news_list > li > div:before {
		display: none;
	}
	.p-news_cts .p-news_list > li > a .p-news_date,
	.p-news_cts .p-news_list > li > div .p-news_date {
		top: 16px;
		left: 20;
	}
	.p-news_cts .p-news_list > li > a .p-news_cate,
	.p-news_cts .p-news_list > li > div .p-news_cate {
		padding-left: 108px;
	}
	.p-news_cts .p-news_list > li > a .p-news_dtl,
	.p-news_cts .p-news_list > li > div .p-news_dtl {
		position: relative;
	}
	.p-news_cts .p-news_list > li > a .p-news_dtl:after,
	.p-news_cts .p-news_list > li > div .p-news_dtl:after {
		content: "\e902";
		position: absolute;
		top: 6px;
		left: -22px;
		display: block;
		width: 15px;
		height: 15px;
		color: #0075C1;
		font-size: 1.2rem;
		font-family: 'icons' !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.p-news_cts .p-news_list > li > a[target="_blank"] .p-news_dtl:after,
	.p-news_cts .p-news_list > li > div[target="_blank"] .p-news_dtl:after {
		content: "\e904";
		width: 15px;
		height: 15px;
		font-size: 1.4rem;
	}
	.p-news_cts .p-news_list > li > a[href$=".pdf"] .p-news_dtl:after,
	.p-news_cts .p-news_list > li > div[href$=".pdf"] .p-news_dtl:after {
		content: "";
		width: 16px;
		height: 21px;
		background-image: url(/assets/images/common/icon-pdf.png);
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: 16px auto;
	}
	.p-news_cts .p-news_list > li > a[href$=".doc"] .p-news_dtl:after,
	.p-news_cts .p-news_list > li > a[href$=".docx"] .p-news_dtl:after,
	.p-news_cts .p-news_list > li > a[href$=".docm"] .p-news_dtl:after,
	.p-news_cts .p-news_list > li > div[href$=".doc"] .p-news_dtl:after,
	.p-news_cts .p-news_list > li > div[href$=".docx"] .p-news_dtl:after,
	.p-news_cts .p-news_list > li > div[href$=".docm"] .p-news_dtl:after {
		content: "";
		width: 16px;
		height: 21px;
		background-image: url(/assets/images/common/icon-word.png);
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: 16px auto;
	}
	.p-news_cts .p-news_list > li > a[href$=".xls"] .p-news_dtl:after,
	.p-news_cts .p-news_list > li > a[href$=".xlt"] .p-news_dtl:after,
	.p-news_cts .p-news_list > li > a[href$=".xml"] .p-news_dtl:after,
	.p-news_cts .p-news_list > li > div[href$=".xls"] .p-news_dtl:after,
	.p-news_cts .p-news_list > li > div[href$=".xlt"] .p-news_dtl:after,
	.p-news_cts .p-news_list > li > div[href$=".xml"] .p-news_dtl:after {
		content: "";
		width: 16px;
		height: 21px;
		background-image: url(/assets/images/common/icon-excel.png);
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: 16px auto;
	}
	.p-news_cts .p-news_list > li .p-news_date {
		display: block;
	}
	.p-news_cts .p-news_list > li .p-news_dtl {
		display: block;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.p-news_cts .p-news_list {
		border-top: 1px solid #dcdcdc;
	}
	.p-news_cts .p-news_list > li .p-news_date {
		position: absolute;
		top: 16px;
		left: 20px;
		display: block;
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 359px) {
	.p-news_cts .p-news_list > li > a .p-news_date,
	.p-news_cts .p-news_list > li > div .p-news_date {
		top: 16px;
		left: 20px;
	}
	.p-news_cts .p-news_list > li > a .p-news_cate,
	.p-news_cts .p-news_list > li > div .p-news_cate {
		padding-left: 62px;
	}
}

.p-news_cts .p-news_ttl {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}

.p-news_cts .p-news_ttl:after {
	content: "";
	display: table;
	clear: both;
}

.p-news_cts .p-news_ttl .text_ttl {
	margin-bottom: 26px;
	font-size: 2.4rem;
	font-weight: 700;
}

.p-news_cts .p-news_ttl .p-news_date {
	position: absolute;
	right: 0;
	bottom: 20px;
	font-size: 1.4rem;
	text-align: right;
}

.p-news_cts .p-news_ttl .p-news_cate {
	display: block;
	padding-right: 130px;
}

@media only screen and (max-width: 767px) {
	.p-news_cts .p-news_ttl .p-news_date {
		bottom: 10px;
	}
	.p-news_cts .p-news_ttl .p-news_cate {
		bottom: 15px;
		padding-right: 0;
		padding-bottom: 25px;
	}
}

.p-news_cts .p-news_dtl {
	padding-bottom: 80px;
	border-bottom: 1px solid #D9D9D9;
}

.p-news_cts .p-news_dtl + div {
	margin-top: 60px;
}

.p-notice_important {
	overflow: hidden;
	position: relative;
	margin-top: 2px;
	padding: 15px 20px;
	border-radius: 8px;
	background-color: #fff;
}

.p-notice_important a,
.p-notice_important button {
	outline-color: #F6B000;
}

.p-notice_important.wt_bg {
	background-color: #F2F2F2;
}

.p-notice_important.wt_bg dl dd a:before {
	background-color: #F2F2F2;
}

.p-notice_important dl dt {
	padding-top: 10px;
}

.p-notice_important dl dt p {
	position: relative;
	margin-left: -3px;
	padding-left: 35px;
}

.p-notice_important dl dt p:before {
	content: "\e905";
	position: absolute;
	top: 6px;
	left: 5px;
	display: block;
	width: 14px;
	height: 14px;
	color: #0075C1;
	font-size: 2rem;
	line-height: 14px;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.p-notice_important dl dd {
	margin-top: 0;
}

.p-notice_important dl dd a {
	position: relative;
	display: block;
	padding-left: 20px;
}

.p-notice_important dl dd a:before {
	content: "\e902";
	position: absolute;
	top: 3px;
	left: -2px;
	display: block;
	width: 17px;
	height: 20px;
	color: #0075C1;
	font-size: 1.3rem;
	line-height: 20px;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
}

.p-notice_important .btnarea {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 8px 0 0;
	background-color: #0075C1;
}

.p-notice_important .btnarea > a {
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 110px;
	height: 46px;
	padding: 0 20px 0 10px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	outline-offset: -2px;
}

.p-notice_important .btnarea > a:before {
	content: "\e902";
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	width: 14px;
	height: 14px;
	color: #fff;
	font-size: 1rem;
	line-height: 14px;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-notice_important .btnarea > a p {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.p-notice_important {
		overflow: visible;
		padding: 0;
	}
	.p-notice_important.important_sp {
		display: block !important;
	}
	.p-notice_important.important_pc {
		display: none !important;
	}
	.p-notice_important dl dt {
		height: 46px;
		padding-right: 20px;
		padding-left: 20px;
		border-bottom: 1px solid #dcdcdc;
	}
	.p-notice_important dl dd {
		padding: 20px 20px 70px;
	}
	.p-notice_important .btnarea > a {
		box-sizing: border-box;
		position: relative;
		display: table;
		width: 104px;
		height: 46px;
		padding: 0 20px 0 10px;
		text-align: center;
	}
	.p-notice_important .btnarea > a:before {
		content: "\e902";
		position: absolute;
		top: 50%;
		right: 5px;
		display: block;
		width: 14px;
		height: 14px;
		color: #fff;
		font-size: 1rem;
		line-height: 14px;
		font-family: 'icons' !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.p-notice_important .btnarea > a p {
		display: table-cell;
		vertical-align: middle;
	}
}

@media only screen and (min-width: 768px), print {
	.p-notice_important {
		height: 60px;
		padding-right: 243px;
	}
	.p-notice_important.important_sp {
		display: none !important;
	}
	.p-notice_important.important_pc {
		display: block !important;
	}
	.p-notice_important.important_pc .splide__slide {
		width: 100%;
	}
	.p-notice_important dl {
		position: relative;
		display: table;
		width: 100%;
		margin-top: 2px;
	}
	.p-notice_important dl:after {
		content: "";
		display: table;
		clear: both;
	}
	.p-notice_important dl:before {
		content: "";
		position: absolute;
		top: -6px;
		left: 170px;
		display: block;
		width: 1px;
		height: 40px;
		background-color: #E6E6E6;
	}
	.p-notice_important dl dt {
		display: table-cell;
		padding-top: 0;
		vertical-align: top;
		white-space: nowrap;
	}
	.p-notice_important dl dd {
		display: table-cell;
		width: 100%;
		padding-left: 50px;
		vertical-align: top;
	}
	.p-notice_important dl dd a:before {
		top: 3px;
	}
	.p-notice_important .btnarea {
		width: 110px;
		height: 60px;
		border-radius: 0 8px 8px 0;
	}
	.p-notice_important .btnarea > a {
		height: 60px;
	}
}

.slide_news .splide__track {
	position: static !important;
	overflow: visible;
}

.slide_news .splide__list .splide__slide.new a {
	display: inline-block;
}

.slide_news .splide__list .splide__slide.new a > span {
	position: relative;
	display: inline;
	padding-right: 45px;
	background-image: url(/assets/images/common/icon-new.png);
	background-size: 31px 11px;
	background-repeat: no-repeat;
	background-position: 100% 7px;
}

.slide_news .slide_news_pause {
	position: absolute;
	top: 0;
	right: -43px;
	left: auto;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	-webkit-transform: translate(0);
	transform: translate(0);
	cursor: pointer;
	z-index: 10;
}

.slide_news .slide_news_pause::after {
	position: absolute;
	top: 0;
	right: -11px;
	bottom: 0;
	display: block;
	content: '';
	width: 1px;
	background: #E6E6E6;
	mix-blend-mode: multiply;
}

.slide_news .slide_news_pause .splide__toggle__play {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 1px solid #667480;
	background-color: #fff;
}

.slide_news .slide_news_pause .splide__toggle__pause {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 1px solid #EFEFEF;
	background-color: #EFEFEF;
}

.p-notice_important.wt_bg .slide_news .slide_news_pause .splide__toggle__pause {
	border: 1px solid #667480;
	background-color: #fff;
}

.slide_news .slide_news_pause .splide__toggle__play {
	background-image: url(/assets/images/common/icon-arrow-autoplay.png);
	background-repeat: no-repeat;
	background-position: 6.5px 4px;
	background-size: 7px auto;
}

.slide_news .slide_news_pause .splide__toggle__pause {
	background-image: url(/assets/images/common/icon-pause.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7px auto;
}

.slide_news .slide_news_arrow_next, .slide_news .slide_news_arrow_prev {
	position: absolute;
	top: 0;
	left: auto;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	border-radius: 20px;
	background-color: #667480;
	-webkit-transform: translate(0);
	transform: translate(0);
	cursor: pointer;
	z-index: 10;
}

.slide_news .slide_news_arrow_next:after, .slide_news .slide_news_arrow_prev:after {
	display: none !important;
}

.slide_news .slide_news_arrow_prev {
	right: -83px;
	background-image: url(/assets/images/common/icon-arrow_prev_tp.png);
	background-repeat: no-repeat;
	background-position: center 6px;
	background-size: auto 6px;
}

.slide_news .slide_news_arrow_next {
	right: -113px;
	background-image: url(/assets/images/common/icon-arrow_next_btm.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: auto 6px;
}

@media only screen and (max-width: 767px) {
	.slide_news .slide_news_pause {
		top: auto;
		right: auto;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		width: 80px;
		height: 28px;
		border-radius: 8px;
	}

	.slide_news .slide_news_pause::after {
		display: none;
	}

	.slide_news .slide_news_pause .splide__toggle__play, .slide_news .slide_news_pause .splide__toggle__pause {
		border-radius: 8px;
	}

	.slide_news .slide_news_pause .splide__toggle__play {
		background-position: calc(50% + 2px) center;
		background-size: 9px auto;
	}

	.slide_news .slide_news_pause .splide__toggle__pause {
		background-position: center center;
		background-size: 8px auto;
	}


	.slide_news .slide_news_arrow_next, .slide_news .slide_news_arrow_prev {
		top: auto;
		bottom: -50px;
		width: 28px;
		height: 28px;
	}
	.slide_news .slide_news_arrow_prev {
		right: auto;
		left: calc(50% - 86px);
		background-image: url(/assets/images/common/icon-arrow_prev.png);
		background-repeat: no-repeat;
		background-position: calc(50% - 1px) center;
		background-size: 9px auto;
	}
	.slide_news .slide_news_arrow_next {
		right: auto;
		left: calc(50% + 58px);
		background-image: url(/assets/images/common/icon-arrow_next.png);
		background-repeat: no-repeat;
		background-position: calc(50% + 1px) center;
		background-size: 9px auto;
	}
}

@media only screen and (min-width: 768px), print {
	.slide_news .splide__track {
		height: 84px;
	}
	.slide_news .marquee {
		overflow: auto;
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		height: 28px;
		padding-left: 0;
		-ms-overflow-style: none;
    	scrollbar-width: none;
		/* outline-offset: -2px; */
	}
	.slide_news .marquee_label {
		position: relative;
		height: 28px;
	}
	.slide_news .marquee::-webkit-scrollbar {
		display: none;
	}
	.slide_news .marquee:before {
		position: sticky;
		left: 0;
		background-color: #fff;
	}
	.slide_news .marquee .text {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: auto;
		margin: 0;
		white-space: nowrap;
	}
}

.p-adobereader {
	background-color: #F1F1F0;
}

.p-adobereader .img {
	text-align: center;
}

.p-adobereader .img img {
	width: 158px;
}

.p-adobereader .img a {
	display: block;
}

.p-adobereader .text {
	width: 100%;
	color: #72716D;
	font-size: 1.3rem;
	vertical-align: top;
}

.p-adobereader .text a {
	color: #0075C1;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.p-adobereader {
		padding: 30px 20px;
	}
	.p-adobereader .img + .text {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 768px), print {
	.p-adobereader {
		position: relative;
		display: table;
		width: 100%;
		padding: 30px 40px;
	}
	.p-adobereader .img {
		display: table-cell;
		padding-right: 20px;
		vertical-align: middle;
	}
	.p-adobereader .img img {
		position: absolute;
		top: 30px;
		left: 40px;
		width: 158px;
		vertical-align: bottom;
	}
	.p-adobereader .text {
		display: table-cell;
		width: 100%;
		padding-left: 158px;
		vertical-align: middle;
	}
}

.s-tag {
	box-sizing: border-box;
	display: table;
	padding: 7px 15px;
	border-radius: 8px;
	border: 2px solid #0075C1;
	background-color: #fff;
	box-shadow: 5px 5px 5px 0 rgba(0, 49, 153, 0.15);
}

.s-tag > span {
	display: table-cell;
	color: #0075C1;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}

.p-notice_top {
	background-color: #D2E8F7;
}

.p-notice_top .inner_notice {
	width: 100%;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 40px;
}

.p-notice_top .inner_notice .list_notice {
	padding: 15px 20px;
	/*border-radius: 8px;*/
	/*background-color: #fff;*/
}

.p-notice_top .inner_notice .list_notice > li + li {
	margin-top: 10px;
}

.p-notice_top .inner_notice .list_notice > li a {
	position: relative;
	display: block;
	padding-left: 20px;
	font-weight: 500;
}

.p-notice_top .inner_notice .list_notice > li a:before {
	position: absolute;
	top: 7px;
	left: 0;
	content: "\e902";
	color: #0075C1;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.p-notice_top .inner_notice .list_notice > li.new p {
	position: relative;
	display: inline;
	padding-right: 48px;
}

.p-notice .inner_notice .list_notice > li.new p {
	position: relative;
	display: inline;
	padding-right: 48px;
}

.p-notice_top .inner_notice .list_notice > li.new p:before {
	content: "NEW";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 22px;
	margin-top: 1px;
	color: #CC0000;
	font-size: 1.4rem;
	font-weight: 700;
}

.p-notice .inner_notice .list_notice > li.new p:before {
	content: "NEW";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 22px;
	margin-top: 1px;
	color: #CC0000;
	font-size: 1.4rem;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.p-notice_top .inner_notice {
		padding: 20px 20px;
	}
}

.js-modal {
	position: fixed;
	top: 0;
	left: 50%;
	display: none;
	width: 100vw;
	height: 100vh;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}

.is-act .js-modal {
	display: block;
	transition: all 0.4s ease;
	z-index: 20;
	opacity: 1;
}

.modal__bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200vw;
	height: 200vh;
	background: rgba(0, 0, 0, 0.75);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.modal__content {
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	padding: 10px;
}

.modal__content > div {
	position: relative;
	padding-top: 49.4%;
	background-color: #fff;
}

.modal__content > div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal__content > div.inner_modal {
	padding: 0 !important;
}

@media only screen and (max-width: 767px) {
	.modal__content {
		padding: 20px 15px;
	}
	.modal__content > div.inner_modal {
		padding: 20px 20px !important;
	}
}

.pos_tp .modal__content {
	top: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.pos_tp .inner_modal {
	overflow-y: scroll;
}

.modal_open {
	overflow-y: hidden;
	min-height: 0;
}

.remodal-wrapper .modal__content {
	text-align: left !important;
}

.remodal-close {
	position: absolute !important;
	top: -10px !important;
	right: -10px !important;
	left: auto !important;
	display: block !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 40px;
	border: 2px solid #dcdcdc !important;
	background-color: #fff !important;
	background-image: url(/assets/images/common/icon-close.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.remodal-close > span {
	display: none;
}

.remodal {
	max-width: 1080px !important;
}

@media only screen and (max-width: 767px) {
	.remodal {
		padding: 0px !important;
	}
}

.s-totop {
	margin-top: 20px;
}

.s-totop .to_pagetop {
	text-align: right;
}

.s-totop .to_pagetop > p {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-right: 20px;
	font-size: 1.3rem;
}

.s-totop .to_pagetop > p > span {
	border-bottom: 1px solid;
}

.s-totop .to_pagetop > p:before {
	content: "\e903";
	position: absolute;
	top: 50%;
	right: 2px;
	color: #0075C1;
	font-size: 1.2rem;
	font-family: 'icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (min-width: 768px), print {
	.s-totop .to_pagetop > p > span {
		transition: all 0.4s ease;
	}
	.s-totop .to_pagetop:hover > p > span {
		color: #0075C1;
	}
}

.p-home_news {
	position: relative;
	z-index: 2;
}

.p-home_news:before {
	content: "";
	position: absolute;
	top: 25px;
	left: 50%;
	display: block;
	width: 200vw;
	height: 100%;
	background-color: #F5F8FA;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.p-home_news .ttlarea {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #0075C1;
}

.p-home_news .ttlarea > p {
	font-size: 2.1rem;
}

.p-home_news .ttlarea .btnarea {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.p-home_news .ttlarea .btnarea > a {
	box-sizing: border-box;
	display: table;
	width: 100px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #0075C1;
}

.p-home_news .ttlarea .btnarea > a > span {
	display: table-cell;
	color: #0075C1;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

.p-home_news .p-news_list > li > a, .p-home_news .p-news_list > li > div {
	display: block;
}

.p-home_news .p-news_list > li > a:before, .p-home_news .p-news_list > li > div:before {
	display: none;
}

.p-home_news .p-news_list > li > a .p-news_dtl {
	position: relative;
	display: block;
}

.p-home_news .p-news_list .p-news_date {
	float: left;
	padding-top: 3px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.p-home_news .p-news_list .p-news_cate {
	float: left;
}

.p-home_news .p-news_list .p-news_dtl {
	clear: both;
	position: relative;
	display: block;
}

.p-home_news .p-careful {
	position: relative;
	margin-top: 15px;
	padding-top: 65px;
	z-index: 2;
}

.p-home_news .p-careful:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 50%;
	display: block;
	width: 100vw;
	height: 100%;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

@media only screen and (max-width: 767px) {
	.p-home_news:before {
		top: 15px;
	}
	.p-home_news .p-cts-container .p-cts-container__item + .p-cts-container__item {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 768px), print {
	.p-home_news {
		padding-bottom: 100px;
	}
	.p-home_news .p-cts-container {
		padding-right: 40px;
		padding-left: 40px;
	}
	.p-home_news .p-cts-container .p-cts-container__item:nth-child(odd) {
		padding-right: 40px;
	}
	.p-home_news .p-cts-container .p-cts-container__item:nth-child(even) {
		padding-left: 40px;
	}
	.p-home_news .ttlarea {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.p-home_news .ttlarea > p {
		font-size: 2.6rem;
	}
	.p-home_news .p-news_list > li > a, .p-home_news .p-news_list > li > div {
		display: block;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.p-home_news .p-news_list > li > a:before, .p-home_news .p-news_list > li > div:before {
		display: none;
	}
	.p-home_news .p-news_list > li > a .p-news_dtl {
		position: relative;
		display: block;
	}
	.p-home_news .p-news_list > li > a .p-news_dtl:after {
		content: "\e902";
		position: absolute;
		top: 5px;
		left: -20px;
		display: block;
		width: 12px;
		height: 15px;
		color: #0075C1;
		font-size: 1.2rem;
		font-family: 'icons' !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.p-home_news .p-careful {
		margin-top: 50px;
		padding-top: 65px;
		padding-right: 100px;
		padding-bottom: 60px;
		padding-left: 100px;
		border-radius: 20px;
		background-color: #fff;
		z-index: 2;
	}
	.p-home_news .p-careful:before {
		display: none;
	}
}

.area-ttl {
	text-align: center;
}

.area-ttl > span {
	display: block;
}

.area-ttl .main_sttl {
	margin-top: -15px;
	background: #1a55b2;
	background: linear-gradient(to right, #1a55b2 0%, #1f73ca 100%);
	color: transparent;
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1;
	-webkit-background-clip: text;
}

.area-ttl .sub_sttl {
	margin-top: 10px;
	color: #000;
	font-size: 2rem;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.area-ttl .main_sttl {
		font-size: 2.6rem;
	}
	.area-ttl .sub_sttl {
		font-size: 1.4rem;
	}
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .area-ttl .main_sttl {
		color: #0075C1;
		background-color: transparent;
		background-image: none;
	}
	.area-ttl .main_sttl {
		color: #0075C1;
		background-color: transparent;
		background-image: none;
	}
}

.p-cts-container.p-cts_fl_l_s, .p-cts-container.p-cts_fl_r_s {
	position: relative;
	display: block;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 24px;
	z-index: 2;
}

.p-cts-container.p-cts_fl_l_s:after, .p-cts-container.p-cts_fl_r_s:after {
	content: "";
	display: table;
	clear: both;
}

.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(1), .p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(1) {
	position: absolute;
	top: 0;
	width: 300px;
	z-index: 4;
}

.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(1) figure, .p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(1) figure {
	position: relative;
}

.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(1) figure > img, .p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(1) figure > img {
	border-radius: 10px;
}

.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(1) figure:before, .p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(1) figure:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #ECF4FA;
	box-shadow: 5px 15px 30px 0 rgba(0, 49, 153, 0.15);
	z-index: -1;
}

.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(1) figure + p,
.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(1) figure + div, .p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(1) figure + p,
.p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(1) figure + div {
	margin-top: 10px;
}

.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(2), .p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(2) {
	border-radius: 20px;
}

.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(2) .inner_item, .p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(2) .inner_item {
	position: relative;
	padding: 70px 20px 20px;
	z-index: 2;
}

.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(2) .inner_item:before, .p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(2) .inner_item:before {
	content: "";
	position: absolute;
	top: 25px;
	display: block;
	width: 120%;
	height: 100%;
	border-radius: 20px;
	background-color: #ECF4FA;
	z-index: -1;
}

.p-cts-container.p-cts_fl_l_s .p-cts-container__item .c-sttl, .p-cts-container.p-cts_fl_r_s .p-cts-container__item .c-sttl {
	font-size: 1.9rem;
	font-weight: 700;
}

.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(1) {
	left: 0;
	margin-left: -10px;
}

.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(2) {
	margin-right: -10px;
	padding-left: 300px;
}

.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(2) .inner_item:before {
	right: -10px;
}

.p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(1) {
	right: 0;
	margin-right: -10px;
}

.p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(2) {
	margin-left: -10px;
	padding-right: 300px;
}

.p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(2) .inner_item:before {
	left: 0;
}

@media only screen and (max-width: 767px) {
	.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(1), .p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(1) {
		width: 40%;
	}
	.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(2) .inner_item, .p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(2) .inner_item {
		padding: 50px 20px 5px;
	}
	.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(2) .inner_item:before, .p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(2) .inner_item:before {
		content: "";
		position: absolute;
		top: 25px;
		display: block;
		width: 120%;
		height: 100%;
		border-radius: 20px;
		background-color: #ECF4FA;
		z-index: -1;
	}
	.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(1) {
		margin-left: 0px;
	}
	.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(2) {
		margin-right: 0px;
		padding-left: 40%;
	}
	.p-cts-container.p-cts_fl_l_s .p-cts-container__item:nth-child(2) .inner_item:before {
		right: 0;
	}
	.p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(1) {
		right: 0;
		margin-right: -10px;
	}
	.p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(2) {
		margin-left: 0;
		padding-right: 38%;
	}
	.p-cts-container.p-cts_fl_r_s .p-cts-container__item:nth-child(2) .inner_item:before {
		left: 0;
	}
}

.p-cts_img_l_s .c-cts_image {
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
}

.p-cts_img_l_s.clear .c-cts_image {
	margin-right: 0;
}

.p-cts_img_l_s.clear .c-cts_dtl {
	padding-left: 330px;
}

.p-cts_img_r_s .c-cts_image {
	float: right;
	margin-bottom: 10px;
	padding-left: 20px;
}

.p-cts_img_r_s.clear .c-cts_image {
	margin-left: 0;
}

.p-cts_img_r_s.clear .c-cts_dtl {
	padding-right: 330px;
}

.p-cts_img_l_s.clear .c-cts_image,
.p-cts_img_r_s.clear .c-cts_image {
	width: 300px;
}

.p-cts_img_l_s.clear .c-cts_dtl,
.p-cts_img_r_s.clear .c-cts_dtl {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.p-cts_img_l_s.clear .c-cts_image,
	.p-cts_img_r_s.clear .c-cts_image {
		width: 47%;
	}
	.p-cts_img_l_s.clear .c-cts_image img,
	.p-cts_img_r_s.clear .c-cts_image img {
		border-radius: 10px;
	}
	.p-cts_img_l_s.clear .c-cts_dtl,
	.p-cts_img_r_s.clear .c-cts_dtl {
		margin-top: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.p-cts_img_l_s.w_auto .c-cts_image + .c-cts_dtl,
	.p-cts_img_r_s.w_auto .c-cts_image + .c-cts_dtl {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px), print {
	.p-cts_img_l_s.w_auto .c-cts_image,
	.p-cts_img_r_s.w_auto .c-cts_image {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.p-cts_img_l_s.clear .c-cts_image,
	.p-cts_img_r_s.clear .c-cts_image {
		float: none;
		width: 100%;
		text-align: center;
	}
	.p-cts_img_l_s.clear .c-cts_dtl {
		padding-left: 0;
	}
	.p-cts_img_r_s.clear .c-cts_dtl {
		padding-right: 0;
	}
}

.wrp-dlbox {
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}

.wrp-dlbox:after {
	content: "";
	display: table;
	clear: both;
}

.wrp-dlbox .sttl_dlbox {
	margin-top: 0;
	font-size: 2.3rem;
	font-weight: 700;
}

.wrp-dlbox .img_dlbox {
	float: right;
	width: 100px;
}

.wrp-dlbox .img_dlbox img {
	width: 100%;
}

.wrp-dlbox .btnarea_dlbox {
	padding-left: 10px;
}

.wrp-dlbox .btnarea_dlbox a {
	display: block;
}

.wrp-dlbox.dl_app .btnarea_dlbox img {
	width: 162px;
}

.wrp-dlbox.dl_google .btnarea_dlbox img {
	width: 198px;
}

/* 既存のレイアウトやコンポーネントに使用の際は、表示崩れ等起こる場合があるので確認する */
.p-ml-z {
	margin-left: 0px !important;
}

.p-ml-xs {
	margin-left: 8px !important;
}

.p-ml-ss {
	margin-left: 20px !important;
}

.p-ml-s {
	margin-left: 32px !important;
}

.p-ml-m {
	margin-left: 40px !important;
}

.p-ml-ml {
	margin-left: 48px !important;
}

.p-ml-l {
	margin-left: 80px !important;
}

.p-ml-xl {
	margin-left: 120px !important;
}

.p-ml-xxl {
	margin-left: 150px !important;
}

.p-mr-z {
	margin-right: 0px !important;
}

.p-mr-xs {
	margin-right: 8px !important;
}

.p-mr-ss {
	margin-right: 20px !important;
}

.p-mr-s {
	margin-right: 32px !important;
}

.p-mr-m {
	margin-right: 40px !important;
}

.p-mr-ml {
	margin-right: 48px !important;
}

.p-mr-l {
	margin-right: 80px !important;
}

.p-mr-xl {
	margin-right: 120px !important;
}

.p-mr-xxl {
	margin-right: 150px !important;
}

.p-mb-z {
	margin-bottom: 0px !important;
}

.p-mb-xs {
	margin-bottom: 8px !important;
}

.p-mb-ss {
	margin-bottom: 16px !important;
}

@media only screen and (min-width: 768px), print {
	.p-mb-ss {
		margin-bottom: 20px !important;
	}
}

.p-mb-s {
	margin-bottom: 24px !important;
}

@media only screen and (min-width: 768px), print {
	.p-mb-s {
		margin-bottom: 32px !important;
	}
}

.p-mb-m {
	margin-bottom: 32px !important;
}

@media only screen and (min-width: 768px), print {
	.p-mb-m {
		margin-bottom: 40px !important;
	}
}

.p-mb-ml {
	margin-bottom: 40px !important;
}

@media only screen and (min-width: 768px), print {
	.p-mb-ml {
		margin-bottom: 48px !important;
	}
}

.p-mb-l {
	margin-bottom: 48px !important;
}

@media only screen and (min-width: 768px), print {
	.p-mb-l {
		margin-bottom: 80px !important;
	}
}

.p-mb-xl {
	margin-bottom: 64px !important;
}

@media only screen and (min-width: 768px), print {
	.p-mb-xl {
		margin-bottom: 120px !important;
	}
}

.p-mb-xxl {
	margin-bottom: 80px !important;
}

@media only screen and (min-width: 768px), print {
	.p-mb-xxl {
		margin-bottom: 150px !important;
	}
}

.double_bottom {
	border-bottom: double 3px #dcdcdc !important;
}

.double_right {
	border-right: double 3px #dcdcdc !important;
}

.bt {
	border-top: 2px solid #666666 !important;
}

.bl {
	border-left: 2px solid #666666 !important;
}

.br {
	border-right: 2px solid #666666 !important;
}

.bb {
	border-bottom: 2px solid #666666 !important;
}


/* 2023.9 緊急のお知らせ導線追加 */
.list_notice .noticetag-emergency,
.p-news_list .noticetag-emergency {
	display: inline-block;
	padding: 0 10px;
	border-radius: 10px;
	background-color: #ffe600;
	margin-right: 10px;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #000;
}

.p-news_cts .p-news_ttl .p-news_ttl-emergency {
	display: inline-block;
	padding: 0 10px;
	border-radius: 10px;
	background-color: #ffe600;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #000;
}

/* GoogleMap埋め込み */
.c-map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%; /* 比率を4:3に固定 */
}

.c-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 汎用グリッド */
@media (max-width: 767px) {
	.g-grid__item + .g-grid__item {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 768px), print {
	.g-grid {
		display: grid;
		gap: 50px 40px;
	}
	.g-grid--2up {
		grid-template-columns: repeat(2, 1fr);
	}
	.g-grid--3up {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* 余白狭めテーブル */
@media (max-width: 767px) {
	.c-tb_04{
		font-size: 1.2rem;
	}
	.c-tb_04 th, .c-tb_04 td {
	    padding: 8px 8px;
	}
}
