 @charset "UTF-8";

/* ========================================================
ベース設定
=========================================================*/
:root {
  /* カラー */
  --Text: #2A2A2A;
  --Text_blue: #1A0DAB;
  --Main: #028AB5;
  --Sub: #87C4E8;
  --Accent: #D40000;
  --Back: #F6F6F6;
  --Back_strong: #E7F1F7;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Noto_Sans_JP_Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto_Sans_JP_Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto_Sans_JP_Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Zen Maru";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Zen_Maru_Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Zen Maru";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/Zen_Maru_Bold.woff") format("woff");
  font-display: swap;
}

html {
  font-family: "Noto Sans JP";
  line-height: 1.5;
  color: var(--Text);
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  background-color: #fff;
  color: var(--Text);
  padding: 0;
  margin: 0;
  line-height: 1.5;
  box-sizing: border-box;
  word-break: break-word;
  /* break-wordは非推奨のため、word-breakを使用 */
  font-feature-settings: "palt";
}

.forPC {
  display: none;
}

.forPC-inline {
  display: none;
}

.forSP {
  display: block;
}

a {
  font-weight: bold;
  text-decoration: underline;
  color: var(--Text_blue);
  transition: all ease 0.3s;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* ========================================================

=========================================================*/

.header__logo{
  width: 100%;
  max-width: 1010px;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  margin:0px auto 20px;
}

.header__logo img{
  height: 42px;
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}

.pankuz{

}

.pankuz ul {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: scroll;
}

.pankuz li {
  font-size: 14px;
  white-space: nowrap;
}

.pankuz ul a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  font-weight: normal;
}

.pankuz ul a img {
  width: 20px;
  height: 20px;
}

.header{
  width: 100%;
  max-width: 1010px;
  padding: 0 25px;
  box-sizing: border-box;
  text-align: center;
  margin: 50px auto 0;
}

.header h1{
  font-size:2.6rem;
  margin-bottom:20px;
}

.adTxt{
  width: 100%;
  max-width: 1010px;
  padding: 0 25px;
  box-sizing: border-box;
  text-align: right;
  margin: 10px auto 0;
}

.adTxt span{
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #333;
  padding: 2px 14px;
}

.inner{
  width: 100%;
  max-width: 1010px;
  padding-right: 15px;
  padding-left: 15px;
  margin:0px auto 0;
  box-sizing: border-box;  
}

.inner h2{
  margin:30px auto;
  background-color: #f7f6f2;
  width: 100%;
  text-align: center;
  position: relative;
  border-right: 3px solid #325FD2;
  border-left: 3px solid #325FD2;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 1rem 0;
  margin-top: 5rem; 
}

.inner h3{
  margin:30px auto;
  border-left: 4px solid #325FD2;
  padding-left: 0.625rem;
  font-size: 1.6rem;
}

.inner h4{
  margin:20px auto;
  color:#325FD2;
  font-size: 1.4rem;
}

.inner p{
  line-height:1.7;
}

.marker {
  background: linear-gradient(transparent 70%, #abd4f1 0%);
  display: inline;
  font-weight: bold;
}

main{
  border-bottom:1px dotted #ccc;
  padding: 40px 25px;
  margin:40px auto;
  box-sizing: border-box; 
}

footer{
  background-color: #f7f6f2;
  margin:0px auto 0;
}

.footer__inner{
  width: 100%;
  max-width: 1010px;
  padding: 15px;
  box-sizing: border-box;  
  margin:0 auto;
}

.footer__link{
  background-color: #abd4f1;
  margin:0px auto 0; 
  text-align: center;
  padding: 25px;
  box-sizing: border-box;  
}

.footer__link-list{
  text-align: center;
}

.footer__link-item{
  display: inline-block;
  margin: 0;
}

.footer__link-item::before{
  content:"｜";
  display: inline-block;
  margin: 0 5px;
}

.footer__link > ul > .footer__link-item:nth-child(1)::before{
  display: none;
}

.copyright{
  margin-top:20px;
  text-align: center;
  font-size:1.0rem;
  margin-bottom:20px;
}

.footer__column{
  padding-top: 40px;
}

.footer__column-list{
  vertical-align: top;
  width: 100%;
  display: block;
  margin-right: 0%;
  margin-bottom:0%;
}

.footer__column-item{
  margin: 0 0 15px;
  display: block;
  line-height: 1.5;
}

.entry__img {
  margin: 30px auto 0;
}

.entry__img img {
  width: 100%;
  vertical-align: bottom;
}

.enrty__point {
  margin: 30px auto 0;
  border-radius: 10px;
  overflow: hidden;
}

.enrty__point-ttl {
  text-align: center;
  color: #fff;
  height: 50%;
  background-image: url(../img/ct_point_bg.png);
  background-size: 30px;
  min-height: 40px;
  font-size: 2.4rem;
  padding: 14px 0;
  box-sizing: border-box;
}

.enrty__point-ttl img {
  width: 300px;
  display: block;
  margin: 0 auto;
}

.enrty__point-list {
  background-color: #f5f7f9;
  padding: 15px 15px 30px;
  box-sizing: border-box;
}

.enrty__point-listItem {
  font-size: 1.6rem;
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  margin: 15px auto 0;
}

.enrty__point-listTxt {
  margin: 10px auto 0;
  line-height: 1.5;
  font-weight: normal;
  position: relative;
  left: -25px;
}

.enrty__point-listItem::before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../img/ct_point_ico.svg");
  display: inline-block;
  position: absolute;
  left: 0;
}

.enrty__midashi {
  margin: 20px auto 15px;
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 36px;
  position: relative;
  line-height: 1.5;
}

.enrty__midashi01::before,
.enrty__midashi02::before,
.enrty__midashi03::before {
  display: inline-block;
  content: "0";
  color: #01659f;
  font-size: bold;
}

.enrty__midashi01,
.enrty__midashi02,
.enrty__midashi03 {
  color: #52c3f2;
  font-weight: bold;
  border-bottom: 1px solid #52c3f2;
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  top: -1px;
}

b {
    font-weight: bold;
    color: #f75d2f;
}

.table {
  width: 100%;
  margin: 30px auto;
}

.table th {
  background-color: #f5f7f9;
  font-weight: bold;
  min-width: 60px;
}

.table th,
.table td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #505050;
  line-height: 1.5;
}


page-lower .cm__check {
  margin-top: 1.5rem;
}

.cm__check + p {
  margin-top: 0.5rem !important;
}

.cm__box {
  margin-top: 1.5rem;
  border:1px solid #ccc;
  border-radius: 4px;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
}

.cm__point {
  margin-top: 2rem;
}

.cm__point__list {
  border: 2px solid var(--Main);
  border-radius: 6px;
  padding: 1.875rem 1.25rem 1.5625rem;
  margin-top: -1rem;
}

.cm__point__list li {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1rem;
}

.cm__point__list li + li {
  margin-top: 0.9375rem;
}

.cm__point__list li::before {
  content: "";
  background-color: var(--Main);
  max-width: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 100px;
  position: absolute;
  top: 0.475rem;
  left: 0;
}

.cmn__table {
  margin-top: 1.5rem;
  width: 100%;
  display: flex;
  margin-top: 0.625rem;
  border: 1px solid var(--Text);
  border-right: 0;
}

.cmn__table dl {
  flex: 1;
  border-right: 1px solid var(--Text);
}

.cmn__table dt {
  background-color: var(--Sub);
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
}

.cmn__table dd {
  text-align: center;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 20px);
}

.cmn__table dd p {
  margin-top: 0;
  font-size: 0.875rem;
}