@charset "utf-8";
/* CSS Information========
	PCアクティビティ一覧
	style.css
========================== */
/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #contents .topicpath dd {
    margin: 97px 0 5px;
  }
}
/*----------------------------------------
	共通

body {
	background-color: #FFFFFF;
	background: url() no-repeat;
	background-size:100%;
}
----------------------------------------*/
#activity {
  margin: 0 auto;
  width: 950px;
}
.r_bnr {
  width: 950px;
}
#hero_image {
  width: 950px;
}
#hero_image img {
  width: 100%;
}
#hero_image .mainvisual {
  position: relative;
}
#hero_image ul {
  list-style: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
  z-index: 2;
}
ul.nav_01 {
  display: flex;
  justify-content: space-between;
  /* position: absolute; */
  bottom: 37px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  margin-top: 10px;
}
ul.nav_01 li {
  font-size: 16px;
  width: 14%;
  text-align: center;
  position: relative;
}
ul.nav_01 li:last-child {
  width: 16%;
  background-color: #8e6126;
  display: block;
}
ul.nav_01 li:hover {
  background-color: rgba(131, 131, 131, 0.7);
}
ul.nav_01 li:last-child:hover {
  background-color: #b99b75;
}

#hero_image ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}
ul.nav_01 li a {
  padding: 21px 10px;
  color: #fff;
}
ul.nav_01 li a:hover {
  color: #fff;
}
ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  top: 25px;
  background-color: #999;
  left: 0;
}
ul.nav_01 li:last-child:before,
ul.nav_01 li:first-child:before {
  content: none;
}
ul.nav_02 {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #402617;
  color: #000;
}
ul.nav_02 li {
  padding: 0;
  font-size: 14px;
  position: relative;
  width: 14%;
  text-align: center;
}
ul.nav_02 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  top: 14px;
  background-color: #999;
  right: -1px;
}
ul.nav_02 li a {
  padding: 11px 0;
  display: block;
  color: #fff;
  box-sizing: border-box;
}
ul.nav_02 li a:hover {
  color: #fff;
}
#hero_image ul.nav_02 li a:hover {
  text-decoration: underline;
}

