/* 共通 */
body{
    min-width:1200px;
}
.sponly{
    display:none !important;
}
.sponly.inline{
    display: none !important;
}
.pconly{
    display:block !important;
}
.pconly.inline{
    display:inline !important;
}
.d-block{
    display: block !important;
}
.f-bold{
    font-weight: bold;
}
.table01{
    width:920px;
    margin:0 auto;
    border:2px solid #ccc;
}
.table01 tr{
    text-align:center;
}
.table01 th{
    background-color: #E6F0DC;
    border: 2px solid #ccc;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left:20px;
    font-weight: normal;
}
.table01 td{
    background:#fff;
    border: 2px solid #ccc;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left:20px;
}


.table02{
    width:600px;
    margin:0 auto;
    border:1px solid #555;
}
.table02 tr{
    text-align:center;
}
.table02 th{
    background-color: #cccccc;
    border: 1px solid #555;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: normal;
}
.table02 td{
    background:#fff;
    border: 1px solid #555;
    padding-top: 8px;
    padding-bottom: 8px;
}
.anchor_set{
    margin-top:-110px !important;
    padding-top:110px !important;
}

/*
*
* 共通ヘッダ
*
*/
.mainHeader{
    top: 0px;
    left: 0px;
    width: 100%;
    min-width:1200px;
    background: #fff;
    position: fixed;
    z-index: 9000;
}
.head_bg{
    background: linear-gradient(#adcc5f, #88ab3a);
}
#head_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#head_box .header_left {
    width: 57%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#head_box .toushou_logo {
    height: 58px;
    width: auto;
}
#head_box .header_right {
    width: 43%;
}
#head_box .header-h1 {
    display: none;
}
#head_manage .header_btn {
    position: relative;
    border-radius: 20px;
    display: inline-block;
    font-size: 1rem;
    width: 250px;
    padding: 5px;
}
#head_manage .header_btn.contact {
    background: #04A78D;
}
#head_manage .header_btn.entry {
    background: #F25C0C;
    border-bottom: 3px solid #db5108;
}
#head_manage .header_btn::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    bottom: 12px;
    right: 12px;
    transform: rotate(45deg);
}
.header_btn:hover {
    opacity: 0.8;
}
.nav_bg{
    background: #46413d;
}
#nav{
    display: inline-flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction:row;
    flex-wrap:nowrap;
    -webkit-justify-content:center;
    justify-content:center;
    position:relative;
    z-index: 200;
    align-items: center;
}
#nav li{
    padding: 10px 0;
    cursor: pointer;
}
#nav li:last-child{
    border-right: none;
}
#nav .main-menu-list:hover {
    background: #6c6762;
}
#nav .gnav{
    display:none;
    position:absolute;
    top:44px;
    left: 50%;
    transform: translateX(-50%);
    width:960px;
    background:#fafafa;
    padding:12px;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
#nav:hover {
    background:#46413c;
}
#nav .gnav:hover {
    background:#fafafa;
}
#nav .gnav li{
    padding: 0;
}
#nav > li:hover .gnav{
/*    display:block;*/
}
#nav .gnav:before{
	content: "";
	position: absolute;
	top: -30px;
 	margin-left: -15px;
	border: 20px solid transparent;
	border-bottom: 15px solid #fafafa;
}
#nav .nav_place.gnav:before{left:255px;}
#nav .nav_receive.gnav:before{left:405px;}
#nav .nav_beginner.gnav:before{left:560px;}
#nav .nav_company.gnav:before{left:705px;}
#nav .nav_qa.gnav:before{left:855px;}

#nav .gnav .nav_title{
    color:#5aa03c;
    font-weight:bold;
    border-bottom:2px solid #ccc;
    margin-bottom:20px;
}
#nav .gnav .menu{
    display:flex;
    justify-content: left;
    flex-wrap: wrap;
}
#nav .gnav .menu span{
    margin-right:12px;
}
#nav .gnav .menu.flex-shrink span{
    /*flex:120px;*/
    display:inline-block;
    width:118px;
    margin-bottom:12px;
}
#nav .gnav .menu div{
    margin-right:7px;
}
#nav .gnav .menu div a{
    color:#333;
    font-weight: normal;
}
#nav .gnav .menu div a:hover{
    color:orange;
}
#nav .gnav .menu img{
    width:128px;
}
#nav a{
    color: #ffffff;
    font-weight: bold;
}
#nav a.main-menu {
    border-right: solid 1px #ffffff;
    padding: 0 40px;
}
#nav li:first-child a.main-menu{
    border-left: solid 1px #ffffff;
}
/*
*
*　共通フッター
*
*/
footer{
    background: #9CC535;
}
footer a{
    color:#fff !important;
}
footer a:hover{
    color:#1E6700 !important;
}
footer img {
    height: auto;
}
footer .black_banner {
    background: #333;
    padding: 3px;
}
footer .white_label {
    color: #9CC535;
    border-radius: 20px;
    display: block;
}
footer .footer_call {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}
footer .white_label2 {
    border: 1px solid #fff;
}
footer .footer_manage {
    display: flex;
    justify-content: space-between;
}
footer .footer_manage .footer_btn {
    position: relative;
    border-radius: 20px;
    display: block;
    font-size: 1rem;
    width: 170px;
    padding: 5px;
}
footer .footer_manage .footer_btn.contact {
    background: #04A78D;
    border-bottom: 3px solid #04907a;
}
footer .footer_manage .footer_btn.entry {
    background: #F25C0C;
    border-bottom: 3px solid #db5108;
    margin-left: 10px;
}
footer .footer_manage .footer_btn::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    bottom: 12px;
    right: 12px;
    transform: rotate(45deg);
}
footer .footer_manage .footer_btn:hover {
    color: #fff!important;
    opacity: 0.8;
}

.footer_contents dt{
    color: #FFFF73;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 4px;
}
.footer_contents dd{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 26px;
}
footer .iso_basepoint {
    position: relative;
}
footer .iso_image {
    background-color: #fff;
}
footer .iso_text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 170px;
    font-size: 7pt;
    line-height: 10px;
    font-weight: 600;
}

#copyright{
    padding:20px 0;
    background: #f5f5f5;
}
#copyright ul{
    font-size: 0;
    line-height: initial;
}
#copyright ul > li{
    display:inline-block;
    line-height: 1;
    padding: 0 15px;
}
#copyright ul > li + li{
    border-left: 1px solid #333333;
}
#copyright ul > li a{
    color:#333 !important;
    font-size: 13px;
}
#copyright .vision_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
#copyright .vision_info{
    display: flex;
    align-items: center;
}
#copyright .vision_info .vison_txt{
    margin-left: 1rem;
    line-height: initial;
}
/*
*    パンくずリスト
*/
.snsArea{
    color: #333;
    background:#e4e4e4;
    height:56px;
}
.snsArea .sns_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.snsArea strong {
    color: #333;
}
.breadcrumb li{
    display:inline;
    line-height:36px;
}
.breadcrumb li:not(:last-child):after{
    content: " > ";
    color: #333;
}
.snsArea .sns_container .snsbtniti{
    width: 40%;
}
.breadcrumb-bg {
    width: 60%;
}
.breadcrumb {
    padding: 10px 0;
}
.breadcrumb a:link{
    text-decoration: underline;
}
.special_dealh49{
    height: 49px !important;
    width: auto;
}
.special_deal150{
    width:150px !important;
}
.special_deal170{
    width:170px !important;
}

.special_deal190{
    width:190px !important;
}
.snsArea .flowbtn{
    width: 27px;
    height: 30px;
    font-size: 18px;
}
.snsArea .flowbtn div{
    display: none;
}
/*
* トップページ
*/
/* 重要なお知らせ */
#index #main_visual_announce .announce_block {
    background: #ffe8f2;
    justify-content: center;
}
#index #main_visual_announce .announce_block mark {
    padding: 0.4em 0.6em;
}
#index #main_visual_announce .announce_block button {
    color: #008ae1;
    text-decoration: underline;
    width: 682px;
    background: #ffe8f2;
    border: none;
    cursor: pointer;
    font-size: 14px;
}
/* キービジュアルエリア*/
.affiliate-banner img{
    height: auto;
}
#keyvisual{
    /*background:url(/img/inv_1) no-repeat bottom center;*/
    background:no-repeat bottom center;
    /*width:960px;*/
    max-width: 1920px;
    /*height:540px;*/
    height:738px;
    background-size:cover;
    margin:auto;
    position: relative;
}
#keyvisual .container{
    width:960px;
    margin:0 auto;
}

#keyvisual .inventry_link{
    position: absolute;
    right: 0;
    top: 120px;
    height: 390px;
    width: 670px;
    cursor:pointer;
}
#keyvisual .inventry_link a{
    height: 100%;
    width: 670px;
}

