@charset "UTF-8";
body{
  min-width: auto !important;
}
/* 共通
----------------------------------------------------- */
.CMN-Content .CMN-Nav1__linkBtn {
  border: 1px solid rgb(1, 131, 185);
  padding: 5px 15px 5px 15px;
  border-radius: 8px;
  background: rgba(1, 131, 185, 0.05);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .CMN-Content .CMN-Nav1__linkBtn {
    border: none;
    padding: 0;
    border-radius: 8px;
    margin-bottom: 0;
    background: rgba(1, 131, 185, 0.05);
  }
}
.CMN-Content .CMN-List2.-number {
  counter-reset: number;
}
.CMN-Content .CMN-List2.-number > li {
  position: relative;
  padding-left: 1.2em;
}
.CMN-Content .CMN-List2.-number > li:not(:last-child) {
  margin-bottom: 0.4em;
}
.CMN-Content .CMN-List2.-number > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number) ".";
  counter-increment: number;
}
.CMN-Content .CMN-List2.-number.-circled {
  line-height: 1.5;
}
.CMN-Content .CMN-List2.-number.-circled > li {
  padding-left: 1.3em;
}
.CMN-Content .CMN-List2.-number.-circled > li::before {
  top: 0.5em;
  content: counter(number);
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  width: 1.2em;
  height: 1.2em;
  padding-bottom: 0.1em;
}
.CMN-Content .CMN-List2.-number.-annotated > li {
  padding-left: 2em;
}
.CMN-Content .CMN-List2.-number.-annotated > li::before {
  content: "※" counter(number);
}
.CMN-Content .CMN-noteText {
  position: relative;
  font-size: 0.9em !important;
  line-height: 1.5 !important;
  padding-left: 1.1em;
}
.CMN-Content .CMN-noteText::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.CMN-Content .CMN-nowrapText {
  display: inline-block;
}
.CMN-Content .-flexEnd{
  align-items: flex-end;
}
.CMN-Content .-link{
  text-decoration: underline;
}
.CMN-Content .-smallList{
  font-size: 14px;
  padding-bottom: 10px;
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.CMN-Content .CMN-Table1 th{
  font-weight: bold;
}
.CMN-Content .CMN-UL-List{
  color: #0183B9;
  font-size: 20px;
  margin-right: 15px;
}
.CMN-Content .CMN-UL-List a{
  color: #0183B9;
  font-weight: 500;
  text-decoration: underline;
  font-size: 20px;
}
.CMN-Content .-InlineBlock{
  display: inline-block;
}
.CMN-Content .CMN-CatalogBox{
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 0 60px;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content .CMN-CatalogBox{
    display: block;
    padding-bottom: 30px;
  }
}
.CMN-Content .CMN-LinkBtn{
  padding: 6px 40px 8px 20px;
  margin-top: 25px;
  font-size: 18px;
  border-radius: 6px;
  color: white;
  display: inline-block;
  background: #0183B9 url(../image/index_section1_pic_006.svg)right 15px center no-repeat;
}




/* タイトル用 */
.CMN-Heading2 span{
  border: 1px solid #2494C2;
  background-color: white;
  font-size: 14px;
  float: right;
  color: #2494C2;
  padding: 2px 10px;
  font-weight: normal;
  margin-top: 3px;
}
@media screen and (max-width: 1024px) {
  .CMN-Heading2 span{
    font-size: 12px;
    float: none;
    display:block;
    max-width: 130px;
    text-align: center;
    margin-top: 10px;
  }
}

.CMN-Content .-paddingNone{
  padding: 0 !important;
}
/* ボックス */
.CMN-Content .CMN-Box{
  border-radius: 20px;
  border: 1px solid #2494C2;
  margin-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content .CMN-Box{
    margin-top: -10px;
  }
}
.CMN-Content .CMN-Box__inner{
  display: grid;
  gap: 0 30px;
  padding: 25px 25px 20px 25px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content .CMN-Box__inner{
    display: block;
    padding: 15px;
  }
}


.CMN-Content .--leftPh{
  grid-template-columns: 420px 1fr;
}
.CMN-Content .--leftPh_pattern01{
  grid-template-columns: 322px 1fr;
}
.CMN-Content .--rightPh{
  grid-template-columns: 1fr 360px;
}
.CMN-Box__inner.--rightPh figure {
  order: 2;
}
.CMN-Box__inner.--rightPh .CMN-Box__inner__box {
  order: 1;
}

/* ボタン部分 */
.CMN-Content .CMN-Box__footer{
  background-color: #d5f3ff;
  display: flex;
  padding: 20px 25px 20px 20px;
  justify-content: space-between;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1100px) {
  .CMN-Content .CMN-Box__footer{
    background-color: #d5f3ff;
    display: block;
    padding: 15px;
    justify-content: flex-start;
    border-radius: 0 0 20px 20px;
  }
}


.CMN-Content .-border{
  font-size: 21px !important;
  color: #2494C2;
  position: relative;
  margin-bottom: 40px !important;
}
.CMN-Content .-border::before{
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 1px solid #2494C2;
  font-size: 18px;
  color: #2494C2;
  left: -6px;
  bottom: -15px;
}
.CMN-Content .-img{
  width: 100%;
}
.CMN-Content .CMN-Flex{
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0 20px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content .CMN-Flex{
    display: block;
  }
  .CMN-Content .CMN-Flex figure{
    margin: 5px 0;
    text-align: center;
  }
}


.CMN-Content .CMN-grid{
  display: grid;
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .CMN-Content .CMN-grid{
    display: block;
  }
}

.CMN-Content .CMN-Flex figcaption{
  font-size: 12px;
  line-height: 1.2;
}
.CMN-Content .CMN-Flex.-flexEnd{
  align-items: flex-end;
}

.CMN-Box__ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 1100px) {
  .CMN-Box__ul{
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .CMN-Box__ul{
    display: block;
  }
}

.CMN-Box__ul__li a{
  background-color: #2494C2 !important;
  color: white;
  cursor: pointer;
  font-size: 18px;
  display: block !important;
  padding: 13px 15px 15px 40px;
  border-radius: 10px;
  font-weight: 500;
  background: url(../images/index_img_001.svg)left 15px center no-repeat;
}
@media screen and (max-width: 1024px) {
  .CMN-Box__ul__li a{
    margin: 15px 0;
  }
}

.CMN-Box__ul__li a:hover{
  opacity: .8;
}
.CMN-Box__ul__li a span{
  color: #ffffff;
  font-size: 14px;
}
.CMN-kids{
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 0 20px;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .CMN-kids{
    margin-top: 0;
  }
  .CMN-kids p{
    font-size: 14px;
  }
}
.CMN-Column{
  border: 1px solid #A2A2A2;
  border-radius: 10px;
  padding: 15px 15px 0 15px;
  gap: 15px 15px;
}
.CMN-Column .-grid{
  display: grid;
  align-items: center;
  margin-bottom: 15px;
  grid-template-columns: repeat(2,1fr);
}
.-flexwapColumn{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.-columnFlex{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 25px 20px 30px;
  gap: 20px 40px;
}
@media screen and (max-width: 1024px) {
  .-columnFlex{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .-width100 {
    width: 500px !important;
    text-align: center;
    margin: 0 auto 10px auto !important;
  }
  .-width100 img{
    width: 500px;
  }
}
.-columnFlex figure{
  text-align: center;
}
.-columnFlex figcaption{
  line-height: 1.4;
  height: 2em;
  font-size: 14px;
}
.CMN-Arrow{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .CMN-Arrow{
    display: block;
  }
}
.CMN-Arrow__block{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .CMN-Arrow__block{
    display: flex;
    gap: 0 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}


.CMN-Arrow__block figcaption{
  font-size: 12px;
  line-height: 1.2;
}
.CMN-Arrow__block__arrow{
  position: relative;
}
.CMN-Arrow__block__arrow::before{
  position: absolute;
  content: "";
  right: -22px;
  top: 50%;
  transform: translateY(calc(-50% - 5px));
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #2494C2;
  border-right: 0;
}

.CMN-Block{
  border-top: 1px solid #C9C9C9;
  padding-top: 20px;
  margin-top: 20px;
}
.CMN-Half{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .CMN-Half{
    display: block;
  }
  .CMN-Half figure{
    margin-top: 20px;
  }
}
.-gray{
  background: #A0A0A0;
  color: white;
  padding: 0 5px 2px;
  width: calc(100% - 15px);
  font-weight: 500;
  text-align: center;
  display: block;
}
.-graph{
  display: flex;
}
.-graph .-blue66{
  background: #64B5C8;
  color: white;
  padding: 0 5px 2px;
  width: calc(50% - 15px);
  font-weight: 500;
  text-align: center;
  display: block;
}
.-graph .-blue80{
  background: #64B5C8;
  color: white;
  padding: 0 5px 2px;
  width: calc(60% - 15px);
  font-weight: 500;
  text-align: center;
  display: block;
}
.-graph p{
  color: #EE858C;
}

.CMN-TableBlock{
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 0 50px;
}
@media screen and (max-width: 1024px) {
  .CMN-TableBlock{
    grid-template-columns: 1fr 150px;
    gap: 0 26px;
  }
}
.CMN-TableBlock__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 20px;
}
.CMN-TableBlock .-blueTable{
  border: 1px solid #66A9DD;
  border-spacing:0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.CMN-TableBlock .-pinkTable{
  border: 1px solid #EE858C;
  border-spacing:0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.CMN-TableBlock thead{
  background-color: #66A9DD;
  color: white !important;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .CMN-TableBlock thead{
    font-size: 14px;
  }
}
.CMN-TableBlock .-pinkTable thead{
  background-color: #EE858C;
  color: white !important;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .CMN-TableBlock .-pinkTable thead{
    font-size: 14px;
  }
}
.CMN-TableBlock thead td{
  color: white;
  padding: 0 10px 3px 10px;
}
.CMN-TableBlock tbody td{
  padding: 5px 10px;
}
@media screen and (max-width: 1024px) {
  .CMN-TableBlock tbody td p{
    font-size: 14px !important;
  }
}
.CMN-TableBlock__green{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #79BCCD;
  text-align: center;
  color: white;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .CMN-TableBlock__green{
    font-size: 14px;
    line-height: 1.4;
  }
}
.CMN-TableBlock__green::before{
  position: absolute;
  content: "";
  left: -34px;
  top: 50%;
  transform: translateY(calc(-50% - 5px));
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #838282;
  border-right: 0;
}
@media screen and (max-width: 1024px) {
  .CMN-TableBlock__green::before{
    left: -16px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 10px solid #838282;
  }
}

.fancybox__content {
  background: transparent !important;
}