@charset "UTF-8";
/*CSSリセット*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
a:visited, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/*24px*/
/*1.5*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.625;
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  padding: 0px;
  text-align: left;
  border: none;
}

img {
  position: relative;
}

img.pcImg {
  display: inline !important;
}

img.spImg {
  display: none !important;
}

@media screen and (max-width: 767px) {
  img.pcImg {
    display: none !important;
  }
  img.spImg {
    display: inline !important;
  }
}


a,
a:visited {
  display: inline;
  text-decoration: none;
  color: #1f1f7b;
}

a:hover {
  text-decoration: underline;
}

a img, a:visited img {
  border: none;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 0.8em;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

/* テキスト装飾class */
.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_red {
  color: #c12100;
}

.txt_blue {
  color: #1f1f7b;
}

.txt_lblue {
  color: #0d649d;
}

.txt_gray {
  color: #cccccc;
}

.txt_size_l {
  font-size: 1.25em;
}

.txt_size_xl {
  font-size: 1.5em;
}

.txt_size_xxl {
  font-size: 2.0em;
}

.txt_size_s {
  font-size: 0.75em;
}

.txt_size_xs {
  font-size: 0.5em;
}

/* ----- Layout ----- */
.p100 {
  width: 100%;
}

.p75 {
  width: 75%;
}

.p50 {
  width: 50%;
}

.p40 {
  width: 40%;
}

.p33 {
  width: 33.33333%;
}

.p25 {
  width: 25%;
}

.p20 {
  width: 20%;
}

.main_column_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_column_middle > div {
  width: 100%;
}

.main_column_middle .p25 {
  width: calc((100%  - 30px * (2 - 1)) / 2);
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .main_column_middle .p25 {
    width: calc((100%  - 30px * (2 - 1)) / 2);
    margin-right: 30px;
  }
}

.main_column_middle .p33 {
  width: calc((100%  - 30px * (3 - 1)) / 3);
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .main_column_middle .p33 {
    width: calc((100%  - 30px * (2 - 1)) / 2);
    margin-right: 30px;
  }
}

_:-ms-lang(x), .main_column_middle .p33 {
  width: calc(33.32% - 20px);
}

.main_column_middle .p50 {
  width: calc((100%  - 18px * (2 - 1)) / 2);
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .main_column_middle .p50 {
    width: calc((100%  - 30px * (2 - 1)) / 2);
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main_column_middle .p25,
  .main_column_middle .p33,
  .main_column_middle .p50 {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 1100px) {
  .p25:nth-child(4n),
  .p33:nth-child(3n),
  .p50:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1099px) {
  .p25:nth-child(4n),
  .p33:nth-child(3n),
  .p50:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p50:nth-child(n),
  .p50:nth-child(2n) {
    margin-right: 0;
  }
  .p50 .article_image,
  .p50 .article_image_left,
  .p50 .article_image_right {
    max-width: 100%;
  }
  .p33:nth-child(n),
  .p33:nth-child(2n) {
    margin-right: 0;
  }
  .p33 .article_image,
  .p33 .article_image_left,
  .p33 .article_image_right {
    max-width: 100%;
  }
  .p25:nth-child(n),
  .p25:nth-child(2n) {
    margin-right: 0;
  }
  .p25 .article_image,
  .p25 .article_image_left,
  .p25 .article_image_right {
    max-width: 100%;
  }
  .iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/* ----- header ----- */
#header {
  z-index: 12;
  width: 100%;
  font-size: 1.125em;
  background-color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#header a {
  color: #000000;
  text-decoration: none;
}

#header a:hover {
  color: #c12100;
}

.header_inner {
  /*max-width: 1400px;*/
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1099px) {
  .header_inner {
    width: 100%;
    margin: 0;
  }
}

#logo_area .header_inner {
  padding: 0 50px;
}

@media screen and (max-width: 1099px) {
  #logo_area .header_inner {
    padding: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
}

#logo_area .header_logo {
  float: left;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#logo_area .header_logo img {
  max-height: 1.4em;
  width: auto;
}

@media screen and (max-width: 1099px) {
  #logo_area .header_logo {
    height: 61px;
    margin-left: 20px;
  }
}

.util_menus_wrap {
  display: block;
}

#logo_area .util_menus {
  float: right;
}

@media screen and (max-width: 1099px) {
  #logo_area .util_menus {
    display: none;
  }
}

#logo_area .util_menus ul {
  display: table;
  min-height: 50px;
}

#logo_area .util_menus ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

#logo_area .util_menus ul li _:-ms-lang(x)::-ms-backdrop, #logo_area .util_menus ul li {
  padding: .3em 15px 0;
}

#logo_area .search_form {
  height: 50px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1099px) {
  #logo_area .search_form {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    padding: 1em;
    border-top: 1px solid #cccccc;
  }
}

#logo_area .search_form form {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #cccccc;
  border-radius: 15px;
  padding: 0 1em;
}

@media screen and (max-width: 1099px) {
  #logo_area .search_form form {
    height: auto;
  }
}

#logo_area .search_form input.iSearchAssist {
  font-size: 0.88888888em;
  background: transparent;
  border: none;
  width: 8em;
}

@media screen and (max-width: 1099px) {
  #logo_area .search_form input.iSearchAssist {
    width: 100%;
  }
}

#logo_area .search_form input[type="text"]:focus {
  outline: 0;
  border: none;
}

#logo_area .search_form input[type="submit"] {
  border: none;
  background: url("../images/search_icon.svg") no-repeat center center;
}

#sp_search_form {
  display: none;
}

@media screen and (max-width: 1099px) {
  #sp_search_form {
    display: block;
    cursor: pointer;
    position: relative;
    width: 61px;
    height: 61px;
    padding: 0 0.5rem 0 0.5rem;
    float: right;
    border-left: 1px solid #cccccc;
  }
  #sp_search_form span {
    display: block;
    background: url("../images/search_icon.svg") no-repeat center 30%;
    padding-top: 90%;
    background-size: 60%;
  }
  #sp_search_form span:after {
    content: "検索";
    display: block;
    text-align: center;
    font-size: 0.4em;
  }
  #sp_search_form .search_form {
    display: none;
  }
  #sp_search_form.open .search_form {
    display: block;
    background-color: #ffffff;
  }
}

#sp_navi_btn {
  display: none;
}

@media screen and (max-width: 1099px) {
  #sp_navi_btn {
    cursor: pointer;
    width: 61px;
    height: 61px;
    position: relative;
    padding: 0 0.5rem 0 0.5rem;
    float: right;
    border-left: 1px solid #cccccc;
  }
  #sp_navi_btn::after {
    content: "メニュー";
    display: block;
    text-align: center;
    font-size: 0.4em;
    padding-top: 90%;
  }
  #sp_navi_btn span {
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 32%;
    right: 75%;
    width: 50%;
    height: 3px;
    margin: 0 -50%;
    background: #c12100;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #sp_navi_btn span::before,
  #sp_navi_btn span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c12100;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #sp_navi_btn span::before {
    margin-top: -12px;
  }
  #sp_navi_btn span::after {
    margin-top: 8px;
  }
  #sp_navi_btn.close, #sp_navi_btn.open {
    display: block;
  }
  #sp_navi_btn.open span {
    background: transparent;
  }
  #sp_navi_btn.open span::before,
  #sp_navi_btn.open span::after {
    margin-top: 0;
    width: 100%;
  }
  #sp_navi_btn.open span::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #sp_navi_btn.open span::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}

@media screen and (min-width: 1100px) {
  .smt_menu {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  .smt_menu {
    display: block;
  }
  .smt_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 1px solid #ccc;
  }
  .smt_menu li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: center;
    background: #c12100;
    display: table;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 50%;
  }
  .smt_menu li.btn_list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
  #global_navi_area .smt_menu li a {
    display: table-cell;
    padding: 0;
    height: 4em;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    background: url("../images/arrow_sub_w.svg") no-repeat 95% center;
    background-size: 0.8em;
  }
}

@media screen and (max-width: 1099px) and (max-width: 767px) {
  #global_navi_area .smt_menu li a {
    background: url("../images/arrow_sub_w.png") no-repeat 95% center;
    background-size: 0.8em;
  }
}

#global_navi_area {
  display: block;
}

@media screen and (max-width: 1099px) {
  #global_navi_area {
    display: none;
  }
}

#global_navi_area a {
  color: #000000;
}

#global_navi_area a:hover {
  color: #c12100;
}

@media screen and (max-width: 1099px) {
  #global_navi_area .g_navi > span > a {
    color: #ffffff;
  }
  #global_navi_area .g_navi > span > a:hover {
    color: #ffffff;
  }
}

#global_navi ul {
  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;
  width: 100%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 1099px) {
  #global_navi ul {
    display: block;
  }
}

#global_navi .g_navi {
  text-align: center;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.g_navi > span {
  display: table;
  width: 100%;
}

.g_navi > span > a {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

@media screen and (max-width: 1099px) {
  .g_navi > span > a {
    border: none;
    background-color: #c12100;
    color: #ffffff;
  }
}

.g_menu {
  display: none !important;
}

.menu_box .article_text ul li div:first-child:before {
  display: none;
}

@media screen and (min-width: 1400px) {
  #header.floating .g_navi > span > a {
    font-size: 1.0em;
  }
}

@media screen and (max-width: 1270px) {
  #header.floating .pc_menu_wrap .g_navi > span > a {
    font-size: 1.35vw;
  }
}

@media screen and (min-width: 1100px) {
  .g_navi.selected > span > a,
  .g_navi.active > span > a,
  .g_navi > span > a:hover {
    color: #000000;
    text-decoration: none;
    border-bottom: 10px solid #c12100;
  }
  #global_navi .menu_box {
    display: none;
  }
  #header.floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: 10px;
    -webkit-animation-name: fade-in1;
            animation-name: fade-in1;
    -webkit-animation-duration: 0.1s;
            animation-duration: 0.1s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwords;
            animation-fill-mode: forwords;
  }
  @-webkit-keyframes fade-in1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #header.floating .header_inner {
    margin: 0;
  }
  #header.floating #logo_area {
    -ms-flex-preferred-size: calc(20% - 7px);
        flex-basis: calc(20% - 7px);
    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;
    border: 1px solid #ccc;
    border-right: 0;
  }
  #header.floating #logo_area .header_inner {
    padding: 0;
  }
  #header.floating #logo_area .header_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header.floating .util_menus_wrap {
    display: none;
  }
  #header.floating #global_navi_area {
    -ms-flex-preferred-size: calc(80% + 6px);
        flex-basis: calc(80% + 6px);
  }
  #header.floating .g_navi > span > a {
    height: 54px;
  }
  #header.floating .g_navi.selected > span > a,
  #header.floating .g_navi.active > span > a,
  #header.floating .g_navi > span > a:hover {
    color: #000000;
    text-decoration: none;
    border-top: 10px solid #c12100;
    border-bottom: 10px solid #fff;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1399px) {
  #header.floating .g_navi > span > a {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 1099px) {
  .util_menus_wrap,
  .util_menus_wrap .search_from {
    display: none;
  }
  #sp_search_form.open + .util_menus_wrap,
  #sp_search_form.open + .util_menus_wrap .search_from {
    display: block;
  }
}

/* ---- mega menu ---- */
@media screen and (min-width: 1100px) {
  .menuOverlay.active {
    content: "";
    background-color: #000000;
    width: 100%;
    padding-bottom: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 12;
  }
  .menuOverlay.active + #header #global_navi .menuOverlay.active {
    content: "";
    background-color: #000000;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.25;
    z-index: 12;
  }
  .menuOverlay.active + #header #global_navi .g_navi.active {
    position: relative;
    z-index: 15;
    background-color: #fff;
  }
  .pc_menu_wrap {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .pc_menu_wrap .menu_box {
    position: relative;
    z-index: 16;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc_menu_wrap .menu_box > div:nth-child(1) {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    background-color: #c12100;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 30px;
  }
  .pc_menu_wrap .menu_box > div:nth-child(2) {
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
  }
  .pc_menu_wrap .menu_box > div:nth-child(3) {
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
  }
  .pc_menu_wrap .menu_box h2 {
    color: #ffffff;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .pc_menu_wrap .menu_box .module_title h3 a {
    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;
    border-bottom: 1px solid #cccccc;
    height: 4em;
    text-indent: 1em;
    font-weight: bold;
  }
  .pc_menu_wrap .menu_box .module_title h3 a:after {
    content: "";
    background: url("../images/arrow_sub_w.svg") no-repeat center center;
    background-size: 1em;
    width: 4em;
    height: 4em;
    display: inline-block;
    vertical-align: bottom;
    background-color: #c12100;
  }
}

@media screen and (min-width: 1100px) and (max-width: 767px) {
  .pc_menu_wrap .menu_box .module_title h3 a:after {
    background: url("../images/arrow_sub_w.png") no-repeat center center;
    background-size: 1em;
  }
}

@media screen and (min-width: 1100px) {
  .pc_menu_wrap .menu_box .article_module:nth-child(3) .module_title h3 a:after {
    background-color: #1f1f7b;
  }
  .pc_menu_wrap .menu_box > div:nth-child(1) .linkBtnBlock a {
    background: #ffffff;
    background-size: 1em;
    color: #c12100;
    font-size: 0.888888em;
  }
  .pc_menu_wrap .menu_box > div:nth-child(1) .linkBtnBlock a span {
    width: 6em;
    text-indent: 1.2em;
  }
  .pc_menu_wrap .menu_box > div:nth-child(1) .linkBtnBlock a:after {
    background: url("../images/arrow.svg") no-repeat center center;
    background-size: auto;
    overflow: visible;
    width: 3em;
  }
  .pc_menu_wrap .menu_box > div:nth-child(n + 2) {
    padding: 30px 30px 30px 0;
  }
  .pc_menu_wrap .article_text {
    margin-bottom: 0;
  }
  .pc_menu_wrap .article_text ul li {
    margin-bottom: 0;
  }
  .pc_menu_wrap .article_text ul li div {
    padding-left: 0;
  }
  .pc_menu_wrap .article_text ul li .list_description {
    display: none;
  }
  .pc_menu_wrap .menu_box .article_text ul li.link a,
  .pc_menu_wrap .menu_box .article_text ol li.link a {
    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;
    border-bottom: 1px solid #cccccc;
    height: 4em;
    text-indent: 0;
    padding-left: 1em;
    color: #000000;
  }
  .pc_menu_wrap .menu_box .article_text ul li.link a:hover,
  .pc_menu_wrap .menu_box .article_text ol li.link a:hover {
    color: #c12100;
  }
  .pc_menu_wrap .menu_box .article_text ul li.link a:last-child,
  .pc_menu_wrap .menu_box .article_text ol li.link a:last-child {
    margin-bottom: 0;
  }
  .pc_menu_wrap .menu_box .article_text ul li.link a:after,
  .pc_menu_wrap .menu_box .article_text ol li.link a:after {
    background: url("../images/arrow_sub.png") no-repeat center center;
    background-size: 0.8em;
    width: 3em;
  }
}

@media screen and (max-width: 1099px) {
  #global_navi ul {
    border-top: 0;
  }
  .g_navi > span > a {
    height: 4em;
    position: relative;
  }
  .g_navi > span > a:before,
  .g_navi > span > a:after {
    content: "";
    width: 1em;
    height: 4px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 1em;
    top: 1.8em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .g_navi > span > a:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .g_navi.active > span > a:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .g_navi.header5 > span > a {
    background: #c12100 url("../images/arrow_sub_w.png") no-repeat 95% center;
    background-size: 0.8em;
  }
  .g_navi.header5 > span > a:before,
  .g_navi.header5 > span > a:after {
    display: none;
  }
  .menu_box .module_title h2 {
    display: none;
  }
  .menu_box .module_title h3 {
    text-align: center;
  }
  .menu_box .article_module:nth-child(2) .module_title h3 {
    border-top: 1px solid #cccccc;
  }
  .menu_box .module_title h3 a:after {
    content: "";
    background: url("../images/arrow_sub_w.svg") no-repeat center center;
    background-size: 1em;
    width: 4em;
    height: 4em;
    display: inline-block;
    vertical-align: bottom;
    background-color: #c12100;
  }
}

@media screen and (max-width: 1099px) and (max-width: 767px) {
  .menu_box .module_title h3 a:after {
    background: url("../images/arrow_sub_w.png") no-repeat center center;
    background-size: 1em;
  }
}

@media screen and (max-width: 1099px) {
  .menu_box .article_module:nth-child(2) .module_title h3 a:after {
    background-color: #c12100;
  }
  .menu_box .article_module:nth-child(3) .module_title h3 a:after {
    background-color: #1f1f7b;
  }
  .menu_box .article_text {
    margin-bottom: 0;
  }
  .menu_box .linkBtnBlock {
    margin-bottom: 0;
  }
  .menu_box .linkBtnT {
    margin-bottom: 0;
  }
  .menu_box .linkBtnBlock a {
    background-color: transparent;
    padding: 0;
    color: #c12100;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 4em;
    font-size: 0.88888em;
  }
  .menu_box .linkBtnBlock a span {
    -ms-flex-preferred-size: calc(100% - 2em);
        flex-basis: calc(100% - 2em);
    text-indent: 2em;
  }
  .menu_box .linkBtnBlock a:after {
    background: url("../images/arrow.png") no-repeat right center;
    background-size: 1em;
    margin: 0 1em 0 0;
  }
  .menu_box .article_text ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #cccccc;
  }
  .menu_box .article_text ul li .list_description {
    display: none;
  }
  .menu_box .article_text ul li:first-child {
    border-top: 1px solid #cccccc;
  }
  .menu_box .module_title h3 a,
  .menu_box .article_text ul li.link a {
    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;
    /*margin-left: 1em;*/
    text-align: left;
    height: 4em;
    font-size: 0.888888em;
    text-indent: 0;
  }
  .menu_box .module_title h3 a {
    margin-left: 1em;
  }
  .menu_box .article_text ul li.link a:after {
    background: url("../images/arrow_sub.png") no-repeat right center;
    background-size: 0.8em;
    margin: 0 1em 0 0;
  }
}

