html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

html {
	scroll-behavior: smooth;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/*　リセットCSSここまで　*/


@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
body {
  width: 100%;
	margin: 0	auto;
	position: relative;
	background-color: #f0f0f0;
	font-family: "Hiragino Maru Gothic StdN","M PLUS Rounded 1c","Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo","sans-serif";
  font-weight: 300;
  font-size: clamp(12px, 2.5vw, 16px);
  text-align: center;
}

body img {
  width:100%;
  display: block;
  margin: 0 auto;
}

section {
  width: 100%;
  max-width: 1280px;
  background-color: #ffffff;
  margin: 0 auto;
}

*:focus {
	outline: none;
}

tbody{
	margin: 30px auto;
}

table{
	margin: auto;
}

a, p {
  font-weight: 300;
  font-size: clamp(12px, 2.5vw, 16px);
  font-feature-settings:"palt" 1;
  line-height: 1.5;
}

a:hover {
  text-decoration: underline;
  color: #005fad;
}


header {
  padding-top: 5px;
  border-bottom: #ccc 1px solid;
  text-align: left;
  background:#fff;
}
header img {
  margin: 4px 10px;
  max-width: 180px;
}

h2 {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.8em;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 3.0em;
}

h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -.2em;
  width: 100%;
  height: .3em;
  border-radius: .3em;
  background: #EB5505;
}

.au {
  color: #EB5505;
}

.bic {
  color: #D00F31;
}

.giga {
  color: #00AEFF;
}
:root {
  --main-color: #EB5505;
  --sub-color: #D00F31;
  --sub-color2: #00AEFF;
  --animation-duration: 1.5s;
}

/*----------------------------------------------------------
QRリダイレクト
----------------------------------------------------------*/
.QR_redirect {
  display: none;
}

/*----------------------------------------------------------
メインビジュアル
----------------------------------------------------------*/
picture {
  width: 100%;
  position: relative;
  display: block;
}

.main_visual {
  width: 100%;
}

/*----------------------------------------------------------
キャンペーン適用条件
----------------------------------------------------------*/
.campaign_conditions {
  width: 100%;
  margin: 0 auto;
}

.campaign_conditions_inner {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5.0em 0;
}

.conditions_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.conditions_content li {
  width: 32%;
  box-sizing: border-box;
  border-radius: 1em;
  border: 4px solid #333;
}

.conditions_content li .condition_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .2em;
  color: #ffffff;
  text-align: center;
  font-size: 1.5em;
  padding: 5%;
  font-weight: 600;
  background-color: #333;
}

.conditions_content li .condition_title span {
  color: #FFE032;
  font-size: 1.2em;
  vertical-align: middle;
}

.conditions_content li .condition_inner {
  display: flex;
  flex-direction: column;
}

.conditions_content li img {
  box-sizing: border-box;
  padding: 2.5em 3em;
  max-height: 200px;
}

.campaign_condition_text {
  color: #333;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
  padding: 0 1.5em 1.5em;
  text-align: center;
}

.campaign_condition_text .strong {
  font-size: 1.1em;
  line-height: 1.2em;
}

.campaign_conditions_btn {
  margin-top: 1.5em;
  text-align: right;
}

.campaign_conditions_btn a {
  font-size: 1.1em;
}

@media screen and (max-width: 767px){
	/* 767px以下に適用されるCSS（タブレットサイズ未満） */

  .campaign_conditions_inner ul {
    flex-direction: column;
    gap: 3em;
  }

  .campaign_conditions_inner li {
    width: 100%;
  }

  .campaign_conditions_btn {
    margin-top: 1.5em;
    text-align: center;
  }

}

/*----------------------------------------------------------
キャンペーン対象期間
----------------------------------------------------------*/

.target_period {
  width: 100%;
}

.target_period_inner {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
  padding: 5.0em 0;
}

/*----------------------------------------------------------
クーポン取得までの流れ
----------------------------------------------------------*/
.flow {
  width: 100%;
}

.flow_inner {
  width: 85%;
  max-width: 800px;
  margin: 0 auto;
  padding: 5.0em 0;
}

.flow_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4.0em;
}

.flow_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.0em;
}

.flow_item .flow_item_inner {
  border: .4em solid #272727;
  border-radius: 20px;
  padding: 3.0em 2.0em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.0em;
}

.flow_item_inner .flow_item_title {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 700;
}

.flow_item .arrow {
  width: 5.0em;
}

