@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* ----------------------------------
  PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
  display: block;
}
.u-media-sp {
  display: none;
}

@media screen and (max-width:737px){

.u-media-pc {
  display: none;
}
.u-media-sp {
  display: block;
}

}

a:link {
  transition: 0.5s;
}
a:hover, a:active {
    text-decoration: none;
    opacity: .7;
}

#loading{
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
}

body{
  overflow-x: hidden;
  min-width: 320px;
}

#contents_frame{
  font-size: 14px;
  line-height: 1.6;
}

#contents_inner{
  /*overflow:  hidden;*/
}

.link_block{
  display: block;
  text-decoration: none !important;
}

.imghover{
  transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s ;
}

.imghover:hover{
 -ms-filter: "alpha(opacity=70)" ;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}

#contents_inner{
    margin-top: 0px !important;
    background: #fff;
}

@media all and (min-width:738px){
  #wrapper {
    min-width: 1200px;
  }

  #contents_frame{
    background: #ffffff;
  }

  #contents_frame #contents {
    margin: 0px auto !important;
    padding: 20px 0 !important;	
  }

  #pageTop {
      bottom: 3px;
      padding: 5px;
      position: fixed;
      right: 3px;
      z-index: 10;
  }

  #pageTop img {
      width: 60px;
  }
}

@media screen and (max-width:737px){
  
  .head_info_area{
    display: none;
    overflow:  hidden;
    height: 0;
  }
  
  .head_info_area .sec_nav_content{
    display: block !important;
  }

  #pageTop{
    padding:5px;
    position:fixed;
    bottom:2px;
    right:2px;
    z-index: 10;
    }

  #pageTop img{
     width: 40px;
   }

  #footer {
    margin-top: 0px !important;
  }

  #wrapper{
    background-color: #fff;
  }
  .sec_nav_content {
    display: none;
  }
}


@media all and (min-width:738px){
  .pc_none{ display: none !important; }
}

@media screen and (max-width:737px){
  .sp_none{ display: none !important; }
}

/* .lp_contents_wrap  */

.lp_contents_wrap{
  padding: 0;
  color: #333;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 1;
  word-break: normal;
  word-wrap: break-word;
}

.lp_contents_wrap .lp_contents{
  /*max-width: 1200px;*/
  margin: 0 auto;
  /*background: #fff;*/
}

.lp_contents_wrap img{
  vertical-align:  bottom;
  max-width: 100%;
  height: auto;
}