#keyvisual .easy_estimate{
    position: absolute;
    left:20px;
    top:120px;
    background:url(/images/index_image_01.png) no-repeat top center;
    background-color:rgba(0,0,0,0.8);
    width:260px;
    height:390px;
    border-radius: 10px;
    padding-top:65px;
}
#index .mainArea{
    padding-top:20px;
}

/*　スライダーが一瞬縦並びになるのを解消　*/
#index .pconly .mv_contnt {
    height: 540px;
    overflow: hidden;
}
#index .pconly .mv_contnt a {
    display: block;
}
#index .pconly .mv_contnt img.main_mv {
    height: 540px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
#index .pconly .thumb-item-nav{
    overflow: hidden;
    width: 100%;
    height: auto;
}
#index #keyvisual .thumb-item-nav li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
#index .pconly .thumb-item-nav img {
    object-fit: cover;
    font-family: 'object-fit: cover;object-position: 62% 0';
    object-position: 62% 0;
}

/*簡単料金計算*/
#keyvisual .price_calculation{
    border-radius: 10px;
    background:rgba(0,0,0,0.8);
    position:absolute;
    top:120px;
    width:260px;
    padding-bottom: 0.5rem;
    margin-left: 20px;
}

#inventry_bottom .price_calculation{
    border-radius: 10px;
    border:1px solid #aaa;
    width:270px;
    height: auto;
}

#keyvisual .price_calculation .alert-error{
    background:#f9f2f4;
    color:#f00;
    position:absolute;
    left:250px;
    width:250px;
    border:1px solid #f00;
}

.price_calculation .timeout{
    line-height:1.2;
}
.price_calculation .timeout span i img{
    width: auto;
}
.price_calculation input:not([type=image]){
    width:205px;
    height:24px;
}

/* ツールチップ */
body .tooltip1{
    background:#000;
    border:0;
    font-size:12px;
    color: #fff;
    display: inline-block;
    opacity:1;
}
.tooltip1:hover {
    position: relative;
    color: #333;
}
.tooltip1:hover .ui-tooltip-content {
    display: block;
    position: absolute;
    top: -75px;
    right: 50%;
    font-size: 12px;
    font-size: 1.2rem;
    color: #CCCCCC;
    background-color: #000000;
    padding: 10px;
    border-radius: 5px;
    z-index: 100;
    width: 200px;
    line-height: 22px;
}
/*.tooltip1 .ui-tooltip-content:before{
	content: "";
	position: absolute;
	bottom: -23px;
	right: 30%;
	border: 12px solid transparent;
	border-top: 12px solid #000;
}*/
.tooltip1 .ui-tooltip-content:before{
    content:'';
    display:block;
    position:absolute;
    height:0;
    width:0;
    top:18px;
    left:-11px;
    border:13px transparent solid;
    border-right-width:0;
    border-left-color:#000000;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    z-index:100;
}
/*
img.tooltip{
    vertical-align:middle;
    cursor:pointer;
    margin-left:5px;
}
img.tooltip1:hover{
	display: block;
	position: absolute;
	top: -20px;
	left: 40px;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	padding: 10px;
	border-radius: 5px;
	z-index: 100;
	width: 200px;
	line-height: 22px;
}
img.tooltip1:before{
    content:'';
    display:block;
    position:absolute;
    height:0;
    width:0;
    top:22px;
    left:-12px;
    border:13px transparent solid;
    border-right-width:0;
    border-left-color:#000000;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    z-index:100;
}
*/
/*ランキングエリア*/
#ranking_area{
    background:#95b138;
    margin-top:-20px;
}
#ranking_area .index_title_area{
    position:relative;
}
#ranking_area .index_title_area .subtitle,
#ranking_area .index_title_area .subtitle2{
    background:#fff url(/images/index_back02.png) no-repeat left 10px center;
}
#ranking_area .index_title_area .subtitle > span,
#ranking_area .index_title_area .subtitle2 > span{
    border-left:none;
    padding-left:30px;
}
.sns_area{
    color: #fff;
    width: 920px;
    margin: 0 auto;
}
.sns_area .inner{
    float: right;
    overflow:hidden;
}
.sns_area .txt{
    font-size:12px;
    margin-right: 1em;
}

/* ボタン全体 */
.flowbtn{
    font-family:'Arial',sans-serif;/* 好きなフォントを指定してね */
    border-radius:4px;
    position:relative;
    display:inline-block;
    width:30px;
    height:30px;
    font-size:24px;
    color:#fff!important;
    transition:.5s;
    text-decoration:none;
    box-shadow:0 1px 2px #999;
}
.flowbtn i{
    position:relative;
    top:4px;
}
/* Twitter */
.fl_tw1{
    background:#55acee;
}
/* Facebook */
.fl_fb1{
    background:#3b5998;
}
/* LINE */
.fl_li1{
    background:#00c300;
}
.insta_btn1{
    background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
/* Instagramオレンジグラデ背景
.insta_btn1:before{
    content: '';
    position:absolute;
    top:33px;
    left:-20px;
    width:80px;
    height:50px;
    background:-webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}*/
/* ボタン内テキスト調整 */
.flowbtn div{
    font-size:10px;
    font-weight:bold;
    letter-spacing:0;
    position:relative;
}
/* ボタンマウスホバー時 */
.flowbtn:hover{
    text-decoration:none;
    color: #fff !important;
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
    padding:3px 0 !important;
}
/* ボタン全体の位置調整 */
.snsbtniti{
    display:flex;
    flex-flow:row wrap;
    justify-content:right;
    align-items:center;
    height: 36px;
}
/* ボタン同士の余白調整 */
.snsbtniti li{
    text-align:center!important;
    padding:0 6px;
}
.snsbtniti li img{
    width:30px;
    height:30px;
}
#footerSNS .snsbtniti li{
    padding:0 3px;
}
#footerSNS{
    margin-top: 116px;
}
#footerSNS .inner p{
    font-size: 11px;
    text-align: center;
    padding:5px;
}
#footerSNS .sns_area{
    width:unset;
}
#footerSNS .flowbtn{
    width: 30px;
    height: 30px;
    font-size: 24px;
}
/*ランキングエリア*/
#ranking_area .ranking_section{
    background:#fff;
    border-radius:10px;
    width:300px;
    margin-left:10px;
    padding:12px;
    display: inline-block;
    height: 647px;
}
.ranking_section a:hover{
    color:#333 !important;
}
#ranking_area .ranking_section.pconly.inline{
    display:inline-block !important;
    vertical-align:top;
}
#ranking_area .ranking_section.sponly.inline{
    display:none !important;
}
#ranking_area .ranking_section:first-child{
    margin-left:20px;
}
#ranking_area .ranking_section a{
    color:#333;
}
#ranking_area .ranking_header{
    padding-left:60px;
    height:50px;
    width:265px;
    margin:0 auto;
    border-radius: 6px;
    overflow: hidden;
}
#ranking_area .ranking_header span{
    margin-top:2px;
    font-size:15px;
    color:#fff;
}
#ranking_area .ranking_header h3{
    margin-top:2px;
    font-size:15px;
    color:#fff;
}
#ranking_area .ranking_header h4{
    font-size:11px;
    color:#fff;
}
#ranking_area .ranking_header .h4{
    font-size:11px;
    color:#fff;
}
#ranking_area .ranking_header.rank_1{
    background:#a0be3c url(/images/icon_rank01.png) no-repeat left center;
}
#ranking_area .ranking_header.rank_2{
    background:#a0be3c url(/images/icon_rank02.png) no-repeat left center;
}
#ranking_area .ranking_header.rank_3{
    background:#a0be3c url(/images/icon_rank03.png) no-repeat left center;
}
#ranking_area .ranking_title.carrier_1{
    background:url(/images/carrier_1.png) no-repeat right top;
}
#ranking_area .ranking_title.carrier_2{
    background:url(/images/carrier_2.png) no-repeat right top;
}
#ranking_area .ranking_title.carrier_3{
    background:url(/images/carrier_3.png) no-repeat right top;
}
#ranking_area .ranking_title.carrier_4{
    background:url(/images/carrier_4.png) no-repeat right top;
}
#ranking_area .ranking_title.carrier_5{
    background:url(/images/carrier_5.png) no-repeat right top;
}
#ranking_area .ranking_title{
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
}
#index .item_image {
    width: 62%;
}
#index .wifi_price {
    width: 100%;
    float: none;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 10px;
}
#index .wifi_price b {
    font-weight: bold;
    font-size: 13px;
    color: #333;
}
#index .wifi_price table {
    border: 2px solid orange!important;
    border-radius: 5px!important;
    border-collapse: separate!important;
    width: 100%!important;
}
#index .wifi_price th {
    background-color: orange;
    width: 26%;
    vertical-align: middle;
    color: #fff;
    border: none;
}
#index .wifi_price tr:first-child td {
    border-bottom: 2px solid orange;
}
#index .wifi_price td {
    text-align: center;
    padding: 5px;
    width: 60%;
}
#index .ranking_price .detail_image {
    height: 30px;
}
#index .detail_image .modal_button {
    text-align: center;
    font-size: 12px;
    width: 130px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: solid 2px #f00;
    background-color: #f00;
    border-radius: 3px;
    transition: .4s;
}
#index .ranking_price .modal_button {
    line-height: 19px;
}
#index .detail_image .modal_button02,
.detail_image .modal_button02 {
    text-align: center;
    font-size: 12px;
    width: 130px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: solid 2px #f00;
    background-color: #f00;
    border-radius: 3px;
    transition: .4s;
}
#index #price_table .notline{
    border:unset!important;
}
#index #price_table .icon_area img{
    margin-left: 2px;
    margin-right: 2px;
    max-width: 48px;
}
.no_tax{
    font-size:10px !important;
}
#index #price_table .wifi_price {
    width: 98%;
    float: none;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 10px;
}
#index #price_table .price .table > tbody > tr table th{
    border-bottom: unset!important;
}
#index #price_table .specTable p {
    float: left;
    width: 50%;
}
#index #price_table .btn.btn-grey {
    font-size: 12px;
    width: 120px;
    height: unset;
    color: #fff;
    text-align: center;
    background-color: #999;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 30px;
    cursor: pointer;
}
#index #price_table .specTable img{
    height: 29px;
    width: 128px;
}
#ranking_area{
    line-height:24px;
}
#ranking_area .ranking_price h2{
    color:#fff;
    background:#a0be3c;
    font-size:11px;
    display: inline;
    border-radius: 3px;
    padding:5px;
}
#ranking_area .ranking_price strong{
    font-weight: bold;
    color:#f00;
    font-size:1.4em;
}
#ranking_area .ranking_price dl{
    border-top: 1px solid #ccc;
    width: 100%;
    font-size:12px;
}
#ranking_area .ranking_price dt{
    float:left;
    clear:both;
    border-bottom:1px solid #ccc;
    padding:6px;
}
#ranking_area .ranking_price dd{
    border-bottom:1px solid #ccc;
    text-align:right;
    padding:6px;
}
#ranking_area .word_area{
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size:12px;
}
/* アイコン横並び　共通*/
.icon_area{
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.icon_area img{
    margin-right:12px;
    width: 54px;
}
/* slickエリア */
#slick_area{
    background:url(/images/index_back05.png) left center no-repeat;
    background-size: cover;
}
#slick_area .background01{background:url(/images/index_back06.png) left center no-repeat;}
#slick_area .background02{background:url(/images/index_back07.png) right center no-repeat;}
#slick_area .container{
    padding-bottom:40px;
}
#slick_area .container > div{
    width:450px;
    margin-left:20px;
    margin-top:20px;
    float:left;
}