/* ---- footer ---- */
#footer {
  position: relative;
}

#footer .to_top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  display: none;
  z-index: 99;
}

#footer .to_top a {
  display: block;
  width: 62px;
  height: 62px;
  background: url("../images/arrow.png") no-repeat center center;
  background-size: 100%;
  -webkit-transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform-origin: 50% 50%;
  -moz-transform: rotate(-90deg);
  -ms-transform-origin: 50% 50%;
  -ms-transform: rotate(-90deg);
  -o-transform-origin: 50% 50%;
  -o-transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  #footer .to_top a {
    width: 76px;
    height: 76px;
  }
}

.footer_inner #footer_menu {
  max-width: 1220px;
  margin: 0 auto 0 auto;
  margin-bottom: 1em;
}

@media screen and (max-width: 1099px) {
  #footer_menu {
    padding: 0 20px;
  }
}

#footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #footer_menu ul {
    display: block;
  }
}

#footer_menu ul:after {
  content: "";
  -ms-flex-preferred-size: 21.3114754%;
      flex-basis: 21.3114754%;
  display: block;
  width: auto;
  height: 1em;
}

#footer_menu ul li {
  -ms-flex-preferred-size: 21.3114754%;
      flex-basis: 21.3114754%;
  /*margin-right: 2.5em;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*&:nth-child(4n) {
        margin-right: 0;
    }*/
}

@media screen and (max-width: 767px) {
  #footer_menu ul li {
    margin-bottom: 0.5em;
  }
}

#footer_menu ul li a {
  display: block;
  width: 100%;
  padding-right: 1.25em;
  background: url("../images/arrow_sub.png") no-repeat right center;
  background-size: 0.8em;
  color: #000000;
  /*_:-ms-lang(x)::-ms-backdrop, & {
        background-position-y: 0.2em;
    }*/
}

#footer_menu ul li a:hover {
  color: #c12100;
}

.footer_text {
  width: 100%;
  text-align: center;
  border-top: 1px solid #cccccc;
  color: #1e1e1e;
  padding: 0.25em;
  font-size: 0.875em;
}

@media screen and (max-width: 767px) {
  .footer_text {
    font-size: 2.7vw;
  }
}

/* ---- contents ---- */
#container.colored {
  background-color: #cccccc;
  /*height: 100vh;*/
}

#contents {
  font-size: 1em;
}

#contents:before {
  content: "";
  width: 100%;
  background: #fff;
  height: 20px;
  display: block;
  position: fixed;
  top: 0;
  z-index: 5;
}

#contents.colored:before {
  content: "";
  background-color: #000000;
  width: 100%;
  padding-bottom: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 5;
}

#contents.colored + #footer:before {
  content: "";
  background-color: #000000;
  width: 100%;
  display: block;
  position: absolute;
  top: -30px;
  bottom: 0;
  opacity: 0.5;
  z-index: 5;
}

#contents > * {
  max-width: 1100px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1099px) {
  #contents > * {
    padding: 0 20px;
  }
}

#contents > .top_navi {
  max-width: 100%;
  background: #f5f7fa;
  margin-bottom: 30px;
}

#contents > .main_image {
  /*max-width: 1400px;*/
  max-width: 1920px;
}

@media screen and (max-width: 1099px) {
  #contents > .main_image {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}

.breadcrumb {
  padding: 0.157em 0;
  max-width: 1100px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1099px) {
  .breadcrumb {
    padding: 0.157em 20px;
    white-space: nowrap;
    overflow-x: auto;
  }
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li span {
  padding: 0 .75em;
}

.breadcrumb li a {
  color: #000000;
}

.breadcrumb li a:hover {
  color: #c12100;
}

/* ----- column margin ----- */
#contents_main {
  background: transparent;
  margin: 0;
  padding: 0;
  width: 824px;
  float: left;
  padding-bottom: 100px;
}

#contents_main.p100 {
  width: 100%;
  float: none;
  margin: 0 auto;
}

#contents_sub {
  width: 236px;
  float: right;
}

@media screen and (max-width: 1099px) {
  #contents_main,
  #contents_sub {
    width: 100%;
    float: none;
  }
}

.main_column {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .main_column {
    padding-bottom: 30px;
  }
}

.border_red,
.border_blue,
.border_black {
  padding-bottom: 30px;
}

.border_red > div,
.border_blue > div,
.border_black > div {
  margin-bottom: 30px;
  padding: 30px 20px 20px 20px;
}

.border_red > div:last-child,
.border_blue > div:last-child,
.border_black > div:last-child {
  margin-bottom: 0;
}

.border_red > div.main_column_middle,
.border_blue > div.main_column_middle,
.border_black > div.main_column_middle {
  padding-bottom: 0;
}

.border_red > .module_title,
.border_blue > .module_title,
.border_black > .module_title {
  margin-bottom: 0;
  padding: 30px 20px 0.5em 20px;
  border-bottom: none !important;
}

.border_red > .module_title + div,
.border_blue > .module_title + div,
.border_black > .module_title + div {
  border-top: none !important;
  padding-top: 0;
}

.border_red > div {
  border: 1px solid #e60012;
}

.border_blue > div {
  border: 1px solid #0d629c;
}

.border_black > div {
  border: 1px solid #cccccc;
}

.plan_block {
  border: 1px solid #cccccc;
  margin-bottom: 30px;
  padding: 30px 20px 20px 20px;
}

.plan_block .linkBtnBlockFloat {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  clear: both;
}

@media screen and (max-width: 767px) {
  .plan_block .linkBtnBlockFloat {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.plan_block .linkBtnBlock .linkBtnT:last-child a {
  background-color: #1f1f7b;
}

.plan_block .linkBtnBlock .linkBtnT:last-child a:after {
  background-image: url("../images/arrow02_on.svg");
}

.linkBtnBlock .modal-open a {
  background-color: #1f1f7b;
}

.linkBtnBlock .modal-open a:after {
  background-image: url("../images/arrow02_on.svg");
}

.main_column h2,
.sub_columun h2 {
  padding-bottom: 30px;
}

.sub_column {
  margin-bottom: 30px;
}

.sub_column .index_module a img {
  max-width: 100%;
  height: auto;
}

.sub_column .index_module .image_text {
  display: block;
}

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

.title_area_txt {
  width: 100%;
  margin: 0 auto;
}

.txt {
  margin-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
}

/* ---- menu_list ---- */
.menu_bar,
.menu_list .menu_list_top,
.article_module.menu_list_top,
.index_module.menu_list_top {
  background: #c12100;
  color: #ffffff;
  font-weight: bold;
  padding: 17px 20px;
}

.menu_bar a,
.menu_list .menu_list_top a,
.article_module.menu_list_top a,
.index_module.menu_list_top a {
  color: #ffffff;
}

.sub_column .article_module.menu_list_top h2,
.sub_column .index_module.menu_list_top h2 {
  font-size: 1.0em;
  padding-bottom: 0;
}

.sub_column .article_module.menu_list_top h2:after,
.sub_column .index_module.menu_list_top h2:after {
  display: none;
}

.menu_list .menu_list_middle {
  border: 1px solid #cccccc;
}

.menu_list .menu_list_middle a {
  color: #000000;
}

.menu_list .menu_list_middle a:hover {
  color: #c12100;
}

.menu_list .menu_list_middle li.select {
  color: #c12100;
}

.menu_list .menu_list_middle li span {
  border-top: 1px solid #cccccc;
  padding: 17px 20px;
  background: url("../images/arrow.png") no-repeat 94% center;
  background-size: 1.0em;
  display: block;
  padding-right: 2em;
}

.menu_list .menu_list_middle li span _:-ms-lang(x)::-ms-backdrop, .menu_list .menu_list_middle li span {
  background-position-y: 1.3em;
}

.menu_list .menu_list_middle .selectable_ul .first > span,
.menu_list .menu_list_middle .selectable_ul .first > a span {
  border-top: none;
}

.menu_list .menu_list_middle .selectable_ul ul li span {
  background: url("../images/side_01.svg") no-repeat 1.4em center, url("../images/arrow_sub.png") no-repeat 94% center;
  background-size: 1em, 0.8em;
  padding-left: 2.5em;
}

.menu_list .menu_list_middle .selectable_ul ul li.last2 span {
  background: url("../images/side_02.svg") no-repeat 1.4em 45%, url("../images/arrow_sub.png") no-repeat 94% center;
  background-size: 1em, 0.8em;
  padding-left: 2.5em;
}

.menu_list.product_menu .menu_list_middle > ul > li > span,
.menu_list.product_menu .menu_list_middle > ul > li > a > span {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  width: 100%;
  background: none;
  padding-left: 17px;
}

.menu_list.product_menu .menu_list_middle > ul > li > span:after,
.menu_list.product_menu .menu_list_middle > ul > li > a > span:after {
  content: "";
  background: url("../images/arrow_sub_w.svg") no-repeat center center;
  background-size: 0.8em;
  background-color: #c12100;
  width: 2.5em;
  height: 3.8em;
  display: block;
}

@media screen and (max-width: 767px) {
  .menu_list.product_menu .menu_list_middle > ul > li > span:after,
  .menu_list.product_menu .menu_list_middle > ul > li > a > span:after {
    background: url("../images/arrow_sub_w.png") no-repeat center center;
    background-size: 0.8em;
    background-color: #c12100;
  }
}

.menu_list.product_menu .menu_list_middle > ul > li.last > span:after,
.menu_list.product_menu .menu_list_middle > ul > li.last > a > span:after {
  background-color: #1f1f7b;
}

/* ----- Heading ----- */
#contents_main h1,
.modalbox h1 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #contents_main h1,
  .modalbox h1 {
    font-size: 1.8em;
  }
}

#contents_main h1:after,
.modalbox h1:after {
  content: "";
  background: url("../images/heading_large.svg") no-repeat bottom center;
  display: block;
  width: 100%;
  height: 4px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 767px) {
  #contents_main h1:after,
  .modalbox h1:after {
    height: 8px;
  }
}

.sub_title {
  padding-bottom: 16px;
}

.lead {
  padding-bottom: 16px;
}

#contents_main h2,
.modalbox h2,
.sub_column .article_module h2,
.sub_column .index_module h2 {
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 20px;
  overflow: hidden;
  /*
    @include mq('sp') {
        font-size: 1.6em;
    }
    */
}

#contents_main h2:after,
.modalbox h2:after,
.sub_column .article_module h2:after,
.sub_column .index_module h2:after {
  content: "";
  background: #cccccc;
  border-left: 30px solid #c12100;
  display: block;
  width: 100%;
  height: 4px;
}

@media screen and (max-width: 767px) {
  #contents_main h2:after,
  .modalbox h2:after,
  .sub_column .article_module h2:after,
  .sub_column .index_module h2:after {
    height: 8px;
  }
}

#contents_main h3,
.modalbox h3,
.sub_column .article_module h3,
.sub_column .index_module h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-indent: -0.5em;
  padding-left: 0.5em;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #contents_main h3,
  .modalbox h3,
  .sub_column .article_module h3,
  .sub_column .index_module h3 {
    font-size: 1.25em;
  }
}

#contents_main h3:before,
.modalbox h3:before,
.sub_column .article_module h3:before,
.sub_column .index_module h3:before {
  content: "";
  background: #c12100;
  display: inline-block;
  margin-right: 6px;
  width: 4px;
  height: 10px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

@media screen and (max-width: 767px) {
  #contents_main h3:before,
  .modalbox h3:before,
  .sub_column .article_module h3:before,
  .sub_column .index_module h3:before {
    width: 6px;
    height: 0.45em;
    border-top: 0.25em solid #fff;
    border-bottom: 0.25em solid #fff;
  }
}

#contents_main h4,
.modalbox h4,
.sub_column .article_module h4,
.sub_column .index_module h4 {
  font-weight: bold;
  display: inline;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #contents_main h4,
  .modalbox h4,
  .sub_column .article_module h4,
  .sub_column .index_module h4 {
    font-size: 1.08333333em;
  }
}

/* ---- main_image ---- */
.main_image {
  text-align: center;
  margin-bottom: 50px;
}

.main_image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.main_image .bx-wrapper img {
  margin-bottom: 0;
}

.mainVisualContents {
  font-size: 0;
}

#mainVisualArea .bx-wrapper {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #mainVisualArea .mainImg {
    display: none;
  }
  #mainVisualArea .mainImg.spImg {
    display: block;
  }
}

/* ---- footer slider ---- */
.bannerSlider {
  padding-bottom: 2.6em;
}

.bannerSlider .bx-wrapper {
  margin: 0 auto;
}

.bannerSlider .bx-wrapper .bx-pager {
  bottom: -1.5em;
  width: 100%;
  margin-left: 0;
}

.bannerSlider .bx-wrapper .bx-next,
.bannerSlider .bx-wrapper .bx-prev {
  background-color: transparent;
  opacity: 0.5;
  margin-top: -34px;
}

.bannerSlider .bx-wrapper .bx-next {
  right: -70px;
}

.bannerSlider .bx-wrapper .bx-prev {
  left: -70px;
}

