@charset "UTF-8";
/* 共通のスタイル */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/* 共通のスタイル */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
line-height: 1; }

table {
border-collapse: collapse;
border-spacing: 0; }

fieldset,
img {
border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
font-style: inherit;
font-weight: inherit; }

del,
ins {
text-decoration: none; }

ul li {
list-style: none; }

caption,
th {
text-align: left; }

/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
q:before,
q:after {
content: ""; }

abbr,
acronym {
border: 0;
font-variant: normal; }

sup {
vertical-align: baseline; }

sub {
vertical-align: baseline; }

legend {
color: #000; }

input,
button,
textarea,
select,
optgroup,
option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit; }

input,
button,
textarea,
select {
*font-size: 100%; }
.telasa_top p{
  word-break:break-all;
  line-height: 2em;
  overflow-wrap:break-word;
  padding: 20px 0;
}

.header{
  width: auto;
  padding: 15px;
  line-height: 1;

}
.logo {
  padding: 0 ;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.logo img{
  width: 100%;
}
body{
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "sans-serif";
  color: #333;
}
@media all and (min-width: 768px) {
  .telasa_top p{
    overflow-wrap:break-word;
    padding: 30px 0;
    margin:0;
  }
  .header{
    height: 100%;
    background: #FFF;
    padding: 0 2rem;
    line-height: 1;

  }
  .logo {
    padding: 20px 0 ;
    text-align: center;
    width: 640px;
    margin: 0 auto;
  }
  .logo img{
    width: 100%;
  }
}
.img{
  max-width: 100%;
  height: auto;
}
.center {
  text-align: center;
}
.txt_bold {
  font-weight: bold;
}
.txt_normal {
  font-weight: normal;
}
.txt_link {
  color: #EB5505;
  text-decoration: underline;
}
.txt_orange {
  color: #EB5505;
}
.mgt_20{
  margin-top: 20px;
}
.intro{
  background-color: #F3F3F3;
  display: block;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.intro p{
  line-height:1.4em;
  font-size: 1em;
}
.guide .intro{
  background-color: #F3F3F3;
  display: block;
  box-sizing: border-box;
  padding: 30px 10px;
  margin-top: 30px;
  margin-bottom: 0px;
}
.intro p{
  line-height:1.4em;
  font-size: 1em;
}
@media all and (min-width: 768px) {
  .intro {
    display: block;

  } 
  .intro .copyright{
    width: 960px;
    margin: 0 auto;
  }
} 
.main {
  text-align:  center; 
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 114.57%;
  background: url(../img/sp_bg_top2.jpg);
  background-size: cover;
  position: relative;
}

@media all and (min-width: 768px) {
  .main {
    text-align:  center;    /* 文字中央寄せ */
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 37.75%;
    background: url(../img/bg_top.jpg);
    background-size: cover;
    position: relative;
  }

}
.card_area {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;

}
.card_area_inner {
  background: rgba(255, 255, 255, 0.9);
  width: 81.3%;
  height: 49%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  font-weight: 900;
  color: #000000;
}
.card_txt01 {
  font-size: 3.3vw;
  padding: 4vw 0 3vw;
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 20px #ffffff;
}

.card_txt02 {
  font-size: 7vw;
  color: #eb5505;
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 20px #ffffff;
}
.card_txt03 {
  font-size: 4.8vw;
  color: #eb5505;
  background: #ffffff;
  padding: 1.4vw 2.2vw;
  display: inline-block;
  border-radius: 6px;
  margin: 3vw auto;
  border: 1px solid #eb5505;
}
.card_txt04 {
  font-size: 4.2vw;
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 20px #ffffff;
}
.card_txt04 span {
  font-size: 5.4vw;
}
.card_btn {
  background: #eb5505;
  margin: 3vw 2vw 2vw;
  font-size: 4.4vw;
  border-radius: 6px;
}
.card_btn a {
  padding: 1.4vw 0.5vw;
  padding: 4vw;
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
}
.card_btn a::after {
  content: "";
  background: url(../img/arrow_w.png) center center no-repeat;
  background-size: contain;
  width: 2vw;
  height: 3.2vw;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 2vw;
}

@media all and (min-width: 768px) {
  .card_area_inner {
    width: 40%;
    height: 55%;
  }
  .card_txt01 {
    font-size: 1.65vw;
    padding: 1.6vw 0 1vw;
  }
  
  .card_txt02 {
    font-size: 3vw;
  }
  .card_txt03 {
    font-size: 2vw;
    padding: 0.5vw 1.2vw;
    margin: 1vw auto;
    border: 2px solid #eb5505;
  }
  .card_txt04 {
    font-size: 1.8vw;
  }
  .card_txt04 span {
    font-size: 2.4vw;
  }
  .card_btn {
    margin: 1vw 0.5vw 0.5vw;
    font-size: 1.5vw;
    border-radius: 0 0 8px 8px;
  }
  .card_btn a {
    padding: 1.4vw 0.5vw;
    padding: 1.4vw;
  }
  .card_btn a::after {
    width: 0.8vw;
    height: 1.4vw;
    right: 0.8vw;
  }

}

.contents {
  width: auto;
  max-width: 960px;
}
.function {
  background-color: #eb5505;
  display: block;
  position: relative;
  height: auto;
  display: block;  
  padding: 20px 0;
  margin: 0;
}
.function_box{
  display:block;
  flex-wrap: all;
}
.function_item{
  width: auto;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 15px 15px 15px;
  padding: 2px;
}

.function_item h2{
  color: #FFF;
  background: #eb5505;
  font-family: 'Noto Sans JP';
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; 
  margin: 0;

  text-align: center;
  padding: 12px 0;
  font-size: 1.5em;
}
.function_item img {
  height: 80px;
  display: block;
  margin: 20px auto; 
}
.function_item img.price_graph {
  height: 110px;
}

.function_item p {
  margin: 0;
  padding: 0 20px 15px 20px;
  font-size: 1em;
  line-height: 1.6;
}
.function_item p span{
  display: inline-block;
  font-size: .8em;
  color: #666;
  padding: 5px 0 0 0;

}
@media all and (min-width: 768px) {
  .contents {
    width: 960px;
    margin: 0 auto;
    display: block;
  }
  .function {
    padding: 40px 0;

  }
  .function_box{
    display:flex;
    flex-wrap: wrap;
  }
  .function_item{
    width: 48%;
    margin: 0 1% 20px 1%;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 8px;
  }
  .function_item h2{
    padding: 16px 0 ;
    font-size: 1.7em;
    line-height: 1;
  }
  .function_item img {
    height: 80px;
    margin: 20px auto; 
  }
  .function_item img.price_graph {
    height: 80px;
  }
  .function_item p {
    padding: 0 20px 15px 20px;
    font-size: 1em;
    line-height: 1.6;
  }
  .function_item p span{
    font-size: .8em;
  }
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin:10px;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.question_block{
  background-color: #fff;
  padding: 15px;
  margin: 10px 15px 30px;
  border-radius: 5px;
  display: block;
  border: solid #bfbaba 2px;
  box-sizing: border-box;
  max-width: 950px;
  overflow: hidden;
}
.question_block .txtS {
  font-size: .8em;
  color: #666;
  line-height: 1.5;
  display: inline-block;
  padding-top: 10px;
}
.guide_block{
  background-color: #fff;
  padding: 10px 0;
  margin: 30px 15px 0;
  border-radius: 5px;
  display: block;
  border: solid #bfbaba 2px;
  box-sizing: border-box;
  max-width: 950px;
  overflow: hidden;
  text-align: center;
}
.guide_block h4{
  font-size: 1.1em;
 
  font-family: 'Noto Sans JP';
  margin: 10px 0 0 0;
  overflow-wrap: break-word;
  line-height: 1.4em;
}
.guide .btn{
  width: 100%;
  clear: left;
  margin:10px 0;
}
.guide .btn-gradient-radius {
  display: inline-block;
  line-height: 1;
  border-radius: 40px;
  text-decoration: none;
  color: #FFF;
  transition: .4s;
  background-color: #eb5505;
  position: relative;
  margin: 10px;
}

.guide .btn-text{
  color:#FFF;
  font-size: .9em;
  line-height: 2;
}
.guide .btn-gradient-radius:hover {
  background-color: #fa7731;
}
.guide .text_btn_box{
  color: #333;
  font-weight: bold;
  font-size: 1.2em;
  margin: 30px 0 10px;
}
.text_btn {
  color: #ffffff;
}
@media all and (min-width: 768px) {
  .question {
    display: block;
    padding: 10px 0 30px 0;
  }
  .question_block{
    background-color: #fff;
    padding: 50px 50px;
    margin: 10px 30px 30px;
    border-radius: 5px;
    display: block;
    border: solid #bfbaba 5px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .question_block .txtS {
    font-size: .8em;
    padding-top: 0;
  }
  .question_block dl.q_box01 {
    padding-bottom: 20px;
  }
  .question_block dl.q_box02 {
    padding-bottom: 20px;
  }
  .question_block dl.q_box03 {
    padding-bottom: 30px;
  }
  .question_block dl dt,
  .question_block dl dd {
    line-height: 2em;
  }
  .question_block dl dd {
    margin-left: 15px;
  }
  .guide_block{
    background-color: #fff;
    padding: 30px ;
    margin: 60px 30px 30px;
    border-radius: 5px;
    display: block;
    text-align: center;
    border: solid #bfbaba 5px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .guide_block h4{
    font-size: 1.3em;
    line-height: 2;
    margin: 10px 0 ;
  }
  .guide .btn{
    width: 100%;
    clear: left;
  }
  .guide .btn-gradient-radius {
    display: inline-block;
    line-height: 1;
    border-radius: 40px;
    text-decoration: none;
    color: #FFF;
    transition: .4s;
    background-color: #eb5505;
    position: relative;
    margin: 8px;
    min-height: 36px;
  }

  .guide .btn-gradient-radius:hover {
    background-color: #fa7731;
  }
}
.telasa_top h3{
  color:#eb5505;
  font-family: 'Noto Sans JP';
  text-align: center;
  margin: 50px 0 30px;
  font-size: 1.5em;
  line-height: 2em;
}

.question_block h4{
  font-family: 'Noto Sans JP';
  margin: 10px 0;
  overflow-wrap: break-word;
  line-height: 2em;
}
.question_block dl dt,
.question_block dl dd {
  line-height: 2em;
}
.question_block dl dd {
  margin-left: 15px;
}
.question_block dl.q_box01 {
  padding-bottom: 20px;
}
.question_block dl.q_box02 {
  padding-bottom: 20px;
}
.question_block dl.q_box03 {
  padding-bottom: 20px;
}
.telasa_top h5{
  font-family: 'Noto Sans JP';
  text-align: center;
  font-size: 1.2em;
}
.telasa_top h6{
  font-family: 'Noto Sans JP';
  text-align: center;
  font-size: 1.3em;
  padding-top: 3px;
}
.footer{
  background-color: #333333;
  height:100%;
  padding-bottom: 100px;
}
/* .guide .footer{
  padding-top: 15px;
   padding-bottom: 20px;
} */

.footer li a{color: #FFF;
  padding: 0 10px;
}
.telasa_top ul{
  padding: 1em;
}
.fl{
  float: none;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}
.fr{
  float: none;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}
.telasa_top li a{
  color: #FFF;
  padding: 0 10px;
}
.white{
  color:#ffffff
}

.sp_image{
}
.pc_image{
  display:none;
}


.btn{
  width: 100%;
  clear: left;
  margin:10px 0;
}
.btn-gradient-radius {
  display: inline-block;
  border-radius: 40px;
  text-decoration: none;
  color: #000;
  transition: .4s;
  background-color: #fff;
  position: relative;
  padding: 10px 7%;
  width: 92%;
  max-width: 670px;
  margin: 10px auto;
  box-sizing: border-box;
  height: auto;

}
.btn-gradient-radius .btn-text {
  display: flex;
  min-height: 34px;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none){
  .btn-gradient-radius .btn-text {
      height: 34px;
  }
}
.btn-icon {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 2.8%;
  height: 27%;
  margin: auto;
}
.btn-icon img {
  width: 100%;
}
.btn_subtxt {
  color: #ffffff;
  font-size: .9em;
}
.btn-text{
  color:#eb5505;
  font-size: .9em;
  line-height: 1.1;
}
.btn-gradient-radius:hover {
  background-color: #f1eded;
}
.text_btn_box{
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  margin: 30px 0 10px;
}
.text_btn {
  color: #ffffff;
}
.text_btn:visited {
  color: #ffffff;
}
.text_btn:hover {
  color: #e4e0e0;
}
.text_btn:active {
  color: #e4e0e0;
}
.annotation{
  font-size: small;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  padding:10px;  
}
.br::before {
  content: "\A" ;
  white-space: pre ;
}
.footer_btn{
  width: 100%;
  position:fixed;
  bottom:0;
  background-color: #eb5505; 
  margin:0; 
  height:60px;
}
.footer_btn-gradient-radius{
  display: inline-block;
  padding: 10px 85px;
  text-decoration: none;
  transition: .4s;
  position: relative;
  margin: 5px;
  height: 30px;
  border-radius: 25px;
  color: #000;
  transition: .4s;
  background-color: #fff;
  position: relative;
  line-height: 1;
}
.footer_btn-icon{
  position: absolute;
  right: 1em;
  top: 13px;
}
.tab_wrap {
  width: 100%
}
input[type="radio"] {
  display: none
}
.tab_area {
  font-size: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fff
}
.tab_area label {
  width: 45%;
  margin: 0 1%;
  display: inline-block;
  padding: 12px 0;
  color: #999;
  background: #ddd;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  transition: ease .2s opacity;
  border-radius: .5em .5em 0 0 / .5em .5em 0 0;
  -webkit-border-radius: .5em .5em 0 0 / .5em .5em 0 0;
  -moz-border-radius: .5em .5em 0 0 / .5em .5em 0 0;
  cursor: pointer
}
.panel_area {
  background: #fff
}
.tab_panel {
  width: 100%;
  padding: 10px 0;
  display: none
}
.tab_panel p {
  font-size: 13px;
  /* letter-spacing: 1px; */
  text-align: left;
  padding: 5px 20px 20px
}
.tab1_label,.tab2_label {
  font-family: 'Noto Sans JP';
}
#tab1:checked ~ .tab_area .tab1_label {
  background: #eb5505;
  color: #000;
  font-weight: bold;
  border-radius: .5em .5em 0 0 / .5em .5em 0 0;
  -webkit-border-radius: .5em .5em 0 0 / .5em .5em 0 0;
  -moz-border-radius: .5em .5em 0 0 / .5em .5em 0 0;
  cursor: pointer
}
#tab1:checked ~ .panel_area #panel1 {
  display: block
}
#tab2:checked ~ .tab_area .tab2_label {
  background: #70ad47;
  color: #000;
  font-weight: bold;
  border-radius: .5em .5em 0 0 / .5em .5em 0 0;
  -webkit-border-radius: .5em .5em 0 0 / .5em .5em 0 0;
  -moz-border-radius: .5em .5em 0 0 / .5em .5em 0 0;
  cursor: pointer
}
#tab2:checked ~ .panel_area #panel2 {
  display: block
}
#panel1 a {
  color: #eb5505;
  border-bottom: 1px solid #eb5505;
}
#panel2 a {
  color: #70ad47;
  border-bottom: 1px solid #70ad47
}
#panel1 {
  border-top: 5px solid #eb5505;
}
#panel2 {
  border-top: 5px solid #70ad47
}
.pc_area {
  display: none;
}
.sp_area {
  display: block;
}