.lp_contents_wrap,
.lp_contents_wrap *,
.lp_contents_wrap *:before,
.lp_contents_wrap *:after{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents_wrap *:before,
.lp_contents_wrap *:after{
  background-size: 100%;
}

.lp_contents_wrap > a{
  display: block;
  width: 1200px;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  color: inherit;
}

.lp_contents_wrap > a .lp_contents{
  -webkit-transition: all .3s;
  transition: all .3s;
}

.lp_contents_wrap > a .lp_contents:hover{
  opacity: .7;
}

@media screen and (max-width:737px){

  .lp_contents_wrap{
    padding: 0 15px 0;
  }
  .lp_contents_wrap img {
  }

}

@media screen and (max-width:350px){
  .lp_contents_wrap{
    /*padding: 70px 20px;*/
  }
}

/* lp_title01 */

.lp_title01{
  position: relative;
  flex-flow: column;
  line-height: 1.3;
  text-align: center;
  padding: 16px 0 0;
  width: 1200px;
  margin: 0 auto 0;
}

.lp_title01 .text_wrap{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 840px;
  margin: 0 auto;
}

.lp_title01 .text_wrap > *{
  display: block;
}

.lp_title01 .text_wrap .text01{
  position: relative;
  margin: 0 0 10px;
}

.lp_title01 .text_wrap .text02{
  margin: 20px 0 20px;
}

.lp_title01 .text_wrap .text03{
  position: absolute;
  right: 0;
  top: 155px;
}

.lp_title01 .image_wrap{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: -270px auto 25px;
  padding: 0 120px;
}

.lp_title01 .image_wrap .image01{
}

.lp_title01 .curator_wrap{
  display: flex;
  flex-wrap: wrap;
  width: 505px;
  margin: 0 auto;
  font-size: 13px;
  text-align: left;
}

.lp_title01 .curator_wrap dt{
  flex-basis: 8%;
}

.lp_title01 .curator_wrap dd{
  flex-basis: 92%;
}

@media screen and (max-width:737px){
  .lp_title01{
    width: 100%;
  }
  .lp_title01 .image_wrap{
  width: 100%;
  margin: 10px auto 20px;
  padding: 0 5%;
  }
  .lp_title01 .text_wrap .text01{
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .lp_title01 .text_wrap .text02{
    margin: 8px 0 8px;
    text-align: left;
  }
  .lp_title01 .text_wrap .text03 {
    top: 73%;
    width: 28%;
  }
  .lp_title01 .image_wrap .image01,
  .lp_title01 .image_wrap .image02 {
    margin: 0 5%;
  }
  .lp_title01 .text_wrap > *{
    padding: 0 0;
  }
  .lp_title01 .curator_wrap{
  margin: 5px auto 0;
  width: 90%;
  zoom: .7;
  }
}

@media screen and (max-width:350px){
  .lp_title01{
   /* margin: 0 0px 30px 0px;*/
  }
}

/* .lp_lead_wrap */

.lp_lead_wrap{
  text-align: center;
  margin: 0 0 30px 0;
}

.lp_lead_wrap .lp_lead{
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  padding: 0 35px;
}

@media screen and (max-width:737px){

  .lp_lead_wrap{ margin: 0; }
  .lp_lead_wrap .lp_lead{
    display: block;
    padding: 0;
    text-align: center;
  }

}

/* .btn_row */

.btn_row{
  text-align: center;
  margin: 25px 0;
}

.btn_row .btn_col{
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  max-width: 270px;
  width: 100%;
}

.btn_row .btn_col .btn:after{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  vertical-align: bottom;
  height: 53px;
  max-width: 249px;
  width: 100%;
  border-radius: 9px;
  border: 2px solid #555;
}

.btn_row .btn_wrap{
  font-size: 18px;
  font-weight: 900;
}

.btn_row .btn{
  position: relative;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  height: 73px;
  color: #555;
  text-decoration: none !important;
}

.btn_row .btn:before{
  content: "";
  display: inline-block;
  vertical-align:  middle;
  height: 100%;
}

.btn_row .btn_col_lightblue .btn:after{
  border: 2px solid #12b8d7;
}

.btn_row .btn_col_lightblue .btn{
  color: #12b8d7;
}

.btn_row .btn_col_gold .btn:after{
  border: 2px solid #9e7500;
}

.btn_row .btn_col_gold .btn{
  color: #9e7500;
}

.btn_row .btn_col_gold .btn_text, .btn_row .btn_col_gold img {
    margin: 0 0 0 5px;
}

.btn_row .btn_col_orange .btn:after{
  border: 2px solid #f08300;
}

.btn_row .btn_col_orange .btn{
  color: #f08300;
}

.btn_row .btn_col_yellowgreen .btn:after{
  border: 2px solid #8fc31f;
}

.btn_row .btn_col_yellowgreen .btn{
  color: #8fc31f;
}

.btn_row .btn_text,
.btn_row .btn_img{
  margin: 0 0 2px 10px;
  white-space: normal;
  letter-spacing: -.07em;
  line-height: 1.2;
}

.btn_row .btn_img{
  margin-right: 8px;
}

/*.btn_row .btn:hover{
  -moz-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}*/

/* .btn_row_flat .btn*/

.btn_row_flat{
  text-align: center;
}

.btn_row_flat .btn_col{
  display: inline-block;
  vertical-align: bottom;
  min-width: 340px;
  /*width: 100%;*/
}

.btn_row_flat .btn_wrap{
  font-size: 24px;
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.btn_row_flat .btn{
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  display: block;
  background-color: #e0000f;
  height: 54px;
  color: #ffffff;
  text-decoration: none !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_row_flat .btn:before{
  content: "";
  display: inline-block;
  vertical-align:  middle;
  height: 100%;
}

.btn_row_flat .btn:after{
  content: "";
  position: absolute;
  top: 50%;
  margin: -8px 0 0 0;
  width: 9px;
  height: 16px;
}

.btn_row_flat .btn_text,
.btn_row_flat .btn_img{
  display: inline-block;
  padding: 0 0 .1em;
  vertical-align:  middle;
  white-space: normal;
  letter-spacing: normal;
}

.btn_row_flat .btn_img{
  margin-right: 8px;
}

.btn_row_flat a.btn:hover{
  opacity: .7;
}

.btn_row_flat button.btn:hover{
  opacity: .7;
}

.btn_row_flat .btn.btn_khaki{
  background-color: #dbb34d;
}

@media screen and (max-width:737px){
	
  .btn_row .btn_wrap{
  font-size: 15px;
  }
  .btn_row_flat .btn_col {
    min-width: 270px;
  }
  .btn_row_flat .btn_wrap{
  font-size: 18px;
  }

}


/* -------------------------------- #mainPict --------------------------------*/

.mainPict {position: relative;}
.mainPict .mainPictBG {z-index:1;}
.mainPict .mainPictInner {z-index:2;}

.mainPict .mainPictInner {
  width: 1190px;
  height: 640px;
  position: absolute;
  left:50%;
  top: 0;
  transform: translate(-50%, 0);
}
.mainPict .mainPictInner .logo_over_the_new_horizon {
  position:absolute;
  top: 50px;
  left: calc(50% + 195px);
  transform: translate(-50%, 0);
}
.mainPict .mainPictInner h1.mainLead {
  position:absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.mainPict .mainPictInner .maintitle_02 {
  position:absolute;
  top: 270px;
  left: calc(50% + 365px);
  transform: translate(-50%, 0);
}
.mainPict .mainPictInner .maintitle_03 {
  position:absolute;
  top: 290px;
  left: 50%;
  transform: translate(-50%, 0);
}
.mainPict .mainPictInner .maintitle_04 {
  position:absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}

.mainPict .mainPictInner h1.mainLead .lead-1 {margin-left:-5px;}
.mainPict .mainPictInner h1.mainLead .lead-br {display: inline-block;}

.mainPictInner .mainLead .balloonT,
.mainPictInner .mainLead .balloonB {
  width:410px;
  position:absolute;
}
.mainPictInner .mainLead .balloonT {left:38px; top:38px;}
.mainPictInner .mainLead .balloonB {left:38px; bottom:38px;}

.mainPict .mainPictBG {
  position: relative;
  overflow: hidden;
  height: 640px;
  background: #44af35;
  text-align: center;
}
.mainPict .slick-slider {
    top: 50%;
    transform: translate(0px, -50%);
}
.mainPict .slick-track {
  overflow: hidden;
  height: 480px;
}
.mainPict .mainPictBG img {
    position: relative;
    top: 50px;
    width: 1033px;
}

@media screen and (max-width:737px){

.mainPict .mainPictInner {
  width: 100%;
  height: calc(62vw + 28px);
  position: absolute;
  margin-left: 0;
  left:0;
  transform: translate(0, 0);
}
.mainPict .mainPictInner .logo_over_the_new_horizon {
  top: 38px;
  left: 50%;
  transform: translate(0, 0);
  text-align: right;
}
.mainPict .mainPictInner h1.mainLead {
  position: relative;
  top: 35px;
  height: auto;
}
.mainPict .slick-track {
  height: auto;
}
.mainPict .mainLead img {
  width: 96%;
  height: auto;
  margin: 0 3% 0 1%;
}
.mainPict .mainPictInner .maintitle_02 {
    position: relative;
    top: 30px;
    left: 50%;
    height: auto;
    text-align: right;
}
.mainPict .mainPictInner .maintitle_03 {
    position: relative;
    top: 17px;
    left: 50%;
    height: auto;
    text-align: center;
}
.mainPict .mainPictInner .maintitle_04 {
    bottom: -22px;
    width: 100%;
    text-align: center;
}
.mainPict .logo_over_the_new_horizon img {
  width: 68%;
  height: auto;
  margin: 0 8%;
}
.mainPict .maintitle_02 img {
  width: 22%;
  height: auto;
  margin: 0 4%;
}
.mainPict .maintitle_03 img {
  width: 35%;
  height: auto;
}
.mainPict .maintitle_04 img {
  height: auto;
  width: 90%;
}
.mainPict .mainPictBG {
  height: calc(62vw + 28px);
}
.mainPict .slick-slider {
    top: 0;
  transform: translate(0, 0);
}
.mainPict .mainPictBG img {
  width: 100%;
  min-width: auto;
}

}

/* -------------------------------- #lp_nav_wrap --------------------------------*/

#lp_nav_wrap{
  /*height: 98px;*/
}

#lp_nav_wrap .lp_contents_wrap.lp_nav{
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
  /*height: 80px;*/
  text-align: center;
  letter-spacing: -0.4em;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav{
  width: 100%;
  /*z-index: 20000;*/
}


#lp_nav_wrap.active .lp_contents_wrap.lp_nav{
  position: fixed;
  z-index: 20000;
  top: 0;
  height: 98px;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav a{
  text-decoration: none !important;
  -moz-transition: color 0.4s ease 0s;
  -webkit-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  -ms-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav > *{
  letter-spacing: normal;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav:after{
  content: "";
  display: inline-block;
  vertical-align:  middle;
  height: 100%;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_in{
  white-space: nowrap;
  vertical-align:  middle;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list{
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li{
  /*display: table-cell;*/
  padding: 16px 0;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s01{
  padding: 75px 0 50px;
  background: #d7e597;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s01 .text01 {
    margin: -55px 0 0;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s02{
  padding: 35px 0 0;
  background: #44af35;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s02 .text01 {
    margin: 0 0 -110px;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 18px 0 33px;
  background: #ffd900;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .text02 img{
  height: 35px;
  margin: 0 35px;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .image_wrap {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
    margin: 0 0 40px;
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .lp_nav_s_in:nth-child(1) .image_wrap {
    left: calc(50% - 350px);
}
#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .lp_nav_s_in:nth-child(2) .image_wrap {
    left: calc(50% + 350px);
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a{
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a:hover{
  opacity: 1;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_s a .image01 img{
  transition: 0.5s;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_s.on a .image01 img{
  transform: scale(1.15);
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li:last-child a{
  margin: 0;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a img{
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li .text_wrap{
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li .text01{
  margin: 6px 0 20px;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li .text02 img{
  width: auto;
  margin: 25px 0 0;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s01 .text02 img{
  height: 17px;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s01 .text03 img{
  position: absolute;
  right: 13px;
  top: 121px;
  width: auto;
  height: 28px;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s01 a:after{
  background: #12b8d7;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s02 .text02 img{
  height: 16px;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s02 .text03 img{
  position: absolute;
  right: 13px;
  top: 121px;
  width: auto;
  height: 28px;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s02 a:after{
  background: #f08300;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 a:after{
  background: #8fc31f;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li .image_wrap{
  position: relative;
  z-index: 5;
  margin: 0 0 40px;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav a{
    color: #333;
}

#lp_nav_wrap .lp_contents_wrap.lp_nav a.active{
    color: #f3202e;
}

@media all and (min-width:738px){

  #lp_nav_wrap .lp_contents_wrap.lp_nav a:hover{
    color: #f3202e;
  }

}

@media screen and (max-width:737px){

  #lp_nav_wrap{
    height: auto;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav{
    white-space: normal;
    font-size: 13px;
    padding: 0 0;
  }
  #lp_nav_wrap.active .lp_contents_wrap.lp_nav {
    height: 70px;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_in,
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list{
    white-space: normal;
    position: relative;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li{
    margin: 0;
    padding: 10px 0;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s01 {
    padding: 9% 0 8%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s01 .image_wrap img{
    width: 92%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s01 .text01 {
    margin: -22px 0 0;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s01 .text_wrap img{
    width: 42%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s02 {
    padding: 3% 0 0;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s02 .text01 {
    margin: 0 0 -11%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s02 .text_wrap img{
    width: 29%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s02 .image_wrap img{
    width: 94%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 {
    padding: 1.5% 0 3%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .text_wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .lp_nav_s_in .text01 {
    width: 50%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .lp_nav_s_in .text02 img{
    width: 50%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .lp_nav_s_in:nth-child(1) {
    width: 50%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .lp_nav_s_in:nth-child(2) {
    width: 50%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .lp_nav_s_in:nth-child(1) .text_wrap {
    position: relative;
    left: 19%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .lp_nav_s_in:nth-child(2) .text_wrap {
    position: relative;
    right: 18%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .lp_nav_s_in:nth-child(1) .image_wrap {
    top: -12px;
    left: 11%;
    width: 18%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .lp_nav_s_in:nth-child(2) .image_wrap {
    top: -12px;
    left: auto;
    right: -7%;
    width: 18%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s03 .lp_nav_s_in .text03 img{
    width: 68%;
    margin: 3px 0 0;
  }

  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a{
    padding: 3px 4px;
    min-height: auto;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    font-size: 11px
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a:after{
    height: 16%;
    border-radius: 0 0 5px 5px;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li:nth-child(4){
    border: none;
    margin: 0;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a img {
    width: 100%;
    margin: 0;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li:nth-child(1) a img {
    /*width: 40px;*/
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .nav_sep{
    display: block;
    width: 100%;
    height: 0;
    margin: 6px 0;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li a.active{
    background: #ffdddd;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li .text01{
  margin: 6px 0 10px;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li .text02 img{
    height: auto !important;
    width: 100%;
    margin: 13% 0 1%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li.lp_nav_s02 .text02 img{
    width: 77%;
  }
  #lp_nav_wrap .lp_contents_wrap.lp_nav .lp_nav_list li .image_wrap{
    width: 50%;
    margin: 0 0 10px;
  }

}

#lp_main{
  position: relative;
}

.ls-m005 {
    letter-spacing: -0.05em;
}

.ls-m050 {
    letter-spacing: -0.50em;
}

.ls-m100 {
    letter-spacing: -1em;
}

/* -------------------------------- #common --------------------------------*/

.info_content{
}

.info_content .txt_small {
    font-size: 12px;
}

.info_content .txt_middle {
    font-size: 14px;
}

.info_content .txt_semilarge {
    font-size: 18px;
}

.info_content .txt_large {
    font-size: 24px;
}

.info_content .txt_bold {
    font-weight: 700;
}

.info_content .txt_center {
    text-align: center;
    justify-content: center;
}

.info_content .txt_ind_m100 {
  margin: 0 0 0 1em;
  text-indent: -1em;
}

.info_content .txt_ml_m050 {
  margin: 0 0 0 -.5em;
}

@media screen and (max-width:737px){

.info_content .txt_small_sp {
    font-size: 10px;
    zoom: .9;
}
.info_content .txt_middle_sp {
    font-size: 11px;
}
.info_content .txt_large_sp {
    padding: 0 0 2px;
    font-size: 13px;
    line-height: 1.25;
}

}

.info_content_app{
  padding: 20px 30px;
}

.info_content_app .btn_row_flat .btn_col {
    min-width: auto;
    margin: 0 8px;
}

.info_content_app .text h2 {
  margin: 0;
}

.info_content_app .text p {
    padding: 10px 0;
    border-bottom: 1px dashed #dcdcdc;
    font-size: 18px;
}

.info_content_app .text p:last-child {
    border-bottom: none;
}

.info_content_top{
  width: 1200px;
  margin: 0 auto;
  padding: 0 168px 15px;
}

.info_content_top ul{
  display: flex;
  flex-wrap: wrap;
}

.info_content_top li{
  width: 50%;
}

.info_content_top li:last-child{
}

.info_content_top p,
.info_content_top dl,
.info_content_bottom p{
  font-size: 16px;
}

.info_content_top .item_wrap {
  display: flex;
  font-weight: 660;
  font-size: 28px;
  letter-spacing: -.057em;
  line-height: 1.25;
}

.info_content_top .item {
  display: inline-block;
  flex-basis: 190px;
  min-width: 190px;
  font-weight: 900;
}

.info_content_top .point_ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: -30px 0 10px;
}

.info_content_top .point_ttl {
  display: inline-block;
  min-width: 356px;
}

.info_content_top .point_txt {
  overflow: hidden;
  position: relative;
  min-width: 443px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info_content_top .point_txt_in {
  position: relative;
  z-index: 5;
  color: #e4007f;
  font-size: 17px;
  font-weight: 900;
}

.info_content_top .point_img {
  margin: 0 0 20px;
  text-align: center;
}

.info_content_top .txt_wrap{
  flex-basis: 690px;
  padding: .25em 0 0;
}

.info_content_top .txt_wrap_balloon{
  position: relative;
  margin: 0 0 20px;
  padding: 2px 2% 6px;
  background: #f08300;
  border-radius: 6px;
  color: #fff;
  text-align: center;
}

.info_content_top .txt_wrap_balloon:after{
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, 0);
  border-top:14px solid #f08300;
  border-right:14px solid transparent;
  border-left:14px solid transparent;
}

.info_content_top .txt_wrap_bg_lightblue{
  margin: 20px 0;
  padding: 2px 2% 6px;
  background: #12b8d7;
  border-radius: 6px;
  color: #fff;
}

.info_content_top .txt_wrap_bg_orange{
  margin: 20px 0;
  padding: 2px 2% 6px;
  background: #f08300;
  border-radius: 6px;
  color: #fff;
}

.info_content_top .txt_wrap_bg_yellowgreen{
  margin: 20px 0;
  padding: 2px 2% 6px;
  background: #8fc31f;
  border-radius: 6px;
  color: #fff;
}

.info_content_top .spec_wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.info_content_top .spec_wrap dt{
  flex-basis: 5%;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 24px;
  width: 48px;
  background: #fff;
  color: #ddd;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.info_content_top .spec_wrap .spec_ttl01{
  border: 1px solid #12b8d7;
  color: #12b8d7;
}

.info_content_top .spec_wrap .spec_ttl02{
  border: 1px solid #f08300;
  color: #f08300;
}

.info_content_top .spec_wrap dd{
  flex-basis: 93%;
  padding: 0 .5%;
}

.info_content_top .price_wrap{
  display: flex;
  flex-wrap: wrap;
}

.info_content_top .price_wrap dt{
  flex-basis: 20%;
  text-indent: -.5em;
}

.info_content_top .price_wrap dd{
  flex-basis: 80%;
}

.info_content_top .point_wrap{
}

.info_content_top .point_wrap_bg_paleblue{
  background: #e8fbff;
}

.info_content_top .point_wrap_bg_palepink{
  background: #fdeaf5;
}

.info_content_top .point_wrap_bg_palegreen{
  padding: 1px 0;
  background: #e3f0c7;
}

.info_content_top .pdf_wrap{
  flex-basis: 690px;
  padding: .25em 0 0;
}

.info_content_top .pdf_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.info_content_top .pdf_wrap li{
  position: relative;
  margin: 0 15px 20px;
  border: 1px solid #bebebe;
}

.info_content_top .linex1{
  padding: .5em 0 0;
}

.info_content_top .txt_red{
  color: #e0000f;
}

.info_content_top .txt_step p{
  margin: 0 0 15px;
  padding: .25em .75em .35em;
  border: 4px solid #ccc;
}

.info_content_top .txt_step p:last-child{
  margin: 0;
}

.info_content_top .num_step {
  position: relative;
  top: 1px;
  color: #ccc;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .05em;
}

@media screen and (max-width:737px){

.info_content_top .item_wrap {
  display: block;
  text-align: center;
}
.info_content_top .txt_wrap_balloon:after {
    bottom: -10px;
    border-top: 10px solid #f08300;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.info_content_top .spec_wrap {
    align-items: start;
}
.info_content_top .spec_wrap dt {
  margin: 3px 0;
  height: 18px;
  border-radius: 2px;
  font-size: 10px;
  zoom: .8;
  white-space: nowrap;
}
.info_content_top .spec_wrap dd {
    flex-basis: 94%;
    padding: .5% .5%;
    line-height: 1.1;
}
.info_content_top .price_wrap{
  font-size: 10px;
  zoom: .9;
}
.info_content_top .point_wrap {
    padding: 10px 3.2% 0;
    border-radius: 4px;
}
.info_content_top .price_wrap dt {
    flex-basis: 26%;
}
.info_content_top .price_wrap dd {
    flex-basis: 74%;
}
.info_content_top .pdf_wrap li img{
  height: 98px;
  width: auto;
}
.info_content_top .pdf_wrap li:after {
    bottom: -11px;
    right: -10px;
    height: 22px;
    width: 22px;
    background-size: 22px 22px;
}
.info_content_top .point_ttl_wrap {
  flex-flow: column;
  margin: 0;
}
.info_content_top .point_txt {
  min-width: 100%;
  margin: -35px 0 0;
}
.info_content_top .point_txt:before,
.info_content_top .point_txt:after {
    height: 100%;
    width: 100%;
    background-size: 100% auto;
}
.info_content_top .point_ttl {
    min-width: 104%;
    margin: 0 -2%;
    padding: 0;
    border-radius: 3px;
    font-size: 15px;
}
.info_content_top .point_txt_in {
}
.info_content_top .point_img {
  position: relative;
  margin: 0 0 8px;
}
.lp_contents_wrap .title_click_qr {
  width: 82%;
  margin: 0 auto;
}
.lp_contents_wrap .qr_horizon_e {
  position: absolute;
  bottom: 7%;
  left: 4%;
  display: block;
  height: 18.5%;
  width: 18.5%;
}
.lp_contents_wrap .qr_newhorizon {
  position: absolute;
  bottom: 16%;
  left: 26%;
  display: block;
  height: 18.5%;
  width: 18.5%;
}

}

.info_content_middle{
  position: relative;
  padding: 30px 0;
}

.info_content_middle_bg_gold{
  border-top: 20px solid #fff; /*ページ内リンク調整用*/
  margin: -15px 0 0; /*ページ内リンク調整用*/
  padding: 0 0 30px;
  background: #b5820c; /* Old browsers */
  background: -moz-linear-gradient(left,  #b5820c 0%, #eddbb1 50%, #b5820c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #b5820c 0%,#eddbb1 50%,#b5820c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #b5820c 0%,#eddbb1 50%,#b5820c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.info_content_middle .ttl_wrap{
  margin: 0 auto;
  padding: 1px 0 4px;
  background: #df202a; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #df202a 0%, #e85b63 50%, #df202a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #df202a 0%,#e85b63 50%,#df202a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #df202a 0%,#e85b63 50%,#df202a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.info_content_middle .txt_wrap{
  width: 864px;
  margin: 0 auto;
  padding: 25px 0 15px 0;
  font-size: 16px;
  letter-spacing: -.07em;
}

.info_content_middle .btn_row {
  position: absolute;
  left: 50%;
  top: 52px;
  transform: translate(160px, 0);
  width: 270px;
}

.info_content_middle .tel_wrap{
  width: 864px;
  margin: 0 auto;
  padding: 14px 120px;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
}

.info_content_middle .txt_wrap_bg_lightblue{
  margin: 20px auto 20px;
  padding: 2px .25% 6px;
  background: #12b8d7;
  border-radius: 6px;
  color: #fff;
  letter-spacing: -.05em;
}

@media screen and (max-width:737px){

.info_content_middle_bg_gold{
  border-top: 10px solid #fff;
  padding: 0 0 15px;
}
.info_content_middle_ribon:before {
    position: absolute;
    left: 2%;
    top: -10px;
    transform: translate(0, 0);
    content: "";
    height: 60px;
    width: 90px;
    background-size: 90px auto;
}
.info_content_middle .ttl_wrap{
  padding: 2px 0 4px 2em;
  font-size: 18px;
}
.info_content_middle .btn_row {
  position: relative;
  top: 0;
  transform: translate(-50%, 0);
}

}

@media screen and (max-width:320px){

.info_content_middle .ttl_wrap {
    padding: 2px 0 4px 4em;
    font-size: 17px;
}

}

.info_content_bottom{
  padding: 30px 0;
}

.info_content_bottom .txt_wrap{
  width: 1200px;
  margin: 0 auto;
  padding: 20px 168px;
  background: #fff;
  border-radius: 8px;
}

.info_content_bottom .h3_bg_lightblue{
  margin: 5px 0;
  padding: 1px 2% 1px;
  background: #c4edf5;
  border-radius: 6px;
  color: #000;
  font-weight: bold;
}

.info_content_bottom .h3_bg_pink{
  margin: 5px 0;
  padding: 1px 2% 1px;
  background: #fbd9ec;
  border-radius: 6px;
  color: #000;
  font-weight: bold;
}

.info_content_bottom .h3_bg_lightgreen{
  margin: 5px 0;
  padding: 1px 2% 1px;
  background: #e3f0c7;
  border-radius: 6px;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width:737px){

.info_content_middle .txt_wrap{
  width: 96%;
  padding: 8px .3em;
  font-size: 10px;
}
.info_content_middle .tel_wrap {
  width: 96%;
  margin: 0 2%;
  padding: 8px 2%;
  border-radius: 4px;
  font-size: 10px;
  zoom: .9;
}
.info_content_bottom {
    padding: 15px 2%;
}
.info_content_bottom .txt_wrap{
  width: 100%;
  padding: 10px 2%;
  border-radius: 4px;
}
.info_content_bottom .h3_bg_lightblue,
.info_content_bottom .h3_bg_pink,
.info_content_bottom .h3_bg_lightgreen{
  border-radius: 3px;
  font-size: 11px;
}

}

  .table_wrap table{
    margin: 5px 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000000;
    font-size: 14px;
  }
  .table_wrap th{
   padding: 0.5em;
   text-align: center;
   white-space: nowrap;
   border: 1px solid #000000;
  }
  .table_wrap td{
   padding: 0.5em;
   text-align: center;
    border: 1px solid #000000;
  }
  .table_wrap td:nth-of-type(2){
   text-align: left;
  }
  .table_wrap td a{
    color: #0096e0;
  text-decoration: underline;
  }
  .icon_renew {
    color: #fff;
    font-weight: bold;
    width: 50px;
    height: 25px;
    background-color: #00bfa5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }

@media screen and (max-width:737px){

.info_content_app .btn_row_flat .btn_col {
    margin: 4px 8px;
}
.info_content_app .text p {
    font-size: 16px;
}
.info_content {
}
.info_content_app,
.info_content_top {
    width: 92%;
    margin: 0 4%;
    padding: 6px 0;
}
.info_content_top li {
    flex-wrap: wrap;
    width: 100%;
}
.info_content_top p {
    padding: 0;
    /*flex-basis: 100%;*/
}
.info_content_top p,
.info_content_bottom p{
  font-size: 10px;
}

.info_content_top .txt_wrap {
    flex-basis: 100%;
    margin: 10px 0;
    padding: .1em .3em;
    border-radius: 3px;
    /*text-align: center;*/
}
.info_content_top .txt_step p {
    padding: .25em .5em .35em;
}
.info_content_top .item {
  /*min-width: 100%;*/
  flex-basis: 80px;
  min-width: 80px;
}

  .table_wrap {
    overflow: auto;
    white-space: nowrap;
  }
  .table_wrap table{
    font-size: 10px;
    zoom: .8;
  }

}

@media screen and (max-width:320px){

.info_content_top .txt_step p {
  font-size: 14px;
  letter-spacing: -.07em;
}
.info_content_top .num_step {
  font-size: 17px;
}

}


/* -------------------------------- #s01 --------------------------------*/

#s01{
  position: relative;
  padding: 30px 0 0;
}

#s01 .lp_title01{
  display: flex;
}

#s01 .lp_contents {
}

#s01 .info_content_top .item {
  position: relative;
  color: #12b8d7;
}

#s01 .info_content_top .item:before {
  position: absolute;
  left: -50px;
  content: "";
  height: 40px;
  width: 40px;
}

#s01 .info_content_top li img{
  height: 400px;
}

@media screen and (max-width:737px){

  #s01{
    max-width: 440px;
    margin: 0 auto;
    padding: 8px 0 10px;
  }
  #s01:before{
  top: 4px;
  width: 100%;
  margin: 0;
  border-top: 3px solid #12b8d7;
  }
  #s01:after{
  top: 9px;
  width: 100%;
  margin: 0;
  border-top: 3px solid #12b8d7;
  }
  #s01 .lp_contents {
  }
  #s01 .ribbon {
    width: 220px;
    font-size: 26px;
  }
  #s01 .lp_title01 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #s01 .lp_title01:after{
  bottom: 2px;
  width: 100%;
  border-bottom: 3px solid #12b8d7;
  }
  #s01 .lp_title01 img{
    width: 100%;
  }
  #s01 .lp_title01 .text_wrap {
    width: 92%;
  }
  #s01 .lp_title01 .text_wrap .text01 {
    padding: 0;
  }
  #s01 .info_content_top .item {
    font-size: 15px;
    line-height: 1.2;
  }
  #s01 .info_content_top li img{
  height: auto;
  }

}

/* -------------------------------- #s06 --------------------------------*/

#s06{
  padding: 10px 0 20px;
  background-color: #d7e597;
}

#s06 .lp_title01 {
    display: flex;
    justify-content: center;
    width: 257px;
    margin: 0 auto;
    padding: 0 0 4px;
    border: 1px solid #000;
    font-size: 24px;
}

#s06 .lp_contents {
    border-radius: 0;
}

#s06 .info_content_top {
    padding: 20px 180px 5px;
}

#s06 .info_content_top li {
    display: flex;
    width: 100%;
}

#s06 .info_content_top .item {
  position: relative;
  color: #1eaa39;
}

#s06 .info_content_top .txt_wrap {
    flex-basis: 700px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 15px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 1.5;
}

#s06 .info_content_top li:last-child .txt_wrap {
    border-bottom: none;
}

#s06 .info_content_top dt {
    flex-basis: 90px;
}

#s06 .info_content_top dd {
    flex-basis: 560px;
}

@media screen and (max-width:1200px){

  #s06{
  padding: 40px 0 70px;
  }

}

@media screen and (max-width:737px){

  #s06{
    padding: 20px 8% 20px;
  }
  #s06 .lp_title01 {
    width: 220px;
    padding: 0px 0 2px;
    font-size: 22px;
  }
  #s06 .lp_title01 img{
    width: 103px;
  }
  #s06 .lp_title01 .text_wrap {
    height: 70px;
    width: 70px;
    border-radius: 20px;
  }
  #s06 .lp_title01 .text_wrap .text01 {
    padding: 0;
  }
  #s06 .info_content_top {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #s06 .info_content_top .item {
    width: 83px;
    margin: 0 0 5px;
  }
  #s06 .info_content_top .txt_wrap {
    font-size: 12px;
  }
  #s06 .info_content_top dd {
    margin: 0 0 10px;
  }

}

/* -------------------------------- #s common --------------------------------*/

.lp_contents_arrange {
    padding: 0 30px;
}

.lp_contents_arrange .lp_contents {
    margin: 35px auto;
    padding: 50px 0 50px;
    background: #ccc;
    border-radius: 20px;
    box-shadow: 4px 4px 0 #aaa;
}

.lp_menu_list_title{
  position: relative;
  text-align: center;
  flex-basis: 76%;
}

.lp_menu_list_title p{
  margin: 0;
  font-size: 18px;
  text-align: center;
}

.lp_menu_list{
  position: relative;
  letter-spacing: -0.4em;
  white-space: nowrap;
}

.lp_menu_list > *{
  letter-spacing: normal;
}

.lp_menu_list_img img{
  max-width: none;
  width: 100%;
}

.lp_menu_list_block_title{
  position: relative;
  z-index: 5;
  margin: 4px 0;
  color: #e50012;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: -.06em;
}

.lp_menu_list_title .lp_menu_list_img img {
    width: 199px;
    margin: 5px 0 0;
}

.lp_menu_list_title .lp_menu_list_icon{
  float: left;
  margin: 36px 18px;
}

.lp_menu_list_block .lp_menu_list_img img {
}

.lp_menu_list_block{
  position: relative;
  flex-basis: 22%;
}

.lp_menu_list_text{
  position: relative;
  right: -37px;
}

.lp_menu_list_text .btn_row_flat .btn_col {
    min-width: 364px;
}

.lp_menu_list_block .lp_menu_list_icon{
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top:0;
}

.lp_menu_list_block .lp_menu_list_product{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  text-align: center;
}

.lp_menu_list_block .lp_menu_list_product:after{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -38%);
  content: "";
  height: 134px;
  width: 134px;
  border-radius: 67px;
  background: #e0000f;
}

.lp_menu_list_block .lp_menu_list_product h4,
.lp_menu_list_block .lp_menu_list_product img,
.lp_menu_list_block .lp_menu_list_product p {
  position: relative;
  z-index: 5;
}

.lp_menu_list_block .lp_menu_list_product h4 {
  margin: 0 0 5px;
  padding: 4px;
  background: #fff;
  border-radius: 8px;
  color: #d40510;
  font-size: 11px;
  font-weight: bold;
}

.lp_menu_list_block .lp_menu_list_product img {
  position: relative;
  left: -2px;
}

.lp_menu_list_block .lp_menu_list_product p {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}

.step {
    text-align: center;
    position: relative;
    background: #350100;
    border-radius: 14px 14px 0 0;
}
.step span {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  z-index: 10;
  padding: 8px 20px;
}

.info_list_block {
    margin: 0 2% 20px;
    display: inline-block;
    width: 38.6%;
}

.info_list_block .image {
    float: left;
    width: 22%;
}

.info_list_block .text {
    padding: 0 20px 5px;
    white-space: normal;
    background: #fff;
    border-radius: 0 0 14px 14px;
    border: 2px solid #350100;
}

.info_list_block .text p {
    padding: 10px 0;
    border-bottom: 1px dashed #dcdcdc;
    font-size: 18px;
}

.info_list_block .text p:last-child {
    border-bottom: none;
}

.lp_contents .text .text_red{
    color: #e60012;
}

.lp_contents_arrange .btn_row_flat .btn_wrap {
    font-size: 18px;
}

@media screen and (max-width:737px){

.lp_menu_list_title .lp_menu_list_icon {
    float: none;
    margin: 15px 18px 10px;
}
.lp_menu_list_title .lp_menu_list_icon img {
    width: 140px;
}
.lp_menu_list_title .lp_menu_list_img img {
    width: 140px;
}
.lp_menu_list_block .lp_menu_list_product {
    transform: scale(.8);
}
.lp_menu_list_block_title {
    font-size: 24px;
}
.lp_menu_list_title p {
    font-size: 16px;
}

.lp_menu_list_text .btn_row_flat .btn_col {
    min-width: 250px;
}
.lp_menu_list_text {
    position: absolute;
    bottom: -4px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
}

}


/* -------------------------------- #contact_banner --------------------------------*/

#contact_banner {
  position: relative;
}

#contact_banner .lp_title01 {
    border-top: 16px solid #f3202e;
}

#contact_banner .info_content_app {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0 45px;
  background: #f7f7f7;
}

#contact_banner .lp_lead_wrap {
    margin: 0 0 30px 0;
    font-size: 24px;
}

#contact_banner .btn_row_flat {
}

#contact_banner .lp_contents{
  padding: 30px 0 96px;
  color: #000;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

#contact_banner .btn_row_flat .btn_wrap a:link,
#contact_banner .btn_row_flat .btn_wrap a:visited {
}

#contact_banner .btn_row_flat .btn_wrap a,
#contact_banner .btn_row_flat .btn_wrap > span {
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  align-items: center;
  height: 180px;
  width: 320px;
  margin: 10px 0;
  background: #fff;
  border: 2px solid #000;
}

#contact_banner .btn_row_flat .btn_wrap .num {
  font-size: 30px;
}

#contact_banner .info_content_app .btn_row_flat .btn_col {
    margin: 0 10px;
}

#contact_banner .info_content_app .btn_row_flat .btn_col01 img {
    margin: 0 0 14px;
}

#contact_banner .btn_row_flat .btn_col02 .btn_wrap a,
#contact_banner .btn_row_flat .btn_col02 .btn_wrap > span {
  height: 85px;
  width: 500px;
  pointer-events: none;
}

@media screen and (max-width:737px){

#contact_banner .info_content_app {
  width: 100%;
}
#contact_banner.lp_contents_wrap {
    padding: 0;
}
#contact_banner .lp_contents {
    padding: 0 0 50px;
}
#contact_banner .lp_lead_wrap {
    font-size: 20px;
}
#contact_banner .info_content_app .btn_row_flat .btn_col {
    min-width: auto;
}
#contact_banner .btn_row_flat .btn_wrap a:link {
  height: 70px;
  width: 100%;
}
#contact_banner .info_content_app .btn_row_flat .btn_col01 img {
    width: 160px;
    margin: 0 0 8px;
}
#contact_banner .btn_row_flat .btn_wrap .num {
    margin: 0 0 5px;
    font-size: 24px;
}
#contact_banner .info_content_app .btn_row_flat .btn_col {
    margin: 0 1%;
    width: 98%;
    font-size: 18px;
}
#contact_banner .btn_row_flat .btn_col02 .btn_wrap a,
#contact_banner .btn_row_flat .btn_col02 .btn_wrap > span {
  height: 70px;
  width: 100%;
  pointer-events: all;
}

}


