@charset "UTF-8";
/*====================================================*/
/*@Page Common*/
/*====================================================*/
.page_main_block {
  padding: 0 0 100px;
}

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

/********************************************/
/* bread_crumb */
/********************************************/
.bread_crumb_block {
  padding: 15px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.bread_crumb li {
  display: inline-block;
  color: #333;
}

.bread_crumb li:after {
  content: '/';
  margin: 0 0.3em;
}

.bread_crumb li:last-child:after {
  content: none;
}

.bread_crumb li a {
  color: inherit;
}

.bread_crumb li a span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bread_crumb li span {
  color: inherit;
  font-size: 1.4rem;
}

.bread_crumb li a:hover span {
  text-decoration: underline;
  color: #0052B0;
}

/*====================================================*/
/*@Page main ttl*/
/*====================================================*/
.page_main_ttl {
  position: relative;
  margin-bottom: 100px;
  padding: 80px 0 120px;
  background: #ECF8FC;
  letter-spacing: 0.05em;
  font-size: 3.5rem;
  font-weight: 700;
  overflow: hidden;
}

.page_main_ttl .ttl {
  position: relative;
  font-size: 1em;
  font-weight: inherit;
  z-index: 2;
}

.page_main_ttl:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 27%;
  height: 100%;
  background: #00b8ee;
  background: -moz-linear-gradient(top, #00b8ee 0%, #00ade7 10%, #007bc6 50%, #1d2087 80%, #181779 90%, #100964 100%);
  background: -webkit-linear-gradient(top, #00b8ee 0%, #00ade7 10%, #007bc6 50%, #1d2087 80%, #181779 90%, #100964 100%);
  background: linear-gradient(to bottom, #00b8ee 0%, #00ade7 10%, #007bc6 50%, #1d2087 80%, #181779 90%, #100964 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8ee', endColorstr='#100964',GradientType=0 );
  transform: skewX(-45deg);
  transform-origin: bottom center;
}

.page_main_ttl:after {
  position: absolute;
  left: 0;
  bottom: 50px;
  content: "";
  width: 100%;
  border-bottom: solid 6px #fff;
}

.benefits_page_block .page_main_ttl {
  margin-bottom: 0;
  padding: 130px 0;
  background: url(../img/benefits/benefits-main-img.jpg) no-repeat center/cover;
  text-align: center;
}

.benefits_page_block .page_main_ttl .ttl {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 4.6rem;
  vertical-align: middle;
  z-index: 2;
}

.benefits_page_block .page_main_ttl .ttl:before {
  display: inline-block;
  position: relative;
  content: "";
  width: 170px;
  height: 86px;
  margin-right: 20px;
  background: url(../img/common/logo-white.svg) no-repeat center/contain;
  vertical-align: middle;
}

.benefits_page_block .page_main_ttl:after {
  content: none;
}

.benefits_page_block .page_main_ttl:before {
  width: 100%;
  background: rgba(0, 82, 176, 0.3);
  transform: none;
}

/*====================================================*/
/*@Page benefits*/
/*====================================================*/
.benefits_first_txt {
  padding: 0.8em 0.5em;
  line-height: 1.5;
  color: #FFFF00;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
}

.benefits_list {
  padding-top: 80px;
  counter-reset: item -1;
  list-style-type: none;
}

.benefits_list > li {
  margin-bottom: 140px;
}

.benefits_list > li .num_ttl {
  position: relative;
  margin-bottom: 2em;
  padding: 0.6em 0 0 3.8em;
  line-height: 1.4;
  color: #0052B0;
  font-size: 3.5rem;
  font-weight: 700;
}

.benefits_list > li .num_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 2.1em;
  margin-right: 0.5em;
  padding: 0 0.2em;
  border-radius: 15px;
  background: #00b8ee;
  background: -moz-linear-gradient(-45deg, #00b8ee 0%, #00ade7 10%, #007bc6 50%, #1d2087 80%, #181779 90%, #100964 100%);
  background: -webkit-linear-gradient(-45deg, #00b8ee 0%, #00ade7 10%, #007bc6 50%, #1d2087 80%, #181779 90%, #100964 100%);
  background: linear-gradient(135deg, #00b8ee 0%, #00ade7 10%, #007bc6 50%, #1d2087 80%, #181779 90%, #100964 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8ee', endColorstr='#100964',GradientType=0 );
  line-height: 2.1em;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
}

.benefits_list .column_3_list li:not(:nth-last-child(-n+3)) {
  margin-bottom: 35px;
}

.benefits_list .column_3_list .img {
  margin-bottom: 15px;
}

.benefits_list .column_3_list .base_txt p {
  text-align: center;
  font-size: 1.8rem;
}

.benefits_list .img_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
}

.benefits_list .img_list li:not(:last-child) {
  margin-right: 40px;
}

.column_2_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column_2_list > li, .column_2_list > div, .column_2_list > dl {
  width: 47%;
}

.point_list .point_ttl {
  margin-bottom: 0.6em;
  padding: 0.5em;
  background: #00b8ee;
  background: -moz-linear-gradient(left, #00b8ee 0%, #00ade7 10%, #007bc6 50%, #1d2087 80%, #181779 90%, #100964 100%);
  background: -webkit-linear-gradient(left, #00b8ee 0%, #00ade7 10%, #007bc6 50%, #1d2087 80%, #181779 90%, #100964 100%);
  background: linear-gradient(to right, #00b8ee 0%, #00ade7 10%, #007bc6 50%, #1d2087 80%, #181779 90%, #100964 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8ee', endColorstr='#100964',GradientType=0 );
  border-radius: 50px;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
}

.point_list .point_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 20px;
  background: #E1EEFA;
}

.point_list .point_box .img {
  width: 38%;
}

.point_list .point_box .img img {
  max-width: 100%;
}

.point_list .point_box .txt_box {
  width: 55%;
  padding-top: 15px;
}

.point_list .point_box .txt_box .ttl {
  margin-bottom: 0.5em;
  font-size: 2.0rem;
  font-weight: 700;
}

.point_list .point_box .txt_box small {
  color: #9B9B9B;
  font-size: 1.5rem;
}

.benefits_list .pre_block .co_sky_pink {
  font-size: 1.1em;
}

.caution_box p {
  margin-bottom: 1em;
  font-size: 2.0rem;
  font-weight: 700;
}

.check_list li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 2.5em;
  line-height: 1.7;
  font-size: 1.8rem;
  font-weight: 500;
}

.check_list li .co_sky_pink {
  font-weight: inherit;
}

.check_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1.8em;
  height: 1.8em;
  line-height: 1;
  content: "";
  background: url(../img/common/ico-check.svg) no-repeat center top/contain;
}

.register_btn {
  margin: auto;
  width: calc(100% - 30px);
  max-width: 490px;
}

.register_btn a {
  display: block;
  padding: 1em 1em 0.9em;
  background: #0052B0;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.register_btn a span {
  position: relative;
  color: inherit;
  font-size: 1em;
  font-weight: 700;
  vertical-align: middle;
}

.register_btn a span:before {
  display: inline-block;
  position: relative;
  top: -0.15em;
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.3em;
  background: url(../img/benefits/ico-register.svg) no-repeat center/contain;
  vertical-align: middle;
}

.register_btn a:hover {
  background: #44B7DF;
  text-decoration: none;
}

/*====================================================*/
/*@Page template_page_block*/
/*====================================================*/
.customer_post.the_content h1 {
  padding: 0.7em 1em;
  background: #0052B0;
  color: #fff;
}

.customer_post.the_content h1:before, .customer_post.the_content h1:after {
  content: none;
}

.customer_post.the_content h1 img {
  margin-bottom: 0;
  vertical-align: middle;
}

.customer_post.the_content h2 {
  padding: 0.7em 1em;
  background: #0052B0;
  color: #fff;
}

.customer_post.the_content h2:before, .customer_post.the_content h2:after {
  content: none;
}

.customer_post.the_content h2 img {
  margin-bottom: 0;
  vertical-align: middle;
}

.customer_post.the_content h3 {
  padding: 0.3em 0 0.3em 0.5em;
  margin-bottom: 0.8em;
  border-left: solid 0.8em #0052B0;
  color: #0052B0;
  font-size: 2.5rem;
}

.customer_post.the_content h3 img {
  margin-bottom: 0;
  vertical-align: middle;
}

.customer_post.the_content h4 {
  position: relative;
  margin-bottom: 0.8em;
  padding: 0 0 0.5em 2em;
  font-size: 2.5rem;
}

.customer_post.the_content h4:before {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  content: "";
  width: 1em;
  height: 1em;
  line-height: 1;
  background: url(../img/common/ico-plane.svg) no-repeat center/contain;
}

.customer_post.the_content h4 img {
  margin-bottom: 0;
  vertical-align: middle;
}

.customer_post.the_content h5 {
  font-size: 2.8rem;
}

.customer_post.the_content h5:after {
  height: 8px;
}

.customer_post.the_content h5 img {
  margin-bottom: 0;
  vertical-align: middle;
}

.customer_post.the_content h6 img {
  margin-bottom: 0;
  vertical-align: middle;
}

.num_contents {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

.num_contents:after {
  position: absolute;
  bottom: 0;
  left: 40%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 162px 0 162px;
  border-color: #0052B0 transparent transparent transparent;
}

.num_contents.arr_none {
  padding-bottom: 0;
}

.num_contents.arr_none:after {
  content: none;
}

.num_contents code {
  display: inline-block;
  padding: 0.1em 0.7em;
  border-radius: 0;
  background: #00b8ee;
  background: -moz-linear-gradient(-45deg, #00b8ee 0%, #00ade7 10%, #007bc6 50%, #1d2087 80%, #181779 90%, #100964 100%);
  background: -webkit-linear-gradient(-45deg, #00b8ee 0%, #00ade7 10%, #007bc6 50%, #1d2087 80%, #181779 90%, #100964 100%);
  background: linear-gradient(135deg, #00b8ee 0%, #00ade7 10%, #007bc6 50%, #1d2087 80%, #181779 90%, #100964 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8ee', endColorstr='#100964',GradientType=0 );
  color: #fff;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.faq_list {
  margin-bottom: 100px;
}

.faq_list .faq_box {
  margin-bottom: 20px;
}

.faq_list .faq_box .faq_ttl {
  position: relative;
  padding: 2.0em 2.5em 2em 7em;
  background: #ECF8FC;
  border-radius: 15px;
  overflow: hidden;
}

.faq_list .faq_box .faq_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  height: 100%;
  padding: 0.5em;
  background: #44B7DF;
  box-sizing: border-box;
  line-height: 1;
  color: #fff;
  font-size: 4.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.faq_list .faq_box .faq_ttl:after {
  position: absolute;
  top: 30px;
  right: 30px;
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/customer/ico-bottom-arr.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq_list .faq_box .faq_ttl.active:after {
  transform: scale(1, -1);
}

.faq_list .faq_box .answer_box {
  position: relative;
  display: none;
  margin-top: 8px;
  margin-bottom: 40px;
  padding: 25px 50px 25px 110px;
  background: #ECF8FC;
  border-radius: 15px;
}

.faq_list .faq_box .answer_box:before {
  position: absolute;
  top: 30px;
  left: 30px;
  content: "A";
  padding: 0.25em 0.37em 0.3em;
  border-radius: 50%;
  background: #F53578;
  line-height: 1;
  color: #fff;
  font-size: 3.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.customer_post.the_content table {
  margin-top: 0;
}

.customer_post.the_content table tr {
  border-bottom: solid 1px #ccc;
}

.customer_post.the_content table tr:first-child {
  border-top: solid 1px #ccc;
}

.customer_post.the_content table th,
.customer_post.the_content table td {
  padding: 1.5em 0.7em;
  border: none;
  vertical-align: middle;
}

.customer_post.the_content table th img,
.customer_post.the_content table td img {
  margin-bottom: 0;
}

.customer_post.the_content .support_form_table tr {
  border-bottom: none;
}

.customer_post.the_content .support_form_table tr:first-child {
  border-top: none;
}

.customer_post.the_content .support_form_table th, .customer_post.the_content .support_form_table td {
  padding: 0 0 20px 0;
}

.customer_post.the_content .support_form_table th {
  width: auto;
  padding-right: 2em;
}

.customer_post.the_content .support_form_table input[type="text"],
.customer_post.the_content .support_form_table input[type="email"],
.customer_post.the_content .support_form_table textarea {
  width: 100%;
  padding: 13px 10px;
  border: solid 1px #ccc;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.customer_post.the_content .support_form_table textarea {
  height: 14em;
}

.customer_post.the_content .transit_table th,
.customer_post.the_content .transit_table td {
  padding: 0.7em;
}

.customer_post.the_content .transit_table th:not(:first-child),
.customer_post.the_content .transit_table td:not(:first-child) {
  background: #ECF8FC;
}

.the_content table.vt_table th,
.the_content table.vt_table td {
  vertical-align: top;
}

.the_content .btn_table th a, .the_content .btn_table td a {
  display: block;
  margin: 0.2em auto;
  padding: 0.1em 1.5em;
  background: #0052B0;
  border-radius: 50px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
}

.customer_post.the_content a.btn {
  position: relative;
  display: inline-block;
  padding: 0.1em 1.7em 0.2em;
  vertical-align: middle;
  border: solid 1px #9B9B9B;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.customer_post.the_content a.btn:after {
  position: absolute;
  top: calc(50% - 0.3em);
  right: 0.5em;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: solid 2px #44B7DF;
  border-right: solid 2px #44B7DF;
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.customer_post.the_content a.btn:hover {
  background: #0052B0;
  color: #fff;
  text-decoration: none;
}

.customer_post.the_content a.btn:hover:after {
  border-color: #fff;
}

/*====================================================*/
/* topics_page_block */
/*====================================================*/
.post_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post_block .post_main {
  width: 69%;
}

.post_block .sidebar {
  width: 26%;
}

/********************************************/
/* sidebar */
/********************************************/
.sidebar .side_box {
  margin-bottom: 70px;
}

.sidebar .side_ttl {
  margin-bottom: 1.0em;
  color: #12337C;
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.cat_list li a {
  display: block;
  position: relative;
  padding: 1em 2em 1em 1em;
  border-bottom: solid 1px #E8EAFA;
  color: #333;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cat_list li a:after {
  position: absolute;
  top: calc(50% - 9px);
  right: 0.5em;
  content: "";
  width: 1.2em;
  height: 18px;
  background: url(../img/topics/arr-right.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cat_list li a:hover {
  color: #0052B0;
}

.cat_list li a:hover:after {
  right: 0.2em;
}

.cat_list > li:first-child a {
  border-top: solid 1px #E8EAFA;
}

.cat_list .child a {
  padding: 1em 2em;
}

.side_post_list > li:not(:last-child) {
  margin-bottom: 35px;
}

.side_post_list > li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.side_post_list > li a:hover {
  opacity: .7;
  text-decoration: none;
}

.side_post_list > li .img {
  width: 26%;
}

.side_post_list > li .txt_box {
  width: 70%;
}

.side_post_list > li .txt_box .date {
  display: block;
  margin-bottom: 0.7em;
  color: #9B9B9B;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.side_post_list > li .txt_box .cat {
  display: block;
  margin-bottom: 0.7em;
  color: #44B7DF;
  font-size: 1.2rem;
  font-weight: 700;
}

.side_post_list > li .txt_box .ttl {
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
}

.archive_list {
  position: relative;
}

.archive_list select {
  border-color: #9B9B9B;
  background: #fff;
}

/********************************************/
/* blog_archive_block */
/********************************************/
.post_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post_list .post_box {
  width: 49%;
  margin-bottom: 35px;
}

.post_list .post_box a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post_list .post_box a:hover {
  opacity: .7;
  text-decoration: none;
}

.post_list .post_box .img {
  margin-bottom: 15px;
}

.post_list .post_box .img:after {
  padding-top: 62%;
}

.post_list .post_box .img img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.post_list .post_box .cat {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.6em 1.2em;
  background: #44B7DF;
  color: #fff;
  font-size: 1.4rem;
}

.post_list .post_box .date {
  display: block;
  margin-bottom: 0.5em;
  color: #9B9B9B;
  font-size: 1.7rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.post_list .post_box .ttl {
  line-height: 1.7;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
}

/********************************************/
/*page_numbers */
/********************************************/
.page_numbers {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}

.page_numbers li {
  display: inline-block;
  min-width: 50px;
  margin: 0 10px 10px 0;
  vertical-align: top;
  text-align: center;
}

.page_numbers li span,
.page_numbers li a {
  display: block;
  padding: 0 0.3em;
  background: #ECF8FC;
  line-height: 50px;
  color: #333;
  font-size: 1.8rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page_numbers li a.next, .page_numbers li a.prev {
  padding: 0 1em;
  font-size: 2.0rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.page_numbers li a:hover {
  color: #44B7DF;
}

.page_numbers li .current {
  background: #44B7DF;
  color: #fff;
}

/********************************************/
/*single page */
/********************************************/
.post_main .date {
  display: inline-block;
  margin: 0 1.5em 1.2em 0;
  color: #9B9B9B;
  font-size: 1.7rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.post_main .cat {
  display: inline-block;
  margin-bottom: 1.2em;
  color: #44B7DF;
  font-size: 1.7rem;
  font-weight: 500;
}

.post_main .single_main_ttl {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 2.6rem;
  font-weight: 700;
}

.relation_block .relation_ttl {
  margin-bottom: 1.2em;
  letter-spacing: 0.15em;
  color: #0052B0;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
}

.relation_block .relation_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.relation_block .relation_list:after {
  content: "";
  display: inline-block;
  width: 32%;
}

.relation_block .relation_list li {
  width: 32%;
}

.relation_block .relation_list li a {
  display: block;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.relation_block .relation_list li a:hover {
  text-decoration: none;
}

.relation_block .relation_list li .img {
  margin-bottom: 10px;
}

.relation_block .relation_list li .img:after {
  padding-top: 62%;
}

.relation_block .relation_list li .img img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.relation_block .relation_list li .date {
  display: block;
  margin-bottom: 0.7em;
  color: #9B9B9B;
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.relation_block .relation_list li .cat {
  display: block;
  margin-bottom: 1em;
  color: #4191D6;
  font-size: 1.3rem;
  font-weight: 500;
}

.relation_block .relation_list li .ttl {
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: 500;
}

/********************************************/
/* pager_navi */
/********************************************/
.pager_navi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.pager_navi li {
  width: 49%;
}

.pager_navi li a {
  display: block;
  padding: 1em 1.5em;
  background: #ECF8FC;
  color: #333;
  font-size: 1.1rem;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pager_navi li a:hover {
  opacity: .7;
  text-decoration: none;
}

.pager_navi li span {
  display: block;
  margin-bottom: 0.7em;
  line-height: 1;
  color: #44B7DF;
  font-size: 1.9rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.pager_navi li.next a {
  text-align: right;
}

/*====================================================*/
/* contact_page_block */
/*====================================================*/
.contact_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 1.5em;
  color: #0052B0;
  font-size: 3.0rem;
}

.contact_ttl span {
  display: inline-block;
  padding: 0 0.4em;
  background: #fff;
  color: inherit;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.contact_ttl:after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #44B7DF;
  z-index: -1;
}

/********************************************/
/* mailform */
/********************************************/
.form_table {
  width: 100%;
  margin-bottom: 60px;
}

.form_table .required th {
  position: relative;
  padding-right: 2.6em;
}

.form_table .required th:after {
  position: absolute;
  top: 3.3em;
  right: 0;
  content: "必須";
  display: inline-block;
  padding: 0.2em 0.5em 0.3em;
  border-radius: 5px;
  background: #d9001b;
  color: #fff;
  font-size: 1.2rem;
}

.form_table th, .form_table td {
  vertical-align: top;
  font-size: 1.6rem;
}

.form_table th {
  width: 11em;
  padding: 2.5em 0;
  text-align: left;
  font-weight: bold;
}

.form_table td {
  padding: 1.5em 0 1.5em 1em;
}

.form_box .error {
  padding-top: 1em;
}

.form_box input[type="text"],
.form_box input[type="tel"],
.form_box input[type="email"],
.form_box select,
.form_box textarea {
  width: 100%;
  padding: 13px 10px;
  border: solid 1px #ccc;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form_box input.mini {
  width: 30% !important;
}

.form_box textarea {
  height: 14em;
}

.submit_btn {
  margin-top: 70px;
}

.submit_btn .input_btn {
  display: block;
  width: 100%;
  max-width: 448px;
  margin: auto;
  padding: 1.4em 1em 1.6em;
  background: #0052B0;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.submit_btn .input_btn:hover {
  background: #44B7DF;
}

.form_table input[type=radio] {
  display: none;
}

.form_table .radio_button > span {
  margin-bottom: 5px;
}

.form_table .mwform-radio-field:last-child span {
  margin-right: 0;
}

.form_table label span {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 0.3em 0 0 2.5em;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  font-weight: 500;
}

.form_table label span:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 20px;
  content: '';
}

.form_table label span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0052B0;
  content: '';
  opacity: 0;
}

.form_table input[type=radio]:checked + span:before {
  opacity: 1;
}

/*====================================================*/
/*@Page terms */
/*====================================================*/
.terms_list:not(:last-child) {
  margin-bottom: 60px;
}

.terms_list .base_txt p {
  font-weight: 500;
}

.center_ttl {
  position: relative;
  margin-bottom: 2.5em;
  padding-bottom: 0.8em;
  line-height: 1.4;
  color: #0052B0;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
}

.center_ttl:after {
  position: absolute;
  left: calc(50% - 2.3em);
  bottom: 0;
  content: "";
  width: 4.6em;
  height: 8px;
  background: #44B7DF;
}

.border_left_ttl {
  padding: 0.2em 0 0.2em 0.5em;
  margin-bottom: 1.5em;
  border-left: solid 0.8em #0052B0;
  color: #0052B0;
  font-size: 2.5rem;
  font-weight: 700;
}

/*====================================================*/
/*@Page company */
/*====================================================*/
.company_table {
  width: 100%;
}

.company_table th,
.company_table td {
  border: solid 1px #ccc;
  font-weight: 500;
  line-height: 1.8;
}

.company_table th {
  width: 18em;
  padding: 1em 5em;
  background: #ECF8FC;
}

.company_table td {
  padding: 1em 3em;
  background: #fff;
}

/*====================================================*/
/*@Page system 選択 */
/*====================================================*/
.system_page_block {
  padding-top: 30px;
}

@media (min-width: 768px) {
  #progress {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background-color: none;
    border: none;
    padding: 0;
    margin-bottom: 30px;
  }
  #progress .progress-blk {
    width: calc(100% / 6);
    float: none;
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 1.0em 1em 1.2em;
  }
  #progress .progress-blk.active {
    background-color: #0052B0;
    border-color: #0052B0;
    color: #FFFFFF;
  }
}

.ticket_search_block {
  padding: 30px;
}

.ticket_search_block .btn {
  padding: 10px 12px;
  border-radius: 0;
}

.ticket_search_block .input-group-addon,
.ticket_search_block .dropdown-toggle {
  background-color: #E8E2E2;
}

.ticket_search_block .form-control {
  height: 42px;
}

.search_box01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.search_box01 .left_box,
.search_box01 .right_box {
  width: 48%;
  max-width: 337px;
}

.search_box01 .left_box .input-group:not(:last-child),
.search_box01 .right_box .input-group:not(:last-child) {
  margin-bottom: 20px;
}

.search_box01 .left_box {
  margin-right: 4%;
}

.search_box02 {
  margin-bottom: 20px;
}

.search_box02 .input-group {
  margin: auto;
}

.search_box02 .input-group .input-group-btn {
  width: auto;
}

.search_box02 .input-group .radio-inline {
  margin-right: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1.6rem;
}

.search_box02 .input-group .radio-inline input[type=radio] {
  margin-top: 6px;
}

.search_box02 .input-group input[type=submit].btn-primary {
  padding: 10px 40px;
  background-color: #F53578;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search_box02 .input-group input[type=submit].btn-primary:hover {
  opacity: .7;
}

.search_box02 #narrow-down-view {
  color: #333;
  text-decoration: none;
}

.search_box02 #narrow-down-view:after {
  position: relative;
  top: 3px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(../img/common/ico-arr-top.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ticket_search_block .alert {
  margin-bottom: 0;
}

.ticket_search_block .alert-danger {
  border: none;
  border-radius: 0;
  background: #fff;
  color: #333;
  text-align: center;
}

.other_block {
  padding-top: 80px;
}

.other_block .img {
  width: 80%;
  max-width: 440px;
  margin: auto;
}

.other_block .img a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.other_block .img a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*====================================================*/
/* download_page_block */
/*====================================================*/
.download_page_block .pamphlet_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.download_page_block .pamphlet_list:after {
  display: inline-block;
  width: 30%;
  content: "";
}

.download_page_block .pamphlet_list li {
  width: 30%;
  margin-bottom: 50px;
  text-align: center;
}

.download_page_block .pamphlet_list li .inner {
  padding: 25px;
}

.download_page_block .pamphlet_list li .img {
  width: 70%;
  margin: 0 auto 20px;
}

.download_page_block .pamphlet_list li .ttl {
  letter-spacing: 0.05em;
  font-weight: 500;
}

.download_page_block .pamphlet_list li .download_btn a {
  display: block;
  padding: 0.7em 0.5em;
  background: #0052B0;
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.download_page_block .pamphlet_list li .download_btn a:hover {
  text-decoration: none;
  background: #44B7DF;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
  /*====================================================*/
  /*@Page Common*/
  /*====================================================*/
  /********************************************/
  /* bread_crumb */
  /********************************************/
  .bread_crumb li span {
    color: inherit;
    font-size: 1.3rem;
  }
  /*====================================================*/
  /*@Page main ttl*/
  /*====================================================*/
  .page_main_ttl {
    margin-bottom: 60px;
    padding: 40px 0 55px;
    font-size: 2.5rem;
  }
  .page_main_ttl:after {
    bottom: 15px;
    border-bottom: solid 4px #fff;
  }
  .benefits_page_block .page_main_ttl {
    padding: 50px 0;
  }
  .benefits_page_block .page_main_ttl .ttl {
    font-size: 3.0rem;
  }
  .benefits_page_block .page_main_ttl .ttl:before {
    width: 120px;
  }
  /*====================================================*/
  /*@Page benefits*/
  /*====================================================*/
  .benefits_first_txt {
    padding: 0.8em 0.5em;
    font-size: 2.0rem;
  }
  .benefits_list {
    padding-top: 60px;
  }
  .benefits_list > li {
    margin-bottom: 80px;
  }
  .benefits_list > li .num_ttl {
    margin-bottom: 1.3em;
    padding: 0 0 0 3.0em;
    font-size: 2.4rem;
  }
  .benefits_list > li .num_ttl:before {
    font-size: 1.2em;
  }
  .benefits_list .column_3_list li:not(:nth-last-child(-n+3)) {
    margin-bottom: 35px;
  }
  .benefits_list .column_3_list .img {
    width: 70%;
    margin: 0 auto 15px;
    float: none;
  }
  .benefits_list .column_3_list .base_txt p {
    font-size: 1.6rem;
  }
  .benefits_list .img_list li {
    margin: 0 auto;
  }
  .benefits_list .img_list li:not(:last-child) {
    margin: 0 auto 20px;
  }
  .column_2_list {
    flex-flow: column;
  }
  .column_2_list > li, .column_2_list > div, .column_2_list > dl {
    width: 100%;
  }
  .point_list .point_ttl {
    font-size: 1.8rem;
  }
  .point_list .point_box {
    padding: 20px 15px;
  }
  .point_list .point_box .img {
    width: 35%;
  }
  .point_list .point_box .txt_box {
    width: 60%;
    padding-top: 0;
  }
  .point_list .point_box .txt_box .ttl {
    font-size: 1.6rem;
  }
  .point_list .point_box .txt_box small {
    font-size: 1.3rem;
  }
  .caution_box p {
    font-size: 1.7rem;
  }
  .check_list li {
    font-size: 1.6rem;
  }
  .register_btn a {
    font-size: 1.8rem;
  }
  /*====================================================*/
  /*@Page template_page_block*/
  /*====================================================*/
  .customer_post.the_content h3 {
    font-size: 2.0rem;
  }
  .customer_post.the_content h4 {
    font-size: 2.0rem;
  }
  .customer_post.the_content h5 {
    font-size: 2.2rem;
  }
  .num_contents:after {
    left: calc(50% - 80px);
    border-width: 30px 80px 0 80px;
  }
  .num_contents h6 {
    font-size: 1.8rem;
  }
  .num_contents code {
    font-size: 0.6em;
    vertical-align: middle;
  }
  .faq_list .faq_box .faq_ttl {
    padding: 0.8em 2.5em 0.8em 4.5em;
  }
  .faq_list .faq_box .faq_ttl:before {
    padding: 0.5em;
    font-size: 2.5rem;
  }
  .faq_list .faq_box .faq_ttl:after {
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .faq_list .faq_box .answer_box {
    padding: 0.5em 2em 0.5em 3.6em;
  }
  .faq_list .faq_box .answer_box:before {
    top: 20px;
    left: 10px;
    font-size: 1.8rem;
  }
  .customer_post.the_content .wp-block-table {
    overflow-y: hidden;
  }
  .customer_post.the_content .wp-block-table:before {
    display: block;
    margin-bottom: 15px;
    content: "※下の表は横にスクロールできます";
  }
  .customer_post.the_content table {
    width: 160%;
  }
  .customer_post.the_content table a {
    padding: 0.1em 1.0em;
    white-space: nowrap;
    font-size: 1.3rem;
  }
  .customer_post.the_content table.form_table {
    width: 100%;
  }
  /*====================================================*/
  /* topics_page_block */
  /*====================================================*/
  .post_block {
    flex-flow: column;
  }
  .post_block .post_main {
    width: 100%;
    margin-bottom: 80px;
  }
  .post_block .sidebar {
    width: 100%;
  }
  /********************************************/
  /* sidebar */
  /********************************************/
  .sidebar .side_box {
    margin-bottom: 50px;
  }
  /********************************************/
  /* blog_archive_block */
  /********************************************/
  .post_list .post_box .cat {
    padding: 0.6em 1.2em;
    font-size: 1.1rem;
  }
  .post_list .post_box .date {
    font-size: 1.3rem;
  }
  .post_list .post_box .ttl {
    font-size: 1.4rem;
  }
  /********************************************/
  /*page_numbers */
  /********************************************/
  .page_numbers li {
    min-width: 30px;
  }
  .page_numbers li span,
  .page_numbers li a {
    line-height: 30px;
    font-size: 1.3rem;
  }
  .page_numbers li a.next, .page_numbers li a.prev {
    font-size: 1.6rem;
  }
  /*====================================================*/
  /* contact_page_block */
  /*====================================================*/
  .contact_ttl {
    font-size: 2.2rem;
  }
  /********************************************/
  /* mailform */
  /********************************************/
  .form_table {
    display: block;
  }
  .form_table .required th {
    padding-right: 3.6em;
  }
  .form_table .required th:after {
    top: 0;
  }
  .form_table tbody,
  .form_table tr {
    display: block;
  }
  .form_table tr {
    margin-bottom: 2em;
  }
  .form_table th, .form_table td {
    display: block;
    font-size: 1.4rem;
    padding: 0;
  }
  .form_table th {
    width: 100%;
    margin-bottom: 1em;
  }
  .form_box input.mini {
    width: 30% !important;
  }
  .submit_btn .input_btn {
    font-size: 1.6rem;
  }
  .form_table label span {
    padding: 0.3em 0 0 2.0em;
  }
  .form_table label span:after {
    left: 0;
    display: block;
    margin-top: -5px;
    width: 20px;
    height: 20px;
  }
  .form_table label span:before {
    left: 4px;
    margin-top: -1px;
    width: 12px;
    height: 12px;
  }
  /*====================================================*/
  /*@Page terms */
  /*====================================================*/
  .center_ttl {
    font-size: 2.2rem;
  }
  .center_ttl:after {
    height: 4px;
  }
  .border_left_ttl {
    border-left: solid 0.6em #0052B0;
    font-size: 1.8rem;
  }
  /*====================================================*/
  /*@Page company */
  /*====================================================*/
  .company_table th,
  .company_table td {
    padding: 1em 1em;
  }
  .company_table th {
    width: 9em;
  }
  /*====================================================*/
  /*@Page system 選択 */
  /*====================================================*/
  .ticket_search_block {
    padding: 30px 15px;
  }
  .search_box01 {
    flex-flow: column;
  }
  .search_box01 .left_box,
  .search_box01 .right_box {
    width: 100%;
    max-width: 100%;
  }
  .search_box01 .left_box {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .other_block {
    padding-top: 50px;
  }
  /*====================================================*/
  /* download_page_block */
  /*====================================================*/
  .download_page_block .pamphlet_list:after {
    content: none;
  }
  .download_page_block .pamphlet_list li {
    width: 47%;
    margin-bottom: 35px;
  }
  .download_page_block .pamphlet_list li .inner {
    padding: 20px 15px;
  }
  .download_page_block .pamphlet_list li .ttl {
    font-size: 1.4rem;
  }
  .download_page_block .pamphlet_list li .download_btn a {
    font-size: 1.3rem;
  }
}
