@charset "utf-8";
/*------------------------------------
common
--------------------------------------*/
html{
scroll-padding-top: 60px;
}

body {
font-family:'roboto',"Hiragino Kaku Gothic ProN",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
font-size: 1.8rem;/* 1.4rem=14px */
}
@media (max-width: 575.98px) {
body {
font-size: 1.6rem;
}
}


@media (min-width: 576px) {
.container {
max-width: 540px;
}
}

@media (min-width: 768px) {
.container {
max-width: 720px;
}
}

@media (min-width: 992px) {
.container {
max-width: 960px;
}
}

/*@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}*/

table tbody tr td {
text-align: left;
}
@media (min-width: 992px) {
table tbody tr td:first-child {
padding-left: 1.5rem;
}
}

button.arrow-down[aria-expanded="false"]:after  {
font-size: 1.4rem;
font-weight: normal;
}

button.arrow-down[aria-expanded="true"]:after {
font-size: 1.4rem;
}
@media (max-width: 575.98px) {
button.arrow-down[aria-expanded="false"]:after  {
font-size: 1.2rem;
font-weight: normal;
}

button.arrow-down[aria-expanded="true"]:after {
font-size: 1.2rem;
}
}

/*グレー枠btn*/
.btn-outline, .btn-outline:focus {
display: flex;
align-items: center;
justify-content: center;
margin:1rem auto;
padding: 1.1rem .8rem;
border:2px solid #a5a5a5;
font-size:2.2rem;
max-width: 680px;
height: 68px;
}
.btn-outline:after, .btn-outline:focus:after {
font-size: 2rem;
right: 1rem;
}
@media (max-width: 575.98px) {
.btn-outline, .btn-outline:focus {
margin:3rem auto;
font-size:1.55rem;
height: 54px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.btn-area {margin:4rem auto;}
.btn-outline, .btn-outline:focus {font-size:2rem;}
}

/*青文字 btn*/
.btn-area-b {
margin:2rem auto 4rem;
padding: 1.5rem 3rem;
border-radius: .5rem;
background: #f5f5f5;
}

.btn-bluetext {
display: block;
margin:.5rem auto;
font-size: 2rem;
color: #1f8ede;
}
.btn-bluetext:after {
display: inline-block;
font-family: 'icomoon';
font-size: 1.8rem;
content: "\e912";
transform: rotate(90deg);
color: #1f8ede;
margin-left: .2rem;
transition: .2s;
}
.btn-bluetext:hover:after, .btn-bluetext:active:after{
margin-left: .5rem;
}
@media (max-width: 575.98px) {
.btn-area-b {
padding: 1rem 1.5rem;
}
.btn-bluetext, .btn-bluetext:focus {
font-size:1.6rem;
}
.btn-bluetext:after {
font-size:1.5rem;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.btn-bluetext, .btn-bluetext:focus {font-size:1.8rem;}
}

.border-2-gray {
border-radius: .5rem;
}
.border-2-gray p:last-of-type {
margin-bottom: 0;
}


/*丸数字リスト*/
ol.circle-list {
counter-reset: circle-counter;
list-style: none;
padding: 0;
}
ol.circle-list > li {
position: relative;
display: block;
padding-left:28px;
/*align-items: center;*/
}
ol.circle-list > li:before {
position: absolute;
content: counter(circle-counter);
counter-increment: circle-counter;
top: 4px;
left: 2px;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
border: 1px solid inherit;
border-radius: 50%;
width: 21px;
height: 21px;
min-width: 21px;
min-height: 21px;
font-size: 1.6rem;
line-height: 1;
padding-top: 1px;
letter-spacing: -.5px;
margin:auto;
}

ol.circle-list.mb-3 > li {
margin-bottom: .5rem;
}

a.text-blue:hover {
-webkit-filter: brightness(1.15);
filter: brightness(1.15);
}

/*------------------------------------
text
--------------------------------------*/
.let-spa_1px {
letter-spacing: 1px;
padding-left: 1px;
}

h1.pwt-top {
padding: 6rem 0 2rem;
font-size: 4.2rem;
line-height: 1.6;
text-align: center;
}

h1 .pwt-sub {
font-size: .75em;
}

h3.pwt-sec-ttl {
font-size: 2.8rem;
margin: 5rem auto 1.5rem;
padding: 1.5rem 0;
}

@media (max-width: 575.98px) {
h1.pwt-top {
padding: 4rem 0 1rem;
font-size: 2.8rem;
}
h3.pwt-sec-ttl {
margin: 3rem auto 1rem;
padding: .5rem 0;
font-size: 2.4rem;
letter-spacing: -.9px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
h1.pwt-top {
font-size: 3.6rem;
}
h3.pwt-sec-ttl {
margin: 3.5rem auto 1.2rem;
font-size: 2.6rem;
}
}


.pwt-sub-ttl {
font-weight:bolder;
font-size:1.1em;
}
.pwt-sub-ttl:before {
content: "■ ";
}


/*------------------------------------
content
--------------------------------------*/
.top-btn-area {
margin:4rem auto 6rem;
}

.btn-area {
margin:5rem auto;
}

/*トップ 目次*/
.contents-list dt {
padding: 1.5rem 0 .5rem;
font-size: 2.8rem;
font-weight: 700;
letter-spacing: .5px
}

@media (max-width: 575.98px) {
.contents-list dt {
font-size: 2rem;
}
}

/*トップ 目次 リンク*/
.contents-list ol.list-number {
display: flex;
flex-direction: column;
justify-content: start;
align-items: flex-start;
gap: 15px;
}

.contents-list ol.list-number li {
padding-bottom: 0;
line-height: 1;
}

.link-text {
position: relative;
display: block;
/*color: #1f8ede;*/
letter-spacing: .5px
}
.link-text:hover,
.link-text:active {
color: #1f8ede /*inherit*/;
}
.link-text:after {
position: absolute;
/*display: inline-block;*/
display: flex;
justify-content: center;
align-items: center;
font-family: 'icomoon';
font-size: /*1.8rem*/ 1.2rem;
content: "\e912";
line-height: 1;
transform: rotate(90deg);
color: /*#1f8ede*/ /*#a3a3a3*/ #fff;
font-weight: normal;
background: #065590;
border-radius: 50%;
width: 18px;
height: 18px;
min-width: 18px;
min-height: 18px;
/*margin-left: .2rem;*/
top: -1px;
right: -28px;
box-sizing: border-box;
transition: .2s;
}
.link-text:hover:after, .link-text:active:after{
/*margin-left: .5rem;*/
right: -31px;
background: #1f8ede;
}
@media (max-width: 575.98px) {
.link-text {
letter-spacing: -.5px;
}
.link-text:after {
font-size:1rem;
width: 16px;
height: 16px;
min-width: 16px;
min-height: 16px;
top: 0;
right: -26px;
}
.link-text:hover:after, .link-text:active:after{
right: -29px;
}
.line-sp-2l.link-text:after {
top: 15px;
}
}


.box-blue {
margin: 3rem auto;
border: 2px solid #94c0e7;
padding: 1.5rem;
border-radius: .5rem;
background: #f6fbff;
}

/*CPタイトル下線　波線 start*/
.lead-title {
position: relative;
text-align: center;
padding: 1.2rem;
/*line-height: 1;*/
margin-bottom: 6rem;
/*color: #405e88;*/
}
.lead-title span {
position: relative;
padding: 1rem 1.4rem;
}
.lead-title span:before {
content: "";
width: 100%;
position: absolute;
bottom: -1rem;
left:0;
height: 6px;
/*background-image:repeating-linear-gradient(45deg, #7896c0 0, #7896c0 1px, transparent 0, transparent 50%);*/
background-image: repeating-linear-gradient(45deg, #949393 0, #949393 1px, transparent 0, transparent 50%);
background-size: 8px 8px;
}
@media (max-width: 575.98px) {
.lead-title {
margin-bottom: 4rem;
}
}

.lead-title-sub {
position: relative;
text-align: center;
padding: 1.2rem;
}
.lead-title-sub span {
font-size: .7em;
line-height: 1.2;
}
@media (min-width: 360px)  {
.d-xxl-block {
display: none;
}
}
@media (min-width: 390px)  {
.d-xxl-block2 {
display: none;
}
}
/*タイトル下線　波線 end*/