@media screen and (max-width: 767px) {
  .bannerSlider .bx-wrapper {
    max-width: 70%;
  }
  .bannerSlider .bx-wrapper .bx-controls-direction a {
    width: 4em;
    height: 4em;
  }
}

/* ---- open / close ---- */
.accordion .close,
.accordion .open {
  cursor: pointer;
}

.accordion .open {
  display: block;
}

.accordion .close {
  display: none;
}

.accordion.open .open {
  display: none;
}

.accordion.open .close {
  display: block;
}

.accordion .main_column_middle {
  display: none;
}

.accordion.open .main_column_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ---- anchor_list ---- */
.anchor_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 30px;
}

.anchor_list li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  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;
  border-left: 1px dashed #000000;
  margin-bottom: 20px;
}

.anchor_list li a {
  font-weight: bold;
  font-size: 1.125em;
  color: #000000;
}

.anchor_list li a:hover {
  color: #c12100;
}

.anchor_list li > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

.anchor_list li:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../images/arrow_sub.png") no-repeat center center;
  background-size: 0.8em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.anchor_list li:last-child, .anchor_list li:nth-child(4n) {
  border-right: 1px dashed #000000;
}

/* ----- Tab ----- */
.tab_block {
  border-bottom: 2px solid #777777;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .tab_block {
    border-bottom: none;
  }
}

.tab {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 1em;
  overflow: hidden;
}

.tab li {
  float: left;
  min-width: 100px;
  padding: 10px;
  margin: 0 1em 0 0;
  color: #000000;
  background-color: #efefef;
  border-radius: 5px 5px 0 0;
  font-size: 1.1rem;
  cursor: pointer;
  text-align: center;
}

.tab li.select {
  background-color: #777777;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 767px) {
  .tab li, .tab li.select {
    border-radius: 5px;
    margin-top: .5em;
  }
}

.tab li a {
  text-decoration: none;
}

.disnon {
  display: none;
}

/* ---- article_module ---- */
.scroll_table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.wysiwyg {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 10px;
}

.wysiwyg iframe {
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .wysiwyg iframe {
    max-width: 100%;
    height: auto;
  }
}

.article_text_right .table_block,
.article_text_left .table_block,
.article_text .table_block {
  overflow-x: auto;
}

.article_module table {
  /*min-width: 100%;*/
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.article_module table th,
.article_module table td {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 0.25em 0.5em;
  vertical-align: middle;
}

/*.article_module table th:last-child,
.article_module table td:last-child {
    border-right: none;
}*/
.article_module table > tr:last-child th,
.article_module table > tr:last-child td,
.article_module table tbody tr:last-child th,
.article_module table tbody tr:last-child td {
  border-bottom: none;
}

.article_module table > tr:first-child > *:first-child,
.article_module table > *:first-child tr:first-child > *:first-child,
.article_module table colgroup + tbody tr:first-child > *:first-child,
.article_module table thead tr:first-child > *:first-child {
  border-top-left-radius: 10px;
}

.article_module table > tr:first-child > *:last-child,
.article_module table > *:first-child tr:first-child > *:last-child,
.article_module table colgroup + tbody tr:first-child > *:last-child,
.article_module table thead tr:first-child > *:last-child {
  border-top-right-radius: 10px;
}

.article_module table > tr:last-child > *:first-child,
.article_module table tbody tr:last-child > *:first-child {
  border-bottom-left-radius: 10px;
}

.article_module table > tr:last-child > *:last-child,
.article_module table tbody tr:last-child > *:last-child {
  border-bottom-right-radius: 10px;
}

.article_module table .left th,
.article_module table .left td {
  text-align: left;
}

.article_module table .center th,
.article_module table .center td {
  text-align: center;
}

.article_module table .right th,
.article_module table .right td {
  text-align: right;
}

.article_module table th {
  background-color: #0d639c;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .article_module table th {
    white-space: nowrap;
  }
}

.article_module table td {
  background-color: #e5eaee;
}

@media screen and (max-width: 767px) {
  .article_module table td {
    min-width: 8em;
  }
}

/* 男女テーブルカラー */
.article_module.table_male table th {
  background-color: #76b4d7;
}

.article_module.table_male table td {
  background-color: #e1eef5;
}

.article_module.table_female table th {
  background-color: #ee95c1;
}

.article_module.table_female table td {
  background-color: #f5dfea;
}

/* 縦シマ 
.article_module table tr:nth-child(2n+1) td {
    background-color: $table-lblue;
}*/
/* ヨコシマ 
.article_module table td:nth-child(2n+1) {
    background-color: $table-lblue;
}*/
/* ---- article_text ---- */
.article_text {
  margin-bottom: 30px;
}

#contents_main .article_text .txt a,
#contents_main .article_text .list_description a {
  text-decoration: underline;
}

.wrap_text_box .article_text_right,
.wrap_text_box .article_text_left {
  overflow: auto;
}

.article_text ul li,
.article_text_right ul li,
.article_text_left ul li {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .article_text ul li,
  .article_text_right ul li,
  .article_text_left ul li {
    margin-bottom: 20px;
  }
}

.article_text ul li div,
.article_text_right ul li div,
.article_text_left ul li div {
  padding-left: 1em;
}

.article_text ul li div:first-child,
.article_text_right ul li div:first-child,
.article_text_left ul li div:first-child {
  text-indent: -1em;
}

.article_text ul li div:first-child:before,
.article_text_right ul li div:first-child:before,
.article_text_left ul li div:first-child:before {
  content: "●";
  display: inline;
  color: #1f1f7b;
}

.article_text ul li ul li div:first-child:before,
.article_text_right ul li ul li div:first-child:before,
.article_text_left ul li ul li div:first-child:before {
  content: "・";
  color: #000000;
}

.article_text ul li ul,
.article_text_right ul li ul,
.article_text_left ul li ul {
  padding-left: 1.5em;
  margin-top: 12px;
}

.article_text ol li,
.article_text_right ol li,
.article_text_left ol li {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .article_text ol li,
  .article_text_right ol li,
  .article_text_left ol li {
    margin-bottom: 20px;
  }
}

.article_text ol.parent,
.article_text_right ol.parent,
.article_text_left ol.parent {
  counter-reset: parent;
}

.article_text ol.parent > li > div,
.article_text_right ol.parent > li > div,
.article_text_left ol.parent > li > div {
  padding-left: 1.1em;
}

.article_text ol.parent > li > div:first-child,
.article_text_right ol.parent > li > div:first-child,
.article_text_left ol.parent > li > div:first-child {
  text-indent: -1.1em;
}

.article_text ol.parent > li > div:first-child::before,
.article_text_right ol.parent > li > div:first-child::before,
.article_text_left ol.parent > li > div:first-child::before {
  content: counter(parent) ". ";
  counter-increment: parent 1;
}

.article_text ol.parent ol.child,
.article_text_right ol.parent ol.child,
.article_text_left ol.parent ol.child {
  counter-reset: child;
  padding-left: 1.5em;
  margin-top: 12px;
}

.article_text ol.parent ol.child > li > div,
.article_text_right ol.parent ol.child > li > div,
.article_text_left ol.parent ol.child > li > div {
  padding-left: 1.3em;
}

.article_text ol.parent ol.child > li > div:first-child,
.article_text_right ol.parent ol.child > li > div:first-child,
.article_text_left ol.parent ol.child > li > div:first-child {
  text-indent: -1.3em;
}

.article_text ol.parent ol.child > li > div:first-child::before,
.article_text_right ol.parent ol.child > li > div:first-child::before,
.article_text_left ol.parent ol.child > li > div:first-child::before {
  content: "(" counter(child) ")";
  counter-increment: child 1;
}

.article_text_right ol.parent2,
.article_text_left ol.parent2,
.article_text ol.parent2 {
  counter-reset: parent2;
}

.article_text_right ol.parent2 > li > div,
.article_text_left ol.parent2 > li > div,
.article_text ol.parent2 > li > div {
  padding-left: 1.3em;
}

.article_text_right ol.parent2 > li > div:first-child,
.article_text_left ol.parent2 > li > div:first-child,
.article_text ol.parent2 > li > div:first-child {
  text-indent: -1.3em;
}

.article_text_right ol.parent2 > li > div:first-child::before,
.article_text_left ol.parent2 > li > div:first-child::before,
.article_text ol.parent2 > li > div:first-child::before {
  content: "(" counter(parent2) ")";
  counter-increment: parent2 1;
  color: #000000;
}

.article_text_right ol.parent2 ol.child,
.article_text_left ol.parent2 ol.child,
.article_text ol.parent2 ol.child {
  counter-reset: child;
  padding-left: 1.5em;
  margin-top: 12px;
}

.article_text_right ol.parent2 ol.child > li > div,
.article_text_left ol.parent2 ol.child > li > div,
.article_text ol.parent2 ol.child > li > div {
  padding-left: 1.4em;
}

.article_text_right ol.parent2 ol.child > li > div:first-child,
.article_text_left ol.parent2 ol.child > li > div:first-child,
.article_text ol.parent2 ol.child > li > div:first-child {
  text-indent: -1.4em;
}

.article_text_right ol.parent2 ol.child > li > div:first-child::before,
.article_text_left ol.parent2 ol.child > li > div:first-child::before,
.article_text ol.parent2 ol.child > li > div:first-child::before {
  content: "-" counter(child) "-";
  counter-increment: child 1;
}

.article_text ul li.link a,
.article_text_right ul li.link a,
.article_text_left ul li.link a,
.article_text ol li.link a,
.article_text_right ol li.link a,
.article_text_left ol li.link a {
  color: #000000;
  text-decoration: underline;
}

.article_text ul li.link a:hover,
.article_text_right ul li.link a:hover,
.article_text_left ul li.link a:hover,
.article_text ol li.link a:hover,
.article_text_right ol li.link a:hover,
.article_text_left ol li.link a:hover {
  color: #c12100;
}

.article_text ul li.link a:after,
.article_text_right ul li.link a:after,
.article_text_left ul li.link a:after,
.article_text ol li.link a:after,
.article_text_right ol li.link a:after,
.article_text_left ol li.link a:after {
  content: "";
  background: url("../images/arrow.png") no-repeat right center;
  background-size: 1em;
  width: 1.5em;
  height: 1.625em;
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .article_text ul li.link a:after,
  .article_text_right ul li.link a:after,
  .article_text_left ul li.link a:after,
  .article_text ol li.link a:after,
  .article_text_right ol li.link a:after,
  .article_text_left ol li.link a:after {
    height: 1.625em;
  }
}

.article_text ul li.link.pdf a:after,
.article_text_right ul li.link.pdf a:after,
.article_text_left ul li.link.pdf a:after,
.article_text ol li.link.pdf a:after,
.article_text_right ol li.link.pdf a:after,
.article_text_left ol li.link.pdf a:after {
  background: url("../images/pdf_icon.svg") no-repeat right top;
  background-size: 1em;
}

.article_text ul li.link.pdf a:after _:-ms-lang(x)::-ms-backdrop, .article_text ul li.link.pdf a:after,
.article_text_right ul li.link.pdf a:after _:-ms-lang(x)::-ms-backdrop,
.article_text_right ul li.link.pdf a:after,
.article_text_left ul li.link.pdf a:after _:-ms-lang(x)::-ms-backdrop,
.article_text_left ul li.link.pdf a:after,
.article_text ol li.link.pdf a:after _:-ms-lang(x)::-ms-backdrop,
.article_text ol li.link.pdf a:after,
.article_text_right ol li.link.pdf a:after _:-ms-lang(x)::-ms-backdrop,
.article_text_right ol li.link.pdf a:after,
.article_text_left ol li.link.pdf a:after _:-ms-lang(x)::-ms-backdrop,
.article_text_left ol li.link.pdf a:after {
  background-position-y: 0.1em;
}

.product #contents_main > div {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-left: 20px;
  padding-right: 20px;
}

.product #contents_main > div.phead {
  border: none;
  padding: 0;
}

.product #contents_main .phead + div {
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}

.product #contents_main > div:last-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}

.phead img {
  max-width: 100%;
}

.phead .phead_title {
  display: table;
  border: 1px solid #cccccc;
  padding: 0 2em;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.phead .phead_title img {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.phead .phead_title > div {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  position: relative;
}

.phead .phead_title > div:first-child {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  position: relative;
}

.phead .phead_title .prod_name_block {
  margin: 0 auto 0;
  display: table;
  width: auto;
  font-weight: bold;
}

.phead .phead_title .prod_name_block .prod_lead {
  font-size: 1.0em;
  text-align: left;
  display: block;
  width: auto;
}

@media screen and (max-width: 767px) {
  .phead .phead_title .prod_name_block .prod_lead {
    font-size: 0.9em;
  }
}

.phead .phead_title .prod_name_block .prod_title {
  text-align: center;
  font-size: 2.0em;
  display: block;
  width: auto;
}

@media screen and (max-width: 767px) {
  .phead .phead_title .prod_name_block .prod_title {
    font-size: 1.8em;
  }
}

.phead .phead_title .prod_description {
  display: block;
  font-size: 1.0em;
  text-align: left;
  width: auto;
  position: absolute;
  bottom: 1em;
}

@media screen and (max-width: 860px) {
  .phead .phead_title .prod_description {
    font-size: 1.8vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .phead .phead_title {
    padding: 10px;
  }
  .phead .phead_title img {
    width: 100%;
    text-align: center;
  }
  .phead .phead_title > div {
    width: 70%;
  }
  .phead .phead_title .prod_description {
    position: relative;
    bottom: auto;
    font-size: 0.8em;
  }
}

.phead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .phead ul {
    display: block;
  }
}

.phead ul li {
  display: block;
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .phead ul li {
    margin-bottom: 10px;
  }
}

.phead ul li + li {
  margin-left: 1.25%;
}

.phead ul li a {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 15px 16px;
  color: #000000;
  font-weight: bold;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.0em;
  line-height: 1.2;
  width: 100%;
  height: 3em;
}

.phead ul li a:hover {
  background: #efefef;
  text-decoration: none;
}

.phead ul li.current a {
  background: #c12100;
  color: #ffffff;
}

.linkBtnBlockFloat {
  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;
}

.linkBtnBlockFloat _:-ms-lang(x)::-ms-backdrop, .linkBtnBlockFloat .linkBtnT {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 1099px) {
  .linkBtnBlockFloat {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.linkBtnT {
  display: block;
  margin-bottom: 16px;
}

.btn_right .linkBtnT {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .linkBtnT {
    margin-bottom: 20px;
  }
}

.linkBtnBlockFloat .linkBtnT {
  margin: 0 1em 1em 0;
}

.linkBtnBlock {
  margin-bottom: 30px;
}

.linkBtnBlock a {
  background: #c12100;
  padding: 15px 26px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25em;
}

#contents_sub .linkBtnBlock a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
}

#contents_main .article_text .txt .linkBtnBlock a {
  text-decoration: none;
}

#contents_main .article_text .txt .linkBtnBlock a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .linkBtnBlock a {
    font-size: 1.0em;
  }
}

_:-ms-lang(x)::-ms-backdrop, .linkBtnBlock a span {
  padding-top: 0.25em;
}

.linkBtnBlock a:after {
  content: "";
  background: url("../images/arrow_on.svg") no-repeat right center;
  display: inline-block;
  margin-left: 10px;
  width: 1em;
  min-width: 1em;
  height: 1em;
}

@media screen and (max-width: 767px) {
  .linkBtnBlock a:after {
    background: url("../images/arrow_on.png") no-repeat right center;
    background-size: 1em;
  }
}

form input[type="button"] {
  display: inline-block;
  padding: 15px 26px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  background: #c12100 url("../images/arrow_on.svg") no-repeat 90% center;
  border: none;
  background-size: 1em;
  min-width: 9em;
  text-align: center;
}

