body { padding-top: 0px; }


html { font-size: 3vw; }

img {
	/*width: 100%*/
	max-width:100%;
	height: auto;
	display: block;
	margin-left: auto;
 	margin-right: auto;
}

h2 {
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size:22px;
	text-align: center;
    font-weight: bold;
}

h4 {
	font-size:22px;
    font-weight: bold;
    color: white;
}

ul{
	list-style-type: none;
}

/*ヘッダーimg*/

@media screen and (max-width:480px){
/*.logo > img{
    position: fixed;
    top:0px;
    left:33%;
    z-index: 9999;
    height: 52px;
}*/
/*=============TOPのPC版非表示=========*/
.bxslider {
    display: none;
}

.bx-next {
    display: none;
}

.bx-prev {
    display: none;
}

.sm-top{
    padding-top:50px;
    margin-bottom: -50px;

}
.header{
    display: none;
}

body{
    top:50px;
    position: absolute;   
    width: 100%;
} /*スマホ時TOP下げる*/

.sm-top img{
    position: fixed;
    z-index: 100000;
    top:10px;
    left:33%;
}

}

@media screen and (min-width: 480px) {
.logo{
    float: left;
    /*margin-top:15px;*/


}
.sm-top{
    display: none;
}
}


.header .languege{
    float:right;
    vertical-align: middle;
    width: 21%;
}

.header:after{
    content:"";
    display:block;
    clear: both;

}
.header{
    *zoom:1;
}

.logo-2 img{
    float:right;

}

.header .container .row .col-md-12 .col-md-9{
    display:flex;
    flex-direction:row-reverse;
}

.header .container .row .col-md-12 .col-md-9 img{
    margin-right: 0!important;
    margin-left: 0!important;
    /*margin-top: 18px;*/
}

.header .container .row .col-md-12 .col-md-9 .hidden-sm ul{
    display: flex;
    margin-top:auto;
    margin-bottom: auto;
}

.header .container .row .col-md-12 .col-md-9 .hidden-sm a li{
    padding:15px 10px;
    background-color: #b8d4ec;
    border-radius: 10px;
    margin:0 5px;
}


/*フロート解除*/
.clear {
    clear:both;　/*floatの解除、ここがポイント*/
}

/*=====================利用シーン=====================*/

.uses {
	margin-bottom:0px;
	padding: 30px 0 50px 0;	
}

.subentry-sm{
    background-image: url("../images/test-circle1.jpg");
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center;

}

.subentry-sm img{
    opacity:0.5;
}



/*===========利用シーンボタン（現在非表示）===========*/

.button {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    border:1px solid gray;
    border-radius: 3px;
    margin-bottom:10px;
    font-size: 15px;

}
.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button {
    background-color: white;
    color: black;
}

.button:hover {
    background-color: #192851;
    color:white;
    text-decoration: none;
}

/*===========お知らせ===========*/

.new {
	margin-bottom:0px;
	padding: 50px 0;

}

.new h2{
	margin:10px 0 10px 0;
	font-size:20px;
	line-height:1.2;
}

.new .title {
	color:#666;
	font-size:15px;
	font-weight: bold;

}
.new time{
	float:left;
	border:none;
}

.new li a{
	display: block;
	text-decoration: none;
	color: black;
}

.new li a:after{
	content:"";
	display: block;
	clear:both;
}

.new li a:hover{
	background-color: #eee;
}

.new p {
	margin: 0 0 0 110px;
	text-decoration: none;
}
.gray	{
	background-color: #dfe3e8;
	width:auto;
    padding-bottom:50px;
    padding-top:40px;
}


/*===========言語選択プルダウン===========*/
@media screen and (max-width: 480px) {
    .languege{
        display: none;
    }
}

.languege select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    float:right;
    display: flex;
    justify-content:center;
    align-items:center;
    margin-top:10px;
    margin-right:10px;
}
select{
    outline:none;
    text-indent: 0.01px;
    /*text-overflow:"";*/
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

}

select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

.languege {
    position: relative;
    margin-left:auto;

}
.languege:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0px;
    content: "";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background:white    ;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 55px;
    padding: 8px 12px;
    border:1px solid #ddd;
    color:#0063ee;
    font-weight:bold;
    width:100%;
    border-radius:3px;
}
select option{
  background-color: #fff;
  color: #333;
  text-align: center;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.languege.select-primary:before{
  color:#fff;
}
.languege.select-primary > select{
  background:#0084B4;
  color:#fff;
  border-color:#0084B4;
}
.languege.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.languege.select-inverse:before{
  color:#fff;
}
.languege.select-inverse > select{
  color:#fff;
  border-color: #fff;
}
.languege.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}


/*===========商材===========*/
@media screen and(max-width:480px){
.rental {
    display:none;
}
.rental > a >img{
    display:none;
}
}

.rental {

	height:			220px;
	overflow:		hidden;
	margin:			10px auto;
	position:		relative;	/* 相対位置指定 */
}
.rental .caption {
	font-size:		150%;
	text-align: 	center;
	padding-top:	80px;
	color:			#fff;
}
.rental .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.8);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.rental:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

.rental .mask2{
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:1;
    background-color:rgba(0,0,0,0.6);
    border-radius: 15px;
}
.rental > a > img{
    width: 100%;
}


/*ボタン*/
.all-button{
	margin:20px 0 20px 0 ;

}

/*色のやつ*/
.p-color{
	background-color: #162F4D;
	width:auto;
	padding-bottom:80px;
    padding-top:40px;
}

.nav-color{
	background-color: #192851;
	width:auto;
}

.feature{
	/*background-color:#E0F8F1;*/
	width: auto;
    padding:30px 0;
}

/*グローバルナビ関連*/
#globalNavi{
	width: 100%;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

/*============================ドロップダウンメニュー============================*/
#menu {
    position: relative;
    width: 100%;
    height: 60px;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 0px; 
}

#menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 60px;
    line-height: 60px;
}

#menu > li a {
    display: block;
    color: white;
    text-align: center;
    font-size: 19px;
    text-decoration: none;
    font-weight: bold;
}

#menu > li a:hover {
    color: white;
    text-decoration: none;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

#menu > li:hover {
    background: #2358a7;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}*/

/*.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}
*/

.menu__second-level li:hover {
    color: blue;
    transition: all .5s;
}


/* 下矢印 
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    *zoom: 1;
}


li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
/*    left: 0;*/
    box-sizing: border-box;
/*    width: 100%;*/
    padding: 20px 2%;
    background: #2d59a1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.to-b {background: #2d59a1;}