.more_info_button_area {
    display: flex;
    justify-content: center;
}
.more_info_button:hover {
    color: #fff !important;
    opacity: 80%;
}
.more_info_button img {
    margin-left: 10px;
    vertical-align: sub!important;
}

/* レンタルまでの流れ */
#step .table{
    width:920px;
    margin:12px auto;
    font-size:12px;
}
#step .cell:nth-child(odd){
    width:220px;
}
#step .cell:nth-child(even){
    width:20px;
    vertical-align: top;
    padding:100px 5px 5px 5px;
}

/* レンタルセット内容 */
#rental_set .table{
    width:920px;
    margin:12px auto;
    font-size:12px;
}
#rental_set .cell{
    padding: 0 17px;
}
#rental_set img{
    max-width: 80%;
}
#rental_set .cell:nth-child(odd){
    vertical-align: middle;
    text-align: right;
    width:360px;

}
#rental_set .cell:nth-child(even){
    vertical-align: top;
    width:600px;
}
#rental_set ul{
    padding-left: 0;
}
#rental_set li{
    list-style: none;
    line-height: 1rem;
}

/* 下記広告エリア*/
#inventry_bottom{
    background:#fff;
    border-top:4px double #ccc;
    border-bottom:4px double #ccc;
}
/* Q&Aエリア */
#index #qa .qa_table {
    margin-left: auto !important;
    margin-right: auto !important;
}
#index #qa .qa_table .middlePart {
    display: block;
}
#index #qa .qa_title {
    font-weight: 700;
}
/* WiFiレンタルどっとこむからのお知らせ*/
.module-news_list .-category.notice mark,#main_visual_announce .announce_block .-category.notice{
    background: #006DE1;
}
.module-news_list .-category.announce mark, #main_visual_announce .announce_block .-category.announce {
    background: #FF3334;
}
/* レンタルサービスについての説明*/
#index_attention{
    padding:40px 20px;
    line-height:18px;
}
#index_attention .attention_contents{
    width: 293px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 5px 8px;
    float: left;
}
#index_attention .attention_contents h3{
    font-size:16px;
    font-weight:bold;
    border-bottom:1px solid #ccc;
    margin-bottom:6px;
    padding-bottom:8px;
}
#index_attention .attention_contents ul{
    list-style:disc;
    padding-left:20px;
    line-height:18px;
    font-size:12px;
}

#index_attention .attention_contents.cap1:not(:first-child),
#index_attention .attention_contents.cap2:not(:first-child){
    margin-left:20px;
}
/*
*
* 注文ページ　ステップ１
*
*/
#entry .snsArea .right{
    display: none;
}
#entry .fs13{
    font-size: 13px;
}
#entry .mainArea{
    padding:20px;
}
.alert-danger{
    border:1px solid #f00;
    background:#ffeaea;
    padding:10px;
    margin-top:20px;
    margin-bottom:20px;
    color:#f00;
}
#entry .details_area{
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.detail_contents{
    width:290px;
    background:#fff;
    border:1px solid #ccc;
    border-radius: 10px;
    margin-top:20px;
    padding:10px 10px 40px 10px;
    position: relative;
}
#entry .detail_contents{
    margin-right:16px;
}
.detail_contents:hover{
    border:2px solid #f00;
    padding:9px 9px 39px 9px;
}
.detail_contents.checked{
    border:2px solid #f00;
    padding:9px 9px 39px 9px;
    background:#fff url(/images/entry_back01.png) no-repeat bottom center;
    background-size: 100%;
}
.detail_contents .receipt_message{
    position: absolute;
    left: 50%;
    top: 155px;
    border: 2px solid #f00;
    background: #f9f2f4;
    padding: 13px;
    width: 320px;
    transform: translateX(-50%);
    display: none;
}
.detail_contents .sub_comment{
    background:#a0be3c;
    border-radius: 6px;
    width:260px;
    margin:6px auto;
    color:#fff;
}
.detail_contents .sub_comment.ranking_1{
    background:#a0be3c url(/images/icon_rank01.png) no-repeat left center;
    padding-left:40px;
}
.detail_contents .sub_comment.ranking_2{
    background:#a0be3c url(/images/icon_rank02.png) no-repeat left center;
    padding-left:40px;
}
.detail_contents .sub_comment.ranking_3{
    background:#a0be3c url(/images/icon_rank03.png) no-repeat left center;
    padding-left:40px;
}
.detail_contents .word_comment{
    font-size:12px;
    line-height: 18px;
    height: 60px;
}
.detail_contents .detail_image{
    height:30px;
}
.detail_contents .detail_image .modal_target{
    display:none;
}
.detail_contents .detail_image .modal_button,
.detail_contents .detail_image .modal_button03{
    text-align: center;
    font-size:12px;
    width: 130px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: solid 2px #f00;
    background-color: #f00;
    border-radius: 3px;
    transition: .4s;
}
.detail_contents .detail_image .modal_button:hover,
.detail_contents .detail_image .modal_button03:hover {
    background: #fff !important;
    color: red !important;
}
#entry .option_moreinfo.pconly .modal_target {
    position:sticky;
    width:200%;
}
.detail_contents .wifi_price{
    font-size:16px;
    font-weight: bold;
}
.detail_contents .wifi_price b{
    font-size:24px;
    color:#f60;
}
.detail_contents .select_checkbox label{
    padding:0px;
    text-align: center;
    font-size:20px;
    display: inline;
    background-color: #fff!important;
}
.select_checkbox{
    height: 20px;
}
.detail_contents .carrier_1{
    background:url(/images/carrier_1.png) no-repeat right top;
}
.detail_contents .carrier_2{
    background:url(/images/carrier_2.png) no-repeat right top;
}
.detail_contents .carrier_3{
    background:url(/images/carrier_3.png) no-repeat right top;
}
.detail_contents .carrier_4{
    background:url(/images/carrier_4.png) no-repeat right top;
}
.detail_contents .carrier_5{
    background:url(/images/carrier_5.png) no-repeat right top;
}

