@charset "utf-8";

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* @group clear */

/* .mv_card:after, */
.merit_box:after,
.flow_container:after,
.sim_select:after,
.sim_col_container:after,
.card_application:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* @end */

.masthead {
  border-bottom: 1px solid #e6e6e6;
}
.globalnav .gn-list {
  margin: 0 auto;
  padding-left: 0;
  max-width: 980px;
  border-top: none;
}
.globalnav .gn-list .gn-card {
  width: 25% !important;
}
.globalnav .gn-list .gn-business {
  width: 18% !important;
}
.globalnav .gn-list .gn-use-scene {
  width: 18% !important;
}
.globalnav .gn-list .gn-service {
  width: 21% !important;
}
.globalnav .gn-list .gn-faq {
  width: 18% !important;
}

.globalnav .gn-list .gn-use-scene a {
  background-color: #054380;
  color: #fff;
}
.globalnav .gn-list .gn-use-scene a:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAb0lEQVQYlY3QQRXDMAwEUbsMTKEUQiEUQqEUTCFYQqEUQqEUEgi/F/VWP1nn0a40BR17yQYrPjixZHDDgQt9Jn0L+EDL4CfesbDNpPeAd7TH6OZSyq/6rrXe/6AltRB1hl7jgTNuWkfQa0pJgKnkL5x6jgI+//S1AAAAAElFTkSuQmCC);
}

.contents {
  max-width: 1020px;
  padding: 0 20px 20px;
  margin: 0 auto;
}

sup {
  font-size: 80%;
  vertical-align: super;
  top: auto;
}

p {
  margin: 0;
}

.attention_list li {
  text-indent: -1em;
  margin-left: 1em;
}

