@charset "UTF-8";
/*　sass ベースファイルのインポート　/　*/
/* / common sass */
/*　/ sass ベースファイルのインポート　*/
.bg_gray {
  background-color: #e6e6e6 !important;
}

.bg_light_gray {
  background-color: #efefef !important;
}

.color_black {
  color: #333 !important;
}

.ta_center {
  text-align: center !important;
}

.ta_right {
  text-align: right !important;
}

.c_blue {
  color: #0068b6 !important;
}

.c_red {
  color: #e04646 !important;
}

a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url("/images/icon_pdf.png");
  background-size: 16px 20px;
  margin-left: 5px;
}

/*--=== SP ONLY max-width: 960px ===-- / */
@media screen and (max-width: 960px) {
  html {
    background-image: url("/images/l2_bg_main.png");
    background-size: 100% auto;
    background-repeat: repeat;
    position: relative;
  }

  body {
    background-image: url("/images/l2_bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .contents_footer_contact {
    margin-top: 5rem;
  }

  .contents_footer_contact_list li {
    background-color: #e6e6e6;
    margin-bottom: 20px;
    padding: 15px;
  }
  .contents_footer_contact_list li .contents_footer_contact_list_img {
    text-align: center;
  }
  .contents_footer_contact_list li .contents_footer_contact_list_img img {
    width: 20%;
  }
  .contents_footer_contact_list li .contents_footer_contact_list_txt {
    text-align: center;
    color: #0068b6;
  }
  .contents_footer_contact_list li .contents_footer_contact_list_txt h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border: none;
    background-color: transparent;
  }
  .contents_footer_contact_list li .contents_footer_contact_list_txt p {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .contents_footer_contact_list li .contents_footer_contact_list_txt .tel {
    pointer-events: none;
    color: #0068b6;
    text-decoration: none;
    font-size: 3.6rem;
    font-weight: bold;
    margin-top: 1.5rem;
    display: block;
  }

  .breadcrumbs {
    display: none;
  }

  .contents_list li {
    margin-bottom: 10px;
  }
  .contents_list li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    background-color: #fff7d4;
    border: 2px solid #fccf00;
    border-radius: 10px;
    padding: 5px;
  }
  .contents_list li a .contents_list_img {
    width: 25%;
  }
  .contents_list li a .contents_list_img img {
    border-radius: 5px;
    display: block;
  }
  .contents_list li a .contents_list_txt {
    width: 75%;
    margin-left: 10px;
  }
  .contents_list li a .contents_list_txt .button {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }

  .contents_list2 {
    margin-top: 1rem;
  }
  .contents_list2 li {
    margin-bottom: 20px;
  }
  .contents_list2 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    border: 2px solid #fccf00;
    background-color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 45px;
    color: #333;
    padding: 8px 40px 8px 8px;
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  .contents_list2 li a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
  .contents_list2 li a:hover {
    background-color: #fff;
    transition: 0.5s;
  }
  .contents_list2 li a:hover .contents_list_img img {
    opacity: 0.8;
    transition: 0.5s;
  }
  .contents_list2 li a:hover .button {
    background-color: #fff7d4;
    transition: 0.5s;
  }

  .contents_list3 {
    margin-top: 1rem;
  }
  .contents_list3 li {
    margin-bottom: 20px;
  }
  .contents_list3 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    border: 2px solid #fccf00;
    background-color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 45px;
    color: #333;
    padding: 8px;
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  .contents_list3 li a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
  .contents_list3 li a:hover {
    background-color: #fff;
    transition: 0.5s;
  }
  .contents_list3 li a:hover .contents_list_img img {
    opacity: 0.8;
    transition: 0.5s;
  }
  .contents_list3 li a:hover .button {
    background-color: #fff7d4;
    transition: 0.5s;
  }

  article {
    padding: 20px;
    background-color: #fff;
    box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
  }
  article h1 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.8em;
    z-index: 10;
  }
  article h1 > span {
    background-image: url("/images/l2_title_bg.png");
    background-size: 100% 100%;
    padding: 10px 15px;
    margin-left: -20px;
    display: block;
  }
  article h1 > span .border {
    border: 1px solid #fff;
    padding: 5px;
    margin-right: 1rem;
  }
  article h1 .small_title {
    font-size: 1.2rem;
    display: block;
  }
  article h1 .inline {
    display: inline;
  }
  article h1:before {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url("/images/l2_title_character.png");
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0%;
    transform: translateY(-60%);
    z-index: -1;
  }
  article .attention_ctn {
    background-color: #e04646;
    padding: 10px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  article .tab_list_2 {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #fccf00;
  }
  article .tab_list_2 li {
    width: 49%;
  }
  article .tab_list_2 li a {
    display: block;
    background-color: #fff7d4;
    padding: 10px 15px 10px 15px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0068b6;
    text-decoration: none;
    border: 2px solid #fccf00;
    border-bottom: none;
    text-align: center;
    border-radius: 10px 10px 0 0;
    line-height: 1;
    position: relative;
  }
  article .tab_list_2 li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    right: 15px;
    border: 6px solid transparent;
    border-top: 7px solid #0068b6;
  }
  article .tab_list_2 + h2 {
    margin-top: 2rem;
  }

  /* common class / */
  article p {
    margin-bottom: 1.6em;
    line-height: 1.6em;
  }
  article .news_list li {
    padding: 10px 0;
    border-top: 1px dotted #009fe8;
  }
  article .news_list li:first-child {
    border-top: none;
  }
  article .news_list li a {
    text-decoration: none;
    color: #333;
  }
  article .news_list li a:hover {
    text-decoration: underline;
  }
  article .news_list li dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  article .news_list li dl dt {
    font-size: 1.1rem;
    margin-right: 10px;
  }
  article .news_list li dl .category {
    font-size: 1.1rem;
    color: #fff;
    padding: 3px 15px 3px 15px;
    width: 11em;
    text-align: center;
  }
  article .news_list li dl .category a {
    color: #fff;
  }
  article .news_list li dl .title {
    width: 100%;
    position: relative;
    margin-top: 1rem;
    padding-right: 40px;
  }
  article .news_list li dl .title.new_mark:before {
    content: "NEW";
    font-size: 1rem;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    background-color: #fccf00;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
  }
  article .news_list li dl .title.pdf:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url("/images/icon_pdf.png");
    background-size: 16px 20px;
    margin-left: 5px;
  }
  article .publicity_list {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 10px;
  }
  article .publicity_list li {
    padding: 10px 0;
    border-top: 1px dotted #009fe8;
  }
  article .publicity_list li:first-child {
    border-top: none;
  }
  article .publicity_list li a {
    text-decoration: none;
    color: #333;
  }
  article .publicity_list li a:hover {
    text-decoration: underline;
  }
  article .publicity_list li dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  article .publicity_list li dl dt {
    font-size: 1.1rem;
    margin-right: 10px;
  }
  article .publicity_list li dl .category {
    font-size: 1.3rem;
    color: #fff;
    padding: 3px 15px 3px 15px;
    width: 11em;
    text-align: center;
  }
  article .publicity_list li dl .title {
    width: 100%;
    position: relative;
    margin-top: 1rem;
    padding-right: 40px;
  }
  article .publicity_list li dl .title.new_mark:before {
    content: "NEW";
    font-size: 1rem;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    background-color: #fccf00;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
  }
  article .publicity_list li dl .title.pdf:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url("/images/icon_pdf.png");
    background-size: 16px 20px;
    margin-left: 5px;
  }
  article .paging_list {
    margin: 5rem 0;
    text-align: center;
  }
  article .paging_list li {
    display: inline-block;
    margin: 0 0.3rem;
  }
  article .paging_list li a,