/* アニメーション */

.animated { 
    animation-duration: 4s; 
    animation-fill-mode: both; 
    animation-iteration-count:infinite; 
} 
.bounce { 
    animation-name: bounce; 
}
@keyframes bounce { 
    0%, 4%, 8%, 80%, 100% {transform: translateY(0);} 
    2% {transform: translateY(-14px);} 
    6% {transform: translateY(-7px);} 
} 

.move_anime{
  
}

.anime01{
  transition: opacity 0.6s ease 0s,transform 0.6s ease 0s;
	-webkit-transition: opacity 0.6s ease 0s,transform 0.6s ease 0s;
	-moz-transition: opacity 0.6s ease 0s,transform 0.6s ease 0s;
	-o-transition: opacity 0.6s ease 0s,transform 0.6s ease 0s;
	-ms-transition: opacity 0.6s ease 0s,transform 0.6s ease 0s;
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -moz-transform: translate(0px, 60px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px); 
}


.anime01.active{
  -ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); 
}
.anime02{
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: transform 0.5s cubic-bezier(.38,0,.54,1.74) 0s, opacity 0s ease 0s;
  -webkit-transition: transform 0.5s cubic-bezier(.38,0,.54,1.74) 0s, opacity 0s ease 0s;
  -o-transition: transform 0.5s cubic-bezier(.38,0,.54,1.74) 0s, opacity 0s ease 0s;
  -ms-transition: transform 0.5s cubic-bezier(.38,0,.54,1.74) 0s, opacity 0s ease 0s;
  transition: transform 0.5s cubic-bezier(.38,0,.54,1.74) 0s, opacity 0s ease 0s;
}


