@charset "UTF-8";
/******************************************************************************
******************************************************************************
**
** style.cssにおいて ( var.3.1.3 )
** -- baseでは基本タグとサイト大枠のCSS指定
** -- headerではヘッダーのCSS指定
** -- global navではグローバルナビのCSS指定
** -- contentではコンテント・メイン・サイドナビのCSS指定
** -- footerではフッターのCSS指定
** -- pagetopではページトップボタンのCSS指定
** -- indexではトップページのCSS指定
** -- pageでは汎用ページのCSS指定
** -- styleでは汎用ページのコンテンツ（データ入れ）で使用する基本タグのCSS指定
**
** 注意事項
** -- CSSの命名規則はApplicatsオリジナルの命名規則を採用しています。
** -- 初期フォントサイズはreset.cssにて13pxにリセットしています。
** -- 行間は1.6にリセットしています。
**        単位は不要です。(スタイル崩れする可能性有)
** -- コンテンツ内のフォントサイズ・行間は
**        [ base ]のcontentsクラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** style
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: url(../images/body_bg.jpg);
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg .hd {
  padding: 15px 10px;
}
.hd_bg .hd .hd_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 15vw);
  margin-bottom: 10px;
}
.hd_bg .hd .hd_logo a {
  color: #0c2b45;
  font-size: 20px;
  text-decoration: none;
}
.hd_bg .hd .hd_logo a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: auto;
  margin-bottom: 5px;
}
.hd_bg .hd .hd_logo a figure img {
  width: 100%;
  height: auto;
}
.hd_bg .hd .hd_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #144571;
  border: 1px solid #144571;
}
.hd_bg .hd .hd_contact .hd_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.hd_bg .hd .hd_contact .hd_tel figure {
  width: 48px;
  height: auto;
  margin: 0 10px;
}
.hd_bg .hd .hd_contact .hd_tel figure img {
  width: 100%;
  height: auto;
}
.hd_bg .hd .hd_contact .hd_tel > div {
  padding: 10px 0;
}
.hd_bg .hd .hd_contact .hd_tel > div a {
  font-size: 18px;
  font-weight: 700;
  color: #144571;
  text-decoration: none;
}
.hd_bg .hd .hd_contact .hd_mail {
  background: #144571;
}
.hd_bg .hd .hd_contact .hd_mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 10px 10px 10px 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hd_bg .hd .hd_contact .hd_mail a figure {
  width: 48px;
  height: auto;
  margin-right: 10px;
}
.hd_bg .hd .hd_contact .hd_mail a figure img {
  width: 100%;
  height: auto;
}
.hd_bg .hd .hd_contact .hd_mail a:hover {
  opacity: 0.5;
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav {
  position: fixed;
  top: 0px;
  right: -70%;
  z-index: 100;
  overflow-x: none;
  overflow-y: auto;
  width: 70%;
  height: calc(100% + 500px);
  padding-bottom: 500px;
  background: #ebede9;
  color: #0c2b45;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.nav .nav_list > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 1em 1em 1.5em;
  color: #0c2b45;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.nav .nav_list > li > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.nav .nav_list > li > a span img {
  width: 100%;
  height: auto;
}
.nav .nav_list > li > a:hover, .nav .nav_list > li > a.current {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav .nav_list > li .nav_clist > li > a {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 1em 1em 1em 2em;
  text-decoration: none;
}
.nav .nav_list > li .nav_clist > li > a:hover, .nav .nav_list > li .nav_clist > li > a.current {
  background-color: #000;
  -webkit-box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}
.nav .nav_list > li .nav_clist > li .nav_glist > li > a {
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  font-size: 11px;
  padding: 1em 1em 1em 3em;
  text-decoration: none;
}
.nav .nav_list > li .nav_clist > li .nav_glist > li > a:hover, .nav .nav_list > li .nav_clist > li .nav_glist > li > a.current {
  background-color: #000;
  -webkit-box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}

.sp_nav_open {
  right: 0 !important;
}

.sp_nav_trigger {
  cursor: pointer;
  z-index: 1000;
  position: fixed !important;
  top: 25px;
  right: 15px;
  margin-top: -5px;
  width: 36px;
  height: 24px;
}
.sp_nav_trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_nav_trigger span:nth-of-type(1) {
  top: 0;
}
.sp_nav_trigger span:nth-of-type(2) {
  top: 10px;
}
.sp_nav_trigger span:nth-of-type(3) {
  bottom: 0;
}
.sp_nav_trigger::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "MENU";
  display: block;
  width: 100%;
  padding-top: 20px;
  color: #000;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sp_nav_trigger.sp_active::after {
  content: "CLOSE";
  bottom: -25px;
  color: #144571;
}
.sp_nav_trigger.sp_active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background: #144571;
}
.sp_nav_trigger.sp_active span:nth-of-type(2) {
  opacity: 0;
  background: #144571;
}
.sp_nav_trigger.sp_active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background: #144571;
}

/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con {
  padding: 0 5%;
}
.con .main {
  margin-bottom: 30px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
  background: #ddd;
}
.ft_bg .ft {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ft_bg .ft .ft_copy {
  font-size: 10px;
  text-align: center;
}

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
  border-radius: 50%;
  background-color: #f26457;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  right: 10px;
  position: fixed;
  width: 40px;
  z-index: 100;
}
.pt:hover {
  opacity: 0.6;
}

.pt_btn {
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}
.pt_btn::before, .pt_btn::after {
  background-color: #FFF;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.pt_btn::before {
  width: 5px;
  bottom: 0;
}
.pt_btn::after {
  height: 5px;
  right: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_slider_bg {
  position: relative;
  margin: 0;
  padding: 20px 0 40px;
  background: url(../images/main_bg.jpg) center bottom;
  background-attachment: fixed;
  text-align: left;
}
.index_slider_bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/layer.png) rgba(0, 0, 0, 0.2);
}
.index_slider_bg .index_slider {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.index_slider_bg .index_slider h1 {
  margin-bottom: 20px;
  color: #fff;
  font-style: italic;
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.015em;
}
.index_slider_bg .index_slider h1 .sub_title {
  display: inline-block;
  margin: 0 0 20px;
  font-style: normal;
  font-size: 13px;
  border-bottom: 2px solid #fff;
  line-height: 1.3em;
  letter-spacing: 0.015em;
}
.index_slider_bg .index_slider h1 .main_title {
  display: block;
  font-weight: 300;
}
.index_slider_bg .index_slider h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.index_slider_bg .index_slider > p {
  width: 100%;
  margin: 20px 0 0;
  color: #fff;
  font-size: 13px;
  text-align: justify;
  line-height: 1.8em;
}
.index_slider_bg .index_slider .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 0;
  padding: 15px 15px 25px;
  background: #fff;
  border-radius: 3px;
}
.index_slider_bg .index_slider .price p {
  position: relative;
  z-index: 1;
}
.index_slider_bg .index_slider .price p:first-of-type {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin: 0 0 10px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.index_slider_bg .index_slider .price p:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #f26457;
  font-size: 40px;
  font-weight: bold;
}
.index_slider_bg .index_slider .price p:last-of-type::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 10px 0 0;
  background: #808080;
}
.index_slider_bg .index_slider .price .price_line::before {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  display: inline-block;
  width: 80%;
  height: 20px;
  background-size: auto auto;
  background-color: #d9e3f3;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #ccd9ef 4px, #ccd9ef 6px);
}

.index_main .index_link_area {
  margin: 0;
  padding: 70px 0 40px;
}
.index_main .index_link_area .box {
  position: relative;
}
.index_main .index_link_area .box .index_link_list, .index_main .index_link_area .box .index_link_list_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.index_main .index_link_area .box .index_link_list li, .index_main .index_link_area .box .index_link_list_02 li {
  width: 100%;
  margin-bottom: 15px;
}
.index_main .index_link_area .box .index_link_list li a, .index_main .index_link_area .box .index_link_list_02 li a {
  display: block;
  width: 100%;
  background: #fff;
  text-decoration: none;
  border: 1px solid #1d66a4;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .index_link_area .box .index_link_list li a > p, .index_main .index_link_area .box .index_link_list_02 li a > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 10px;
  background: url(../images/price_ttl_bg.png) #144571 no-repeat center bottom;
  background-size: cover;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 3px 3px 0 0;
}
.index_main .index_link_area .box .index_link_list li a > .price_btn, .index_main .index_link_area .box .index_link_list_02 li a > .price_btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 15px 25px;
  border-radius: 0 0 3px 3px;
}
.index_main .index_link_area .box .index_link_list li a > .price_btn p, .index_main .index_link_area .box .index_link_list_02 li a > .price_btn p {
  position: relative;
  z-index: 1;
}
.index_main .index_link_area .box .index_link_list li a > .price_btn p:first-of-type, .index_main .index_link_area .box .index_link_list_02 li a > .price_btn p:first-of-type {
  margin-bottom: 15px;
  color: #434343;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.index_main .index_link_area .box .index_link_list li a > .price_btn p:first-of-type span, .index_main .index_link_area .box .index_link_list_02 li a > .price_btn p:first-of-type span {
  color: #f26457;
  font-size: 38px;
  font-weight: 700;
}
.index_main .index_link_area .box .index_link_list li a > .price_btn p:last-of-type, .index_main .index_link_area .box .index_link_list_02 li a > .price_btn p:last-of-type {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  padding: 10px 15px 10px 30px;
  background: #f26457;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
}
.index_main .index_link_area .box .index_link_list li a > .price_btn p:last-of-type::before, .index_main .index_link_area .box .index_link_list_02 li a > .price_btn p:last-of-type::before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "▼";
  color: #fff;
  font-size: 10px;
}
.index_main .index_link_area .box .index_link_list li a > .price_btn .price_line, .index_main .index_link_area .box .index_link_list_02 li a > .price_btn .price_line {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.index_main .index_link_area .box .index_link_list li a > .price_btn .price_line::before, .index_main .index_link_area .box .index_link_list_02 li a > .price_btn .price_line::before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 20px;
  background-size: auto auto;
  background-color: #d9e3f3;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #ccd9ef 4px, #ccd9ef 6px);
}
.index_main .index_link_area .box .index_link_list li a:hover {
  opacity: 0.8;
}
.index_main .index_link_area .box .index_link_list_02 li a:hover {
  opacity: 0.8;
}
.index_main .index_link_area .box .index_link_list_02 li:last-of-type a .price_btn .price_line {
  top: 35px;
}
.index_main .index_link_area .box .index_online_suport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #144571;
  border-radius: 8px;
}
.index_main .index_link_area .box .index_online_suport .index_online_suport_box h2 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 24px;
  border-bottom: 2px solid #ccc;
}
.index_main .index_link_area .box .index_online_suport .index_online_suport_box h2 span {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.index_main .index_link_area .box .index_online_suport .index_online_suport_box h2 span::before {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #152893;
}
.index_main .index_link_area .box .index_online_suport .index_online_suport_box .index_online_suport_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.index_main .index_link_area .box .index_online_suport .index_online_suport_box .index_online_suport_link > div {
  width: 100%;
}
.index_main .index_link_area .box .index_online_suport .index_online_suport_box .index_online_suport_link > div a {
  display: block;
  width: 100%;
  padding: 10px;
  background: #144571;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .index_link_area .box .index_online_suport .index_online_suport_box .index_online_suport_link > div a:hover {
  opacity: 0.8;
}
.index_main .index_link_area .box .index_online_suport .index_online_suport_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.index_main .index_link_area .box .index_online_suport .index_online_suport_img img {
  width: 100%;
  height: auto;
}
.index_main .index_flow .index_flow_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #144571;
}
.index_main .index_flow .index_flow_wrap h2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  color: #144571;
}
.index_main .index_flow .index_flow_wrap .index_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index_main .index_flow .index_flow_wrap .index_flow_list .index_flow_list_item {
  position: relative;
  width: 100%;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}
.index_main .index_flow .index_flow_wrap .index_flow_list .index_flow_list_item:nth-of-type(odd) {
  background: #d2dae8;
}
.index_main .index_flow .index_flow_wrap .index_flow_list .index_flow_list_item:nth-of-type(odd)::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #d2dae8;
}
.index_main .index_flow .index_flow_wrap .index_flow_list .index_flow_list_item:nth-of-type(even) {
  background: #ebeff6;
}
.index_main .index_flow .index_flow_wrap .index_flow_list .index_flow_list_item:nth-of-type(even)::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ebeff6;
}
.index_main .index_flow .index_flow_wrap .index_flow_list .index_flow_list_item:last-of-type::before {
  display: none;
}
.index_main .index_flow .index_flow_wrap .index_flow_list .index_flow_list_item h3 {
  margin: 10px 0;
  padding-bottom: 5px;
  color: #144571;
  font-size: 16px;
  border-bottom: 1px solid #144571;
}
.index_main .index_results h2 {
  margin: 0 0 30px;
  padding: 10px 15px;
  background: #144571;
  color: #fff;
  font-size: 24px;
}
.index_main .index_results .index_results_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 60px;
}
.index_main .index_results .index_results_list .index_results_item {
  width: 100%;
}
.index_main .index_results .index_results_list .index_results_item .index_results_item_img a {
  display: block;
  overflow: hidden;
}
.index_main .index_results .index_results_list .index_results_item .index_results_item_img a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.index_main .index_results .index_results_list .index_results_item .index_results_item_img a:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.index_main .index_results .index_results_list .index_results_item .index_results_item_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 5px;
  font-size: 14px;
}
.index_main .index_results .index_results_list .index_results_item .index_results_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}
.index_main .index_system h2 {
  margin: 0 0 30px;
  padding: 10px 15px;
  background: #144571;
  color: #fff;
  font-size: 24px;
}
.index_main .index_system .index_system_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.index_main .index_system .index_system_list .index_system_item {
  width: 100%;
}
.index_main .index_system .index_system_list .index_system_item h3 {
  padding: 10px 15px;
  background: #434343;
  color: #fff;
  font-size: 18px;
}
.index_main .index_system .index_system_list .index_system_item h3 span:last-of-type {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.index_main .index_system .index_system_list .index_system_item .index_system_con {
  padding: 10px;
  background: #fff;
  border: 1px solid #434343;
  border-top: none;
}
.index_main .index_system .index_system_list .index_system_item .index_system_con .index_system_img {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.index_main .index_system .index_system_list .index_system_item .index_system_con .index_system_img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
.index_main .index_system .index_system_list .index_system_item .index_system_con .index_system_details .index_system_details_top {
  margin: 0 0 10px;
  padding: 15px;
  background: #eee;
}
.index_main .index_system .index_system_list .index_system_item .index_system_con .index_system_details .index_system_details_top h4 {
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.index_main .index_system .index_system_list .index_system_item .index_system_con .index_system_details .total {
  color: #1d66a4;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.index_main .index_system .index_system_list .index_system_item .index_system_con .index_system_details .total span {
  font-size: 36px;
}
.index_main .index_contact {
  margin-bottom: 60px;
}
.index_main .index_contact .index_contact_con {
  background: #fff;
  border: 1px solid #144571;
}
.index_main .index_contact .index_contact_con h2 {
  padding: 10px 15px;
  background: #144571;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.index_main .index_contact .index_contact_con .index_contact_list {
  padding: 0 20px;
}
.index_main .index_contact .index_contact_con .index_contact_list > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
.index_main .index_contact .index_contact_con .index_contact_list > *:last-of-type {
  content: "";
  border-top: 1px solid #144571;
}
.index_main .index_contact .index_contact_con .index_contact_list > * .txt_box {
  margin-left: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
}
.index_main .index_contact .index_contact_con .index_contact_list > * .txt_box a {
  display: block;
  font-size: 22px;
  color: #144571;
  text-decoration: none;
}
.index_main .index_contact .index_contact_con .index_contact_list > * .txt_box .tel_txt {
  font-size: 16px;
}
.index_main .index_contact .index_contact_con .index_contact_list > * .txt_box .tel_no {
  font-size: 26px;
}
.index_main .index_contact .index_contact_con .index_contact_list > * .txt_box .tel_time {
  font-size: 14px;
}
.index_main .index_inquiry {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 40px 10px;
  background: #144571;
}
.index_main .index_inquiry h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.index_main .index_inquiry .index_inquiry_con {
  background: #fff;
}
.index_main .index_inquiry .index_inquiry_con form#mailformpro {
  padding: 20px !important;
}
.index_main .index_inquiry .index_inquiry_con form#mailformpro .inquiry_policy_detail {
  height: 250px;
  margin-bottom: 10px;
  padding: 10px;
  background: #eee;
  overflow-y: scroll;
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
.slider_bg {
  position: relative;
  margin: 0;
  padding: 20px 0 40px;
  text-align: left;
}
.slider_bg.web {
  background: url(../images/web_bg.jpg) center bottom;
  background-attachment: fixed;
  background-size: cover;
}
.slider_bg.portal {
  background: url(../images/portal_bg.jpg) 40% top;
  background-attachment: fixed;
  background-size: cover;
}
.slider_bg.academic {
  background: url(../images/academic_bg.jpg) 70% top;
  background-attachment: fixed;
  background-size: cover;
}
.slider_bg.online {
  background: url(../images/online_bg.jpg) center center;
  background-attachment: fixed;
  background-size: cover;
}
.slider_bg.coverage {
  background: url(../images/coverage_bg.jpg) center top;
  background-attachment: fixed;
  background-size: cover;
}
.slider_bg.movie {
  background: url(../images/movie_bg.jpg) center top;
  background-attachment: fixed;
  background-size: cover;
}
.slider_bg.publication {
  background: url(../images/publication_bg.jpg) center top;
  background-attachment: fixed;
  background-size: cover;
}
.slider_bg.online_support {
  background: url(../images/online_support_bg.jpg) center top;
  background-attachment: fixed;
  background-size: cover;
}
.slider_bg.thanks {
  background: url(../images/main_bg.jpg) center bottom;
  background-attachment: fixed;
  background-size: cover;
}
.slider_bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/layer.png) rgba(0, 0, 0, 0.2);
}
.slider_bg .slider {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.slider_bg .slider h1 {
  margin-bottom: 20px;
  color: #fff;
  font-style: italic;
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.015em;
}
.slider_bg .slider h1 .sub_title {
  display: inline-block;
  margin: 0 0 20px;
  font-style: normal;
  font-size: 13px;
  border-bottom: 2px solid #fff;
  line-height: 1.3em;
  letter-spacing: 0.015em;
}
.slider_bg .slider h1 .main_title {
  display: block;
  font-weight: 300;
}
.slider_bg .slider > p {
  width: 100%;
  margin: 20px 0 0;
  color: #fff;
  font-size: 13px;
  text-align: justify;
  line-height: 1.8em;
}

.group .group_price {
  position: relative;
}
.group .group_price h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 40px;
  font-size: 28px;
  text-align: center;
}
.group .group_price h2 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 5px 0 25px;
  color: #f26457;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.03em;
}
.group .group_price .price_line {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.group .group_price .price_line::before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 20px;
  background-size: auto auto;
  background-color: #d9e3f3;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #ccd9ef 4px, #ccd9ef 6px);
}
.group .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.group .box > div {
  width: 100%;
}
.group .box > div h3 {
  margin: 0 0 40px;
  padding: 0 0 10px;
  font-size: 24px;
  border-bottom: 2px solid #ccc;
}
.group .box > div h3 span {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.group .box > div h3 span::before {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #152893;
}
.group .box > div.feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em;
  margin: 0;
}
.group .box > div.feature ul li {
  width: 100%;
  margin: 0;
  list-style: none;
}
.group .box > div.feature ul li h4 {
  margin: 0 0 20px;
  padding: 0 0 0 25px;
  background: url(../images/icon_check.png) no-repeat center left;
  color: #666;
  font-size: 18px;
}
.group .box > div.feature ul li p {
  font-size: 14px;
}
.group .box > div.plan > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.group .box > div.plan > ul > li h4 {
  margin: 0;
  padding: 0 0 0 15px;
  background: url(../images/icon_squear_glay.png) no-repeat left 9px;
  color: #666;
  font-size: 16px;
}
.group .box > div.plan > ul > li p {
  margin: 5px 0 0 15px;
  font-size: 14px;
}

.sample_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0 80px;
}
.sample_list .sample_item {
  width: 100%;
}
.sample_list .sample_item .sample_item_img a {
  display: block;
  overflow: hidden;
}
.sample_list .sample_item .sample_item_img a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.sample_list .sample_item .sample_item_img a:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.sample_list .sample_item .sample_item_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 5px;
  font-size: 14px;
}
.sample_list .sample_item .sample_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}

.link h2 {
  margin: 0 0 40px;
  font-size: 28px;
  text-align: center;
}
.link .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.link .link_list li {
  width: 100%;
  margin: 0 0 15px !important;
  list-style: none !important;
}
.link .link_list li a {
  display: block;
  width: 100%;
  background: #fff;
  text-decoration: none;
  border: 1px solid #1d66a4;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link .link_list li a > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 10px;
  background: url(../images/price_ttl_bg.png) #144571 no-repeat center bottom;
  background-size: cover;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 3px 3px 0 0;
}
.link .link_list li a > .price_btn {
  display: block;
  width: 100%;
  padding: 10px 25px 25px;
  border-radius: 0 0 3px 3px;
}
.link .link_list li a .price_btn {
  position: relative;
}
.link .link_list li a .price_btn p:first-of-type {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  color: #434343;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.link .link_list li a .price_btn p:first-of-type span {
  color: #f26457;
  font-size: 38px;
  font-weight: 700;
}
.link .link_list li a .price_btn p:last-of-type {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  padding: 10px 15px 10px 30px;
  background: #f26457;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
}
.link .link_list li a .price_btn p:last-of-type::before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "▼";
  color: #fff;
  font-size: 10px;
}
.link .link_list li a .price_btn .price_line {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.link .link_list li a .price_btn .price_line::before {
  content: "";
  display: inline-block;
  width: 220px;
  height: 20px;
  background-size: auto auto;
  background-color: #d9e3f3;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #ccd9ef 4px, #ccd9ef 6px);
}
.link .link_list li a:hover {
  opacity: 0.8;
}
.link .link_list ul.link_list_inner_txt {
  display: block;
}
.link .link_list ul.link_list_inner_txt li {
  width: 100%;
  font-size: 16px;
  margin-bottom: 0.5rem;
  list-style: square;
  color: #144571;
  font-weight: bold;
}

.portal h2, .academic h2, .online h2 {
  margin: 0 0 40px;
  font-size: 28px;
  text-align: center;
}

.portal h2 span, .academic h2 span, .online h2 span {
  display: inline-block;
  margin: 0 5px 0 25px;
  color: #f26457;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.03em;
}

.portal .online_price, .academic .online_price, .online .online_price {
  position: relative;
}

.portal .portal_con, .portal .academic_con, .portal .online_con_01, .portal .online_con_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em;
  margin-bottom: 80px;
}

.academic .portal_con, .academic .academic_con, .academic .online_con_01, .academic .online_con_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em;
  margin-bottom: 80px;
}

.online .portal_con, .online .academic_con, .online .online_con_01, .online .online_con_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em;
  margin-bottom: 80px;
}

.portal .portal_con .portal_box, .portal .portal_con .academic_box, .portal .portal_con .online_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}
.portal .academic_con .portal_box, .portal .academic_con .academic_box, .portal .academic_con .online_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}
.portal .online_con_01 .portal_box, .portal .online_con_01 .academic_box, .portal .online_con_01 .online_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}
.portal .online_con_02 .portal_box, .portal .online_con_02 .academic_box, .portal .online_con_02 .online_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}

.academic .portal_con .portal_box, .academic .portal_con .academic_box, .academic .portal_con .online_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}
.academic .academic_con .portal_box, .academic .academic_con .academic_box, .academic .academic_con .online_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}
.academic .online_con_01 .portal_box, .academic .online_con_01 .academic_box, .academic .online_con_01 .online_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}
.academic .online_con_02 .portal_box, .academic .online_con_02 .academic_box, .academic .online_con_02 .online_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}

.online .portal_con .portal_box, .online .portal_con .academic_box, .online .portal_con .online_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}
.online .academic_con .portal_box, .online .academic_con .academic_box, .online .academic_con .online_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}
.online .online_con_01 .portal_box, .online .online_con_01 .academic_box, .online .online_con_01 .online_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}
.online .online_con_02 .portal_box, .online .online_con_02 .academic_box, .online .online_con_02 .online_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}

.portal .portal_con .portal_box h3, .portal .portal_con .academic_box h3, .portal .portal_con .online_box h3 {
  display: inline-block;
  margin: 0 0 20px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #152893;
}
.portal .academic_con .portal_box h3, .portal .academic_con .academic_box h3, .portal .academic_con .online_box h3 {
  display: inline-block;
  margin: 0 0 20px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #152893;
}
.portal .online_con_01 .portal_box h3, .portal .online_con_01 .academic_box h3, .portal .online_con_01 .online_box h3 {
  display: inline-block;
  margin: 0 0 20px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #152893;
}
.portal .online_con_02 .portal_box h3, .portal .online_con_02 .academic_box h3, .portal .online_con_02 .online_box h3 {
  display: inline-block;
  margin: 0 0 20px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #152893;
}

.academic .portal_con .portal_box h3, .academic .portal_con .academic_box h3, .academic .portal_con .online_box h3 {
  display: inline-block;
  margin: 0 0 20px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #152893;
}
.academic .academic_con .portal_box h3, .academic .academic_con .academic_box h3, .academic .academic_con .online_box h3 {
  display: inline-block;
  margin: 0 0 20px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #152893;
}
.academic .online_con_01 .portal_box h3, .academic .online_con_01 .academic_box h3, .academic .online_con_01 .online_box h3 {
  display: inline-block;
  margin: 0 0 20px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #152893;
}
.academic .online_con_02 .portal_box h3, .academic .online_con_02 .academic_box h3, .academic .online_con_02 .online_box h3 {
  display: inline-block;
  margin: 0 0 20px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #152893;
}

.online .portal_con .portal_box h3, .online .portal_con .academic_box h3, .online .portal_con .online_box h3 {
  display: inline-block;
  margin: 0 0 20px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #152893;
}
.online .academic_con .portal_box h3, .online .academic_con .academic_box h3, .online .academic_con .online_box h3 {
  display: inline-block;
  margin: 0 0 20px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #152893;
}
.online .online_con_01 .portal_box h3, .online .online_con_01 .academic_box h3, .online .online_con_01 .online_box h3 {
  display: inline-block;
  margin: 0 0 20px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #152893;
}
.online .online_con_02 .portal_box h3, .online .online_con_02 .academic_box h3, .online .online_con_02 .online_box h3 {
  display: inline-block;
  margin: 0 0 20px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #152893;
}

.portal .portal_con .portal_box p, .portal .portal_con .academic_box p, .portal .portal_con .online_box p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}
.portal .academic_con .portal_box p, .portal .academic_con .academic_box p, .portal .academic_con .online_box p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}
.portal .online_con_01 .portal_box p, .portal .online_con_01 .academic_box p, .portal .online_con_01 .online_box p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}
.portal .online_con_02 .portal_box p, .portal .online_con_02 .academic_box p, .portal .online_con_02 .online_box p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}

.academic .portal_con .portal_box p, .academic .portal_con .academic_box p, .academic .portal_con .online_box p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}
.academic .academic_con .portal_box p, .academic .academic_con .academic_box p, .academic .academic_con .online_box p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}
.academic .online_con_01 .portal_box p, .academic .online_con_01 .academic_box p, .academic .online_con_01 .online_box p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}
.academic .online_con_02 .portal_box p, .academic .online_con_02 .academic_box p, .academic .online_con_02 .online_box p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}

.online .portal_con .portal_box p, .online .portal_con .academic_box p, .online .portal_con .online_box p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}
.online .academic_con .portal_box p, .online .academic_con .academic_box p, .online .academic_con .online_box p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}
.online .online_con_01 .portal_box p, .online .online_con_01 .academic_box p, .online .online_con_01 .online_box p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}
.online .online_con_02 .portal_box p, .online .online_con_02 .academic_box p, .online .online_con_02 .online_box p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}

.portal .online_con_02, .academic .online_con_02, .online .online_con_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: -50px;
}

.portal .online_con_02 .online_box, .academic .online_con_02 .online_box, .online .online_con_02 .online_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
}

.portal .online_con_02 .online_box h3, .academic .online_con_02 .online_box h3, .online .online_con_02 .online_box h3 {
  display: inline-block;
  margin: 0 0 20px;
  color: #152893;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #152893;
}

.portal .online_con_02 .online_box p, .academic .online_con_02 .online_box p, .online .online_con_02 .online_box p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}

.portal .online_sample, .academic .online_sample, .online .online_sample {
  width: 96%;
  margin: 40px auto 80px;
}

.portal .online_sample li, .academic .online_sample li, .online .online_sample li {
  position: relative;
  display: inline-block;
  margin: 15px 10px 0;
  padding: 0 0 0 15px;
  font-size: 16px;
  font-weight: bold;
}

.portal .online_sample li:before, .academic .online_sample li:before, .online .online_sample li:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: url(../images/icon_squear_glay.png);
  display: inline-block;
  width: 9px;
  height: 9px;
}

.portal .online_sample li a, .academic .online_sample li a, .online .online_sample li a {
  color: #152893;
  font-weight: bold;
  text-decoration: underline;
}

.coverage_about {
  margin-bottom: 60px;
}
.coverage_about h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid #144571;
}
.coverage_about .coverage_about_box {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0;
  background: url(../images/coverage_about_bg.jpg) no-repeat 10% top;
  background-size: cover;
}
.coverage_about .coverage_about_box .coverage_about_txtbox {
  width: 96%;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.coverage_about .coverage_about_box .coverage_about_txtbox h3 {
  margin-top: 30px;
  padding: 20px 0 10px;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #999;
}

.coverage_cf {
  margin-bottom: 60px;
}
.coverage_cf h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid #144571;
}
.coverage_cf .coverage_cf_box {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0;
  background: url(../images/cf_bg.jpg) no-repeat right top;
  background-size: cover;
}
.coverage_cf .coverage_cf_box .coverage_cf_txtbox {
  width: 96%;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.coverage_cf .coverage_cf_box .coverage_cf_txtbox h3 {
  margin-top: 30px;
  padding: 20px 0 10px;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #999;
}

.coverage_price {
  width: 100%;
  margin: 20px 0 80px;
  padding: 20px 10px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.coverage_price > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.coverage_price > div p {
  width: 100%;
  margin: 0 !important;
}
.coverage_price > div p:first-of-type {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 20px;
  color: #152893;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.coverage_price > div p:first-of-type span {
  font-size: 16px;
}
.coverage_price > div p:last-of-type {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 0 0 30px;
  color: #f26457;
  font-size: 50px;
  font-weight: bold;
  border-top: 1px solid #808080;
}
.coverage_price > div p:last-of-type span {
  display: block;
  margin: 20px 0 0;
  font-size: 38px;
}
.coverage_price > div .price_line {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.coverage_price > div .price_line::before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 20px;
  background-size: auto auto;
  background-color: #d9e3f3;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #ccd9ef 4px, #ccd9ef 6px);
}

.movie_option {
  border: 2px solid #144571;
}
.movie_option h2 {
  margin: 0;
  padding: 20px 0;
  background: #144571;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border: none;
  line-height: 1;
}
.movie_option h3 {
  margin: 40px 20px;
  padding: 0 0 10px;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #333;
}
.movie_option h3 span {
  display: block;
  color: #144571;
  font-size: 24px;
  font-weight: 700;
}
.movie_option .movie_option_about {
  margin: 40px 20px;
}
.movie_option .movie_option_about figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin: 0 0 20px;
}
.movie_option .movie_option_about figure img {
  width: 100%;
  height: auto;
}
.movie_option .movie_option_about .movie_option_about_point {
  margin: 0 0 20px;
}
.movie_option .movie_option_about .movie_option_about_point p {
  margin: 0 0 40px;
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
}
.movie_option .movie_option_about .movie_option_about_point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 0 !important;
}
.movie_option .movie_option_about .movie_option_about_point ul li {
  width: 100%;
  margin: 0 !important;
  padding: 15px !important;
  color: #f26457;
  font-size: 18px;
  text-align: center;
  border: 2px solid #f26457;
  list-style: none;
}
.movie_option .movie_option_about .movie_option_about_point ul li span {
  display: block;
}
.movie_option .movie_option_about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin: 40px 20px;
}
.movie_option .movie_option_about_list .movie_option_about_item {
  width: 100%;
  padding: 20px;
  border: 2px solid #144571;
}
.movie_option .movie_option_about_list .movie_option_about_item h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
  padding: 0.2em 0 0.3em 0;
  color: #144571;
  font-size: 1.3em;
}
.movie_option .movie_option_about_list .movie_option_about_item h4 span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 0;
  background: #b8cce4;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.movie_option .movie_option_about_list .movie_option_about_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0 !important;
}
.movie_option .movie_option_about_list .movie_option_about_item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 !important;
  padding: 10px;
  background: #144571;
  color: #fff;
  list-style: none;
}
.movie_option .movie_option_about_list .movie_option_about_item .plice {
  margin: 0 !important;
  color: #00006f;
  font-size: 26px;
  font-weight: 700;
  text-align: right;
}
.movie_option .movie_option_about_list .movie_option_about_item .plice span {
  font-size: 18px;
}

.publication_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
}
.publication_point > * {
  width: 100%;
}
.publication_point > *.publication_point_txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.publication_point > *.publication_point_txtbox h2 {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 18px;
  border-left: 3px solid #144571;
}

.publication_cf {
  margin-bottom: 60px;
}
.publication_cf h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 26px;
  text-align: center;
  border-bottom: 2px solid #144571;
}
.publication_cf .publication_cf_box {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0;
  background: url(../images/cf_bg.jpg) no-repeat right top;
  background-size: cover;
}
.publication_cf .publication_cf_box .publication_cf_txtbox {
  width: 96%;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.publication_cf .publication_cf_box .publication_cf_txtbox h3 {
  margin-top: 30px;
  padding: 20px 0 10px;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #999;
}

/*------------- オンライン学会サポートプラン ----------------*/
.online_support_about {
  margin-bottom: 60px;
}
.online_support_about h2 {
  margin: 0 0 40px;
  padding: 0 0 10px;
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid #ccc;
}
.online_support_about h2 span {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.online_support_about h2 span::before {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #152893;
}

.online_support_set .online_support_set_box_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 60px;
}
.online_support_set .online_support_set_box_01 .onlineset-online-2cbox {
  width: 100%;
}
.online_support_set .online_support_set_box_01 .onlineset-online-2cbox h2 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid #ccc;
}
.online_support_set .online_support_set_box_01 .onlineset-online-2cbox h2 span {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.online_support_set .online_support_set_box_01 .onlineset-online-2cbox h2 span::before {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #152893;
}
.online_support_set .online_support_set_box_01 .onlineset-online-2cbox .online_support_set_txt {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}
.online_support_set .online_support_set_box_01 .onlineset-online-2cbox .online_support_set_price {
  position: relative;
  width: 100%;
  margin: 0 !important;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.online_support_set .online_support_set_box_01 .onlineset-online-2cbox .online_support_set_price span {
  position: relative;
  z-index: 1;
  color: #f26457;
  font-size: 38px;
  font-weight: 700;
}
.online_support_set .online_support_set_box_01 .onlineset-online-2cbox .online_support_set_price span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background-size: auto auto;
  background-color: #d9e3f3;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #ccd9ef 4px, #ccd9ef 6px);
}
.online_support_set .online_support_set_box_02 {
  padding: 20px;
  background: #efefef;
}
.online_support_set .online_support_set_box_02 .online_support_set_ttlblock {
  margin-bottom: 40px;
}
.online_support_set .online_support_set_box_02 .online_support_set_ttlblock h3 {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #144571;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.online_support_set .online_support_set_box_02 .online_support_set_ttlblock p {
  margin: 0 !important;
}
.online_support_set .online_support_set_box_02 .online_support_set_detailblock {
  margin-bottom: 20px;
}
.online_support_set .online_support_set_box_02 .online_support_set_detailblock .online_support_set_detailtxt h4 {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  border-left: 3px solid #144571;
}
.online_support_set .online_support_set_box_02 .online_support_set_detailblock .online_support_set_detailtxt .online_support_set_detaildesc {
  margin-bottom: 20px !important;
  text-indent: 1em;
}
.online_support_set .online_support_set_box_02 .online_support_set_detailblock .online_support_set_detailtxt .online_support_set_detaildesc:last-of-type {
  margin-bottom: 0 !important;
}
.online_support_set .online_support_set_box_02 .online_support_set_detailblock .online_support_set_detailimg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 40px;
}
.online_support_set .online_support_set_box_02 .online_support_set_detailblock .online_support_set_detailimg img {
  width: 100%;
  height: auto;
}
.online_support_set .online_support_set_box_02 .online_support_set_price {
  position: relative;
}
.online_support_set .online_support_set_box_02 .online_support_set_price p {
  position: relative;
  margin: 0 !important;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.online_support_set .online_support_set_box_02 .online_support_set_price p .online_support_set_price_red {
  position: relative;
  z-index: 1;
  color: #f26457;
  font-size: 34px;
}
.online_support_set .online_support_set_box_02 .online_support_set_price p .online_support_set_price_red::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background-size: auto auto;
  background-color: #d9e3f3;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #ccd9ef 4px, #ccd9ef 6px);
}
.online_support_set .online_support_set_box_02 .online_support_set_price p .online_support_set_price_desc {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.mcon {
  line-height: 1.6;
  word-wrap: break-word;
  /*
  h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  h3 {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 16px;
  }

  h4 {
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  h5, h6 {
    margin-bottom: 2px;
    margin-top: 5px;
  }
  */
}
.mcon a img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mcon h1 {
  position: relative;
  margin: 50px 0;
  padding-bottom: 5px;
  font-size: 26px;
  text-align: center;
}
.mcon h1 span {
  position: relative;
  display: block;
  width: 100%;
  color: #0c2b45;
}
.mcon h1 span::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  padding: 0 10px;
  background-color: #f26457;
}
.mcon hr {
  border: none;
  border-top: 1px dotted #000;
}
.mcon iframe {
  max-width: 100%;
}
.mcon img {
  max-width: 100%;
  height: auto;
}
.mcon ol {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ol li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.mcon p {
  margin-bottom: 1em;
}
.mcon ul {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

/*# sourceMappingURL=system_sp.css.map */