/*----------------------
　#contents
----------------------*/
#contents {
  background: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  text-align: center;
	width: 100%;
	margin: 40px auto;
}
#contents a {
  text-decoration: none;
  color: #383939;
}
#contents.none {
  display: none;
}
#contents ul li {
  list-style: none;
  word-break: break-all;
}
#contents ul a:hover {
  opacity: 0.65;
}
#contents img {
  width: 100%;
  vertical-align: top;
}
#contens div:after,
#contens ul:after,
#contens p:after,
#contens dd:after {
  content: "";
  display: block;
  clear: both;
}
/* =======================
		contents
========================== */
#contents {
	text-align: center;
	width: 100%;
	margin: 40px auto;
}
#contents .target {
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
	border: 1px solid #CCC;
	margin: 0 auto 20px;
 	padding: 10px 0;
}
#contents .topics {
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
	border: 1px solid #CCC;
	margin: 0 auto 20px;
 	padding: 10px;
}
#contents .topics a {
	text-decoration: underline;
}
#contents .topics a:hover {
	text-decoration: none;
}
#contents .target_text {
	margin: 0 auto;
	font-size: 15px;
  text-align: center;
}
#contents h2 {
	margin: 50px auto 15px;
	line-height: 1.5;
	background: #3ebbef;
	color: #FFF;
	font-weight: bold; 
  margin-top: 80px;
	padding: 10px;
	font-size: 27px;
}
#container .target {
    border: 1px solid #CCC;
    margin: 40px auto 20px;
    padding: 10px 0;
}
#contents .note{
	text-align: center;
	width: auto;
	font-size: 13px;
	color: #000;
	border: 2px solid #999999;
	margin: 20px auto 0;
	padding: 15px 12px;
}
#contents .note.red {
	color: #F00;
	border: 2px solid #F00;
}
#contents .note a {
	text-decoration: underline;
	color: #FF0000;
}
#contents .note a:hover {
	text-decoration: none;
}
#contents .red_box {
	text-align: left;
	width: auto;
	font-size: 14px;
	color: #FFF;
	background: #F00;
	border: 2px solid #F00;
	margin: 20px auto 0;
	padding: 15px 8px;
	line-height: 1.7;
	letter-spacing: -0.6px;
}
#contents .red_box a {
	text-decoration: underline;
  color: #FFF;
}
#contents .red_box a:hover {
	text-decoration: none;
}
section h3 {
	margin: 60px 0 20px;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold; 
	border-bottom: #3ebbef solid 2px;
 	color: #3ebbef;
 	padding: 10px 0;
}
.attention_red {
    font-size: 12px;
    color: #F00;
    font-weight: normal;
    display: inline-block;
    line-height: 1.8;
    margin-top: 10px;
}
#coupon {
    margin-top: -60px;
    padding-top: 60px;
}
.a_link {
 	line-height: 1.5;
 	margin: 5px auto;
}
.a_link a {
	text-decoration: underline;
}
.a_link a:hover {
	text-decoration: none;
}
.p_link {
	text-align: center;
	margin-top: 20px;
	font-size: 15px;
}
.p_link a {
  text-decoration: underline;
}
.p_link a:hover {
  text-decoration: none;
}
.innner.last {
  margin-bottom: 50px;
}
.innner-detail {
  font-size: 15px;
  text-align: left;
  width: 90%;
  margin: 0 auto 30px;
}
.innner a:hover {
	text-decoration: none;
}
.stay-bnr {
  background: #005bac;
  color: #FFF;
  font-weight: bold;
  border-radius: 10px;
	width: 82%;
	margin: 30px auto 30px;
	padding:30px;
  word-break: break-all;
}
#contents .stay-bnr a {
  text-decoration: none;
}
.stay-bnr-step {
	background: #ffa303;
    color: #FFF;
	text-align: center;
  font-weight: bold;
  font-size: 20px;
line-height: 1.8;
  border-radius: 40px;
  width: 150px;
margin: auto;
}
/* =======================
	FV
========================== */
.page_image{
	position: relative;
  height: 100%;
}
.page_image p.pc_none {
  height: 100%;
}
.page_image h1,.page_image p.circle{
	position: absolute;
}
.page_image h1{
	width: 75%;
    left: 50%;
    top: 50%;
    text-indent: inherit;
    background: none;
    margin: -20% 0 0 -37%;
    padding: 0;
}
.page_image .circle{
	width: 53%;
    top: 7.5%;
    right: 2%;
    max-width: 380px;
}
.page_image .circle img {
  height: auto;
}

/* =======================
	campaign_detail
========================== */
#contents .campaign_detail .point_box {
    width: 100%;
    border: 2px #3ebbef solid;
}
#contents .campaign_detail .point {
    background: #3ebbef;
	text-align: center;
    color: #FFF;
    font-size: 20px;
    border-radius: 40px;
    width: 200px;
    line-height: 1.4;
    padding: 5px;
	margin: 0 auto;
    transform: translate(0%,-50%);
}
#contents .campaign_detail .point-title {
    position: relative;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
	line-height: 1.5;
    bottom: 12px;
}
#contents .campaign_detail .point-title .underline {
	font-size: 20px;
    background: linear-gradient(transparent 78%, #ff6 80%);
}
#contents .campaign_detail .point-title span {
	font-size: 11px;
}
/* =======================
	campaign_detail_2
========================== */
#contents .campaign_detail_2 .point_box {
    margin: 0 auto 50px;
    border: 2px #ff637d solid;
	padding: 0 3%;
}
#contents .campaign_detail_2 .point {
    background: #ff637d;
	text-align: center;
    color: #FFF;
	font-weight: bold;
	font-size: 20px;
    border-radius: 40px;
    width: 200px;
    line-height: 1.4;
    padding: 5px;
	margin: 0 auto ;
    transform: translate(0%,-50%);
}
#contents .campaign_detail_2 .point-title {
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
	line-height: 2.3;
    bottom: 12px;
}
#contents .campaign_detail_2 .point-title .underline {
	font-size: 15px;
    background: linear-gradient(transparent 78%, #ff6 80%);
}
#contents .campaign_detail_2 .point-title span {
	font-size: 11px;
}
#contents .campaign_detail_2 .point-title_2 {
    background-color: #ff637d;
    width: 160px;
    height: 33px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
	font-weight: bold;
  text-decoration:underline;
  border-radius: 20px;
  padding: 3px 0;
  margin: 0 auto 15px;
  text-decoration: none;
  }