article .paging_list li span {
    border: 1px solid #cccccc;
    padding: 1rem;
  }
  article .paging_list li a {
    text-decoration: none;
    background-color: #ccedfa;
    color: #333;
  }
  article .paging_list li a:hover {
    transition: 0.5s;
    background-color: #fff;
  }
  article .sub_list li {
    border-bottom: 1px dotted #009fe8;
  }
  article .sub_list li a {
    background-image: url("/images/button_arrow2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    color: #333;
    padding: 3px 3px 3px 35px;
    text-decoration: none;
    margin: 10px 0;
    display: block;
  }
  article .sub_list li a:hover {
    background-color: #ccedfa;
  }
  article .page_data {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 1rem 0 1.6em 0;
  }
  article .page_data li {
    margin-left: 2rem;
  }
  article .page_data li.category {
    color: #fff;
    font-size: 1.1rem;
    padding: 3px 5px;
  }
  article .article-2column {
    margin-bottom: 3rem;
  }
  article .article-2column .article-2column-left h2:nth-child(1) {
    margin-top: 0;
  }
  article .article-2column .article-2column-right h3 {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  article .contents-column {
    width: 100%;
    margin: 15px 0;
  }
  article .column-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  article .column-2 > div:nth-child(1) {
    padding-right: 1%;
  }
  article .column-2 > div:nth-child(2) {
    padding-left: 1%;
  }
  article .column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  article .column-reverse > div {
    width: 100%;
    margin-bottom: 10px;
  }
  article .sp_block {
    display: block;
  }
  article .sp_block > div {
    width: 100%;
    margin-bottom: 20px;
  }
  article .sp_block > div:nth-child(1) {
    padding-right: 10px;
  }
  article .sp_block > div:nth-child(2) {
    padding-left: 10px;
  }
  article .column90 {
    width: 90%;
  }
  article .column85 {
    width: 85%;
  }
  article .column75 {
    width: 75%;
  }
  article .column65 {
    width: 65%;
  }
  article .column50 {
    width: 50%;
  }
  article .column48 {
    width: 48%;
  }
  article .column35 {
    width: 35%;
  }
  article .column25 {
    width: 25%;
  }
  article .column15 {
    width: 15%;
  }
  article .column10 {
    width: 10%;
  }
  article .flex-end {
    align-items: flex-end;
  }
  article h2 {
    background-image: url("/images/l2_h2_bg_pc.png");
    background-size: 100% 100%;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: bold;
    padding: 15px 15px;
    margin-top: 50px;
    margin-bottom: 1.5rem;
    line-height: 1.6em;
    position: relative;
  }
  article h2.non_style {
    background-image: none;
    padding: 0;
  }
  article h2 .small_title {
    font-size: 1.2rem;
    display: block;
  }
  article h2 .middle_title {
    font-size: 1.3rem;
    display: inline-block;
  }
  article h2 .point {
    background-color: #0068b6;
    padding: 5px 10px;
    border-radius: 45px;
    display: inline-block;
    font-size: 1.2rem;
    position: absolute;
    top: -10px;
  }
  article h2 .point > span {
    background-color: #0068b6;
    padding: 12px;
    border-radius: 45px;
    border: 2px solid #009fe8;
    margin-left: 5px;
  }
  article h2 .block {
    display: block;
    margin-top: 20px;
  }
  article h3 {
    background-image: url("/images/l2_h3_bg_pc.png");
    background-size: 100% 7px;
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #0068b6;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 15px 0 12px 0;
    margin-top: 50px;
    margin-bottom: 1.5rem;
    line-height: 1.6em;
  }
  article h3.non_style {
    background-image: none;
    padding: 0;
  }
  article h3:nth-child(1) {
    margin-top: 0;
  }
  article h4 {
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #ccedfa;
    border-bottom: 1px solid #0068b6;
    padding: 4px;
    color: #0068b6;
    margin-bottom: 0.75rem;
    margin-top: 3rem;
    line-height: 1.6em;
  }
  article h4.non_style {
    background-image: none;
    padding: 0;
  }
  article h4:nth-child(1) {
    margin-top: 0;
  }
  article h5 {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #0068b6;
    padding: 5px 0;
    color: #0068b6;
    line-height: 1.6em;
  }
  article h6 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6em;
    color: #0068b6;
  }
  article .large_txt {
    font-size: 1.8rem;
  }
  article .small_txt {
    font-size: 1.2rem;
  }
  article .horizontal_list_center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  article .horizontal_list_center li {
    margin: 20px;
  }
  article .horizontal_list_3 li {
    margin-bottom: 20px;
  }
  article .horizontal_list_4 li {
    margin-bottom: 20px;
  }
  article .horizontal_list_5_sp2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  article .horizontal_list_5_sp2 li {
    width: 48%;
    margin-bottom: 20px;
  }
  article .common_list {
    margin-left: 1.6em;
  }
  article .common_list > li {
    list-style: disc outside;
  }
  article .common_list_square {
    margin-left: 1.6em;
  }
  article .common_list_square > li {
    list-style: square outside;
  }
  article .common_list_indent > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  article .common_list_indent2 > li {
    padding-left: 2em;
    text-indent: -2em;
  }
  article .common_list_indent25 > li {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  article .common_list_ol {
    margin-left: 1.6em;
  }
  article .common_list_ol > li {
    list-style: decimal outside;
  }
  article .common_list_ol_brackets {
    margin-left: 2.5em;
  }
  article .common_list_ol_brackets > li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
  }
  article .common_list_ol_brackets > li::before {
    content: "(" counter(cnt) ")";
    display: inline-block;
    margin-left: -3.5em;
    /* サイトに合せて調整 */
    width: 3em;
    /* サイトに合せて調整 */
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
  }
  article .common_list_asterisk {
    margin-left: 1.6em;
  }
  article .common_list_asterisk > li {
    text-indent: -1.5em;
  }
  article .common_list_asterisk > li::before {
    content: "※";
    margin-right: 0.5em;
  }
  article .common_list_check > li {
    font-weight: bold;
    background-image: url("/images/icon_check.png");
    background-size: 20px 20px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 1.4rem;
    line-height: 1.6em;
    margin-bottom: 0.75em;
  }
  article .common_list_check > li .small_txt {
    font-weight: normal;
  }
  article .list_mb1 li {
    margin-bottom: 1rem;
  }
  article .button_list3.l2_common_button {
    margin: 1.6rem 0;
  }
  article .button_list3 li {
    margin-bottom: 10px;
  }
  article .button_list3 li a {
    width: 100%;
    padding: 10px 20px 10px 5px;
    font-size: 1.4rem;
  }
  article .button_list3 li a:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
  article .button_type1 a {
    display: block;
    text-align: center;
    border: 2px solid #fccf00;
    background-color: #fff7d4;
    text-decoration: none;
    border-radius: 45px;
    color: #333;
    padding: 10px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  article .button_type1 a:hover {
    background-color: #fff;
    transition: 0.5s;
  }
  article .button_type1 a:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
  article .button_type1 a.off {
    pointer-events: none !important;
    opacity: 0.5 !important;
  }
  article .gray_box {
    background-color: #ccedfa;
    padding: 15px;
  }
  article .gray_box h2,
article .gray_box h3 {
    margin-top: 0;
  }
  article .gray_box p {
    margin-bottom: 0;
  }
  article .light_sky_bule_box {
    background-color: #ccedfa;
    padding: 15px;
  }
  article .light_sky_bule_box h2,
article .light_sky_bule_box h3 {
    margin-top: 0;
  }
  article .light_sky_bule_box p {
    margin-bottom: 0;
  }
  article .white_box {
    background-color: #fff;
    padding: 15px;
  }
  article .white_box h2,
article .white_box h3 {
    margin-top: 0;
  }
  article .white_box p {
    margin-bottom: 0;
  }
  article .width_p70_s100 {
    width: 70%;
  }
  article .width_sp30 {
    width: 30%;
  }

  .scroll_table_ctn {
    overflow: auto;
    white-space: nowrap;
  }

  .norborder th,
.norborder td {
    border: none !important;
  }

  table.common_table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.6em;
  }
  table.common_table thead th {
    border: 1px solid #cccccc;
    background-color: #009fe8;
    vertical-align: top;
    padding: 8px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
  }
  table.common_table tbody th {
    border: 1px solid #cccccc;
    background-color: #009fe8;
    vertical-align: top;
    padding: 8px;
    font-weight: bold;
    color: #fff;
  }
  table.common_table tbody td {
    vertical-align: top;
    border: 1px solid #cccccc;
    padding: 8px;
  }
  table.common_table tbody p {
    margin-bottom: 0 !important;
  }
  table.common_table tfoot {
    border-top: 5px double #cccccc;
  }
  table.common_table tfoot th {
    border: 1px solid #cccccc;
    background-color: #0068b6;
    vertical-align: top;
    padding: 8px;
    font-weight: bold;
    color: #fff;
  }
  table.common_table tfoot td {
    vertical-align: top;
    border: 1px solid #cccccc;
    padding: 8px;
  }
  table.common_table tfoot p {
    margin-bottom: 0 !important;
  }

  .vertical_block {
    width: 100%;
    margin: 0 auto 1.5em auto;
    border-top: 1px solid #999;
  }
  .vertical_block th,
.vertical_block td {
    display: block;
    border-top: none;
    width: 100% !important;
  }
  .vertical_block tr:first-child th {
    border-top: 1px solid #ddd;
  }

  caption.caption_top_left {
    caption-side: top;
    text-align: left;
  }
  caption.caption_top_right {
    caption-side: top;
    text-align: right;
  }
  caption.caption_bottom_left {
    caption-side: bottom;
    text-align: left;
  }
  caption.caption_bottom_right {
    caption-side: bottom;
    text-align: right;
  }

  .l2_common_button {
    margin: 1.6em;
  }
  .l2_common_button a {
    display: inline-block;
    text-align: center;
    border: 2px solid #fccf00;
    background-color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 45px;
    color: #333;
    padding: 8px 35px 8px 10px;
    width: 100%;
    position: relative;
  }
  .l2_common_button a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
  }
  .l2_common_button a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }

  .paging_list {
    margin: 5rem 0;
    text-align: center;
  }
  .paging_list li {
    display: inline-block;
    margin: 0 0.3rem;
  }
  .paging_list li a,