form input[type="button"]:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  form input[type="button"] {
    background: url("../images/arrow_on.png") no-repeat 90% center;
  }
}

/* ---- my_page_box ---- */
.my_page_box .linkBtnT a {
  font-size: 1.6875em;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .my_page_box .linkBtnT a {
    font-size: 5.2vw;
  }
}

.my_page_box .linkBtnBlock a span {
  min-width: 4.5em;
  text-align: right;
}

.my_page_box .linkBtnBlock .linkBtnT:first-child a {
  background: #48b1ea;
}

.my_page_box .linkBtnBlock .linkBtnT:last-child a {
  background: #209e32;
}

.my_page_box .linkBtnBlock a:after {
  width: .666666em;
  min-width: .666666em;
  height: .666666em;
}

.my_page_box .linkBtnBlock .linkBtnT:first-child a:after {
  background: url("../images/arrow_login.svg") no-repeat right center;
}

.my_page_box .linkBtnBlock .linkBtnT:last-child a:after {
  background: url("../images/arrow_new.svg") no-repeat right center;
}

_:-ms-lang(x)::-ms-backdrop, .my_page_box .linkBtnBlock .linkBtnT:first-child a:after {
  background-size: 0.6em;
}

_:-ms-lang(x)::-ms-backdrop, .my_page_box .linkBtnBlock .linkBtnT:last-child a:after {
  background-size: 0.6em;
}

@media screen and (max-width: 1099px) {
  .my_page_box .linkBtnBlockFloat {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .my_page_box .linkBtnBlockFloat .linkBtnT {
    margin: 0 0 1em;
    -ms-flex-preferred-size: calc((100% - 3em)/2);
        flex-basis: calc((100% - 3em)/2);
  }
  .my_page_box .linkBtnT a {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 12px;
  }
  .my_page_box .linkBtnBlock a span {
    text-align: center;
    width: 100%;
    display: block;
    text-indent: 1em;
  }
}

/* ---- gray_box ---- */
.gray_box .linkBtnBlockFloat {
  background: #f6f7fb;
  padding: 1.5em 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gray_box .linkBtnBlockFloat .linkBtnT {
  margin: 0 0 1.5em;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.gray_box .linkBtnBlock a {
  background: #ffffff;
  color: #000000;
  border: 1px solid #cccccc;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 12em;
  padding: 15px 14px;
}

@media screen and (max-width: 767px) {
  .gray_box .linkBtnBlock a {
    font-size: 4.2vw;
  }
}

.gray_box .linkBtnBlock a span {
  display: block;
  width: 100%;
  text-indent: 1em;
}

.gray_box .linkBtnBlock .linkBtnT a:after {
  background: url("../images/arrow.png") no-repeat right center;
  background-size: 1em;
}

@media screen and (max-width: 1099px) {
  .gray_box .linkBtnBlockFloat {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .gray_box .linkBtnBlockFloat .linkBtnT {
    margin: 0 0 1.5em 1em;
    -ms-flex-preferred-size: calc((100% - 3em)/2);
        flex-basis: calc((100% - 3em)/2);
  }
  .gray_box .linkBtnBlock a {
    width: 100%;
    padding: 15px 12px;
  }
}

/* 保険をご検討のお客様 リンクボタン */
.under_review .linkBtnBlockFloat {
  background: #f6f7fb;
  padding: 1.5em 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.under_review .linkBtnBlockFloat .linkBtnT {
  margin: 0 1em 1.5em;
}

.under_review .linkBtnBlock a {
  background: #ffffff;
  color: #000000;
  border: 1px solid #cccccc;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 10.5em;
  padding: 0.4rem 1rem;
}

.under_review .linkBtnBlock a:hover {
  color: #c12100;
}

.under_review .linkBtnBlock a span {
  display: block;
  width: 100%;
  text-indent: 1em;
  color: #c12100;
}

.under_review .main_column_middle:nth-child(3) .linkBtnBlock a:hover,
.under_review .main_column_middle:nth-child(3) .linkBtnBlock a span {
  color: #1f1f7b;
}

.under_review .linkBtnBlock .linkBtnT a:after {
  background: url("../images/arrow.png") no-repeat right center;
  background-size: 1em;
}

.under_review .main_column_middle:nth-child(3) .linkBtnBlock .linkBtnT a:after {
  background: url("../images/arrow02.svg") no-repeat right center;
}

@media screen and (max-width: 767px) {
  .under_review .main_column_middle:nth-child(3) .linkBtnBlock .linkBtnT a:after {
    background: url("../images/arrow02.png") no-repeat right center;
    background-size: 1em;
  }
}

@media screen and (max-width: 1099px) {
  .under_review .linkBtnBlockFloat {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .under_review .linkBtnBlockFloat .linkBtnT {
    margin: 0 0 1.5em 1em;
    -ms-flex-preferred-size: calc((100% - 3em)/2);
        flex-basis: calc((100% - 3em)/2);
  }
  .under_review .linkBtnBlock a {
    width: 100%;
    padding: 15px 12px;
  }
}

/* ---- 注記エディタ ---- */
.cautionBlockSizeS {
  font-size: 0.8em;
}

.cautionBlock > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cautionBlock .cautionBlock1 {
  /*text-indent: -1em;
            padding-left: 1em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock1 > span:first-child {
  -ms-flex-preferred-size: 1.5em;
      flex-basis: 1.5em;
  min-width: 1.5em;
}

.cautionBlock .cautionBlock2 {
  /*text-indent: -2em;
            padding-left: 2em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock2 > span:first-child {
  -ms-flex-preferred-size: 2em;
      flex-basis: 2em;
  min-width: 2em;
}

.cautionBlock .cautionBlock3 {
  /*text-indent: -3em;
            padding-left: 3em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock3 > span:first-child {
  -ms-flex-preferred-size: 2.5em;
      flex-basis: 2.5em;
  min-width: 2.5em;
}

.cautionBlock .cautionBlock4 {
  /*text-indent: -4em;
            padding-left: 4em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock4 > span:first-child {
  -ms-flex-preferred-size: 3em;
      flex-basis: 3em;
  min-width: 3em;
}

.cautionBlock .cautionBlock5 {
  /*text-indent: -5em;
            padding-left: 5em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock5 > span:first-child {
  -ms-flex-preferred-size: 3.5em;
      flex-basis: 3.5em;
  min-width: 3.5em;
}

.cautionBlock .cautionBlock6 {
  /*text-indent: -6em;
            padding-left: 6em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock6 > span:first-child {
  -ms-flex-preferred-size: 4em;
      flex-basis: 4em;
  min-width: 4em;
}

.cautionBlock .cautionBlock7 {
  /*text-indent: -7em;
            padding-left: 7em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock7 > span:first-child {
  -ms-flex-preferred-size: 4.5em;
      flex-basis: 4.5em;
  min-width: 4.5em;
}

.cautionBlock .cautionBlock8 {
  /*text-indent: -8em;
            padding-left: 8em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock8 > span:first-child {
  -ms-flex-preferred-size: 5em;
      flex-basis: 5em;
  min-width: 5em;
}

.cautionBlock .cautionBlock9 {
  /*text-indent: -9em;
            padding-left: 9em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock9 > span:first-child {
  -ms-flex-preferred-size: 5.5em;
      flex-basis: 5.5em;
  min-width: 5.5em;
}

.cautionBlock .cautionBlock10 {
  /*text-indent: -10em;
            padding-left: 10em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock10 > span:first-child {
  -ms-flex-preferred-size: 6em;
      flex-basis: 6em;
  min-width: 6em;
}

.cautionBlock .cautionBlock11 {
  /*text-indent: -11em;
            padding-left: 11em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock11 > span:first-child {
  -ms-flex-preferred-size: 6.5em;
      flex-basis: 6.5em;
  min-width: 6.5em;
}

.cautionBlock .cautionBlock12 {
  /*text-indent: -12em;
            padding-left: 12em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock12 > span:first-child {
  -ms-flex-preferred-size: 7em;
      flex-basis: 7em;
  min-width: 7em;
}

.cautionBlock .cautionBlock13 {
  /*text-indent: -13em;
            padding-left: 13em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock13 > span:first-child {
  -ms-flex-preferred-size: 7.5em;
      flex-basis: 7.5em;
  min-width: 7.5em;
}

.cautionBlock .cautionBlock14 {
  /*text-indent: -14em;
            padding-left: 14em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock14 > span:first-child {
  -ms-flex-preferred-size: 8em;
      flex-basis: 8em;
  min-width: 8em;
}

.cautionBlock .cautionBlock15 {
  /*text-indent: -15em;
            padding-left: 15em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock15 > span:first-child {
  -ms-flex-preferred-size: 8.5em;
      flex-basis: 8.5em;
  min-width: 8.5em;
}

.cautionBlock .cautionBlock16 {
  /*text-indent: -16em;
            padding-left: 16em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock16 > span:first-child {
  -ms-flex-preferred-size: 9em;
      flex-basis: 9em;
  min-width: 9em;
}

.cautionBlock .cautionBlock17 {
  /*text-indent: -17em;
            padding-left: 17em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock17 > span:first-child {
  -ms-flex-preferred-size: 9.5em;
      flex-basis: 9.5em;
  min-width: 9.5em;
}

.cautionBlock .cautionBlock18 {
  /*text-indent: -18em;
            padding-left: 18em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock18 > span:first-child {
  -ms-flex-preferred-size: 10em;
      flex-basis: 10em;
  min-width: 10em;
}

.cautionBlock .cautionBlock19 {
  /*text-indent: -19em;
            padding-left: 19em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock19 > span:first-child {
  -ms-flex-preferred-size: 10.5em;
      flex-basis: 10.5em;
  min-width: 10.5em;
}

.cautionBlock .cautionBlock20 {
  /*text-indent: -20em;
            padding-left: 20em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock20 > span:first-child {
  -ms-flex-preferred-size: 11em;
      flex-basis: 11em;
  min-width: 11em;
}

.cautionBlock .cautionBlock21 {
  /*text-indent: -21em;
            padding-left: 21em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock21 > span:first-child {
  -ms-flex-preferred-size: 11.5em;
      flex-basis: 11.5em;
  min-width: 11.5em;
}

.cautionBlock .cautionBlock22 {
  /*text-indent: -22em;
            padding-left: 22em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock22 > span:first-child {
  -ms-flex-preferred-size: 12em;
      flex-basis: 12em;
  min-width: 12em;
}

.cautionBlock .cautionBlock23 {
  /*text-indent: -23em;
            padding-left: 23em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock23 > span:first-child {
  -ms-flex-preferred-size: 12.5em;
      flex-basis: 12.5em;
  min-width: 12.5em;
}

.cautionBlock .cautionBlock24 {
  /*text-indent: -24em;
            padding-left: 24em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock24 > span:first-child {
  -ms-flex-preferred-size: 13em;
      flex-basis: 13em;
  min-width: 13em;
}

.cautionBlock .cautionBlock25 {
  /*text-indent: -25em;
            padding-left: 25em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock25 > span:first-child {
  -ms-flex-preferred-size: 13.5em;
      flex-basis: 13.5em;
  min-width: 13.5em;
}

.cautionBlock .cautionBlock26 {
  /*text-indent: -26em;
            padding-left: 26em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock26 > span:first-child {
  -ms-flex-preferred-size: 14em;
      flex-basis: 14em;
  min-width: 14em;
}

.cautionBlock .cautionBlock27 {
  /*text-indent: -27em;
            padding-left: 27em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock27 > span:first-child {
  -ms-flex-preferred-size: 14.5em;
      flex-basis: 14.5em;
  min-width: 14.5em;
}

.cautionBlock .cautionBlock28 {
  /*text-indent: -28em;
            padding-left: 28em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock28 > span:first-child {
  -ms-flex-preferred-size: 15em;
      flex-basis: 15em;
  min-width: 15em;
}

.cautionBlock .cautionBlock29 {
  /*text-indent: -29em;
            padding-left: 29em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock29 > span:first-child {
  -ms-flex-preferred-size: 15.5em;
      flex-basis: 15.5em;
  min-width: 15.5em;
}

.cautionBlock .cautionBlock30 {
  /*text-indent: -30em;
            padding-left: 30em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock30 > span:first-child {
  -ms-flex-preferred-size: 16em;
      flex-basis: 16em;
  min-width: 16em;
}

.cautionBlock .cautionBlock31 {
  /*text-indent: -31em;
            padding-left: 31em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock31 > span:first-child {
  -ms-flex-preferred-size: 16.5em;
      flex-basis: 16.5em;
  min-width: 16.5em;
}

.cautionBlock .cautionBlock32 {
  /*text-indent: -32em;
            padding-left: 32em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock32 > span:first-child {
  -ms-flex-preferred-size: 17em;
      flex-basis: 17em;
  min-width: 17em;
}

.cautionBlock .cautionBlock33 {
  /*text-indent: -33em;
            padding-left: 33em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock33 > span:first-child {
  -ms-flex-preferred-size: 17.5em;
      flex-basis: 17.5em;
  min-width: 17.5em;
}

.cautionBlock .cautionBlock34 {
  /*text-indent: -34em;
            padding-left: 34em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock34 > span:first-child {
  -ms-flex-preferred-size: 18em;
      flex-basis: 18em;
  min-width: 18em;
}

.cautionBlock .cautionBlock35 {
  /*text-indent: -35em;
            padding-left: 35em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock35 > span:first-child {
  -ms-flex-preferred-size: 18.5em;
      flex-basis: 18.5em;
  min-width: 18.5em;
}

.cautionBlock .cautionBlock36 {
  /*text-indent: -36em;
            padding-left: 36em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock36 > span:first-child {
  -ms-flex-preferred-size: 19em;
      flex-basis: 19em;
  min-width: 19em;
}

.cautionBlock .cautionBlock37 {
  /*text-indent: -37em;
            padding-left: 37em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock37 > span:first-child {
  -ms-flex-preferred-size: 19.5em;
      flex-basis: 19.5em;
  min-width: 19.5em;
}

.cautionBlock .cautionBlock38 {
  /*text-indent: -38em;
            padding-left: 38em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock38 > span:first-child {
  -ms-flex-preferred-size: 20em;
      flex-basis: 20em;
  min-width: 20em;
}

.cautionBlock .cautionBlock39 {
  /*text-indent: -39em;
            padding-left: 39em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock39 > span:first-child {
  -ms-flex-preferred-size: 20.5em;
      flex-basis: 20.5em;
  min-width: 20.5em;
}

.cautionBlock .cautionBlock40 {
  /*text-indent: -40em;
            padding-left: 40em;*/
  margin-bottom: 0.25em;
}

.cautionBlock .cautionBlock40 > span:first-child {
  -ms-flex-preferred-size: 21em;
      flex-basis: 21em;
  min-width: 21em;
}

/* ----- index-module ----- */
.index_module {
  margin-bottom: 30px;
}

.index_module ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .index_module ul li {
    margin-bottom: 20px;
  }
}

.index_module ul li a {
  color: #000000;
}

.index_module ul li a:hover {
  color: #c12100;
}

.index_module .image_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.index_module .image_text .image {
  margin-right: 16px;
  font-size: 0;
}

.index_module .newicon {
  color: #c12100;
}

.index_module .newicon span {
  padding-right: .5em;
}

.index_module ul .item_icon {
  font-weight: normal;
}

.index_module ul .item_icon a {
  letter-spacing: -0.01em;
  /*text-overflow: ellipsis;
    background-size: 0.8em;*/
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding-right: 1.5em;
  position: relative;
}

.index_module ul .item_icon a:before, .index_module ul .item_icon a:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul .item_icon a:before {
  content: " ";
  top: 0;
  right: 1em;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
  width: 3em;
  height: 2em;
}

.index_module ul .item_icon a:after {
  content: "";
  height: 100%;
  width: 1.5em;
  right: 0;
  background: #ffffff url("../images/arrow_sub.png") no-repeat right center;
  background-size: .8em;
}

.index_module ul .image a {
  display: block;
  font-size: 0;
}

.index_module .list {
  display: block;
  text-align: center;
}

.index_module .list a {
  background: #c12100;
  padding: 15px 26px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25em;
}

.index_module .list a:after {
  content: "";
  background: url("../images/arrow_on.svg") no-repeat right center;
  display: inline-block;
  margin-left: 10px;
  width: 1em;
  min-width: 1em;
  height: 1em;
}

@media screen and (max-width: 767px) {
  .index_module .list a:after {
    background: url("../images/arrow_on.png") no-repeat right center;
    background-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .index_module .image_text {
    display: block;
  }
  .index_module .image_text .image {
    margin-right: 0;
  }
  .index_module .image img {
    max-width: 100%;
    height: auto;
  }
}

/* index_module - タイル表示 */
.index_module ul.tile1 {
  display: block;
}

.index_module ul.tile1 li {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
  margin-bottom: 30px;
}

#contents_main.p100 .main_column .index_module ul.tile1 .image_text {
  height: 400px;
}

#contents_main .p100 .index_module ul.tile1 .image_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 300px;
}

@media screen and (max-width: 767px) {
  #contents_main .p100 .index_module ul.tile1 .image_text {
    display: block;
    height: auto;
  }
}

.p100 .index_module ul.tile1 .image_text .image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p100 .index_module ul.tile1 .image_text .text {
  -ms-flex-preferred-size: 45.45454545%;
      flex-basis: 45.45454545%;
}

/*.p100 .index_module ul.tile1 li > div:hover .text {
                    border-top-right-radius: 10px;
                    border-top-left-radius: 0;
                    border-bottom-right-radius: 10px;
                    border-bottom-left-radius: 0;
                    @include mq('sp') {
                        border-top-right-radius: 0;
                        border-top-left-radius: 0;
                        border-bottom-right-radius: 10px;
                        border-bottom-left-radius: 10px;
                    }
                }*/
.p100 .index_module ul.tile1 .text {
  max-height: auto;
}

@media screen and (max-width: 767px) {
  .p100 .index_module ul.tile1 .text {
    max-height: 240px;
    min-height: 240px;
  }
}

#contents_main .main_column .p50 .index_module ul.tile1 .image_text,
#contents_main .main_column .p50 .index_module ul.tile1 .image_text > div {
  display: block;
  height: auto;
}

/*.p50 .index_module ul.tile1 li > div:hover .text {
                    border-top-right-radius: 0;
                    border-top-left-radius: 0;
                    border-bottom-right-radius: 10px;
                    border-bottom-left-radius: 10px;
                }*/
.p50 .index_module ul.tile1 .text {
  max-height: 176px;
  min-height: 176px;
}

@media screen and (max-width: 767px) {
  .p50 .index_module ul.tile1 .text {
    max-height: 240px;
    min-height: 240px;
  }
}

#contents_main .main_column .p33 .index_module ul.tile1 .image_text,
#contents_main .main_column .p33 .index_module ul.tile1 .image_text > div {
  display: block;
  height: auto;
}

/*.p33 .index_module ul.tile1 li > div:hover .text {
                    border-top-right-radius: 0;
                    border-top-left-radius: 0;
                    border-bottom-right-radius: 10px;
                    border-bottom-left-radius: 10px;
                }*/
.p33 .index_module ul.tile1 .text {
  max-height: 200px;
  min-height: 200px;
}

@media screen and (max-width: 767px) {
  .p33 .index_module ul.tile1 .text {
    max-height: 240px;
    min-height: 240px;
  }
}

.index_module ul.tile1 li .text {
  border: 1px solid #cccccc;
}

.index_module ul.tile1 li > a {
  display: block;
  position: relative;
  -webkit-transition: .1s;
  transition: .1s;
}

.index_module ul.tile1 li > a:after {
  content: "";
  background: url("../images/arrow.png") no-repeat right center;
  background-size: 1em;
  width: 1.5em;
  height: 1.625em;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: 0.5em;
  right: 0.75em;
}

.index_module ul.tile1 li > a:hover {
  text-decoration: none;
  color: #000000;
  /*border-radius: 10px;*/
  overflow: hidden;
  -webkit-transform: scale(1.025);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-transform: scale(1.025);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -ms-transform: scale(1.025);
  -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -o-transform: scale(1.025);
  -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  transform: scale(1.025);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.index_module ul.tile1 li a > div.text:hover {
  border: 10px;
}

/*.index_module ul.tile1 li > a:hover .text {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }*/
.index_module ul.tile1 .image_text {
  display: block;
  /*height: 100%;*/
}

.index_module ul.tile1 .item_icon {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
}

.index_module ul.tile1 .item_icon a {
  display: inline;
  background: none;
  white-space: normal;
  overflow: auto;
}

.index_module ul.tile1 .item_icon:after {
  content: "";
  background: #cccccc;
  border-left: 30px solid #c12100;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 0.3em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 .item_icon:after {
    height: 8px;
  }
}

.index_module ul.tile1 li .image {
  text-align: center;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.index_module ul.tile1 li:nth-child(1n) {
  margin-right: 0;
}

.index_module ul.tile1 li .image:before {
  content: "";
  display: block;
  padding-top: 66.6666666666%;
}

.index_module ul.tile1 li .image img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
}

.index_module ul.tile1 .text {
  padding: 20px;
  overflow: hidden;
  height: 100%;
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 .text {
    max-height: 240px;
    min-height: 240px;
  }
}

.index_module ul.tile1 li.l1 .description {
  overflow: hidden;
  height: 26px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l1 .description {
    height: 26px;
  }
}

.index_module ul.tile1 li.l1 .description:before, .index_module ul.tile1 li.l1 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile1 li.l1 .description:before {
  content: " ";
  top: -10px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l1 .description:before {
    top: 0px;
  }
}

.index_module ul.tile1 li.l1 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile1 li.l2 .description {
  overflow: hidden;
  height: 52px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l2 .description {
    height: 52px;
  }
}

.index_module ul.tile1 li.l2 .description:before, .index_module ul.tile1 li.l2 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile1 li.l2 .description:before {
  content: " ";
  top: 16px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l2 .description:before {
    top: 26px;
  }
}

.index_module ul.tile1 li.l2 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile1 li.l3 .description {
  overflow: hidden;
  height: 78px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l3 .description {
    height: 78px;
  }
}

.index_module ul.tile1 li.l3 .description:before, .index_module ul.tile1 li.l3 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile1 li.l3 .description:before {
  content: " ";
  top: 42px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l3 .description:before {
    top: 52px;
  }
}

.index_module ul.tile1 li.l3 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile1 li.l4 .description {
  overflow: hidden;
  height: 104px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l4 .description {
    height: 104px;
  }
}

.index_module ul.tile1 li.l4 .description:before, .index_module ul.tile1 li.l4 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile1 li.l4 .description:before {
  content: " ";
  top: 68px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l4 .description:before {
    top: 78px;
  }
}

.index_module ul.tile1 li.l4 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile1 li.l5 .description {
  overflow: hidden;
  height: 130px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l5 .description {
    height: 130px;
  }
}

.index_module ul.tile1 li.l5 .description:before, .index_module ul.tile1 li.l5 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile1 li.l5 .description:before {
  content: " ";
  top: 94px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l5 .description:before {
    top: 104px;
  }
}

.index_module ul.tile1 li.l5 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile1 li.l6 .description {
  overflow: hidden;
  height: 156px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l6 .description {
    height: 156px;
  }
}

.index_module ul.tile1 li.l6 .description:before, .index_module ul.tile1 li.l6 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile1 li.l6 .description:before {
  content: " ";
  top: 120px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l6 .description:before {
    top: 130px;
  }
}

.index_module ul.tile1 li.l6 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile1 li.l7 .description {
  overflow: hidden;
  height: 182px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l7 .description {
    height: 182px;
  }
}

.index_module ul.tile1 li.l7 .description:before, .index_module ul.tile1 li.l7 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile1 li.l7 .description:before {
  content: " ";
  top: 146px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l7 .description:before {
    top: 156px;
  }
}

.index_module ul.tile1 li.l7 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile1 li.l8 .description {
  overflow: hidden;
  height: 208px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l8 .description {
    height: 208px;
  }
}

.index_module ul.tile1 li.l8 .description:before, .index_module ul.tile1 li.l8 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile1 li.l8 .description:before {
  content: " ";
  top: 172px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l8 .description:before {
    top: 182px;
  }
}

.index_module ul.tile1 li.l8 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile1 li.l9 .description {
  overflow: hidden;
  height: 234px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l9 .description {
    height: 234px;
  }
}

.index_module ul.tile1 li.l9 .description:before, .index_module ul.tile1 li.l9 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile1 li.l9 .description:before {
  content: " ";
  top: 198px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l9 .description:before {
    top: 208px;
  }
}

.index_module ul.tile1 li.l9 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile1 li.l10 .description {
  overflow: hidden;
  height: 260px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l10 .description {
    height: 260px;
  }
}

.index_module ul.tile1 li.l10 .description:before, .index_module ul.tile1 li.l10 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile1 li.l10 .description:before {
  content: " ";
  top: 224px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l10 .description:before {
    top: 234px;
  }
}

.index_module ul.tile1 li.l10 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile1 li.l11 .description {
  overflow: hidden;
  height: 286px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l11 .description {
    height: 286px;
  }
}

.index_module ul.tile1 li.l11 .description:before, .index_module ul.tile1 li.l11 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile1 li.l11 .description:before {
  content: " ";
  top: 250px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l11 .description:before {
    top: 260px;
  }
}

.index_module ul.tile1 li.l11 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile1 li.l12 .description {
  overflow: hidden;
  height: 312px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l12 .description {
    height: 312px;
  }
}

.index_module ul.tile1 li.l12 .description:before, .index_module ul.tile1 li.l12 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile1 li.l12 .description:before {
  content: " ";
  top: 276px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l12 .description:before {
    top: 286px;
  }
}

.index_module ul.tile1 li.l12 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile1 li.l13 .description {
  overflow: hidden;
  height: 338px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l13 .description {
    height: 338px;
  }
}

.index_module ul.tile1 li.l13 .description:before, .index_module ul.tile1 li.l13 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile1 li.l13 .description:before {
  content: " ";
  top: 302px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile1 li.l13 .description:before {
    top: 312px;
  }
}

.index_module ul.tile1 li.l13 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 {
    display: block;
  }
}

