@charset "UTF-8";
/* about CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  #kv {
    margin-bottom: 100px;
  }
  #kv h2 {
    width: 606px;
    margin: 0 auto 30px auto;
  }

  .sec .common_inner {
    width: 1000px;
    padding: 0 15px;
    min-width: 1000px;
    margin: 0 auto;
  }
  .sec .head .stitle img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .sec .head .stitle:before {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_dots.svg);
    width: 38px;
    height: 38px;
    margin-right: 20px;
    vertical-align: middle;
  }

  #intro {
    margin-bottom: 50px;
  }
  #intro .head {
    margin-bottom: 60px;
    text-align: center;
  }
  #intro .head .stitle {
    margin-bottom: 80px;
    text-align: center;
  }
  #intro .head .stitle img {
    width: 248.5947px;
  }
  #intro .head p {
    margin: 0 auto;
    display: inline-block;
  }
  #intro .head p span {
    font-size: 4rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  #intro .head p:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-color: #8edaff;
    transform: translate3d(0, -8px, 0);
  }
  #intro .text {
    margin-bottom: 50px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
  }

  .share_btns {
    padding: 0;
  }
  .share_btns ul {
    display: flex;
    justify-content: center;
  }
  .share_btns ul li {
    margin: 0 2px;
  }
  .share_btns ul li:hover {
    opacity: .7;
  }

  #service_lineup .common_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #service_lineup .common_inner .stitle2 {
    width: 100%;
    padding: 5px 0 10px 20px;
    margin: 30px 0 10px 0;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
    border-left: solid 5px #006de5;
  }
  #service_lineup .common_inner .box {
    width: 32%;
    padding: 40px 40px 80px 40px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #d9d9d9;
    position: relative;
  }
  #service_lineup .common_inner .box .head {
    width: 100%;
    margin: 0 auto;
  }
  #service_lineup .common_inner .box .head .image {
    width: 100%;
    margin-bottom: 25px;
  }
  #service_lineup .common_inner .box .head .image img {
    width: 100%;
    height: auto;
  }
  #service_lineup .common_inner .box .head .detail {
    padding: 0;
  }
  #service_lineup .common_inner .box .head .detail .stitle {
    min-height: 77px;
    padding: 0 0 25px 0;
    font-size: 2.4rem;
    font-weight: bold;
    order: 1;
    display: flex;
    align-items: center;
  }
  #service_lineup .common_inner .box .head .detail .stitle a {
    color: #006de5;
  }
  #service_lineup .common_inner .box .head .detail .stitle:before {
    content: none;
  }
  #service_lineup .common_inner .box .head .detail .stitle span {
    margin-top: 10px;
    display: block;
    font-size: 1.8rem;
  }
  #service_lineup .common_inner .box .head .detail .text {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #service_lineup .common_inner .box .head .detail .text span {
    padding-top: 10px;
    display: block;
    font-size: 1.4rem;
  }
  #service_lineup .common_inner .box .head .detail .common_btn {
    width: calc(100% - 80px);
    height: 40px;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
  }
  #service_lineup .common_inner .box .head .detail .common_btn a {
    height: 40px;
    line-height: 40px;
    background-image: none;
    background-color: #006de5;
    box-shadow: none;
    font-size: 1.8rem;
  }
  #service_lineup .common_inner.col2 .box {
    width: 48%;
  }
  #service_lineup .registrationNumbers {
    width: 1000px;
    margin: 30px auto;
    text-align: right;
    font-size: 1.4rem;
  }

  #service_list .box {
    padding: 40px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #d9d9d9;
    position: relative;
  }
  #service_list .box .head {
    width: 100%;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #service_list .box .head .image {
    width: 232px;
  }
  #service_list .box .head .image img {
    width: 100%;
    height: auto;
  }
  #service_list .box .head .stitle {
    min-width: calc(100% - 500px);
    padding: 0 0 10px 20px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #006de5;
    order: 1;
  }
  #service_list .box .head .stitle:before {
    content: none;
  }
  #service_list .box .head .stitle span {
    margin-top: 10px;
    font-size: 1.8rem;
    display: inline-block;
  }
  #service_list .box .head .btn_area {
    width: 280px;
    margin-top: 15px;
    padding: 20px;
    order: 3;
  }
  #service_list .box .head .btn_area .apply_btn {
    width: 240px;
  }
  #service_list .box .head .btn_area .apply_btn a {
    height: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    background-image: none;
    background-color: #006de5;
    box-shadow: none;
  }
  #service_list .box .head .btn_area .fee {
    font-size: 1.4rem;
    text-align: center;
  }
  #service_list .box .head .btn_area .fee a::before {
    content: '▶';
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 5px;
    vertical-align: middle;
    transform: translate3d(0, -2px, 0);
  }
  #service_list .box .head .share_btns {
    position: absolute;
    top: 20px;
    right: 40px;
  }
  #service_list .box .detail {
    width: 100%;
    padding: 0;
    /* 傷害保険用 */
  }
  #service_list .box .detail .description {
    margin-bottom: 30px;
  }
  #service_list .box .detail .description .text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #service_list .box .detail .description .text span {
    padding-top: 10px;
    display: block;
    font-size: 1.4rem;
  }
  #service_list .box .detail .description .note {
    padding-top: 10px;
  }
  #service_list .box .detail .description .note li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #555;
  }
  #service_list .box .detail .text2 {
    border-top: solid 3px #006de5;
    padding: 20px 0 0 0;
    text-align: center;
    margin: 40px auto 30px auto;
    font-size: 1.8rem;
    font-weight: bold;
    color: #006de5;
    line-height: 1.5;
  }
  #service_list .box .detail .text3 {
    text-align: center;
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #service_list .box .detail .alliance {
    padding: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 6px;
  }
  #service_list .box .detail .alliance > li {
    width: 32.5%;
    margin-bottom: 10px;
  }
  #service_list .box .detail .alliance > li a {
    height: 100%;
    padding: 30px 60px 30px 30px;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    align-items: center;
  }
  #service_list .box .detail .alliance > li a:hover {
    opacity: .8;
  }
  #service_list .box .detail .alliance > li a:after {
    content: '▶';
    display: block;
    height: 10px;
    margin: auto 0;
    position: absolute;
    bottom: 0;
    right: 5px;
    top: 0;
    line-height: 100%;
    font-size: 10px;
    color: #aaa;
  }
  #service_list .box .detail .alliance > li a.comingsoon:hover {
    opacity: 1;
  }
  #service_list .box .detail .alliance > li a.comingsoon:after {
    content: 'Coming soon';
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #666;
    font-size: 1.6rem;
    line-height: 100px;
  }
  #service_list .box .detail .alliance > li img {
    width: auto;
    max-width: 200px;
    height: auto;
    max-height: 70px;
    display: block;
    margin: 0 auto;
  }
  #service_list .box .detail .alliance.dummy {
    width: 32%;
    height: 1px;
  }
  #service_list .box .detail .alliance.stop > li a {
    padding: 30px 30px 30px 30px;
    cursor: default;
  }
  #service_list .box .detail .alliance.stop > li a:after {
    display: none;
  }
  #service_list .box .detail .alliance.stop > li a:hover {
    opacity: 1;
  }
  #service_list .box .detail .alliance.stop > li a:hover img {
    opacity: 1;
  }
  #service_list .box .detail .apply_btn {
    width: 240px;
    margin: 20px auto 20px auto;
  }
  #service_list .box .detail .apply_btn a {
    height: 40px;
    line-height: 40px;
    background-image: none;
    box-shadow: none;
  }
  #service_list .box .detail .docs_note {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #service_list .box .detail .docs_date {
    font-size: 1.4rem;
    margin: 20px 0 10px;
    padding-left: 10px;
    border-left: 3px solid #9B9998;
    line-height: 1.3;
  }
  #service_list .box .detail .docs {
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #eee;
  }
  #service_list .box .detail .docs li {
    display: inline-block;
    margin: 10px 20px 10px 0;
  }
  #service_list .box .detail .docs li a {
    font-size: 1.5rem;
    color: #333;
  }
  #service_list .box .detail .docs li a:before {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_pdf.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 17px;
    vertical-align: middle;
    margin-right: 10px;
  }
  #service_list .box .detail .toggle_docs_btn {
    cursor: pointer;
    margin-top: 20px;
  }
  #service_list .box .detail .toggle_docs_btn::before {
    content: '▶';
    display: inline-block;
    margin-right: 5px;
    transition: 0.2s ease;
  }
  #service_list .box .detail .toggle_docs_btn.active::before {
    transform: rotate(90deg);
  }
  #service_list .box .detail .past_docs_wrap {
    display: none;
  }
  #service_list .box .detail .docs_wrap {
    padding: 20px 20px 20px 20px;
    border-radius: 4px;
    background-color: #eee;
  }
  #service_list .box .detail .docs_wrap h4 {
    padding: 0 0 5px 0;
    margin-bottom: 0px;
    font-size: 1.5rem;
    border-bottom: dotted 1px #006de5;
  }
  #service_list .box .detail .docs_wrap .docs {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  #service_list .box .detail .docs_wrap .toggle_docs_old {
    padding: 5px 20px;
    display: inline-block;
    appearance: none;
    border: solid 1px #006de5;
    border-radius: 4px;
  }
  #service_list .box .detail .docs_wrap .toggle_docs_old:before {
    content: '▼';
    font-size: 1.4rem;
    color: #006de5;
    display: inline-block;
    margin-right: 3px;
  }
  #service_list .box .detail .docs_wrap .toggle_docs_old:hover {
    background-color: #fff;
  }
  #service_list .box .detail .docs_wrap .toggle_docs_old.on:before {
    content: '▲';
  }
  #service_list .box .detail .docs_wrap .docs_old {
    padding-top: 20px;
    display: none;
  }
  #service_list .box .detail .docs_wrap .docs_old.on {
    display: block;
  }
  #service_list .box .detail .prpduct_accident_note {
    border-top: solid 3px #006de5;
    padding: 20px 0 0 0;
    margin: 40px auto 30px auto;
  }
  #service_list .box .detail .prpduct_accident_note li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.6rem;
    font-weight: bold;
    color: #006de5;
    line-height: 1.5;
  }
  #service_list .box .detail .prpduct_accident_note li::before {
    content: '・';
  }
  #service_list .box .detail .prpduct_accident_alliance {
    width: 100%;
    padding: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 6px;
  }
  #service_list .box .detail .prpduct_accident_alliance > li {
    width: 32.5%;
    margin-bottom: 10px;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
  }
  #service_list .box .detail .prpduct_accident_alliance > li img {
    width: 100%;
    display: block;
  }
  #service_list .box .detail .prpduct_accident_alliance > li .prpduct_accident_docs {
    padding: 0 20px 5px 20px;
    border-radius: 4px;
  }
  #service_list .box .detail .prpduct_accident_alliance > li .prpduct_accident_docs li {
    display: block;
    margin: 10px 20px 10px 0;
  }
  #service_list .box .detail .prpduct_accident_alliance > li .prpduct_accident_docs li a {
    font-size: 1.4rem;
    color: #333;
  }
  #service_list .box .detail .prpduct_accident_alliance > li .prpduct_accident_docs li a:before {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_pdf.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 17px;
    vertical-align: middle;
    margin-right: 10px;
  }
  #service_list .box .detail .prpduct_accident_alliance.dummy {
    width: 32%;
    height: 1px;
  }
  #service_list .share_btns {
    padding-top: 20px;
  }
  #service_list .share_btns ul {
    justify-content: flex-end;
  }
  #service_list .back_btn {
    width: 400px;
    margin: 50px auto 0 auto;
  }
  #service_list .back_btn a {
    background-image: none;
  }
  #service_list .back_btn a:before {
    content: '◀';
    display: inline-block;
    margin-right: 15px;
    font-size: 1.4rem;
  }

  .product_page #main_title {
    margin: 18px auto 50px auto;
  }
  .product_page #main_title h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #006de5;
    text-align: center;
  }
  .product_page #main_title h2:before {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_dots.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    vertical-align: middle;
    transform: translate3d(0, -3px, 0);
  }
  .product_page .common_inner {
    width: 1000px;
    padding: 0 15px;
    min-width: 1000px;
    margin: 0 auto;
  }
  .product_page .common_inner .sec_title {
    padding: 0 0 10px 0;
    margin: 20px 0;
    font-size: 2rem;
    font-weight: bold;
    color: #006de5;
    border-bottom: solid 3px #006de5;
  }
  .product_page .head {
    background-color: #f2f2f2;
  }
  .product_page .head .main-visual {
    width: 100%;
    margin: 0 auto;
  }
  .product_page .head .product_title {
    padding: 20px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .product_page .head .sub_title {
    padding: 0 20px 20px 20px;
  }
  .product_page .head .sub_title h3 {
    display: inline-block;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  .product_page .head .sub_title .sub_title_fee {
    display: inline-block;
    padding: 5px 10px;
    margin-left: 20px;
    background: #900;
    color: #fff;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  .product_page .lead {
    padding: 20px;
  }
  .product_page .lead .text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .product_page .lead .caution {
    margin-top: 15px;
    font-size: 1.4em;
    color: #636363;
  }
  .product_page .reason {
    margin-bottom: 30px;
  }
  .product_page .reason .list > li {
    margin-bottom: 15px;
  }
  .product_page .reason .list .container {
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
    display: flex;
    box-shadow: 5px 5px 0 #d9d9d9;
  }
  .product_page .reason .list .container .image {
    width: 180px;
  }
  .product_page .reason .list .container .image img {
    width: 100%;
    height: auto;
  }
  .product_page .reason .list .container .detail {
    width: calc(100% - 210px);
    padding: 0 0 0 40px;
  }
  .product_page .reason .list .container .detail h4 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
  .product_page .reason .list .container .detail .sub_list {
    margin-bottom: 15px;
  }
  .product_page .reason .list .container .detail .sub_list li {
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding-left: 20px;
  }
  .product_page .reason .list .container .detail .sub_list li:before {
    content: '●';
    color: #8edaff;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -20px;
  }
  .product_page .reason .list .container .detail .sub_list2 li {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .product_page .reason .note .text {
    font-size: 1.5rem;
    margin-bottom: 5px;
    padding-left: 20px;
    line-height: 1.3;
    color: #666;
  }
  .product_page .reason .note .text:before {
    content: '※';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -20px;
  }
  .product_page .apply_caution {
    margin-bottom: 30px;
  }
  .product_page .apply_caution .list li {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 1.3;
  }
  .product_page .apply_caution .list li:before {
    content: '●';
    color: #8edaff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -20px;
  }
  .product_page .fee .text {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .product_page .fee .note {
    font-size: 1.5rem;
    color: #666;
  }
  .product_page .btns {
    margin: 50px auto;
    display: flex;
    justify-content: center;
  }
  .product_page .btns p {
    margin: 0 20px;
  }
  .product_page .btns p a {
    padding: 15px 30px;
    display: block;
    background-color: #006de5;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
  }
  .product_page .btns p a:hover {
    opacity: .8;
  }
  .product_page .btns p.btn_back a:before {
    content: '◀';
    font-size: 1.3rem;
    margin-right: 10px;
    vertical-align: middle;
  }

  #modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  #modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal .btn {
    background-color: transparent;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    position: fixed;
    top: calc(10vh + 10px);
    left: calc(50vw + 360px);
    border-radius: 4px;
    cursor: pointer;
  }
  #modal .btn:hover {
    opacity: .8;
  }
  #modal .btn:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #006de5;
    transform: rotate(45deg);
  }
  #modal .btn:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #006de5;
    transform: rotate(-45deg);
  }
  #modal .content_wrap {
    width: 800px;
    height: 80vh;
    padding: 60px 80px;
    margin: auto;
    background-color: #fff;
    border-radius: 8px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #modal .content_wrap::-webkit-scrollbar {
    display: none;
  }
  #modal .content_wrap h1 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #006de5;
  }
  #modal .content_wrap p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #modal .content_wrap .btn_wrap {
    padding: 30px 0 0 0;
    display: flex;
    justify-content: center;
  }
  #modal .content_wrap .btn_wrap .common_btn {
    margin: 0 5px;
  }
  #modal .content_wrap .btn_wrap .common_btn a {
    background-image: none;
  }
  #modal .content_wrap .btn_wrap .common_btn.btn_none a {
    min-height: 50px;
    padding: 15px 0 0 0;
    background-color: #888;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #modal.modal_confirm .content_wrap {
    height: 50vh;
    min-height: 400px;
  }
  #modal.modal_confirm .content_wrap .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #kv {
    margin: 20vw 5vw 30vw 5vw;
  }
  #kv h2 {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  .sec .common_inner {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .sec .head .stitle img {
    width: auto;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
  }
  .sec .head .stitle:after {
    content: '';
    display: block;
    background: url(../images/common/icon_dots.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    margin: 20px auto;
    vertical-align: middle;
  }

  #intro {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  #intro .head {
    margin-bottom: 30px;
    text-align: center;
  }
  #intro .head .stitle {
    margin-bottom: 40px;
    text-align: center;
  }
  #intro .head p {
    margin: 0 auto;
    display: inline-block;
    line-height: 1.5;
  }
  #intro .head p span {
    font-size: 7vw;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  #intro .head p:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-color: #8edaff;
    transform: translate3d(0, -8px, 0);
  }
  #intro .text {
    margin-bottom: 50px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .share_btns {
    padding: 0;
  }
  .share_btns ul {
    display: flex;
    justify-content: center;
  }
  .share_btns ul li {
    margin: 0 2px;
  }
  .share_btns ul li:hover {
    opacity: .7;
  }

  #service_lineup .stitle2 {
    width: 100%;
    padding: 5px 0 5px 15px;
    margin: 30px 0 10px 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    border-left: solid 5px #006de5;
  }
  #service_lineup .box {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #d9d9d9;
  }
  #service_lineup .box .head {
    width: 100%;
  }
  #service_lineup .box .head .image {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #service_lineup .box .head .image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  #service_lineup .box .head .detail .stitle {
    margin-bottom: 20px;
    padding: 0;
    font-size: 5.3vw;
    font-weight: bold;
    order: 2;
  }
  #service_lineup .box .head .detail .stitle a {
    color: #006de5;
  }
  #service_lineup .box .head .detail .stitle:after {
    content: none;
  }
  #service_lineup .box .head .detail .stitle span {
    padding-top: 10px;
    display: block;
    font-size: 1.6rem;
  }
  #service_lineup .box .head .detail .text {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #service_lineup .box .head .detail .text span {
    padding-top: 10px;
    display: block;
    font-size: 1.4rem;
  }
  #service_lineup .box .head .detail .common_btn {
    width: 100%;
    max-width: 240px;
    margin: 10px auto 10px auto;
  }
  #service_lineup .box .head .detail .common_btn a {
    height: 40px;
    line-height: 40px;
    background-image: none;
    background-color: #006de5;
    box-shadow: none;
  }
  #service_lineup .col2 .box {
    padding-top: 30px;
  }
  #service_lineup .registrationNumbers {
    width: 100%;
    padding: 0 15px;
    margin: 30px auto;
    text-align: right;
    font-size: 1.4rem;
  }

  #service_list .box {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #d9d9d9;
  }
  #service_list .box .head {
    width: 100%;
  }
  #service_list .box .head .image {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #service_list .box .head .image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  #service_list .box .head .stitle {
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    font-size: 2rem;
    font-weight: bold;
    color: #006de5;
    order: 2;
  }
  #service_list .box .head .stitle:after {
    content: none;
  }
  #service_list .box .head .stitle span {
    margin-top: 10px;
    font-size: 1.8rem;
    display: inline-block;
  }
  #service_list .box .head .btn_area .apply_btn {
    width: 100%;
    max-width: 240px;
    margin: 10px auto 10px auto;
  }
  #service_list .box .head .btn_area .apply_btn a {
    height: 40px;
    line-height: 40px;
    background-image: none;
    background-color: #006de5;
    box-shadow: none;
  }
  #service_list .box .head .btn_area .fee {
    font-size: 1.4rem;
    text-align: center;
  }
  #service_list .box .head .btn_area .fee a::before {
    content: '▶';
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 5px;
    vertical-align: middle;
    transform: translate3d(0, -2px, 0);
  }
  #service_list .box .head .share_btns {
    margin: 0 0 20px 0;
  }
  #service_list .box .detail {
    /* 傷害保険用 */
  }
  #service_list .box .detail .description {
    margin-bottom: 20px;
  }
  #service_list .box .detail .description .text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #service_list .box .detail .description .text span {
    padding-top: 10px;
    display: block;
    font-size: 1.4rem;
  }
  #service_list .box .detail .description .note {
    padding-top: 10px;
  }
  #service_list .box .detail .description .note li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #555;
  }
  #service_list .box .detail .text2 {
    border-top: solid 3px #006de5;
    padding-top: 10px;
    margin: 30px auto 20px auto;
    font-size: 1.6rem;
    font-weight: bold;
    color: #006de5;
    line-height: 1.3;
  }
  #service_list .box .detail .text3 {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  #service_list .box .detail .alliance {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
  }
  #service_list .box .detail .alliance > li {
    width: 100%;
    margin-bottom: 5px;
  }
  #service_list .box .detail .alliance > li a {
    padding: 20px 40px 20px 20px;
    display: block;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  }
  #service_list .box .detail .alliance > li a:after {
    content: '▶';
    display: block;
    height: 10px;
    margin: auto 0;
    position: absolute;
    bottom: 0;
    right: 5px;
    top: 0;
    line-height: 100%;
    font-size: 10px;
    color: #aaa;
  }
  #service_list .box .detail .alliance > li a.comingsoon:hover {
    opacity: 1;
  }
  #service_list .box .detail .alliance > li a.comingsoon:after {
    content: 'Coming soon';
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #666;
    font-size: 1.6rem;
    line-height: 80px;
  }
  #service_list .box .detail .alliance > li img {
    width: 100%;
    max-width: 200px;
    height: auto;
    max-height: 70px;
    display: block;
    margin: 0 auto;
  }
  #service_list .box .detail .alliance.stop > li a {
    padding: 20px 20px 20px 20px;
    cursor: default;
  }
  #service_list .box .detail .alliance.stop > li a:after {
    display: none;
  }
  #service_list .box .detail .alliance.stop > li a:hover {
    opacity: 1;
  }
  #service_list .box .detail .alliance.stop > li a:hover img {
    opacity: 1;
  }
  #service_list .box .detail .apply_btn {
    width: 100%;
    max-width: 240px;
    margin: 10px auto 20px auto;
  }
  #service_list .box .detail .apply_btn a {
    height: 40px;
    line-height: 40px;
    background-image: none;
    box-shadow: none;
  }
  #service_list .box .detail .docs_note {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #service_list .box .detail .docs_date {
    font-size: 1.4rem;
    margin: 20px 0 10px;
    padding-left: 10px;
    border-left: 3px solid #9B9998;
    line-height: 1.3;
  }
  #service_list .box .detail .docs {
    padding-top: 20px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #eee;
  }
  #service_list .box .detail .docs li {
    display: inline-block;
    margin: 10px 20px 10px 0;
  }
  #service_list .box .detail .docs li a {
    font-size: 1.5rem;
    color: #333;
  }
  #service_list .box .detail .docs li a:before {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_pdf.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 17px;
    vertical-align: middle;
    margin-right: 10px;
  }
  #service_list .box .detail .toggle_docs_btn {
    cursor: pointer;
    margin-top: 20px;
  }
  #service_list .box .detail .toggle_docs_btn::before {
    content: '▶';
    display: inline-block;
    margin-right: 5px;
    transition: 0.2s ease;
  }
  #service_list .box .detail .toggle_docs_btn.active::before {
    transform: rotate(90deg);
  }
  #service_list .box .detail .past_docs_wrap {
    display: none;
  }
  #service_list .box .detail .docs_wrap {
    padding: 20px 20px 20px 20px;
    border-radius: 4px;
    background-color: #eee;
  }
  #service_list .box .detail .docs_wrap h4 {
    padding: 0 0 5px 0;
    margin-bottom: 0px;
    font-size: 1.5rem;
    border-bottom: dotted 1px #006de5;
  }
  #service_list .box .detail .docs_wrap .docs {
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: left;
  }
  #service_list .box .detail .docs_wrap .toggle_docs_old {
    width: 100%;
    padding: 5px 20px;
    display: block;
    appearance: none;
    border: solid 1px #006de5;
    border-radius: 4px;
  }
  #service_list .box .detail .docs_wrap .toggle_docs_old:before {
    content: '▼';
    font-size: 1.4rem;
    color: #006de5;
    display: inline-block;
    margin-right: 3px;
  }
  #service_list .box .detail .docs_wrap .toggle_docs_old:hover {
    background-color: #fff;
  }
  #service_list .box .detail .docs_wrap .toggle_docs_old.on:before {
    content: '▲';
  }
  #service_list .box .detail .docs_wrap .docs_old {
    padding-top: 20px;
    display: none;
  }
  #service_list .box .detail .docs_wrap .docs_old.on {
    display: block;
  }
  #service_list .box .detail .prpduct_accident_note {
    border-top: solid 3px #006de5;
    padding-top: 10px;
    margin: 30px auto 20px auto;
  }
  #service_list .box .detail .prpduct_accident_note li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
    font-weight: bold;
    color: #006de5;
    line-height: 1.3;
  }
  #service_list .box .detail .prpduct_accident_note li::before {
    content: '・';
  }
  #service_list .box .detail .prpduct_accident_alliance {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
  }
  #service_list .box .detail .prpduct_accident_alliance > li {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 20px 0 20px;
    display: block;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  }
  #service_list .box .detail .prpduct_accident_alliance > li img {
    width: 100%;
    max-width: 200px;
    height: auto;
    max-height: 70px;
    display: block;
    margin: 0 auto;
  }
  #service_list .box .detail .prpduct_accident_alliance > li .prpduct_accident_docs {
    padding-top: 20px;
    padding: 10px;
    border-radius: 4px;
  }
  #service_list .box .detail .prpduct_accident_alliance > li .prpduct_accident_docs li {
    display: inline-block;
    margin: 10px 20px 10px 0;
  }
  #service_list .box .detail .prpduct_accident_alliance > li .prpduct_accident_docs li a {
    font-size: 1.4rem;
    color: #333;
  }
  #service_list .box .detail .prpduct_accident_alliance > li .prpduct_accident_docs li a:before {
    content: '';
    display: inline-block;
    background: url(../images/common/icon_pdf.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 17px;
    vertical-align: middle;
    margin-right: 10px;
  }
  #service_list .box .detail .prpduct_accident_alliance > li.dummy {
    display: none;
  }
  #service_list .share_btns {
    padding-top: 20px;
  }
  #service_list .share_btns ul {
    justify-content: flex-end;
  }
  #service_list .back_btn {
    margin: 50px auto 0 auto;
  }
  #service_list .back_btn a {
    background-image: none;
  }
  #service_list .back_btn a:before {
    content: '◀';
    display: inline-block;
    margin-right: 15px;
    font-size: 1.4rem;
  }

  .product_page #main_title {
    margin: 50px auto 20px auto;
  }
  .product_page #main_title h2 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #006de5;
    text-align: center;
  }
  .product_page #main_title h2 span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .product_page #main_title h2:after {
    content: '';
    display: block;
    background: url(../images/common/icon_dots.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    margin: 20px auto;
    vertical-align: middle;
  }
  .product_page .common_inner {
    width: 100%;
    margin: 0 auto;
  }
  .product_page .common_inner .sec_title {
    padding: 0 0 10px 0;
    margin: 20px 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #006de5;
    border-bottom: solid 3px #006de5;
  }
  .product_page .head {
    background-color: #f2f2f2;
  }
  .product_page .head .main-visual {
    width: 100%;
    margin: 0 auto;
  }
  .product_page .head .product_title {
    padding: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
  .product_page .head .sub_title {
    padding: 0 20px 20px 20px;
  }
  .product_page .head .sub_title h3 {
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: middle;
  }
  .product_page .head .sub_title .sub_title_fee {
    display: inline-block;
    padding: 5px 8px;
    margin-left: 10px;
    background: #900;
    color: #fff;
    font-size: 1.5rem;
    vertical-align: middle;
  }
  .product_page .lead {
    padding: 20px;
  }
  .product_page .lead .text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .product_page .lead .caution {
    margin-top: 15px;
    font-size: 1.4em;
    color: #636363;
    line-height: 1.3;
  }
  .product_page .reason {
    padding: 0 4vw;
    margin-bottom: 30px;
  }
  .product_page .reason .list > li {
    margin-bottom: 15px;
  }
  .product_page .reason .list .container {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #d9d9d9;
  }
  .product_page .reason .list .container .image {
    width: 180px;
    margin: 0 auto;
  }
  .product_page .reason .list .container .image img {
    width: 100%;
    height: auto;
  }
  .product_page .reason .list .container .detail {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product_page .reason .list .container .detail h4 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
  .product_page .reason .list .container .detail .sub_list {
    margin-bottom: 15px;
  }
  .product_page .reason .list .container .detail .sub_list li {
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding-left: 20px;
  }
  .product_page .reason .list .container .detail .sub_list li:before {
    content: '●';
    color: #8edaff;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -20px;
  }
  .product_page .reason .list .container .detail .sub_list2 li {
    font-size: 1.3rem;
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .product_page .reason .note .text {
    font-size: 1.5rem;
    margin-bottom: 5px;
    padding-left: 20px;
    line-height: 1.3;
    color: #666;
  }
  .product_page .reason .note .text:before {
    content: '※';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -20px;
  }
  .product_page .apply_caution {
    padding: 0 4vw;
    margin-bottom: 30px;
  }
  .product_page .apply_caution .list li {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 1.3;
  }
  .product_page .apply_caution .list li:before {
    content: '●';
    color: #8edaff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -20px;
  }
  .product_page .fee {
    padding: 0 4vw;
  }
  .product_page .fee .text {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .product_page .fee .note {
    font-size: 1.5rem;
    color: #666;
  }
  .product_page .btns {
    margin: 50px auto;
    display: flex;
    justify-content: center;
  }
  .product_page .btns p {
    margin: 0 20px;
  }
  .product_page .btns p a {
    padding: 15px 30px;
    display: block;
    background-color: #006de5;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
  }
  .product_page .btns p a:hover {
    opacity: .8;
  }
  .product_page .btns p.btn_back a:before {
    content: '◀';
    font-size: 1.3rem;
    margin-right: 10px;
    vertical-align: middle;
  }

  #modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
  }
  #modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal .btn {
    background-color: transparent;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 4px;
    cursor: pointer;
  }
  #modal .btn:hover {
    opacity: .8;
  }
  #modal .btn:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #006de5;
    transform: rotate(45deg);
  }
  #modal .btn:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #006de5;
    transform: rotate(-45deg);
  }
  #modal .content_wrap {
    width: 94vw;
    height: 80vh;
    padding: 15vw 10vw 10vw 10vw;
    margin: auto;
    background-color: #fff;
    border-radius: 8px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: scroll;
  }
  #modal .content_wrap h1 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #006de5;
    line-height: 1.4;
  }
  #modal .content_wrap p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #modal .content_wrap .btn_wrap {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #modal .content_wrap .btn_wrap .common_btn {
    margin: 0 5px 20px 5px;
  }
  #modal .content_wrap .btn_wrap .common_btn a {
    background-image: none;
  }
  #modal .content_wrap .btn_wrap .common_btn.btn_none a {
    height: auto;
    padding: 10px 0;
    background-color: #888;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