@media screen and (max-width:737px){
/*.anime02{
  -ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}*/
}

.anime02.active{
  -ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}



/* delay*/

.delay0{
-moz-transition-delay:0s !important;
-webkit-transition-delay:0s !important;
-o-transition-delay:0s !important;
-ms-transition-delay:0s !important;
}

.delay100{
-moz-transition-delay:0.1s !important;
-webkit-transition-delay:0.1s !important;
-o-transition-delay:0.1s !important;
-ms-transition-delay:0.1s !important;
}

.delay200{
-moz-transition-delay:0.2s !important;
-webkit-transition-delay:0.2s !important;
-o-transition-delay:0.2s !important;
-ms-transition-delay:0.2s !important;
}

.delay300{
-moz-transition-delay:0.3s !important;
-webkit-transition-delay:0.3s !important;
-o-transition-delay:0.3s !important;
-ms-transition-delay:0.3s !important;
}

.delay400{
-moz-transition-delay:0.4s !important;
-webkit-transition-delay:0.4s !important;
-o-transition-delay:0.4s !important;
-ms-transition-delay:0.4s !important;
}

.delay500{
-moz-transition-delay:0.5s !important;
-webkit-transition-delay:0.5s !important;
-o-transition-delay:0.5s !important;
-ms-transition-delay:0.5s !important;
}