.btn-divide-wrap .plus {
  display: inline-block;
  background: url(../img/plus.png) no-repeat center center;
  background-size: 80%;
  width: 5.3vw;
  height: 5.3vw;
  vertical-align: middle;
  position: relative;
  top: 0;
  margin: 0 2.4vw;
}
.btn-divide {
  border-radius: 10px;
  padding: 12px 5px;
}
h5.btn-divide-wrap {
  font-size: 5.0666vw;
}
.btn-divide-box01 {
  white-space: nowrap;
}
.btn-divide-txt {
  border-bottom: 1px solid #eb5505;
  padding-bottom: 5px;
}
.btn-divide-txt02 {
  letter-spacing: 0.17em;
}
.btn-divide-txt02::after {
  content: "";
  margin-left: -0.17em;
}
.btn-divide-box02{
  display: block;
  margin-top: 20px;
}
.btn-divide .btn-icon {
  right: 14px;
  bottom: -51px;
}

p.cnt_sttl_txt {
  font-size: 6.6666vw;
  font-family: 'Noto Sans JP';
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
p.cnt_sttl_txt::before,
p.cnt_sttl_txt::after {
	content: '';
	width: 3px;
	height: 30px;
	background-color: #fff;
  position: relative;
  bottom: -3px;
}
p.cnt_sttl_txt::before {
  margin-right: 15px;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
p.cnt_sttl_txt::after {
  margin-left: 15px;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
}
/* NOTE:CSS_sp ここまで */

.footer_btn-text{
  color:#eb5505; 
}
/* タブレットのスタイル */
@media all and (min-width: 480px) {
}
/* パソコンのスタイル */
@media all and (min-width: 768px) {

  .btn{
    width: 100%;
    clear: left;
  }
  .btn-gradient-radius {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 40px;
    text-decoration: none;
    color: #000;
    transition: .4s;
    background-color: #fff;
    position: relative;
    margin: 8px;
    height: 58px;
  }
  .btn-icon {
    width: 12px;
    height: 19px;
  }
  
  .btn-gradient-radius:hover {
    background-color: #f1eded;
  }

  .fl{
    float: left;
    color: #FFF;
    padding:0 ;
  }
  .fr{
    float: right;
    color: #FFF;
    padding:0 ;
  }
  .footer{
    height:3em;
    padding-bottom: 150px;
  }
  .guide .footer ul{
    padding: 1em;
  }
  /* .guide .footer{
    padding-bottom: 0;
    margin-top: 0;
  } */

  .footer li a{color: #FFF;
    padding: 0 10px;
  }
  .annotation{
    text-align: center;
  }
  .br::before {
    content: "" ;
  }
  /* NOTE:CSS_sp ここまで */
  .tab_wrap {
    width: 86%;
    margin: 0 auto 30px auto;
    display: flex
  }
  .tab_panel1 {
    background-color: #FFF;
    width: 400px;
    margin-right: 3px;
    padding: 10px 0;
    border: solid 4px #eb5505;
    border-radius: 0 0 .5em .5em / 0 0 .5em .5em;
    -webkit-border-radius: 0 0 .5em .5em / 0 0 .5em .5em;
    -moz-border-radius: 0 0 .5em .5em / 0 0 .5em .5em;
  }
  .tab_panel1 p,
  .tab_panel2 p {
    font-size: 15px;
    /* letter-spacing: 1px; */
    text-align: left;
    padding: 0 20px
  }
  .tab_panel2 {
    background-color: #FFF;
    width: 400px;
    margin-left: 3px;
    padding: 10px 0;
    border: solid 4px #70ad47;
    border-radius: 0 0 .5em .5em / 0 0 .5em .5em;
    -webkit-border-radius: 0 0 .5em .5em / 0 0 .5em .5em;
    -moz-border-radius: 0 0 .5em .5em / 0 0 .5em .5em;
  }
  .tab_panel1 .tabbox,
  .tab_panel2 .tabbox {
    margin-bottom: 1em
  }
  .tab_panel1 .front-spase,
  .tab_panel2 .front-spase {
    margin-left: 1em
  }
  .tab_area {
    width: 86%;
    margin: 30px auto 0 auto
  }
  .tab1_label {
    float: left;
    width: 408px;
    margin-right: 3px;
    background: #eb5505;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
    border-radius: .5em .5em 0 0 / .5em .5em 0 0;
    -webkit-border-radius: .5em .5em 0 0 / .5em .5em 0 0;
    -moz-border-radius: .5em .5em 0 0 / .5em .5em 0 0
  }

  .tab2_label {
    float: left;
    width: 408px;
    margin-left: 3px;
    background: #70ad47;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
    border-radius: .5em .5em 0 0 / .5em .5em 0 0;
    -webkit-border-radius: .5em .5em 0 0 / .5em .5em 0 0;
    -moz-border-radius: .5em .5em 0 0 / .5em .5em 0 0
  }
  #panel1 a {
    color: #eb5505;
  }
  #panel2 a {
    color: #70ad47
  }
  .nyuukai{ 
    display: block;
  }
  .telasa_top h5{
    padding-top: 0px;
  }
  .telasa_top h6{
    padding-top: 0px;
  }
  .footer_btn-gradient-radius{
    display: inline-block;
    padding: 20px 250px;
    border-radius: 40px;
    text-decoration: none;
    color: #000;
    transition: .4s;
    background-color: #fff;
    position: relative;
    margin: 8px;
    height: 15px;
  }
  .btn-text{
    color:#eb5505;
    font-size: 1em;
    line-height: 1;
  }
  .footer_btn{
    height:70px;
  }
  .footer_btn-icon{
    position: absolute;
    right: 1em;
    top: 15px;
  }
  .pc_area {
    display: block;
  }
  .sp_area {
    display: none;
  }
  .btn-divide {
    border-radius: 40px;
    padding: 10px 40px;
  }
  .btn-divide-box02{
    display: inline;
    margin-top: 0;
    margin-left: 15px;
  }
  .btn-divide-txt02 {
    letter-spacing: normal;
  }
  .btn-divide-txt02::after {
    content: none;
  }
  .btn-divide .btn-icon {
    right: 1em;
    top: -1px;
    bottom: 0;
  }
  h5.btn-divide-wrap {
    font-size: 1.2em;
  }
  .btn-divide-txt02 {
    padding-right: 0;
  }
  .btn-divide-wrap .plus {
    width: 20px;
    height: 20px;
    margin: 0 10px;
  }
  p.cnt_sttl_txt {
    font-size: 32px;
  }
  p.cnt_sttl_txt::before,
  p.cnt_sttl_txt::after {
    height: 40px;
    bottom: -3px;
  }
  p.cnt_sttl_txt::before {
    margin-right: 30px;
  }
  p.cnt_sttl_txt::after {
    margin-left: 30px;
  }
}
.attachment-post-thumbnail {
  display: none;
}