/*#entry .item_image {
    width: 62%;
}
#entry .icon_area {
    margin-bottom: 5px;
    margin-top: 0 !important;
    flex-wrap: wrap;
}
#entry .icon_area img {
    margin-bottom: 5px;
    height: 50px;
    margin-left: 1px;
    margin-right: 1px;
    max-width: 48px;
}*/
#entry .wifi_price {
    width: 100%;
    float: none;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 10px;
}
#entry .wifi_price table {
    border: 2px solid orange!important;
    border-radius: 5px!important;
    border-collapse: separate!important;
    width: 100%!important;
    background: orange;
}
#entry .wifi_price th {
    background-color: orange;
    width: 28%;
    vertical-align: middle;
    color: #fff;
    border: none;
}
#entry .wifi_price tr:first-child td {
    border-bottom: 2px solid orange;
}
#entry .wifi_price td {
    text-align: center;
    padding: 5px;
    width: 60%;
    background: white;
}
#entry .wifi_price b {
    font-weight: bold;
    font-size: 13px;
    color: #333;
}
#entry .mh115 {
    min-height: 115px;
}
/* 受取返却方法 */
#entry .receipt_area h2{
    background:url(/images/icon_required.png) no-repeat left center;
    padding-left:40px;
}
#entry .receipt_area .container{
    /*
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
    flex-wrap:nowrap;
    -webkit-justify-content: space-between;
    */
}
#entry .receipt_area .container .receipt{
    width:920px;
    border-radius: 7px;
    border: 3px solid #8CAAC8;
    background:#fff url(/images/entry_back02.png) left top no-repeat;
    padding: 60px 10px 30px 10px;
}
#entry .flex{
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap:nowrap;
    -webkit-justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: left;
}
#entry .flex.koyo {
    flex-wrap: wrap;
}
#entry .receipt .flex div{
    background:#deebf7;
    padding:5px;
}
#entry .receipt .flex input:checked + label {
    background-color: #3b81c1;
    color: #fff;
}
#entry .receipt .flex label{
    cursor: pointer;
    padding:0px;
    border: 2px solid #3b81c1;
    border-radius: 5px;
    background: #fff;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size:14px;
    line-height: 1.2;
}
#entry .flex label > small{
    font-weight: normal;
    font-size:12px;
}
#entry .flex input{
    display:none;
}
#entry ul.flex{
    flex-wrap:wrap;
    justify-content: left;
}
#entry .flex.counter li{
    display: block;
    width: 47%;
    margin: 0 5px;
    line-height: 1.2;
}
#entry .receipt_area .container li label{
    min-height: 40px;
    line-height: 1.2;
}

#entry .return .flex div{
    background:#c8eae2;
    padding:5px;
}
#entry .return .flex input:checked + label {
    background-color: #4d8a33;
    color: #fff;
}
#entry .return .flex label{
    cursor: pointer;
    padding:0px;
    border: 2px solid #4d8a33;
    border-radius: 5px;
    background: #fff;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size:14px;
}

#entry .receipt_area .container .return{
    width:920px;
    border-radius: 7px;
    border: 3px solid #8CB4AA;
    background:#fff url(/images/entry_back03.png) left top no-repeat;
    padding: 60px 10px 10px 10px;
    margin-top:20px;
}
/* ご利用日 */
#entry .period_day{
    margin-top:10px;
    padding-left:40px;
    background:url(/images/icon_required.png) no-repeat left center;
    background-position: 0 7px;
}
#entry .period_day h2,
#entry .period_day h3,
#entry .period_day div{
    display: inline;
}
/*オプションサービス*/
#entry .option_contents{
    width: 290px;
    height: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 20px;
    margin-right:15px;
    padding: 15px;
    position: relative;
}
#entry .option_contents:nth-child(3n){
    margin-right:15px;
}
#entry .options_area .option_contents{
    padding: 15px 15px 120px 15px;
}
#entry .option_contents.checked{
    border: 1px solid #f00;
}
#entry .option_contents .option_image img{
    max-height: 181px;
}
#entry .option_price{
    background:#A0BE3C;
    font-size:16px;
    font-weight:bold;
    border-radius:5px;
    padding:13px 10px;
    margin-bottom:15px;
}
#entry .option_comment{
    font-size:10px;
    line-height:16px;
}
#entry .option_moreinfo{
    height:25px;
}
#entry .select_area{
    text-align:center;
    position: absolute;
    bottom: 15px;
    left:0;
    width:100%;
}
#entry .period_area .container{
    padding:20px;
}
#entry .result_cap h2{
    font-weight: bold;
    margin-top:20px;
    background: none;
    padding-left:0px;
}
#entry .result_dl{
    font-size:12px;
}
.options_section{
    padding:20px 0;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
    -webkit-justify-content: start;
    justify-content:start;
}
.coupon_area p{
    padding:20px;
}
.post_select_message{
    /*max-width: 390px;*/
    display: none;
}

#entry .step1_popup{
    padding:25px 0 10px;
    font-weight:bold;
}
#entry .step1_popup .modal_button,
#entry .step1_popup .modal_button03{
    font-size:24px;
    text-decoration: underline;
    cursor: pointer;
}
/*
*    注文ページ　ステップ２
*/
#form .snsArea ul.snsbtniti{
    display: none;
}
#form .mainArea{
    padding:0 20px;
}
#form .result_area{
    width:100%;
    display: table;
    margin-top:20px;
    table-layout: fixed;
}
#form .result_area > div{
    display: table-cell;
    vertical-align:bottom;
}
#form .result_area_left{
    width:65%;
}
#form .result_area_right{
    width:35%;
    height:100%;
    padding-left:25px;
    padding-bottom:10px;
}
#form .result{
    border-radius:5px;
    background:#fff;
    width:100%;
}
#form .result dt,
#form .result dd{
    display: table-cell;
    padding:5px;
    vertical-align: top;
}
#form .result dt{
    width:130px;
    text-align:center;
    padding:5px;
}
#form .result01{
    border:2px solid #A0BE3C;
    margin-bottom:10px;
}
#form .result01 dt{
    background-color:#e1f0c8;
}
#form .result02{
    border:2px solid #FFB464;
    height:100%;
    display: table;
}
#form .result02 dt{
    background-color:#ffebcd;
    height:100%;
    vertical-align: middle;
}
#form .result02 dd{
    height:100%;
    vertical-align: middle;
    color:#00F;
    font-weight: bold;
}
#form .result02 dd span{
    font-size:22px;
}

#form .result03{
    border-top:2px solid #A0BE3C;
    border-bottom:2px solid #A0BE3C;
    margin:20px 0;
    padding:15px;
}
#form .itemize table{
    width:100%;
}
#form .itemize table th{
    background:#D7E6BE;
    padding:10px;
}
#form .itemize table th:nth-child(1),
#form .itemize table td:nth-child(1){
    width:45%;
    text-align:left;
}
#form .itemize table th:nth-child(2),
#form .itemize table td:nth-child(2){
    width:35%;
    text-align:right;
}
#form .itemize table th:nth-child(3),
#form .itemize table td:nth-child(3){
    width:20%;
    text-align:right;
}
#form .result_cap h2{
    font-weight: bold;
    margin-top:20px;
}
#form .result_dl{
    font-size:12px;
}
#form .result_dl dd{
    line-height: 16px;
}
#form .form01{
    background-color:#fff;
}
.form01 dl {
    border-bottom: 1px solid #CCCCCC;
}
.youto_sonota2{
    margin:6px 10px;
}
#information .form01 input[type=email],
.form01 input[type=text],
.form01 input[type=number],
.form01 input[type=date],
.form01 input[type=tel],
.form01 input[type=email],
.form01 input[type=zip],
.form01 select{
    border: 1px solid #A0BE3C;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
}
.form01 #creditnumber01,
.form01 #creditnumber02,
.form01 #creditnumber03,
.form01 #creditnumber04
{
    width: 140px;
}
.form01 dt {
    float: left;
    clear: both;
    width: 250px;
    padding-left: 48px;
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color:#d8e6be;
}
.form01 dd {
    float: left;
    font-size: 12px;
    width: 670px;
    font-weight: normal;
    vertical-align: middle;
    padding-top: 23px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    line-height: 28px;
    padding-bottom: 15px;
    padding-left:10px;
}
#information .form01 dd {
    padding-bottom: 18px;
}
.form01 dt {
    background-image: url(/images/icon_no_required.png);
    background-repeat: no-repeat;
    background-position: 5px 25px;
}
.form01 .required {
    background-image: url(/images/icon_required.png);
    background-repeat: no-repeat;
    background-position: 5px 25px;
}
.form01 .td1 {
    padding-left: 25px;
    color: #333333;
    font-size: 14px;
    vertical-align: top;
    padding-bottom: 15px;
}
.form01 .send_address .td1 {
    color: #333333;
    font-size: 14px;
    vertical-align: top;
    padding-bottom: 15px;
    padding: 10px 0 5px 25px;
}
.regi_box{
    text-align:center;
    margin:50px auto;
}