.to-c, .to-c:hover {background: #32a09d;}
.to-c ul.menu__second-level, li.to-c:hover ul.menu__second-level {background: #32a09d;}

li.menu__mega:hover ul.menu__second-level {
    top: 60px; /*メニューバーの厚さ変えたらここも変える*/
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}


/*li.menu__mega ul.menu__second-level > li:nth-child(11){
	background: #ff8080;
}*/

li.menu__mega ul.menu__second-level > li:nth-child(12) {
	background: #192851;
}

/*190425追加分*/

.flexbox{
    display: flex;
    align-items: center;
    border:none;
    padding: 10px 20px;
}


.button-4{
  width:100%;
  height:100%;
  border:2px solid #34495e;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
}
.button-4 a{
  font-family:arial;
  font-size:16px;
  color:#34495e;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-4{
  width:100%;
  height:100%;
  left:-400px;
/*  background:#34495e;*/
  background:#ffffff;
  position:absolute;
  transition:all .3s ease;
  z-index:1;
}
.button-4:hover .eff-4{
  left:0;
}
.button-4:hover a{
  color:blue;
}

.button-4:hover li{
  color:#337ab7;
}

.sma_tab{
    line-height: 25px;
    margin-left:30px
}

/*============================ドロップダウンメニューEND============================*/



/*================30周年==============*/
.pioneer .pioneer-sm{
    padding-top:20px;
}


.pioneer p{
    color:white;
    padding-top: 32px;
    margin-bottom: auto;
    font-size:20px;
    line-height: normal;
}

.pioneer h2{
    color:white;
    font-weight: bold;  
    margin:10px 0 10px 0;
    font-size:27px;
    line-height:1.2;
    padding-top:20px;
    padding-bottom:20px;
}

.pioneer-sm {
    width: 100%;
    height:100%;
}

.pioneer-sm h2{
    color:white;
    font-weight:bold;
    font-size:19px;
    padding:3px 7px;

}

.pioneer-sm p{
    color:white;
    padding-top: 20px;
    margin-bottom: auto;
    font-size:13px;
    padding:0 15px;
    font-style: italic;
	line-height: 1.6;
}

.bg-30th{
    background-image: url("../images/35.png");
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center;

}

.bg-30th-wrap{
    width: 100%;
    height: 100%;
    background-color: rgba(22,47,77,0.8);
    padding:20px 0 ;
}

/*================30周年END==============*/



.subentry{
    text-align: center;
}
/*オーダー関連*/

.order{
    width: 100%;
    height:400px;
    background-image:url("../images/order1.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    position: relative;
}

.order-sm{
    width: 100%;
    height:250px;
    background-image:url("../images/order1.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    position: relative;
}


.order-text{
    color:white;
    font-weight: bold;
    z-index:9;
    margin:0;
    text-align: left;
    padding-top:8%;
    padding-left:10%;
    width: 55%;
}

.order-text-sm{
    color:white;
    font-weight: bold;
    z-index:9;
    margin:0;
    text-align: center;
    width: 100%;
}

.button-order-sm {
    display: inline-block;
    height: 65px;
    text-align: center;
    text-decoration: none;
    line-height: 65px;
    outline: none;
    border:1px solid gray;
    border-radius: 5px;
    font-size: 20px;
    opacity: 0.85;

}

.order-area-sm{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width:80%;
    height:80%;
}


@media screen and (max-width: 480px) {
#menu{
    display:none;
}
}






/*スマホ終わり*/

.order-text > h2{
    font-size:27px;
    font-weight: bold;
}

.order-text-sm > h2{
    font-size:27px;
    font-weight: bold;
}


/*利用シーンボタン*/
.button-area{
    width:80%;
    text-align: center;
}


.button-order {
    display: inline-block;
    height: 65px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 65px;
    outline: none;
    border:1px solid gray;
    border-radius: 5px;
    font-size: 20px;
    opacity: 0.75;

}
.button-order::before,
.button-order::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button-order,
.button-order::before,
.button-order::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button-order {
    background-color: white;
    color: black;
    font-size: 1.5em;
}
.button-order:hover {
    background-color: #192851;
    color:white;
    text-decoration: none;
}


/*====================スマホ=============*/

.button-order-sm {
    display: inline-block;
    height: 65px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 65px;
    outline: none;
    border:1px solid gray;
    border-radius: 5px;
    font-size: 20px;
    opacity: 0.75;

}
.button-order-sm::before,
.button-order-sm::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button-order-sm,
.button-order-sm::before,
.button-order-sm::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button-order-sm {
    background-color: white;
    color: black;
    font-size: 1.5em;
}
.button-order-sm:hover {
    background-color: #192851;
    color:white;
    text-decoration: none;
}





/*フッターメニュー*/
.footer_menu{
    background-color: #1D1F20;
    width: 100%;
    padding: 20px 0;
    line-height: 2.0;
}

.footer{
    background-color: #1D1F20;
    color:white;
}

.f-menu > a{
    color:white;
    text-align: center;
}

@media screen and (max-width:768px){
.f-menu{
    border-bottom:1px solid gray;
}
}

@media screen and (min-width:769px){
.f-menu{
    border-right:1px solid gray;
    font-size:14px;
    line-height: 2.0;
}
}


.f-menu-last > a{
    color:white;
    text-align: center;
}



/*フッター*/
.footer {
    text-align:center;
}


@media screen and (min-width:480px){
    #meanmenu {
        display:none !important;
    }
}

/*=======================================================================*/
.japan{
    width: 100%;
    background-color:#CC0033;
    color:white;
    font-size: 30px;
    line-height: 30px;
    padding:10px 0;
    text-align: center;
    margin-top: 10px;
}
.overseas{
    width: 100%;
    background-color:#084016;
    color:white;
    font-size: 30px;
    line-height: 30px;
    padding:10px 0;
    text-align: center;
    text-decoration: none;
    margin-top:10px;
}

.corporation{
    width: 100%;
    background-color:#143D81;
    color:white;
    font-size: 30px;
    line-height: 30px;
    padding:10px 0;
    text-align: center;
    margin-top:10px;
}

.desc{
    width: 100%;

}

.10px{
    width: 100%;
    height:10px;
}

.main-area img{
    float:left;
    clear: both;
    overflow: hidden;

}

.main-area p{
    font-size: 1.5em;
    color:white;
    text-align: left;
    line-height: 180%;
}

strong{
    text-decoration: underline;
}


.company-midashi > h1{
    padding:0.25em 0.5em;
    color:black;
    border-left:solid 10px #2255A2;
    background:transparent;
    margin-top:40px;
}

.office {
    background-color: #192851;
    color:white;
    height: 50px;
    margin-top:20px;
    margin-bottom:20px;
    line-height: 50px;
    font-size: 1.3em;
}

.office2 {
    margin-top:20px;
    margin-bottom:20px;
    vertical-align: middle;
}

.leftside{
    float: left;
    margin-right: 30px;
}

.rightside{
    float: right;542px
}

.pre01{
    margin: 5px 8%;
}

.pre01 >p{
    padding-left:30px;
    font-size: 1.2em;
}


.element style{
    width:964px;
    height:542px;
    left:0px;
    top:0px; 
}


/*============レンタル商品一覧===============*/
.item-box{
    margin: 10px;
    border: 1px solid orange;
    border-radius: 15px;
    width: 100%;
    /*height: 100px;ひとまずね*/
    background-color: white;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items:center;
    align-items:center;
}
.item-box:hover{
    background-color: #D8D8D8;
}

.item-box > img{
    margin:0 !important;
}

.japan-use{
    /*background-color:#C4E4E3;*/
    background-color: #eeeeee;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;

}
.japan-use-midashi{
    background-color: #31A09D;
    width: 100%;
    font-size:2em;
    font-weight: bold;
    text-align: center;
    color:white;
    margin-bottom: 20px;
    height: 70px;
    line-height: 70px;
}



.abroad-use{
    background-color:#C4E8F5;
    width: 100%;
    overflow: hidden;
    padding-bottom:20px;
}

.abroad-use-midashi{
    background-color: #32AFDB;
    width: 100%;
    font-size:2em;
    font-weight: bold;
    text-align: center;
    color:white;
    margin-bottom: 20px;
    height: 70px;
    line-height: 70px;
}

.corp-use{
    background-color:#BFC8D7;
    width: 100%;
    overflow: hidden;
    padding-bottom:20px;
}

.corp-use-midashi{
    background-color: #203F75;
    width: 100%;
    font-size:2em;
    font-weight: bold;
    text-align: center;
    color:white;
    margin-bottom:20px;
    height: 70px;
    line-height: 70px;
}


.border-radius{
    border-radius: 15px;
}


.corp-use > img:hover{
    opacity:0.5;
}

/*============レンタル商品一覧END===============*/


/*==================ご利用の流れSTART=====================*/
.step-box{
    margin: 10px;
    border: 1px solid white;
    border-radius: 8px;
    width: 100%;
    /*height: 100px;ひとまずね*/
    background-color: white;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items:center;
    align-items:center;
}

.step-box img{
    margin-left:0!important;
    margin-right: 0!important;
}

.howtocolor{
    background-color: #D6D6D6;
}

.step-box > p{
    padding-left: 15px;

}
.top > img{
    margin-right:auto;
    margin-left:auto;
}

/*==================ご利用の流れEND=====================*/

/*==================プランページSTART=====================*/
.maincolor{
    background-color:#ACB9D5;
    width: 100%;
}
.basic-bg-color{
    background-color:#42BFEC;
    width: 100%;    
}

.abroad-bg-color{
    background-color:#7ECAC6;
    width: 100%;    
}

.wifi-bg-color{
    background-color:white;
    width: 100%;    
}

.sm-bg-color{
    background-color:white;
    width: 100%;    
}

.worldwifi-bg-color{
    background-color:white;
    width: 100%;    
}

.main-area{
    background-color: #405B92;
    padding-top: 20px;
    padding-bottom: 20px;
}

.f0f0f0{
    background-color:#f0f0f0;
    width: 100%;
    padding-top:15px;
    border-radius: 2px;
    font-size: 16px;
    padding-bottom:15px;
}

.FFFFFF{
    background-color:#FFFFFF;
    width: 100%;
    padding-top:15px;
    border-radius: 2px;
    font-size: 16px;

}

.f0f0f0{
    background-color:#f0f0f0;
    width: 100%;
    padding-top:15px;
    border-radius: 2px;
    font-size: 16px;
    padding-bottom:15px;
}

.jimute{
/*  background-color:#1B5A7A;
    color:white;*/
    font-size: 1.1em;
    text-align: center;
    width:50%;
}

.jimute-p{
    font-size: 1.1em;
    text-align: center;
}

.travel-td-head{
    width: 50%;
    background-color: #f0f8ff;

}

.row2{
    padding:30px 0 !important;
}

.travel-td-price{
    font-size: 134%;
    font-weight: bold;   
    padding:18px 0!important;
}

.rentalfee{
/*    background-color:#8671AF;
    color:white; */
    font-size:1.1em;
    text-align: center;
    width:35%;
}



.c-charge{
/*    background-color: #14ADDD;
    color:white;*/
    font-weight: bold;
    text-align: center;
    width: 35%;
    vertical-align: middle!important;
}

.others{
    font-weight: bold;
    text-align:center;
    width: 33%;
    vertical-align: middle!important;
}

.center1{
    text-align: center;
}

.center2{
    text-align: center;
    font-size: 1.2em;
}

.td.jimute-p{
    font-size:1.2em;
}

.td.rentalfee-p{
    font-size:1.2em;
}

.tax{
    text-align: right;
}


.blue-head {
    position: relative;
    padding: .3em 1em .3em 1.5em;
    border: 1px solid #ccc;
    background:#1D4292;
    font-size:1.6em;
    font-weight: bold;
    border-radius:3px;
    margin-bottom: 15px;
    margin-top:10px;
    color:white;
}

.blue-head::after {
    position: absolute;
    top: .3em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - .7em);
    height: calc(100% - .7em);
    background-color: white;
    border-radius: 2px;
}


.jimute-p >img{
    margin:0;
}

.white-head {
    position: relative;
    padding: .3em 1em .3em 1.5em;
    border: 0px solid #ccc;
    background:white;
    font-size:1.3em;
    font-weight: bold;
    border-radius:3px;
    margin-bottom: 10px;
    margin-top:15px;
}

.white-head::after {
    position: absolute;
    top: .3em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - .7em);
    height: calc(100% - .7em);
    background-color: #224283;
    border-radius: 2px;
}

.white-head2 {
    position: relative;
    padding: .3em 1em .3em 1.5em;
    border: 0px solid #ccc;
    background:white;
    font-size:1.8em;
    font-weight: bold;
    border-radius:3px;
    margin-bottom: 10px;
    margin-top:15px;
}