.delay600{
-moz-transition-delay:0.6s !important;
-webkit-transition-delay:0.6s !important;
-o-transition-delay:0.6s !important;
-ms-transition-delay:0.6s !important;
}

.delay700{
-moz-transition-delay:0.7s !important;
-webkit-transition-delay:0.7s !important;
-o-transition-delay:0.7s !important;
-ms-transition-delay:0.7s !important;
}

.delay800{
-moz-transition-delay:0.8s !important;
-webkit-transition-delay:0.8s !important;
-o-transition-delay:0.8s !important;
-ms-transition-delay:0.8s !important;
}

.delay900{
-moz-transition-delay:0.9s !important;
-webkit-transition-delay:0.9s !important;
-o-transition-delay:0.9s !important;
-ms-transition-delay:0.9s !important;
}

.delay1000{
-moz-transition-delay:1s !important;
-webkit-transition-delay:1s !important;
-o-transition-delay:1s !important;
-ms-transition-delay:1s !important;
}

.delay1100{
-moz-transition-delay:1.1s !important;
-webkit-transition-delay:1.1s !important;
-o-transition-delay:1.1s !important;
-ms-transition-delay:1.1s !important;
}

.delay1200{
-moz-transition-delay:1.2s !important;
-webkit-transition-delay:1.2s !important;
-o-transition-delay:1.2s !important;
-ms-transition-delay:1.2s !important;
}

.delay1300{
-moz-transition-delay:1.3s !important;
-webkit-transition-delay:1.3s !important;
-o-transition-delay:1.3s !important;
-ms-transition-delay:1.3s !important;
}

.delay1400{
-moz-transition-delay:1.4s !important;
-webkit-transition-delay:1.4s !important;
-o-transition-delay:1.4s !important;
-ms-transition-delay:1.4s !important;
}

.delay1500{
-moz-transition-delay:1.5s !important;
-webkit-transition-delay:1.5s !important;
-o-transition-delay:1.5s !important;
-ms-transition-delay:1.5s !important;
}

.delay1600{
-moz-transition-delay:1.6s !important;
-webkit-transition-delay:1.6s !important;
-o-transition-delay:1.6s !important;
-ms-transition-delay:1.6s !important;
}

.delay1700{
-moz-transition-delay:1.7s !important;
-webkit-transition-delay:1.7s !important;
-o-transition-delay:1.7s !important;
-ms-transition-delay:1.7s !important;
}

.delay1800{
-moz-transition-delay:1.8s !important;
-webkit-transition-delay:1.8s !important;
-o-transition-delay:1.8s !important;
-ms-transition-delay:1.8s !important;
}

.delay1900{
-moz-transition-delay:1.9s !important;
-webkit-transition-delay:1.9s !important;
-o-transition-delay:1.9s !important;
-ms-transition-delay:1.9s !important;
}

.delay2000{
-moz-transition-delay:2s !important;
-webkit-transition-delay:2s !important;
-o-transition-delay:2s !important;
-ms-transition-delay:2s !important;
}

.delay2100{
-moz-transition-delay:2.1s !important;
-webkit-transition-delay:2.1s !important;
-o-transition-delay:2.1s !important;
-ms-transition-delay:2.1s !important;
}

.delay2200{
-moz-transition-delay:2.2s !important;
-webkit-transition-delay:2.2s !important;
-o-transition-delay:2.2s !important;
-ms-transition-delay:2.2s !important;
}

.delay2300{
-moz-transition-delay:2.3s !important;
-webkit-transition-delay:2.3s !important;
-o-transition-delay:2.3s !important;
-ms-transition-delay:2.3s !important;
}

.delay2400{
-moz-transition-delay:2.4s !important;
-webkit-transition-delay:2.4s !important;
-o-transition-delay:2.4s !important;
-ms-transition-delay:2.4s !important;
}

.delay2500{
-moz-transition-delay:2.5s !important;
-webkit-transition-delay:2.5s !important;
-o-transition-delay:2.5s !important;
-ms-transition-delay:2.5s !important;
}

.delay2600{
-moz-transition-delay:2.6s !important;
-webkit-transition-delay:2.6s !important;
-o-transition-delay:2.6s !important;
-ms-transition-delay:2.6s !important;
}

.delay2700{
-moz-transition-delay:2.7s !important;
-webkit-transition-delay:2.7s !important;
-o-transition-delay:2.7s !important;
-ms-transition-delay:2.7s !important;
}