.mv_card {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.mv_card p {
  width: 25%;
}

.mert_01_box .attention_list {
  text-align: left;
}
@media all and (min-width: 768px) {
  .sponly {
    display: none !important;
  }

  #mv {
    background: #000000 url("../../images/mv_back.jpg") no-repeat top center;
    /* min-height: 490px; */
    padding: 50px 0;
    background-size: cover;
    margin-bottom: 50px;
  }

  #mv h1 {
    /* color: #ffffff; */
    text-align: center;
    font-size: 23px;
    font-weight: normal;
    /* margin-bottom: 30px; */
  }
  #mv h1 strong {
    font-size: 28px;
    font-weight: normal;
  }

  .mv_card {
    text-align: center;
  }

  .mv_card p {
    width: 25%;
    /* float: left; */
    padding: 0 10px;
  }

  .mv_card p img {
    max-width: 100%;
    height: auto;
  }

  .merit_title {
    font-size: 19px;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 40px 0;
  }

  .merit_title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 144px;
    background: #d6d6d6;
    bottom: -10px;
    left: 50%;
    margin-left: -72px;
  }

  .merit_box {
    background: #f4f4f4;
    margin-bottom: 30px;
  }

  .merit_box01 {
    padding-bottom: 10px;
  }

  .merit_box07 {
    padding-bottom: 100px;
  }

  .merit_box_inner {
    padding: 0 30px;
  }

  .merit_box h4 {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 20px;
  }

  .merit_01 {
    padding: 30px 0 10px 70px;
    background: url("../../images/num01.png") no-repeat 0 10px;
  }

  .merit_02 {
    padding: 30px 0 0px 70px;
    background: url("../../images/num02.png") no-repeat 0 10px;
  }

  .merit_03 {
    padding: 30px 0 0px 70px;
    background: url("../../images/num03.png") no-repeat 0 10px;
  }

  .merit_04 {
    padding: 30px 0 0px 70px;
    background: url("../../images/num04.png") no-repeat 0 10px;
  }

  .merit_05 {
    padding: 30px 0 0px 70px;
    background: url("../../images/num05.png") no-repeat 0 10px;
  }

  .merit_06 {
    padding: 30px 0 0px 70px;
    background: url("../../images/num06.png") no-repeat 0 10px;
  }

  .merit_07 {
    padding: 30px 0 0px 70px;
    background: url("../../images/num07.png") no-repeat 0 10px;
  }

  .mert_01_lead {
    background: #5775a0;
    color: #ffffff;
    padding: 7px 20px;
    font-size: 17px;
    font-weight: normal;
  }

  .mert_01_box {
    background: #ffffff;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  .mert_01_box_text1 {
    font-size: 22px;
  }

  .mert_01_box_point {
    display: inline-block;
    background: #5775a0;
    color: #ffffff;
    font-size: 16px;
    border-radius: 30px;
    padding: 0 10px;
    margin: 5px 0;
  }

  .mert_01_box_change {
    border: 1px solid #5775a0;
    padding: 10px;
    font-size: 16px;
    margin: 10px 0 5px;
  }

  .mert_01_box_text2 {
    text-align: left;
    font-size: 12px;
  }

  .merit_box_left {
    width: 50%;
    float: left;
    padding: 0 30px;
  }

  .merit_box_right {
    width: 50%;
    float: right;
  }

  .merit_box_right img {
    width: 100%;
    height: auto;
  }

  .flow_description {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .flow_container {
  }

  .flow_container a {
    text-decoration: underline;
  }

  .flow_box {
    width: 48%;
    float: left;
    background: #f4f4f4;
    text-align: center;
    margin-bottom: 30px;
  }

  .flow_box:nth-child(even) {
    float: right;
  }

  .flow_box:nth-child(2n + 1) {
    clear: both;
  }

  .flow_box.flow_box05 {
    width: auto;
    float: none;
    text-align: left;
  }

  .flow_box05_inner {
    margin: 20px 30px 0;
    padding-bottom: 50px;
  }

  .flow_box h4 {
    background: #0a3067;
    color: #ffffff;
    padding: 10px 10px;
    text-align: left;
  }

  .flow_box h4.flow_01 span {
    background: url("../../images/flow01.png") no-repeat left center;
    padding: 10px 10px 10px 40px;
    font-size: 19px;
    font-weight: normal;
  }

  .flow_box h4.flow_02 span {
    background: url("../../images/flow02.png") no-repeat left center;
    padding: 10px 10px 10px 40px;
    font-size: 19px;
    font-weight: normal;
  }

  .flow_box h4.flow_03 span {
    background: url("../../images/flow03.png") no-repeat left center;
    padding: 10px 10px 10px 40px;
    font-size: 19px;
    font-weight: normal;
  }

  .flow_box h4.flow_04 span {
    background: url("../../images/flow04.png") no-repeat left center;
    padding: 10px 10px 10px 40px;
    font-size: 19px;
    font-weight: normal;
  }

  .flow_box h4.flow_05 span {
    background: url("../../images/flow05.png") no-repeat left center;
    padding: 10px 10px 10px 40px;
    font-size: 19px;
    font-weight: normal;
  }

  .flow_box01 a {
    color: #0a3067;
    display: inline-block;
    margin: 10px 0;
    font-size: 16px;
  }

  .flow_box01 a:hover {
    opacity: 0.8;
  }

  .flow_box_link {
    text-align: center;
  }

  .flow_box_link a {
    display: inline-block;
    background: #0e499e;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none;
  }

  .flow_box_link a:hover {
    opacity: 0.8;
  }

  .flow_box_link a span {
    display: inline-block;
    padding: 0 30px 0 0;
    background: url("../../images/icon_blank.png") no-repeat right center;
  }

  .attention {
    border: 2px solid #ff9676;
    background: #fffce6;
    padding: 20px;
    margin: 30px 0;
  }

  .attention h4 {
    font-size: 14px;
    font-weight: normal;
  }

  .attention ul {
    font-size: 12px;
  }

  .attention_list li {
    font-size: 12px;
    text-indent: -1em;
    margin-left: 1em;
  }

  .sim_box {
    background: #f4f4f4;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .sim_box h2 {
    background: #0a3067;
    color: #ffffff;
    font-size: 19px;
    font-weight: normal;
    padding: 12px 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .sim_input {
    border: 1px solid #eaeaea;
    background: #ffffff;
    padding: 10px 20px 20px;
  }

  .sim_result {
    margin-top: 20px;
  }

  .sim_input2 {
    border: 1px solid #eaeaea;
    background: #ffffff;
    padding: 15px 20px;
  }

  .sim_input_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .sim_input input {
    width: 180px;
    border: 1px solid #eaeaea;
    background: #f4f4f4;
    padding: 7px 10px;
    font-size: 14px;
  }

  .sim_input button {
    background: #0e499e;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    border: 0;
    padding: 6px 30px;
    font-size: 14px;
    margin-left: 10px;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
  }

  .sim_input button:hover {
    opacity: 0.8;
  }

  .sim_point_box {
    width: 240px;
    border: 1px solid #eaeaea;
    color: #ff0000;
    padding: 7px 10px;
    font-size: 16px;
    text-align: left;
  }

  .sim_select {
    border: 1px solid #eaeaea;
    background: #ffffff;
    padding: 10px 20px 20px;
    margin-bottom: 20px;
  }

  .sim_select_box {
    width: calc(100% / 6);
    float: left;
    text-align: center;
    padding: 5px;
  }

  .sim_select_box img {
    max-width: 100%;
    height: auto;
  }

  .sim_col {
    width: 23%;
    float: left;
    margin: 0 2.666% 0 0;
    position: relative;
  }

  .sim_col_head {
    margin-left: 51.332%;
    margin-bottom: 5px;
  }

  .sim_col_inner {
    border: 1px solid #eaeaea;
    padding: 10px;
    font-size: 13px;
    background: #f4f4f4;
  }

  .sim_col:first-child .sim_col_inner {
    background: #ffffff;
  }

  .sim_col:last-child {
    margin-right: 0;
  }

  .sim_col:nth-child(1)::after,
  .sim_col:nth-child(3)::after {
    content: "＝";
    position: absolute;
    top: 50%;
    right: -19px;
    margin-top: -7px;
  }

  .sim_col:nth-child(2)::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: -17px;
    margin-top: -7px;
  }

  .milered {
    color: #ff0000;
  }

  .miletext {
    font-size: 16px;
  }

  .sim_result {
    display: none;
  }

  .card_application {
    margin-top: 30px;
    background: #000000;
    padding: 50px 20px;
  }

  .card_application_text {
    text-align: center;
  }

  .card_application_text a {
    display: inline-block;
    background: #dd2b3c;
    color: #ffffff;
    line-height: 1;
    font-size: 20px;
    text-decoration: none;
    padding: 20px 35px;
    text-align: center;
  }

  .card_application_text a:hover {
    opacity: 0.8;
  }
}