#contents .campaign_detail_2 .point-title_2 a {
    color: #ffffff;
  }
/* =======================
	.campaign_image
========================== */
.campaign_fee {
	height: auto;
	overflow: hidden;
	text-align: center;
}
.campaign_fee span {
    font-size: 15px;
    font-weight: bold;
}
.note_box {
  text-align: left;
  font-size: 15px;
  width: 100%;
  margin: 10px auto 0;
}
.subsidy {
    margin:5px auto 10px;
}
.subsidy table {
    width: 100%;
	margin: 10px 0;
  border-collapse: collapse;
}
.campaign_tabl tr th, .campaign_tabl tr td {
    font-size: 15px;
    padding: 10px 2px;
	line-height: 1.5;
  text-align: center;
}
.campaign_tabl tr th, .campaign_tabl tr td:first-of-type {
    background-color: #e0f6ff;
    font-weight: normal;
	border: 1px solid #CCC;
}
.campaign_tabl .txt_13 {
    font-size: 13px;
	font-weight: normal;
}
.campaign_tabl .txt_18 {
    font-size: 18px;
}
.subsidy td {
    border: solid 1px #ccc;
    padding: 15px 12px 12px;
    vertical-align: middle;
    line-height: 1.2;
}
.campaign_image .cap_list {
    border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.campaign_image .cap_list li {
    display: flex;
}
.txt_14 p {
    font-size: 14px;
}
.campaign_image .cap_list span {
    font-size: 13px;
	font-weight: normal;
	padding-right: 0.5em;
	margin-top: 5px;
}
.note_box .t-indent3  {
    margin-top: 15px;
}
.note_box .t-indent3 p {
    margin: auto;
    line-height: 2rem;
    padding-left: 1.6rem;
    text-indent: -1.6rem;
}
/* =======================
	area_coupon
========================== */
.col_2 {
	margin-bottom: 20px;
}
.col_2 li {
	border: #3ebbef 1px solid;
	padding: 10px;
  margin: 0px 10px;
}
.col_2 li:first-child {
	margin-bottom: 20px;
}
.col_2 p {
	font-size: 15px;
	text-align: center;
}
.col_4 {
    background-color: #dcf5ff;
    font-size: 15px;
    margin-top: 50px;
    padding: 40px 20px 30px;
}
.col_4 li{
    width: 48%;
    margin-bottom: 10px;
}
.col_4 li img {
	margin-top: 5px;
}
.col_4 li:nth-child(odd){
	float: right;
}
.col_4 li:last-child{
	float: none;
}
.facilities{
	position: relative;
}
.btn_bcolor {
	font-size: 15px;
	width: 90%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 5px 0;
	color: #fff;
	text-align: center;
	background-color: #3ebbef;
	border-radius: 20px;
	position: absolute;
}
/* =======================
	stay-bnr-text
========================== */
#contents .stay-bnr-text {
	color: #FFF;
    text-align: center;
	font-size: 22px;
	line-height: 1.5;
  margin: 15px 0 0;
}
/* =======================
		tab
========================== */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #fff5e3;
  display: block;
  order: -1;
}
#contents .tab-wrap .now {
    background: #fff5e3;
	color: #ffa303;
}
.tab-wrap #label {
    background: #f1f1f1;
    font-weight: bold;
	line-height: 1.5;
    font-size: 27px;
  text-align: center;
  padding: 20px;
  order: -1;
  position: relative;
  z-index: 1;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-wrap #label a{
 	color: #b9b8b8;
	display: block;
}
.tab-wrap #label a:hover{
	color: #ffa303;
}
.tab-label{
	margin-right: 20px;
}
.tab-label a:visited,
.tab-label a:link{
  text-decoration: none;
}
.tab-content{
  background: #fff5e3;
	width: 100%;
}
.tab-content ul {
	position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 40px;
  display: flex;
}
li.box_01 {
  background: #FFF;
  width: 90%;
	position: relative;
	vertical-align: top;
	padding: 0 30px 25px;
}
li.box_02, .box_03 {
  background: #FFF;
  width: 900px;
	position: relative;
	vertical-align: top;
	padding: 0 30px 25px;
  margin-top: 0;
}
p.step {
    background: #ffa303;
	text-align: center;
    color: #FFF;
	font-weight: bold;
    font-size: 27px;
    border-radius: 40px;
    width: 200px;
    line-height: 1.4;
    padding: 5px;
	margin: 0 auto;
    transform: translate(0%,-50%);
}
.tab-content .step-l{
	margin-top: 70px;
}
.step-title {
	text-align: center;
	line-height: 1.5;
	color: #666666;
	margin: -10px 0 5px;
  font-size: 27px;
  font-weight: bold;
}
p.step-text {
    font-size: 15px;
    text-align: left;
	color: #595959;
	line-height: 1.8;
}
p.step-text a{
	text-decoration: underline;
}
p.step-text a:hover{
	text-decoration: none;
}
p.info {
  font-size: 11px;
  text-align: left;
	color: #595959;
	margin-top: 5px;
}
p.link {
	text-align: center;
	border: 1px solid #b9b8b8;
	margin: 20px auto 20px;
    padding: 15px 0;
	font-size: 15px;
}
p.link a{
	color: #595959;
	text-decoration: underline;
}
p.link a:hover {
    text-decoration: none;
}
/* =======================
		矢印画像
========================== */
.arrow_01{
    position: absolute;
    z-index: 2;
	transform: rotate(90deg);
	left: 43%;
}
.arrow_02{
    position: absolute;
    z-index: 2;
	transform: rotate(90deg);
	left: 43%;
}
.arrow_03, .arrow_04 {
    position: absolute;
    z-index: 2;
	transform: rotate(90deg);
	left: 43%;
}
/* =======================
	faq
========================== */
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 25px 12px;
	text-align: left;
	line-height: 1.4;
    color: #ffa303;
	font-size: 15px;
    background: #fff5e3;
    cursor :pointer;
    transition: all 0.5s;
}
.accbox label i {
	text-align: right;
}
.accbox label:hover {
    background :#ffe9a9;
}
.accbox input {
    display: none;
}
/*中身非表示*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.accbox .accshow span {
	font-size: 15px;
	font-weight: bold;
}
/*中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff5eb;
    opacity: 1;
}
.accbox .accshow p {
    margin: 15px 10px;
}

/* =======================
	contents_plan（スマホ）
========================== */
.contents_plan {
    margin-bottom: 60px;
}
.glide {
    display: flex;
}
.glide_box {
    position: relative;
    width: 95%;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
    padding: 10px;
    margin: 10px auto 15px;
    background: #fff;
    border-radius: .5rem;
}
.glide_box a {
	text-decoration: none;
}
.glide_box .plan_tit {
  text-align: left;
	font-size: 15px;
	line-height: 1.6;
	margin: 10px 0 10px;
}
.glide_box .glide_btn {
	font-size: 15px;
	color: #fff;
	text-align: center;
	background-color: #3ebbef;
	border-radius: 30px;
	padding: 3px 0;
}
.glide_box .contents_pict {
	position: absolute;
	top: 20px;
	font-size: 14px;
	font-weight: bold;
	right: 0;
	text-align: left;
	color: #FFF;
	padding: 2px 15px;
	background-color: rgb(222, 50, 50);
	border-radius: 5px 0 0 5px;
}