.delay2800{
-moz-transition-delay:2.8s !important;
-webkit-transition-delay:2.8s !important;
-o-transition-delay:2.8s !important;
-ms-transition-delay:2.8s !important;
}

.delay2900{
-moz-transition-delay:2.9s !important;
-webkit-transition-delay:2.9s !important;
-o-transition-delay:2.9s !important;
-ms-transition-delay:2.9s !important;
}

.delay3000{
-moz-transition-delay:3s !important;
-webkit-transition-delay:3s !important;
-o-transition-delay:3s !important;
-ms-transition-delay:3s !important;
}

.delay4000{
-moz-transition-delay:4s !important;
-webkit-transition-delay:4s !important;
-o-transition-delay:4s !important;
-ms-transition-delay:4s !important;
}

.delay6000{
-moz-transition-delay:6s !important;
-webkit-transition-delay:6s !important;
-o-transition-delay:6s !important;
-ms-transition-delay:6s !important;
}

/* .speed */

.speed0{
  -moz-transition-duration:0s !important;
  -webkit-transition-duration:0s !important;
  -o-transition-duration:0s !important;
  -ms-transition-duration:0s !important;
}

.speed100{
  -moz-transition-duration: 0.1s !important;
  -webkit-transition-duration: 0.1s !important;
  -o-transition-duration: 0.1s !important;
  -ms-transition-duration: 0.1s !important;
}

.speed200{
  -moz-transition-duration: 0.2s !important;
  -webkit-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
}

.speed300{
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  -o-transition-duration: 0.3s !important;
  -ms-transition-duration: 0.3s !important;
}

.speed400{
  -moz-transition-duration: 0.4s !important;
  -webkit-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  -ms-transition-duration: 0.4s !important;
}

.speed500{
  -moz-transition-duration: 0.5s !important;
  -webkit-transition-duration: 0.5s !important;
  -o-transition-duration: 0.5s !important;
  -ms-transition-duration: 0.5s !important;
}

.speed600{
  -moz-transition-duration: 0.6s !important;
  -webkit-transition-duration: 0.6s !important;
  -o-transition-duration: 0.6s !important;
  -ms-transition-duration: 0.6s !important;
}

.speed700{
  -moz-transition-duration: 0.7s !important;
  -webkit-transition-duration: 0.7s !important;
  -o-transition-duration: 0.7s !important;
  -ms-transition-duration: 0.7s !important;
}

.speed800{
  -moz-transition-duration: 0.8s !important;
  -webkit-transition-duration: 0.8s !important;
  -o-transition-duration: 0.8s !important;
  -ms-transition-duration: 0.8s !important;
}

.speed900{
  -moz-transition-duration: 0.9s !important;
  -webkit-transition-duration: 0.9s !important;
  -o-transition-duration: 0.9s !important;
  -ms-transition-duration: 0.9s !important;
}

.speed1000{
  -moz-transition-duration: 1s !important;
  -webkit-transition-duration: 1s !important;
  -o-transition-duration: 1s !important;
  -ms-transition-duration: 1s !important;
}

.speed1100{
  -moz-transition-duration: 1.1s !important;
  -webkit-transition-duration: 1.1s !important;
  -o-transition-duration: 1.1s !important;
  -ms-transition-duration: 1.1s !important;
}

.speed1200{
  -moz-transition-duration: 1.2s !important;
  -webkit-transition-duration: 1.2s !important;
  -o-transition-duration: 1.2s !important;
  -ms-transition-duration: 1.2s !important;
}

.speed1300{
  -moz-transition-duration: 1.3s !important;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s !important;
  -ms-transition-duration: 1.3s !important;
}

.speed1400{
  -moz-transition-duration: 1.4s !important;
  -webkit-transition-duration: 1.4s !important;
  -o-transition-duration: 1.4s !important;
  -ms-transition-duration: 1.4s !important;
}

.speed1500{
  -moz-transition-duration: 1.5s !important;
  -webkit-transition-duration: 1.5s !important;
  -o-transition-duration: 1.5s !important;
  -ms-transition-duration: 1.5s !important;
}

.speed1600{
  -moz-transition-duration: 1.6s !important;
  -webkit-transition-duration: 1.6s !important;
  -o-transition-duration: 1.6s !important;
  -ms-transition-duration: 1.6s !important;
}

.speed1700{
  -moz-transition-duration: 1.7s !important;
  -webkit-transition-duration: 1.7s !important;
  -o-transition-duration: 1.7s !important;
  -ms-transition-duration: 1.7s !important;
}

.speed1800{
  -moz-transition-duration: 1.8s !important;
  -webkit-transition-duration: 1.8s !important;
  -o-transition-duration: 1.8s !important;
  -ms-transition-duration: 1.8s !important;
}

.speed1900{
  -moz-transition-duration: 1.9s !important;
  -webkit-transition-duration: 1.9s !important;
  -o-transition-duration: 1.9s !important;
  -ms-transition-duration: 1.9s !important;
}

.speed2000{
  -moz-transition-duration: 2s !important;
  -webkit-transition-duration: 2s !important;
  -o-transition-duration: 2s !important;
  -ms-transition-duration: 2s !important;
}