/*------------------------------

ご加入の流れ

--------------------------------*/

.guide .header{
  border-bottom: 1px solid #ccc;
}
.guide-nav li a dd span,.guide-item h3 span,.guide-nav li a dt,.guide-item__text span,.guide-item a,.guide-item h4{
  color: #EB5505;
}
.crumb ul {
  width: 100%;
  box-sizing: border-box;
  padding: 20px  ;
  margin: 0 auto;
  overflow: hidden;
}
.crumb li {
  float: left;
  font-size: .8em;
  display: inline-block;
  color: #666;
}
.crumb li a {text-decoration: underline; color: #EB5505;}

.title{
  text-align: center;
  padding: 50px 0;
}
.title h2{
  font-size: 2.4em;
}
.guide-nav{
  width: 960px;
  margin: 0 auto;
}
.guide-nav ul{
  padding: 0;margin: 0;
}
.guide-nav li{
  margin-bottom: 6px;
}
.guide-nav li a{
  background: #fdf2eb url(../guide/img/arrow.png) no-repeat 97% center;
  font-feature-settings: "palt";
  letter-spacing:.5px;
  background-size: 14px;
  display: block;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.1em;
  transition: .4s;
}
.guide-nav li a:hover{
  background-color: #f8d8c4;
}
.guide-nav li dl{
  display: flex;
}
.guide-nav li dt,.guide-nav li dd{
  padding: 18px;
}
.guide-nav li a dt{
  border-right: 1px solid #ffcdb2; 
}
.guide-nav p{
  margin-top: 20px;
  color: #666;
}
.guide .guide-nav_ttl .category_txt {
  padding: 18px;
  line-height: 1.3;
}
.guide .guide-nav_ttl .category_txt .txtS {
  font-size: 15px;
}
.guide .category-wrap {
  width: 960px;
  margin: 100px auto 0 auto;
}
.guide .category-ttl .txtS {
  font-size: 20px;
}
.guide .category-wrap .step01 {
  margin-top: 50px;
}

@media screen and (max-width:768px){
.crumb ul {

  padding: 20px 10px;

}
  .title{
    padding: 30px 0;
  }
  .title h2{
    font-size: 1.8em;
  }
  .guide-nav{
    width: 94%; 
  }
  .guide-nav li a{
    padding-right: 30px;
    font-size: .9em;
  }
  .guide-nav li dl{
    display: flex;
  }
  .guide-nav li dt,.guide-nav li dd{
    padding: 12px;
    line-height: 1.4;
  }
  .guide-nav p{
    font-size: .9em;
    line-height: 1.5;
  }
  .guide .guide-nav_ttl .category_txt {
    padding: 12px;
  }
  .guide .guide-nav_ttl .category_txt .txtS{
    font-size: 13px;
  }
  .guide .category-wrap {
    width: 94%;
    margin: 50px auto 0 auto;
  }
  .guide .category-wrap .step01 {
    margin-top: 20px;
  }
  .guide .category-ttl .txtS {
    font-size: 16px;
  }
}
.guide-item {
  width: 960px;
  margin: 80px auto 0 auto;
  padding-top: 20px;
}
.guide-item h3{
  color: #000;
  font-feature-settings: "palt";
  letter-spacing:1px;
  font-size: 1.6em;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.guide  h2.category-ttl {
  border-bottom: none;
  font-size: 1.8em;
  line-height: 1.3;
}
.guide-item__text{
  font-size: 1em;
  line-height: 2;
}
.guide-item h4{
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 4px solid #EB5505;
  display: inline-block;
  line-height: 1.8;
}
.guide-item__text span{
  font-weight: bold;
}
.guide-item__attention{
  color: #666;
  background: #f4f4f4;
  padding: 25px 30px;
  line-height: 1.8;
}
.guide-item__attention a{
  text-decoration: underline;
  color: #666;
}
.guide-item__attention span{
  font-weight: bold;
}
.guide-item__download{
  background: #f4f4f4;
  padding: 25px 30px;
  display: flex;
}
.guide-item__download p{
  color: #666;
  line-height: 1.8;
  width: 480px;
}
.guide-item__download ul{
  width: 420px;
  display: flex;
}
.guide-item__download ul li{
  width: 48%;
}
.guide-item__step{
  width: 960px;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.step{
  background-image: url(../guide/img/arrow_step.png),url(../guide/img/arrow_step.png) ;
  background-repeat: no-repeat,no-repeat;
  background-size: 40px,40px;
  background-position: 290px center,630px center;
}
.guide-item__step figure{
  margin: 0;
  padding: 0;
}
.step figure:nth-child(2){
  margin: 0 75px;
}
.guide-item__step figure img{
  width: 270px;
}
.guide-item__step figure img.guide-item__qr{
  width: 230px;
  margin-top: 190px;
  margin-left: 40px;
}
@media all and (min-width: 768px) {
  .step.step_item6-01 {
    background-image: url(../guide/img/arrow_step.png),url(../guide/img/arrow_step.png),url(../guide/img/arrow_step.png) ;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-size: 40px,40px,40px;
    background-position: 270px center,595px center,920px center;
  }
  .step.step_item6-02{
    background-image: url(../guide/img/arrow_step.png),url(../guide/img/arrow_step.png) ;
    background-repeat: no-repeat,no-repeat;
    background-size: 40px,40px;
    background-position: 270px center,595px center;
  }

  .guide-item__step.step_item6-01 figure img,
  .guide-item__step.step_item6-02 figure img{
    width: 250px;
  }
}

@media screen and (max-width:768px){
  .guide-item {
    width: 94%;
    margin: 30px auto 0 auto;
  }
  .guide-item h3{
    font-size: 1.2em;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .guide h2.category-ttl {
    border-bottom: none;
    font-size: 1.3em;
  }
  .guide-item__text{
    font-size: .9em;
    line-height: 1.7;
    margin-top: 10px;
  }
  .guide-item h4{
    font-size: 1.1em;
    margin-bottom: 0;
    display: inline;
    line-height: 1.6;
  }
  .guide-item__attention{
    padding: 20px ;
    line-height: 1.6;
    font-size: .9em;
  }
  .guide-item__download{
    background: #f4f4f4;
    padding: 20px;
    display: block;
  }
  .guide-item__download p{
    color: #666;
    line-height: 1.6;
    font-size: .9em;
    width: 100%;
  }
  .guide-item__download ul{
    width: 100%;
    margin-top: 10px;

  }
  .guide-item__download ul li{
    width: 52%;
  }
  .guide-item__download ul li:first-child{
    width: 46%;
    margin-right: 6%;
  }
  .guide-item__download ul li img{
    width: 100%;
  }
  .guide-item__step{
    width: 70%;
    display: block;

    margin: 30px auto;
  }
  .step{
    background: none;
  }
  .guide-item__step figure{
    margin: 0;
    padding: 0;
  }
  .step figure:nth-child(2){
    margin: 20px 0;
  }
  .guide-item__step figure img{
    width: 100%;

  }
  .guide-item__step figure img.guide-item__qr{
    display: none;
  }
}
/* guide col追加*/
p.guide-nav-txtB {
  font-weight: bold;
  color: #333;
}

.col4-wrap{
  background-image: url(../guide/img/arrow_step.png),url(../guide/img/arrow_step.png),url(../guide/img/arrow_step.png) ;
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-size: 30px,30px,30px;
  background-position: 210px center,460px center,710px center;
}
.col4-wrap figure,.col2Wide-img3-wrap figure{
  margin: 0;
  padding: 0;
}
.col4-wrap figure.col4-wrap-block{
  margin-right: 50px;
}
.col4-wrap figure.col4-wrap-block:last-child{
  margin-right: 0;
}
.col4-wrap figure.col4-wrap-block img {
  width: 200px;
}

.col1Wide-wrap figure.col1Wide-block img{
  width: 430px;
}

.col2Wide-wrap {
  background-image: url(../guide/img/arrow_step.png),url(../guide/img/arrow_step.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 30px,30px;
  background-position: 440px 56%,920px 56%;
}
.col2Wide-wrap.arrow-none {
  background-image: none;
}
.col2Wide-wrap figure.col2Wide-block {
  margin-right: 50px;
}
.col2Wide-wrap figure.col2Wide-block:last-child {
  margin-right: 0;
}
.col2Wide-wrap figure.col2Wide-block img {
  width: 430px;
}

.col2Wide-img2-wrap {
  background-image: url(../guide/img/arrow_step.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 440px 56%;
}
.col2Wide-img2-wrap figure.col2Wide-img2-block {
  margin-right: 50px;
}
.col2Wide-img2-wrap figure.col2Wide-img2-block:last-child {
  margin-right: 0;
}
.col2Wide-img2-wrap figure.col2Wide-img2-block img {
  width: 430px;
}

@media screen and (max-width:768px) {
  .col4-wrap,.col2Wide-wrap,.col2Wide-img2-wrap{
    background: none;
  }
  .col4-wrap figure.col4-wrap-block,.col2Wide-wrap figure.col2Wide-block,.col2Wide-img2-wrap figure.col2Wide-img2-block{
    margin-right: 0;
    margin-bottom: 30px;
  }
  .col4-wrap figure.col4-wrap-block:last-child{
    margin-bottom: 0;
  }
  .col1Wide-wrap figure.col1Wide-block img,.col4-wrap figure.col4-wrap-block img,
  .col2Wide-wrap figure.col2Wide-block img,.col2Wide-img2-wrap figure.col2Wide-img2-block img {
    width: 100%;
  }
  .guide-item__step.col1Wide-wrap,.guide-item__step.col2Wide-wrap,.guide-item__step.col2Wide-img2-wrap {
    width: 90%;
  }
}

/* /guide */


.tvasahiLp-link{
  background-color: rgba(0, 0, 0,.5);
  box-shadow:10px 10px 10px 10px rgba(0,0,0,0.2);
  padding: 30px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.tvasahiLp-link__btn{
  width: 600px;
  margin: 0 auto 0 auto;
}
.tvasahiLp-link__btn a{
  display: block;
  background: #eb5505 url(../img/lp/arrow.png) no-repeat 95% center;
  background-size: 40px;
  color: #FFF; 
  text-align: center;
  font-size: 1.875em;
  text-decoration: none;
  line-height: 80px;
  height: 80px;
  border-radius: 6px;
  transition: all 0.4s ease;
  opacity: 1;
  font-weight: bold;
}
.tvasahiLp-link__btn a:hover{
  opacity: 0.5;
}

@media screen and (max-width:768px){
.tvasahiLp-link{
  padding: 20px 0;
}
.tvasahiLp-link__btn{
  width: 90%;
  margin: 0 auto;
}
.tvasahiLp-link__btn a{
  background-size: 20px;
  font-size: 1.25em;
  height: 60px;
  line-height: 60px;
}}

/* header 退会導線 */
.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.telasa_top_logo {
  width: 30%;
  margin: 0;
}
.telasa_top_logo a {
  display: inline-block;
  transition: all 0.4s ease;
}
.header_btn a {
  font-size: 3.7333vw;
  padding: 2.9333vw 5.3333vw 3.4666vw;
  text-decoration: none;
  color: #fff;
  background: #eb5505;
  display: inline-block;
  border-radius: 40px;
  position: relative;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  transition: all 0.4s ease;
}
.header_btn a:hover,.logo a:hover,.membership_btn a:hover {
  opacity: 0.7;
}
.header_btn a::after {
  content: "";
  background: url(../img/arrow_w.png) center center no-repeat;
  background-size: contain;
  width: 3vw;
  height: 3vw;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.8vw;
}
.membership {
  font-family: 'Noto Sans JP';
}
.membership_block {
  background-color: #fff;
  padding: 15px;
  margin: 30px 15px 0;
  border-radius: 5px;
  display: block;
  border: solid #bfbaba 2px;
  box-sizing: border-box;
  max-width: 950px;
  overflow: hidden;
  text-align: center;
}
h3.membership_ttl {
  margin: 0;
  text-align: center;
  color: #333;
}
.membership .flow_img {
  margin: 5.3333vw 0 8vw;
}
.membership .flow_img img {
  width: 100%;
}
.membership_detail p {
  padding: 0;
  font-size: 3.2vw;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 4vw;
}
.membership_btn {
  text-align: right;
}
.membership_btn a {
  font-size: 3.7333vw;
  padding: 2.6666vw 8vw 3.2vw;
  text-decoration: none;
  color: #fff;
  background: #eb5505;
  display: inline-block;
  border-radius: 40px;
  position: relative;
  font-weight: bold;
  transition: all 0.4s ease;
}
.membership_btn a::after {
  content: "";
  background: url(../img/arrow_w.png) center center no-repeat;
  background-size: contain;
  width: 3vw;
  height: 3vw;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.8vw;
}
@media all and (min-width: 768px) {
  .telasa_top_logo {
    width: 170px;
  }
  .header_btn a {
    padding: 14px 40px 16px;
    font-size: 1.1em;
  }
  .header_btn a::after { 
    width: 13px;
    height: 13px;
  }
  .membership_block {
    padding: 30px 50px;
    margin: 60px 30px 30px;
    border: solid #bfbaba 5px;
  }
  .membership .flow_img {
    margin: 20px 0 30px;
  }
  .membership .flow_img img {
    width: 70%;
  }
  .membership_detail p {
    font-size: 0.9em;
    margin-bottom: 20px;
  }
  /* .membership_detail {
    display: flex;
    justify-content: space-between;
  } */
  .membership_btn a {
    padding: 14px 40px 16px;
    font-size: 1.1em;
  }
  .membership_btn a::after {
    width: 13px;
    height: 13px;
  }
  
}

/* special banner */
.banner-special.pc-only {
  display: block;
}
.banner-special.sp-only {
  display: none;
}

.banner-special {
  padding: 0 0 20px;
  text-align: center;
}
.banner-special a {
  display: inline-block;
  transition: all 0.4s ease;
  opacity: 1;
}
.banner-special a:hover {
  opacity: 0.8;
}
.banner-special a.banner-special-link img.banner-special-img {
  width: 960px;
  margin: 0 auto;
  vertical-align: bottom;
  /* border-radius: 5px; */
}

@media screen and (max-width:768px) {
  .banner-special.pc-only {
    display: none;
  }
  .banner-special.sp-only {
    display: block;
  }
  .banner-special {
    padding: 7% 0 7%;
  }
  .banner-special a.banner-special-link img.banner-special-img {
    width: 92%;
  }
}

/* special */
.card_area_inner {
  height: 62%;
}
.card_btn {
  border-radius: 6px;
  transition: all 0.4s ease;
  opacity: 1;
}
.card_btn a {
  line-height: 1.1em;
}
.card_btn:hover {
  opacity: 0.8;
}
.card_btn .sp-only,.tvasahiLp-link__txt-cashback .sp-only {
  display: block;
}
.card_txtLink a {
  color: #EB5505;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.1em;
  transition: all 0.4s ease;
  opacity: 1;
  text-decoration: none;
}
.card_txtLink a span {
  text-decoration: underline;
}
.card_txtLink a:hover {
  opacity: 0.7;
}
@media all and (min-width: 768px) {
  .card_area_inner {
    height: 68%;
  }
  .card_btn {
    border-radius: 6px;
  }
  .card_btn .sp-only,.tvasahiLp-link__txt-cashback .sp-only {
    display: none;
  }
  .card_txtLink a {
    font-size: 14px;
  }

}
.telasa_top .common-footer {
  padding-bottom: 157px;
}
@media (min-width: 768px) {
.telasa_top .common-footer {
    padding-bottom: 184px;
}
}

.tvasahiLp-link {
  background-color: rgba(0, 0, 0,.8);
  padding: 30px 0 10px;
}
.telasa_top p.tvasahiLp-link__txt-cashback {
  text-align: center;
  line-height: 1.4em;
  padding: 8px 0;
}
.tvasahiLp-link__txt-cashback a {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  transition: all 0.4s ease;
  opacity: 1;
  margin-left: -17px;
}
.tvasahiLp-link__txt-cashback a:hover{
  opacity: 0.6;
}
@media (min-width: 768px){
  .tvasahiLp-link {
    padding: 30px 0 10px;
  }
  .tvasahiLp-link__txt-cashback a {
    font-size: 21px;
    margin-left: 0;
  }
  .telasa_top p.tvasahiLp-link__txt-cashback {
    padding: 10px 0;
  }
}