.flow_item_annotation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0em;
  padding: 1.5em;
}

.flow_item_annotation p {
  font-weight: 600;
}

.flow_item_annotation .annotation_icon {
  font-size: 3.6em;
}

.flow_item_annotation .annotation_text {
  font-size: 1.3em;
  line-height: 1.3em;
  text-align: left;
}

.flow_inner .period_list {
  display: flex;
  flex-direction: column;
  gap: 3.0em;
}

.flow_inner .period_list .illustration {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
}

.period_annotation {
  list-style: "※";
  margin-left: 1.1em;
}

.period_annotation p {
  font-size: 1.1em;
  text-align: left;
}


.flow_item_btn {
  width: 85%;
  max-width: 320px;
  margin-inline: auto;
  display: block;
  padding: .5em 1.0em;
  background-color: #ffffff;
  border: #EA5504 2px solid;
  border-radius: 10em;
  font-size: 1.3em;
  font-weight: 500;
  color: #EA5504;
  text-decoration: none;
  position: relative;
}

.flow_item_btn:hover {
  text-decoration: none;
  background-color: #EA5504;
  color: #ffffff;
}

.flow_item_btn::after {
  transform: translateY(-25%) rotate(45deg);
  width: .5em;
  height: .5em;
  border-bottom: 2px solid;
  border-right: 2px solid;
  content: '';
  position: absolute;
  top: 40%;
  margin-left: 0.5em;
}

@media screen and (max-width: 767px){
	/* 767px以下に適用されるCSS（タブレットサイズ未満） */

  .flow_item_annotation {
    flex-direction: column;
    gap: 0.5em;
    padding: 1.0em;
  }

  .flow_item_annotation .annotation_icon {
    font-size: 4.0em;
  }

  .flow_item_annotation .annotation_text {
    text-align: center;
  }

}

/*----------------------------------------------------------
ギガぞうWi-Fi for BIC SIM とは？
----------------------------------------------------------*/
section.what_gigazou {
  width: 100%;
  background-color: #EAF6FD;
}

.what_gigazou_inner {
  width: 90%;
  padding: 5em 0;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.0em;
}

.what_gigazou_title {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: .8em;
  border-radius: .6em;
  background: #00AEFF;
  color: #FFF;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.8em;
  font-weight: 600;
  box-sizing: border-box;
}

.what_gigazou_title::before {
  position: absolute;
  bottom: -.7em;
  width: 2.0em;
  height: 1.0em;
  background-color: #03aefe;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.gigazou_0yen {
  width: 100%;
  box-sizing: border-box;
  border-radius: 1.2em;
  border: .3em solid #00AEFF;
  background: #FFF;
}

.gigazou_0yen_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 3.0em;
  box-sizing: border-box;
  gap: 2.5%;
}

.gigazou_0yen_inner img:first-child,
.gigazou_0yen_inner img:nth-child(3) {
  width: 15%;
  max-width: 160px;
}

.gigazou_0yen_inner img:nth-child(2) {
  width: 65%;
}

.gigazou_features {
  width: 100%;
  border-radius: 1.2em;
  border: .3em solid #00AEFF;
  background: #FFF;
}

.what_gigazou_points_inner {
  padding: 4.0em 1.0em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 4em;
}

.what_gigazou_points_inner li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.0em;
  box-sizing: border-box;
}

.what_gigazou_points_inner li .point_detail_inner {
  width: 60%;
}

.what_gigazou_points_inner li .point_detail_title {
  display: flex;
  gap: 1.0em;
  align-items: center;
}

.point_title_head {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 600;
  background: #00AEFF;
  color: #ffffff;
  padding: .4em .6em;
  border-radius: .5em;
  vertical-align: middle;
}

.point_title_head span {
  font-size: 1.6em;
}

.point_title_text {
  font-size: 1.6em;
  font-weight: 600;
  text-align: left;
  line-height: 1.4em;
}

