/*mixin*/
body {
  background-color: #FFFFFF;
  background-image: url("../images/common/bg_img.jpg");
  background-repeat: repeat;
}
@media only screen and (min-width: 769px) {
  body {
    overflow: hidden;
    min-width: 900px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    overflow: auto;
    min-width: 90%;
  }
}

.col_white {
  color: #FFFFFF;
}

@media only screen and (min-width: 769px) {
  .sml {
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .sml {
    margin-bottom: 5px !important;
  }
}

@media only screen and (min-width: 769px) {
  .mid {
    margin-bottom: 27px !important;
  }
}
@media only screen and (max-width: 768px) {
  .mid {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 769px) {
  .und {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 768px) {
  .und {
    margin-bottom: 45px !important;
  }
}

@media only screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .phone {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .phone {
    display: block;
  }
}

#cont_area {
  background-image: url("../images/common/sec_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  height: auto;
}
@media only screen and (min-width: 769px) {
  #cont_area {
    max-width: 1301px;
    min-width: 1050px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #cont_area {
    width: 100%;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 769px) {
  #sm_hd {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #sm_hd {
    display: block;
    background-color: #FFFFFF;
    width: 98%;
    height: auto;
    padding: 0px 1%;
    border-top: 2px #cb2551 solid;
    margin-bottom: 10px;
  }
  #sm_hd #sm_logo01 {
    float: left;
    width: auto;
    height: 35px;
    font-size: 0px;
    line-height: 0px;
  }
  #sm_hd #sm_logo01 img {
    width: auto;
    height: 100%;
  }
  #sm_hd #sm_logo02 {
    float: left;
    width: auto;
    height: 35px;
    font-size: 0px;
    line-height: 0px;
  }
  #sm_hd #sm_logo02 img {
    width: auto;
    height: 100%;
  }
  #sm_hd #nav-open {
    float: right;
    width: auto;
    height: 35px;
    font-size: 0px;
    line-height: 0px;
  }
  #sm_hd #nav-open img {
    width: auto;
    height: 100%;
  }
}