.white-head2::after {
    position: absolute;
    top: .3em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - .7em);
    height: calc(100% - .7em);
    background-color: #224283;
    border-radius: 2px;
}

.option-head {
    position: relative;
    padding: .3em 1em .3em 1.5em;
    border: 0px solid #ccc;
    background:#D9F4F9;
    font-size:1.3em;
    font-weight: bold;
    border-radius:3px;

    color:#4D4D4D;
    width: 100%;
    margin:10px 0;
}

.option-head::after {
    position: absolute;
    top: .3em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - .7em);
    height: calc(100% - .7em);
    background-color: #224283;
    border-radius: 2px;
}

.option-head2 {
    position: relative;
    padding: .3em 1em .3em 1.5em;
    border: 0px solid #ccc;
    background:#E6FFE9;
    font-size:1.3em;
    font-weight: bold;
    border-radius:3px;

    color:#4D4D4D;
    width: 100%;
}

.option-head2::after {
    position: absolute;
    top: .3em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - .7em);
    height: calc(100% - .7em);
    background-color: #005500;
    border-radius: 2px;
}

.airport-head {
    position: relative;
    padding: .3em 1em .3em 1.5em;
    border: 0px solid #ccc;
    background:white;
    font-size:1.3em;
    font-weight: bold;
    border-radius:3px;
    margin-bottom: 10px;
    margin-top:15px;
}

.airport-head::after {
    position: absolute;
    top: .3em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - .7em);
    height: calc(100% - .7em);
    background-color: red;
    border-radius: 2px;
}

.wifi-item{
    background-color: white;
    border-radius: 5px;
    padding:10px;
    margin-bottom:30px;
    font-size:0.9em;
}

.wifi-item  > table {
    width: 100%;
}

.wifi-item table tr th{
    border-bottom :0.5px solid #ACB9D5 !important;
}

.wifi-item table tr th:nth-child(2){
    text-align: right;

}

.wifi-item dt{
    font-size: 1.2em;
    border-bottom: 3px double #ACB9D5;
}

.wifi-item table tr th:nth-child(2){
    text-align: right;

}

.others + td{
    width: 15%;
    text-align: center;
    vertical-align: middle!important;
}
.vertical{
    text-align:center;
    vertical-align: middle!important;
}

table {
    background-color: #ffffff;
}

.topcolor{
    background-color: #304A84
}


.caution{
    background-color: white;
    border:1px solid #bcbcbc;
    border-radius: 5px;
    padding:7px;
    margin:10px 5px 40px;
}

.caution-t{
    background-color: white;
    border:1px solid #bcbcbc;
    border-radius: 5px;
    padding:7px;
    margin:10px 5px 10px;
}


.caution-head{
    font-weight: bold;
    font-size: 1em;
    text-align:center;
    padding:5px 0;
	margin-bottom: 15px;
    border-bottom: 1px solid #bcbcbc;
}

.caution p{
    font-size: 0.8em;
    padding:5px 5px 0 15px;

}


/*==============海外用WIFI==================*/
.ajia{
    width:100%;
    background-color: #911C41;
    padding-top: 10px;
    padding-bottom:10px;
    margin-top:10px;
}

.ajia-list{
    margin:10px 15px;
    padding:10px;
    background:white;
    font-weight: bold;
}
.plan-name{
    color:white;
    font-weight: bold;
    font-size: 25px;
    text-align: center;

}
.plan-name   img{
    display: inline!important;
}


.global{
    width:100%;
    background-color: #1C9131;
    padding-top: 10px;
    padding-bottom:10px;
    margin-top:10px;
    margin-bottom:10px;
}
.pocket{
    width:100%;
    background-color: #20B2AA;
    padding-top: 1px;
    padding-bottom:1px;
    margin-top:1px;
    margin-bottom:1px;
}

.vr-techsupport{
    width:100%;
    background-color: #008BBB;
    padding-top: 1px;
    padding-bottom:1px;
    margin-top:1px;
    margin-bottom:1px;
    border-radius:10px;
}

.global-list{
    margin:10px 15px;
    padding:10px;
    background:white;
}

.pocket-list > p {
    font-size:19px;
    font-weight: bold;
    text-align:center;
    padding:0 10px;
}

.pocket-list{
    margin:10px 15px;
    padding:10px 20px 10px 20px;
    font-size: 18px;
    background:white;
    font-weight: bold;

}

.vr-list > p {
    font-size:18px;
    font-weight: bold;
    text-align:left;
    padding:0 10px;
}

.vr-list{
    margin:10px 15px;
    padding:10px 20px 10px 20px;
    font-size: 18px;
    background:white;
    font-weight: bold;

}


.global-list > p {
    font-size:19px;
    font-weight: bold;
    text-align:center;
    padding:0 10px;
}
.smp-item{
    background-color: white;
    border-radius: 5px;
    margin: 10px 5px;
    padding: 5px;
}

.smp-item  > table {
    width: 100%;
}

.smp-item table tr th{
    border-bottom :0.5px solid #ACB9D5 !important;
    font-size: 0.7em;
}

.smp-item table tr th:nth-child(2){
    text-align: right;

}

.smp-item dt{
    font-size: 1em;
    border-bottom: 3px double #ACB9D5;
    text-align: center;
}

.smp-item table tr th:nth-child(2){
    text-align: right;

}

.smp-item-vr{
    background-color: white;
    border-radius: 5px;
    /*padding:10px;*/
    margin-bottom:30px;
}

.smp-item-vr  > table {
    width: 100%;
}

.smp-item-vr table tr th{
    border-bottom :0.5px solid #ACB9D5 !important;
    font-size: 0.7em;
}

.smp-item-vr table tr th:nth-child(2){
    text-align: right;

}

.smp-item-vr dt{
    font-size: 1.1em;
    border-bottom: 3px double #ACB9D5;
    text-align: center;
}

.smp-item-vr table tr th:nth-child(2){
    text-align: right;

}
.maker-box{
    border-radius: 5px;
    padding:10px;
    margin-bottom:30px;
}

.maker-box  > table {
    width: 100%;
}

.maker-box table tr th{
    border-bottom :0.5px solid #ACB9D5 !important;
    font-size: 0.7em;
}

.maker-box table tr th:nth-child(2){
    text-align: right;

}

.maker-box dt{

    font-size: 1.1em;
    color:white;
    text-align: center;
    border-radius: 3px;
}



.smp-item table tr th:nth-child(2){
    text-align: center;
}

.smp-item-vr table tr th:nth-child(2){
    text-align: center;
}

.form-control{
    margin:10px 0!important;
    height: 50px!important;     
}


textarea.form-control{
    height:100%!important;
}

.form-control2{
    margin:10px 0!important;
    height: 50px!important;     
}


textarea.form-control2{
    height:99%!important;
}

.start{
    background-color:blue;
    color:white;
    font-weight: bold;
}

.end{
    color:blue;
    text-align: center;
    font-weight: bold;
}


.date1{
    width:100%!important;
}

.ymobile{
   background-color: #FE0034;
   font-weight: bold;
   color:white;
   padding:10px 0;
   text-align: center; 
   font-size:1.2em;
}

.softbank{
   background-color: #595CCE;
   font-weight: bold;
   color:white;
   padding:10px 0;
   text-align: center; 
    font-size:1.2em;
}

.au{
   background-color: #E75500;
   font-weight: bold;
   color:white;
   padding:10px 0;
   text-align: center; 
    font-size:1.2em;
}

.table>tbody>tr>td, .table>tfoot>tr>td,.table>thead>tr>td,{
    text-align: left;
    padding-left:30px;
}


.table-sim>tbody>tr>td, .table>tfoot>tr>td,.table>thead>tr>td{
    text-align: left;
    padding-left:30px;
}


    
.table>tbody>tr>th, .table>tfoot>tr>th,.table>thead>tr>th{
    text-align: center!important;
    vertical-align: middle!important;
}

.table>tbody>tr>th, .table>tfoot>tr>th,.table>thead>tr>th{
    text-align: center!important;
    vertical-align: middle!important;
}


.premium{
    font-size: 1.3em;
    background-color: #ffefff;
    text-decoration: underline;
}

.open {
    background-color: #FFFFFF;
    padding: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
    display:flex;
    align-items: center;
}

.open2 {
    /*background-color: #FFFFFF;*/
    padding: 8px;
    /*margin-bottom: 10px;*/
    cursor: pointer;
    border-radius: 5px;
    display:flex;
    align-items: center;
}

.open img{
    margin: 0 15px 0 0!important;
}

.slideContent {
    display: none;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
    font-weight: bold;
    overflow: hidden;/*Aのはみだし部分対応*/
}

.slideContent2 {
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
    font-weight: bold;
    overflow: hidden;/*Aのはみだし部分対応*/
}

.slideContent3 {
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    /*background-color: white;*/
    /*font-weight: bold;*/
    overflow: hidden;/*Aのはみだし部分対応*/
    padding-left: 40px;
}

.slideContent4 {
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
   /* font-weight: bold;*/
    overflow: hidden;/*Aのはみだし部分対応*/
}
/*Q&A　Aの部分*/
.slideContent img{  
    margin: 0 15px 0 0!important;
    float:left;
}

.slideContent p {
    margin-left:55px;
    margin-bottom: 0;
}


/*問合せフォームの件*/
.invisible{
    display: none;
}



.call-charge-head{
    width:100%;
    height: 35px;
    padding:5px 0;
    margin:30px auto;
    border-radius: 5px;
    background:#1D4292;
    text-align: center;
    color:white;
}

