@charset "UTF-8";
@media screen and (max-width : 768px) {
/* ==================================================
shared
================================================== */
body {
	-webkit-text-size-adjust:none;
	min-width:320px;
    font-size:85.7%;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
img {
	max-width:100%;
	height:auto;
}
/* wrapper
============================== */
#wrapper {
	min-width:320px;
}
.container {
	width:100%;
	padding:0 10px;
	max-width:none;
	min-width:320px;
}
#maincontents {
	padding:20px 0;
}
/* header
============================== */
header {
	background-size:auto 5px;
	padding-top:5px;
	position:relative;
	z-index:150;
}
#head_login .login_txt {
	display:none;
}
header #head_logo {
	display:block;
	width:70px;
}
header #logo_s {
	display:none;
}
#head_login {
	display:block;
	margin-top:5px;
}

/* ==2021/06/01 ADD================================================ */
#head_trial .trial_txt {
	display:none;
}
#head_trial {
	display:block;
	margin-top:5px;
}

/* gnavi
============================== */
.globalMenuSp.active .container {
	padding:80px 10px 20px;
}
/* footer
============================== */
footer address {
	text-align:center;
	font-size:11px;
}
/* menu
============================== */
.globalMenuSp {
    position: absolute;
    z-index:100;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
.globalMenuSp ul {
    display: block !important;
	border:none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
	margin:0 0 10px;
}
.globalMenuSp ul li a {
    display: block;
    padding: 12px 0;
	border:1px solid #333;
}
.globalMenuSp ul li.acive a {
	padding-bottom:10px;
	border-bottom-color:#009BD9;
	background-size:50px auto;
}
.globalMenuSp ul li .en {
	display:none;
}
.globalMenuSp.active {
    transform: translateY(0%);
}
.globalMenuSp ul li a::after {
	display:none;
}
/* head_login_btn */
.head_login_btn {
	font-size:87.5%;
}
.head_login_btn a {
	display:block;
	padding:7px 2px;
	min-width:auto;
}
.globalMenuSp .head_login_btn {
	display:block;
}
header .head_login_btn {
	display:none !important;
}

/* ==2021/06/01 ADD================================================ */
/* head_trial_btn */
.head_trial_btn {
	font-size:87.5%;
}
.head_trial_btn a {
	display:block;
	padding:7px 2px;
	min-width:auto;
}
.globalMenuSp .head_trial_btn {
	display:block;
}
header .head_trial_btn {
	display:none !important;
}

/* navToggle */
.navToggle {
    display: block;
    position: absolute;
    right: 5px;
    top: 8px;
    width: 48px;
    height: 46px;
    cursor: pointer;
    z-index:200;
    background: linear-gradient(to top right, #009BD9, #004F71);
    text-align: center;
	padding-top:28px;
}
.navToggle span:nth-child(1),
.navToggle span:nth-child(2),
.navToggle span:nth-child(3) {
    display: block;
    position: absolute;
    width: 20px;
    border-bottom: solid 2px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 15px;
}
.navToggle span:nth-child(1) {
    top: 10px;
}
.navToggle span:nth-child(2) {
    top: 16px;
}
.navToggle span:nth-child(3) {
    top: 22px;
}
.navToggle span.text {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 28px;
	left:8px;
}
.navToggle.active span:nth-child(1) {
    top: 14px;
    left: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 14px;
    left: 15px;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* page_ttl
============================== */
.page_ttl_wrap {
	padding-top:50px;
}
.page_ttl_wrap::before {
	height:150px;
	-webkit-background-size:auto 150px;
	-moz-background-size:auto 150px;
	background-size:auto 150px;
}
.page_ttl {
	height:120px;
}
.page_ttl h1 {
	height:120px;
	font-size:150%;
}
.page_ttl::before {
	height:120px;
	width:60%;
}
.page_ttl h1::after {
	left:90px !important;
	bottom:-10px;
}
#page_ttl_store .page_ttl h1::after {
	width:210px;
	height:77px;
	-webkit-background-size:210px auto;
	-moz-background-size:210px auto;
	background-size:210px auto;
}
#page_ttl_initiation .page_ttl h1::after {
	width:124px;
	height:60px;
	-webkit-background-size:124px auto;
	-moz-background-size:124px auto;
	background-size:124px auto;
}
#page_ttl_usage .page_ttl h1::after {
	width:124px;
	height:60px;
	-webkit-background-size:124px auto;
	-moz-background-size:124px auto;
	background-size:124px auto;
}
#page_ttl_service .page_ttl h1::after {
	width:174px;
	height:70px;
	-webkit-background-size:174px auto;
	-moz-background-size:174px auto;
	background-size:174px auto;
}
#page_ttl_privacy .page_ttl h1::after {
	width:210px;
	height:77px;
	-webkit-background-size:210px auto;
	-moz-background-size:210px auto;
	background-size:210px auto;
}
/* pankuzu
============================== */
#pankuzu {
	margin-bottom:20px;
}
/* pnavi
============================== */
#pnavi p {
	width:100px;
}
#pnavi p a {
	background-size:100px auto;
	width:100px;
	height:38px;
}
#pnavi p span {
	width:100px;
	height:38px;
}
/* footer
============================== */
#foot_func_wrap {
	border-top-width:3px;
	background:url(../images/footer/foot_bg_sp.jpg) repeat 0 0;
	background-size:150px auto;
}
#foot_func_inner {
	padding:10px 0;
}
#foot_func {
	padding:20px 0;
	background-size:10px auto;
}
footer .foot_main .logo {
	width:100px;
	padding-right:10px;
	vertical-align:top;
}
footer .foot_main {
	display:block;
}
footer .foot_main > div {
	display:block;
	width:100% !important;
	padding:10px 0;
}
footer .foot_main_tel,
footer .foot_main_mail {
	text-align:left;
	background:url(../images/footer/dot_line_sp.png) repeat-x left top;
	background-size:7px auto;
}
footer .foot_main_tel p,
footer .foot_main_mail p {
	background-position:left center;
	padding:5px 0 5px 32px;
	background-size:25px auto;
}
footer .foot_main_tel p {
	font-size:150%;
}
footer .foot_main_mail p {
	font-size:125%;
}
footer .foot_main_add p span {
	display:inline;
}
footer .foot_main_tel p a {
	color:#000;
	text-decoration:none;
}
#foot_fnavi {
	padding:10px 0;
}
#foot_fnavi ul {
	margin:0;
}
#foot_fnavi ul li {
	float:left;
	width:50%;
	display:block;
	border:none !important;
	padding:0 10px;
	margin:0 0 10px;
}
#foot_fnavi ul li a {
	display:block;
	padding:4px 5px;
}
footer address {
	border-top:1px solid #666;
	padding-top:10px;
}