.paging_list li span {
    border: 1px solid #cccccc;
    padding: 1rem;
  }
  .paging_list li a {
    text-decoration: none;
    background-color: #ccedfa;
    color: #333;
  }
  .paging_list li a:hover {
    transition: 0.5s;
    background-color: #fff;
  }

  .faq_list > li {
    border-bottom: 1px dotted #0068b6;
    padding: 1rem 0;
  }
  .faq_list dt {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
  }
  .faq_list dt .number {
    display: inline-block;
    background-color: #fccf00;
    padding: 5px 5px;
    margin-right: 1rem;
    font-weight: bold;
    color: #fff;
    width: 4em;
    text-align: center;
  }
  .faq_list dt .txt {
    flex: 1;
  }
  .faq_list dd {
    display: flex;
  }
  .faq_list dd .number {
    display: inline-block;
    background-color: #0068b6;
    padding: 5px 5px;
    margin-right: 1rem;
    font-weight: bold;
    color: #fff;
    width: 4em;
    text-align: center;
  }
  .faq_list dd .txt {
    flex: 1;
  }

  .product_footer_list {
    margin-top: 20px;
  }
  .product_footer_list li {
    margin-bottom: 30px;
  }
  .product_footer_list li.rate a:before {
    background-image: url("/images/product_footer_list_c01.png");
  }
  .product_footer_list li.simulation a:before {
    background-image: url("/images/product_footer_list_c02.png");
  }
  .product_footer_list li a {
    background-color: #fff7d4;
    display: block;
    border: 2px solid #fccf00;
    padding: 10px 10px 10px 60px;
    border-radius: 10px;
    text-decoration: none;
    color: #0068b6;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  .product_footer_list li a:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
  .product_footer_list li a:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    width: 45px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* / common class */
}
/*--=== / SP ONLY max-width: 960px ===-- */
/*--=== PC ONLY min-width: 961px ===-- / */
@media print, screen and (min-width: 961px) {
  html {
    background-image: url("/images/l2_bg_main.png");
    background-size: 100% auto;
    background-repeat: repeat;
    position: relative;
  }

  body {
    background-image: url("/images/l2_bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .header_ctn header {
    width: 100%;
    min-width: 1200px;
    max-width: 1400px;
    padding: 0 100px;
    margin: 0 auto;
  }

  .contents_ctn_pd {
    padding-top: 0;
  }

  .contents_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4rem;
  }
  .contents_list li {
    width: 49%;
    margin-bottom: 20px;
  }
  .contents_list li a {
    text-decoration: none;
    display: block;
    background-color: #fff7d4;
    border: 2px solid #fccf00;
    border-radius: 10px;
    padding: 10px;
  }
  .contents_list li a .contents_list_img img {
    border-radius: 10px;
  }
  .contents_list li a .contents_list_txt .button {
    display: block;
    text-align: center;
    border: 2px solid #fccf00;
    background-color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 45px;
    color: #333;
    padding: 8px;
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  .contents_list li a .contents_list_txt .button:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
  .contents_list li a:hover {
    background-color: #fff;
    transition: 0.5s;
  }
  .contents_list li a:hover .contents_list_img img {
    opacity: 0.8;
    transition: 0.5s;
  }
  .contents_list li a:hover .button {
    background-color: #fff7d4;
    transition: 0.5s;
  }

  .contents_list2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4rem;
  }
  .contents_list2 li {
    width: 49%;
    margin-bottom: 20px;
  }
  .contents_list2 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    border: 2px solid #fccf00;
    background-color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 45px;
    color: #333;
    padding: 8px;
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  .contents_list2 li a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
  .contents_list2 li a:hover {
    background-color: #fff;
    transition: 0.5s;
  }
  .contents_list2 li a:hover .contents_list_img img {
    opacity: 0.8;
    transition: 0.5s;
  }
  .contents_list2 li a:hover .button {
    background-color: #fff7d4;
    transition: 0.5s;
  }

  .contents_list3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4rem;
  }
  .contents_list3 li {
    width: 32%;
    margin-bottom: 20px;
  }
  .contents_list3 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    border: 2px solid #fccf00;
    background-color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 45px;
    color: #333;
    padding: 8px;
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  .contents_list3 li a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
  .contents_list3 li a:hover {
    background-color: #fff;
    transition: 0.5s;
  }
  .contents_list3 li a:hover .contents_list_img img {
    opacity: 0.8;
    transition: 0.5s;
  }
  .contents_list3 li a:hover .button {
    background-color: #fff7d4;
    transition: 0.5s;
  }

  .contents_footer_contact {
    margin-top: 5rem;
  }

  .contents_footer_contact_list {
    display: flex;
    justify-content: space-between;
  }
  .contents_footer_contact_list li {
    width: 49%;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    padding: 35px 5px 35px 15px;
  }
  .contents_footer_contact_list li .contents_footer_contact_list_img {
    width: 18%;
  }
  .contents_footer_contact_list li .contents_footer_contact_list_txt {
    width: 82%;
    padding-left: 10px;
    color: #0068b6;
  }
  .contents_footer_contact_list li .contents_footer_contact_list_txt h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border: none;
    margin-top: 0;
    background-color: transparent;
  }
  .contents_footer_contact_list li .contents_footer_contact_list_txt p {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .contents_footer_contact_list li .contents_footer_contact_list_txt .tel {
    color: #0068b6;
    text-decoration: none;
    font-size: 3.6rem;
    font-weight: bold;
    margin-top: 1.5rem;
    display: block;
  }

  #footer_nav.contents_ctn_pd {
    padding-top: 30px;
  }

  .breadcrumbs {
    margin: -10px 0 0px 0;
    text-align: left;
    font-size: 1.2rem;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  .breadcrumbs ol li a {
    color: #333;
  }
  .breadcrumbs ol li:after {
    content: ">";
    display: inline-block;
    margin: 0 0.5rem;
  }
  .breadcrumbs ol li:last-child:after {
    display: none;
  }

  article {
    padding: 30px;
    background-color: #fff;
    box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
  }
  article h1 {
    background-image: url("/images/l2_title_bg.png");
    background-size: 100% 100%;
    padding: 20px 150px 20px 25px;
    margin-left: -30px;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 35px;
  }
  article h1 > span .border {
    border: 1px solid #fff;
    padding: 5px;
    margin-right: 1rem;
  }
  article h1 .small_title {
    font-size: 1.6rem;
  }
  article h1:after {
    content: "";
    width: 115px;
    height: 115px;
    background-image: url("/images/l2_title_character.png");
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .attention_ctn {
    background-color: #e04646;
    padding: 10px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }

  .tab_list_2 {
    margin-top: 3rem;
    display: flex;
    border-bottom: 2px solid #fccf00;
  }
  .tab_list_2 li {
    width: 30%;
    margin-right: 2%;
  }
  .tab_list_2 li a {
    display: block;
    background-color: #fff7d4;
    padding: 15px 30px 15px 15px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0068b6;
    text-decoration: none;
    border: 2px solid #fccf00;
    border-bottom: none;
    text-align: center;
    border-radius: 20px 20px 0 0;
    line-height: 1;
    position: relative;
  }
  .tab_list_2 li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    right: 15px;
    border: 6px solid transparent;
    border-top: 7px solid #0068b6;
  }

  .tab_list_2 + h2 {
    margin-top: 2rem;
  }

  .news_list li {
    padding: 10px 0;
    border-top: 1px dotted #009fe8;
  }
  .news_list li:first-child {
    border-top: none;
  }
  .news_list li a {
    text-decoration: none;
    color: #333;
  }
  .news_list li a:hover {
    text-decoration: underline;
  }
  .news_list li dl {
    display: flex;
    align-items: center;
  }
  .news_list li dl dt {
    font-size: 1.5rem;
  }
  .news_list li dl dd {
    margin-left: 10px;
  }
  .news_list li dl .category {
    font-size: 1.5rem;
    color: #fff;
    padding: 5px 15px 5px 15px;
    width: 11em;
    text-align: center;
  }
  .news_list li dl .category a {
    color: #fff;
  }
  .news_list li dl .title {
    font-size: 1.6rem;
    flex: 1;
    position: relative;
    padding-right: 4rem;
  }
  .news_list li dl .title.new_mark:before {
    content: "NEW";
    font-size: 1rem;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    background-color: #fccf00;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
  }
  .news_list li dl .title.pdf:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url("/images/icon_pdf.png");
    background-size: 16px 20px;
    margin-left: 5px;
  }

  .publicity_list {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 10px;
  }
  .publicity_list li {
    padding: 10px 0;
    border-top: 1px dotted #009fe8;
  }
  .publicity_list li:first-child {
    border-top: none;
  }
  .publicity_list li a {
    text-decoration: underline;
    color: #333;
  }
  .publicity_list li dl {
    display: flex;
    align-items: center;
  }
  .publicity_list li dl dt {
    font-size: 1.5rem;
  }
  .publicity_list li dl dd {
    margin-left: 10px;
  }
  .publicity_list li dl .category {
    font-size: 1.3rem;
    color: #fff;
    padding: 3px 15px 3px 15px;
    width: 11em;
    text-align: center;
  }
  .publicity_list li dl .title {
    font-size: 1.6rem;
    flex: 1;
    position: relative;
    padding-right: 30px;
  }
  .publicity_list li dl .title.new_mark:before {
    content: "NEW";
    font-size: 1rem;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    background-color: #fccf00;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
  }
  .publicity_list li dl .title.pdf:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url("/images/icon_pdf.png");
    background-size: 16px 20px;
    margin-left: 5px;
  }

  .paging_list {
    margin: 5rem;
    text-align: center;
  }
  .paging_list li {
    display: inline-block;
    margin: 0 0.3rem;
  }
  .paging_list li a,