.form01 .inquiry{
    height: 150px;
    border-bottom: 1px solid #CCCCCC;
}

.form01 .inquiry_content{
    height: 150px;
    border-bottom: 1px solid #CCCCCC;
}

.form01.auth_g{
    margin-top: 30px;
}
.form01.auth_g dt{
    height: 118px;
    border-bottom: 1px solid #CCCCCC;
}
.form01.auth_g dd{
    margin-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;
}
.form01 .wifi_item_manual .japan_heart_logo{
    margin-left: 40px;
}
.form01 .wifi_item_manual p{
    margin-top: 10px;
}
.form01 dt.yusei_order {
    line-height: normal;
}
.form01 dt.yusei_kiyaku,
.form01 dd.yusei_kiyaku {
    border-bottom: 1px solid #ccc;
}
#estimate .auth_g dt{
    border-bottom: 1px solid #CCCCCC;
}
#estimate .auth_g dd{
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}
#form .flexbox{
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
    -webkit-justify-content: flex-start;
    justify-content:flex-start;
    align-items:center;
}
#form .flexbox label{
    flex-grow:0;
    flex-shrink:1;
    flex-basis:auto;
}
#form label{
    font-size:14px;
}
#form .creditcome{
    margin-left: 215px;
}
#form .debit_image .modal_button{
    font-size: 15px;
    width: 265px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #fff;
    border: solid 2px #f00;
    background-color: #f00;
    border-radius: 10px;
    transition: .4s;
    cursor: pointer;
}
#form .debit_image .modal_button:hover{
    background:#fff !important;
    color:#f00 !important;
    transition: .8s;
}
#form .shopselect {
    display: inline-block;
    margin-right: 20px;
}
#form .send_title{
    /*float: left;*/
    margin-top: 8px;
}

#form .shop_frame{
    border: solid #fff;
    padding: 5px;
    margin: 5px 10px 20px 0;
    /*margin-left: 92px;*/
}
#form .ng_shop{
    cursor: pointer;
}

#form .anchor{
    margin-top: -70px !important;
    padding-top: 70px !important;
}

#form .ng_shop .link-color {
    color: #0070C0;
}

#form #modal-close-id-pc{
    background: url(/images/modal_close_button.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
}
#koyo_hospital {
    line-height: 25px;
}
#koyo_hospital + .koyo_hospital-detai .koyo_hospital_table{
    border-collapse: collapse;
    width: 98%;
}
#koyo_hospital + .koyo_hospital-detai .koyo_hospital_table th,
#koyo_hospital + .koyo_hospital-detai .koyo_hospital_table td{
    border: solid 1px #A0BE3C;
    background-color: #f3f3f3;
    padding: 10px;
    text-align: center;
}
#koyo_hospital + .koyo_hospital-detai .koyo_hospital_table th {
    background: green;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
}
#koyo_hospital + .koyo_hospital-detai .koyo_hospital_table td:nth-of-type(1) {
    text-align:left;
    line-height:1rem;
    font-size:1rem;
    font-weight:bold;
}
#koyo_hospital + .koyo_hospital-detai .koyo_hospital_table td:nth-of-type(2) {
    line-height: 1rem;
}
#koyo_hospital + .koyo_hospital-detai .koyo_hospital_table td:nth-of-type(3) {
    width: 13%;
}
#koyo_hospital + .koyo_hospital-detai .koyo_hospital_table td input {
    display: none;
}
#koyo_hospital + .koyo_hospital-detai .koyo_hospital_table td label {
    display: block;
    padding: 5px 0;
    width: 90%;
    margin: 0 auto;
    background-color: #d9d9d9;
    color: #000;
    border: 1px solid #000;

}
#koyo_hospital + .koyo_hospital-detai .koyo_hospital_table td input:checked + label {
    background: #576b2e;
    color:white;
}
#koyo_hospital + .koyo_hospital-detai .koyo_hospital_table tr.check td{
    background: springgreen;
}

/*
*  料金ページ
*/
#price_table .price{
    margin:0 20px;
}
#price_table .table{
    background:#fff;
    margin-top:20px;
    border:2px solid #A4BE3E;
    border-right:1px solid #A4BE3E;
}
#price_table .table:last-child{
    border-right:2px solid #A4BE3E;
}
#price_table .price_table_head{
    width:72px;
    font-size:12px;
}
#price_table .price_table_body{
    width:282px;
    padding:15px;
}
#price_table .price .table > tbody > tr{
    border-bottom:1px solid #ccc;
    text-align:center;
}
#price_table .price .table > tbody > tr table{
    height:115px;
    width:100%;
}
#price_table .price .table > tbody > tr table th{
    /*border-right:1px solid #ccc;*/
    border-bottom:1px solid #ccc;
    width:18%;
}
#price_table .price .table > tbody > tr table td{
    border-right:1px solid #ccc;
    width:33%;
}
#price_table .price .table > tbody > tr table th:last-child,
#price_table .price .table > tbody > tr table td:last-child{
    border-right:none;
}
#price_table .price .table > tbody > tr:nth-child(1){
    height:420px;
}
#price_table .price .table > tbody > tr:nth-child(2){
    height:230px;
}
#price_table .price .table .aff_check{
    height:230px!important;
}
#price_table .price .table > tbody > tr:nth-child(2) td{
    vertical-align: bottom;
    padding-bottom:10px;
}
#price_table .price .table > tbody > tr:nth-child(3){
    height:80px;
}
#price_table .price .table > tbody > tr:nth-child(4){
    height:63px;
}
#price_table .price .table > tbody > tr:nth-child(5){
    height:185px;
}

#price_table .notline {
    border: unset!important;
}
#price_table .item_image {
    width: 62%;
}
#price_table .icon_area {
    margin-bottom: 5px;
    margin-top: 0 !important;
    flex-wrap: wrap;
}
#price_table .icon_area img {
    margin-bottom: 5px;
    height: 50px;
    margin-left: 2px;
    margin-right: 2px;
    max-width: 48px;
}
#price_table .wifi_price {
    width: 98%;
    float: none;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 10px;
}
#price_table .price .table > tbody > tr table {
    height: 115px;
}
#price_table .wifi_price table {
    border: 2px solid orange!important;
    border-radius: 5px!important;
    border-collapse: separate!important;
    width: 100%!important;
}
#price_table .wifi_price th {
    background-color: orange;
    width: 40%;
    vertical-align: middle;
    color: #fff;
    border: none;
}
#price_table .wifi_price td {
    text-align: center;
    padding: 2px;
    width: 60%;
}
#price_table .wifi_price tr:first-child td {
    border-bottom: 2px solid orange;
}
#price_table .wifi_price b {
    font-weight: bold;
    font-size: 13px;
    color: #333;
}
#price_table .price .table > tbody > tr table th {
    border-bottom: unset!important;
}
#price_table .specTable p {
    float: left;
    width: 50%;
}
#price_table .specTable img {
    height: 29px;
    width: 128px;
}
#price_table .btn.btn-grey {
    font-size: 12px;
    width: 120px;
    height: unset;
    color: #fff;
    text-align: center;
    background-color: #999;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 30px;
    cursor: pointer;
}
#price_table .remark {
    width: 600px;
    text-align: right;
    margin: 30px auto 0px;
}
.lineup-price{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 210px;
}
.lineup-price > li{
    padding:5px;
}
.lineup-price strong{
    font-weight: bold;
    font-size:1.5em;
}

.lineup-price .month{
    background-color:#ff8c14;
    color:#fff;
}
.lineup-price .daily{
    background-color:#f9f7bd;
}
.lineup-price .daily strong{
    color:#ff0000;
}
#price_table .dispt{
    display: table;
    width:100%;
}
#price_table .dispt > div{
    display: table-cell;
    width:50%;
}
#price_table .item_non{
    padding-top: 20px;
    padding-left: 30px;
    font-size: 26px;
}