/* ==================================================
top
================================================== */
/* visual
============================== */
#visual {
	background-size:auto 250px;
	height:250px;
}
#visual_catch p {
	padding:5px 10px;
	font-size:125%;
	background-size:100% auto;
}
/* info
============================== */
#info {
	margin:0 0 30px;
}
#info_ttl_wrap {
	float:none;
	width:auto;
	padding-right:10px;
}
#info_ttl {
	padding:20px;
	height:80px;
	margin-bottom:40px;
}
#info_ttl::before {
	top:20px;
	left:20px;
	height:80px;
}
#info_ttl::after {
	right:-10px;
	bottom:-20px;
	width:140px;
	height:55px;
	background-size:100% auto;
}
#info_ttl h2 {
	font-size:150%;
	left:20px;
}
#info_cnt {
	float:none;
	width:auto;
	padding:0 0 0 30px;
}
#info_cnt h3::before {
	left:-30px;
	width:20px;
}
/* cate_list
============================== */
#cate_list {
	margin:0;
	padding:0 10px;
}
#cate_list .box_cate_wrap {
	float:none;
	width:100%;
	padding:0;
}
#cate_list .box_cate {
	padding:150px 10px 0 0;
	background-size:100% auto !important;
}
#cate_list .box_cate::after {
	border-width: 15px 15px 0 0;
}
#cate_list .box_cate_main {
	padding:20px;
	margin-left:-10px;
}
#cate_list .box_cate_main h2 {
	font-size:150%;
}