#main {
  width: 100%;
  height: auto;
  background-image: url(../images/common/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#main header#hd {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  #main header#hd {
    /*position: fixed;*/
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    z-index: 9999;
    height: auto;
    padding: 30px 0px;
    border-top: 5px #cb2551 solid;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd {
    height: auto;
    padding: 10px 0px 0px 0px;
    position: absolute;
    top: -380px;
    z-index: 100;
    transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    text-align: center;
    background: #FFFFFF;
  }
  #main header#hd:target {
    top: 0px;
  }
}
#main header#hd .header_in {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in {
    border-bottom: none;
  }
}
#main header#hd .header_in .hd_left {
  height: auto;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_left {
    position: relative;
    float: left;
    width: 30%;
    margin: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd .header_in .hd_left {
    float: none;
    width: 95%;
    margin: 0px auto;
  }
}
#main header#hd .header_in .hd_left #hd_logo01 {
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_left #hd_logo01 {
    z-index: 10;
    position: absolute;
    top: -30px;
    left: 0px;
    float: left;
    width: 84px !important;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd .header_in .hd_left #hd_logo01 {
    display: none;
  }
}
#main header#hd .header_in .hd_left #hd_logo01 img {
  width: 100%;
  height: auto;
}
#main header#hd .header_in .hd_left #hd_logo02 {
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_left #hd_logo02 {
    float: left;
    width: 238px;
    height: auto;
    margin-left: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd .header_in .hd_left #hd_logo02 {
    display: none;
  }
}
#main header#hd .header_in .hd_left #hd_logo02 img {
  width: 100%;
  height: auto;
}
#main header#hd .header_in .hd_left ul li {
  display: block;
}
#main header#hd .header_in .hd_left ul li:first-child {
  border-right: 0px solid #FFFFFF;
}
#main header#hd .header_in .hd_left ul li a {
  text-align: center;
  display: block;
  color: #FFFFFF;
  background-color: #13b5b1;
  text-decoration: none !important;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_left ul li a {
    float: left !important;
    width: 185px;
    height: 39px;
    font-size: 15px;
    line-height: 39px;
    border-left: 2px solid #FFFFFF;
  }
  #main header#hd .header_in .hd_left ul li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd .header_in .hd_left ul li a {
    float: none !important;
    width: 100%;
    height: 25px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 25px;
    border-bottom: 0px solid #FFFFFF;
  }
}
#main header#hd .header_in .hd_right {
  height: auto;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_right {
    float: right;
    width: 55%;
    margin: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd .header_in .hd_right {
    float: none;
    width: 95%;
    margin: 0px auto;
  }
}
#main header#hd .header_in .hd_right ol li a.btn00 {
  display: block;
  color: #f39700;
  /*color: #1D7FDB;*/
  background: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border: 1px #f39700 solid !important;
  /*border:1px #1D7FDB solid!important;*/
  text-align: center;
  text-decoration: none !important;
  opacity: 0.9;
}
#main header#hd .header_in .hd_right ol li a.btn00:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  margin: -3px 5px 0 0;
  background: url("../images/common/icon01.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_right ol li a.btn00 {
    line-height: 40px;
    float: left;
    width: 32%;
    padding: 0px 0%;
    margin: 0px 1% 0px 0px;
  }
  #main header#hd .header_in .hd_right ol li a.btn00:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd .header_in .hd_right ol li a.btn00 {
    line-height: 35px;
    float: none;
    width: 90%;
    padding: 5px 5%;
    margin: 0px 0px 10px 0px;
  }
}
#main header#hd .header_in .hd_right ol li a.btn00_a {
  display: block;
  color: #EB4CBD;
  background: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border: 1px #EB4CBD solid !important;
  text-align: center;
  text-decoration: none !important;
  opacity: 0.9;
}
#main header#hd .header_in .hd_right ol li a.btn00_a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  margin: -3px 5px 0 0;
  background: url("../images/common/icon02.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_right ol li a.btn00_a {
    line-height: 40px;
    float: left;
    width: 32%;
    padding: 0px 0%;
    margin: 0px 1% 0px 0px;
  }
  #main header#hd .header_in .hd_right ol li a.btn00_a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd .header_in .hd_right ol li a.btn00_a {
    line-height: 35px;
    float: none;
    width: 90%;
    padding: 5px 5%;
    margin: 0px 0px 10px 0px;
  }
}
#main header#hd .header_in .hd_right ol li a.btn00_b {
  display: block;
  color: #43E181;
  background: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border: 1px #43E181 solid !important;
  text-align: center;
  text-decoration: none !important;
  opacity: 0.9;
}
#main header#hd .header_in .hd_right ol li a.btn00_b:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  margin: -3px 5px 0 0;
  background: url("../images/common/icon03.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_right ol li a.btn00_b {
    line-height: 40px;
    float: left;
    width: 32%;
    padding: 0px 0%;
    margin: 0px 1% 0px 0px;
  }
  #main header#hd .header_in .hd_right ol li a.btn00_b:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd .header_in .hd_right ol li a.btn00_b {
    line-height: 35px;
    float: none;
    width: 90%;
    padding: 5px 5%;
    margin: 0px 0px 10px 0px;
  }
}
#main header#hd .header_in .hd_right ol li a.btn_ic {
  float: left !important;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_right ol li a.btn_ic {
    /*width: 36px;*/
    height: 36px;
    font-size: 0px;
    line-height: 0px;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic:hover {
    opacity: 0.8;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic.pc_spri01 {
    margin-left: 0px !important;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic.pc_spri02 {
    margin-left: 1% !important;
    margin-right: 2% !important;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd .header_in .hd_right ol li a.btn_ic {
    width: 8%;
    height: auto;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 25px;
    font-size: 0px;
    line-height: 0px;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic.pc_spri01 {
    margin-left: 40%;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic.pc_spri02 {
    margin-left: 2%;
    margin-right: 38%;
  }
  #main header#hd .header_in .hd_right ol li a.btn_ic img {
    width: 100%;
    height: auto;
  }
}
#main header#hd .header_in .hd_right ol li a.btn01 {
  text-align: center;
  display: block;
  color: #FFFFFF;
  background-color: #cb2551;
  text-decoration: none !important;
  font-weight: 600;
  float: left !important;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_right ol li a.btn01 {
    /*width: 170px;*/
    width: 30%;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    margin-right: 2%;
  }
  #main header#hd .header_in .hd_right ol li a.btn01:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd .header_in .hd_right ol li a.btn01 {
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 30px;
    border-bottom: 0px solid #FFFFFF;
  }
}
#main header#hd .header_in .hd_right_sub {
  height: auto;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_right_sub {
    float: right;
    width: 70%;
    margin: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd .header_in .hd_right_sub {
    float: none;
    width: 95%;
    margin: 0px auto;
  }
}
#main header#hd .header_in .hd_right_sub ol li a.btn02 {
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
}
@media only screen and (min-width: 769px) {
  #main header#hd .header_in .hd_right_sub ol li a.btn02 {
    float: left;
    width: 20%;
    height: 62px;
    padding: 0px 0px 0px 0%;
    overflow: hidden;
    display: block;
    color: #000000 !important;
    background: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    line-height: 62px;
    text-align: center;
    text-decoration: none !important;
  }
  #main header#hd .header_in .hd_right_sub ol li a.btn02:hover {
    opacity: 0.8;
    color: #B30B35 !important;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd .header_in .hd_right_sub ol li a.btn02 {
    float: none;
    width: 100%;
    padding: 0px 0px 0px 0%;
    display: block;
    color: #000000 !important;
    background: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    line-height: 28px;
    border-top: 1px #9F9F9F solid;
  }
}
@media only screen and (min-width: 769px) {
  #main header#hd #nav-close a {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #main header#hd #nav-close a {
    width: 100%;
    height: auto;
    display: block;
    padding: 8px 0;
    border-bottom: #B4B0B0 1px solid;
    color: #FFFFFF;
    background: #4F4D4D;
    text-decoration: none;
    margin-top: 0px;
  }
}
#main .main_img {
  margin: 0px auto;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 769px) {
  #main .main_img {
    /*width: 1000px;*/
    max-width: 1250px;
    min-width: 1050px;
  }
}
@media only screen and (max-width: 768px) {
  #main .main_img {
    width: 98%;
  }
}
#main .main_img img {
  width: 100%;
  height: auto;
}