.index_module ul.tile2 li {
  margin-bottom: 0;
  border-bottom: none;
  -ms-flex-preferred-size: calc((100% - (20px * (2 - 1))) / 2);
      flex-basis: calc((100% - (20px * (2 - 1))) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li {
    margin-right: 0;
  }
}

.index_module ul.tile2 li .text {
  border: 1px solid #cccccc;
}

.index_module ul.tile2 li > a {
  display: block;
  position: relative;
  -webkit-transition: .1s;
  transition: .1s;
}

.index_module ul.tile2 li > a:after {
  content: "";
  background: url("../images/arrow.png") no-repeat right center;
  background-size: 1em;
  width: 1.5em;
  height: 1.625em;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: 0.5em;
  right: 0.75em;
}

.index_module ul.tile2 li > a:hover {
  text-decoration: none;
  color: #000000;
  /*border-radius: 10px;*/
  overflow: hidden;
  -webkit-transform: scale(1.025);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-transform: scale(1.025);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -ms-transform: scale(1.025);
  -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -o-transform: scale(1.025);
  -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  transform: scale(1.025);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.index_module ul.tile2 li a > div.text:hover {
  border: 10px;
}

/*.index_module ul.tile2 li > a:hover .text {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }*/
.index_module ul.tile2 .image_text {
  display: block;
  /*height: 100%;*/
}

.index_module ul.tile2 .item_icon {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
}

.index_module ul.tile2 .item_icon a {
  display: inline;
  background: none;
  white-space: normal;
  overflow: auto;
}

.index_module ul.tile2 .item_icon:after {
  content: "";
  background: #cccccc;
  border-left: 30px solid #c12100;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 0.3em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 .item_icon:after {
    height: 8px;
  }
}

.index_module ul.tile2 li .image {
  text-align: center;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.index_module ul.tile2 li:nth-child(2n) {
  margin-right: 0;
}

.index_module ul.tile2 li .image:before {
  content: "";
  display: block;
  padding-top: 66.6666666666%;
}

.index_module ul.tile2 li .image img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
}

.index_module ul.tile2 .text {
  padding: 20px;
  overflow: hidden;
  height: 100%;
  border-top: 1px solid #cccccc;
  max-height: 176px;
  min-height: 176px;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 .text {
    max-height: 240px;
    min-height: 240px;
  }
}

.index_module ul.tile2 li.l1 .description {
  overflow: hidden;
  height: 26px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l1 .description {
    height: 26px;
  }
}

.index_module ul.tile2 li.l1 .description:before, .index_module ul.tile2 li.l1 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile2 li.l1 .description:before {
  content: " ";
  top: -10px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l1 .description:before {
    top: 0px;
  }
}

.index_module ul.tile2 li.l1 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile2 li.l2 .description {
  overflow: hidden;
  height: 52px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l2 .description {
    height: 52px;
  }
}

.index_module ul.tile2 li.l2 .description:before, .index_module ul.tile2 li.l2 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile2 li.l2 .description:before {
  content: " ";
  top: 16px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l2 .description:before {
    top: 26px;
  }
}

.index_module ul.tile2 li.l2 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile2 li.l3 .description {
  overflow: hidden;
  height: 78px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l3 .description {
    height: 78px;
  }
}

.index_module ul.tile2 li.l3 .description:before, .index_module ul.tile2 li.l3 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile2 li.l3 .description:before {
  content: " ";
  top: 42px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l3 .description:before {
    top: 52px;
  }
}

.index_module ul.tile2 li.l3 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile2 li.l4 .description {
  overflow: hidden;
  height: 104px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l4 .description {
    height: 104px;
  }
}

.index_module ul.tile2 li.l4 .description:before, .index_module ul.tile2 li.l4 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile2 li.l4 .description:before {
  content: " ";
  top: 68px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l4 .description:before {
    top: 78px;
  }
}

.index_module ul.tile2 li.l4 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile2 li.l5 .description {
  overflow: hidden;
  height: 130px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l5 .description {
    height: 130px;
  }
}

.index_module ul.tile2 li.l5 .description:before, .index_module ul.tile2 li.l5 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile2 li.l5 .description:before {
  content: " ";
  top: 94px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l5 .description:before {
    top: 104px;
  }
}

.index_module ul.tile2 li.l5 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile2 li.l6 .description {
  overflow: hidden;
  height: 156px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l6 .description {
    height: 156px;
  }
}

.index_module ul.tile2 li.l6 .description:before, .index_module ul.tile2 li.l6 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile2 li.l6 .description:before {
  content: " ";
  top: 120px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l6 .description:before {
    top: 130px;
  }
}

.index_module ul.tile2 li.l6 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile2 li.l7 .description {
  overflow: hidden;
  height: 182px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l7 .description {
    height: 182px;
  }
}

.index_module ul.tile2 li.l7 .description:before, .index_module ul.tile2 li.l7 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile2 li.l7 .description:before {
  content: " ";
  top: 146px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l7 .description:before {
    top: 156px;
  }
}

.index_module ul.tile2 li.l7 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile2 li.l8 .description {
  overflow: hidden;
  height: 208px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l8 .description {
    height: 208px;
  }
}

.index_module ul.tile2 li.l8 .description:before, .index_module ul.tile2 li.l8 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile2 li.l8 .description:before {
  content: " ";
  top: 172px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l8 .description:before {
    top: 182px;
  }
}

.index_module ul.tile2 li.l8 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile2 li.l9 .description {
  overflow: hidden;
  height: 234px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l9 .description {
    height: 234px;
  }
}

.index_module ul.tile2 li.l9 .description:before, .index_module ul.tile2 li.l9 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile2 li.l9 .description:before {
  content: " ";
  top: 198px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l9 .description:before {
    top: 208px;
  }
}

.index_module ul.tile2 li.l9 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile2 li.l10 .description {
  overflow: hidden;
  height: 260px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l10 .description {
    height: 260px;
  }
}

.index_module ul.tile2 li.l10 .description:before, .index_module ul.tile2 li.l10 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile2 li.l10 .description:before {
  content: " ";
  top: 224px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l10 .description:before {
    top: 234px;
  }
}

.index_module ul.tile2 li.l10 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile2 li.l11 .description {
  overflow: hidden;
  height: 286px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l11 .description {
    height: 286px;
  }
}

.index_module ul.tile2 li.l11 .description:before, .index_module ul.tile2 li.l11 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile2 li.l11 .description:before {
  content: " ";
  top: 250px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l11 .description:before {
    top: 260px;
  }
}

.index_module ul.tile2 li.l11 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile2 li.l12 .description {
  overflow: hidden;
  height: 312px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l12 .description {
    height: 312px;
  }
}

.index_module ul.tile2 li.l12 .description:before, .index_module ul.tile2 li.l12 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile2 li.l12 .description:before {
  content: " ";
  top: 276px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l12 .description:before {
    top: 286px;
  }
}

.index_module ul.tile2 li.l12 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile2 li.l13 .description {
  overflow: hidden;
  height: 338px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l13 .description {
    height: 338px;
  }
}

.index_module ul.tile2 li.l13 .description:before, .index_module ul.tile2 li.l13 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile2 li.l13 .description:before {
  content: " ";
  top: 302px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile2 li.l13 .description:before {
    top: 312px;
  }
}

.index_module ul.tile2 li.l13 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 {
    display: block;
  }
}

