@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
* {
  min-height: 0;
  min-width: 0;
}
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
dl,
dt,
dd,
form,
nav,
header,
footer,
main,
article,
section,
aside,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
ol,
ul,
li {
  list-style: none;
}
main {
  display: block;
}
main,
nav,
aside,
header,
article,
section,
footer,
figure,
ul,
li,
dl,
dt,
dd,
div,
p,
a,
span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0;
}
a {
  color: #0F6BB3;
  text-decoration: underline;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
a:hover {
  text-decoration: underline;
}
a > img {
  vertical-align: bottom;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  /* box-sizing: border-box */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  list-style-type: decimal !important;
  list-style-position: outside;
  margin-left: 36px;
  padding-left: 16px;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  background-color: #272822 !important;
}
pre.prettyprint {
  padding: 10px!important;
  margin-bottom: 30px!important;
}
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 1.7;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}
header {
  border-top: #0F6BB3 10px solid;
}
header .contener {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  header .contener {
    width: 100%;
  }
}
header .contener .sns_box {
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 550px) {
  header .contener .sns_box {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 30px;
  }
}
header .contener .sns_box span {
  display: inline-block;
}
header .contener .sns_box span.fb-like {
  position: relative;
  top: -3px;
}
header .contener .pagetitle_box {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 550px) {
  header .contener .pagetitle_box {
    top: -30px;
  }
}
header .contener .pagetitle_box h1 {
  color: #0F6BB3;
  font-size: 12px;
  text-align: right;
  padding: 10px 0;
  line-height: 1;
}
header .contener h2 {
  padding-top: 64px;
  margin-left: 2px;
}
@media screen and (max-width: 1000px) {
  header .contener h2 {
    padding-top: 9.5%;
    padding-left: 2.5%;
  }
}
@media screen and (max-width: 550px) {
  header .contener h2 {
    padding-top: 5.5%;
  }
}
@media screen and (max-width: 1000px) {
  header .contener h2 img {
    width: 80%;
    height: auto;
  }
}
header .contener .visual {
  background-image: url(../img/main_mask.png), url(../img/main_rav4.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom,center top;
  background-size: 1000px auto, 1000px auto;
  position: relative;
  height: 823px;
}
@media screen and (max-width: 1000px) {
  header .contener .visual {
    background-size: 100% auto, 100% auto;
    background-position: center bottom,center top 6vw;
    height: 69vw;
  }
}
header .contener .visual .main_date {
  position: absolute;
  left: 42.2%;
  top: 0.8%;
}
@media screen and (max-width: 1000px) {
  header .contener .visual .main_date img {
    width: 78%;
    height: auto;
  }
}
header .contener .visual .main_catch {
  position: absolute;
  left: 4.7%;
  top: 3%;
}
@media screen and (max-width: 1000px) {
  header .contener .visual .main_catch {
    width: 27%;
  }
}
@media screen and (max-width: 1000px) {
  header .contener .visual .main_catch img {
    width: 100%;
    height: auto;
  }
}
header .contener .visual .main_isao {
  position: absolute;
  left: 83.9%;
  top: -10%;
}
@media screen and (max-width: 1000px) {
  header .contener .visual .main_isao {
    left: 84.9%;
    top: -8%;
  }
}
@media screen and (max-width: 1000px) {
  header .contener .visual .main_isao img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  header .contener .visual_r2 h2 {
    padding-left: 0;
    margin-left: 0;
  }
}
header .contener .visual_r2 img {
  width: 100%;
  height: auto;
}
header .contener .date_info {
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 1000px) {
  header .contener .date_info {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
header .contener .date_info img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  header .contener .date_info img {
    margin-bottom: 1vw;
  }
}
footer {
  background-color: #0F6BB3;
  padding-top: 21px;
  padding-bottom: 41px;
}
@media screen and (max-width: 1000px) {
  footer {
    padding-top: 6%;
  }
}
footer .contener {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1000px) {
  footer .contener {
    width: 100%;
  }
}
footer .contener .center {
  text-align: center;
}
@media screen and (max-width: 500px) {
  footer .contener .logo {
    width: 166px;
    height: auto;
  }
}
footer .contener .btn {
  display: inline-block;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  border-radius: 15px;
  padding: 1.3rem 1.2rem;
  text-decoration: none;
  font-size: 1rem;
  margin-top: 13px;
  margin-bottom: 23px;
}
footer .contener .btn:hover {
  background: #FFF;
  color: #0F6BB3;
  text-decoration: none;
}
footer .contener .copyright {
  color: #FFF;
  font-size: 0.75rem;
}
@media screen and (max-width: 1000px) {
  footer .contener .copyright {
    line-height: 1.4;
  }
}
aside {
  margin: 0 auto;
  margin-top: 0px;
  width: 1000px;
  padding-top: 55px;
  padding-bottom: 24px;
  margin-top: 4rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1000px) {
  aside {
    margin-top: 5%;
    margin-bottom: 10%;
    width: 100%;
    padding-top: 8px;
  }
}
.nobr {
  white-space: nowrap;
}
article {
  margin: 0 auto;
  width: 1000px;
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  article {
    width: 100%;
    margin-top: 6vw;
  }
  article .pd0-sp {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
.mt-51 {
  margin-top: -51px;
  margin-left: -3px;
}
@media screen and (max-width: 1000px) {
  .mt-51 {
    margin-top: 0;
    margin-left: 0;
  }
}
.mt030p {
  margin-top: 3%;
}
.mt013p {
  margin-top: 1.3%;
}
.mt043p {
  margin-top: 4.3%;
}
.mt007p {
  margin-top: 0.7%;
}
.ml-15 {
  margin-left: -15px;
  margin-top: 2px;
}
.mb13 {
  margin-bottom: 5px;
  margin-left: 12px;
  margin-top: 1px;
}
@media screen and (max-width: 1000px) {
  .sp_btm {
    margin-bottom: 3vw;
  }
}
.lh17 {
  line-height: 1.7;
}
h2.hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.adventure h3 {
  text-align: center;
}
.adventure .copy {
  color: #0073bd;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  padding-top: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .adventure .copy {
    font-size: 11px;
    font-size: 4vw;
  }
}
.adventure_img_l {
  margin: 25px 0 10px 10px;
}
@media screen and (max-width: 1000px) {
  .adventure_img_l {
    margin: 25px 0 10px 0;
  }
}
.adventure_img_l img {
  vertical-align: top;
}
.adventure_img_r {
  margin: 25px 8px 10px 0;
}
@media screen and (max-width: 1000px) {
  .adventure_img_r {
    margin: 25px 0 10px 0;
  }
}
.adventure_img_r img {
  vertical-align: top;
}
.adventure .note_right {
  text-align: right;
}
.g_z_package h3 {
  text-align: center;
  padding-top: 4rem !important;
}
.g_z_package .copy {
  color: #af1e24;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  padding-top: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .g_z_package .copy {
    font-size: 11px;
    font-size: 4vw;
  }
}
.g_z_package_img_l {
  margin: 25px 0 10px 10px;
}
@media screen and (max-width: 1000px) {
  .g_z_package_img_l {
    margin: 25px 0 10px 0;
  }
}
.g_z_package_img_l img {
  vertical-align: top;
}
.g_z_package_img_r {
  margin: 25px 8px 10px 0;
}
@media screen and (max-width: 1000px) {
  .g_z_package_img_r {
    margin: 25px 0 10px 0;
  }
}
.g_z_package_img_r img {
  vertical-align: top;
}
.hybrid h3 {
  text-align: center;
  padding-top: 4rem !important;
}
.hybrid .copy {
  color: #162347;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  padding-top: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .hybrid .copy {
    font-size: 11px;
    font-size: 4vw;
  }
}
.hybrid_img_l {
  margin: 25px 0 10px 10px;
}
@media screen and (max-width: 1000px) {
  .hybrid_img_l {
    margin: 25px 0 10px 0;
  }
}
.hybrid_img_l img {
  vertical-align: top;
}
.hybrid_img_r {
  margin: 25px 8px 10px 0;
}
@media screen and (max-width: 1000px) {
  .hybrid_img_r {
    margin: 25px 0 10px 0;
  }
}
.hybrid_img_r img {
  vertical-align: top;
}
.inner {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.inner_full {
  margin-left: 0;
  margin-right: 0;
}
.inner_full img {
  width: 100%;
  height: auto;
}
.inner.rside {
  margin-left: 1rem;
  margin-right: 2rem;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .inner.rside {
    margin-left: 0;
    margin-right: 0;
  }
}
.inner.rside a {
  display: block !important;
}
.inner.rside a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.inner.lside {
  margin-left: 2rem;
  margin-right: 1rem;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .inner.lside {
    margin-left: 0;
    margin-right: 0;
  }
}
.inner.lside a {
  display: block !important;
}
.inner.lside a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.inner .note_right {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .inner .note_right {
    font-size: 11px;
    font-size: 3vw;
  }
}
.inner img {
  width: 100%;
  height: auto;
}
.inner h3 {
  margin-top: 4rem;
}
@media screen and (max-width: 1000px) {
  .inner h3 {
    margin-top: 4vw;
  }
}
.inner h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.inner h4.connected {
  color: #c7000b;
}
.vtop_spc {
  margin-top: 25px;
}
.link_wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .link_wrap {
    margin-top: 0;
    margin-bottom: 0;
    width: 79vw;
    margin: 0 auto;
  }
}
.link_wrap.mt0 {
  margin-top: 0;
}
.link_wrap.mb0 {
  margin-bottom: 0;
}
h2 {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
h2.utility {
  cursor: pointer;
  position: relative;
}
h2.utility:after {
  position: absolute;
  content: '';
  right: 5px;
  top: 22%;
  padding: 26px;
  background-image: url(../img/utility/icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1000px) {
  h2.utility:after {
    top: 1vw;
    right: 0;
    background-size: 6vw;
  }
}
h2.utility:hover {
  background-color: rgba(18, 130, 46, 0.1);
}
@media screen and (max-width: 1000px) {
  h2.utility {
    background-color: rgba(18, 130, 46, 0.1);
  }
}
h2.performance {
  cursor: pointer;
  position: relative;
}
h2.performance:after {
  position: absolute;
  content: '';
  right: 5px;
  top: 22%;
  padding: 26px;
  background-image: url(../img/performance/icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1000px) {
  h2.performance:after {
    top: 1vw;
    right: 0;
    background-size: 6vw;
  }
}
h2.performance:hover {
  background-color: rgba(68, 97, 93, 0.2);
}
@media screen and (max-width: 1000px) {
  h2.performance {
    background-color: rgba(68, 97, 93, 0.2);
  }
}
h2.connected {
  cursor: pointer;
  position: relative;
}
h2.connected:after {
  position: absolute;
  content: '';
  right: 5px;
  top: 22%;
  padding: 26px;
  background-image: url(../img/connected/icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1000px) {
  h2.connected:after {
    top: 1vw;
    right: 0;
    background-size: 6vw;
  }
}
h2.connected:hover {
  background-color: rgba(199, 0, 11, 0.1);
}
@media screen and (max-width: 1000px) {
  h2.connected {
    background-color: rgba(199, 0, 11, 0.1);
  }
}
h2.safety {
  cursor: pointer;
  position: relative;
}
h2.safety:after {
  position: absolute;
  content: '';
  right: 5px;
  top: 22%;
  padding: 26px;
  background-image: url(../img/safety/icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1000px) {
  h2.safety:after {
    top: 1vw;
    right: 0;
    background-size: 6vw;
  }
}
h2.safety:hover {
  background-color: rgba(0, 122, 177, 0.1);
}
@media screen and (max-width: 1000px) {
  h2.safety {
    background-color: rgba(0, 122, 177, 0.1);
  }
}
h2.rot:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.wrap_utility {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .wrap_utility {
    margin-left: 0;
    margin-right: 0;
  }
}
.wrap_utility img {
  width: 100%;
  height: auto;
}
.wrap_utility p {
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  .wrap_utility p {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.wrap_utility h3:hover {
  background-color: rgba(18, 130, 46, 0.2);
}
.wrap_utility h4 {
  color: #51822e;
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .wrap_utility h4 {
    font-size: 16px;
    font-size: 4vw;
  }
}
.wrap_utility.type1 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .wrap_utility.type1 {
    display: block;
  }
}
.wrap_utility.type1 .c1 {
  width: 40%;
  padding-top: 0;
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  .wrap_utility.type1 .c1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap_utility.type1 .c2 {
  padding-top: 0;
  padding-left: 20px;
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .wrap_utility.type1 .c2 {
    padding-top: 2vw;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap_utility.type1 .c3 {
  width: 51%;
  padding-top: 0;
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  .wrap_utility.type1 .c3 {
    padding-top: 2vw;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap_utility.type1 .c4 {
  padding-top: 0;
  padding-right: 20px;
  padding-left: 20px;
  width: 34%;
}
@media screen and (max-width: 1000px) {
  .wrap_utility.type1 .c4 {
    padding-top: 2vw;
    width: 66.5%;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: text-top;
  }
}
.wrap_utility.type1 .c5 {
  padding-top: 0;
  padding-left: 20px;
  width: 16%;
}
@media screen and (max-width: 1000px) {
  .wrap_utility.type1 .c5 {
    padding-top: 2vw;
    width: 31%;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: text-top;
  }
}
.wrap_utility.type1 .c6 {
  width: 50%;
  padding-top: 0;
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  .wrap_utility.type1 .c6 {
    padding-top: 2vw;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap_utility.type1 .c7 {
  padding-top: 0;
  padding-left: 20px;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .wrap_utility.type1 .c7 {
    padding-top: 2vw;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap_performance {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .wrap_performance {
    margin-left: 0;
    margin-right: 0;
  }
}
.wrap_performance img {
  width: 100%;
  height: auto;
}
.wrap_performance p {
  text-align: justify;
}
.wrap_performance p.h4 {
  color: #44615d;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .wrap_performance p.h4 {
    font-size: 16px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 1000px) {
  .wrap_performance p {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.wrap_performance h4 {
  color: #44615d;
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .wrap_performance h4 {
    font-size: 16px;
    font-size: 4vw;
  }
}
.wrap_performance.type1 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .wrap_performance.type1 {
    display: block;
  }
}
.wrap_performance.type1 .c1 {
  width: 100%;
  padding-top: 20px;
  padding-left: 5rem;
}
@media screen and (max-width: 1000px) {
  .wrap_performance.type1 .c1 {
    padding-top: 2vw;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap_performance.type1 .c2 {
  width: 50%;
  margin-top: 20px;
  padding-right: 20px;
  -webkit-box-shadow: -1px 0px 0px 0 #333 inset;
  box-shadow: -1px 0px 0px 0 #333 inset;
}
@media screen and (max-width: 1000px) {
  .wrap_performance.type1 .c2 {
    padding-top: 0;
    width: 85%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
  }
}
.wrap_performance.type1 .c3 {
  margin-top: 20px;
  padding-left: 20px;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .wrap_performance.type1 .c3 {
    padding-top: 0;
    width: 85%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
.wrap_connected {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .wrap_connected {
    margin-left: 0;
    margin-right: 0;
  }
}
.wrap_connected img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.wrap_connected img.mt20 {
  margin-top: 20px;
}
.wrap_connected p {
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  .wrap_connected p {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.wrap_connected p.strong {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .wrap_connected p.strong {
    font-size: 3.5vw;
  }
}
.wrap_connected p.caption {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .wrap_connected p.caption {
    font-size: 3.5vw;
  }
}
.wrap_connected h4 {
  color: #c7000b;
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .wrap_connected h4 {
    font-size: 16px;
    font-size: 4vw;
  }
}
.wrap_connected.type1 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
}
.wrap_connected.type1 .c1 {
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  .wrap_connected.type1 .c1 {
    padding-left: 1%;
    padding-right: 1%;
  }
}
.wrap_connected.type1 .c2 {
  width: 31%;
  margin-top: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 1000px) {
  .wrap_connected.type1 .c2 {
    padding-left: 1%;
    padding-right: 1%;
    width: 33%;
  }
}
.wrap_connected.type1 .c3 {
  margin-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  width: 33%;
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
  .wrap_connected.type1 .c3 {
    padding-left: 1%;
    padding-right: 1%;
    width: 33%;
  }
}
.wrap_connected.type1 .c4 {
  margin-top: 2%;
  padding-left: 2%;
  width: 31%;
}
@media screen and (max-width: 1000px) {
  .wrap_connected.type1 .c4 {
    padding-left: 1%;
    padding-right: 1%;
    width: 33%;
  }
}
.wrap_safety {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .wrap_safety {
    margin-left: 0;
    margin-right: 0;
  }
}
.wrap_safety img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.wrap_safety img.mt20 {
  margin-top: 20px;
}
.wrap_safety p {
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  .wrap_safety p {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.wrap_safety p.strong {
  font-size: 1.2rem;
  font-weight: bold;
}
.wrap_safety p.caption {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.wrap_safety p.mt3rem {
  margin-top: 3rem;
}
.wrap_safety h4 {
  color: #007ab1;
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .wrap_safety h4 {
    font-size: 16px;
    font-size: 4vw;
  }
}
.wrap_safety.type1 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .wrap_safety.type1 {
    display: block;
  }
}
.wrap_safety.type1 .c1 {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5px;
}
@media screen and (max-width: 1000px) {
  .wrap_safety.type1 .c1 {
    width: 100%;
    padding-right: 0;
  }
}
.wrap_safety.type1 .c2 {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
}
@media screen and (max-width: 1000px) {
  .wrap_safety.type1 .c2 {
    width: 100%;
    padding-left: 0;
  }
}
p.note {
  margin-top: 1rem;
  font-size: 0.85rem;
}
@media screen and (max-width: 1000px) {
  p.note {
    font-size: 11px;
    font-size: 3vw;
  }
}
ul.sup {
  margin-top: 1rem;
}
ul.sup li {
  font-size: 0.85rem;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 1000px) {
  ul.sup li {
    font-size: 11px;
    font-size: 3vw;
  }
}
.col1 .float_img,
.col2 .float_img {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .col1 .float_img,
  .col2 .float_img {
    text-align: center;
  }
}
.col1 .float_img .float_01,
.col2 .float_img .float_01 {
  position: absolute;
  top: 6%;
  left: 52%;
}
@media screen and (max-width: 1000px) {
  .col1 .float_img .float_01,
  .col2 .float_img .float_01 {
    top: 17%;
    left: 10%;
    width: 81%;
  }
}
@media screen and (max-width: 1000px) {
  .col1 .float_img img,
  .col2 .float_img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.col1 > div h2,
.col2 > div h2,
.col1 section h2,
.col2 section h2 {
  color: #0F6BB3;
  font-size: 1.5rem;
}
.col1 > div h3,
.col2 > div h3,
.col1 section h3,
.col2 section h3 {
  color: #0F6BB3;
  font-size: 1.2rem;
  line-height: 1.4;
}
.col1 > div p,
.col2 > div p,
.col1 section p,
.col2 section p {
  color: #333;
  padding: 9px 11px;
}
.col1 > div p.kome,
.col2 > div p.kome,
.col1 section p.kome,
.col2 section p.kome {
  padding: 13px 23px 13px 36px;
  font-size: 0.95rem;
  line-height: 1.2;
}
.col1 > div p.kome:before,
.col2 > div p.kome:before,
.col1 section p.kome:before,
.col2 section p.kome:before {
  content: "※";
  margin-left: -0.8rem;
}
.col1 > div ul.kome,
.col2 > div ul.kome,
.col1 section ul.kome,
.col2 section ul.kome {
  margin-top: 13px;
}
.col1 > div ul.kome li,
.col2 > div ul.kome li,
.col1 section ul.kome li,
.col2 section ul.kome li {
  padding: 0px 23px 0px 23px;
  font-size: 0.93rem;
  line-height: 1.3;
}
.col1 > div ul.kome li:before,
.col2 > div ul.kome li:before,
.col1 section ul.kome li:before,
.col2 section ul.kome li:before {
  content: "※";
  margin-left: -0.8rem;
}
.col1 > div hr,
.col2 > div hr,
.col1 section hr,
.col2 section hr {
  height: 2px;
  border: none;
  background-color: #0F6BB3;
  margin: 14px 11px 0;
}
.col1 > div.center,
.col2 > div.center,
.col1 section.center,
.col2 section.center {
  text-align: center;
}
.col1 > div .btn,
.col2 > div .btn,
.col1 section .btn,
.col2 section .btn {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .col1 > div .btn,
  .col2 > div .btn,
  .col1 section .btn,
  .col2 section .btn {
    display: block;
  }
}
.col1 > div .bnr,
.col2 > div .bnr,
.col1 section .bnr,
.col2 section .bnr {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .col1 > div img,
  .col2 > div img,
  .col1 section img,
  .col2 section img {
    width: 100%;
    height: auto;
  }
  .col1 > div img.max100,
  .col2 > div img.max100,
  .col1 section img.max100,
  .col2 section img.max100 {
    max-width: 414px;
    width: inherit;
  }
}
.col1.top_margin,
.col2.top_margin {
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .col1.top_margin,
  .col2.top_margin {
    margin-top: 3vw;
  }
}
.col1.top_margin div h2,
.col2.top_margin div h2 {
  padding-top: 1rem;
}
.col2 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .col2 {
    display: block;
  }
}
.col2 section {
  width: 48.5%;
}
@media screen and (max-width: 1000px) {
  .col2 section {
    width: 100%;
  }
}
.col2_r {
  -webkit-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
.pagetop a {
  position: relative;
  text-decoration: none;
  color: #0F6BB3;
  width: 113px;
  height: 113px;
  background-color: #ffe100;
  padding: 0;
  text-align: center;
  display: block;
  border-radius: 50%;
}
.pagetop a img.totop1 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 12px;
}
.pagetop a img.totop2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: -19px;
}
.pagetop a:hover img.totop1 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 5px;
}
.pagetop a:hover img.totop2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: -5px;
}
.font-big {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
}
#list1 {
  position: relative;
  cursor: pointer;
}
#list1:after {
  position: absolute;
  background-image: url(../img/icon_arrow.svg);
  content: " ";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  right: 1rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#list1.rot:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.pulldown_list1 {
  display: none;
}
.box_movie iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1000px) {
  .box_movie iframe {
    height: 45vw;
  }
}