/* =======================
	gtt_faq
========================== */
.gtt_faq .accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;
}
.gtt_faq .accbox label {
    display: block;
    margin: 2px 0;
    padding : 11px 12px;
    color :#595959;
	border: 1px solid #ccc;
    background :#fff;
	line-height: 1.5;
    cursor :pointer;
    transition: all 0.5s;
		text-align: left;
}
.gtt_faq .accbox label:hover {
    background :#fff;
}
.gtt_faq .cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}
#contents .gtt_faq a {
	text-decoration: underline;
}
.gtt_faq p {
	text-align: left;
}
/* =======================
	recommend_plan
========================== */
#recommend_plan_box{
  width: 1000px; 
  margin: 0 auto;
  text-align: center;
  padding: 0 0 50px 0;
}

.point_box .t-indent3 p {
    margin: 5px 0 0 0;
    line-height: 2rem;
    padding-left: 1.6rem;
    text-indent: -1.6rem;
  text-align: left;
  font-size: 15px;
}
.point_box .t-indent3 .red {
  color: #d52b80;
  text-align: center;
}
.point_box .t-indent3 a:visited {
    color: #8dc21f;
}
.use-1 {
    background-color: #E6F4F7;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
  box-sizing: border-box;
}
.use-2 {
    width: 100%;
    background-color: #005BAB;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}
.t-indent {
  float: none;
}
.point .left {
    text-align: left;
}
.t-indent p {
    margin: 5px 0 0 0;
    line-height: 2rem;
    padding-left: 2rem;
    text-indent: -2rem;
  text-align: left;
  font-size: 15px;
}
.use-3 {
    color: #005BAB;
    font-size: 5px;
    font-weight: bold;
    margin: 0;
}
.tbl-r02 {
  width: 100%;
  margin-bottom: 15px;
}
.tbl-r02 th, .tbl-r02 td {
    display: block;
    width: 100%;
}
.tbl-r02 th {
    background-color: #005BAB;
    font-size: 17px;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}
.tbl-r02-th-1 {
    width: 45%;
}
.tbl-r02-td-1 {
    font-size: 15px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}
.left.t-indent3 {
  float: none;
}
.tbl-r02 th, .tbl-r02 td {
    display: block;
    width: 100%;
}
#contents .campaign_detail_2 .point_box:last-child {
  line-height: 1.7;
}
#contents .campaign_detail ul {
  margin-top: 20px;
  display: flex;
  column-gap: 20px;
  flex-direction: row;
  padding: 0;
  gap: 30px;
}
/* =======================
		main_img
========================== */
.main_img {
	width: 100%;
	position: relative;
  margin-top: 80px;
}
.img_back {
  top: 23.3%;
  position: absolute;
}
.pc_none{
	display: none;
}
p.mouseon_alpha.sp_none {
    width: 80%;
    margin: 0 auto;
}
 p.mouseon_alpha.sp_none.n_none {
    display: none;
}
  .page_image .circle {
    width: 25%;
    top: -4.5%;
    right: 2%;
}
  .page_image h1 {
    width: 35%;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    right: auto;
    margin: auto;
}
#contents .red_box {
	text-align: center;
}
  /* =======================
		point
========================== */
  #contents .campaign_detail {
    overflow: hidden;
    margin: auto auto 50px;
  }