.paging_list li span {
    border: 1px solid #cccccc;
    padding: 1rem;
  }
  .paging_list li a {
    text-decoration: none;
    background-color: #ccedfa;
    color: #333;
  }
  .paging_list li a:hover {
    transition: 0.5s;
    background-color: #fff;
  }

  .faq_list > li {
    border-bottom: 1px dotted #0068b6;
    padding: 1rem 0;
  }
  .faq_list dt {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .faq_list dt:hover .txt {
    text-decoration: underline;
  }
  .faq_list dt .number {
    display: inline-block;
    background-color: #fccf00;
    padding: 5px 20px;
    margin-right: 1rem;
    font-weight: bold;
    color: #fff;
    width: 6em;
    text-align: center;
  }
  .faq_list dt .txt {
    flex: 1;
  }
  .faq_list dd {
    display: flex;
  }
  .faq_list dd .number {
    display: inline-block;
    background-color: #0068b6;
    padding: 5px 20px;
    margin-right: 1rem;
    font-weight: bold;
    color: #fff;
    width: 6em;
    text-align: center;
  }
  .faq_list dd .txt {
    flex: 1;
    padding: 5px;
  }
  .sub_list li {
    border-bottom: 1px dotted #009fe8;
  }
  .sub_list li a {
    background-image: url("/images/button_arrow2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    color: #333;
    padding: 3px 3px 3px 35px;
    text-decoration: none;
    margin: 10px 0;
    display: block;
  }
  .sub_list li a:hover {
    background-color: #ccedfa;
  }

  .page_data {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 1rem 0 1.6em 0;
  }
  .page_data li {
    margin-left: 2rem;
  }
  .page_data li.category {
    color: #fff;
    font-size: 1.3rem;
    padding: 3px 50px;
  }

  /* common class / */
  article p {
    margin-bottom: 1.6em;
    line-height: 1.6em;
  }
  article .article-2column {
    display: flex;
    justify-content: space-between;
  }
  article .article-2column .article-2column-left {
    width: 75%;
  }
  article .article-2column .article-2column-left h2:nth-child(1) {
    margin-top: 0;
  }
  article .article-2column .article-2column-right {
    width: 20%;
  }
  article .article-2column .article-2column-right h3 {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  article .contents-column {
    width: 100%;
    margin: 30px 0;
  }
  article .column-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  article .column-2 > div:nth-child(1) {
    padding-right: 1%;
  }
  article .column-2 > div:nth-child(2) {
    padding-left: 1%;
  }
  article .align-items-center {
    align-items: center;
  }
  article .column90 {
    width: 90%;
  }
  article .column85 {
    width: 85%;
  }
  article .column75 {
    width: 75%;
  }
  article .column65 {
    width: 65%;
  }
  article .column50 {
    width: 50%;
  }
  article .column48 {
    width: 48%;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  article .column35 {
    width: 35%;
  }
  article .column25 {
    width: 25%;
  }
  article .column15 {
    width: 15%;
  }
  article .column10 {
    width: 10%;
  }
  article .contents-colum-inner {
    padding: 0 15px;
  }
  article .flex-end {
    align-items: flex-end;
  }
  article h2 {
    background-image: url("/images/l2_h2_bg_pc.png");
    background-size: 100% 100%;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 15px 15px;
    margin-top: 50px;
    margin-bottom: 1.5rem;
    line-height: 1.6em;
  }
  article h2.non_style {
    background-image: none;
    padding: 0;
  }
  article h2 .small_title {
    font-size: 1.4rem;
    display: inline-block;
  }
  article h2 .middle_title {
    font-size: 1.8rem;
    display: inline-block;
  }
  article h2 .point {
    background-color: #0068b6;
    padding: 10px 20px;
    border-radius: 45px;
  }
  article h2 .point > span {
    background-color: #0068b6;
    padding: 12px;
    border-radius: 45px;
    border: 5px solid #009fe8;
    margin-left: 5px;
  }
  article h3 {
    background-image: url("/images/l2_h3_bg_pc.png");
    background-size: 100% 7px;
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #0068b6;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 15px 0 12px 0;
    margin-top: 50px;
    margin-bottom: 1.5rem;
    line-height: 1.6em;
  }
  article h3.non_style {
    background-image: none;
    padding: 0;
  }
  article h3:nth-child(1) {
    margin-top: 0;
  }
  article h4 {
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #ccedfa;
    border-bottom: 1px solid #0068b6;
    padding: 4px;
    color: #0068b6;
    margin-bottom: 1rem;
    margin-top: 3rem;
    line-height: 1.6em;
  }
  article h4.non_style {
    background-image: none;
    padding: 0;
  }
  article h4:nth-child(1) {
    margin-top: 0;
  }
  article h5 {
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: 1px solid #0068b6;
    padding: 5px 0;
    color: #0068b6;
    line-height: 1.6em;
    margin-bottom: 0.7rem;
  }
  article h6 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.6em;
    color: #0068b6;
    margin-bottom: 0.7rem;
  }
  article .large_txt {
    font-size: 1.8rem;
  }
  article .small_txt {
    font-size: 1.2rem;
  }
  article .horizontal_list_center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  article .horizontal_list_center li {
    margin: 20px;
  }
  article .horizontal_list_3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  article .horizontal_list_3 li {
    width: 32%;
    margin-bottom: 20px;
  }
  article .horizontal_list_4 {
    display: flex;
    justify-content: space-between;
  }
  article .horizontal_list_4 li {
    width: 22%;
    margin-bottom: 20px;
  }
  article .horizontal_list_5_sp2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  article .horizontal_list_5_sp2 li {
    width: 19%;
    margin-bottom: 20px;
  }
  article .common_list {
    margin-left: 1.6em;
  }
  article .common_list > li {
    list-style: disc outside;
  }
  article .common_list_square {
    margin-left: 1.6em;
  }
  article .common_list_square > li {
    list-style: square outside;
  }
  article .common_list_indent > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  article .common_list_indent2 > li {
    padding-left: 2em;
    text-indent: -2em;
  }
  article .common_list_indent25 > li {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  article .common_list_ol {
    margin-left: 1.6em;
  }
  article .common_list_ol > li {
    list-style: outside;
    list-style-type: decimal;
  }
  article .common_list_ol_brackets {
    margin-left: 2.5em;
  }
  article .common_list_ol_brackets > li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
  }
  article .common_list_ol_brackets > li::before {
    content: "(" counter(cnt) ")";
    display: inline-block;
    margin-left: -3.5em;
    width: 3em;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
  }
  article .common_list_asterisk {
    margin-left: 1.6em;
  }
  article .common_list_asterisk > li {
    text-indent: -1.5em;
  }
  article .common_list_asterisk > li::before {
    content: "※";
    margin-right: 0.5em;
  }
  article .common_list_check > li {
    font-weight: bold;
    background-image: url("/images/icon_check.png");
    background-size: 20px 20px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 1.8rem;
    line-height: 1.6em;
    margin-bottom: 0.75em;
  }
  article .common_list_check > li .small_txt {
    font-weight: normal;
  }
  article .list_mb1 > li {
    margin-bottom: 1.6em;
  }
  article .button_list3 {
    display: flex;
    justify-content: space-between;
  }
  article .button_list3.l2_common_button {
    margin: 1.6rem 0;
  }
  article .button_list3 li {
    width: 31%;
  }
  article .button_list3 li a {
    width: 100%;
    padding: 10px 20px 10px 5px;
    font-size: 1.4rem;
  }
  article .button_list3 li a:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
  article .button_type1 a {
    display: block;
    text-align: center;
    border: 2px solid #fccf00;
    background-color: #fff7d4;
    text-decoration: none;
    border-radius: 45px;
    color: #333;
    padding: 10px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  article .button_type1 a:hover {
    background-color: #fff;
    transition: 0.5s;
  }
  article .button_type1 a:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
  article .button_type1 a.off {
    pointer-events: none !important;
    opacity: 0.5 !important;
  }
  article .gray_box {
    background-color: #ccedfa;
    padding: 25px;
  }
  article .gray_box h2,
article .gray_box h3 {
    margin-top: 0;
  }
  article .gray_box p {
    margin-bottom: 0;
  }
  article .light_sky_bule_box {
    background-color: #ccedfa;
    padding: 15px;
  }
  article .light_sky_bule_box h2,
article .light_sky_bule_box h3 {
    margin-top: 0;
  }
  article .light_sky_bule_box p {
    margin-bottom: 0;
  }
  article .white_box {
    background-color: #fff;
    padding: 15px;
  }
  article .white_box h2,
article .white_box h3 {
    margin-top: 0;
  }
  article .white_box p {
    margin-bottom: 0;
  }
  article .width_pc70_sp100 {
    width: 70%;
  }
  article table.common_table {
    border-collapse: collapse;
    line-height: 1.6em;
  }
  article table.common_table.th_break th {
    white-space: normal !important;
  }
  article table.common_table.no_border th,
article table.common_table.no_border td {
    border: none !important;
  }
  article table.common_table.no_bg th {
    background-color: transparent !important;
  }
  article table.common_table.font_large {
    font-size: 1.8rem;
  }
  article table.common_table.w100 {
    width: 100%;
  }
  article table.common_table.w50 {
    width: 50%;
  }
  article table.common_table.w40 {
    width: 40%;
  }
  article table.common_table.w4em {
    width: 4em;
  }
  article table.common_table .w6em {
    width: 6em;
  }
  article table.common_table .w8em {
    width: 8em;
  }
  article table.common_table .w10em {
    width: 10em;
  }
  article table.common_table .w12em {
    width: 12em;
  }
  article table.common_table .w14em {
    width: 14em;
  }
  article table.common_table .w16em {
    width: 16em;
  }
  article table.common_table thead th {
    border: 1px solid #cccccc;
    background-color: #009fe8;
    vertical-align: top;
    padding: 8px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
  }
  article table.common_table tbody th {
    border: 1px solid #cccccc;
    background-color: #009fe8;
    vertical-align: top;
    padding: 8px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
  }
  article table.common_table tbody td {
    vertical-align: top;
    border: 1px solid #cccccc;
    padding: 8px;
  }
  article table.common_table tbody p {
    margin-bottom: 0 !important;
  }
  article table.common_table tfoot {
    border-top: 5px double #cccccc;
  }
  article table.common_table tfoot th {
    border: 1px solid #cccccc;
    background-color: #0068b6;
    vertical-align: top;
    padding: 8px;
    font-weight: bold;
    color: #fff;
  }
  article table.common_table tfoot td {
    vertical-align: top;
    border: 1px solid #cccccc;
    padding: 8px;
  }
  article table.common_table tfoot p {
    margin-bottom: 0 !important;
  }
  article table.common_table caption.caption_top_left {
    caption-side: top;
    text-align: left;
  }
  article table.common_table caption.caption_top_right {
    caption-side: top;
    text-align: right;
  }
  article table.common_table caption.caption_bottom_left {
    caption-side: bottom;
    text-align: left;
  }
  article table.common_table caption.caption_bottom_right {
    caption-side: bottom;
    text-align: right;
  }
  article table.glossary_table th {
    width: 18em;
    text-align: left;
    white-space: normal !important;
    vertical-align: middle !important;
    padding: 12px !important;
  }
  article table.glossary_table th .phonetic_txt {
    font-weight: normal;
    display: block;
    font-size: 1.4rem;
  }
  article table.glossary_table td {
    padding: 12px !important;
  }
  article .l2_common_button {
    margin: 1.6em;
  }
  article .l2_common_button a {
    display: inline-block;
    text-align: center;
    border: 2px solid #fccf00;
    background-color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 45px;
    color: #333;
    padding: 8px 50px;
    position: relative;
  }
  article .l2_common_button a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
  }
  article .l2_common_button a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
  article .product_footer_list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  article .product_footer_list li {
    width: 49%;
  }
  article .product_footer_list li.rate a:before {
    background-image: url("/images/product_footer_list_c01.png");
  }
  article .product_footer_list li.simulation a:before {
    background-image: url("/images/product_footer_list_c02.png");
  }
  article .product_footer_list li a {
    background-color: #fff7d4;
    display: block;
    border: 2px solid #fccf00;
    padding: 10px 10px 10px 80px;
    border-radius: 10px;
    text-decoration: none;
    color: #0068b6;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
  }
  article .product_footer_list li a:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
  article .product_footer_list li a:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 10px;
    width: 60px;
    height: 90px;
    background-size: contain;
  }

  /* / common class */
}
/*--=== / PC ONLY min-width: 961px ===-- */

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