@media all and (max-width: 767px) {
  .pconly {
    display: none;
  }
  .campaign_box2001 .campaign img.pconly {
    display: none;
  }

  #mv {
    background: url("../../images/mv_back.jpg") no-repeat top center;
    background-size: cover;
    padding: 40px 0;
  }

  #mv h1 {
    /* color: #ffffff; */
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    /* margin-bottom: 20px; */
  }
  #mv h1 strong {
    font-size: 20px;
    font-weight: normal;
  }

  .mv_card {
    text-align: center;
  }

  .mv_card p {
    width: 50%;
    float: left;
    padding: 0 10px;
  }

  .mv_card p img {
    max-width: 100%;
    height: auto;
  }

  .merit_title {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 30px 0 40px;
  }

  .merit_title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    background: #d6d6d6;
    bottom: -10px;
    left: 50%;
    margin-left: -35px;
  }

  .merit_box {
    background: #f4f4f4;
    margin-bottom: 30px;
  }

  .merit_box01 {
    padding-bottom: 10px;
  }

  .merit_box07 {
    padding-bottom: 20px;
  }

  .merit_box_inner {
    padding: 0 15px;
  }

  .merit_box h4 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
  }

  .merit_01 {
    padding: 13px 0 10px 35px;
    background: url("../../images/num01.png") no-repeat 0 10px;
    background-size: auto 21px;
  }

  .merit_02 {
    padding: 13px 0 10px 35px;
    background: url("../../images/num02.png") no-repeat 0 10px;
    background-size: auto 21px;
  }

  .merit_03 {
    padding: 13px 0 10px 35px;
    background: url("../../images/num03.png") no-repeat 0 10px;
    background-size: auto 21px;
  }

  .merit_04 {
    padding: 13px 0 10px 35px;
    background: url("../../images/num04.png") no-repeat 0 10px;
    background-size: auto 21px;
  }

  .merit_05 {
    padding: 13px 0 10px 35px;
    background: url("../../images/num05.png") no-repeat 0 10px;
    background-size: auto 21px;
  }

  .merit_06 {
    padding: 13px 0 10px 35px;
    background: url("../../images/num06.png") no-repeat 0 10px;
    background-size: auto 21px;
  }

  .merit_07 {
    padding: 13px 0 10px 35px;
    background: url("../../images/num07.png") no-repeat 0 10px;
    background-size: auto 21px;
  }

  .mert_01_lead {
    background: #5775a0;
    color: #ffffff;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: normal;
  }

  .mert_01_box {
    background: #ffffff;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
  }

  .mert_01_box_text1 {
    font-size: 14px;
  }

  .mert_01_box_point {
    display: inline-block;
    background: #5775a0;
    color: #ffffff;
    font-size: 14px;
    border-radius: 30px;
    padding: 0 10px;
    margin: 5px 0;
  }

  .mert_01_box_change {
    border: 1px solid #5775a0;
    padding: 10px;
    font-size: 14px;
    margin: 10px 0 5px;
  }

  .mert_01_box_text2 {
    text-align: left;
    font-size: 11px;
  }

  .merit_box_left {
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .merit_box_right {
  }

  .merit_box_right img {
    width: 100%;
    height: auto;
  }

  .flow_description {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .flow_container {
  }

  .flow_box {
    background: #f4f4f4;
    text-align: center;
    margin-bottom: 30px;
  }

  .flow_box.flow_box05 {
    text-align: left;
  }

  .flow_box05_inner {
    margin: 20px 30px 0;
    padding-bottom: 50px;
  }

  .flow_box h4 {
    background: #0a3067;
    color: #ffffff;
    padding: 10px 10px;
    text-align: left;
  }

  .flow_box img {
    max-width: 100%;
    height: auto;
  }

  .flow_box01 p,
  .flow_box02 p,
  .flow_box03 p,
  .flow_box04 p {
    padding: 0 15px;
  }

  .flow_box h4.flow_01 span {
    background: url("../../images/flow01.png") no-repeat left center;
    background-size: 16px 16px;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    font-weight: normal;
  }

  .flow_box h4.flow_02 span {
    background: url("../../images/flow02.png") no-repeat left center;
    background-size: 16px 16px;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    font-weight: normal;
  }

  .flow_box h4.flow_03 span {
    background: url("../../images/flow03.png") no-repeat left center;
    background-size: 16px 16px;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    font-weight: normal;
  }

  .flow_box h4.flow_04 span {
    background: url("../../images/flow04.png") no-repeat left center;
    background-size: 16px 16px;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    font-weight: normal;
  }

  .flow_box h4.flow_05 span {
    background: url("../../images/flow05.png") no-repeat left center;
    background-size: 16px 16px;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    font-weight: normal;
  }

  .flow_box01 a {
    color: #0a3067;
    display: inline-block;
    margin: 10px 0;
    font-size: 16px;
  }

  .flow_box_link {
    margin-bottom: 30px;
    text-align: center;
  }

  .flow_box_link a {
    display: inline-block;
    background: #0e499e;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    padding: 15px 30px;
    font-size: 14px;
    text-decoration: none;
  }

  .flow_box_link a span {
    display: inline-block;
    padding: 0 15px 0 0;
    background: url("../../images/icon_blank.png") no-repeat right center;
    background-size: auto 10px;
  }

  .attention {
    border: 2px solid #ff9676;
    background: #fffce6;
    padding: 15px;
    margin: 15px 0;
  }

  .attention h4 {
    font-size: 14px;
    font-weight: normal;
  }

  .attention ul {
    font-size: 12px;
  }

  /* footer ul li{
	font-size: 12px;
	text-indent: -1em;
	margin-left: 1em;
} */

  .sim_box {
    background: #f4f4f4;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .sim_box h2 {
    background: #0a3067;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    text-align: left;
    margin-bottom: 20px;
  }

  .sim_input {
    border: 1px solid #eaeaea;
    background: #ffffff;
    padding: 10px 20px 20px;
  }

  .sim_result {
    margin-top: 20px;
  }

  .sim_input2 {
    border: 1px solid #eaeaea;
    background: #ffffff;
    padding: 15px 20px;
  }

  .sim_input_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .sim_input input {
    width: 180px;
    border: 1px solid #eaeaea;
    background: #f4f4f4;
    padding: 7px 10px;
    font-size: 14px;
  }

  .sim_input button {
    background: #0e499e;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    border: 0;
    padding: 6px 30px;
    font-size: 14px;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
  }

  .sim_point_box {
    width: 100%;
    border: 1px solid #eaeaea;
    color: #ff0000;
    padding: 7px 10px;
    font-size: 14px;
    text-align: left;
  }

  .sim_select {
    border: 1px solid #eaeaea;
    background: #ffffff;
    padding: 10px 10px 0px;
    margin-bottom: 20px;
  }

  .sim_select_box {
    width: 33.33%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .sim_select_box img {
    max-width: 100%;
    height: auto;
  }

  .sim_col {
    position: relative;
    margin-bottom: 30px;
  }

  .sim_col_inner {
    border: 1px solid #eaeaea;
    padding: 10px;
    font-size: 13px;
    background: #f4f4f4;
  }

  .sim_col:first-child .sim_col_inner {
    background: #ffffff;
  }

  .sim_col:last-child {
    margin-right: 0;
  }

  .sim_col:nth-child(1)::after,
  .sim_col:nth-child(3)::after {
    content: "＝";
    position: absolute;
    bottom: -25px;
    left: 50%;
  }

  .sim_col:nth-child(2)::after {
    content: "+";
    position: absolute;
    bottom: -25px;
    left: 50%;
  }

  .milered {
    color: #ff0000;
  }

  .miletext {
    font-size: 14px;
  }

  .sim_result {
    display: none;
  }

  .card_application {
    margin-top: 30px;
    background: #000000;
    padding: 30px 0px;
  }

  .card_application_text {
    text-align: center;
  }

  .card_application_text a {
    display: block;
    background: #dd2b3c;
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
    text-decoration: none;
    padding: 20px 15px;
    text-align: left;
  }
}

.modal_block {
  text-align: center;
  padding: 50px 0;
}
.detail2001a ul.notes > li,
.modal-cont ul.notes > li {
  list-style: none;
  /* padding-left: 0; */
  text-indent: 0;
}
.detail2001a ul.notes > li.asterisk:before,
.modal-cont ul.notes > li.asterisk:before {
  content: "＊";
}
.campaign_box2001 .type20000 {
  padding-bottom: 0;
  margin: 0 auto !important;
}
.campaign_box2001 .campaign {
  max-width: 100%;
}
.campaign_box2001 .campaign .c_btn {
  background-color: #282b62;
}
@media screen and (max-width: 768px) {
  .modal_block {
    padding: 0;
  }
}
.movie_block {
  padding-bottom: 50px;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}
.movie_block .movie .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_block .movie .video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  outline: none;
}
@media screen and (max-width: 768px) {
  .case_list_block {
    padding-bottom: 80px;
  }
  .movie_block {
    padding-bottom: 0;
    padding-top: 50px;
  }
}