/* =======================
	contents_plan（タブ・PC）
========================== */
.glide_pc {
	justify-content: space-around;
	overflow: hidden;
}
.glide_pc li {
	width: 330px;
	float: left;
}
.glide_pc a {
	text-decoration: none;
}
.glide_pc a:hover {
	text-decoration: none;
	opacity: 0.75;
}
.glide_pc .plan_tit {
	text-align: left;
}

/* =======================
	.campaign_image
========================== */
.campaign_fee {
  height: auto;
    padding: 5px;
    overflow: hidden;
    text-align: center;
}
  .campaign_fee_center {
    padding: 80px 0;
  }
/* =======================
	area_coupon
========================== */
.col_2, .col_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.col_2 {
    width: 62%;
    margin: auto;
}
.col_2 li:first-child {
	margin-bottom: 0px;
}
.col_4 li img {
    width: 90%;
}
.btn_bcolor {
	width: 60%;
	max-width: 550px;
	font-size: 15px;
}
/* =======================
	faq
========================== */
.accbox label {
	font-size: 14px;
	padding: 25px 55px;
}
#contents .campaign_detail_2 .point {
    font-size: 18px;
}
.tbl-r02 th, .tbl-r02 td {
    display: revert;
    width: 10%;
}
.use-2 {
    padding: 2px;
}
.tbl-r02 th {
  width: 40%;
  padding: 2px;
}
.col_4 li, .col_5 li {
    width: 21%;
}
.campaign_tabl {
    text-align: center;
}
/* ここからPC */
p.mouseon_alpha.sp_none {
  width: 90%;
  margin: 0 auto;
}
#contents .topics {
	text-align: center;
}
#contents .red_box {
	letter-spacing: 0;
}
/* =======================
		矢印画像
========================== */
.arrow_01{
	left: 47%;
}
.arrow_02{
	left: 47%;
}
.arrow_03{
	left: 47%;
}
.arrow_04{
	left: 47%;
}
/* =======================
		main_img
========================== */
.img_back {
  top: 11.1%;
  position: absolute;
}
.note {
    width: 70%;
}
.innner.last {
    margin-bottom: 70px;
}
/* =======================
	FV
========================== */
.page_image{
	position: relative;
}
.page_image p img{
	width: auto;
	z-index: 900;
}
  .page_image .img_margin {
margin-top: 92px;
  }