.point_title_text span {
  font-size: 1.3em;
  background: linear-gradient(transparent 70%, #FFE032 70%);
}

.what_gigazou_points_inner li img {
  width: 24%;
  max-width: 220px;
}

.point_text_annotation {
  font-size: 1.2em;
  text-align: left;
  padding: 1.0em 0 0;
}

@media screen and (max-width: 767px){
	/* 767px以下に適用されるCSS（タブレットサイズ未満） */

  .what_gigazou_title {
    padding: 1.0em .3em;
    font-size: 1.50em;
  }

  .gigazou_0yen_inner {
    padding: 2.0em;
    gap: 5%;
  }

  .gigazou_0yen_inner img:first-child,
  .gigazou_0yen_inner img:nth-child(3) {
    width: 40%;
    max-width: 200px;
  }

  .gigazou_0yen_inner img:nth-child(2) {
    width: 100%;
    order: -1;
    margin-bottom: 1.5em;
  }

  .what_gigazou_points_inner li {
    flex-direction: column;
    gap: 3.0em;
  }

  .what_gigazou_points_inner li img {
    width: 60%;
    max-width: 400px;
  }

  .what_gigazou_points_inner li .point_detail_inner {
    width: 100%;
  }

  .point_title_head {
    font-size: 1.2em;
  }

  .point_title_text  {
    font-size: 1.3em;
  }

}

/*----------------------------------------------------------
Wi-Fiの設定方法／獲得ポイントの確認方法
----------------------------------------------------------*/
section.explanations {
  width: 100%;
}

.explanations_inner {
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.0em;
  padding: 5.0em 0;
  box-sizing: border-box;
}

.explanations .explanation {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #009EE7;
  background: #FFF;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  padding: 2.0em;
}

.explanations .explanation h4 {
  position: relative;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 1.5em;
}

.explanations .explanation h4::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -.2em;
  width: 100%;
  height: .15em;
  border-radius: .3em;
  background: #009EE7;
}

.explanation_content {
  text-align: left;
  font-size: 1.1em;
  line-height: 1.8em;
}

.explanation_content.second li:nth-child(3),
.explanation_content.second li:nth-child(4),
.explanation_content.second li:nth-child(6) {
  list-style: "※";
  margin-left: 1em;
}

.explanation_content span {
  font-weight: 600;
}

/*-----------------------------------------------------------------
BIC SIM 専用プランに登録／BIC SIMへのお申し込み
-------------------------------------------------------------------*/
.bicsim_link_area {
  background: none;
  padding: 3.0em 0;
}

.button {
  width: 90%;
  margin: 0 auto;
  padding: 3.0em 0;
  vertical-align:middle;
  text-align: center;
}

.bicsim_link {
  padding: 5.0em 0 3.0em;
}

.button a {
  width: 100%;
  max-width: 780px;
  box-sizing: border-box;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.6em;
  font-weight: 600;
  text-decoration: none;
  padding: 1.0em;
  border-radius: 5.0em;
  background-color: #000;
  box-shadow: 0 0.3em #272727;
  transition: 0.1s ease-in-out;
}


.button a.red {
  background-color: #D00F31;
  color: #FFF;
  box-shadow: 0 0.3em #ffef00;
}

.button a.yellow {
  background-color: #ffef00;
  color: #D00F31;
  box-shadow: 0 0.3em #D00F31;
  padding: 0.8em 1.0em;
}

.button a.yellow::before {
  content: '';
  display: inline-block;
  background-image: url(../../images/BIC_SIM_logo.svg);
  width: 2.5em;
  height: 1.8em;
  margin-right: 0.5em;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.button a.red:hover {
  top: 0.3em;
  transform: translateY(0.3em);
  box-shadow: 0 0.1em #ffef00;
}

.button a.yellow:hover {
  top: 0.3em;
  transform: translateY(0.3em);
  box-shadow: 0 0.1em #D00F31;
}

.button .hand_point {
  position: absolute;
  width: 2.0em;
  left: 2.0em;
  bottom: -0.6em;
}

.button .type_a_balloon {
  position: absolute;
  width: 5.5em;
  right: 2.0em;
  top: -4.0em;
}

.button .arrow_triangle {
  width: 1.5em;
  position: absolute;
  right: 1.0em;
}

.gigazou_to_bicsim p {
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 600;
  color: #D00F31;
}

.bicsim_link p {
  width: 90%;
  margin: 1.5em auto 0;
  font-size: 0.9em;
  line-height: 1.7;
}

@media screen and (max-width: 767px){
	/* 767px以下に適用されるCSS（タブレットサイズ未満） */

  .button a {
    font-size: 1.35em;
  }

  .button .type_a_balloon {
    position: absolute;
    width: 5.0em;
    right: 1.0em;
    top: -4.0em;
  }

  .button .hand_point {
    width: 2.4em;
    left: 1.0em;
    bottom: -0.5em;
  }

  .button a.yellow::before {
    width: 1.6em;
    height: 1.2em;
    margin-right: .3em;
  }

  .button .arrow_triangle {
    width: 1.4em;
    right: .6em;
  }

}

/*-----------------------------------------------------------------
ギガぞうWi-Fi for BIC SIM専用プラン登録の流れ／au PAYクーポン獲得の流れ
-------------------------------------------------------------------*/
.registration_inner {
  width: 90%;
  margin: 0 auto;
  padding: 3em 0;
}

/* アコーディオン */
.accordion {
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 5.0em;
  border: 4px solid;
  transition:  border-radius .3s ease-out;
}

.accordion[open] {
  border-radius: 3.0em;
}

.accordion_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 600;
  cursor: pointer;
}

