@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	background: none;
	padding: 0;
}


/* -----------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	font-size: 1.4em;
	/* font-family: 'Roboto', 'Noto Sans JP'; */
	font-family: 'Roboto', 'Noto Sans JP';
	line-height: 1;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}


/*clearfix*/
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}



a {
	color: #2d2d2d;
	text-decoration: underline;
}
a:hover {
	color: #1769b4;
}

a img {
	transition: opacity 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.5;
}
img.nofade {
	opacity: 1 !important;
}


#wrap {
	overflow: hidden;
	/*min-width: 1000px;*/
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	#wrap {
		min-width: 0;
	}
}


#responseFlagTab {
	display: none !important;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	#responseFlagPc {
		display: block !important;
	}
	#responseFlagSp {
		display: none !important;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	#responseFlagPc {
		display: none !important;
	}
	#responseFlagSp {
		display: block !important;
	}
}


/*===========================================================================
 #header
===========================================================================*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
#header .hdInr {
	position: relative;
}
#header .hdInr .hdWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	box-sizing: border-box;
	padding: 0 10px;
	background: #00c4af;
}
#header .hdInr .hdWrap .homeBtn {
	width: 24px;
}
#header .hdInr .hdWrap .homeBtn .btn img {
	width: 100%;
	height: auto;
}
#header .hdInr .hdWrap .closeBtn {
	width: 43px;
}
#header .hdInr .hdWrap .closeBtn .btn img {
	width: 100%;
	height: auto;
}
#header .hdInr .hdWrap .logo {
	height: 100%;
	margin: 0 auto;
}
#header .hdInr .hdWrap .logo .logoImg {
	height: 100%;
}
#header .hdInr .hdWrap .logo .logoImg img {
	width: auto;
	height: 100%;
}
#header .hdInr .hdWrap .menuBtn {
	width: 60px;
	margin-right: -10px;
	position: relative;
	cursor: pointer;
	z-index: 99;
}
#header .hdInr .hdWrap .menuBtn .barWrap {
	width: 100%;
	height: 30px;
	position: relative;
}
#header .hdInr .hdWrap .menuBtn .barWrap::before {
	content: "";
	margin-top: -8px;
}
#header .hdInr .hdWrap .menuBtn .barWrap::after {
	content: "";
	margin-top: 8px;
}
#header .hdInr .hdWrap .menuBtn .barWrap .bar,
#header .hdInr .hdWrap .menuBtn .barWrap::before,
#header .hdInr .hdWrap .menuBtn .barWrap::after {
	width: 26px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translate(-50%,0) rotate(0);
	transition: all 0.3s ease-out;
}
#header .hdInr .hdWrap .menuBtn .close {
	display: none;
	text-align: center;
	color: #00c09f;
	font-size: 1.1rem;
	font-weight: bold;
}
#header .hdInr .hdWrap .menuBtn.js-open .barWrap .bar,
#header .hdInr .hdWrap .menuBtn.js-open .barWrap::before {
	margin-top: 0;
	background: #00c09f;
	transform: translate(-50%,0) rotate(45deg);
}
#header .hdInr .hdWrap .menuBtn.js-open .barWrap::after {
	margin-top: 0;
	background: #00c09f;
	transform: translate(-50%,0) rotate(-45deg);
}
#header .hdInr .hdWrap .menuBtn.js-open .close {
	display: block;
}
#header .hdInr .hdWrap .hdMenu {
	display: none;
	height: 0;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#header .hdInr .hdWrap .hdMenu .menuInr {
	box-sizing: border-box;
	padding-top: 45px;
	padding-bottom: 20px;
}
#header .hdInr .hdWrap .hdMenu .menuInr .account {
	box-sizing: border-box;
	padding: 0 15px;
}
#header .hdInr .hdWrap .hdMenu .menuInr .account .item {
	display: flex;
	align-items: center;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
}
#header .hdInr .hdWrap .hdMenu .menuInr .account .item::before {
	content: " ";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background: url(../../common/images/icn_account_img.svg)no-repeat center center;
	background-size: cover;
}
#header .hdInr .hdWrap .hdMenu .menuInr .itemWrap {
	margin-top: 17px;
	box-sizing: border-box;
	padding: 0 15px;
	border-top: 1px solid #aaa;
}
#header .hdInr .hdWrap .hdMenu .menuInr .itemWrap .item {
	box-sizing: border-box;
	border-top: 1px solid #aaa;
}
#header .hdInr .hdWrap .hdMenu .menuInr .itemWrap .item:first-child {
	border-top: none;
}
#header .hdInr .hdWrap .hdMenu .menuInr .itemWrap .item .list {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 17px 5px;
	text-decoration: none;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	transition: opacity 0.3s ease-out;
}
#header .hdInr .hdWrap .hdMenu .menuInr .itemWrap .item .list::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-right: 10px;
}
#header .hdInr .hdWrap .hdMenu .menuInr .itemWrap .item .listTop::before {
	background-image: url(../../common/images/icn_reverse_img.svg);
}
#header .hdInr .hdWrap .hdMenu .menuInr .itemWrap .item .listNews::before {
	background-image: url(../../common/images/icn_flag_img.svg);
}
#header .hdInr .hdWrap .hdMenu .menuInr .itemWrap .item .listFaq::before {
	background-image: url(../../common/images/icn_q_img.svg);
}
#header .hdInr .hdWrap .hdMenu .menuInr .itemWrap .item .listSpecial::before {
	background-image: url(../../common/images/icn_contract_img.svg);
}
#header .hdInr .hdWrap .hdMenu .menuInr .itemWrap .item .listContact::before {
	background-image: url(../../common/images/icn_mail_img.svg);
}
#header .hdInr .hdWrap .hdMenu .menuInr .itemWrap .item .listRegister::before {
	background-image: url(../../common/images/icn_register_img.svg);
}
#header .hdInr .hdWrap .hdMenu .menuInr .itemWrap .item .list:hover {
	opacity: 0.7;
}
#header .hdInr .hdWrap .hdMenu .menuInr .itemWrap .item .list.new::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../common/images/inc_new.svg) no-repeat center center;
	background-size: 100% auto;
	margin-left: 8px;
}

#header .hdInr .hdWrap .reverse {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
#header .hdInr .hdWrap .reverse .reverseBtn {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
#header .hdInr .hdWrap .reverse .reverseBtn::before {
	content: "";
	width: 8px;
	height: 15px;
	margin-top: 2px;
	margin-right: 6px;
	background: url(../../common/images/icn_arow_l_wt.svg)no-repeat center center;
	background-size: cover;
}

#header .hdInr .accountBtn .change {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 6px 20px;
	border-bottom: 2px solid #00c4af;
	background: #fff;
	cursor: pointer;
}
#header .hdInr .accountBtn .change .txt {
	display: inline-flex;
	align-items: center;
	color: #00c4af;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.3;
}
#header .hdInr .accountBtn .change .txt::after {
	content: " ";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 10px;
	background: url(../../common/images/icn_arow_circle.svg)no-repeat center center;
	background-size: cover;
	transform: rotate(0);
	transition: all 0.3s ease-out;
}
#header .hdInr .accountBtn.js-open .change .txt::after {
	transform: rotate(180deg);
}
#header .hdInr .accountBtn .accountMenu {
	display: none;
	height: 0;
}
#header .hdInr .accountBtn .accountMenu .itemWrap {
	box-sizing: border-box;
	padding: 6px 20px;
	background: #fff;
}
#header .hdInr .accountBtn .accountMenu .itemWrap .item {
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}
#header .hdInr .accountBtn .accountMenu .itemWrap .item:first-child {
	border-top: none;
}
#header .hdInr .accountBtn .accountMenu .itemWrap .item .link {
	display: block;
	box-sizing: border-box;
	padding: 15px 0;
	text-decoration: none;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}
#header .hdInr .accountBtn .accountMenu .itemWrap .item .link.act {
	color: #e62a8e;
	cursor: default;
}



/* 
#header.maintenance {
	width: 100%;
	background: #3dcbb6;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
#header.maintenance .hdInr {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}
#header.maintenance .hdInr .hdLogoLine {
	width: 150px;
	margin: 0 auto;
}
#header.maintenance .hdInr .hdLogoLine img {
	width: 100%;
	height: auto;
} */

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	/* #header.maintenance {
		padding-left: 15px;
		padding-right: 15px;
	}
	#header.maintenance .hdInr {
		max-width: 100%;
		height: 45px;
	}
	#header.maintenance .hdInr .hdLogoLine {
		width: 120px;
	} */
}