.global-sim-head{
    width:100%;
    height: 35px;
    padding:5px 0;
    margin:30px auto;
    border-radius: 5px;
    background:#1D4292;
    text-align: left;
    color:white;

}

.sticky{
    position: sticky;
    position: -webkit-sticky;
    top:0;
    background:white;
    height:50px;
    z-index:10;
}

.sticky-yellow{
    position: sticky;
    position: -webkit-sticky;
    top:0;
    background:#ffe4b5;
    height:50px;
    z-index:11;
    padding:10px 0 ;
}

.sticky-nevy{
    position: sticky;
    position: -webkit-sticky;
    top:52px;
    background:#191970;
    height:50px;
    color:white;
    z-index:12;
    padding:10px 0;
}

.sticky1{
    position: sticky;
    position: -webkit-sticky;
    top:202px;
    background:#e6e6fa;
    border:2px solid black;

}

@media (max-width: 767px) {
  .sticky1{
    top: 109px;
  }
}

.sticky2{
    position: sticky;
    position: -webkit-sticky;
    top:52px;
    background:white;
    height:100px;
    z-index:10;
}

.sticky2-yellow{
    position: sticky;
    position: -webkit-sticky;
    top:52px;
    background:#ffe4b5;
    height:100px;
    z-index:11;
    padding:10px 0 ;
}

.sticky2-nevy{
    position: sticky;
    position: -webkit-sticky;
    top:52px;
    background:#191970;
    height:100px;
    color:white;
    z-index:12;
    padding:10px 0;
}

/*ページTOP*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.travel-p{
    font-size:1.2em!important;
    font-weight: bold!important;
    padding-top: 15px;
    padding-left: 15px;

}

.p-strong{
    font-weight: bold;
    font-size: 1em;
    padding-left:10px;
}


/*===============空港カウンター============*/
.air-arrive-content{
    background-color: white;
    width:100%;
    border:1px solid #b22222;
}
.air-departure-content{
    background-color: white;
    width:100%;
    border:1px solid #4169e1;
}

.airport-counter{
    background-color: white;
    width:100%;
}

.air-arrive{
    background-color: #b22222;
    color:white;
    text-align: center;
    padding:10px 0;
}

.air-departure{
    color:white;
    background-color: #4169e1;
    text-align: center;
    padding:10px 0;
}

.air-wrap{
    background-color: white;
    width:100%;
    margin-bottom: 10px;
    padding-bottom:10px;
}

.gear{
    border:1px solid black;
    border-radius: 5px;
    text-align: center;
    padding:5px 0;
    margin-bottom:15px;
}

.margin-10px{
    margin:10px 0;
}

.margin-15px{
    margin:15px 0;
}

.margin-20px{
    margin:20px 0;
}

.margin-bottom-90px{
    margin-bottom:90px;
}


/*================オーダー================*/

.apply-p .col-sm-6 .btn{
    margin-bottom:5px!important;
    text-align: left;
}

.apply{
/*    width: 100%;*/
    border-right:1px solid #6E6E6E;
    padding:20px 0 ;
}

.apply p{
    text-align: center;
    font-weight: bold;
}

.apply-p p{
    text-align: center;
}

.apply-p2 p{
    text-align: center;
    margin-top:50px;
}


.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.smartphone-case{
    margin-bottom:40px;
    padding:30px;
    background-color: #add8e6;
    border-radius: 10px;

}

.smartphone-p{
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}




.btn-inq{
    height:100px;
    line-height:80px!important  ;
    font-size:28px!important;
}

.btn-est{
    height:100px;
    line-height:80px;
    font-size:28px;
}

a:hover{
    text-decoration: none!important;
}

/*input[type="date"]{
    margin:10px;
    width:30%;
}*/


@media screen and (min-width:769px){

.flex-container{
    display: -webkit-inline-flex;
    display: inline-flex;
/*    margin:15px;*/
}

.flex-container li:nth-child(1){
    padding:15px;
    /*font-size: 1.5em;*/
    font-size: 1.1em;
    display: inline-table;
}

.flex-container li:nth-child(2){
    padding:2px 15px;
    font-size: 1.1em;
    display: inline-table;
}

.flex-container ul .new-title{
    text-align: center;
    background: #192851;
    color:white;
    border-radius: 3px; 
    font-size: 1.2em;
    padding:8px 30px;
    width:100%;
    min-width:769px
}   

.flex-container ul li:nth-child(2){
    /*text-align: left;*/
}   
}


@media screen and (max-width:768px){

    .flex-container{
        margin:15px;
        -webkit-padding-start:0!important;
        padding-start:0!important;
    }

    .flex-container ul{
        -webkit-padding-start:0!important;
        padding-start:0!important;
    }

    .flex-container li:nth-child(1){
        padding:5px;
        font-size: 1.5em;
        display: inline-table;
    }

    .flex-container li:nth-child(2){
        padding:2px 15px;
        font-size: 1.1em;
        text-align: center;
    }

    .flex-container ul .new-title{
        text-align: left;
        background: #192851;
        color:white;
        border-radius: 3px; 
        font-size: 1.2em;
        padding:8px 30px;
    }   

    .flex-container ul li:nth-child(2){
        text-align: left;
    }   


    .pre01 >p {
        font-size: 12px;
        padding-left:0px;
    }

}


.ymobile-fee{
    background-color: #FE0034;
    color:white;
    font-weight: bold;
}

.au-fee{
    background-color: #E75500;
    color:white;
    font-weight: bold;
}
.sb-fee{
    background-color: #595CCE;
    color:white;
    font-weight: bold;
}

.yellow-bg{
    background-color: #FCF4D0;
    width:100%;
    text-align: center;
    font-weight: bold;
    margin:30px auto;
    padding:30px 30px 10px 30px;
    overflow: hidden;
}

.travel-tel{
    font-size:135%;
}

.tokyo-tel{
    font-size:155%;
    font-weight: bold!important;

}

.padding-20px{
    padding:20px 0 0 0;
}

.feat-sma{
    padding:20px 25px 5px 25px;
    border:3px solid #05249E;
    border-radius:5px;
    box-shadow:0 5px 3px -3px rgba(0,0,0,0,4);
    position: relative;
    margin-top:15px;
    background-color: white;
}

