@charset "UTF-8";
/********** CSS RESET **********/
*, ::before, ::after { box-sizing: border-box; border-style: solid; border-width: 0; }
html { line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
body { margin: 0; }
main { display: block; }
p, table, blockquote, address, pre, iframe, form, figure, dl { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dt { font-weight: bold;}
dd { margin-left: 0; }
hr { box-sizing: content-box; height: 0; overflow: visible; border-top-width: 1px; margin: 0; clear: both; color: inherit; }
pre { font-family: monospace, monospace; font-size: inherit; }
address { font-style: inherit; }
a { background-color: transparent; text-decoration: none; color: inherit; }
abbr[title] { text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: inherit; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
svg, img, embed, object, iframe { vertical-align: bottom; }
button, input, optgroup, select, textarea { -webkit-appearance: none; appearance: none; vertical-align: middle; color: inherit; font: inherit; background: transparent; padding: 0; margin: 0; border-radius: 0; text-align: inherit; text-transform: inherit; }
button, [type="button"], [type="reset"], [type="submit"] { cursor: pointer; }
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled { cursor: default; }
:-moz-focusring { outline: auto; }
select:disabled { opacity: inherit; }
option { padding: 0; }
fieldset { margin: 0; padding: 0; min-width: 0; }
legend { padding: 0; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
[type="number"] { -moz-appearance: textfield; }
label[for] { cursor: pointer; }
details { display: block; }
summary { display: list-item; }
[contenteditable]:focus { outline: auto; }
table { border-color: inherit; border-collapse: collapse; }
caption { text-align: left; }
td, th { vertical-align: top; padding: 0; }
th { text-align: left; font-weight: bold; }

/* ALL ***********************************************************/
html{
  scroll-padding-top: 40px;
  -webkit-overflow-scrolling: touch;
  }

body{
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  background: linear-gradient(to bottom, #01A9DB,#A9E2F3,#E0F2F7);
  min-height: 100vh;
  color: #343838;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
	line-height: 1.8;
	letter-spacing: .12em;
	vertical-align: baseline;
}
a {
	text-decoration: none;
	cursor: pointer;
  transition: 0.3s;
  line-height: 1.8;
	letter-spacing: .12em;
}
a:hover{
  color: #343838;
}
input{
  line-height: 1.8;
	letter-spacing: .12em;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: #fff;
  padding: 0px;
  width:16px;
  height: 16px;
  margin: 0;
  border-radius: 2px;
  text-align: inherit;
  text-transform: inherit;
}
.site_all{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: linear-gradient(to bottom, #01A9DB,#A9E2F3,#E0F2F7);
}
main {
  flex: 1;
}
img{
  max-width: 100%;
}
input[type="date"]{
  border: 1px solid #343838;
  background-color: #FFFDCB;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 115%;
  letter-spacing: .15em;
  width:250px;
}
textarea{
  border: 1px solid #343838;
  background-color: #fff;
  padding: 12px;
  border-radius: 4px;
  font-size: 100%;
  letter-spacing: .1em;
  text-align: left;
  width:70%;
  height: 200px;
}

/* .container{
  max-width: 700px;
} */

/* HEADER ********************************************************/
.header_wrapper{
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.logo_box_login{
  margin: 0 auto;
	padding:10px 0px 20px 0px;
  text-align: center;
}
.logo_box{
  margin: 0 auto;
  text-align: center;
}
/* ナビ *********/

.navbar{
  align-items: baseline;
  flex-wrap: wrap;
}
.navbar-brand{
  padding-right: 8px;
}
.nav_list{
  width:100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.navbar-nav{
  flex-direction: initial;
  flex-wrap: wrap;
  padding-top: 16px;
}
.nav_list li {
  width: calc(100% / 5);
  text-align: center;
  border-right: 1px solid #fff;
  margin-bottom: 16px;
}
.nav_list li:first-of-type{
  border-left: 1px solid #fff;
}

.nav_list li:nth-of-type(5n+1){
  border-left:1px solid #fff
}
.nav_list li:last-child{
  margin-right: 0;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  align-items: baseline;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: bold;
}
.nav_list_item {
  width: 100%;
  position: relative;
}
.nav_list_item::before {
  background: #fff;
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.nav_list_item:hover::before,.nav-link.active::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  align-items: center;
}
.navbar-expand-lg .navbar-collapse {
  flex-basis: -moz-available;
}

.navbar-light .navbar-toggler {
  color: #fff;
  border:none;
  background-color: #01A9DB;
  border-radius: 4px;
  width:50px;
  height: 50px;
  position: relative;
  z-index: 999;
}
.navbar-toggler:focus{
  box-shadow:none;
}
.navbar-toggler span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 50%;
}
.navbar-toggler span:nth-of-type(1) {
  top:14px; 
}

.navbar-toggler span:nth-of-type(2) {
  top:24px;
}

.navbar-toggler span:nth-of-type(3) {
  top:34px;
}

.navbar-toggler.active span:nth-of-type(1) {
  top: 18px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.navbar-toggler.active span:nth-of-type(2) {
opacity: 0;
}

.navbar-toggler.active span:nth-of-type(3){
  top: 30px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 45%;
}
.asnHd_name_box{
	height:50px;
  margin-top: 4px;
  padding: 12px;
  border-radius: 10px;
  flex-wrap: wrap;
	background:#CEF6CE;
}
.hdname_box{
	float:left;
}
.hddata_box{
	float:right;
}


/* MAIN **********************************************************/
/* 見出し *********/
h1{
  font-size: 150%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .18em;
}
h2{
  font-size: 125%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .18em;
}
strong{
  font-size: 125%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .18em;
}
h3{
  font-size: 125%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .18em;
}
.h1_meta{
  font-size: 100%;
	text-align:left;
	padding:10px 0px 10px 0px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .18em;
}
.h1_login{
  font-size: 180%;
	color:#FFF;
	padding:10px 10px 10px 0px;
}
.h1_requested{
  font-size: 160%;
}
.h1_box{
  display: inline-block;
  text-align: center;
	padding:10px 0px 10px 40px;
  position: relative;
}
.h1_box::before{
  position: absolute;
  content: '';
  width:30px;
  height: 30px;
  left: 0;
  top: calc( 50% - 15px );
}
.h2_box{
  display: inline-block;
  text-align: center;
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
}
.h2_box_big{
  display: inline-block;
  text-align: center;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
  font-size: 150%;
}
.h3_box{
  display: inline-block;
  text-align: center;
  padding-left: 30px;
  position: relative;
}
.h2_box::before,.h3_box::before{
  position: absolute;
  content: '';
  width:30px;
  height: 20px;
  left: 0;
  top: calc( 50% - 10px );
}
.h2_box_big::before{
  position: absolute;
  content: '';
  width:40px;
  height: 40px;
  left: 0;
  top: calc( 50% - 20px );
}
.h2_box_total{
  display: inline-block;
  text-align: center;
  padding: 0 40px;
  position: relative;
  margin-bottom: 20px;
  font-size: 150%;
}
.h2_box_total::before{
  position: absolute;
  content: '';
  width:40px;
  height: 40px;
  left: 0;
  top: calc( 50% - 20px );
  background: url(../img/icon_img06.png) center center / contain no-repeat;
}
.h2_box_total::after{
  position: absolute;
  content: '';
  width:40px;
  height: 40px;
  right: 0;
  top: calc( 50% - 20px );
  background: url(../img/icon_img03.png) center center / contain no-repeat;
}

.login_icon::before{
  background: url(../img/icon_img08.png) center center / contain no-repeat;
}
.member_icon::before{
  background: url(../img/icon_img09.png) center center / contain no-repeat;
}
.pass_icon::before{
  background: url(../img/icon_img01.png) center center / contain no-repeat;
}
.new_icon::before{
  background: url(../img/icon_img10.png) center center / contain no-repeat;
}
.number_icon::before{
  background: url(../img/icon_img02.png) center center / contain no-repeat;
}
.add_icon::before{
  background: url(../img/icon_img12.png) center center / contain no-repeat;
}
.name_icon::before{
  background: url(../img/icon_img13.png) center center / contain no-repeat;
}
.mail_icon::before{
  background: url(../img/icon_img14.png) center center / contain no-repeat;
}
.end_icon::before{
  background: url(../img/icon_img15.png) center center / contain no-repeat;
}
.meter_icon::before{
  background: url(../img/icon_img05.png) center center / contain no-repeat;
}
.calendar_icon::before{
  background: url(../img/icon_img04.png) center center / contain no-repeat;
}
.claim_icon::before{
  background: url(../img/icon_img07.png) center center / contain no-repeat;
}
.point_icon::before{
  background: url(../img/icon_img16.png) center center / contain no-repeat;
}
.gas_icon::before{
  background: url(../img/icon_img06.png) center center / contain no-repeat;
}
.detail_icon::before{
  background: url(../img/icon_img11.png) center center / contain no-repeat;
}
.gasme_icon::before{
  background: url(../img/icon_img17.png) center center / contain no-repeat;
}
.graph_icon::before{
  background: url(../img/icon_img18.png) center center / contain no-repeat;
}
.move_icon::before{
  background: url(../img/icon_img19.png) center center / contain no-repeat;
}
.dairy_icon::before{
  background: url(../img/icon_img20.png) center center / contain no-repeat;
}
.time_icon::before{
  background: url(../img/icon_img21.png) center center / contain no-repeat;
}
.survey::before{
  background: url(../img/icon_img22.png) center center / contain no-repeat;
}
.electric_icon::before{
  background: url(../img/icon_img03.png) center center / contain no-repeat;
}

/* ボタン *********/
.add_csmb_btn{
  background-color:#CEE3F6;
  font-size: 125%;
  font-weight: bold;
  border-radius: 36px;
  padding: 16px;
  width:300px;
  border: none;
  box-shadow: 0 0 6px rgba(52,56,56,0.16);
  transition: 0.3s;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.8;
	letter-spacing: .12em;
}

.pdf_btn {
  background-color:#CEECF5;
  font-size: 125%;
  font-weight: bold;
  border-radius: 36px;
  padding: 16px;
  width:300px;
  border: none;
  box-shadow: 0 0 6px rgba(52,56,56,0.16);
  transition: 0.3s;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.8;
	letter-spacing: .12em;
}
.serch_btn {
  background-color:#D8F781;
  font-size: 125%;
  font-weight: bold;
  border-radius: 36px;
  padding: 16px;
  width:300px;
  border: none;
  box-shadow: 0 0 6px rgba(52,56,56,0.16);
  transition: 0.3s;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.8;
	letter-spacing: .12em;
}
.submit_btn,.yellow_btn{
  background-color:#FAE7C4;
  font-size: 125%;
  font-weight: bold;
  border-radius: 36px;
  padding: 16px;
  width:300px;
  border: none;
  box-shadow: 0 0 6px rgba(52,56,56,0.16);
  transition: 0.3s;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.8;
	letter-spacing: .12em;
}
.submit_btn_login{
  background-color:#A9E2F3;
  font-size: 125%;
  font-weight: bold;
  border-radius: 36px;
  padding: 10px 0px 10px 0px;
  width:380px;
  border: 1px solid #A8A7A7;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.8;
	letter-spacing: .12em;
}
.submit_btn_login:hover {
	background-color:#0489B1;
	color:#FFFFFF;
}

.submit_btn_month{
  background-color:#D0F5A9;
  font-size: 100%;
  font-weight: normal;
  border-radius: 10px;
  padding: 10px 4px 10px 4px;
  border: none;
  box-shadow: 0 0 6px rgba(52,56,56,0.16);
  transition: 0.3s;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.8;
	letter-spacing: .12em;
	border:1px solid #298A08;
}


.yellow_btn{
  display: inline-block;
}
.submit_btn:hover,.serch_btn,.pdf_btn,.add_csmb_btn:hover,.yellow_btn:hover,.back_btn:hover,.detail_btn:hover,.download_btn:hover,.white_btn:hover::after{
  box-shadow: none;
  opacity: 0.8;
}
.white_btn{
  background-color:#fff;
  display: inline-block;
  font-size: 112.5%;
  font-weight: normal;
  border-radius: 36px;
  padding:10px 0px 10px 0px;
  width:380px;
  border:1px solid #A8A7A7;
  position: relative;
  text-align: center;
  line-height: 1.8;
	letter-spacing: .12em;
}
.white_btn:hover{
  background-color: #E5E5E5;
}

.css_newmember {
  background-color: #FFBF00;
}
.css_newmember:hover{
  background-color: #FF8000;
	color:#FFFFFF;
}

.css_premember {
  background-color: #EB9D79;
}
.css_premember:hover{
  background-color: #FF8000;
	color:#FFFFFF;
}

.css_resend {
  background-color: #FFF3CC;
}

.next_btn{
  position: relative;
  display: inline-block;
  line-height: 1.8;
	letter-spacing: .12em;
}
.next_btn::after,.yellow_btn::after,.detail_btn::after,.white_btn::after{
  position: absolute;
  content: '';
  background: url(../img/btn_next.png) center center / contain no-repeat;
  width: 16px;
  height: 14px;
  top:calc(50% - 7px);
  right: 16px;
  transition: 0.3s;
}
.next_btn:hover::after,.yellow_btn:hover::after,.back_btn:hover::before,.detail_btn:hover::after,.white_btn:hover::after{
  transform: translateX(4px);
}
.back_btn{
  background-color:#EFEFEF;
  font-size: 125%;
  font-weight: bold;
  border-radius: 36px;
  padding: 16px;
  width:300px;
  border: none;
  box-shadow: 0 0 6px rgba(52,56,56,0.16);
  transition: 0.3s;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.8;
	letter-spacing: .12em;
}
.back_btn::before{
  position: absolute;
  content: '';
  background: url(../img/btn_back.png) center center / contain no-repeat;
  width: 16px;
  height: 14px;
  top:calc(50% - 7px);
  left: 16px;
  transition: 0.3s;
}
.back_btn:hover::before{
  transform: translateX(-4px);
}
.detail_btn{
  background-color:#FAE7C4;
  font-size: 125%;
  width: 100%;
  font-weight: bold;
  border-radius: 36px;
  padding: 16px 20px;
  border: none;
  box-shadow: 0 0 6px rgba(52,56,56,0.16);
  transition: 0.3s;
  position: relative;
  text-align: center;
  display: block;
  line-height: 1.8;
	letter-spacing: .12em;
}
.download_btn{
  background-color:#FAE7C4;
  font-size: 100%;
  font-weight: bold;
  border-radius: 70px;
  padding: 16px 60px;
  font-weight: bold;
  border: none;
  box-shadow: 0 0 6px rgba(52,56,56,0.16);
  transition: 0.3s;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  line-height: 1.8;
	letter-spacing: .12em;
}

.download_btn::after{
  position: absolute;
  content: '';
  background: url(../img/icon_download.png) center center / contain no-repeat;
  width: 16px;
  height: 16px;
  bottom:24px;
  right: 32px;
  transition: 0.3s;
}

.download_btn:hover::after{
  transform: translateY(2px);
}

.refer_btn{
  background-color:#A5DF00;
	border:1px solid #298A08;
  font-size: 125%;
  width: 100%;
  font-weight: normal;
  border-radius: 10px;
  padding: 5px 5px 5px 5px;
  border: none;
  box-shadow: 0 0 6px rgba(52,56,56,0.16);
  transition: 0.3s;
  position: relative;
  text-align: center;
  display: block;
  line-height: 1.8;
	letter-spacing: .12em;
}

.sns_btn{
  display: block;
  margin: 40px auto;
}
.LINE_btn{
  padding: 5px 16px 5px 42px;
  background-color:#FFF;
	border:1px solid #DDD;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 6px;
  position: relative;
  width: 370px;
  display: inline-block;
  line-height: 1.8;
	letter-spacing: .12em;
  transition: 0.3s;
}
.LINE_btn::before{
  position: absolute;
  content: '';
  display: inline-block;
  background: url(../img/btn_base.png) center center / contain no-repeat;
  width: 20px;
  height: 32px;
  left:12px;
  top:calc( 50% / 18px );
}
.g_id_signin{
  width: 370px;
}
.Google_btn{
  padding: 16px 16px 16px 42px;
  background-color:#EA4234;
  color: #FFF;
  font-size: 112.5%;
  font-weight: bold;
  border-radius: 36px;
  position: relative;
  width: 300px;
  display: inline-block;
  border:1px solid #A8A7A7;
  line-height: 1.8;
	letter-spacing: .12em;
  transition: 0.3s;
}
.Google_btn::before{
  position: absolute;
  content: '';
  display: inline-block;
  background: url(../img/icon_google.png) center center / contain no-repeat;
  width: 36px;
  height: 36px;
  left:12px;
  top:calc( 50% / 18px );
}
.Google_btn:hover{
  color: #000;
  background-color: #F28A82;
}


/* ログイン *********/
.frame_box{
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
  margin: 10px 0px 0px 0px;
  box-shadow: 0 0 6px rgba(52,56,56,0.16);
}
.frame_box section{
  text-align: center;
}
.form_cell{
  border: 1px solid #343838;
  background: #fff;
  font-size: 100%;
  padding: 8px;
  border-radius: 2px;
  width:100%;
  text-align: left;
}
.form_input_cfm{
  border: 1px solid #343838;
  background: #fff;
  font-size: 100%;
  padding: 2px;
  border-radius: 2px;
  width:80%;
	font-size:22px;
	font-weight:bold;
  text-align: center;
	margin-right:10px;
}
.csmb_confirm{
	padding:32px 6px 32px 6px;
	/*padding:10px 6px 10px 6px;*/
}
dt{
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
dd{
  margin-bottom: 24px;
}
.login_sec{
  margin-bottom: 0px;

}
.check_box{
	margin-top:-16px;
  display: block;
  margin-bottom: 10px;
	font-size:14px;
	font-weight:normal;
}
#auto_login{
  margin-right: 1rem;
}
.submit_login{
  margin: 10px 0px 0px 0px;
	padding:0px 0px 10px 0px;
  text-align: center;
}
.submit_login p{
  font-size: 125%;
  padding: 16px 0;
}
.inner_login{
  margin: 10px 0px 0px 0px;
	padding:0px 0px 10px 0px;
  text-align: center;
	border-top:1px solid #999;
}
.inner_login p{
  font-size: 125%;
  padding: 16px 0;
}

.month_sec{
  margin: 10px 0px 20px 0px;
	padding:10px 0px 20px 0px;
	text-align:center;
	background:#FFF;
	border-radius:10px;padding:0px;
}

.inner_sec{
  margin: 10px 0px 20px 0px;
	padding:10px 0px 20px 0px;
  text-align: center;
}
.back_sec{
  margin: 10px 0px 20px 0px;
	padding:10px 0px 20px 0px;
  text-align: center;
}
.inner_sec p{
  font-size: 125%;
  padding: 16px 0;
}
.error_msgbox{
  background-color: #FCEAE5;
  margin: 8px 0;
}
.error_msgbox p{
  padding: 4px;
  color: #FF0000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error_msgbox p::before{
  content: '';
  display: inline-block;
  background: url(../img/icon_img24.png) center center / contain no-repeat;
  height: 24px;
  width: 24px;
  margin-right: 6px;
}

.good_msgbox{
  background-color: #D3F5E9;
  margin: 8px 0;
}
.good_msgbox p{
  padding: 4px;
  color: #205838;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.good_msgbox p::before{
  content: '';
  display: inline-block;
  background: url(../img/icon_img23.png) center center / contain no-repeat;
  height: 24px;
  width: 24px;
  margin-right: 6px;
  top:calc( 50% - 12px);
}

.social_login{
  display: block;
  margin: 40px 0;
}

.others{
  position: relative;
  display: inline-block;
  margin: 80px 0 0;
  padding: 0 55px;
  font-size: 125%;
  color:#aaa;
}
.others::before,.others::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #aaa;
}

.others::before {
  left:0;
}
.others::after {
  right: 0;
}
/* がっぴーくん *********/

.frame_box_gappi{
  padding: 8px 8px 0;
}
.illust_gapi{
  margin: 20px auto;
  text-align: center;
}

.illust_gapi_right{
  margin: 20px 20px 0;
  text-align: center;
}

.illust_smile{
  margin: 20px 20px 0;
  text-align: center;
}

.illust_gapi img{
  width: 140px;
}

img.a_gapi_14{
  max-width: 100px;
}

.a_smile_01{
  max-width: 80px;
}

img.a_gapi_09{
  width: 200px;
}

img.a_gapi_17{
  width: 180px;
}

img.a_gapi_05{
  width: 120px;
}

/* お申し込み番号 *********/
.msg_area p{
  margin: 0;
	padding:4px 10px 4px 10px;
}
.gray_box{
  background-color:#EFEFEF;
  padding: 8px;
  margin: 0 auto;
  display: block;
  width:50%;
}

.bill_box{
  background-color:#F2F5A9;
  padding: 16px 8px 8px 16px;
  margin: 0 auto;
  display: block;
	border-radius:10px;
	height:60px;
	margin-top:4px;
	width:99%;
}

.no_bill{
  background-color:#EFEFEF;
  padding: 8px;
  margin: 0 auto;
  display: block;
  width:50%;
	text-align:center;
	font-weight:bold;
}
.csmb_box {
	border:1px solid #5FB404;
	background-color:#E3F6CE;
	padding:6px 2px 6px 2px;
	border-radius:4px;
	margin:0px 4px 20px 4px;
}
.csmb_dl {
	padding:0px 20px 0px 20px;
}
.csmb_addr {
	width:100%;
	border:1px solid #BBB;
}

/* 会員情報登録完了 *********/
.membership_sec h1{
  margin-bottom: 20px;
}
.member_No{
  font-size: 125%;
  background-color: #FFFDCB;
  padding: 12px 36px;
  display: inline-block;
  width:100%;
}
.name_area{
  margin: 40px 0;
}
.name_box{
  font-size: 125%;
}


/* 請求一覧 *********/
.month_box{
  background-color: #FFFDCB;
  padding: 12px;
  text-align: center;
  border-bottom: 2px solid #ECECEC;
  font-weight: bold;
}

.point_box{
  margin: 12px 10px 40px 10px;
  font-size: 125%;
}
.point_box p{
  display: inline-block;
  width: 50%;
  padding: 16px;
  border-radius: 2px;
  background-color: #FFFDCB;
}
.point_box_pc , .lapse_point_pc {
  font-size: 140%;
}
.lapse_point{
  margin: 12px 10px 10px 10px;
  font-size: 125%;
}
.lapse_point p{
  display: inline-block;
  width: 50%;
  padding: 16px;
  border-radius: 2px;
  background-color: #FCEDE9;
}

/* 請求明細 *********/
.anchor_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -30px 0 ;
}
.anchor_list li{
  padding: 10px;
}
.anchor_link{
  padding: 12px 40px 12px 12px;
  background-color: #fff;
  border-radius: 24px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.anchor_link::after{
  position: absolute;
  content: '';
  background: url(../img/btn_down.png) center center / contain no-repeat;
  width: 16px;
  height: 14px;
  top:calc(50% - 7px);
  right: 12px;
  transition: 0.3s;
}
.anchor_link:hover::after{
  transform: translateY(4px);
}
.price_box{
  margin-bottom: 20px;
}
.price_box p{
  font-size: 187.5%;
  background-color: #FFFDCB;
  padding: 20px 48px;
  display: inline-block;
  letter-spacing: .18em;
}
.price_main_content{
  position: relative;
}
.price_main_content span{
  font-size: 50%;
  position: absolute;
  top:45%;
  margin-left: 8px;
}
.accordion{
  margin: 40px 0;
}
.accordion .accordion-body span{
  font-size: 75%;
}
.price_content span{
  font-size: 75%;
}
.accordion .accordion-body .price_conspan{
  font-size: 75%;
}
.accordion .accordion-body span.size{
  font-size:100%;
}
.accordion-button:not(.collapsed) {
  color: #343838;
  background-color: transparent;
  box-shadow: none;
}
.accordion-item {
  background-color: #fff;
  border: none;
}
.accordion-button{
  justify-content: center;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after{
  content: none;
}
.accordion-button::before{
  content: '';
  display: block;
}
.grid_box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
}
.grid_box .gray_box{
  width: 100%;
}
.no_bill {
  width: 100%;
}
.circle_btn::before{
  content:'';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 16px;
  right: 0;
  border-radius: 50%;
  background-color: #E88873;
}
.circle_sub_btn::before{
  content:'';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 16px;
  right: 0;
  border-radius: 50%;
  background-color: #E88873;
}

.plus:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 7px;
  width: 15px;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
}

.plus:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 7px;
  width: 15px;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  transform: rotate(90deg);
  transition: 0.3s;
}

.accordion-button:not(.collapsed) .plus:after{
  transform: rotate(0deg);
}

.detail_content{
  display: flex;
  flex-wrap: wrap;
}
.detail_content dt,.detail_content dd{
  border-bottom: 1px solid #A8A7A7;
  padding: 12px;
  width: 50%;
}
.detail_content dt:last-of-type,.detail_content dd:last-of-type{
  /*border-bottom: none;*/
}
.detail_content dt:first-of-type,.detail_content dd:first-of-type{
  border-bottom: 1px solid #A8A7A7;
}
.detail_content dt{
  text-align: left;
	font-size:90%;
	padding:10px 0px 0px 0px;
}
.detail_content dd{
  text-align: right;
  margin-bottom: 0;
	font-weight: bold;
	font-size:16pt;
	padding:0px 0px 0px 0px;
}
.gasused_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2px auto 32px;
}
.gasused_content dt,.gasused_content dd{
  padding: 12px;
  width: 50%;
  border-bottom: 1px solid #A8A7A7;
}
.gasused_content dt{
  text-align: left;
}
.gasused_content dd{
  text-align: right;
  margin-bottom: 0;
}
.advertisement_area {
	padding:10px;
	margin:2px;
}
.advertisement_area img{
  width: 100%;
	border-radius: 4px;
	border:1px solid #888;
}
.day_box{
  display: inline-block;
  width: 60%;
  background-color: #EFEFEF;
  padding: 8px
}
.accordion_total{
  margin: 0 auto;
  width: 50%;
}
.asn_links{
  width:100%;
}
.asn_links .asn_links_table{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.asn_links .asn_links_table td{
  padding: 0 8px;
}
.asn_links .asn_links_table a{
  display: inline-block;
  color: #343838;
  padding: 12px 0; 
  background-color: #fff;
  border-radius: 4px;
  font-size: 100%;
  transition: 0.3s;
  width:45px;
  height: 50px;
  border: 1px solid #343838;
  margin: 8px 0;
}
.asn_links .asn_links_table a:hover,.asn_links a.selected{
  background-color: #E5E5E5;
}
.asn_next,.asn_back{
  position: relative;
}
.asn_next::before,.asn_back::before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 14px;
  top: calc(50% - 7px);
  right: calc(50% - 8px);
}
a.asn_next::before{
  background: url(../img/btn_next.png) center center / contain no-repeat;
}
a.asn_back::before{
  background: url(../img/btn_back.png) center center / contain no-repeat;
}
.asn_bstatement_frame{
	padding:0px 10px 0px 10px;
	margin-top:-20px;
}
.asn_bstatement_box{
 margin: 0px auto;
 text-align: center;
}
.g_base_table{
  text-align: left;
  margin: 20px 0;
}
.g_base_table caption{
  text-align: center;
	color:#333333;
	font-size: 120%;
	caption-side: top;
	border:1px solid #DDD;
	background:#EEEFFF;
}
.g_base_table > thead th,.g_base_table > thead tr{
  text-align: center;
}
.g_base_table th{
  text-align: center;
	background:#EEEFFF;
}
.g_base_table th.right{
  text-align: right;
}
.g_base_table th.left{
  text-align: left;
}
.g_base_table td{
  text-align: left;
	vertical-align:middle;
}
.g_base_table td.right{
  text-align: right;
}
.g_base_table td.center{
  text-align: center;
}

.g_base_table td.month{
  text-align: center;
	padding:10px;
	vertical-align:middle;
}
.g_base_table td.month_ymd{
  text-align: center;
	padding:10px;
	vertical-align:middle;
	font-size:20px;
}
.g_base_table td.no_result{
  text-align: center;
	padding:5px;
	vertical-align:middle;
	font-size:18px;
	color:#000000;
}
.g_base_table span{
  font-size: 75%;
}
.asn_last_tr th,.asn_last_tr td{
  box-shadow: none;
}
td.asn_last_price{
  background-color: #FFFDCB;
  font-size: 125%;
}
.g_base_table th{
  font-weight: normal;
}
/* 年間推移 *********/

.change_table th.month_box:nth-child(1){
  border-bottom: solid 1px #A8A7A7;
}
.change_table th{
  table-layout: fixed;
  text-align: center;
  vertical-align: baseline;
  border-bottom: solid 1px #A8A7A7;
}
.change_table tr{
  table-layout: fixed;
  text-align: center;
  vertical-align: baseline;
  border-bottom: 1px solid #ececec;
}
.change_table td{
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  padding: 20px 0;
}
.change_table{
  table-layout: fixed;
  width: 100%;
  margin: 40px 0;
  font-size: 112.5%;
}
.change_table span{
  font-size: 75%;
}
.change_content img{
  width:40px;
  height: 40px;
}

a.pagetop img{
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  bottom:20px;
  right: 20px;
  transition: 0.3s;
}

a.pagetop img:hover {
  transform: translateY(-4px);
}


/* 転出申込 *********/
.request_content{
  margin: 40px 0;
}
.move_text{
  margin: 10px 0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:30px 0px 30px 0px;
}

.withdraw_text{
  margin: auto 0;
	text-align:center;
	font-size:20px;
	padding:30px 0px 0px 0px;
}
.related_text{
  margin: auto 0;
	text-align:center;
	font-size:16px;
	padding:10px 0px 10px 0px;
}
.requested_text{
  margin: auto 0;
	text-align:center;
	font-size:20px;
	padding:10px 10px 10px 10px;
}
.movingout_text{
  margin: auto 0;
	text-align:center;
	font-size:20px;
	padding:10px 10px 10px 10px;
}
.movingout_info{
  margin: auto 0;
	text-align:center;
	font-size:18px;
	color:#000088;
	padding:10px 10px 0px 10px;
}

.select_box select{
  border: 1px solid #343838;
  background-color: #FFFDCB;
  padding: 12px 60px 12px 40px;
  border-radius: 4px;
  font-size: 115%;
  letter-spacing: .15em;
  width: 250px;
}
.select_box{
  position: relative;
  display: inline-block;
}
.select_box::after{
  position: absolute;
  content: '';
  background: url(../img/btn_down.png) center center / contain no-repeat;
  width: 16px;
  height: 14px;
  top:calc(50% - 7px);
  right: 12px;
  transition: 0.3s;
  pointer-events: none;
}
.select_box:hover::after{
  transform: translateY(2px);
}
.request_content dt{
  width:250px;
}

/* 会員情報 *********/
.profile_sec .h2_box,.profile_change_sec .h2_box{
  margin-bottom: 0;
  font-size: 112.5%;
}
.profile_sec dl,.profile_change_sec dl{
  display: flex;
  flex-wrap: wrap;
  width:70%;
  margin: 0 auto;
  text-align: left;
  align-items: center;
  margin-bottom: 40px;
}
.profile_sec dt{
  width:40%;
  margin-bottom: 0;
  padding: 8px 12px;
  margin: 6px 0;
}
.profile_sec dd{
  width:60%;
  margin-bottom: 0;
  font-size: 125%;
  padding: 8px 12px;
  margin: 6px 0;
  background-color: #ececec;
}
.profile_change_sec dt{
  width: 40%;
  margin-bottom: 0;
  margin: 6px 0;
}
.profile_change_sec dd{
  width: 60%;
  margin-bottom: 0;
  margin: 6px 0;
}
.profile_change_sec .form_cell{
  width:100%;
}



/* FOOTER ********************************************************/
.footer_wrapper{
  text-align: center;
}

.footer_logo_illust{
  max-width: 400px;
  text-align: center;
  margin: 20px auto;
}

.footer_logo{
  padding-bottom: 16px;
}
.add_box{
  margin-bottom: 32px;
}
.space{
  padding-right: 1rem;
}
.copyright_area{
  background-color: #0B4C5F;
  text-align: center;
  padding: 12px;
}
.copyright_area p{
  color:#fff;
  font-size: 75%;
}


table.wca_req {
	width:100%;
	margin:0 auto;
}

.calendar {
	width:50%;
	margin:0 auto;
}

/* Add */
.gs_hw img {
  width: 600px;
  max-width: 60%;
}
.gs_container {
  max-width: 700px;
}
.gs_container .frame_box {
  padding: 8px 4%;
  box-sizing: border-box;
}
.gs_container .social_login li.sns_btn.gs_line {
  margin-bottom: 30px;
}
.gs_container .inner_login p {
  font-size: 100%;
}
.gs_btn {
  box-shadow: 1px 2px 2px #c0c0c0;
  border: none;
}
.gs_btn:hover {
  cursor: pointer;
}
.gs_fli {
  max-width: unset;
  width: 100%;
}
.gs_fli img {
  width: 200px;
  max-width: 50%;
}
.gs_container .inner_sec {
  margin-bottom: 0;
}
.gs_container .LINE_btn::before {
  top: 50%;
  margin-top: -16px;
}
.gs_container_w .frame_box {
  padding: 8px 4%;
}
.gs_container_w .inner_sec {
  margin-top: 50px;
}
.gs_rpw .h2_box {
  margin-bottom: 0;
}
.gs_rpw .back_sec {
  margin-top: 0;
}
.gs_header .asnHd_name_box {
  display: flex;
  justify-content: space-between;
}
.gs_header .asnHd_name_box .hdname_box,.gs_header .asnHd_name_box .hddata_box {
  float: none;
}
.gs_header .asnHd_name_box {
  height: auto;
  padding-bottom: 10px;
}
.gs_slist .refer_btn.search {
  height: 40px;
  line-height: 1.6;
}
.refer_btn.gs_more {
  font-size: 100%;
  font-weight: bold;
  padding-top: 6px;
}
.gs_searchresult .g_base_table td {
  letter-spacing: 0.04em;
}
.gs_slist2 td.month {
  display: inline-block;
  width: 100% !important;
  text-align: center;
}
.gs_slist2 td.month.gs_heading {
  width: 70px !important;
}
.gs_search_table2 {
  margin-top: 14px !important;
}
.gs_search_table2 .gs_left,.gs_search_table2 .gs_right {
  position: relative;
}
.gs_search_table2 .gs_left input,.gs_search_table2 .gs_right input {
  width: calc(100% - 20px);
  box-sizing: border-box;
  position: relative;
}
.gs_search_table2 .gs_left::after,.gs_search_table2 .gs_right::after {
  content: "円";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  text-align: right;
}
.gs_slist2 td.gs_left,.gs_slist2 td.gs_right {
  display: inline-block;
  width: 40%;
  box-sizing: border-box;
}
.gs_slist2 td.gs_center {
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
}
.gs_slist2 .gs_search_table tr {
  text-align: center;
}
.gs_slist2 .refer_btn.search {
  margin-top: 10px !important;
}
.gs_ref object {
  height: 520px;
}
.gs_agree input {
  position: relative;
  top: -2px;
}


/* 1400px ********************************************************/
@media screen and (max-width: 1400px){
  
	.form_input_cfm{
		width:90%;
	}
	.calendar {
		width:50%;
	}
	ul.req {
		width:50%;
	}
}


/* 1200px ********************************************************/
@media screen and (max-width: 1200px){
  .profile_sec dl,.profile_change_sec dl{
    width: 100%;
  }
	.calendar {
		width:50%;
	}
	ul.req {
		width:50%;
	}
}

/* 992px ********************************************************/
@media screen and (max-width: 992px){
	.form_cell{
	  width:100%;
	}
	.form_input_cfm{
		width:90%;
	}
	dt{
	  width: 100%;
	  margin: 0 auto;
	  text-align-last: left;
	}
	.msg_area{
	  text-align: left;
	}
	.member_No{
	  width: 100%;
	}
	.gray_box .no_bill{
	  width:100%;
	}
	.calendar {
		width:98%;
	}
	ul.req {
		width:98%;
	}
	table.wca_req {
		width:100%;
	}
  .gs_ref .frame_box {
    display: none;
  }
}

/* 768px ********************************************************/
@media screen and (max-width: 768px){
  .nav_list li {
    width: calc(100% / 4);
  }
  .nav_list li:nth-of-type(3n+1){
    border-left:1px solid #fff;
  }
  .nav_list li:nth-of-type(5n+1){
    border-left:none;
  }
  .nav_list li:first-of-type{
    border-left: 1px solid #fff;
  }
	.claimlog_sec {
		padding-top:1px;
	}
  .header_wrapper{
    padding-top: 20px;
  }
  .gs_header {
    padding-top: 0;
  }
  .container-fluid > .navbar-brand > .logo_box {
    margin-top: 0;
	}
  .logo_box img{
    width:250px
  }
	.form_input_cfm{
		width:80%;
	}
  .accordion_total{
    width: 100%;
  }
  .accordion-body{
    padding: 0;
  }
  .accordion-item{
    margin-top: 40px;
  }
  .month_box{
    border-bottom: none;
    font-weight: bold;
  }
  .change_table {
    width: 100%;
    margin: 40px auto;
    font-size: 112.5%;
  }
  .change_table .thead {
    display: none;
  }
  .change_table tr {
    width: 100%;
    border-bottom:none;
  }
  .change_table td {
    display: block;
    width: 100%;
    text-align: right;
    padding: 20px;
    border-top: 1px solid #A8A7A7;
  }
  .change_table td:last-child{
    margin-bottom: 40px;
  }
  .change_table td:first-child {
    text-align: center;
    border-top: none;
  }
  .change_table td:nth-child(2){
    border-top: none;
  }
  .change_table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .change_content img{
    width:30px;
    height: 30px;
  }
  .gasused_content{
    margin: 0px auto 24px;
  }
  .day_box{
    margin: 24px auto 2px;
  }
	
	.profile_sec dt{
	  width:100%;
	  margin-bottom: 0;
	  padding: 8px 12px;
	  text-align: center;
	}
	.profile_sec dd{
	  width:100%;
	  margin-bottom: 24px;
	}
	.profile_change_sec dt{
	  width:100%;
	  text-align: center;
	}
	.profile_change_sec dd{
	  width:100%;
	  margin-bottom: 24px;
	}
	.calendar {
		width:98%;
	}
	ul.req {
		width:98%;
	}
	table.wca_req {
		width:100%;
	}
  .gs_ref object {
    height: 400px;
  }
}
/* 576px ********************************************************/
@media screen and (max-width: 576px){
	.claimlog_sec {
		padding-top:1px;
	}
  .error_msgbox,.good_msgbox{
    text-align: left;
  }
  .error_msgbox p,.good_msgbox p{
    justify-content: flex-start;
  }

  .sns_btn{
    margin: 20px auto;
  }

  .submit_btn_login{
    width: 100%;
  }
  .submit_btn_month{
    width: 100%;
  }

  .nav_list li {
    width: 100%;
    margin-bottom: 8px;
    border: none;
  }
  .nav_list li:first-of-type,.nav_list li:nth-of-type(3n+1){
    border-left:none;
  }
  
  .nav_list_item {
    color: #205838;
    font-size: 24px;
    padding: 12px 24px;
    text-align: center;
    position: relative;
    font-size: 112.5%;
    background-color: #fff;
    border-radius: 20px;
  }
  .gs_header .nav_list_item {
    border-radius: 10px;
  }
  .gs_mn .nav_list_item {
    border-radius: 10px;
  }
  .nav_list_item::after{
    position: absolute;
    content: '';
    background: url(../img/btn_next.png) center center / contain no-repeat;
    width: 16px;
    height: 14px;
    top:calc(50% - 8px);
    right: 16px;
    transition: 0.3s;
  }
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #205838;
	}
  .navbar-light .navbar-nav .nav-link{
    color:#205838
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #205838;
  }
  .nav_list_item:hover::before,.nav-link.active::before {
   content: none;
  }
  .nav_list_item::before{
    content: none;
  }
  .nav_list_item:hover::after{
    transform: translateX(4px);
  }
  .request_content dt{
    width:100%;
  }
  textarea{
    width:100%;
    height: 150px;
  }
  input[type="date"],.select_box,.select_box select{
    width: 100%;
  }
  .submit_btn,.serch_btn,.pdf_btn,.add_csmb_btn,.yellow_btn,.white_btn {
    width: 100%;
	}
  .next_btn{
    display: block;
  }
  .back_btn {
    width: 100%;
	}

	.frame_box{
	  margin: 10px 0px 0px 0px ;
	}
	.anchor_list{
	  margin: 10px 0;
	}
	
	.point_box p,.lapse_point p{
		width:100%;
	}
	
	.month_box{
	  font-size: 125%;
	}
	
	.footer_wrapper{
	  margin: 0px 0 0;
	}
	.footer_logo img{
	 width:280px
	}
	.profile_sec dl,.profile_change_sec dl{
	  width: 100%;
	}
	.calendar {
		width:98%;
	}
	ul.req {
		width:100%;
	}
	.req label {
	  margin-left: 24px;
		margin-top:-22px;
	}
	.move_text{
		padding:10px 0px 10px 0px;
	}
	.csmb_dl {
		padding:0px;
	}
	.advertisement_area {
		padding:4px;
	}
	table.wca_req {
		width:100%;
	}
  .footer_logo_illust{
    margin: 10px 0px 10px 0px;
  }
  .gs_container .nsm7Bb-HzV7m-LgbsSe {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .gs_container strong.h2_box {
    font-size: 100%;
  }
  .gs_slist td.month {
    display: inline-block;
    width: 100% !important;
    text-align: center;
  }
  .gs_slist2 td.month.gs_heading {
    display: inline-block;
    width: 100% !important;
    text-align: center;
  }
  .gs_slist td.gs_left,.gs_slist td.gs_right {
    display: inline-block;
    width: 40%;
    box-sizing: border-box;
  }
  .gs_slist td.gs_center {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
  }
  .gs_search_table tr {
    text-align: center;
  }
  .gs_slist .refer_btn.search {
    margin-top: 10px !important;
  }
  .gs_header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: normal;
    font-size: 90%;
    letter-spacing: 0.02em;
    font-weight: normal;
    background: none;
    padding: inherit;
  }
  .gs_header .nav_list li {
    width: calc(100% / 4);
    border:inherit;
    border-right: 1px solid #fff;
  }
  .gs_header .nav_list li:first-of-type {
    border-left: solid 1px #fff;
  }
  .gs_header .nav_list_item::after {
    content: none;
  }
  .gs_header .container-fluid {
    padding: 0;
  }
  .gs_ref object {
    height: 260px;
  }
  .gs_ref .frame_box {
    padding: 0;
  }
  .gs_ref .gs_btn {
    width: 90%;
  }
  .gs_ref .inner_sec {
    padding-bottom: 0;
  }
}

/* 441px ********************************************************/
@media screen and (max-width: 441px){
  .LINE_btn,.g_id_signin{
    width: 100%;
  }
}

/* 420px ********************************************************/
@media screen and (max-width: 420px){
	.claimlog_sec {
		padding-top:1px;
	}
  .confirmation_sec dl dt{
    width: 100%;
  }
	
  .logo_box img {
    max-width: 200px;
	}
	.navbar-brand {
	  padding-top: 0;
	  padding-bottom: 0;
	  margin-right: 0; 
	}

  .day_box{
    width:100%;
  }
  .download_btn{
    padding: 16px 40px;
    width:100%
  }
  .download_btn::after{
    right: 20px;
  }
	.calendar {
		width:98%;
	}
	ul.req {
		width:100%;
	}
	.req label {
	  margin-left: 24px;
		margin-top:-22px;
	}
	.move_text{
		padding:10px 0px 10px 0px;
	}
	.csmb_dl {
		padding:0px;
	}
	.advertisement_area {
		padding:4px;
	}
	table.wca_req {
		width:100%;
	}
}