.accordion title::-webkit-details-marker {
  display: none;
}

.accordion_title::after {
  transform: translateY(-25%) rotate(45deg);
  width: .5em;
  height: .5em;
  border-bottom: 3px solid;
  border-right: 3px solid;
  content: '';
  transition: transform .2s ease-out;
  position: absolute;
  right: 2em;
}

.accordion[open] .accordion_title::after {
  transform: rotate(225deg);
}

.accordion_container {
  overflow: hidden;
}

.accordion_inner {
  width: 90%;
  margin-inline: auto;
  color: #333333;
  text-align: center;
  padding-bottom: 4em;
}

.registration_top_text {
  padding-top: 2em;
  border-top: 1px solid ;
}

.registration_top_text p {
  line-height: 1.4em;
  text-align: left;
}

.registration_top_text .list-item {
  display: list-item;
  list-style: "※";
  margin-left: 1em;
}

.registration_top_text p.aupay {
  font-size: 1.2em;
  padding-bottom: 1em;
}

.accordion_inner .Howto_section {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.accordion_inner .Howto_section .Card {
  width: 50%;
  box-sizing: border-box;
  padding: 1.5em;
  display: block;
}

.accordion_inner .Howto_section .Card h5 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
  color: #EA5504;
  padding: 1em 0;
}

.accordion_inner .Howto_section .Card h5 a {
    font-size: 1.0em;
}

.accordion_inner .Howto_section .Card img {
  width: 100%;
}

.Card-explanation p {
  font-size: 1.1em;
  line-height: 1.4em;
}

.Card-explanation span {
  font-weight: bold;
}

.Card-explanation .Card-comment {
  font-size: .9em;
  margin-top: .7em;
}

.Card-explanation .Card-comment a {
  font-size: 1.0em;
}

.accordion_inner .Howto_section li:first-child .Card-explanation  a{
  display: inline-block;
  text-decoration: none;
  line-height: 1.4em;
  color: #ffffff;
  border-radius: 4.0em;
  background: #D00F31;
  padding-inline: 2.0em;
  padding-block: 1.0em;
}

/*---------　カスタム部位　----------------------------*/

.registration_inner.gigazou {
  padding-block: 5.0em 2.5em;
}
.registration_inner.aupay {
  padding-block: 2.5em 5.0em;
}

.registration_inner .accordion.gigazou,
.accordion.gigazou summary::after,
.registration_top_text.gigazou {
  border-color: #00AEFF;
}

.registration_inner .accordion.aupay,
.accordion.aupay summary::after,
.registration_top_text.aupay {
  border-color: #EA5504;
}

.registration_top_text .aupay {
  font-size: clamp(14px, 2.5vw, 18px);
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}

.accordion summary.gigazou {
  color: #00AEFF;
}

.accordion summary.aupay {
  color: #EA5504;
}

.Coupon_set {
  padding: 1em 0;
}

.Coupon_set_text {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
  display: block;
  background-color: #EA5504;
  border-radius: 10px;
  padding: .8em;
  color: #fff;
  margin-bottom: 2em;
}

.Coupon_set a {
  display: block;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
	/* 767px以下に適用されるCSS（タブレットサイズ未満） */

  .accordion_inner .Howto_section .Card {
    width: 100%;
  }

  .accordion_title::after {
    width: .4em;
    height: .4em;
    border-bottom: 2px solid;
    border-right: 2px solid;
    position: absolute;
    right: 0;
    left: 50%;
    bottom: .5em;
    }

}

/*----------------------------------------------------------
au PAYクーポンご利用方法
----------------------------------------------------------*/
.howto_use {
  background-color: #FCFAE2;
}