/* ==================================================
free
================================================== */
#main h2 {
	padding:0 5px 10px 30px;
	font-size:143%;
}
#contents h2::before {
	height:20px;
}
#contents h2::after {
	left:13px;
	top:0;
	height:26px;
}
#main h3 {
	font-size:130%;
}
#contents ul,
#contents ol {
	margin:0 0 20px 1.2em;
}
#contents article {
	padding:0;
	margin:0 0 20px;
}
/* table
============================== */
#contents table.list_tbl,
#contents table.list_tbl thead,
#contents table.list_tbl tbody,
#contents table.list_tbl tfoot,
#contents table.list_tbl tr,
#contents table.list_tbl th,
#contents table.list_tbl td,
#contents table.data_tbl,
#contents table.data_tbl thead,
#contents table.data_tbl tbody,
#contents table.data_tbl tfoot,
#contents table.data_tbl tr,
#contents table.data_tbl th,
#contents table.data_tbl td {
	display:block;
	width:100% !important;
}
#contents table.dot_tbl th {
	width:120px;
}
/* ==================================================
col2
================================================== */
/* col2_a
============================== */
#contents .col2_a {
	margin:0;
}
#contents .col2_a .col2L,
#contents .col2_a .col2R {
	float:none;
	width:100%;
	padding:0;
}
/* col2_b
============================== */
#contents .col2_b,
#contents .col2_b .col2L,
#contents .col2_b .col2R {
	display:block;
}
#contents .col2_b .col2L {
	padding-right:0;
}
#contents .col2_b .col2R {
	width:100%;
}
/* ==================================================
store
================================================== */
/* store_step
============================== */
#store_step_wrap {
	background-size:20px auto;
	background-position:12px top;
}
#contents .store_step {
	display:block;
	margin:0 0 20px;
}
#contents .store_step_ttl,
#contents .store_step_cnt {
	width:100%;
	display:block;
	margin:0;
}
#contents .store_step_ttl {
	padding:0 10px;
}
#store_step1 .store_step_ttl,
#store_step5 .store_step_ttl {
	padding:0;
}
#contents .store_step_cnt {
	padding:10px 0 0 30px;
	font-size:87.5%;
}
#contents #store_step5 .store_step_ttl::before {
	content:"";
	position:absolute;
	left:12px;
	top:-19px;
	background-size:20px auto;
	width:20px;
	height:19px;
}
/* ==================================================
initiation
================================================== */
/* initiation_member
============================== */
#initiation_member_wrap {
	background:none;
}
#initiation_member {
	min-height:auto;
	background:none;
	padding:0;
}
#initiation_member .box_member_wrap {
	float:none;
	width:80%;
	margin:0 auto 20px;
}
/* initiation_reserve
============================== */
#initiation_reserve {
	margin:0;
}
#initiation_reserve .box_reserve_wrap {
	float:none;
	width:100%;
	margin:0 auto 20px;
	padding:0;
}
#initiation_reserve .box_reserve {
	padding:20px;
	min-height:auto;
}
#initiation_reserve_web .box_reserve_cnt .more_btn {
	width:80%;
	font-size:100%;
}

/* ==================================================
privacy
================================================== */
#contents .privacy_lead {
	margin:0 0 30px;
	padding:20px;
}



/* ==2021/06/01 ADD================================================ */
.floating-banner {
	display:none;
    /*position: fixed;  追従 */
    /*position: absolute;  追従しない */
    /*z-index: 99999;  他の要素の下に隠れないように */
    /*bottom: 1px;  バナーの上下の位置 */
    /*top: 250px;  バナーの上下の位置 */
    /*right: 10px;  バナーの左右の位置 */
}
.floating-banner:hover {
    /*opacity: 1;  ホバーで少し透過 */
}




}