.index_module ul.tile3 li {
  margin-bottom: 0;
  border-bottom: none;
  -ms-flex-preferred-size: calc((100% - (20px * (3 - 1))) / 3);
      flex-basis: calc((100% - (20px * (3 - 1))) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li {
    margin-right: 0;
  }
}

.index_module ul.tile3 li .text {
  border: 1px solid #cccccc;
}

.index_module ul.tile3 li > a {
  display: block;
  position: relative;
  -webkit-transition: .1s;
  transition: .1s;
}

.index_module ul.tile3 li > a:after {
  content: "";
  background: url("../images/arrow.png") no-repeat right center;
  background-size: 1em;
  width: 1.5em;
  height: 1.625em;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: 0.5em;
  right: 0.75em;
}

.index_module ul.tile3 li > a:hover {
  text-decoration: none;
  color: #000000;
  /*border-radius: 10px;*/
  overflow: hidden;
  -webkit-transform: scale(1.025);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-transform: scale(1.025);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -ms-transform: scale(1.025);
  -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -o-transform: scale(1.025);
  -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  transform: scale(1.025);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.index_module ul.tile3 li a > div.text:hover {
  border: 10px;
}

/*.index_module ul.tile3 li > a:hover .text {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }*/
.index_module ul.tile3 .image_text {
  display: block;
  /*height: 100%;*/
}

.index_module ul.tile3 .item_icon {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
}

.index_module ul.tile3 .item_icon a {
  display: inline;
  background: none;
  white-space: normal;
  overflow: auto;
}

.index_module ul.tile3 .item_icon:after {
  content: "";
  background: #cccccc;
  border-left: 30px solid #c12100;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 0.3em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 .item_icon:after {
    height: 8px;
  }
}

.index_module ul.tile3 li .image {
  text-align: center;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.index_module ul.tile3 li:nth-child(3n) {
  margin-right: 0;
}

.index_module ul.tile3 li .image:before {
  content: "";
  display: block;
  padding-top: 66.6666666666%;
}

.index_module ul.tile3 li .image img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
}

.index_module ul.tile3 .text {
  padding: 20px;
  overflow: hidden;
  height: 100%;
  border-top: 1px solid #cccccc;
  max-height: 200px;
  min-height: 200px;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 .text {
    max-height: 240px;
    min-height: 240px;
  }
}

.index_module ul.tile3 li.l1 .description {
  overflow: hidden;
  height: 26px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l1 .description {
    height: 26px;
  }
}

.index_module ul.tile3 li.l1 .description:before, .index_module ul.tile3 li.l1 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile3 li.l1 .description:before {
  content: " ";
  top: -10px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l1 .description:before {
    top: 0px;
  }
}

.index_module ul.tile3 li.l1 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile3 li.l2 .description {
  overflow: hidden;
  height: 52px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l2 .description {
    height: 52px;
  }
}

.index_module ul.tile3 li.l2 .description:before, .index_module ul.tile3 li.l2 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile3 li.l2 .description:before {
  content: " ";
  top: 16px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l2 .description:before {
    top: 26px;
  }
}

.index_module ul.tile3 li.l2 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile3 li.l3 .description {
  overflow: hidden;
  height: 78px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l3 .description {
    height: 78px;
  }
}

.index_module ul.tile3 li.l3 .description:before, .index_module ul.tile3 li.l3 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile3 li.l3 .description:before {
  content: " ";
  top: 42px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l3 .description:before {
    top: 52px;
  }
}

.index_module ul.tile3 li.l3 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile3 li.l4 .description {
  overflow: hidden;
  height: 104px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l4 .description {
    height: 104px;
  }
}

.index_module ul.tile3 li.l4 .description:before, .index_module ul.tile3 li.l4 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile3 li.l4 .description:before {
  content: " ";
  top: 68px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l4 .description:before {
    top: 78px;
  }
}

.index_module ul.tile3 li.l4 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile3 li.l5 .description {
  overflow: hidden;
  height: 130px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l5 .description {
    height: 130px;
  }
}

.index_module ul.tile3 li.l5 .description:before, .index_module ul.tile3 li.l5 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile3 li.l5 .description:before {
  content: " ";
  top: 94px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l5 .description:before {
    top: 104px;
  }
}

.index_module ul.tile3 li.l5 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile3 li.l6 .description {
  overflow: hidden;
  height: 156px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l6 .description {
    height: 156px;
  }
}

.index_module ul.tile3 li.l6 .description:before, .index_module ul.tile3 li.l6 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile3 li.l6 .description:before {
  content: " ";
  top: 120px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l6 .description:before {
    top: 130px;
  }
}

.index_module ul.tile3 li.l6 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile3 li.l7 .description {
  overflow: hidden;
  height: 182px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l7 .description {
    height: 182px;
  }
}

.index_module ul.tile3 li.l7 .description:before, .index_module ul.tile3 li.l7 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile3 li.l7 .description:before {
  content: " ";
  top: 146px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l7 .description:before {
    top: 156px;
  }
}

.index_module ul.tile3 li.l7 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile3 li.l8 .description {
  overflow: hidden;
  height: 208px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l8 .description {
    height: 208px;
  }
}

.index_module ul.tile3 li.l8 .description:before, .index_module ul.tile3 li.l8 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile3 li.l8 .description:before {
  content: " ";
  top: 172px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l8 .description:before {
    top: 182px;
  }
}

.index_module ul.tile3 li.l8 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile3 li.l9 .description {
  overflow: hidden;
  height: 234px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l9 .description {
    height: 234px;
  }
}

.index_module ul.tile3 li.l9 .description:before, .index_module ul.tile3 li.l9 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile3 li.l9 .description:before {
  content: " ";
  top: 198px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l9 .description:before {
    top: 208px;
  }
}

.index_module ul.tile3 li.l9 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile3 li.l10 .description {
  overflow: hidden;
  height: 260px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l10 .description {
    height: 260px;
  }
}

.index_module ul.tile3 li.l10 .description:before, .index_module ul.tile3 li.l10 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile3 li.l10 .description:before {
  content: " ";
  top: 224px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l10 .description:before {
    top: 234px;
  }
}

.index_module ul.tile3 li.l10 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile3 li.l11 .description {
  overflow: hidden;
  height: 286px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l11 .description {
    height: 286px;
  }
}

.index_module ul.tile3 li.l11 .description:before, .index_module ul.tile3 li.l11 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile3 li.l11 .description:before {
  content: " ";
  top: 250px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l11 .description:before {
    top: 260px;
  }
}

.index_module ul.tile3 li.l11 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile3 li.l12 .description {
  overflow: hidden;
  height: 312px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l12 .description {
    height: 312px;
  }
}

.index_module ul.tile3 li.l12 .description:before, .index_module ul.tile3 li.l12 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile3 li.l12 .description:before {
  content: " ";
  top: 276px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l12 .description:before {
    top: 286px;
  }
}

.index_module ul.tile3 li.l12 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile3 li.l13 .description {
  overflow: hidden;
  height: 338px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l13 .description {
    height: 338px;
  }
}

.index_module ul.tile3 li.l13 .description:before, .index_module ul.tile3 li.l13 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile3 li.l13 .description:before {
  content: " ";
  top: 302px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile3 li.l13 .description:before {
    top: 312px;
  }
}

.index_module ul.tile3 li.l13 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 {
    display: block;
  }
}

.index_module ul.tile4 li {
  margin-bottom: 0;
  border-bottom: none;
  -ms-flex-preferred-size: calc((100% - (20px * (4 - 1))) / 4);
      flex-basis: calc((100% - (20px * (4 - 1))) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li {
    margin-right: 0;
  }
}

.index_module ul.tile4 li .text {
  border: 1px solid #cccccc;
}

.index_module ul.tile4 li > a {
  display: block;
  position: relative;
  -webkit-transition: .1s;
  transition: .1s;
}

.index_module ul.tile4 li > a:after {
  content: "";
  background: url("../images/arrow.png") no-repeat right center;
  background-size: 1em;
  width: 1.5em;
  height: 1.625em;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: 0.5em;
  right: 0.75em;
}

.index_module ul.tile4 li > a:hover {
  text-decoration: none;
  color: #000000;
  /*border-radius: 10px;*/
  overflow: hidden;
  -webkit-transform: scale(1.025);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-transform: scale(1.025);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -ms-transform: scale(1.025);
  -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -o-transform: scale(1.025);
  -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  transform: scale(1.025);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.index_module ul.tile4 li a > div.text:hover {
  border: 10px;
}

/*.index_module ul.tile4 li > a:hover .text {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }*/
.index_module ul.tile4 .image_text {
  display: block;
  /*height: 100%;*/
}

.index_module ul.tile4 .item_icon {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
}

.index_module ul.tile4 .item_icon a {
  display: inline;
  background: none;
  white-space: normal;
  overflow: auto;
}

.index_module ul.tile4 .item_icon:after {
  content: "";
  background: #cccccc;
  border-left: 30px solid #c12100;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 0.3em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 .item_icon:after {
    height: 8px;
  }
}

.index_module ul.tile4 li .image {
  text-align: center;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.index_module ul.tile4 li:nth-child(4n) {
  margin-right: 0;
}

.index_module ul.tile4 li .image:before {
  content: "";
  display: block;
  padding-top: 66.6666666666%;
}

.index_module ul.tile4 li .image img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
}

.index_module ul.tile4 .text {
  padding: 20px;
  overflow: hidden;
  height: 100%;
  border-top: 1px solid #cccccc;
  max-height: 200px;
  min-height: 200px;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 .text {
    max-height: 240px;
    min-height: 240px;
  }
}

.index_module ul.tile4 li.l1 .description {
  overflow: hidden;
  height: 26px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l1 .description {
    height: 26px;
  }
}

.index_module ul.tile4 li.l1 .description:before, .index_module ul.tile4 li.l1 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile4 li.l1 .description:before {
  content: " ";
  top: -10px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l1 .description:before {
    top: 0px;
  }
}

.index_module ul.tile4 li.l1 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile4 li.l2 .description {
  overflow: hidden;
  height: 52px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l2 .description {
    height: 52px;
  }
}

.index_module ul.tile4 li.l2 .description:before, .index_module ul.tile4 li.l2 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile4 li.l2 .description:before {
  content: " ";
  top: 16px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l2 .description:before {
    top: 26px;
  }
}

.index_module ul.tile4 li.l2 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile4 li.l3 .description {
  overflow: hidden;
  height: 78px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l3 .description {
    height: 78px;
  }
}

.index_module ul.tile4 li.l3 .description:before, .index_module ul.tile4 li.l3 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile4 li.l3 .description:before {
  content: " ";
  top: 42px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l3 .description:before {
    top: 52px;
  }
}

.index_module ul.tile4 li.l3 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile4 li.l4 .description {
  overflow: hidden;
  height: 104px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l4 .description {
    height: 104px;
  }
}

.index_module ul.tile4 li.l4 .description:before, .index_module ul.tile4 li.l4 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile4 li.l4 .description:before {
  content: " ";
  top: 68px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l4 .description:before {
    top: 78px;
  }
}

.index_module ul.tile4 li.l4 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile4 li.l5 .description {
  overflow: hidden;
  height: 130px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l5 .description {
    height: 130px;
  }
}

.index_module ul.tile4 li.l5 .description:before, .index_module ul.tile4 li.l5 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile4 li.l5 .description:before {
  content: " ";
  top: 94px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l5 .description:before {
    top: 104px;
  }
}

.index_module ul.tile4 li.l5 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile4 li.l6 .description {
  overflow: hidden;
  height: 156px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l6 .description {
    height: 156px;
  }
}

.index_module ul.tile4 li.l6 .description:before, .index_module ul.tile4 li.l6 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile4 li.l6 .description:before {
  content: " ";
  top: 120px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l6 .description:before {
    top: 130px;
  }
}

.index_module ul.tile4 li.l6 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile4 li.l7 .description {
  overflow: hidden;
  height: 182px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l7 .description {
    height: 182px;
  }
}

.index_module ul.tile4 li.l7 .description:before, .index_module ul.tile4 li.l7 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile4 li.l7 .description:before {
  content: " ";
  top: 146px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l7 .description:before {
    top: 156px;
  }
}

.index_module ul.tile4 li.l7 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile4 li.l8 .description {
  overflow: hidden;
  height: 208px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l8 .description {
    height: 208px;
  }
}

.index_module ul.tile4 li.l8 .description:before, .index_module ul.tile4 li.l8 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile4 li.l8 .description:before {
  content: " ";
  top: 172px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l8 .description:before {
    top: 182px;
  }
}

.index_module ul.tile4 li.l8 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile4 li.l9 .description {
  overflow: hidden;
  height: 234px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l9 .description {
    height: 234px;
  }
}

.index_module ul.tile4 li.l9 .description:before, .index_module ul.tile4 li.l9 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile4 li.l9 .description:before {
  content: " ";
  top: 198px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l9 .description:before {
    top: 208px;
  }
}

.index_module ul.tile4 li.l9 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile4 li.l10 .description {
  overflow: hidden;
  height: 260px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l10 .description {
    height: 260px;
  }
}

.index_module ul.tile4 li.l10 .description:before, .index_module ul.tile4 li.l10 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile4 li.l10 .description:before {
  content: " ";
  top: 224px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l10 .description:before {
    top: 234px;
  }
}

.index_module ul.tile4 li.l10 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile4 li.l11 .description {
  overflow: hidden;
  height: 286px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l11 .description {
    height: 286px;
  }
}

.index_module ul.tile4 li.l11 .description:before, .index_module ul.tile4 li.l11 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile4 li.l11 .description:before {
  content: " ";
  top: 250px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l11 .description:before {
    top: 260px;
  }
}

.index_module ul.tile4 li.l11 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile4 li.l12 .description {
  overflow: hidden;
  height: 312px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l12 .description {
    height: 312px;
  }
}

.index_module ul.tile4 li.l12 .description:before, .index_module ul.tile4 li.l12 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile4 li.l12 .description:before {
  content: " ";
  top: 276px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l12 .description:before {
    top: 286px;
  }
}

.index_module ul.tile4 li.l12 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

.index_module ul.tile4 li.l13 .description {
  overflow: hidden;
  height: 338px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l13 .description {
    height: 338px;
  }
}

.index_module ul.tile4 li.l13 .description:before, .index_module ul.tile4 li.l13 .description:after {
  background: #ffffff;
  position: absolute;
}

.index_module ul.tile4 li.l13 .description:before {
  content: " ";
  top: 302px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .index_module ul.tile4 li.l13 .description:before {
    top: 312px;
  }
}

.index_module ul.tile4 li.l13 .description:after {
  content: "";
  height: 100%;
  width: 100%;
}

_:-ms-lang(x), .index_module ul.tile3 li {
  -ms-flex-preferred-size: calc(33.32% - 20px);
      flex-basis: calc(33.32% - 20px);
}

/* ---- 保険をご検討中のお客様 area ---- */
.under_review .main_column_middle {
  background-color: #f6f7fb;
  margin-bottom: 30px;
}

.under_review .main_column_middle:nth-child(2) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24% 76%;
      grid-template-columns: 24% 76%;
}

