@charset "UTF-8";
/*----------------------------------------------------
	color カラーセッティング
----------------------------------------------------*/
/*----------------------------------------------------
	shadow-box ボックスに影をつける
----------------------------------------------------*/
/*----------------------------------------------------
	gradient グラデーション
----------------------------------------------------*/
/*----------------------------------------------------
	placeholder placeholderカラー変更
----------------------------------------------------*/
/*----------------------------------------------------
	basiclayout ベースコンテンツ
----------------------------------------------------*/
/*----------------------------------------------------
	washington-net(title・caption・txt)
----------------------------------------------------*/
@media only screen and (max-width: 1279px) {
  .con_page_title {
    padding: 3rem 1rem 2rem;
  }
}

.st_l {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .st_l {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .st_l {
    font-size: 1.8em;
  }
}
.st_l em {
  font-size: 150%;
  color: #1D236D;
}
.st_l .en {
  font-size: 18px;
  margin-top: 16px;
  display: block;
  color: #0B50A2;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .st_l .en {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .st_l .en {
    font-size: 0.7em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .st_l .en {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .st_l .en {
    margin-top: 0.5em;
  }
}

.st_bg {
  font-size: 25px;
  margin-top: 112px;
  padding: 1em 1.5em 1em;
  font-weight: bold;
  line-height: 1.2;
  color: #1D236D;
  background-color: #D0EDFF;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .st_bg {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .st_bg {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .st_bg {
    margin-top: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .st_bg {
    margin-top: 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .st_bg {
    padding: 0.8em 1em 0.8em;
  }
}

.tit.check {
  font-size: 20px;
  font-weight: bold;
  color: #1D236D;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .tit.check {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tit.check {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .tit.check {
    margin-top: .8em;
  }
}
.tit.check em {
  color: #C0252F;
  font-size: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .tit.check em {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .tit.check em {
    font-size: 1.5em;
  }
}
.tit.check span {
  color: #C0252F;
}
.tit.check span.note {
  font-size: 13px;
  color: #171717;
  margin-left: 1em;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .tit.check span.note {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .tit.check span.note {
    font-size: 0.8em;
  }
}
.tit.check::before {
  font-size: 24px;
  font-family: "Ionicons";
  content: "\f122";
  color: #E6B441;
  margin-right: .2em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .tit.check::before {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .tit.check::before {
    font-size: 1.3em;
  }
}

.txt {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .txt {
    font-size: 1em;
  }
}

.note {
  font-size: 16px;
  margin-top: .5em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .note {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .note {
    font-size: 1em;
  }
}

.center {
  text-align: center;
}

.anch_points {
  margin-top: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .anch_points {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .anch_points {
    margin-top: 1em;
  }
}
.anch_points .anch_list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .anch_points .anch_list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .anch_points .anch_list {
    flex-direction: column;
    align-items: center;
  }
}
.anch_points .anch_list li {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .anch_points .anch_list li {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .anch_points .anch_list li {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 1280px) {
  .anch_points .anch_list li {
    min-width: 180px;
  }
}
@media print {
  .anch_points .anch_list li {
    min-width: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .anch_points .anch_list li {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .anch_points .anch_list li {
    width: 76.53061%;
  }
}
.anch_points .anch_list li a {
  font-size: 16px;
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.75em 3em 0.75em 1em;
  border: 2px solid #1D236D;
  border-radius: 999px;
  background-color: #fff;
  color: #1D236D;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .anch_points .anch_list li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .anch_points .anch_list li a {
    font-size: 1em;
  }
}
.anch_points .anch_list li a::after {
  content: "\f123";
  font-family: "Ionicons";
  font-size: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: #1D236D;
  color: #fff;
  font-size: .8em;
  transition: all 0.3s ease;
}
.anch_points .anch_list li a:hover {
  background-color: #1D236D;
  color: #fff;
}
.anch_points .anch_list li a:hover::after {
  background-color: #fff;
  color: #1D236D;
}
.anch_points .anch_list li:nth-child(n+2) {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .anch_points .anch_list li:nth-child(n+2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .anch_points .anch_list li:nth-child(n+2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .anch_points .anch_list li:nth-child(n+2) {
    margin-top: .5em;
  }
}

.con_benefits {
  padding: 80px 0;
  margin-top: 40px;
  position: relative;
  background: #F3F0E7;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits {
    margin-top: 1.5em;
  }
}
.con_benefits .inner_benefits {
  max-width: 1100px;
  margin: 32px auto 0;
  outline: 1px solid #4181CD;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits {
    max-width: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits {
    margin: 32px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits {
    margin: 1.5em auto 0;
  }
}
.con_benefits .inner_benefits .accordion {
  border-radius: 5px;
  overflow: hidden;
}
.con_benefits .inner_benefits .accordion button {
  padding: 0.5em 1em;
  font-size: 20px;
  align-items: center;
  position: relative;
  width: 100%;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  text-align: left;
  transition: background 0.3s;
  color: #1D236D;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits .accordion button {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits .accordion button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits .accordion button {
    font-size: 1.2em;
  }
}
.con_benefits .inner_benefits .accordion button .t {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits .accordion button .t {
    width: 78%;
  }
}
.con_benefits .inner_benefits .accordion button .num {
  font-size: 25px;
  margin-right: 16px;
  background: #4181CD;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  height: fit-content;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits .accordion button .num {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits .accordion button .num {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits .accordion button .num {
    margin-right: 0.5em;
  }
}
.con_benefits .inner_benefits .accordion button .accent {
  display: inline-block;
  background: url("../../washington-net/about/images/bg_tit.png") repeat-x bottom;
  background-size: auto 10px;
}
.con_benefits .inner_benefits .accordion button:hover {
  background: #DFF3FF;
}
.con_benefits .inner_benefits .accordion button::after {
  position: absolute;
  font-family: "Ionicons";
  content: "\f2c7";
  color: #4181CD;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits .accordion button::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.con_benefits .inner_benefits .accordion.active button {
  background: #DFF3FF;
}
.con_benefits .inner_benefits .accordion.active button::after {
  content: "\f2f4";
}
.con_benefits .inner_benefits .accordion:nth-of-type(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits .accordion:nth-of-type(n+2) {
    margin-top: 1em;
  }
}
.con_benefits .inner_benefits dd {
  display: none;
  background: #fff;
}
.con_benefits .inner_benefits dd .box_benefits {
  padding: 0 32px;
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits {
    padding: 0 1.5em;
  }
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .item {
  padding: 40px 32px;
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .item {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .item {
    display: flex;
    justify-content: space-between;
  }
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .item .img {
  width: 22.45108%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .item .img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .item .img {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .item .img {
    margin: 0 auto;
  }
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .item .inn_benefits {
  width: 72.09063%;
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .item .inn_benefits {
    width: 100%;
  }
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .item .inn_benefits .txt {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .item .inn_benefits .txt {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .item .inn_benefits .txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .item .inn_benefits .btn_basic {
    max-width: 350px;
  }
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 {
  padding-bottom: 24px;
  border-top: 1px solid #CCCCCC;
}
@media only screen and (min-width: 1280px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 {
    display: flex;
    justify-content: space-between;
  }
}
@media print {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 {
    padding-bottom: 0;
  }
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item {
  width: 33.36766%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item {
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media print {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item {
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item {
    justify-content: space-between;
  }
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item .img {
  width: 56.9395%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item .img {
    width: 22.45108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item .img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item .img {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item .img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item .inn_benefits {
    width: 100%;
  }
}
@media print {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item .inn_benefits {
    width: 100%;
  }
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item .inn_benefits .tit.check {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item .inn_benefits .tit.check {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item .inn_benefits .tit.check {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 1280px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item:nth-child(n+2) {
    border-left: 1px solid #CCCCCC;
  }
}
@media print {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item:nth-child(n+2) {
    border-left: 1px solid #CCCCCC;
  }
}
@media only screen and (max-width: 1279px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .columns-3 .item:nth-child(n+2) {
    border-top: 1px solid #CCCCCC;
  }
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic {
  text-align: center;
  position: relative;
  margin-top: 1em;
  text-align: left;
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 122%;
  color: #0b50a2;
  border: 2px solid #0b50a2;
  padding: 1em 4.5em;
  -moz-border-radius: 4em;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  -moz-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  -webkit-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic a {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic a {
    font-size: 93%;
  }
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic a:after {
  margin-left: 3em;
  font-family: "Ionicons";
  content: "\f3d3";
  font-weight: normal;
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic a:hover {
  background: #0b50a2;
  color: #fff;
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic a {
  font-size: 122%;
  width: 100%;
  text-decoration: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic a {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic a {
    font-size: 93%;
  }
}
@media only screen and (min-width: 768px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic a {
    padding: 1em 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic a {
    padding: 1em 3em;
  }
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic a::after {
  position: absolute;
  right: 3em;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic a::after {
    margin-left: 5em;
  }
}
.con_benefits .inner_benefits dd .box_benefits .item_benefits .btn_basic.down a::after {
  content: "\f123";
}
.con_benefits .inner_benefits:nth-of-type(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_benefits .inner_benefits:nth-of-type(n+2) {
    margin-top: 1em;
  }
}
.con_benefits::after {
  border-left: 15vw solid transparent;
  border-right: 15vw solid transparent;
  bottom: -5.5vw;
  border-top: 6vw solid #F3F0E7;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .con_benefits::after {
    border-left: 25vw solid transparent;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits::after {
    border-right: 25vw solid transparent;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits::after {
    bottom: -10vw;
  }
}
@media only screen and (max-width: 767px) {
  .con_benefits::after {
    border-top: 10vw solid #F3F0E7;
  }
}

.con_about {
  padding: 160px 0 250px;
  background-color: #F9F9F9;
  max-width: none;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about {
    padding: 140px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_about {
    padding: 6em 0 35em;
  }
}
.con_about .title_about {
  max-width: 1100px;
  font-size: 32px;
  margin: 0 auto 16px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .title_about {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .title_about {
    max-width: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .title_about {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .title_about {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .title_about {
    margin: 0 auto 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .title_about {
    margin: 0 auto 0.5em;
  }
}
.con_about .caption_about {
  max-width: 1100px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .caption_about {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .caption_about {
    max-width: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .caption_about {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .caption_about {
    font-size: 1.3em;
  }
}
.con_about .txt_about {
  max-width: 1100px;
  font-size: 16px;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .txt_about {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .txt_about {
    max-width: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .txt_about {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .txt_about {
    font-size: 1em;
  }
}
.con_about .box_about {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .box_about {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_about {
    max-width: 94%;
  }
}

.con_points {
  max-width: 1100px;
  padding: 128px 0 250px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_points {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points {
    max-width: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_points {
    padding: 96px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points {
    padding: 5em 0 4em;
  }
}
.con_points .txt.main {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .con_points .txt.main {
    margin-top: 1.5em;
  }
}
.con_points .box_expiry {
  margin-top: 48px;
  padding: 40px 32px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #1D236D;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_points .box_expiry {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .box_expiry {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .box_expiry {
    padding: 2em 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_points .box_expiry {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.con_points .box_expiry .img {
  width: 16.47786%;
}
@media only screen and (max-width: 767px) {
  .con_points .box_expiry .img {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .box_expiry .img {
    margin: 0 auto;
  }
}
.con_points .box_expiry .inn_expiry {
  width: 81.05046%;
}
@media only screen and (max-width: 767px) {
  .con_points .box_expiry .inn_expiry {
    width: 100%;
  }
}
.con_points .box_expiry .inn_expiry .txt {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_points .box_expiry .inn_expiry .txt {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .box_expiry .inn_expiry .txt {
    margin-top: 1em;
  }
}
.con_points .inner_points .box_points .box_txt {
  margin-top: 40px;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_points .inner_points .box_points .box_txt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .box_txt {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_points .inner_points .box_points .box_txt {
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .box_txt {
    flex-direction: column;
  }
}
.con_points .inner_points .box_points .box_txt .img {
  width: 19.32367%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_points .inner_points .box_points .box_txt .img {
    width: 24.15459%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .box_txt .img {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .box_txt .img {
    margin: 1.5em auto 0;
  }
}
.con_points .inner_points .box_points .box_txt .inn_txt {
  width: 77.29469%;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_points .inner_points .box_points .box_txt .inn_txt {
    width: 72.46377%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .box_txt .inn_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .box_txt .inn_txt {
    margin-top: 1.5em;
  }
}
.con_points .inner_points .box_points .flow_points {
  display: flex;
  flex-direction: column;
}
.con_points .inner_points .box_points .flow_points .step {
  margin: 44px 0 0 44px;
  position: relative;
  display: flex;
  align-items: flex-start;
  background-color: #EEEEEE;
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step {
    margin: 5.3em 0 0;
  }
}
.con_points .inner_points .box_points .flow_points .step .step_icon {
  top: 1.5em;
  left: -44px;
  width: 6.7em;
  height: 6.7em;
  position: absolute;
  background-color: #1D236D;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step .step_icon {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step .step_icon {
    top: -2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step .step_icon {
    left: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step .step_icon {
    width: 5.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step .step_icon {
    height: 5.5em;
  }
}
.con_points .inner_points .box_points .flow_points .step .step_icon .step_txt {
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_points .inner_points .box_points .flow_points .step .step_icon .step_txt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step .step_icon .step_txt {
    font-size: 1em;
  }
}
.con_points .inner_points .box_points .flow_points .step .step_icon .step_num {
  font-size: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_points .inner_points .box_points .flow_points .step .step_icon .step_num {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step .step_icon .step_num {
    font-size: 1.8em;
  }
}
.con_points .inner_points .box_points .flow_points .step .step_content {
  padding: 32px 32px 32px 76px;
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step .step_content {
    padding: 5em 1.5em 2em;
  }
}
.con_points .inner_points .box_points .flow_points .step .step_content .step_title {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step .step_content .step_title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step .step_content .step_title {
    font-size: 1.2em;
  }
}
.con_points .inner_points .box_points .flow_points .step .step_content .txt {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step .step_content .txt {
    margin-top: 0.5em;
  }
}
.con_points .inner_points .box_points .flow_points .step .step_content .img {
  margin-top: 16px;
  width: 68.85617%;
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step .step_content .img {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step .step_content .img {
    width: 100%;
  }
}
.con_points .inner_points .box_points .flow_points .step:not(:last-child)::after {
  font-size: 20px;
  bottom: -38px;
  position: absolute;
  font-family: "Ionicons";
  content: "\f123";
  color: #1D236D;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step:not(:last-child)::after {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .flow_points .step:not(:last-child)::after {
    bottom: -1.8em;
  }
}
.con_points .inner_points .box_points .note2 {
  font-size: 16px;
  margin: 1em 0 0 44px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_points .inner_points .box_points .note2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .note2 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .inner_points .box_points .note2 {
    margin: 1em 0 0;
  }
}