/*===========================================================================
 #footer
===========================================================================*/

#footer {
	margin-top: 20px;
}
#footer .ftInr {
	box-sizing: border-box;
	padding: 38px 15px 43px;
	background: #fafafa;
}
#footer .ftInr .itemWrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
}
#footer .ftInr .itemWrap .item {
	width: 50%;
	margin-top: 10px;
	box-sizing: border-box;
}
#footer .ftInr .itemWrap .item:nth-child(odd) {
	padding-right: 10px;
}
#footer .ftInr .itemWrap .item:nth-child(even) {
	padding-left: 10px;
}
#footer .ftInr .itemWrap .item .itemInr {
	display: block;
	box-sizing: border-box;
	padding: 16px 10px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	text-decoration: none;
	color: #333;
	transition: opacity 0.3s ease-out;
}
#footer .ftInr .itemWrap .item .itemInr:hover {
	opacity: 0.7;
}
#footer .ftInr .itemWrap .item .itemInr .img {
	width: 32px;
	margin: 0 auto;
}
#footer .ftInr .itemWrap .item .itemInr .img img {
	width: 100%;
	height: auto;
}
#footer .ftInr .itemWrap .item .itemInr .txt {
	margin-top: 6px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
}
#footer .ftInr .itemWrap .itemNews.new .itemInr {
	position: relative;
}
#footer .ftInr .itemWrap .itemNews.new .itemInr::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../../common/images/inc_new_balloon.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -33px;
}