.page_image h1,.page_image p.circle{
	max-width: none;
    width: 35%;
	position: absolute;
}
.page_image h1{
  z-index: 2;
  right: auto;
}
.page_image .circle{
    top: -6.5%;
    left: calc(50% + 383px /2 + 1%);
}
/* =======================
		point_2
========================== */
#contents .campaign_detail_2 {
	overflow: hidden;
}
#contents .campaign_detail_2 ul {
	padding-top: 23px;
}
#contents .campaign_detail_2 .point_box {
	width: 100%;
	margin-right: 25px;
	margin-bottom: 0;
	float: left;
    padding: 0 20px;
}
#contents .campaign_detail_2 .point_box:last-child {
	margin-right: 0;
}
  #contents .campaign_detail_2 .point-title {
    font-size: 20px;
  }
  #contents .campaign_detail_2 .point-title .underline {
    font-size: 20px;
  }
  .note_box {
  text-align: left;
  font-size: 15px;
  width: 100%;
  margin: 10px auto 0;
}
/* =======================
	area_coupon
========================== */
.col_2 li {
	padding: 15px;
}
.col_2 li img {
	height: auto;
	margin-top: 5px;
}
/* =======================
		tab
========================== */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  order: -1;
}
.stay-bnr a,
.stay-bnr a:hover{
  text-decoration: none;
  }
.tab-wrap #label a,
.tab-wrap #label a:hover{
  text-decoration: none;
}
li.box_01 {
  width: 280px;
	position: relative;
	vertical-align: top;
	padding: 0 25px 25px;
	height: 325px;
}
.tab-content .step-l{
	margin: 0 0 0 20px;
}
p.step-text {
    font-size: 18px;
    text-align: left;
	line-height: 1.8;
}
p.info {
    font-size: 13px;
    text-align: left;
	margin-top: 5px;
}
/* =======================
	.campaign_image
========================== */
.campaign_fee span {
    font-size: 22px;
}
  .campaign_fee_center {
    padding: 160px 0;
  }
/* =======================
		矢印画像
========================== */
.arrow_01{
	top: 24%;
  left: 30.3%;
	transform: none;
}
.arrow_02{
	top: 24%;
  left: 64.3%;
	transform: none;
}
.arrow_03{
	top: 23%;
	left: 47.5%;
	transform: none;
}
.arrow_04{
	top: 86%;
	left: 75%;
	transform: none;
}
/* =======================
	gtt_faq
========================== */
.gtt_faq .accbox label {
	font-size: 18px;
}
.accbox .accshow span {
    font-size: 22px;
}
.accbox .accshow p {
	font-size: 18px;
	text-align: left;
	float: left;
  width: 98%;
  }
  .gtt_faq p {
    text-align: center;
}
.page_image h1,.page_image p.circle{
	width: auto;
}
.page_image img {
	width: auto;
}
#official {
  margin-top: -110px;
  padding-top: 130px;
}
#phone {
  margin-top: -95px;
  padding-top: 130px;
}