/* pc */
@media all and (min-width: 668px) {
  
.pc_delay0{
-moz-transition-delay:0s !important;
-webkit-transition-delay:0s !important;
-o-transition-delay:0s !important;
-ms-transition-delay:0s !important;
}

.pc_delay100{
-moz-transition-delay:0.1s !important;
-webkit-transition-delay:0.1s !important;
-o-transition-delay:0.1s !important;
-ms-transition-delay:0.1s !important;
}

.pc_delay200{
-moz-transition-delay:0.2s !important;
-webkit-transition-delay:0.2s !important;
-o-transition-delay:0.2s !important;
-ms-transition-delay:0.2s !important;
}

.pc_delay300{
-moz-transition-delay:0.3s !important;
-webkit-transition-delay:0.3s !important;
-o-transition-delay:0.3s !important;
-ms-transition-delay:0.3s !important;
}

.pc_delay400{
-moz-transition-delay:0.4s !important;
-webkit-transition-delay:0.4s !important;
-o-transition-delay:0.4s !important;
-ms-transition-delay:0.4s !important;
}

.pc_delay500{
-moz-transition-delay:0.5s !important;
-webkit-transition-delay:0.5s !important;
-o-transition-delay:0.5s !important;
-ms-transition-delay:0.5s !important;
}

.pc_delay600{
-moz-transition-delay:0.6s !important;
-webkit-transition-delay:0.6s !important;
-o-transition-delay:0.6s !important;
-ms-transition-delay:0.6s !important;
}

.pc_delay700{
-moz-transition-delay:0.7s !important;
-webkit-transition-delay:0.7s !important;
-o-transition-delay:0.7s !important;
-ms-transition-delay:0.7s !important;
}

.pc_delay800{
-moz-transition-delay:0.8s !important;
-webkit-transition-delay:0.8s !important;
-o-transition-delay:0.8s !important;
-ms-transition-delay:0.8s !important;
}

.pc_delay900{
-moz-transition-delay:0.9s !important;
-webkit-transition-delay:0.9s !important;
-o-transition-delay:0.9s !important;
-ms-transition-delay:0.9s !important;
}

.pc_delay1000{
-moz-transition-delay:1s !important;
-webkit-transition-delay:1s !important;
-o-transition-delay:1s !important;
-ms-transition-delay:1s !important;
}
  
.pc_delay1100{
-moz-transition-delay:1.1s !important;
-webkit-transition-delay:1.1s !important;
-o-transition-delay:1.1s !important;
-ms-transition-delay:1.1s !important;
}

.pc_delay1200{
-moz-transition-delay:1.2s !important;
-webkit-transition-delay:1.2s !important;
-o-transition-delay:1.2s !important;
-ms-transition-delay:1.2s !important;
}

.pc_delay1300{
-moz-transition-delay:1.3s !important;
-webkit-transition-delay:1.3s !important;
-o-transition-delay:1.3s !important;
-ms-transition-delay:1.3s !important;
}

.pc_delay1400{
-moz-transition-delay:1.4s !important;
-webkit-transition-delay:1.4s !important;
-o-transition-delay:1.4s !important;
-ms-transition-delay:1.4s !important;
}

.pc_delay1500{
-moz-transition-delay:1.5s !important;
-webkit-transition-delay:1.5s !important;
-o-transition-delay:1.5s !important;
-ms-transition-delay:1.5s !important;
}

.pc_delay1600{
-moz-transition-delay:1.6s !important;
-webkit-transition-delay:1.6s !important;
-o-transition-delay:1.6s !important;
-ms-transition-delay:1.6s !important;
}

.pc_delay1700{
-moz-transition-delay:1.7s !important;
-webkit-transition-delay:1.7s !important;
-o-transition-delay:1.7s !important;
-ms-transition-delay:1.7s !important;
}

.pc_delay1800{
-moz-transition-delay:1.8s !important;
-webkit-transition-delay:1.8s !important;
-o-transition-delay:1.8s !important;
-ms-transition-delay:1.8s !important;
}

.pc_delay1900{
-moz-transition-delay:1.9s !important;
-webkit-transition-delay:1.9s !important;
-o-transition-delay:1.9s !important;
-ms-transition-delay:1.9s !important;
}

.pc_delay2000{
-moz-transition-delay:2s !important;
-webkit-transition-delay:2s !important;
-o-transition-delay:2s !important;
-ms-transition-delay:2s !important;
}
  
.pc_delay2100{
-moz-transition-delay:2.1s !important;
-webkit-transition-delay:2.1s !important;
-o-transition-delay:2.1s !important;
-ms-transition-delay:2.1s !important;
}

.pc_delay2200{
-moz-transition-delay:2.2s !important;
-webkit-transition-delay:2.2s !important;
-o-transition-delay:2.2s !important;
-ms-transition-delay:2.2s !important;
}

.pc_delay2300{
-moz-transition-delay:2.3s !important;
-webkit-transition-delay:2.3s !important;
-o-transition-delay:2.3s !important;
-ms-transition-delay:2.3s !important;
}

.pc_delay2400{
-moz-transition-delay:2.4s !important;
-webkit-transition-delay:2.4s !important;
-o-transition-delay:2.4s !important;
-ms-transition-delay:2.4s !important;
}

.pc_delay2500{
-moz-transition-delay:2.5s !important;
-webkit-transition-delay:2.5s !important;
-o-transition-delay:2.5s !important;
-ms-transition-delay:2.5s !important;
}

.pc_delay2600{
-moz-transition-delay:2.6s !important;
-webkit-transition-delay:2.6s !important;
-o-transition-delay:2.6s !important;
-ms-transition-delay:2.6s !important;
}

.pc_delay2700{
-moz-transition-delay:2.7s !important;
-webkit-transition-delay:2.7s !important;
-o-transition-delay:2.7s !important;
-ms-transition-delay:2.7s !important;
}

.pc_delay2800{
-moz-transition-delay:2.8s !important;
-webkit-transition-delay:2.8s !important;
-o-transition-delay:2.8s !important;
-ms-transition-delay:2.8s !important;
}

.pc_delay2900{
-moz-transition-delay:2.9s !important;
-webkit-transition-delay:2.9s !important;
-o-transition-delay:2.9s !important;
-ms-transition-delay:2.9s !important;
}

.pc_delay3000{
-moz-transition-delay:3s !important;
-webkit-transition-delay:3s !important;
-o-transition-delay:3s !important;
-ms-transition-delay:3s !important;
}
  
.pc_speed0{
  -moz-transition-duration:0s !important;
  -webkit-transition-duration:0s !important;
  -o-transition-duration:0s !important;
  -ms-transition-duration:0s !important;
}

.pc_speed100{
  -moz-transition-duration: 0.1s !important;
  -webkit-transition-duration: 0.1s !important;
  -o-transition-duration: 0.1s !important;
  -ms-transition-duration: 0.1s !important;
}

.pc_speed200{
  -moz-transition-duration: 0.2s !important;
  -webkit-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
}

.pc_speed300{
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  -o-transition-duration: 0.3s !important;
  -ms-transition-duration: 0.3s !important;
}

.pc_speed400{
  -moz-transition-duration: 0.4s !important;
  -webkit-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  -ms-transition-duration: 0.4s !important;
}

.pc_speed500{
  -moz-transition-duration: 0.5s !important;
  -webkit-transition-duration: 0.5s !important;
  -o-transition-duration: 0.5s !important;
  -ms-transition-duration: 0.5s !important;
}

.pc_speed600{
  -moz-transition-duration: 0.6s !important;
  -webkit-transition-duration: 0.6s !important;
  -o-transition-duration: 0.6s !important;
  -ms-transition-duration: 0.6s !important;
}

.pc_speed700{
  -moz-transition-duration: 0.7s !important;
  -webkit-transition-duration: 0.7s !important;
  -o-transition-duration: 0.7s !important;
  -ms-transition-duration: 0.7s !important;
}

.pc_speed800{
  -moz-transition-duration: 0.8s !important;
  -webkit-transition-duration: 0.8s !important;
  -o-transition-duration: 0.8s !important;
  -ms-transition-duration: 0.8s !important;
}

.pc_speed900{
  -moz-transition-duration: 0.9s !important;
  -webkit-transition-duration: 0.9s !important;
  -o-transition-duration: 0.9s !important;
  -ms-transition-duration: 0.9s !important;
}

.pc_speed1000{
  -moz-transition-duration: 1s !important;
  -webkit-transition-duration: 1s !important;
  -o-transition-duration: 1s !important;
  -ms-transition-duration: 1s !important;
}

.pc_speed1100{
  -moz-transition-duration: 1.1s !important;
  -webkit-transition-duration: 1.1s !important;
  -o-transition-duration: 1.1s !important;
  -ms-transition-duration: 1.1s !important;
}

.pc_speed1200{
  -moz-transition-duration: 1.2s !important;
  -webkit-transition-duration: 1.2s !important;
  -o-transition-duration: 1.2s !important;
  -ms-transition-duration: 1.2s !important;
}

.pc_speed1300{
  -moz-transition-duration: 1.3s !important;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s !important;
  -ms-transition-duration: 1.3s !important;
}

.pc_speed1400{
  -moz-transition-duration: 1.4s !important;
  -webkit-transition-duration: 1.4s !important;
  -o-transition-duration: 1.4s !important;
  -ms-transition-duration: 1.4s !important;
}

.pc_speed1500{
  -moz-transition-duration: 1.5s !important;
  -webkit-transition-duration: 1.5s !important;
  -o-transition-duration: 1.5s !important;
  -ms-transition-duration: 1.5s !important;
}

.pc_speed1600{
  -moz-transition-duration: 1.6s !important;
  -webkit-transition-duration: 1.6s !important;
  -o-transition-duration: 1.6s !important;
  -ms-transition-duration: 1.6s !important;
}

.pc_speed1700{
  -moz-transition-duration: 1.7s !important;
  -webkit-transition-duration: 1.7s !important;
  -o-transition-duration: 1.7s !important;
  -ms-transition-duration: 1.7s !important;
}

.pc_speed1800{
  -moz-transition-duration: 1.8s !important;
  -webkit-transition-duration: 1.8s !important;
  -o-transition-duration: 1.8s !important;
  -ms-transition-duration: 1.8s !important;
}

.pc_speed1900{
  -moz-transition-duration: 1.9s !important;
  -webkit-transition-duration: 1.9s !important;
  -o-transition-duration: 1.9s !important;
  -ms-transition-duration: 1.9s !important;
}

.pc_speed2000{
  -moz-transition-duration: 2s !important;
  -webkit-transition-duration: 2s !important;
  -o-transition-duration: 2s !important;
  -ms-transition-duration: 2s !important;
}
  
}