.howto_use_inner {
  width: 85%;
  max-width: 800px;
  margin: 0 auto;
  padding: 4.0em 0;
}

/*----------------------------------------------------------
au PAYご利用条件
----------------------------------------------------------*/
.aupay_conditions_inner {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  padding: 4.0em 0;
}

.aupay_conditions_content {
  display: flex;
  flex-direction:column;
  gap: 1.0em;
}

.aupay_conditions_circle {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 4%;
}

.aupay_conditions_orange {
  width: 48%;
  max-width: 240px;
  border-radius: 50%;
  background: #EB5505;
}

.aupay_conditions_orange .aupay_circle {
  position: relative;
  padding-top: 100%;
  height: 0;
}

.aupay_conditions_orange .aupay_circle p {
  position: absolute;
  top: calc((100% - 3.5em) / 2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: clamp(16px, 3.5vw, 22px);
  line-height: clamp(22px, 4.5vw, 28px);
}

.aupay_conditions_text {
  width: 95%;
  margin: 10px auto;
  text-align: left;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
}

.aupay_conditions_explanation {
  padding: 1.0em;
  box-sizing: border-box;
  border-radius: 20px;
  border: 6px solid #A6A6A6;
  text-align: left;
  font-size: 1.0em;
  line-height: 1.2em;
  font-feature-settings: "palt" 1;
}

.aupay_conditions_explanation01 {
  padding-bottom: 20px;
  border-bottom: #333 1px dotted;
  list-style: '※';
  padding-left: 1em;
  line-height: 1.5;
}

.aupay_conditions_explanation02 {
  padding-top: 20px;
  list-style: '●';
  padding-left: 1em;
  line-height: 1.5;
}

.aupay_conditions_link {
  margin: 2.0em 0;
  text-align: center;
}

.aupay_conditions_link a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  border-radius: 60px;
  background: #333;
}

.aupay_conditions_link a:visited {
  color: #fff;
}

.aupay_conditions_link a:hover {
  background: #EA5504;
  transition: 0.3s ease-out;
}


/*----------------------------------------------------------
au PAYアプリ／ギガぞうWi-Fiアプリ　ダウンロード
----------------------------------------------------------*/
.app_download_content {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  gap: 5%;
}

.app_inner {
  width: 80%;
  margin: 0 auto;
  padding: 4.0em 0;
  max-width: 600px;
}

.appstore_link_annotation {
  margin-top: 1.0em;
  font-size: clamp(12px, 2.5vw, 16px);
  line-height: 1.5em;
}

.app_download_content img {
	width: 22%;
}

.app_download_content a:hover {
  transition-duration: 0.2s;
  opacity: 0.6;
}

.app_download_content .btn_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 1em;
}

ul.btn_box li {
  width: 50%;
}

.btn_box li img {
  width: 100%;
  max-width: 300px;
}

.appstore_link_text {
  display: block;
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1.2em;
}

.app_download.aupay_app {
  background: #FEF3ED;
}

@media screen and (max-width: 767px){
	/* 767px以下に適用されるCSS（タブレットサイズ未満） */

  .app_download_content {
    flex-direction: column;
  }
  .appstore_link {
    width: 100%;
  }
  .appstore_link_text {
    margin-top: 1.2em;
  }

  .app_download_content img {
    width: 35%;
  }

}

/*----------------------------------------------------------
バナーエリア
----------------------------------------------------------*/
.banner_area {
  background: #FFF;
}

.banner_text {
  width: 90%;
  margin: 0 auto;
  padding: 1.5em 0;
  text-align: center;
}

.banner_title {
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 700;
}

@media screen and (max-width: 767px){
	/* 767px以下に適用されるCSS（タブレットサイズ未満） */

  .banner_title {
    font-size: 1.4em;
    font-weight: 600;
  }

}

/*----------------------------------------------------------
キャンペーン詳細／キャンペーン注意事項
----------------------------------------------------------*/
section.campaign_details01,
section.campaign_details02 {
  width: 100%;
  max-width: 960px;
  background: none;
}

section.campaign_details01 {
  padding-top: 4.0em;
}

.campaign_details01 h5,
.campaign_details02 h5 {
  color: #FFF;
  text-align: center;
  font-size: 1.4em;
  line-height: 2.4em;
  font-weight: 600;
  background: #EB5505;
}

.campaign_details_inner {
  width: 95%;
  margin: 0 auto;
  padding: 2.0em 0;
  text-align: left;
}