/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
}

/*===========================================================================
 #main
===========================================================================*/
#main {
	min-height: 100vh;
	box-sizing: border-box;
	padding-top: 80px;
}
#main.main {
	padding-bottom: 60px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	#main {
		padding-top: 81px;
	}
	#main.main {
		padding-top: 45px;
		padding-bottom: 80px;
	}
}




/*===========================================================================
 Common use utility （cm-）
 モジュール （md-{モジュール名}）
 モジュールのパターン別（md-{モジュール名}-{パターン名}）
 個別での上書き（ow-）
===========================================================================*/
/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	.cm-spOnly {
		display: none !important;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.cm-pcOnly {
		display: none !important;
	}
}



.cm-ctsIdt {
	padding-left: 20px;
	padding-right: 20px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.cm-ctsIdt {
		padding-left: 10px;
		padding-right: 10px;
	}
}


.pt-secTtl {
	display: flex;
	align-items: center;
	color: #00c4b0;
}
.pt-secTtl .ttl {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.9;
	letter-spacing: 0.02em;
}
.pt-secTtl .subTtl {
	margin-left: 10px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.8;
}

.pt-btnBack {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 90;
}
.pt-btnBack img {
	width: 66px;
	height: auto;
}


.pt-pageNavi {
	margin: 0 10px;
	display: flex;
	align-items: center;
}
.pt-pageNavi .col {
	width: 50%;
	box-sizing: border-box;
	display: flex;
}
.pt-pageNavi .col:first-child {
	padding-right: 18px;
	justify-content: flex-start;
}
.pt-pageNavi .col:last-child {
	padding-left: 18px;
	justify-content: flex-end;
}
.pt-pageNavi .btn {
	width: 100%;
	max-width: 150px;
	height: 38px;
	box-sizing: border-box;
	padding-bottom: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: bold;
	background: #00c4af;
	color: #fff;
	text-decoration: none;
	border-radius: 40px;
	position: relative;
}
.pt-pageNavi span.btn {
	background: #888;
}
.pt-pageNavi .btnPrev::before,
.pt-pageNavi .btnNext::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
	height: 14px;
	background: no-repeat center center;
	background-size: 100% auto;
}
.pt-pageNavi .btnPrev::before {
	left: 20px;
	background-image: url(../images/icn_arow_l_wt02.svg);
}
.pt-pageNavi .btnNext::after {
	right: 20px;
	background-image: url(../images/icn_arow_r_wt02.svg);
}