/* sp */
@media all and (max-width: 667px) {

.sp_delay0{
-moz-transition-delay:0s !important;
-webkit-transition-delay:0s !important;
-o-transition-delay:0s !important;
-ms-transition-delay:0s !important;
}

.sp_delay100{
-moz-transition-delay:0.1s !important;
-webkit-transition-delay:0.1s !important;
-o-transition-delay:0.1s !important;
-ms-transition-delay:0.1s !important;
}

.sp_delay200{
-moz-transition-delay:0.2s !important;
-webkit-transition-delay:0.2s !important;
-o-transition-delay:0.2s !important;
-ms-transition-delay:0.2s !important;
}

.sp_delay300{
-moz-transition-delay:0.3s !important;
-webkit-transition-delay:0.3s !important;
-o-transition-delay:0.3s !important;
-ms-transition-delay:0.3s !important;
}

.sp_delay400{
-moz-transition-delay:0.4s !important;
-webkit-transition-delay:0.4s !important;
-o-transition-delay:0.4s !important;
-ms-transition-delay:0.4s !important;
}

.sp_delay500{
-moz-transition-delay:0.5s !important;
-webkit-transition-delay:0.5s !important;
-o-transition-delay:0.5s !important;
-ms-transition-delay:0.5s !important;
}

.sp_delay600{
-moz-transition-delay:0.6s !important;
-webkit-transition-delay:0.6s !important;
-o-transition-delay:0.6s !important;
-ms-transition-delay:0.6s !important;
}

.sp_delay700{
-moz-transition-delay:0.7s !important;
-webkit-transition-delay:0.7s !important;
-o-transition-delay:0.7s !important;
-ms-transition-delay:0.7s !important;
}

.sp_delay800{
-moz-transition-delay:0.8s !important;
-webkit-transition-delay:0.8s !important;
-o-transition-delay:0.8s !important;
-ms-transition-delay:0.8s !important;
}

.sp_delay900{
-moz-transition-delay:0.9s !important;
-webkit-transition-delay:0.9s !important;
-o-transition-delay:0.9s !important;
-ms-transition-delay:0.9s !important;
}

.sp_delay1000{
-moz-transition-delay:1s !important;
-webkit-transition-delay:1s !important;
-o-transition-delay:1s !important;
-ms-transition-delay:1s !important;
}
  
.sp_delay1100{
-moz-transition-delay:1.1s !important;
-webkit-transition-delay:1.1s !important;
-o-transition-delay:1.1s !important;
-ms-transition-delay:1.1s !important;
}

.sp_delay1200{
-moz-transition-delay:1.2s !important;
-webkit-transition-delay:1.2s !important;
-o-transition-delay:1.2s !important;
-ms-transition-delay:1.2s !important;
}

.sp_delay1300{
-moz-transition-delay:1.3s !important;
-webkit-transition-delay:1.3s !important;
-o-transition-delay:1.3s !important;
-ms-transition-delay:1.3s !important;
}

.sp_delay1400{
-moz-transition-delay:1.4s !important;
-webkit-transition-delay:1.4s !important;
-o-transition-delay:1.4s !important;
-ms-transition-delay:1.4s !important;
}

.sp_delay1500{
-moz-transition-delay:1.5s !important;
-webkit-transition-delay:1.5s !important;
-o-transition-delay:1.5s !important;
-ms-transition-delay:1.5s !important;
}

.sp_delay1600{
-moz-transition-delay:1.6s !important;
-webkit-transition-delay:1.6s !important;
-o-transition-delay:1.6s !important;
-ms-transition-delay:1.6s !important;
}

.sp_delay1700{
-moz-transition-delay:1.7s !important;
-webkit-transition-delay:1.7s !important;
-o-transition-delay:1.7s !important;
-ms-transition-delay:1.7s !important;
}

.sp_delay1800{
-moz-transition-delay:1.8s !important;
-webkit-transition-delay:1.8s !important;
-o-transition-delay:1.8s !important;
-ms-transition-delay:1.8s !important;
}

.sp_delay1900{
-moz-transition-delay:1.9s !important;
-webkit-transition-delay:1.9s !important;
-o-transition-delay:1.9s !important;
-ms-transition-delay:1.9s !important;
}

.sp_delay2000{
-moz-transition-delay:2s !important;
-webkit-transition-delay:2s !important;
-o-transition-delay:2s !important;
-ms-transition-delay:2s !important;
}
  
.sp_delay2100{
-moz-transition-delay:2.1s !important;
-webkit-transition-delay:2.1s !important;
-o-transition-delay:2.1s !important;
-ms-transition-delay:2.1s !important;
}

.sp_delay2200{
-moz-transition-delay:2.2s !important;
-webkit-transition-delay:2.2s !important;
-o-transition-delay:2.2s !important;
-ms-transition-delay:2.2s !important;
}

.sp_delay2300{
-moz-transition-delay:2.3s !important;
-webkit-transition-delay:2.3s !important;
-o-transition-delay:2.3s !important;
-ms-transition-delay:2.3s !important;
}

.sp_delay2400{
-moz-transition-delay:2.4s !important;
-webkit-transition-delay:2.4s !important;
-o-transition-delay:2.4s !important;
-ms-transition-delay:2.4s !important;
}

.sp_delay2500{
-moz-transition-delay:2.5s !important;
-webkit-transition-delay:2.5s !important;
-o-transition-delay:2.5s !important;
-ms-transition-delay:2.5s !important;
}

.sp_delay2600{
-moz-transition-delay:2.6s !important;
-webkit-transition-delay:2.6s !important;
-o-transition-delay:2.6s !important;
-ms-transition-delay:2.6s !important;
}

.sp_delay2700{
-moz-transition-delay:2.7s !important;
-webkit-transition-delay:2.7s !important;
-o-transition-delay:2.7s !important;
-ms-transition-delay:2.7s !important;
}

.sp_delay2800{
-moz-transition-delay:2.8s !important;
-webkit-transition-delay:2.8s !important;
-o-transition-delay:2.8s !important;
-ms-transition-delay:2.8s !important;
}

.sp_delay2900{
-moz-transition-delay:2.9s !important;
-webkit-transition-delay:2.9s !important;
-o-transition-delay:2.9s !important;
-ms-transition-delay:2.9s !important;
}

.sp_delay3000{
-moz-transition-delay:3s !important;
-webkit-transition-delay:3s !important;
-o-transition-delay:3s !important;
-ms-transition-delay:3s !important;
}

.sp_speed0{
  -moz-transition-duration:0s !important;
  -webkit-transition-duration:0s !important;
  -o-transition-duration:0s !important;
  -ms-transition-duration:0s !important;
}

.sp_speed100{
  -moz-transition-duration: 0.1s !important;
  -webkit-transition-duration: 0.1s !important;
  -o-transition-duration: 0.1s !important;
  -ms-transition-duration: 0.1s !important;
}

.sp_speed200{
  -moz-transition-duration: 0.2s !important;
  -webkit-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
}

.sp_speed300{
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  -o-transition-duration: 0.3s !important;
  -ms-transition-duration: 0.3s !important;
}

.sp_speed400{
  -moz-transition-duration: 0.4s !important;
  -webkit-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  -ms-transition-duration: 0.4s !important;
}

.sp_speed500{
  -moz-transition-duration: 0.5s !important;
  -webkit-transition-duration: 0.5s !important;
  -o-transition-duration: 0.5s !important;
  -ms-transition-duration: 0.5s !important;
}

.sp_speed600{
  -moz-transition-duration: 0.6s !important;
  -webkit-transition-duration: 0.6s !important;
  -o-transition-duration: 0.6s !important;
  -ms-transition-duration: 0.6s !important;
}

.sp_speed700{
  -moz-transition-duration: 0.7s !important;
  -webkit-transition-duration: 0.7s !important;
  -o-transition-duration: 0.7s !important;
  -ms-transition-duration: 0.7s !important;
}

.sp_speed800{
  -moz-transition-duration: 0.8s !important;
  -webkit-transition-duration: 0.8s !important;
  -o-transition-duration: 0.8s !important;
  -ms-transition-duration: 0.8s !important;
}

.sp_speed900{
  -moz-transition-duration: 0.9s !important;
  -webkit-transition-duration: 0.9s !important;
  -o-transition-duration: 0.9s !important;
  -ms-transition-duration: 0.9s !important;
}

.sp_speed1000{
  -moz-transition-duration: 1s !important;
  -webkit-transition-duration: 1s !important;
  -o-transition-duration: 1s !important;
  -ms-transition-duration: 1s !important;
}

.sp_speed1100{
  -moz-transition-duration: 1.1s !important;
  -webkit-transition-duration: 1.1s !important;
  -o-transition-duration: 1.1s !important;
  -ms-transition-duration: 1.1s !important;
}

.sp_speed1200{
  -moz-transition-duration: 1.2s !important;
  -webkit-transition-duration: 1.2s !important;
  -o-transition-duration: 1.2s !important;
  -ms-transition-duration: 1.2s !important;
}

.sp_speed1300{
  -moz-transition-duration: 1.3s !important;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s !important;
  -ms-transition-duration: 1.3s !important;
}

.sp_speed1400{
  -moz-transition-duration: 1.4s !important;
  -webkit-transition-duration: 1.4s !important;
  -o-transition-duration: 1.4s !important;
  -ms-transition-duration: 1.4s !important;
}

.sp_speed1500{
  -moz-transition-duration: 1.5s !important;
  -webkit-transition-duration: 1.5s !important;
  -o-transition-duration: 1.5s !important;
  -ms-transition-duration: 1.5s !important;
}

.sp_speed1600{
  -moz-transition-duration: 1.6s !important;
  -webkit-transition-duration: 1.6s !important;
  -o-transition-duration: 1.6s !important;
  -ms-transition-duration: 1.6s !important;
}

.sp_speed1700{
  -moz-transition-duration: 1.7s !important;
  -webkit-transition-duration: 1.7s !important;
  -o-transition-duration: 1.7s !important;
  -ms-transition-duration: 1.7s !important;
}

.sp_speed1800{
  -moz-transition-duration: 1.8s !important;
  -webkit-transition-duration: 1.8s !important;
  -o-transition-duration: 1.8s !important;
  -ms-transition-duration: 1.8s !important;
}

.sp_speed1900{
  -moz-transition-duration: 1.9s !important;
  -webkit-transition-duration: 1.9s !important;
  -o-transition-duration: 1.9s !important;
  -ms-transition-duration: 1.9s !important;
}

.sp_speed2000{
  -moz-transition-duration: 2s !important;
  -webkit-transition-duration: 2s !important;
  -o-transition-duration: 2s !important;
  -ms-transition-duration: 2s !important;
}  

}


/*=============================================
style
=============================================*/
.clearfix {
    min-height: 1%;
}
.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0 !important;
}


.lp_contents .text_small {
  font-size: 13px;
}

rt {
    font-size: 13px;
}

.lp_set_list {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
}
.lp_set_list_block {
    display: inline-block;
    vertical-align: top;
	letter-spacing: normal;
}
/*.lp_set_list_txt_wrap {
    position: relative;
}*/
.cutboard {
    position: relative;
    text-align: right;
}
.cutboard .img_main_deco_area01 {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 10;
}
.cutboard .img_main_deco_area02 {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}
.cutboard .img_main_deco_area03 {
    position: absolute;
    top: 65px;
    left: 10px;
    z-index: 10;
}
.cutboard .img_main_deco_area04 {
    position: absolute;
    top: 135px;
    left: 62px;
    z-index: 10;
}
.cutboard .img_main_deco_area05 {
    position: absolute;
    top: 275px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}
.cutboard .img_main_deco_area06 {
    position: absolute;
    top: 355px;
    left: 150px;
    z-index: 10;
}
/*.cutboard .img_main_deco_area05 {
    position: absolute;
    top: 208px;
    left: 865px;
    z-index: 10;
}*/
.cutboard .lp_set_list_img {
    position: relative;
}
.cutboard figcaption {
    position: absolute;
    bottom: 7px;
}
.cutboard .lp_set_list_txt_wrap {
  height: 300px;
  width: 970px;
}
.cutboard a,.cutboard p{
    color: #000;
}

.lp_visual_main{
	display: block;
}
.lp_visual_main_sp{
	display: none;
}


@media screen and (max-width:737px){

#lp_visual {
  height: auto;
  padding: 0;
  background: #fff;
}
#lp_visual .lp_visual {
    max-width: 100%;
}

/* main */
#lp_visual .lp_visual {
    max-width: 100%;
}
#lp_visual::after {
	display: none;
}

.lp_set_list {
    flex-flow: column;
}

.lp_set_list_block {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    letter-spacing: normal;
    text-align: center;
}
.lp_set_list_img img {
    width: 100%;
}

.cutboard .img_main_deco_area01 {
    position: absolute;
    top: 11.5%;
    left: 85%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 28%;
}
.cutboard .img_main_deco_area02 {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 40%;
}
.cutboard .img_main_deco_area03 {
    position: absolute;
    top: 18%;
    left: 7%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 12%;
}
.cutboard .img_main_deco_area04 {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 92%;
}
.cutboard .img_main_deco_area05 {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 16%;
}
.cutboard .img_main_deco_area06 {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 10;
    width: 74%;
}
.cutboard .img_main_deco_area01 .img_main_deco_in:after,
.cutboard .img_main_deco_area02 .img_main_deco_in:after,
.cutboard .img_main_deco_area03 .img_main_deco_in:after {
    right: -25%;
    height: 50px;
}
.cutboard .lp_set_list_txt_wrap {
  height: auto;
  width: 100%;
}

}



/********************************************************************************

  横幅が320px以下に適用

********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 321px) {





}