/*
*
* 静的ページ共通
*
*/
section.title{
    width: 100%;
    height: 150px;
    background:#56A160 url('/images/qa_title_back.png') no-repeat center center;
    display: none;
}
section.title h1{
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 149px;
}
section.mainArea img {
    height: auto;
}
section.mainArea .subtitle,
section.mainArea .subtitle2{
    padding-left: 14px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    width: 920px;
    background-color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    margin:0 auto;
}
#receive.mainArea .subtitle{
    margin-left:0;
}
#receive .step4 .textArea {
    width: 550px;
    margin: 15px auto;
}

section.mainArea .subtitle > span,
section.mainArea .subtitle2 > span{
    border-left:7px solid #ff6e00;
    padding-left:12px;
    font-size:20px;
    font-weight: bold;
}
section.mainArea .subtitle_item{
    height: 75px;
    line-height: 74px;
}
section.mainArea .subtitle_item > span{
    font-size:40px;
}
.privacy h3{
    color: #649632;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom:10px;
    border-bottom: 2px solid #649632;
    padding-bottom: 8px;
    font-weight: bold;
}




/*
*　よくある質問
*/
/*
section.qa.qa01 > table.qa_table,
section.qa.qa01 > dl{
    background: rgba(100,0,0,0.1);
}
section.qa.qa02 > table.qa_table,
section.qa.qa02 > dl{
    background: rgba(0,100,0,0.1);
}
section.qa.qa03 > table.qa_table,
section.qa.qa03 > dl{
    background: rgba(0,0,100,0.1);
}
section.qa.qa04 > table.qa_table,
section.qa.qa04 > dl{
    background: rgba(20,0,20,0.1);
}
*/
section.qa table.qa_table,
section.qa dl{
    width:100%;
    max-width:920px;
    margin:0 30px;
    border-bottom:1px solid #999;
}
section.qa table.qa_table > tbody > tr > td.thead,
section.qa dt{
    background:url('/images/qa_icon_q.png') no-repeat no-repeat 10px 20px;
    width:100%;
    max-width:920px;
    color:#5AA03C;
    font-weight: bold;
    padding:20px 10px 20px 70px;
    font-size:16px;
    display:block;
    cursor:pointer;
    position:relative;
}
section.qa table.qa_table > tbody > tr > td:not(.thead),
section.qa dd{
    background:url('/images/qa_icon_a.png') no-repeat no-repeat 10px 20px;
    width:100%;
    max-width:100%;
    font-size:14px;
    padding:20px 10px 20px 63px;
    line-height:26px;
    display:block;
    border-top:1px solid #999;
}
section.qa table.qa_table > tbody > tr > td.thead:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 35%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #4CAF50;
    border-right: solid 2px #4CAF50;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

section.qa table.qa_table > tbody > tr > td.thead.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}


section.qa strong{
    color:#ff0000;
    font-weight: bold;
}
section.qa .table.pconly{
    width:450px;
}
#qa section.qa .table tr{
    border:1px solid #333;
}
section.qa .table th{
    font-weight: bold;
    padding:10px;
    border:1px solid #333;
}
section.qa .table tbody th{
    text-align:left;
}
section.qa .table thead tr:first-child th{
    background:green;
    color:#fff;
    /*border:none;*/
}
section.qa .table thead tr:first-child td{
    border:none;
}
section.qa .table td{
    padding:10px;
    border:1px solid #333;
}
section.qa .table tbody tr:nth-child(odd){
    background:#eee;
}
section.qa .remark {
    width: 460px;
    text-align: right;
}
/*
*    プライバシーポリシー
*/
section.privacy_contents{
    margin:30px;
}

section.privacy_contents h4 {
    margin-bottom: 10px;
    margin-top: 20px;
    background: url(/images/arrow_01.png) no-repeat 0px 8px;
    padding-left: 10px;
    border-bottom: 1px solid #A4BE3E;
    font-size:16px;
    font-weight: bold;
}
section.privacy_contents .list01{
    list-style: disc;
    margin-left:30px;
}

/*
*    運営会社
*/
#company_a table,#company_b table,#company_c table{
    table-layout: fixed;
    border-collapse: collapse;
    border:none;
    border-bottom:1px solid #ccc;
    margin:20px 30px;
}
#company_a table th,#company_b table th,#company_c table th{
    border-top:1px solid #ccc;
    padding:10px 0;
    width:210px;
    text-align: left;
}
#company_a table th:before,#company_b table th:before,#company_c table th:before{
    content:"■";
    color:#5aa03c;
}
#company_a table td,#company_b table td,#company_c table td{
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    width:690px;
    float:left;
    padding:10px 20px;
}

#manage .container.mainArea {
    margin-top: 40px;
}
section.manage dl{
    border-bottom:1px solid #ccc;
    margin:20px 30px;
}
section.manage dt{
    border-top:1px solid #ccc;
    padding:10px 0;
    width:210px;
    float:left;
    clear:both;
}
section.manage dt:before{
    content:"■";
    color:#5aa03c;
}
section.manage dd{
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    width:690px;
    float:left;
    padding:10px 20px;
}






/*
*    初めて WiFi レンタルをされる方
*/

.mainArea section.beginner{
    margin: 40px 20px;
}
section.beginner.sec03 .green{
    color: #649632;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}
section.beginner .step{
    border-radius: 6px;
    border: 1px solid #FF6600;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #FF9600;
    line-height: 28px;
    width: 130px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
section.beginner .table01 th{
    padding-left:0px;
}
section.beginner .table01 td{
    padding-left:0px;
}
/*
*    受取返却
*/
#receive .flex{
    display:flex;
}
#receive .flex > div{
    width:30%;
}
#receive .flex.step2 > div{
    border:1px solid #ccc;
    background:#fff;
    padding:20px 10px 60px;
    position:relative;
}
#receive .flex.step3 > div{
    border:1px solid #ccc;
    background:#fff;
    padding:20px 10px;
    position:relative;
}
#receive .flex.step2 > div h3,
#receive .flex.step3 > div h3{
    text-align:center;
    font-size:24px;
    border-bottom:1px solid #569f5f;
    color:#569f5f;
    padding-bottom:20px;
    margin-bottom:20px;
    font-weight: bold;
}
#receive .flex.step2 > div a img,
#receive .flex.step3 > div a img{
    position:absolute;
    bottom:20px;
    left:0;
    right:0;
    margin:auto;
}
#receive .step4 table{
    border:none;
}
#receive .step4 table th,
#receive .step4 table td{
    width:50%;
    background:none;
    border:none;
    border-bottom:1px solid #ccc;
}
#receive .step4 table th:first-child,
#receive .step4 table td:first-child{
    border-right:1px solid #ccc;
}
#receive .step4 table th{
    border-top:1px solid #ccc;
    color:#649632;
}
.mainArea section.receive{
    margin: 40px 20px;
}
section.receive .pay_list li{
    background:url(/images/arrow_01.png) no-repeat 0px 8px;
    padding-left:10px;
    margin-bottom:5px;
}
section.receive .step{
    width:160px;
}
section.receive .step img+span{
    display: block;
}
section.receive .step2 > div{
    border:1px solid #ccc;
    width:360px;
    background:#fff;
    padding:10px;
    font-size:12px;
    position:relative;
    line-height:18px;
}
section.receive .step2 > div.post{
    border:1px solid #ccc;
    width:760px;
    background:#fff;
    padding:10px;
    font-size:12px;
    position:relative;
    line-height:18px;
}

.mpost {
    margin: 20px 0px 0px 200px;
}

.mpost80{
    margin-top: 80px;
    margin-right: 84px;
}

section.receive .step2 > div.yamato{
    border:1px solid #ccc;
    width:760px;
    background:#fff;
    padding:10px;
    font-size:12px;
    position:relative;
    line-height:18px;
}

.myamato {
    margin: 20px 0px 0px 65px;
}

.myamato80{
    margin-top: 80px;
    margin-right: 84px;
}

.mtyamato160{
    margin-top: 160px;
}

