@charset "UTF-8";
/* special CSS Document */

html {
  background-image: url(../img/bg_dot.jpg);
  background-position: center top;
  background-repeat: repeat;
  background-size: contain;
  height: 100%;
}

body {
  /* background-image: url(../img/bg_flare.png); */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 10vw;
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

.inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

header .header {
  /* max-width: 1200px; */
  width: 100%;
  /* margin: 0 auto; */
  margin: 0;
  position: relative;
}

/* header .header .site_id {
  padding-top: 2vw;
  width: 300px;
} */

/* header .header .lead {
  position: absolute;
  top: 0;
  right: -175px;
  width: 1000px;
} */

.header .mv {
  /* max-width: 1180px; */
  width: 100%;
  margin: 0;
}

.header .mv .mv_hd {
  /* margin-top: -15px; */
  /* margin-left: 50px; */
}

.header .mv .mv_hd img{
  width: 100%;
}


.main {
  padding: 0 3vw;
  position: relative;
  margin-top: 4vw;
}



.main .bnr {
  /* margin-top: 2vw; */
}

.main .bnr figure {
  padding: 0 7.5vw;
}

.container {
  margin-top: 5vw;
  padding: 0 3vw;
}

.container .head .hd_01 {
  margin-left: 5vw;
  margin-right: 5vw;
}

.container .head p {
  margin-top: 3vw;
}

.container .contents {
  margin-top: 3vw;
}

.container .contents > section {
  margin-top: 2vw;
}

aside {
  margin-top: 5vw;
  padding: 0 3vw;
}

.special .simulation_box a {
  background-color: #0068b6;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 80px;
  padding-top: 40px;
  position: relative;
}

.special .simulation_box a:before {
  background-image: url(../img/icn_simulation.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  width: 44px;
  margin-right: 20px;
}

.special .simulation_box a:after {
  background-image: url(/common/images/icn_arrow04.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 14px;
}

.special .simulation_box a span:nth-of-type(1) {
  font-size: 2.8rem;
  line-height: 1.2;
}

.special .simulation_box a span:nth-of-type(2) {
  font-size: 1.4rem;
  flex: 1 1;
  margin-left: 40px;
}

.main .bnr a {
  background: #FFF;
}

.special a:hover {
  opacity: 0.8;
}

.side_fix_btn {
  position: fixed;
  width: 50px;
  top: 220px;
  right: 0;
}

.side_fix_btn ul li:first-of-type{
  margin-bottom: 14px;
}

.footer_fix_btn {
  display: none;
}

.application_box {
  border: 2px solid #0068b6;
  background: #FFF;
  margin-top: 60px;
  padding: 30px 40px;
  margin-bottom: 50px;
}

.application_box .app_hd {
  color: #007dc8;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}

.application_box ul {
  display: flex;
  font-size: 3.4rem;
  line-height: 1.4;
  margin-top: 30px;
}

.application_box ul li {
  flex: 1 1;
  margin-left: 20px;
}

.application_box ul li:first-of-type {
  margin-left: 0;
}

.application_box ul li a {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  height: 100%;
  padding: 20px 40px;
  position: relative;
}

.application_box ul li a:after {
  background-image: url(/common/images/icn_arrow04.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 14px;
}

.application_box ul li.member a {
  background-color: #bd1b27;
}

.application_box ul li.nonmember a {
  background-color: #db7f05;
}

.application_box ul li.nonmember a span:nth-of-type(1) {
  font-size: 2.6rem;
}


@media only screen and (max-width: 768px) {
  .main .mv .mv_hd {
    margin-left: 0;
}

header .header .site_id {
  padding-top: 2vw;
  margin: 0 auto 20px 20px;
  width: 30%;
}

header .header .lead {
  display: none;
}

.special .simulation_box {
  margin-top: 30px;
}

.special .simulation_box a {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 40px 20px 25px;
}

.special .simulation_box a::after {
  right: 15px;
}

.special .simulation_box a span:nth-of-type(2) {
  margin-left: 0;
}

.special .simulation_box a::before {
  display: none;
}

.special .simulation_box a span:nth-of-type(1) {
  font-size: 2.2rem;
  margin-bottom: 1.5vw;
}

.special .simulation_box a span:nth-of-type(2) {
  font-size: 1.2rem;
  line-height: 1.6;
}

.special .simulation_box a span br {
  display: none;
}

.side_fix_btn {
  display: none;
}


.footer_fix_btn {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.footer_fix_btn ul {
  display: flex;
}

.footer_fix_btn ul li {
  background: #0068B6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
}

.footer_fix_btn ul li.red {
  background: #E50012;
}

.footer_fix_btn ul li a {
  color: #fff;
}

.application_box .app_hd {
  font-size: 2.0rem;
}

.application_box ul {
  display: block;
  font-size: 2.2rem;
}

.application_box {
  margin-top: 30px;
  padding: 20px;
}

.application_box ul li.nonmember a span:nth-of-type(1) {
  font-size: 1.6rem;
}

.application_box ul li {
  margin-top: 14px;
  margin-left: 0;
}

.application_box .app_hd {
  font-size: 1.8rem;
  line-height: 1.2;
}

}