#contents > div {
  min-width: 960px;
  background: no-repeat 50% 0 fixed;
  margin: 0 auto;
  position: relative;
}

h2 {
  display: block;
  text-align: center;
  height: auto;
  font-weight: 500;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: 40px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 80px;
  }
}
h2.ti01 {
  color: #FFFFFF;
  background: #f39700;
  /*background: #1D7FDB;*/
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
}
h2.ti01:before {
  content: "";
  display: inline-block;
  background: url("../images/common/icon_ti01.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  h2.ti01:before {
    width: 45px;
    height: 42px;
    margin: -8px 5px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  h2.ti01:before {
    width: 25px;
    height: 23px;
    margin: -6px 5px 0 0;
  }
}
h2.ti02 {
  color: #FFFFFF;
  background: #EB4CBD;
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
}
h2.ti02:before {
  content: "";
  display: inline-block;
  background: url("../images/common/icon_ti02.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  h2.ti02:before {
    width: 45px;
    height: 42px;
    margin: -8px 5px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  h2.ti02:before {
    width: 25px;
    height: 23px;
    margin: -6px 5px 0 0;
  }
}
h2.ti03 {
  color: #FFFFFF;
  background: #43E181;
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
}
h2.ti03:before {
  content: "";
  display: inline-block;
  background: url("../images/common/icon_ti03.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  h2.ti03:before {
    width: 45px;
    height: 42px;
    margin: -8px 5px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  h2.ti03:before {
    width: 25px;
    height: 23px;
    margin: -6px 5px 0 0;
  }
}
h2.ti04 {
  color: #FFFFFF;
  /*background: #e4c850;*/
  background: #e60012;
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
}
h2.ti04:before {
  content: "";
  display: inline-block;
  background: url("../images/common/icon_ti04.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  h2.ti04:before {
    width: 45px;
    height: 42px;
    margin: -8px 5px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  h2.ti04:before {
    width: 25px;
    height: 23px;
    margin: -6px 5px 0 0;
  }
}
h2.ti05 {
  color: #FFFFFF;
  /*background: #66A6EB;*/
  background: #a40b5d;
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
}
h2.ti05:before {
  content: "";
  display: inline-block;
  background: url("../images/common/icon_ti03.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  h2.ti05:before {
    width: 45px;
    height: 42px;
    margin: -8px 5px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  h2.ti05:before {
    width: 25px;
    height: 23px;
    margin: -6px 5px 0 0;
  }
}

.cont_img {
  margin: 0px auto;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 769px) {
  .cont_img {
    /*width: 1000px;*/
    max-width: 1150px;
    min-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .cont_img {
    width: 98%;
  }
}
.cont_img img {
  width: 100%;
  height: auto;
}

.cont_img_sub {
  margin: 0px auto;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 769px) {
  .cont_img_sub {
    /*width: 950px;*/
    max-width: 1150px;
    min-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .cont_img_sub {
    width: 98%;
  }
}
.cont_img_sub img {
  width: 100%;
  height: auto;
}

.contents {
  height: auto;
  width: 100%;
}
.contents h2 {
  text-align: center;
  height: auto;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .contents h2 {
    font-size: 49px;
    line-height: 49px;
  }
}
@media only screen and (max-width: 768px) {
  .contents h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.contents p.com_ct {
  text-align: center;
  height: auto;
  font-weight: 200;
}
@media only screen and (min-width: 769px) {
  .contents p.com_ct {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contents p.com_ct {
    width: 96%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents p.com_ct01 {
  text-align: center;
  height: auto;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .contents p.com_ct01 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contents p.com_ct01 {
    width: 96%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 26px;
  }
}
.contents p.com_ct02 {
  text-align: left;
  height: auto;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .contents p.com_ct02 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contents p.com_ct02 {
    width: 96%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 26px;
  }
}
.contents p.com_ct_sub {
  text-align: center;
  height: auto;
  font-weight: 100;
}
@media only screen and (min-width: 769px) {
  .contents p.com_ct_sub {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .contents p.com_ct_sub {
    width: 96%;
    margin: 0 auto;
    font-size: 11px;
    line-height: 22px;
  }
}
.contents .box_in {
  background-color: #FFFFFF;
  margin: 0px auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .contents .box_in.bo_blue {
    border: 2px solid #1D7FDB;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in.bo_blue {
    border: 2px solid #1D7FDB;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in.bo_purple {
    border: 2px solid #920783;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in.bo_purple {
    border: 2px solid #920783;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in.bo_orenge {
    border: 2px solid #f39700;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in.bo_orenge {
    border: 2px solid #f39700;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in.bo_red {
    border: 2px solid #EB4CBD;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in.bo_red {
    border: 2px solid #EB4CBD;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in.bo_green {
    border: 2px solid #43E181;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in.bo_green {
    border: 2px solid #43E181;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in.bo_gold {
    border: 2px solid #e4c850;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in.bo_gold {
    border: 2px solid #e4c850;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in.bo_green01 {
    border: 2px solid #22ac38;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in.bo_green01 {
    border: 2px solid #22ac38;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in.bo_blue {
    border: 2px solid #66A6EB;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in.bo_blue {
    border: 2px solid #66A6EB;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in {
    padding: 25px 50px;
    width: 900px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in {
    padding: 20px 1%;
    width: 96%;
    height: auto;
  }
}
.contents .box_in .img_ct98 {
  width: 98%;
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
.contents .box_in .img_ct98 img {
  width: 100%;
  height: auto;
}
.contents .box_in .img_ct60 {
  width: 60%;
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
.contents .box_in .img_ct60 img {
  width: 100%;
  height: auto;
}
.contents .box_in .img_ct70 {
  width: 70%;
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
.contents .box_in .img_ct70 img {
  width: 100%;
  height: auto;
}
.contents .box_in .img_ct100 {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  font-size: 0px;
  line-height: 0px;
}
.contents .box_in .img_ct100 img {
  width: 100%;
  height: auto;
}
.contents .box_in h3 {
  display: block;
  text-align: center;
  height: auto;
  font-weight: 600;
  background-color: #f39700;
  /*background-color: #1D7FDB;*/
  color: #FFFFFF;
  border-radius: 10px;
}
@media only screen and (min-width: 769px) {
  .contents .box_in h3 {
    /*width: 250px;*/
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in h3 {
    width: 98%;
    font-size: 16px;
    line-height: 32px;
    margin: 0px auto 16px auto;
  }
}
.contents .box_in h4 {
  display: block;
  text-align: center;
  height: auto;
  font-weight: 500;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: #F356AE 1px solid;
}
@media only screen and (min-width: 769px) {
  .contents .box_in h4 {
    width: 98%;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in h4 {
    width: 98%;
    font-size: 14px;
    line-height: 24px;
    margin: 0px auto 16px auto;
  }
}
.contents .box_in h4.sho01 {
  display: block;
  text-align: center;
  height: auto;
  font-weight: 500;
  background-color: #CB1518;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) {
  .contents .box_in h4.sho01 {
    width: 75%;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in h4.sho01 {
    width: 98%;
    font-size: 14px;
    line-height: 30px;
    margin: 0px auto 16px auto;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in h4.sho01 span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in h4.sho01 span {
    font-size: 10px;
  }
}
.contents .box_in h4.sho02 {
  display: block;
  text-align: center;
  height: auto;
  font-weight: 500;
  background-color: #0B33CF;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) {
  .contents .box_in h4.sho02 {
    width: 75%;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in h4.sho02 {
    width: 98%;
    font-size: 14px;
    line-height: 24px;
    margin: 0px auto 16px auto;
  }
}
@media only screen and (min-width: 769px) {
  .contents .box_in h4.sho02 span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in h4.sho02 span {
    font-size: 10px;
  }
}
.contents .box_in .com_le {
  text-align: left;
  height: auto;
  font-weight: 600;
  margin: 0px auto;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .com_le {
    width: 90%;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .com_le {
    width: 96%;
    font-size: 20px;
    line-height: 26px;
  }
}
.contents .box_in .com_le01 {
  text-align: left;
  height: auto;
  font-weight: 200;
  margin: 0px auto;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .com_le01 {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .com_le01 {
    width: 96%;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents .box_in .img_wi70 {
  height: auto;
  margin: 0px auto;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .img_wi70 {
    width: 70%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .img_wi70 {
    width: 70%;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents .box_in .img_wi70 img {
  width: 100%;
  height: auto;
}
.contents .box_in .img_wi80 {
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .img_wi80 {
    width: 80%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .img_wi80 {
    width: 80%;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents .box_in .img_wi80 img {
  width: 100%;
  height: auto;
}
.contents .box_in .img_wi90 {
  height: auto;
  margin: 0px auto;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .img_wi90 {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .img_wi90 {
    width: 90%;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents .box_in .img_wi90 img {
  width: 100%;
  height: auto;
}
.contents .box_in .img_wi100 {
  height: auto;
  margin: 0px auto;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .img_wi100 {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .img_wi100 {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents .box_in .img_wi100 img {
  width: 100%;
  height: auto;
}
.contents .box_in .shohin_area {
  height: auto;
  margin: 0px auto;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .shohin_area {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .shohin_area {
    width: 85%;
  }
}
.contents .box_in .shohin_area .shohin_left {
  height: auto;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .shohin_area .shohin_left {
    float: left;
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .shohin_area .shohin_left {
    float: none;
    width: 100%;
    margin: 0px auto 20px auto;
  }
}
.contents .box_in .shohin_area .shohin_right {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .shohin_area .shohin_right {
    float: right;
    width: 43%;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .shohin_area .shohin_right {
    float: none;
    width: 98%;
    margin: 0px auto;
  }
}
.contents .box_in .shohin_area .shohin_right img {
  width: 100%;
  height: auto;
}
.contents .box_in .down_lo_area {
  height: auto;
  margin: 0px auto;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .down_lo_area {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .down_lo_area {
    width: 80%;
  }
}
.contents .box_in .down_lo_area .down_lo_left {
  height: auto;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .down_lo_area .down_lo_left {
    float: left;
    width: 520px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .down_lo_area .down_lo_left {
    float: none;
    width: 100%;
    margin: 0px auto 20px auto;
  }
}
.contents .box_in .down_lo_area .down_lo_right {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .down_lo_area .down_lo_right {
    float: right;
    width: 370px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .down_lo_area .down_lo_right {
    float: none;
    width: 98%;
    margin: 0px auto;
  }
}
.contents .box_in .down_lo_area .down_lo_right img {
  width: 100%;
  height: auto;
}
.contents .box_in .dl_btn a {
  display: block;
  color: #FFFFFF;
  background: #0A3D67;
  text-decoration: none;
  font-weight: bold;
  /*border:1px #EB4CBD solid!important;*/
  text-align: center;
  text-decoration: none !important;
  opacity: 0.9;
}
.contents .box_in .dl_btn a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  margin: -3px 5px 0 0;
  background: url("../images/common/icon_ti02.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .dl_btn a {
    font-size: 22px;
    line-height: 50px;
    width: 45%;
    padding: 0px 0%;
    margin: 0px auto 10px auto;
  }
  .contents .box_in .dl_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .dl_btn a {
    font-size: 15px;
    line-height: 35px;
    width: 80%;
    padding: 5px 5%;
    margin: 0px auto 10px auto;
  }
}
.contents .box_in ul {
  margin: 0px auto;
  height: auto;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) {
  .contents .box_in ul {
    width: 98%;
    padding: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in ul {
    width: 78%;
    padding: 1%;
  }
}
.contents .box_in ul.ul_bgo {
  background-color: #f39700;
}
.contents .box_in ul.sample_list li {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 769px) {
  .contents .box_in ul.sample_list li {
    float: left;
    width: 31%;
    margin: 0px 1%;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in ul.sample_list li {
    float: none;
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
}
.contents .box_in ul.sample_list li img {
  width: 100%;
  height: auto;
}
.contents .box_in ul li {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 769px) {
  .contents .box_in ul li {
    float: left;
    /*width: 190px;
    margin: 0px 5px;*/
    width: 48%;
    margin: 0px 1%;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in ul li {
    float: none;
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
}
.contents .box_in ul li img {
  width: 100%;
  height: auto;
}
.contents .box_in .slider01 li {
  padding: 0px;
  margin: 0px 1%;
  position: relative;
  height: auto;
  float: left;
}
@media only screen and (min-width: 769px) {
  .contents .box_in .slider01 li {
    width: 23%;
  }
}
@media only screen and (max-width: 768px) {
  .contents .box_in .slider01 li {
    width: 48%;
  }
}
.contents .box_in .slider01 li a {
  text-decoration: none;
}
.contents .box_in .slider01 li span {
  text-align: center;
}
.contents .box_in .slider01 li span.slide_ti {
  display: block;
  width: 100%;
  height: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #000000;
  text-align: center;
  text-decoration: none !important;
}
.contents .box_in .slider01 li span.ti01 {
  display: block;
  width: 30%;
  height: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
  /*background: #FFFFFF;*/
  text-align: center;
  position: absolute;
  top: 0;
  left: 2;
  z-index: 50;
}
.contents .box_in .slider01 li span.ti02 {
  display: block;
  width: 90%;
  height: auto;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  padding: 3px 0px;
  margin: 0px auto;
  color: #000000;
  /*background: #FFFFFF;*/
  text-align: center;
}
.contents .box_in .slider01 img {
  width: 100%;
  height: auto;
}
.contents .concept {
  margin: 0px auto;
}
@media only screen and (min-width: 769px) {
  .contents .concept {
    position: relative;
    width: 900px;
    height: 360px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .concept {
    position: static;
    width: 98%;
    height: auto;
  }
}
.contents .concept #concept_com {
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .contents .concept #concept_com {
    width: 60%;
    padding: 20px;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .concept #concept_com {
    width: 98%;
    padding: 0px 0px 10px 0px;
    background-color: #FFFFFF;
    margin: 0px auto;
    font-size: 14px;
    line-height: 25px;
  }
}
.contents .concept #concept_img {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 769px) {
  .contents .concept #concept_img {
    z-index: -1;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 706px;
  }
}
@media only screen and (max-width: 768px) {
  .contents .concept #concept_img {
    z-index: 0;
    width: 80%;
    position: static;
    margin: 0px auto;
  }
}
.contents .concept #concept_img img {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  height: auto;
}
footer #ft_ad {
  width: 100%;
  height: auto;
  background-color: #D3D3D3;
}
@media only screen and (min-width: 769px) {
  footer #ft_ad {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  footer #ft_ad {
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 769px) {
  footer #ft_ad #ft_ad_in {
    width: 600px;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  footer #ft_ad #ft_ad_in {
    width: 98%;
    height: auto;
    margin: 0px auto;
  }
}
footer #ft_ad #ft_ad_in .link_btn a {
  display: block;
  color: #000000;
  background: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 40px;
  border: 1px #DD405D solid !important;
  text-align: center;
  text-decoration: none !important;
}
footer #ft_ad #ft_ad_in .link_btn a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  margin: -3px 5px 0 0;
  background: url("../images/common/link_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  footer #ft_ad #ft_ad_in .link_btn a {
    width: 200px;
    padding: 0px 2%;
    margin: 0px auto;
  }
  footer #ft_ad #ft_ad_in .link_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  footer #ft_ad #ft_ad_in .link_btn a {
    width: 60%;
    padding: 5px 5%;
    margin: 0px auto;
  }
}
footer #ft_ad_tx {
  width: 100%;
  text-align: center !important;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 769px) {
  footer #ft_ad_tx {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  footer #ft_ad_tx {
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
}