section.receive .step2 .moreButton{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/*
*    受取返却空港カウンター
*/
#counter .container.mainArea {
    margin-top: 40px;
}
.mainArea section.counter{
    margin: 40px 20px;
}
.mainArea section.counter > section{
    margin-top:60px;
}
.counter_anc li {
    float: left;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 120px;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(207,216,206,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(207,216,206,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(207,216,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd8ce',GradientType=0 );
}
.counter_anc li a{
    display: block;
}
.counter_atention{
    color:#f00;
    text-align: left;
    border:1px solid #f00;
    padding:10px;
}
.counter_section img {
    height: auto;
}
.counter_section .title{
    font-size:40px;
    height:50px;
    display: table-cell;
    vertical-align: middle;
    background:url(/images/arrow_03.png) left center no-repeat;
    padding-left:25px;
    font-weight: bold;
}
.counter_section .submit_time{
    font-size:16px;
    margin-left:30px;
}
.counter_section span.c_orange:after{
    content:'：';
}
.counter_section .open .time{
    background:url(/images/counter_back01.png) left center no-repeat;
    width:105px;
    height:28px;
    padding-left:30px;
    color:#fff;
    font-weight: normal;
}
.counter_section .open dt{
    float:left;
    clear: both;
    margin-right: 10px;
    color:#5AA03C;
    font-weight: bold;
}
.counter_section .open dd{
    float:left;
}
.counter_section .map_left{
    width: 540px;
    border: 3px solid #ccc;
    background-color: #fff;
    text-align: center;
    float:left;
    margin-left: 10px;
    padding:10px;
}
.counter_section .map_right{
    margin-left: 30px;
    margin-right: 10px;
    width: 320px;
    border: 3px solid #ccc;
    background-color: #fff;
    text-align: center;
    min-height: 260px;
    float:right;
    padding:10px;
}

.red{color:#f00 !important;}
.trip{
    font-size:20px;
    margin-top:12px;
}
.trip > span{
    font-size: 32px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    padding: 5px;
    text-align: right;
    border: 1px solid #A0BE3C;
}

.counter_section .pos{
    position: relative;
}
.icon_camera{
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.c1{
    top: 70px;
    left: 90px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c2{
    top: 60px;
    left: 359px;
}
.c3{
    top: 80px;
    left: 415px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.c4{
    top: 185px;
    left: 313px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c5{
    top: 235px;
    left: 304px;
    -webkit-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
    transform: rotate(125deg);
}
.counter_section .modal_target {
    overflow-y: unset;
}
/*
*    サンクス
*/
.note_green{
    text-align: center;
    font-size: 16px;
    background-color: #e2f0d9;
    padding-top:25px;
}

.title01 h1 {
    font-size: 21px;
}
.zipCode {
    margin: 15px 0 0;
    padding: 15px;
    background: #f0f0f0;
    border-radius: 5px;
}
.zipCode p.input {
    margin: 0 10px 0 0;
}
.zipCode p {
    float: left;
}
.inputM {
    width: 258px;
    height: 32px;
    border: solid 1px #cccccc;
    padding: 6px 5px 1px;
}
.zipCode p.search {
    margin: 0 15px 0 0;
}
.zipCode p.search a.grayBtn {
    font-size: 13px;
    display: block;
    width: 70px;
    padding: 11px 0;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    background: #919191;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.zipCode p.more a {
    display: block;
    padding: 10px 0;
}

.mapArea {
    width: 840px;
    height: 500px;
    margin: 20px 0 0 0;
    box-sizing: border-box;
    border: solid 1px #cccccc;
}
.mapArea p {
    text-align: center;
    margin-top: 238px;
    color: #808080;
}

/* 再与信フォーム */
#payment .title01c {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 918px;
    margin-left: 20px;
    margin-top: 30px;
    background-color: #fff;
    height: 44px;
    background-image: url(/images/form_title03.png);
    background-repeat: no-repeat;
    background-position: 473px 7px;
    clear: both;
}
#payment .title01c h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding-left: 14px;
    margin-left: 10px;
    margin-top: 9px;
    float: left;
    width: 600px;
    border-left: 5px solid orange;
    clear: both;
}

#payment .formpay {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}
#payment .form01 dl {
    border-bottom: 1px solid #CCCCCC;
}
#payment .formpay dt {
    float: left;
    clear: both;
    width: 380px;
    padding-left: 118px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
    padding-bottom: 20px;
}
#payment .formpay dd {
    float: left;
    font-size: 12px;
    color: #888888;
    width: 522px;
    font-weight: normal;
    vertical-align: middle;
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
    line-height: 28px;
    padding-bottom: 15px;
}
#payment .formpay .required {
    background-image: url(/images/icon_required_pay.png);
    background-repeat: no-repeat;
    background-position: 5px 25px;
}
#payment .regi_box{
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

#softbankhikari td {
    background-color: #fff;
}

#softbankhikari #cform2, #cform3 {
    overflow: hidden;
}
#softbankhikari #form_tel {
    float: left;
    width: 529.195px;
}
#softbankhikari #form_btn {
    float: right;
    width: 430.805px;
}
#softbankhikari #form_tel2 {
    float: left;
    width: 539.034px;
}
#softbankhikari #form_btn2 {
    float: right;
    width: 420.966px;
}

/* ホットチキン*/
#hotchicken .basepoint {
    position: relative;
}
#hotchicken .apply_pc {
    position: absolute;
    top: 340px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 260px;
}

/*ローディング画面用*/
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 9999999;
}
#loading{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    text-align: center;
}


/* ロッカーキャンセル */
#locker_cancel .title01c {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 918px;
    margin-left: 20px;
    margin-top: 30px;
    background-color: #fff;
    height: 44px;
    background-repeat: no-repeat;
    background-position: 473px 7px;
    clear: both;
}
#locker_cancel .title01c h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding-left: 14px;
    margin-left: 10px;
    margin-top: 9px;
    float: left;
    width: 600px;
    border-left: 5px solid orange;
    clear: both;
}

#locker_cancel .formpay {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}
#locker_cancel .form01 dl {
    border-bottom: 1px solid #CCCCCC;
}
#locker_cancel .formpay dt {
    float: left;
    clear: both;
    width: 380px;
    padding-left: 118px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
    padding-bottom: 20px;
}
#locker_cancel .formpay dd {
    float: left;
    font-size: 12px;
    color: #888888;
    width: 522px;
    font-weight: normal;
    vertical-align: middle;
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
    line-height: 28px;
    padding-bottom: 15px;
}
#locker_cancel .formpay .required {
    background-image: url(/images/icon_required_pay.png);
    background-repeat: no-repeat;
    background-position: 5px 25px;
}
#locker_cancel .regi_box{
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

#locker_cancel .alert.alert-danger {
    border: 1px solid #f00;
    background: #ffeaea;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #f00;
}

#locker_cancel .alert.alert-success {
    border: 1px solid #004cff;
    background: #eaffff;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #004cff;
}
/*引っ越しページ*/

#moving *, #moving *:before, #moving *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-justify: inter-ideograph;
}
#moving div, #moving span, #moving object, #moving iframe,
#moving h1, #moving h2, #moving h3, #moving h4, #moving h5, #moving h6, #moving p, #moving blockquote, #moving pre,
#moving abbr, #moving address, #moving cite, #moving code,
#moving del, #moving dfn, #moving em, #moving img, #moving ins, #moving kbd, #moving q, #moving samp,
#moving small, #moving strong, #moving sub, #moving sup, #moving var,
#moving b, #moving i,
#moving dl, #moving dt, #moving dd, #moving ol, #moving ul, #moving li,
#moving fieldset, #moving form, #moving label, #moving legend,
#moving table, #moving caption, #moving tbody, #moving tfoot, #moving thead, #moving tr, #moving th, #moving td,
#moving article, #moving aside, #moving canvas, #moving details, #moving figcaption, #moving figure,
#moving footer, #moving header, #moving hgroup, #moving menu, #moving nav, #moving section, #moving summary,
#moving time, #moving mark, #moving audio, #moving video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.02em;
    line-height: 1.5em;
}
#moving table {
    border-collapse: collapse;
}
#moving hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid gray;
    margin: 20px 0;
    padding: 0;
}

#moving .container {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}
#moving .cont_box .container {
    padding: 20px 80px;
}
@media (max-width: 768px) {
    #moving .sp-none {
        display: none !important;
    }
}
@media (min-width: 768px) {
    #moving .pc-none {
        display: none !important;
    }
}