.device-spec{
    margin: 10px;
    border-radius: 15px;
    width: 85%;
    /*height: 100px;ひとまずね*/
    /*background-color: white;*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items:center;
    align-items:center;
    margin-right: auto;
    margin-left:auto;
}

.table-basic{
    margin-left: auto;
    margin-bottom:30px;
    width:60%;
}

.table-basic > table > tbody > tr > th{
    padding:10px 20px;
}

.table-basic > table > thead > tr > th{
    padding:15px 25px;
    background-color: #D9F4F9;
}

.table-basic > img{
    margin-left:0!important;
}




.bg-blue{
    background-color:#13B6BD!important;
    color:white;
    text-align: center;
    padding-bottom: 20px;
}

.bg-green{
    background-color: #5BBD18!important;
    color:white;
    text-align: center;
    padding-bottom: 20px;
}

.bg-pink{
    background-color: #D574BB!important;
    color:white;
    text-align:center;
    padding-bottom: 20px;
}

.travel-h{
    padding-top:25px;
    font-size:130%;
    font-weight: bold;
}

.bg-navy{
    background-color: #1D4292!important;
    color:white;
    text-align: center;
    padding-bottom: 20px;
}

.bg-lightblue{
    background-color: #D9F4F9!important;
    color:#1D4292;
    text-align: center;
    padding-bottom: 20px;
}

.bg-yellow{
    background-color: #f8eb77!important;
    color:#1D4292;
    text-align: center;
    padding-bottom: 20px;
}


.float-l{
    float:left;
    margin-left:100px;
}

.bg-table-head{
    background-color: #CEE3F6;
    font-weight: bold;
    font-size: 120%;
}


#slider-wrapper {
    position: relative;
    left: 50%;
    width: 4200px;
    margin-left: -2100px;
}


.thanks{
    margin:150px auto;

}

img.vr-pack{
    margin-bottom: 30px;
}

.enclose-character-event{
    display:inline-block;
    padding:10px;
    background:#ff9933;
    font-size:25px;
    color:#FFFFFF;
    font-weight:bold;
    border-radius:3px;
    word-break:break-all;
    margin: 10px 0;
}


.enclose-character-c{
    display:inline-block;
    background:#4169E1;
    padding:7px;
    font-size:10px;
    color:#FFFFFF;
    font-weight:bold;
    border-radius:3px;
    word-break:break-all;"
}

.enclose-character-a{
    display:inline-block;
    background:#524324;
    padding:7px;
    font-size:10px;
    color:#FFFFFF;
    font-weight:bold;
    border-radius:3px;
    word-break:break-all;"
}

.enclose-character-b{
    display:inline-block;
    background:#148543;
    padding:7px;
    font-size:10px;
    color:#FFFFFF;
    font-weight:bold;
    border-radius:3px;
    word-break:break-all;"
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  text-align:center;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.video2{
  position:relative;
  overflow:hidden;
  width:100%;
  height:0;
  padding-bottom:65%;
  text-align:center;
}
.video2 iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/*===================171225 奥原追記========================*/
.follow-me {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
}
.follow-me li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
}
.follow-me li a::before {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 42px; /* Button height */
  line-height: 42px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 42px; /* Button width */
}
.follow-me li a[href*="amazon.co.jp"]::before,
.follow-me li a[href*="amazon.com"]::before         { border-color: #ff9900; color: #ff9900; content: "\f270"; }
.follow-me li a[href*="codepen.io"]::before         { border-color: #000000; color: #000000; content: "\f1cb"; }
.follow-me li a[href*="delicious.com"]::before      { border-color: #3399ff; color: #3399ff; content: "\f1a5"; }
.follow-me li a[href*="deviantart.com"]::before     { border-color: #05cc47; color: #05cc47; content: "\f1bd"; }
.follow-me li a[href*="digg.com"]::before           { border-color: #000000; color: #000000; content: "\f1a6"; }
.follow-me li a[href*="dribble.com"]::before        { border-color: #000000; color: #ea4c89; content: "\f17d"; }
.follow-me li a[href*="dropbox.com"]::before        { border-color: #007ee5; color: #007ee5; content: "\f16b"; }
.follow-me li a[href*="facebook.com"]::before       { border-color: #3b5998; color: #3b5998; content: "\f09a"; }
.follow-me li a[href*="feedly.com"]::before         { border-color: #6cc655; color: #6cc655; content: "\f09e"; }
.follow-me li a[href*="flickr.com"]::before         { border-color: #0063cc; color: #0063dc; content: "\f16e"; }
.follow-me li a[href*="foursquare.com"]::before     { border-color: #f94877; color: #f94877; content: "\f180"; }
.follow-me li a[href*="github.com"]::before         { border-color: #181717; color: #181717; content: "\f09b"; }
.follow-me li a[href*="plus.google.com"]::before    { border-color: #dc4e41; color: #dc4e41; content: "\f0d5"; }
.follow-me li a[href*="b.hatena.ne.jp"]::before     { border-color: #008fde; color: #008fde; content: "\f027"; font-family: blogicon; }
.follow-me li a[href*="instagram.com"]::before      { border-color: #125688; color: #125688; content: "\f16d"; }
.follow-me li a[href*="last.fm"]::before            { border-color: #d51007; color: #d51007; content: "\f202"; }
.follow-me li a[href*="linkedin.com"]::before       { border-color: #0077b5; color: #0077b5; content: "\f0e1"; }
.follow-me li a[href*="nicovideo.jp"]::before       { border-color: #eaeaea; color: #eaeaea; content: "\f047"; font-family: blogicon; }
.follow-me li a[href*="pinterest.com"]::before      { border-color: #bd081c; color: #bd081c; content: "\f0d2"; }
.follow-me li a[href*="getpocket.com"]::before      { border-color: #ef3f56; color: #ef3f56; content: "\f265"; }
.follow-me li a[href*="reddit.com"]::before         { border-color: #ff4500; color: #ff4500; content: "\f1a1"; }
.follow-me li a[href*="skype.com"]::before,
.follow-me li a[href*="skype:"]::before             { border-color: #00aff0; color: #00aff0; content: "\f17e"; }
.follow-me li a[href*="slideshare.net"]::before     { border-color: #2d2d2d; color: #2d2d2d; content: "\f1e7"; }
.follow-me li a[href*="spotify.com"]::before        { border-color: #84bd00; color: #84bd00; content: "\f1bc"; }
.follow-me li a[href*="steamcommunity.com"]::before { border-color: #171a21; color: #171a21; content: "\f1b6"; }
.follow-me li a[href*="stumbleupon.com"]::before    { border-color: #eb4929; color: #eb4929; content: "\f1a4"; }
.follow-me li a[href*="tumblr.com"]::before         { border-color: #36465d; color: #36465d; content: "\f173"; }
.follow-me li a[href*="twitch.tv"]::before          { border-color: #6441a5; color: #6441a5; content: "\f1e8"; }
.follow-me li a[href*="twitter.com"]::before        { border-color: #55acee; color: #55acee; content: "\f099"; }
.follow-me li a[href*="vimeo.com"]::before          { border-color: #1ab7ea; color: #1ab7ea; content: "\f27d"; }
.follow-me li a[href*="vine.co"]::before            { border-color: #11b58a; color: #11b58a; content: "\f1ca"; }
.follow-me li a[href*="weibo.com"]::before          { border-color: #e6162d; color: #e6162d; content: "\f18a"; }
.follow-me li a[href*="whatsapp.com"]::before       { border-color: #64d548; color: #64d548; content: "\f232"; }
.follow-me li a[href*="wordpress.com"]::before,
.follow-me li a[href*="wordpress.org"]::before      { border-color: #21759b; color: #21759b; content: "\f19a"; }
.follow-me li a[href*="youtube.com"]::before        { border-color: #cd201f; color: #cd201f; content: "\f16a"; }
.follow-me li a[href$="/feed"]::before              { border-color: #ffa500; color: #ffa500; content: "\f09e"; }
.follow-me li a[href$="/subscribe"]::before         { border-color: #363636; color: #363636; content: "\f000"; font-family: blogicon; }
.follow-me li a:hover::before {
  color: #fff;
}
.follow-me li a[href*="amazon.co.jp"]:hover::before,
.follow-me li a[href*="amazon.com"]:hover::before         { background-color: #ff9900; }
.follow-me li a[href*="codepen.io"]:hover::before         { background-color: #000000; }
.follow-me li a[href*="delicious.com"]:hover::before      { background-color: #3399ff; }
.follow-me li a[href*="deviantart.com"]:hover::before     { background-color: #05cc47; }
.follow-me li a[href*="digg.com"]:hover::before           { background-color: #000000; }
.follow-me li a[href*="dribble.com"]:hover::before        { background-color: #ea4c89; }
.follow-me li a[href*="dropbox.com"]:hover::before        { background-color: #007ee5; }
.follow-me li a[href*="facebook.com"]:hover::before       { background-color: #3b5998; }
.follow-me li a[href*="feedly.com"]:hover::before         { background-color: #6cc655; }
.follow-me li a[href*="flickr.com"]:hover::before         { background-color: #0063dc; }
.follow-me li a[href*="foursquare.com"]:hover::before     { background-color: #f94877; }
.follow-me li a[href*="github.com"]:hover::before         { background-color: #181717; }
.follow-me li a[href*="plus.google.com"]:hover::before    { background-color: #dc4e41; }
.follow-me li a[href*="b.hatena.ne.jp"]:hover::before     { background-color: #008fde; }
.follow-me li a[href*="instagram.com"]:hover::before      { background-color: #125688; }
.follow-me li a[href*="last.fm"]:hover::before            { background-color: #d51007; }
.follow-me li a[href*="linkedin.com"]:hover::before       { background-color: #0077b5; }
.follow-me li a[href*="nicovideo.jp"]:hover::before       { background-color: #eaeaea; }
.follow-me li a[href*="pinterest.com"]:hover::before      { background-color: #bd081c; }
.follow-me li a[href*="getpocket.com"]:hover::before      { background-color: #ef3f56; }
.follow-me li a[href*="reddit.com"]:hover::before         { background-color: #ff4500; }
.follow-me li a[href*="skype.com"]:hover::before,
.follow-me li a[href*="skype:"]:hover::before             { background-color: #00aff0; }
.follow-me li a[href*="slideshare.net"]:hover::before     { background-color: #2d2d2d; }
.follow-me li a[href*="spotify.com"]:hover::before        { background-color: #84bd00; }
.follow-me li a[href*="steamcommunity.com"]:hover::before { background-color: #171a21; }
.follow-me li a[href*="stumbleupon.com"]:hover::before    { background-color: #eb4929; }
.follow-me li a[href*="tumblr.com"]:hover::before         { background-color: #36465d; }
.follow-me li a[href*="twitch.tv"]:hover::before          { background-color: #6441a5; }
.follow-me li a[href*="twitter.com"]:hover::before        { background-color: #55acee; }
.follow-me li a[href*="vimeo.com"]:hover::before          { background-color: #1ab7ea; }
.follow-me li a[href*="vine.co"]:hover::before            { background-color: #11b58a; }
.follow-me li a[href*="weibo.com"]:hover::before          { background-color: #e6162d; }
.follow-me li a[href*="whatsapp.com"]:hover::before       { background-color: #64d548; }
.follow-me li a[href*="wordpress.com"]:hover::before,
.follow-me li a[href*="wordpress.org"]:hover::before      { background-color: #21759b; }
.follow-me li a[href*="youtube.com"]:hover::before        { background-color: #cd201f; }
.follow-me li a[href$="/feed"]:hover::before              { background-color: #ffa500; }
.follow-me li a[href$="/subscribe"]:hover::before         { background-color: #363636; }



.wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;

/*  height:200px;*/
  margin:0 0 1em;
}
.between {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.around {
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
.content {
  padding:1em;
/*  background-color:#FFCC80;*/
  margin:0.5em;
}


.jisseki{
    margin-top:50px;
    margin-bottom:50px;
}



.border-d{
    border:1px solid gray;
    border-radius: 5px;
    padding:15px;
}



.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}


.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

.wraps{
    width:100%;
    overflow: hidden;
}
/*右側の謎の余白削除*/


select#plan {
    margin-bottom: 20px;
}

div#domestic-wifi{
    background:white;
    padding:20px;
    border-radius:15px;
    margin-top:20px;
}
div#overseas-wifi{
    background:white;
    padding:20px;
    border-radius:15px;
    margin-top:20px;
}

div#domestic-phone{
    background:white;
    padding:20px;
    border-radius:15px;
    margin-top:20px;
}
div#overseas-phone{
    background:white;
    padding:20px;
    border-radius:15px;
    margin-top:20px;
}

div#galaxy-gearvr{
    background:white;
    padding:20px;
    border-radius:15px;
    margin-top:20px;
}

div#htcvive{
    background:white;
    padding:20px;
    border-radius:15px;
    margin-top:20px;
}
div#pocketalk{
    background:white;
    padding:20px;
    border-radius:15px;
    margin-top:20px;
}

div#daydream{
    background:white;
    padding:20px;
    border-radius:15px;
    margin-top:20px;
}
div#domestic-prepaid{
    background:white;
    padding:20px;
    border-radius:15px;
    margin-top:20px;
}

.xp{
    font-size: 0.7em;
}

.input-num{
    height: 53px;
    width:100px;
    padding: 10px 16px;
    font-size: 1em;
    line-height: 1.318;
    border-radius: 6px;
    margin-top:10px;
}


.breadcrumb{
    background-color: #FFFFFF!important;
}

.breadcrumb.f0f0f0{
  background-color: #F0F0F0!important;
}

.footer p{
    margin-bottom: 0!important;
}


.p-sn{
    text-align: right;
    font-weight: bold;
}

.t-head{
    display:flex;
    padding-left: 50px;
    padding-right: 80px;
}

.head-right {
    margin-left: auto;
    text-align: right;
    padding-top: 5px;
}

.head-menu a{
    padding: 7px;
}


.comtab th{
    background:#f4f4f4;
}

.comtab th.white{
    background-color: white;
}


@media (min-width: 768px){
.modal-dialog {
    width:80%!important;
    }
}

.modal-footer {
    text-align:center!important;
}


.modal .modal-content {
    overflow-y: initial !important
}
.modal .modal-body {
    height: calc(100vh - 160px);
    overflow-y:auto;
}

img.pmark {
    margin: 0 0 0 15px;
    width: 80px;
    height: 80px;
}


.ex-case-wrap{
    padding:20px;
}

.ex-case{
    border: 0.3px solid #cbcbcb;
/*    box-shadow: 3px 3px 5px #a8a8a8;*/
    border-radius: 5px;
    background:white;
    padding:3px;
}

.pur-wrap{
    padding:20px;
}
.pur-img{
    width: 100px;
    vertical-align: middle!important;
    padding:5px;
}
.pur-box {
    border: 0.3px solid #cbcbcb;
/*    box-shadow: 3px 3px 5px #a8a8a8;*/
    border-radius: 5px;
    background:#e8f4ff;
}

.pur-box li{
    margin:5px;
}

.table-cell{
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}


.syouzai {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.syouzai::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2ecc71;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.syouzai:hover::after {
  width: 100%;
}

.case-bg{
/*    background:#fdfeff;*/
/*    background:aliceblue;*/
    background:#FCEDF5;
}

.ex-case li {
    margin: 5px;
}

.ex-case a{
    color: black;
    font-weight: 400;
}

.table-cell ul{
    padding:0;

}

.table-cell a{
    color: black;
    font-weight: 400;
}


.head-sentence {
    background: #FCEDF5;
    color: black;
    text-align: center;
    padding: 20px;
    font-size: 1.6vw;
    font-weight: bold;
}

.head-sentence-sm {
    background: #FCEDF5;
    color: black;
    text-align: center;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
}

.sm-dv-img{
    width: 70px;
}

.bg-white{
    background-color: white;
    width: auto;
    padding-bottom: 50px;
    padding-top:40px;
}

.bg-gray {
  background-color: #F0F0F0;
  width: auto;
  padding-bottom: 50px;
  padding-top: 40px;
}

.bg-dv {
    background: aliceblue;
    padding: 50px 0;
}

@media screen and (max-width: 480px){
    .pur-wrap {
    padding: 5px 20px;
}
}


.ul-1{
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}
.ul-1:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #02e000;
    border-radius: 2px;
}



.ul-2{
    position: relative;
/*    display: inline-block;*/
    margin-bottom: 1.2em;
}
.ul-2:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #F30E77;
    border-radius: 2px;
}


.text-bold{
    font-weight: bold;
}

a > img:hover {
    opacity: 0.7;
}



.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
  .feat-sma p, .caution p {
	font-size: 12px;
	}
	.blue-head {
		font-size: 1.3em;
	}
  .travel-h {
    display: inline-block;
	}
  .icon-titleimg {
	max-width: 15%;
	display: inline-block;
	padding-bottom: 5px;
	}
	
.jimute{
    font-size: 16px;
}

.jimute-p, .rentalfee{
    font-size: 16px;
}
.feat-sma{
    padding:10px 15px 0px 15px;
}
.col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
		
	}
.caution p {
    padding: 0 5px;
}
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
  	.p-60{
		padding-left:80px;
	}
}

.hidden-xl-down {
  display: none !important;
}
.btn-news {
	padding: 20px 25px 0 0;
}

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
  .btn-news { padding: 20px 10px 0 0;
}
}

/* ---------- フッター 固定CTA ---------- */

#footer_fixarea {
display: block;
width: 100%;
position: fixed;
left: 0;
background: rgba(20,20,20,0.9);
color:#fff;
z-index: 10;
bottom:-150px;
transition-duration: 0.5s;
box-sizing:border-box;
padding:20px 0;
font-weight:bold;
text-align:center;
}

#footer_fixarea.show {
bottom:0px;
transition-duration: 0.5s;  
}

#footer_fixarea ul{
margin:0;
padding:0;  
list-style:none;
}

#footer_fixarea ul li{
display:inline-block;
color:#fff;
vertical-align:middle;
border-radius:4px;
}

#footer_fixarea ul li span{
font-size:200%; 
margin:0 10px;
vertical-align:sub;
}

#footer_fixarea ul li a{
color:#fff; 
}

#footer_fixarea ul li:nth-child(2){
  background:#000;
  padding:10px 20px;
  margin:0 20px;
}
#footer_fixarea ul li:nth-child(3){
    background: #22A00B;
  padding:10px 20px;;
}

@media (max-width: 768px) {

#footer_fixarea{
  padding:10px 0;
}

#footer_fixarea p{
  margin-bottom:5px;
}

#footer_fixarea ul li:nth-child(2){
  margin:0 ;
  padding:10px;
}

#footer_fixarea ul li:nth-child(3){
  margin:0 ;
  padding:10px;
}

}
.btn-sp,
a.btn-sp,
button.btn-sp {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 2rem 0 0.5rem 0;
	text-align: center;
}

a.btn-c {
  font-size: 26px;
  position: relative;
  padding: 0rem 2rem 1.5rem 2.5rem;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
	height: 100px;
}

a.btn-c span {
  font-size: 18px;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;

  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #B60B59;
  -webkit-box-shadow: 0 2px 0 #8E0946;
  box-shadow: 0 2px 0 #8E0946;
}
.btn-sp,
a.btn-sp,
button.btn-sp {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-c {
  font-size: 16px;
  position: relative;
  padding: 0 1.2rem 0 1.5rem;
  color: #fff;
  background: #F30E77;
  -webkit-box-shadow: 0 5px 0 #BB0C5C;
  box-shadow: 0 5px 0 #BB0C5C;
	height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.btn-c span {
  font-size: 18px;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #F30E77;
  border: 2px solid #F30E77;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #B60B59;
  -webkit-box-shadow: 0 2px 0 #8E0946;
  box-shadow: 0 2px 0 #8E0946;
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 0.8rem 0 0.3rem;
  color: #ffff;
}

a.btn--contact {
  display: block;
  color: #fff;
  background: #40b24e;
  -webkit-box-shadow: 0 5px 0 #40b24e;
  box-shadow: 0 5px 0 #339e41;
	font-size: 24px;
    font-weight: 700;
	height: 100px;
	border-radius: 0.5rem;
    padding-top: 30px;
}

a.btn--contact i {
  font-size: 0.7rem;
	padding-right: 0.2rem;
	padding-top: 0.1rem;
}

a.btn--contact:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #35933F;
  -webkit-box-shadow: 0 2px 0 #226A2C;
  box-shadow: 0 2px 0 #226A2C;
}

a.btn--tel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: #33A1DB;
  -webkit-box-shadow: 0 5px 0 #206C95;
  box-shadow: 0 5px 0 #206C95;
	font-size: 16px;
  font-weight: 700;
	height: 80px;
	border-radius: 0.5rem;
	padding-top: 0.2rem;
	padding-left: 1rem;
	position: relative;
	word-wrap: break-word;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 0.9rem;
  left: 2rem;
	padding-top: 0.4rem;
}

a.btn--tel .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.1rem;
  padding: 0.1rem 1.2rem;
  letter-spacing: 0;
  color: #558cae;
  border-radius: 0.5rem;
  background: #fff;
	font-size: 14px;
}

a.btn--tel:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #247BA9;
  -webkit-box-shadow: 0 2px 0 #1A5879;
  box-shadow: 0 2px 0 #1A5879;
}

a.btn--tel:hover .number {
  color: #33A1DB;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

@media screen and (max-width: 480px) {
#footer_fixarea {padding: 0px 0 14px 0;}
a.btn-c {font-size: 11px; letter-spacing: 0; height: 40px; padding: 0 15px;}
a.btn--tel {font-size: 11px; letter-spacing: 0; height: 40px;}
a.btn--tel .number {font-size: 8px; padding: 0.25rem 0.4rem; margin-top: 5px;}
a.btn-c span {left: calc(50% - 60px); width: 120px; font-size: 10px;}
a.btn--tel i.fa-position-left {padding-top: 0.1rem;}
}

.left-sidebar .solve-single-blog {
    box-shadow: 0 7px 16px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}
.left-sidebar .em-blog-content-area {
    padding: 10px 20px 20px;
}

.tel-notice {
  text-align: center;
  color: #33A1DB;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.125em;
  margin-top: 15px;
}

.tel-notice--sp {
  position: absolute;
  top: -1.5rem;
  right: 0;
  text-align: center;
  color: #B9D5E9;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.125em;
  margin-bottom: 8px;
}

.header-bar {
  background-color:#F30E77;
  width: 100%;
  height: 5px;
}

.header-bar__text {
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 5px 0 5px;
}

.header-bar__notice {
  position: absolute;
  right: 0;
  top: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  margin: 0;
}

.top-header {
  display: flex;
  align-items: center;
  height: 151px;
  width: 100%;
  background-color: white;
}

.top-header .fixed {
  position: inherit;
  z-index: 100;
}

.top-header__container {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  padding-left: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 151px;
}

.top-header__nav {
  display: flex;
}

.top-header__nav > nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 8px;
}

.top-header__logo {
  margin-right: 24px;
  display: flex;
  align-items: center;
}

.top-header__nav-first {
  display: flex;
  padding-left: 9px;
}

.top-header__nav-first > a {
  color: black;
  margin-right: 16px;
  font-size: 14px;
}

.top-header__nav-first > a:hover {
  opacity: 0.8;
}

.top-header__nav-last {
  display: flex;
  align-items: center;
}

.top-header__nav-last > a {
  color: black;
  margin-right: 16px;
  margin-left: 16px;
  font-size: 16px;
  padding: 6px 0px 6px 0px;
}

.top-header__nav-last > a:hover {
  opacity: 0.8;
}

.top-header__dropdown-title {
  color: #000;
  margin-right: 16px;
  font-size: 16px;
}

.top-header__dropdown-title:hover {
  color: #000;
  opacity: 0.8;
}

/* .top-header__nav-last__dropdown > a {
  color: black;
  margin-right: 16px;
  font-size: 16px;
}

.top-header__nav-last__dropdown ul.menu__second-level {
  position: absolute;
  top: 95px;
  left: 100px;
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  padding: 20px 2%;
  background: #2d59a1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.to-b {background: #2d59a1;}
.to-c, .to-c:hover {background: #32a09d;}
.to-c ul.menu__second-level, li.to-c:hover ul.menu__second-level {background: #32a09d;} */

/* .top-header__nav-last__dropdown:hover ul.menu__second-level {
  top: 95px; 
  visibility: visible;
  opacity: 1;
}

.top-header__nav-last__dropdown ul.menu__second-level > li {
  float: left;
  width: 32%;
  border: none;
}

.top-header__nav-last__dropdown ul.menu__second-level > li:nth-child(3n+2) {
  margin: 0 1%;
} */


/*li.menu__mega ul.menu__second-level > li:nth-child(11){
background: #ff8080;
}*/

/* .top-header__nav-last__dropdown ul.menu__second-level > li:nth-child(12) {
background: #192851;
} */

.menu__second-level > li a {
  display: block;
  color: white;
  text-align: center;
  font-size: 19px;
  text-decoration: none;
  font-weight: bold;
}

.top-header__tels {
  display: flex;
}

.top-header__tel--container {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-header__tel--content {
  margin-bottom: 10px;
}

.top-header__tel--textMiddle {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin-bottom: 6px;
}

.top-header__tel--textLarge {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  color: #333333;
  margin-bottom: 6px;
  letter-spacing: 0.025em;
}

.top-header__tel--textSmall {
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.053em;
  color: #333333;
  margin-bottom: 0;
}

.top-header__tels--notice {
  color: #F30E77;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
}

.top-header__contact--container {
  margin-right: 14px;
}

.top-header__contact--content {
  margin-bottom: 3px;
}

.top-header__contact--btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
  font-weight: bold;
  /* font-size: 22px; */
  letter-spacing: 0.01em;
  /* height: 44px;
  width: 298px;
  padding-left: 14px; */

  font-size: 14px;
  height: 32px;
  width: 204px;
  padding-left: 6px;

  color: #FFFFFF;
}

.top-header__contact--estimate {
  background-color: #F30E77;
  margin-bottom: 8px;
}

.top-header__contact--draft-estimate {
  background-color: #15C2AE;
  margin-bottom: 8px;
}

.top-header__contact--inquiry {
  background-color: #53A0D6;
}

.top-header__contact--icon {
  /* width: 30px;
  height: 30px;
  margin-right: 12px; */
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.frontPage-heroUnlimited__container {
  position: absolute;
  right: calc(295px + (100vw - 1920px) / 2);
  top: 44.53%;
}

.frontPage-heroUnlimited__btn {
  width: 339px;
  height: 109px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
  text-align: center;
  color: #FFFFFF;
}

.frontPage-heroUnlimited__btn--unlimited {
  background: #F30E77;
  margin-bottom: 18px;
}

.frontPage-heroUnlimited__btn--sp {
  background: #53A0D6;
  margin-bottom: 18px;
}

@media screen and (max-width: 1919px) {
  .frontPage-heroUnlimited__container {
    position: absolute;
    right: 15.36%;
    top: 44.53%;
  }

  .frontPage-heroUnlimited__btn {
    width: 17.65vw;
    height: 5.67vw;
  }
}

@media screen and (max-width: 1580px) {
  .frontPage-heroUnlimited__btn {
    font-size: 24px;
  }
}

@media screen and (max-width: 1280px) {
  .frontPage-heroUnlimited__btn {
    font-size: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .frontPage-heroUnlimited__btn {
    font-size: 16px;
  }

  .frontPage-heroUnlimited__btn--unlimited {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 900px) {
  .frontPage-heroUnlimited__btn {
    font-size: 14px;
  }

  .frontPage-heroUnlimited__btn--unlimited {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1387px) {
  .top-header__tel--container {
    margin-right: 10px;
  }
  
  .top-header__tel--content {
    margin-bottom: 8px;
  }
  
  .top-header__tel--textMiddle {
    font-size: 14px;
  }
  
  .top-header__tel--textLarge {
    font-size: 26px;
  }
  
  .top-header__tel--textSmall {
    font-size: 13px;
  }
  
  .top-header__contact--btn {
    font-size: 14px;
    height: 32px;
    width: 204px;
    padding-left: 6px;
  }

  .top-header__contact--icon {
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 1291px) {
  .top-header__container {
    padding-left: 10px;
  }

  .top-header__logo {
    margin-right: 16px;
  }

  .top-header__nav > nav {
    margin-bottom: 6px;
  }

  .top-header__nav-first {
    margin-bottom: 4px;
  }

  .top-header__nav-first > a {
    margin-right: 4px;
    font-size: 10px;
  }

  .top-header__nav-last {
    align-items: center;
  }

  .top-header__dropdown-title {
    margin-right: 2px;
    font-size: 12px;
  }

  /* .top-header__nav-last__dropdown > a {
    margin-right: 2px;
    font-size: 12px;
  }

  .top-header__nav-last__dropdown ul.menu__second-level {
    top: 76px;
    left: 0;
  }

  .top-header__nav-last__dropdown:hover ul.menu__second-level {
    top: 76px; 
  } */

  .top-header__nav-last > a {
    color: black;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1037px) {
  .top-header__logo {
    margin-right: 2px;
  }

  .top-header__tels > a {
    display: none;
  }

  .top-header__tel--container {
    display: flex;
    align-items: center;
    margin-right: 2px;
  }

  .top-header__contact--icon {
    display: none;
  }

  .top-header__tels--notice {
    display: none;
  }

  .top-header__tel--textMiddle {
    font-size: 10px;
  }

  .top-header__tel--textLarge {
    font-size: 16px;
  }

  .top-header__tel--textSmall {
    font-size: 10px;
  }

  .top-header__contact--btn {
    font-size: 10px;
    height: 32px;
    width: 114px;
    padding-left: 6px;
  }
}

.list-container {
  visibility: hidden;
  height: 0;
}

.list-container.active {
  visibility: visible;
  height: 500px;
  background-color: #fff;
}

.top-header__dropdown--input {
  display: none;
}

.top-header__dropdown--label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
  padding: 6px 0 6px 9px;
}

.top-header__dropdown--container {
  position: absolute;
  z-index: 1000;
  width: 100vw;
  top: 151px;
  left: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  height: 0;
  opacity: 0;
	transition: all 0.5s ease;
  visibility: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  overflow: scroll;
}

.top-header__dropdown--input:checked + .top-header__dropdown--label {
  background-color: #FBEBF2;
}

.top-header__dropdown--input:checked + .top-header__dropdown--label + .top-header__dropdown--container {
  height: 593px;
  opacity: 1;
  visibility: visible;
}

.top-header__items {
  display: flex;
  padding-top: 38px;
  padding-bottom: 120px;
}

.top-header__item {
  margin-right: 60px;
}

.top-header__item:last-child {
  margin-right: 0;
}

#device {
  width: 600px;
}

#rental,
#support {
  width: 285px;
}

.top-header__dropdown--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 6px;
  padding-left: 16px;
  border-bottom: 2px solid #DF3677;
  margin-bottom: 18px;
}

.top-header__lists {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.top-header__list {
  width: 285px;
  height: 80px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
	transition: all 0.5s ease;
  border: 1px solid #BDBDBD;
}

.top-header__list:hover {
  background-color: #E9E9E9;
}

.top-header__list:nth-child(2n) {
  margin-right: 0;
}

.top-header__list:last-child {
  margin-bottom: 0%;
}

#rental .top-header__list {
  margin-right: 0;
}

#support .top-header__list {
  margin-right: 0;
}

.top-header__list--image {
  width: 80px;
}

@media screen and (max-width: 1289px) {
  .top-header__dropdown--container {
    padding: 0 16px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1232px) {
  .top-header__dropdown--label {
    font-size: 12px;
  }
}

.frontPage-info__header {
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #333333;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}

.frontPage-info__link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.frontPage-info__link--anchor,
.frontPage-achievement__link--anchor {
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 7px 25px;
  transition: all 0.5s ease;
}

.frontPage-info__link--anchor:hover,
.frontPage-achievement__link--anchor:hover {
  color: #333333;
  opacity: 0.6;
}

.frontPage-info__link--text,
.frontPage-achievement__link--text {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.01em;
}

.frontPage-achievement__link {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .frontPage-info__header {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .frontPage-info__link,
  .frontPage-achievement__link {
    display: none;
  }
}

.frontPage-banner__content {
  margin-bottom: 24px;
}

.frontPage-banner__btnContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.frontPage-banner__btn {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  width: 46%;
  transition: all 0.6s ease;
}

.frontPage-banner__btn:first-child {
  margin-right: 12px;
}

.frontPage-banner__btn:not(:last-child) {
  margin-bottom: 12px;
}

.frontPage-banner__btn:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.frontPage-banner__detail {
  background: #53A0D6;
}

.frontPage-banner__estimate {
  background: #F30E77;
}

.frontPage-banner__draft-estimate {
  background: #15C2AE;
}

.u-visible__xs {
  display: none;
}

.u-visible__sm {
  display: none;
}

@media screen and (max-width: 991px) {
  .frontPage-banner__btn {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden__sm {
    display: none;
  }

  .u-visible__sm {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .u-hidden__xs {
    display: none;
  }
  
  .u-visible__xs {
    display: block;
  }

  .frontPage-banner__btn {
    width: 100%;
    font-size: 18px;
    height: 60px;
  }

  .frontPage-banner__estimate {
    margin-bottom: 20px;
  }
}

.frontPage-sp__header {
  font-weight: bold;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0.065em;
  color: #333333;
  margin-top: 0;
  margin-bottom: 40px;
}

.frontPage-sp__header--large {
  font-weight: bold;
  font-size: 60px;
  line-height: 130%;
  letter-spacing: 0.065em;

  color: #53A0D6;
}

.u-text__emphasis {
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
}

.frontPage-sp__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.frontPage-sp__item {
  width: 250px;
  margin-right: 40px;
}

.frontPage-sp__item:last-child {
  margin-right: 0;
}

.frontPage-sp__figure {
  width: 250px;
  margin-bottom: 12px;
}

.frontPage-sp__text {
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .frontPage-sp__item {
    width: 200px;
  }

  .frontPage-sp__figure {
    width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .frontPage-sp__item {
    width: 300px;
  }

  .frontPage-sp__item:nth-child(2n) {
    margin-right: 0;
  }

  .frontPage-sp__item:first-child {
    margin-bottom: 20px;
  }

  .frontPage-sp__item:nth-child(2) {
    margin-bottom: 20px;
  }

  .frontPage-sp__figure {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .frontPage-sp__header {
    font-size: 26px;
    margin-bottom: 40px;
  }
  
  .frontPage-sp__header--large {
    font-size: 36px;
  }

  .frontPage-sp__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 669px) {
  .frontPage-sp__item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }

  .frontPage-sp__item:nth-child(2n) {
    margin-right: 0;
  }

  .frontPage-sp__item:first-child {
    margin-bottom: 10px;
  }

  .frontPage-sp__item:nth-child(2) {
    margin-bottom: 10px;
  }

  .frontPage-sp__figure {
    width: 100%;
  }
}

.frontPage-device__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.frontPage-device__item {
  width: 25%;
  height: 340px;
  border-top: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.frontPage-device__item:nth-child(4n+1) {
  border-left: 1px solid #BDBDBD;
}

.frontPage-device__item:nth-last-child(-n+4) {
  border-bottom: 1px solid #BDBDBD;
}

.frontPage-device__item:hover {
  box-shadow: 0 6px 22px rgb(0 0 0 / 10%), 0 3px 10px rgb(0 0 0 / 20%);
  transform: scale(1.01);
}

.frontPage-device__figure {
  width: 261.76px;
  margin-bottom: 10px;
}

.frontPage-device__text {
  font-weight: bold;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .frontPage-device__figure {
    width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .frontPage-device__item {
    width: 50%;
  }

  .frontPage-device__figure {
    width: 300px;
  }

  .frontPage-device__item:nth-child(4n+1) {
    border-left: none;
  }

  .frontPage-device__item:nth-child(2n+1) {
    border-left: 1px solid #BDBDBD;
  }
  
  .frontPage-device__item:nth-last-child(-n+4) {
    border-bottom: none;
  }

  .frontPage-device__item:nth-last-child(-n+2) {
    border-bottom: 1px solid #BDBDBD;
  }
}

@media screen and (max-width: 768px) {
  .frontPage-device__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 669px) {
  .frontPage-device__item {
    padding: 0 10px;  
    height: 300px;
  }

  .frontPage-device__figure {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .frontPage-device__item {
    height: 250px;
  }
}

@media screen and (max-width: 400px) {
  .frontPage-device__item {
    height: 210px;
  }
}

.frontPage-pack__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.frontPage-pack__item {
  width: 25%;
  height: auto;
  border-top: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.frontPage-pack__item:nth-child(4n+1) {
  border-left: 1px solid #BDBDBD;
}

.frontPage-pack__item:nth-last-child(-n+4) {
  border-bottom: 1px solid #BDBDBD;
}

.frontPage-pack__item:hover {
  box-shadow: 0 6px 22px rgb(0 0 0 / 10%), 0 3px 10px rgb(0 0 0 / 20%);
  transform: scale(1.01);
}

.frontPage-pack__figure {
  width: 100%;
}

.frontPage-pack__text {
  font-weight: bold;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #333333;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .frontPage-pack__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .frontPage-pack__item {
    width: 50%;
  }

  .frontPage-pack__item:nth-child(4n+1) {
    border-left: none;
  }

  .frontPage-pack__item:nth-child(2n+1) {
    border-left: 1px solid #BDBDBD;
  }
  
  .frontPage-pack__item:nth-last-child(-n+4) {
    border-bottom: none;
  }

  .frontPage-pack__item:nth-last-child(-n+2) {
    border-bottom: 1px solid #BDBDBD;
  }
}

@media screen and (max-width: 768px) {
  .frontPage-pack__text {
    font-size: 16px;
  }
}

.frontPage-purpose__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.frontPage-purpose__item {
  width: 33%;
  height: auto;
  border-top: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.frontPage-purpose__item:nth-child(3n+1) {
  border-left: 1px solid #BDBDBD;
}

.frontPage-purpose__item:nth-last-child(-n+3) {
  border-bottom: 1px solid #BDBDBD;
}

.frontPage-purpose__figure {
  width: 100%;
}

.frontPage-purpose__textContainer {
  display: flex;
  justify-content: center;
}

.frontPage-purpose__textContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.frontPage-purpose__text--header {
  font-weight: bold;
  font-size: 26px;
  line-height: 180%;
  letter-spacing: 0.01em;
  color: #333333;
  margin-bottom: 0;
}

.frontPage-purpose__text--list {
  display: flex;
  flex-direction: column;
}

.frontPage-purpose__text--link {
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.01em;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .frontPage-purpose__item {
    width: 100%;
    height: 256px;
    flex-direction: row;
    margin-bottom: 20px;
    border-bottom: 1px solid #BDBDBD;
    border-left: 1px solid #BDBDBD;
  }

  .frontPage-purpose__item:last-child {
    margin-bottom: 0;
  }

  .frontPage-purpose__figure {
    width: auto;
    height: 100%;
    margin-right: 40px;
  }

  .frontPage-purpose__figure img {
    height: 100%;
  }

  .frontPage-purpose__text--header {
    margin-top: 0;
    font-size: 20px;
    padding: 0;
  }

  .frontPage-purpose__text--link {
    font-size: 14px;
  }
}

@media screen and (max-width: 669px) {
  .frontPage-purpose__item {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .frontPage-purpose__item {
    height: 155px;
  }

  .frontPage-purpose__figure {
    margin-right: 12px;
  }
}

@media screen and (max-width: 400px) {
  .frontPage-device__item {
    height: 210px;
  }

  .frontPage-purpose__text--header {
    font-size: 18px;
  }
}

.frontPage-achievement__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.frontPage-achievement__item {
  width: 33.33%;
  height: auto;
  border-top: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.frontPage-achievement__item:nth-child(3n+1) {
  border-left: 1px solid #BDBDBD;
}

.frontPage-achievement__item:nth-last-child(-n+3) {
  border-bottom: 1px solid #BDBDBD;
}

.frontPage-achievement__item:hover {
  box-shadow: 0 6px 22px rgb(0 0 0 / 10%), 0 3px 10px rgb(0 0 0 / 20%);
  transform: scale(1.01);
}

.frontPage-achievement__figure {
  width: 100%;
  margin-bottom: 20px;
}

.frontPage-achievement__textContainer {
  margin: 0 32px;
}

.frontPage-achievement__text--header {
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #333333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 18px;
}

.frontPage-achievement__text--body {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.01em;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .frontPage-achievement__item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #BDBDBD;
    border-left: 1px solid #BDBDBD;
  }

  .frontPage-achievement__item:last-child {
    margin-bottom: 0;
  }

  .frontPage-achievement__text--header {
    font-size: 16px;
    padding: 0;
  }

  .frontPage-achievement__text--body {
    font-size: 14px;
  }
}

.frontPage-ctaContainer {
  height: 176px;
  width: 56px;
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(50%);
}

.frontPage-cta__twitter {
  display: inline-block;
  width: 100%;
}

.frontPage-cta__instagram {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}

.frontPage-cta__line {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}

.orderPage-btn__draft-estimate {
  color: #fff;
  background-color: #15C2AE;
}

.orderPage-btn__draft-estimate:hover {
  color: #fff;
  background-color: #14B6A3;
}

.margin-top-20 {
  margin-top: 20px;
}

.streaming-breadcrumb__container a {
  color: #00B7EC;
}