.under_review .main_column_middle:nth-child(2) .article_module {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.under_review .main_column_middle:nth-child(2) .index_module {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.under_review .main_column_middle:nth-child(2) .search_wrap {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .under_review .main_column_middle:nth-child(2) .search_wrap {
    padding-left: 20px;
  }
}

.under_review .main_column_middle:nth-child(2) .search_wrap .txt {
  margin-bottom: 0;
  overflow: hidden;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .article_text {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #cccccc;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .wysiwyg {
  overflow: visible;
  margin-bottom: 0;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .view0, .under_review .main_column_middle:nth-child(2) .search_wrap .view1, .under_review .main_column_middle:nth-child(2) .search_wrap .view2 {
  background: url("../images/simulator_kanno.png") no-repeat right 4rem;
  padding: 1em;
  min-height: 15rem;
  height: 17rem;
}

@media screen and (max-width: 1099px) {
  .under_review .main_column_middle:nth-child(2) .search_wrap .view0, .under_review .main_column_middle:nth-child(2) .search_wrap .view1, .under_review .main_column_middle:nth-child(2) .search_wrap .view2 {
    background-size: 24%;
  }
}

@media screen and (max-width: 767px) {
  .under_review .main_column_middle:nth-child(2) .search_wrap .view0, .under_review .main_column_middle:nth-child(2) .search_wrap .view1, .under_review .main_column_middle:nth-child(2) .search_wrap .view2 {
    min-height: 35rem;
    height: 35rem;
    background: none;
  }
}

.under_review .main_column_middle:nth-child(2) .search_wrap .view0, .under_review .main_column_middle:nth-child(2) .search_wrap .view1 {
  position: relative;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .next {
  display: inline-block;
  padding: 15px 26px;
  color: #ffffff;
  background-color: #999;
  font-weight: bold;
  min-width: 9em;
  text-align: center;
  border-radius: 10px;
  background-size: 1.6em;
  font-size: 0.8em;
  text-indent: 0;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .next:after {
  content: "";
  background: url("../images/arrow.png") no-repeat 1.6em center;
  background-size: 1em;
  overflow: visible;
  width: 3em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .next.active {
  background-color: #c12100;
  cursor: pointer;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .err {
  display: none;
  color: #c12100;
  font-size: 1.0em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .err.active {
  display: inline;
}

@media screen and (max-width: 767px) {
  .under_review .main_column_middle:nth-child(2) .search_wrap .err.active {
    display: block;
  }
}

.under_review .main_column_middle:nth-child(2) .search_wrap .err_block {
  display: none;
  color: #c12100;
  font-size: 1.0em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .err_block.active {
  display: block;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .view1, .under_review .main_column_middle:nth-child(2) .search_wrap .view2 {
  padding: 1em;
  position: relative;
  display: none;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .view1 .reset, .under_review .main_column_middle:nth-child(2) .search_wrap .view2 .reset {
  display: block;
  position: absolute;
  right: 1em;
  top: 1em;
  padding-left: 1.25em;
  color: #999;
  background: url("../images/step_reset.png") no-repeat left center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .under_review .main_column_middle:nth-child(2) .search_wrap .view1 .reset, .under_review .main_column_middle:nth-child(2) .search_wrap .view2 .reset {
    top: auto;
    bottom: 1em;
    right: 50%;
    margin-right: -3em;
  }
}

@media screen and (max-width: 767px) {
  .under_review .main_column_middle:nth-child(2) .search_wrap .view2 {
    padding-bottom: 2em;
  }
}

.under_review .main_column_middle:nth-child(2) .search_wrap .question {
  font-weight: bold;
  font-size: 1.4em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .question .circle {
  background-color: #c12100;
  color: #ffffff;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  text-align: center;
  margin-right: 0.5em;
  text-indent: 0;
}

@media screen and (max-width: 767px) {
  .under_review .main_column_middle:nth-child(2) .search_wrap .question {
    text-indent: -2em;
    padding-left: 2em;
    margin-bottom: 0.5em;
  }
}

.under_review .main_column_middle:nth-child(2) .search_wrap .block {
  padding-left: 3em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .block h4 {
  margin-right: 1em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .block input[type="radio"] {
  margin-right: 1em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .block input[type="checkbox"] {
  margin-right: 1em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .block label {
  margin-right: 1em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .block .radio_wrap {
  display: inline-block;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .block .sp_block {
  display: inline;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .block .sp_block.disabled label {
  color: #cccccc;
}

@media screen and (max-width: 767px) {
  .under_review .main_column_middle:nth-child(2) .search_wrap .block {
    padding-left: 0;
    margin-bottom: 0;
  }
  .under_review .main_column_middle:nth-child(2) .search_wrap .block + .block {
    margin-bottom: 1em;
  }
  .under_review .main_column_middle:nth-child(2) .search_wrap .block .sp_block {
    display: block;
  }
}

.under_review .main_column_middle:nth-child(2) .search_wrap form input[type="button"] {
  border-radius: 10px;
  background: #999 url("../images/search_icon_w.svg") no-repeat 1.6em center;
  background-size: 1.6em;
  font-size: 0.8em;
  padding-left: 4em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap form input[type="button"].active {
  background: #c12100 url("../images/search_icon_w.svg") no-repeat 1.6em center;
  background-size: 1.6em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap form input[type="button"] _:-ms-lang(x)::-ms-backdrop, .under_review .main_column_middle:nth-child(2) .search_wrap form input[type="button"] {
  background-size: 6em;
  background-position-x: -1em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap form input[type="button"] _:-ms-lang(x)::-ms-backdrop, .under_review .main_column_middle:nth-child(2) .search_wrap form input[type="button"].active {
  background-size: 6em;
  background-position-x: -1em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .button_wrap {
  width: 100%;
  text-align: left;
  text-indent: 24rem;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .button_wrap.next_step {
  margin-top: 1rem;
  text-indent: 27rem;
}

@media screen and (max-width: 767px) {
  .under_review .main_column_middle:nth-child(2) .search_wrap .button_wrap,
  .under_review .main_column_middle:nth-child(2) .search_wrap .button_wrap.next_step {
    text-align: center;
    text-indent: 0;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}

.under_review .main_column_middle:nth-child(2) .search_wrap .block select {
  border: 1px solid #ccc;
  background-color: #fff;
  min-width: 4em;
  height: 2em;
  font-size: 1em;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0.75em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .block select[name="age"] {
  width: 11em;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .block select::-ms-expand {
  display: none;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .block label.select-wrap {
  position: relative;
  margin-right: 0;
}

.under_review .main_column_middle:nth-child(2) .search_wrap .block label.select-wrap:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 0;
  height: 0;
  margin-top: -0.4em;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.75em solid #c12100;
  pointer-events: none;
}

#contents_main .under_review .main_column_middle:nth-child(2) .search_wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 82%;
  margin-bottom: 0.5em;
  text-indent: 0;
  padding-left: 0;
}

#contents_main .under_review .main_column_middle:nth-child(2) .search_wrap h3 .main .red {
  color: #c12100;
  font-size: 1.2em;
}

#contents_main .under_review .main_column_middle:nth-child(2) .search_wrap h3 .sub {
  padding-left: 1em;
  font-size: 0.625em;
  font-weight: normal;
}

@media screen and (max-width: 1099px) {
  #contents_main .under_review .main_column_middle:nth-child(2) .search_wrap h3 {
    max-width: 88%;
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 767px) {
  #contents_main .under_review .main_column_middle:nth-child(2) .search_wrap h3 {
    max-width: 100%;
    font-size: 6vw;
  }
  #contents_main .under_review .main_column_middle:nth-child(2) .search_wrap h3:after {
    display: none;
  }
  #contents_main .under_review .main_column_middle:nth-child(2) .search_wrap h3 .main {
    width: 100%;
    display: block;
  }
  #contents_main .under_review .main_column_middle:nth-child(2) .search_wrap h3 .main:after {
    content: "";
    background: #cccccc;
    border-left: 30px solid #c12100;
    display: block;
    width: 100%;
    height: 4px;
    margin-bottom: 0.5em;
  }
  #contents_main .under_review .main_column_middle:nth-child(2) .search_wrap h3 .sub {
    padding-left: 0;
  }
}

#contents_main .under_review .main_column_middle:nth-child(2) .search_wrap h4 {
  font-size: 1.0em;
  font-weight: bold;
  vertical-align: top;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #contents_main .under_review .main_column_middle:nth-child(2) .search_wrap h4 {
    font-size: 1.25em;
    display: block;
  }
}

#contents_main .under_review .main_column_middle:nth-child(2) .search_wrap h4:before {
  content: "";
  background: #c12100;
  display: inline-block;
  margin-right: 6px;
  width: 4px;
  height: 10px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

@media screen and (max-width: 767px) {
  #contents_main .under_review .main_column_middle:nth-child(2) .search_wrap h4:before {
    width: 6px;
    height: 18px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
}

@media screen and (max-width: 1099px) {
  .under_review .main_column_middle:nth-child(2) {
    display: block;
  }
}

.under_review .main_column_middle:nth-child(n + 3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.under_review .main_column_middle:nth-child(n + 3) .article_module {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.under_review .main_column_middle:nth-child(n + 3) .index_module {
  width: 76%;
}

.under_review .main_column_middle:nth-child(n + 3) .article_module:last-child {
  width: 100%;
}

@media screen and (max-width: 1099px) {
  .under_review .main_column_middle:nth-child(n + 3) {
    display: block;
  }
  .under_review .main_column_middle:nth-child(n + 3) .index_module,
  .under_review .main_column_middle:nth-child(n + 3) .article_module {
    width: 100%;
  }
}

#contents_main .under_review .article_module h2:after {
  display: none;
}

.under_review .index_module {
  margin-bottom: 20px;
}

.under_review .index_module ul.tile3 {
  padding: 20px 12px 0 0;
  margin-bottom: 0;
}

.under_review .index_module ul.tile3 li {
  -ms-flex-preferred-size: calc((99% - 20px) / 3);
      flex-basis: calc((99% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.under_review .index_module ul.tile3 li:nth-child(3n) {
  margin-right: 0;
}

.under_review .index_module ul.tile3 li > a:after {
  display: none;
}

.under_review .index_module ul.tile3 .image_text {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
}

.under_review .index_module ul.tile3 li .image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 3;
}

.under_review .index_module ul.tile3 li .image img {
  top: 0;
  margin: 0 auto;
}

.under_review .index_module ul.tile3 li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  border: none;
  color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 4;
  opacity: 0.7;
  min-height: auto;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.8rem 0;
}

.under_review .index_module ul.tile3 li:hover a {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-radius: 10px;
}

.under_review .index_module ul.tile3 li .image:before {
  padding-top: 80%;
}

.under_review .index_module ul.tile3 li .item_icon {
  background: url("../images/arrow_sub_w.svg") no-repeat right center;
  text-align: center;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .under_review .index_module ul.tile3 li .item_icon {
    background: url("../images/arrow_sub_w.png") no-repeat right center;
    background-size: 1em;
  }
}

.under_review .index_module ul.tile3 li .item_icon:after {
  content: "";
  display: none;
}

.under_review .index_module ul.tile3 li.l1 .description:before,
.under_review .index_module ul.tile3 li.l1 .description:after {
  background-color: #000;
}

.under_review .index_module ul.tile3 li.l2 .description:before,
.under_review .index_module ul.tile3 li.l2 .description:after {
  background-color: #000;
}

.under_review .index_module ul.tile3 li.l3 .description:before,
.under_review .index_module ul.tile3 li.l3 .description:after {
  background-color: #000;
}

.under_review .index_module ul.tile3 li.l4 .description:before,
.under_review .index_module ul.tile3 li.l4 .description:after {
  background-color: #000;
}

.under_review .index_module ul.tile3 li.l5 .description:before,
.under_review .index_module ul.tile3 li.l5 .description:after {
  background-color: #000;
}

@media screen and (max-width: 1099px) {
  .under_review .index_module ul.tile3 {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .under_review .index_module ul.tile3 li {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .under_review .index_module ul.tile3 li .image:before {
    padding-top: 37.99%;
  }
}

.under_review .main_column_middle .title_box .article_text {
  display: block;
  z-index: 9;
  margin-bottom: 0;
}

.under_review .main_column_middle .title_box .article_text .linkBtnBlock, .under_review .main_column_middle .title_box .article_text .linkBtnT {
  margin-bottom: 0;
}

.under_review .main_column_middle .btn_box.article_module {
  display: none;
}

.under_review .main_column_middle .btn_box .module_title {
  display: none;
}

@media screen and (max-width: 1099px) {
  .under_review .main_column_middle .title_box {
    background-color: #c12100;
    position: relative;
    padding: 0.8em;
  }
  .under_review .main_column_middle .title_box h2 {
    color: #ffffff;
  }
  .under_review .main_column_middle .title_box:before, .under_review .main_column_middle .title_box:after {
    content: "";
    width: 1em;
    height: 4px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 1em;
    top: 2.0em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .under_review .main_column_middle .title_box:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .under_review .main_column_middle .title_box.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .under_review .main_column_middle:nth-child(3) .title_box {
    background-color: #1f1f7b;
  }
  .under_review .main_column_middle .title_box .article_text {
    display: none;
  }
  .under_review .main_column_middle .btn_box.article_module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .under_review .main_column_middle .btn_box .article_text {
    display: block;
  }
  #contents_main .under_review .article_module h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1.6em;
  }
}

/* ---- pick up area ---- */
.pick_up .index_module ul.tile4 {
  background-color: #f4f1e9;
  padding: 30px 35px 0;
  margin-bottom: 30px;
}

.pick_up .index_module ul.tile4 li {
  -ms-flex-preferred-size: calc((100% - 30px) / 4);
      flex-basis: calc((100% - 30px) / 4);
  margin-right: 10px;
  margin-bottom: 10px;
}

.pick_up .index_module ul.tile4 li:nth-child(4n) {
  margin-right: 0;
}

.pick_up .index_module ul.tile4 li > a:after {
  display: none;
}

.pick_up .index_module ul.tile4 .image_text {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
}

.pick_up .index_module ul.tile4 li .image {
  position: relative;
  width: 100%;
  height: 100%;
  /*max-height: 200px;*/
  border-radius: 10px;
  z-index: 3;
}

.pick_up .index_module ul.tile4 li .image img {
  top: 0;
  margin: 0 auto;
}

.pick_up .index_module ul.tile4 li .text {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  border: none;
  color: #ffffff;
  border-radius: 14px;
  z-index: 2;
  opacity: 0.7;
  min-height: auto;
}

.pick_up .index_module ul.tile4 li:hover a {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-radius: 10px;
}

.pick_up .index_module ul.tile4 li:hover a .text {
  border-radius: 10px;
}

.pick_up .index_module ul.tile4 li .image:before {
  padding-top: 80%;
}

.pick_up .index_module ul.tile4 li:hover .text {
  z-index: 4;
}

.pick_up .index_module ul.tile4 li .item_icon:after {
  content: "";
  display: none;
}

.pick_up .index_module ul.tile4 li.l1 .description:before,
.pick_up .index_module ul.tile4 li.l1 .description:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #000, rgba(255, 255, 255, 0));
}

.pick_up .index_module ul.tile4 li.l2 .description:before,
.pick_up .index_module ul.tile4 li.l2 .description:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #000, rgba(255, 255, 255, 0));
}

.pick_up .index_module ul.tile4 li.l3 .description:before,
.pick_up .index_module ul.tile4 li.l3 .description:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #000, rgba(255, 255, 255, 0));
}

.pick_up .index_module ul.tile4 li.l4 .description:before,
.pick_up .index_module ul.tile4 li.l4 .description:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #000, rgba(255, 255, 255, 0));
}

.pick_up .index_module ul.tile4 li.l5 .description:before,
.pick_up .index_module ul.tile4 li.l5 .description:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #000, rgba(255, 255, 255, 0));
}

@media screen and (max-width: 767px) {
  .pick_up .index_module ul.tile4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pick_up .index_module ul.tile4 li {
    -ms-flex-preferred-size: calc((100% - 10px) / 2);
        flex-basis: calc((100% - 10px) / 2);
  }
  .pick_up .index_module ul.tile4 li:nth-child(2n) {
    margin-right: 0;
  }
  .pick_up .index_module ul.tile4 li:nth-child(n + 5) {
    display: none;
  }
  .pick_up .index_module ul.tile4 li .text {
    padding: 12px;
    min-height: auto;
    width: 100%;
    max-height: 100%;
  }
}

/* ---- list_box ---- */
#contents_main .list_box .module_title h2 {
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  padding: 1em;
}

#contents_main .list_box .module_title h2:after {
  display: none;
}

.list_box .index_module {
  border: 1px solid #cccccc;
  border-bottom: none;
  padding: 20px 20px 0;
  /*& ul .item_icon a:after {
        content: "";
        width: 100%;
        height: 100%;
    }*/
}

.list_box .index_module + .index_module {
  border-top: none;
  margin-top: -30px;
  padding-top: 0;
}

.list_box .index_module:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.list_box .index_module ul {
  margin-bottom: 30px;
}

.list_box .index_module ul li {
  padding-bottom: 0;
  margin-bottom: 0;
}

.list_box .index_module ul li > div {
  height: 6em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-direction: column;
        justify-content: center;*/
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_box .index_module ul li > div .item_icon {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.list_box .index_module ul li > div:after {
  background: url("../images/arrow_sub_news.svg") no-repeat right center;
  background-size: 0.8em;
  content: "";
  width: 1em;
  height: 1.6em;
  display: block;
  position: absolute;
  top: calc(50% - 0.8em);
  right: 0;
}

.list_box .index_module ul .item_icon a {
  background: none;
  color: #1f1f7b;
  text-overflow: unset;
  white-space: normal;
  position: relative;
  overflow: hidden;
  max-height: 3.2em;
  margin-bottom: -0.5em;
  /*_:-ms-lang(x)::-ms-backdrop, & {
            margin-bottom: 0;
            margin-top: 0.8em;
        }*/
}

.list_box .index_module ul .item_icon a:before,
.list_box .index_module ul .item_icon a:after {
  background: #ffffff;
  position: absolute;
}

.list_box .index_module ul .item_icon a:before {
  content: " ";
  top: 1.6em;
  right: 1.0em;
  width: 5em;
  height: 2em;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.list_box span.list {
  margin-bottom: 10px;
}

/* article_module - image */
.article_image_float {
  overflow: hidden;
  padding: 0;
}

.article_image_float .article_image {
  float: left;
  padding-right: 8px;
  max-width: 50%;
}

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

.article_image_left {
  float: left;
  margin-bottom: 16px;
  margin-right: 22px;
}

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

@media screen and (max-width: 767px) {
  .article_image_left {
    float: none;
    margin-right: 0;
  }
}

.article_image_right {
  float: right;
  margin-bottom: 16px;
  margin-left: 8px;
}

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

@media screen and (max-width: 767px) {
  .article_image_right {
    float: none;
    margin-left: 0;
  }
}

.article_image_center {
  text-align: center;
  padding: 0 4px 0;
}

.article_image_center .article_image {
  margin: 11px auto 11px auto;
  width: 100%;
}

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

.sub_module .article_image_center {
  margin: 0;
}

.article_image img + div,
.article_image a + div,
.article_image map + div {
  margin-top: 0;
}

.caption {
  color: #444444;
  font-size: 1em;
}

.image_title {
  font-weight: bold;
  font-size: 1em;
}

/* ---- 商品構成モジュール ---- */
.plan, .special {
  overflow: hidden;
  border: 1px solid #cccccc;
}

.plan:first-child, .article_module + .plan, .special:first-child, .article_module + .special {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.plan:last-child, .special:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 30px;
}

.plan .plan_title_block, .special .plan_title_block {
  background: #0d629c;
  color: #ffffff;
  padding: 12px 30px;
  position: relative;
  /* color variation */
  /* ./color variation */
}

.plan .plan_title_block .plan_title, .special .plan_title_block .plan_title {
  font-weight: bold;
  font-size: 1.125em;
}

.plan .plan_title_block .plan_sub_title,
.plan .plan_title_block .plan_description, .special .plan_title_block .plan_sub_title,
.special .plan_title_block .plan_description {
  font-size: .8333333em;
}

.plan .plan_title_block .article_text,
.plan .plan_title_block .article_text_right,
.plan .plan_title_block .article_text_left, .special .plan_title_block .article_text,
.special .plan_title_block .article_text_right,
.special .plan_title_block .article_text_left {
  margin-bottom: 0;
}

.plan .plan_title_block:before, .plan .plan_title_block:after, .special .plan_title_block:before, .special .plan_title_block:after {
  content: "";
  width: 1em;
  height: 4px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.plan .plan_title_block.gray, .special .plan_title_block.gray {
  background: #cccccc;
  color: #000000;
}

.plan .plan_title_block.gray:before, .plan .plan_title_block.gray:after, .special .plan_title_block.gray:before, .special .plan_title_block.gray:after {
  background-color: #000000;
}

.plan .plan_title_block.yellow_green, .special .plan_title_block.yellow_green {
  background: #96c251;
}

.plan .plan_title_block.blue, .special .plan_title_block.blue {
  background: #466ec7;
}

.plan .plan_title_block.yellow, .special .plan_title_block.yellow {
  background: #fab40b;
}

.plan .plan_title_block.pink, .special .plan_title_block.pink {
  background: #f4728a;
}

.plan .plan_title_block.purple, .special .plan_title_block.purple {
  background: #9b68bc;
}

.plan .plan_title_block:before, .special .plan_title_block:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.plan .plan_title_block.open:before, .special .plan_title_block.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.plan .article_text:last-child, .special .article_text:last-child {
  margin-bottom: 0;
}

.plan .plan_contents_block, .special .plan_contents_block {
  padding: 30px 20px;
  display: none;
}

.plan .relation_title, .special .relation_title {
  padding-bottom: 30px;
}

.product .plan .relation_title, .product .special .relation_title {
  padding-top: 30px;
  padding-bottom: 1em;
}

.plan .relation_title span, .special .relation_title span {
  font-weight: bold;
  display: inline;
  margin-bottom: 20px;
}

.plan .inside_plan, .plan .inside_special, .special .inside_plan, .special .inside_special {
  overflow: hidden;
  border: 1px solid #cccccc;
}

.plan .inside_plan:last-child, .plan .inside_special:last-child, .special .inside_plan:last-child, .special .inside_special:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.plan .relation_title + .inside_plan,
.plan .article_module + .inside_plan,
.plan .inside_plan:first-child,
.plan .relation_title + .inside_special,
.plan .article_module + .inside_special,
.plan .inside_special:first-child, .special .relation_title + .inside_plan,
.special .article_module + .inside_plan,
.special .inside_plan:first-child,
.special .relation_title + .inside_special,
.special .article_module + .inside_special,
.special .inside_special:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.important_notice .index_module {
  display: table;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.important_notice .index_module > div {
  display: table-cell;
  background: #c12100;
  width: 12em;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .important_notice .index_module > div {
    width: 38vw;
  }
}

#contents_main .important_notice .index_module > div h2 {
  font-size: 1.2em;
  color: #ffffff;
  font-weight: normal;
  padding: 0.5em;
  margin-bottom: 0;
  /*
            @include mq('sp'){
                font-size: 4vw;
            }
            */
}

#contents_main .important_notice .index_module > div h2:after {
  display: none;
}

.important_notice .index_module > ul {
  display: table-cell;
  background: #efefef;
  vertical-align: middle;
  padding-left: 1.5em;
}

.important_notice .index_module > ul li {
  margin-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  /*height: 1.5em;
            overflow: hidden;*/
  padding-top: 12px;
}

.important_notice .index_module > ul .item_icon a {
  display: block;
  white-space: pre-wrap;
}

.important_notice .index_module > ul .item_icon a:before {
  display: none;
  background: -webkit-gradient(linear, right top, left top, from(#efefef), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #efefef, rgba(255, 255, 255, 0));
}

.important_notice .index_module > ul .item_icon a:after {
  background: transparent url("../images/arrow.png") no-repeat right 0.25em;
  background-size: 1em;
  right: 0.75em;
  top: 0;
}

@media screen and (max-width: 767px) {
  .important_notice .index_module > ul .item_icon a:after {
    right: 0.5em;
    top: 0;
  }
}

.important_notice .index_module > ul .description {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.product_menu .article_text,
.product_menu .article_text_right,
.product_menu .article_text_left {
  padding-bottom: 0;
}

/* ---- モーダルウインドウ ---- */
.modalbox .article_module {
  margin: 20px;
}

.modalbox .article_image_left {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .modalbox .article_image_left {
    margin-right: 0;
    text-align: center;
    float: none;
  }
}

.modalbox .article_image _:-ms-lang(x)::-ms-backdrop, .modalbox .article_image,
.modalbox .article_image_left _:-ms-lang(x)::-ms-backdrop,
.modalbox .article_image_left,
.modalbox .article_image_right _:-ms-lang(x)::-ms-backdrop,
.modalbox .article_image_right {
  table-layout: fixed;
  max-width: 100%;
}

.modalbox .article_image _:-ms-lang(x)::-ms-backdrop img, .modalbox .article_image img,
.modalbox .article_image_left _:-ms-lang(x)::-ms-backdrop img,
.modalbox .article_image_left img,
.modalbox .article_image_right _:-ms-lang(x)::-ms-backdrop img,
.modalbox .article_image_right img {
  display: block;
  margin: 0 auto;
}

body .iziModal-navigate-prev,
body .iziModal-navigate-next {
  background: url("../images/arrow.png") no-repeat right center;
  background-size: 1em;
  opacity: .8;
  width: 3em;
}

body .iziModal-navigate-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.iziModal .iziModal-button-close {
  position: absolute;
  background: none;
  opacity: 1;
  right: 0.5em;
  width: 1.5em;
  cursor: pointer;
}

.iziModal .iziModal-button-close:before, .iziModal .iziModal-button-close:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 3px;
}

.iziModal .iziModal-button-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.iziModal .iziModal-button-close:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.iziModal .iziModal-button-close:hover {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.iziModal .iziModal-wrap {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.iziModal .iziModal-wrap::-webkit-scrollbar {
  display: none;
}

.gymnastics .index_module ul.tile2 .image_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .gymnastics .index_module ul.tile2 .image_text {
    display: block;
  }
}

.gymnastics .index_module ul.tile2 .image_text .image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.gymnastics .index_module ul.tile2 .image_text .text {
  -ms-flex-preferred-size: 45.45454545%;
      flex-basis: 45.45454545%;
  min-height: 196px;
}

.scale_shadow a {
  z-index: 1;
}

.scale_shadow a img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.scale_shadow a:hover img {
  -webkit-transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px 5px rgba(5, 5, 5, 0.1);
  -moz-transform: scale(1.1);
  -moz-box-shadow: 0 0 10px 5px rgba(5, 5, 5, 0.1);
  -ms-transform: scale(1.1);
  -ms-box-shadow: 0 0 10px 5px rgba(5, 5, 5, 0.1);
  -o-transform: scale(1.1);
  -o-box-shadow: 0 0 10px 5px rgba(5, 5, 5, 0.1);
  transform: scale(1.1);
  box-shadow: 0 0 10px 5px rgba(5, 5, 5, 0.1);
  z-index: 2;
}

.sitemap_main .sitemap {
  margin-bottom: 30px;
}

.sitemap_main .sitemap ul.child {
  margin-left: 2em;
}

.sitemap_main .sitemap ul.grandchild {
  margin-left: 2em;
}

.sitemap_main .sitemap li {
  margin-bottom: 12px;
}

.sitemap_main .sitemap li div {
  margin-bottom: 12px;
}

.sitemap_main .to_top {
  display: none;
}

.case, .result {
  font-weight: bold;
}

.case {
  padding-bottom: 1em;
}

.result {
  display: table;
}

.result .copy {
  display: table-cell;
  color: #1f1f7b;
  vertical-align: middle;
  line-height: 1.2;
  padding-right: 1.0em;
}

.result .cost {
  display: table-cell;
  color: #c12100;
  vertical-align: middle;
  font-size: 3.5em;
  line-height: 1;
}

@media screen and (min-width: 1100px) {
  .list_2column .article_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_2column .article_text > ul {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .list_2column .article_text > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/*#contents_inner:before,
#contents_inner:after,
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
#contents_inner:after,
.cf:after {
    clear:both;
}
#contents_inner,
.cf {
    zoom:1;
}*/
#contents_inner:after,
.cf:after {
  display: block;
  clear: both;
  content: "";
}

/* 2019.11.21 緊急対応 
.phead .phead_title {
    border: none;
    padding: 0;
    & > div:first-child {
        display: none;
    }
    & > div:last-child {
        border: 1px solid #cccccc;
        width: 100%;
        padding: 0 2em;
    }
    & img {
        width: 50%;
    }
}
*/
/*# sourceMappingURL=asahi.css.map */