#moving .top_main_image {
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/moving/moving_main.jpg");
}
@media (min-width: 425px) {
    #moving .top_main_image {
        margin: 0 auto;
        max-width: 930px;
        height: 400px;
    }
}
#moving .top_main_image::before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    width: 8%;
    height: 400px;
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 50%);
    opacity: 0;
}
@media (min-width: 425px) {
    #moving .top_main_image::before {
        opacity: 1;
    }
}
#moving .top_main_image::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    width: 8%;
    height: 400px;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
    opacity: 0;
}
@media (min-width: 425px) {
    #moving .top_main_image::after {
        opacity: 1;
    }
}
#moving .top_in_text {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10%;
    width: 90%;
    max-width: 600px;
    padding-right: 20px;
}
#moving .top_in_text .sp-none{
    padding-top: 83px;
    margin-left: 15%;
}
#moving .top_in_text .sp-none >div{
    background-color: rgba(255,255,255,0.5);
    padding:5px;
}
@media (min-width: 425px) {
    #moving .top_in_text {
        left: 2%;
        top: 30px;
    }
}
#moving .top_in_text >h2 {
    font-size: 20px;
    font-weight: 500;
    text-shadow: 2px 2px 0 #ffff00;
}
@media (min-width: 425px) {
    #moving .top_in_text >h2 {
        padding-right: 40px;
        font-size: 25px;
    }
}
@media (min-width: 768px) {
    #moving .top_in_text >h2 {
        font-size: 40px;
    }
}
#moving .top_in_text .sp-none div>h2 {
    font-size: 21px;
    color: #f7721e;
    font-weight: bold;
    border-bottom: 1px solid #f7721e;
    text-shadow: 2px 2px 1px #fff;
}
#moving .top_in_text p {
    text-shadow: 2px 2px 1px #fff;
    font-weight:bold;
}
#moving .top_bottom_text {
    padding: 20px 20px 0 20px;
}
#moving .top_bottom_text h2 {
    font-size: 16px;
    color: #f7931e;
    border-bottom: 1px solid #f7931e;
    text-shadow: 2px 2px 2px #f2f2f2;
}
#moving .top_bottom_text p {
    margin-top: 5px;
    font-size: 12px;
}
#moving .application_btn {
    width: 350px;
    margin: 40px auto 0;
}
#moving .application_btn img:hover {
  opacity: 0.8;
}
#moving .top .imgAreaPc {
    width: 920px;
    height: 464px;
    margin: 0 auto;
    background-image: url('/images/moving/moving_main.jpg');
    font-weight: bolder;
}
#moving .top .imgAreaPc .topText {
    color: #FF6400;
    font-size: 2.3rem;
    line-height: 3rem;
    padding: 4rem 0 0 4rem;
    text-shadow:
        1px 0 0 white,
        0 1px 0 white,
        -1px 0 0 white,
        0 -1px 0 white;
}
#moving .top .imgAreaPc .textRowPc {
    height: 150px;
    width: 55%;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    margin: 6rem 0 0 3.5rem;
    text-shadow:
        1px 0 0 white,
        0 1px 0 white,
        -1px 0 0 white,
        0 -1px 0 white;
    padding: 21px 7px;
}
#moving .top .imgAreaPc .textRowPc .sub {
    color: #FF6400;
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 2px #FF6400 solid;
}
#moving .top .imgAreaPc .textRowPc ul li {
    margin-top: 0.6rem;
}
.returnImage {
    margin-top: 2rem;
}
.returnImage img {
    margin-top: 1rem;
    font-size: 14px;
}
.returnImage p {
    font-weight: bold;
}
@media screen and (max-width: 639px) {
    #moving .top .imgAreaPc {
        width: 360px;
        height: 235px;
        margin: 0 auto;
        background-image: url('/images/moving/moving_main_sp.png');
        background-size: cover;
        font-weight: bolder;
    }
    #moving .top .imgAreaPc .topText {
        font-size: 1.4rem;
        line-height: 1.9rem;
        padding: 1rem 0 0 1rem;
        width: 180px;
        text-shadow:
            1px 0 0 white,
            0 1px 0 white,
            -1px 0 0 white,
            0 -1px 0 white;
    }
    #moving .top .imgAreaPc .textRowPc {
        height: 150px;
        width: 55%;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 1rem;
        margin: 6rem 0 0 3.5rem;
        text-shadow: 5px 5px 5px white;
        display: none;
    }
    #moving .top .imgAreaPc .textRowPc .sub {
        font-size: 1.3rem;
        text-align: center;
        border-bottom: 2px orange solid;
        margin: 0 1.5rem;
        padding-top: 1.3rem;
    }
    #moving .top .imgAreaPc .textRowPc ul li {
        margin: 0.5rem 0 0 1.5rem;
    }
}

.video{
    position:relative;
    width:650px;
    margin:10px auto;
}
@media (max-width: 425px) {
    .video{
        width:90%;
        padding-top:190px;
    }
}
.pt-0 {
    padding-top: 0;
}
#orderStep .ui-datepicker.ui-datepicker-multi {
    width:530px !important;
    height:230px;
}
#orderStep .ui-datepicker-multi-2 .ui-datepicker-group{
    width:50%;
}
.return_key {
    text-align: center;
}

.return_key .imageArea {
    margin: 0 auto;
    background-position: center;
    background-image: url('/images/return_image01.png');
    height: 500px;
    width: 920px;
    position: relative;
    text-shadow: 2px 2px 3px white;
}
.return_key .imageArea .imgOnTop {
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 1rem;
    left: 3rem;
}
.return_key .imageArea .imgOnText {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
    position: absolute;
    top: 100px;
    left: 3rem;
    color: black;
}
.return_key .imageArea .imgOnRow {
    position: absolute;
    bottom: 3rem;
    font-size: 1rem;
    left: 2rem;
    font-weight: bold;
}

.return_key .imageArea .imgOnRow h2 {
    color: #FF6400;

    font-size: 1.3rem;
}
.return_key .imageArea .imgOnRow .point {
    color: #FF6400;
    font-size: 1.3rem;
}

.pc_entry_fix_banner{
    background: white;
    width: 50%;
    padding: 1rem;
    display: flex;
    margin: 2rem auto;
}
.pc_entry_fix_banner_image {
    text-align: center;
}

.pc_entry_fix_banner_image img{
    width: 100%;
}
.pc_entry_fix_banner_image p {
    font-weight: bold;
    font-size: 14px;
}
.pc_entry_fix_banner_text{
    margin-top: 5px;
    margin-left: 5px;
    width: 70%;
}

.pc_entry_fix_banner_text p{
    font-size: 12px;
    color: black;
    font-weight: bold;
}

.pc_entry_fix_banner_text li{
    font-size: 12px;
    color: black;
    line-height: 25px;
}
#manual #price_table {
    margin-top: 30px;
}
#manual .explanation{
    margin-top: 10px;
    margin-left: 10px;
}

#manual .item_title{
    color: white;
    margin-top: 40px;
}

#manual .item_content_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 81%;
    margin: 0 auto;
}

#manual .item_content{
    /* width: 33%; */
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 24px;
    text-align: center;
}
#manual .item_content:nth-child(3n+1){
    margin-left: 0px !important;
}

#manual .item_content .item_image{
    width: 100%;
}

#manual .item_content p{
    margin-top: 10px;
}

#manual .item_content p a{
    color: black;
}

#manual .item_content p a img{
    width: 35px;
    margin-right: 5px;
}

#manual .manual_image_pc{
    display: inline-block;
}

#manual .manual_image_sp{
    display: none;
}
#manual .all_manual_area p a{
    font-size: 18px !important;
    color: black;
}
#manual .all_manual_area img{
    position: relative;
    top: 5px;
}
#manual .all_manual_area{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#manual .all_manual_area img{
    /* width: 100%; */
}
#manual .all_manual_area p{
    margin-top: 5px;
}
#manual .all_manual_area p a{
    font-size: 18px !important;
    color: black;
}

.defaultSet {
    text-align: center;
}
.textDefault {
    font-size: 1.4rem;
}
.defaultSet img {
    margin-bottom: 2rem;
}

/* 郵政ページ */
#jp-postform .row1 {
    border-top: 1px solid #ccc;
}
#jp-postform .col1, #jp-postform .col2 {
    background-color: #d8e6be;
}
#jp-postform .col1 {
    border-left: 1px solid #ccc;
}
#jp-postform .col3 {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#jp-postform .attention {
    line-height: 20px;
}
#jp-postform .orderID_dt {
    line-height: 20px !important;
    padding-top: 42px !important;
    padding-bottom: 37px !important;
}
#jp-postform .orderID_dt.required {
    background-position: 5px 55px;
}
#jp-postform .name_dt {
    line-height: 20px !important;
    padding-bottom: 75px !important;
}
#jp-postform .num_IMEI_dt {
    padding-top: 30px !important;
    line-height: 20px !important;
    padding-bottom: 30px !important;
}
#jp-postform .tel_dt,
#jp-postform .mail_dt {
    padding-top: 19px !important;
    padding-bottom: 40px !important;
}
#jp-postform .tel_dt.required,
#jp-postform .mail_dt.required {
    background-position: 5px 31px;
}
#jp-postform .yakkan_dt.required {
    padding-top: 19px;
    padding-bottom: 15px;
    background-position: 5px 30px;
}

#jp-postform .last_dt,
#jp-postform .last_dd {
    border-bottom: 1px solid #CCCCCC;;
}
#jp-postform .except {
    font-size: 14px;
}
#jp-postform .align_top {
    vertical-align: top;
}