.campaign_details_inner .detail_title {
  font-feature-settings: "palt" 1;
  font-weight: 600;
}

.campaign_details_inner ul, .detail_inner_list_ul {
  margin-bottom: 1em;
}

.detail_inner_list_ul {
  list-style: disc;
  padding-left: 1.0em;
}

.detail_title {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: .5em;
}

.detail_text, .no-list-style .detail_title {
  font-size: 1.0em;
  line-height: 1.6em;
  font-feature-settings:"palt" 1;
}

.no-list-style {
  list-style: none;
  padding-left: 0;
}

.no-list-style .detail_title {
  font-weight: 500;
}
.no-list-style li {
  margin-bottom: 0.8em;
}

.campaign_details02 .detail_inner_list {
  list-style-type: disc;
  padding-left: 1.0em;
}

.campaign_details_inner ul .bonus_details {
  list-style: disc;
  padding-left: 1.0em;
  margin-bottom: 0;
}

/*----------------------------------------------------------
フッター
----------------------------------------------------------*/
footer {
  width: 100%;
  background-color: #FFF;
}

/*----------------------------------------------------------
お問い合わせ先
----------------------------------------------------------*/
.inquiry_box {
  width: 100%;
  margin-inline: auto;
  color: #333333;
}
.inquiry_box_inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.0em 0;
  box-sizing: border-box;
}

.inquiry_Bar {
	color: #FFF;
  text-align: center;
  font-size: 1.4em;
  line-height: 2.4em;
  font-weight: 600;
	background-color: #005fad;
}

.inquiry-layout{
  display: flex;
  justify-content: space-between;
  gap: 1.0em;
  margin:0 auto ;
}

.inquiry {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #005fad;
  border-radius: 16px;
}

.inquiry_inner {
  padding: 2.0em 1.5em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .2em;
}

.inquiry_title {
  font-size: 1.1em;
  line-height: 1.2em;
  padding: 1.0em;
  border-radius: 16px 16px 0 0;
  font-weight: 500;
  color: #fff;
  background-color: #005fad;
}

.inquiry_name {
  font-size: 1.2em;
  line-height: 1.5em;
}

.inquiry_inner a {
  text-decoration: none;
  font-size: 1.1em;
  line-height: 1.3em;
  margin-top: .5em;
  color: #333333;
}

.inquiry_web {
  margin-top: 1.5em;
}

.fa-comment {
  transform: scale(-1, 1);
  margin-right: .5em;
}

.fa-arrow-up-right-from-square,
.fa-circle-play {
  margin-left: .3em;
  font-size: .8em;
}

.inquiry_phone i {
  margin-right: .5em;
}

.inquiry_caution {
  margin-top: 1.0em;
  font-size: .8em;
  line-height: 1.2em;
  display: list-item;
  list-style: "※";
  margin-left: 1em;
  text-align: left;
}

.inquiry_inner a:hover {
  text-decoration: underline;
  color: #005fad;
}



@media screen and (max-width: 895px){
	/* 767px以下に適用されるCSS（タブレットサイズ未満） */

  .inquiry-layout {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1.0em;
  }
  .inquiry {
    width: 100%;
  }
  .inquiry_phone a:hover {
    text-decoration: underline;
    color: #005fad;
  }
}

@media screen and (min-width: 896px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*----------------------------------------------------------
コピーライト
----------------------------------------------------------*/

.wi2_link {
  max-width: 1440px;
  margin: 0 auto;
}

.copyright {
  padding: 1.0em;
}
.copyright p {
  font-size: .9em;
  line-height: 1.2em;
}


/*----------------------------------------------------------
ページトップ
----------------------------------------------------------*/
.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 1.5em;
  background: #00AEFF;
  border: solid 2px #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 0px 4px 4px #00000020;
  bottom: -4.0em;
  transition: .5s ease-out;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}

.pagetop.is-active {
  bottom: 1.5em;
}

/*----------------------------------------------------------
PC/SP切り替え
----------------------------------------------------------*/
@media screen and (min-width: 896px){
	/* 896px以上に適用されるCSS（タブレットサイズ以上） */

	.for_sp {
		display:none !important;
	}
	body {
		max-width: 100%;
	}
	body img {
    width:100%;
		display: block;
		margin: 0 auto;
	}

}

@media screen and (max-width: 895px){
	/* 895px以下に適用されるCSS（タブレットサイズ以下） */

	.for_pc {
		display:none !important;
	}

}


