@charset "UTF-8";
.information {
    border: solid 3px red;
    margin: 15px 0;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 700;
    color:red;
    font-size: 17px;
    line-height: 1.4;
 }

 .information br{
 	display: none;
 }

.sp-only{
	display: block;
}

.pc-only {
	display: none;
}

.pad-only{
	display: none;
}

.link{
	color:#00a6cb;
	text-decoration:underline;
}

.hover:hover{
	cursor: pointer;
}

.flex{
	display: flex;
}

.red{
    color:#ff0000;
}

.btn{
	display: inline-block;
	padding:12px 0;
	color:#fff;
	font-size:16px;
	/*font-weight: 700;*/
	text-align:center;
	border-radius:5px;
	box-shadow:0px 6px 0px 0px #bababa;
	background-color: gray;
}

/*申込ボタン*/
.btn.apply{
	background-color: #e13479;
	box-shadow:0px 6px 0px 0px #880033;
	width:200px;
	padding:15px 0;
	font-size:16px;
	letter-spacing: -.5px;
}

img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	font-size: medium;
}

html{
	overflow-y:scroll;
}

body{
	width:100%;
	line-height: 1.5;
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	background-color: #fff;
}

table,th,td{
	padding:20px;
}

th,td{
	border:1px solid #313131;
	margin: 0 -1px -1px 0;
}

dl{
	padding:10px 0 0 15px;
}

dl dt{
	display: list-item;
	list-style: disc;
}

dl dd:not(:last-child){
	padding-bottom:5px;
	}

#wrapper{
	position: relative;
	width:100%;
	margin:0 auto;
	z-index: 1;
}

.button-area{
	text-align:center;
	margin:0px auto;
}

.caption{
	color:red;
}

/*/////////////////////////////
header
////////////////////////////*/
header{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	border-bottom:3px solid #b9daea;
	background-color: #fff;
	z-index: 10;
}

#header-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width:960px;
	margin:0 auto;
	padding:10px;
}

#header-inner #SII-img{
	width:140px;
	}

#header-inner p{
	text-align: left;
	font-size:10px;
	font-weight: 700;
	line-height: 1.4;
	margin-left:-5px;
	}

#header-inner h1{
	/*text-align:center;*/
	}

#header-inner #logo-img{
	width:160px;
}

/*メインビジュアル*/
#mainVisual{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:46px;
}

#mainVisual{
	background: url("../img/mainBack_sp.png") no-repeat center 40px;
	background-size: cover;
}

#mainVisual_sp{
	display: block;
	max-width:700px;
	width:90%;
	margin:0 auto;
}

#mainVisual_pc{
	display: none;
}

.apply-bar{
	text-align:center;
	color:#fff;
	font-weight: 700;
	background-color: #00a6cb;
	margin-bottom:20px;
}

.apply-bar-inner{
	display: flex;
	justify-content: center;
	align-items: center;
	width:90%;
	max-width:800px;
	margin:0 auto;
	padding:15px 0px 15px 0px;
	flex-wrap: wrap;

	}

.apply-bar .apply-title{
	display: inline-block;
	background-color: #fff;
	color:#000;
	font-size:13px;
	line-height: 1.3;
	text-align:center;
	width:15%;
	padding:10px 5px;
	margin-right:12px;
	border-radius: 5px;
}

.apply-bar .apply-day{
	display: block;
	width:80%;
	color:#fff;
	font-weight:700;
	letter-spacing: .5px;
}

#apply-day_sp{
	display: block;
}

#apply-day_pc{
	display: none;
}

.apply-bar-inner .campaign-link{
	display: block;
	width:100%;
	font-size:16px;
	text-align:center;
	color:#ffc107;
	padding-top:10px;
	text-decoration: underline;
}

/*/////////////////////////////
コンテンツ
////////////////////////////*/
#main{
	position: relative;
	max-width:960px;
	margin:0 auto;
	padding:0px 1em 30px 1em;
	z-index: 1;
}

#main:after{
	display: block;
	content:"";
	clear:both;
}

.contents{
	padding-top:40px;
}

.annotation-list{
	margin-top:10px;
}

.annotation-list li{
	font-size:10px;
	}


.contents .contents-title{
	font-size:20px;
	font-weight: 700;
	text-align:center;
	}

.contents .contents-title span{
	display: inline-block;
	position: relative;
	z-index: 1;
	padding:0 10px 8px 10px;
	border-bottom:4px solid #b9daea;

}

.contents .contents-title span::after{
	position: absolute;
	display: inline-block;
	content:"";
	top: calc(100% + 12px);
    left: 50%;
	transform: translate(-50%, -50%);
	border-top:10px solid #b9daea;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-bottom:10px solid transparent;
	z-index: 2;
}

.contents-inner{
	padding:30px 0;
}

/*サービスについて*/

.itembox{
	position: relative;
	width:100%;
	border:2px solid #00a6cb;
	border-radius:5px;
	margin:0 auto 24px auto;
}

.itembox:last-of-type{
	margin-bottom:0;
}

.plan-title{
	text-align:left;
	font-weight: 700;
	
	color:#fff;
}

.plan-title-head{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	background-color: #00a6cb;
	padding:12px 10px 8px 10px;
}

.plan-title-inner{
	display: block;
	padding:12px 10px;
	color:#000;
	}

.plan-title-inner.hide{
	display: none;
}

.plan-title h3{
	padding-top:7px;
	font-size:18px;
	line-height: 1.25;
}

.plan-title h3 > br{
	display: block;
}

.plan-index ul li{
	padding:0;
	font-weight: 300;
}

.plan-index ul li .device-icon{
	display: flex;
	align-items: center;
	padding-bottom:5px;
	
}

.plan-index ul li.flex .device-icon{
	padding-right:5px;
}

.plan-index ul li .device-icon img{
	width:50px;
}

.plan-index ul li .device-icon p{
	font-weight: 700;
	line-height: 1.3;
	}

#campaign-camera .plan-index ul li .device-icon p br {
   display: none;
}

.plan-index ul li.plan-camPrice{
	font-weight: 700;
	font-size:18px;
	padding-top:3px;
	color:#ff3100;
}

.plan-index ul li.plan-camPrice span{
	display: inline-block;
	font-weight: 700;
	color:orange;
	font-size:16px;
	margin-left:5px;
}

.js_planSlide{
	text-align: right;
} 

.js_planSlide:hover{
	cursor: pointer;
} 

.js_planSlide span{
	display: inline-block;
	background-color: #fff;
	color:#545454;
	padding:3px 7px;
	text-align:center;
	border-radius:5px;
	font-size:11px;
}

.payment{
	width:100%;
}

.payment span{
	display: inline-block;
	padding:2px 4px;
	border:1px solid rgba(255,255,255,.6);
	text-align:center;
	font-size:10px;
	font-weight: 300;
	}

.payment span+span{
	margin-left:5px;
}

.itembox-inner{
	padding:30px 12px 20px 12px;
	display: none;
}

.device-info{
	padding-top:20px;
}

.device-info{
	display: flex;
	margin-bottom:8px;
}

.device-info-caution{
	font-size:12px;
	font-weight: 700;
	padding-top:10px;
}

.device-info+.device-info{
	padding-top:5px;
	}

span.info-number{
	display: inline-block;
	background-color: #b9daea;
	color:#fff;
	font-size:12px !important;
	font-weight: 700;
	text-align:center;
	border-radius:100%;
	width:20px;
	height:20px;
	line-height: 20px;
	margin-right:10px;
}

.device-info p{
	width:90%;
	line-height: 1.4;
}

.itembox-detail{
	/*padding-top:20px;*/
}

.itembox-detail.flex{
	display: flex;
	justify-content: space-between;
}

.item-img{
	width:45%;
	text-align:center;
}

.two-device .item-img{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
}

.item-img > div{
	position: relative;
	z-index: 1;
}

.two-device .item-img > div{
	
	width:47%;
	
}

.item-img .info-number{
	position: absolute;
	top:-5px;
	left:5px;
	z-index: 2;
}

.device-title{
	font-size:14px;
	font-weight: 700;
	line-height: 1.2;
	padding-top:5px;
	text-align:center;
}

.device-title span{
	display: inline-block;
	padding:0 2px;
	font-size:16px;
}

.item-price{
	width:50%;
}

.two-device .item-price{
	width:100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	padding-top:10px;
}

#campaign-rimoconSpeaker .item-price{
	padding-top:15px;
}

#campaign-rimoconPlug .item-price .cam-price
{
	width:40%;
}

#campaign-rimoconSpeaker .item-price .cam-price{
	position: relative;
	width:60%;
	top:7px;
	margin-left: 5px;
}

.two-device .item-price .base-price{
	width:100%;
	text-align:center;
	padding-top:10px;
}

#campaign-camera .item-price{
	margin-left:35px;
}

.price-icon{
	display: inline-block;
	background-color: #f4a528;
	color:#fff;
	text-align:center;
	border:3px solid #fff;
	font-size:10px;
	padding:5px 8px;
	border-radius: 20px;
	box-shadow:0px 2px 0px 0px #e0e0e0;
}

.cam-price{
	text-align:left;
}

#campaign-camera .cam-price{
	display: block;
	width:120px;
	padding:10px 0;
}

.cam-price .caption{
	font-size:14px;
	font-weight: 300;
	color:#000;
}

.cam-price span{
	display: inline-block;
	font-size:60px;
	}

.base-price{
	text-align: left;
}

.base-price span{
	padding:0 2px;
}

.js_deviceDetail:hover{
	cursor: pointer;
}

/*/////////////////////////////
適用条件
////////////////////////////*/
.apply-contents{
	margin-bottom:20px;
}

.apply-contents:last-child{
	margin-bottom:0;

}

.apply-th{
	background-color: #00a6cb;
	color:#fff;
	text-align:center;
	padding:10px 0;
	border-radius:5px 5px 0 0;
	font-weight: 700;
	font-size:16px;
	letter-spacing: 1px;
}

.apply-td{
	background-color: #ededed;
	padding:15px 12px;
	border-radius: 0 0 5px 5px;
}

/*/////////////////////////////
注意事項
////////////////////////////*/
.caution-list li{
	list-style-type:disc;
	list-style-position: outside;
	margin-bottom:5px;
}

#apply-btn-area{
	padding-top: 0;
	padding-bottom:20px;
}

/*適用ケース*/
.apply-caution-list{
	font-size:12px;
	color:#ff0000;
	padding-top:5px;
	line-height: 1.35;
}
.apply-caution-list li:not(:last-child){
	padding-bottom:3px;
	}


/*/////////////////////////////
フッター
////////////////////////////*/

footer{
	width:100%;
	background-color:#00a6cb;
	padding:30px 0;
}

#footer-inner {
	padding:0 10px;
	text-align: center;
}

#copyright{
	display: block;
	font-size:10px;
	color:#fff;
}

/*お申し込みボタン*/
#js_applyButton-area{
	position: fixed;
	bottom:0;
	width:100%;
	padding:15px 0;
	text-align:center;
	background-color: rgba(0,0,0,.85);
	transition: all ease .5s;
	transform:translateY(100%);
	z-index: 10;
}

#js_applyButton-area.show{
	transform:translateY(0);
}

/*デバイス詳細設定*/
 #device-detail-overlay{
 position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.85);
    overflow: hidden;
    z-index: 11;
    display: none;
}

 #overlay-inner {
 	position: relative;
/*    padding:50px 0 70px 0;*/
    margin: 0 auto;
    z-index: 100;
}

 #overlay-contents{
 	position: relative;
 	background-color: #fff;
 	padding:20px 10px;
 	z-index: 1;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    z-index: 10000;
    
 }

 #overlay-contents.apply-table{
 	position: relative;
 	padding:20px 10px;
    width:100%;
    max-width: inherit;
 }

#overlay-contents.apply-table #js_device-iframe{
	width:700px;
	
}
#overlay-contents.apply-table .js_overlayClose{
	text-align: left;
}


#device-info-wrapper{
	background-color: #fff;
    border-radius: 5px;
    /*padding: 10px 15px;*/
    overflow-y: scroll;
    clear: both;
    height: 380px;
 }

 #device-info-inner{
 	height:100%;
 	width:100%;
 	padding-top: 10px;
 	overflow-y: auto;
 	-webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.js_overlayClose{
	text-align:right;
	padding-right:10px;
}

.js_overlayClose.foot{
	text-align:center;
	padding:10px 0 0 0;
}

.js_overlayClose img{
	width:25px;
}

 #js_device-iframe{
 	border:0;
 	height:100%;
 	width:100%;
 }


/*/////////////////////////////
/////////////////////////////
iphone5での表示
/////////////////////////////
////////////////////////////*/
@media screen and (max-width:320px){
body{
	font-size:12px;
	line-height: 1.5;
}

#header-inner #SII-img{
	width:100px;
	}

.btn.apply{
	padding:12px 0;
	box-shadow: 0px 4px 0px 0px #880033;
}

.apply-bar .apply-day{
	font-size:16px;
}

.plan-title h3 {
    font-size:15px;
}

#campaign-camera .item-price{
	margin-left:20px !important;
}

.base-price{
	font-size:12px;
}

.device-title {
    font-size: 12px;
}

#js_applyButton-area{
	padding:15px 0;
}

#device-info-wrapper{
    height: 350px;
    overflow-y: scroll;
 }

#overlay-contents.apply-table #js_device-iframe{
	width:600px;
	
}
#overlay-contents.apply-table .js_overlayClose{
	text-align: left;
}
}/*iphone5*/

/*/////////////////////////////
Ipdの表示設定
////////////////////////////*/

@media screen and (min-width:768px){
.information{
	margin:0px 0px 25px;
	font-size:26px;
	padding:15px 25px;
}	

.sp-only{
	display: none;
}

.pad-only{
	display: block;
}

body{
	font-size:16px;
	line-height: 1.6;
}

/*ヘッダー*/
header{
	border-bottom:5px solid #b9daea;

}

#header-inner{
	padding:15px 20px;
	text-align:center;
}

#header-inner *{
	transition:all ease .5s;
}

#header-inner.tite {
    padding: 8px 20px;
}

#header-inner #SII-img {
    width: 200px;
}

#header-inner.tite #SII-img {
    width: 160px;
}

#header-inner #logo-img{
	width:350px;
}

#header-inner.tite #logo-img {
    width: 240px;
}


/*申込期間*/
.apply-bar{
	padding:15px 0px;
}

.apply-bar-inner{
/*	width:680px;*/
	margin:0 auto;

	}

.apply-bar .apply-title{
	font-size:24px;
	/*width:10%;*/
	padding:10px;
	margin-right:25px;
}

.apply-bar .apply-day{
	width:70%;
}

.apply-bar-inner .campaign-link {
    font-size: 24px;
}

/*コンテンツタイトル*/
.contents .contents-title{
	font-size:32px;
}

.contents .contents-title span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 15px 10px 15px;
    border-bottom: 5px solid #b9daea;
}

.contents .contents-title span::after {
    top: calc(100% + 15px);
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 15px solid #b9daea;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 2;
}

#mainVisual{
	padding-top:87px;
}

#main{
	padding:25px 40px 45px 40px;
}

.contents{
	padding-left:0;
	padding-right:0;
}

.contents-inner{
	padding:45px 0 60px 0;
 }

/*サービス内容*/
#service .contents-inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction:row-reverse;
}

.service-text{
	width:50%;
}

#service #service-img{
	width:45%;
}

/*キャンペーン内容*/
.payment span{
    padding:6px 10px;
    font-size: 14px;
}

.plan-title-head{
	padding:20px 20px 12px 20px;
}

.plan-title h3{
	padding-top:7px;
	font-size:24px;
}

.plan-title h3 > br{
	display: none;
}

.js_planSlide span{
	padding:6px 10px;
	font-size:14px;
}

.plan-title-inner{
	padding:15px;
}

.plan-index ul li .device-icon{
	padding-bottom:5px;
}


.plan-index ul li .device-icon img {
    width: 80px;
}

.plan-index ul li.flex .device-icon{
	padding:0 15px 5px 0;
}

.plan-index ul li .device-icon p br{

    display: none;
}

.plan-index ul li.plan-camPrice{
	font-size:30px;
	padding-top: 0;
}

.itembox-detail.flex {
    align-items: center;
}

.device-info{
	padding-top:40px;
}

 #device-info-inner{
 	padding-top:15px;
 	overflow-y: visible;
 	-webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.device-info-caution{
	font-size: 16px;
    padding:25px 0 15px 0;
}

.itembox-inner {
    padding: 48px 40px 30px 40px;
}

.item-img {
    width: 55%;
    text-align: center;
}

.item-img > .item-img-area{
	text-align: center
}

.item-img .device-img {
	width:200px;
}

.device-title {
    font-size: 16px;
    line-height: 1.35;
    padding-top: 10px;
}

.item-price{
	width:45%;
}

#campaign-camera .cam-price {
    width:160px;
}

.cam-price span{
	font-size:70px;
}

.base-price{
	font-size:20px;
}

span.info-number {
    font-size: 18px !important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 15px;
}

#campaign-rimoconPlug .item-price .cam-price  {
    width: 30%;
}

#campaign-rimoconSpeaker .item-price .cam-price  {
	width:60%;
	}

/*適用条件*/
.apply-th {
    padding: 15px 0;
    font-size: 18px;
}
.apply-td {
    padding: 20px 15px;
}

/*適用ケース*/
.apply-caution-list{
	font-size:16px;
	padding-top:10px;

}

/*申込ボタン*/

.btn.apply {
    width: 320px;
    padding: 20px 0;
    font-size: 20px;
    letter-spacing: 0px;
}

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

.annotation-list li{
	font-size:12px;
	text-align: left;
}

/*フッター*/
footer {
    padding: 40px 0;
}

#copyright {
    font-size: 14px;
    letter-spacing:0px;
}

#js_applyButton-area {
    padding: 32px 0;
}

/*デバイス詳細*/
/*#overlay-inner {
    padding: 50px 0 0 0;
}*/

#device-info-wrapper {
    height: 550px;
}

#overlay-contents {
    padding: 20px;
}

.js_overlayClose img {
    width: 35px;
}

.js_overlayClose.foot {
    padding: 15px 0 0 0;
}
}

/*/////////////////////////////
PCの表示設定
////////////////////////////*/

@media screen and (min-width:1024px){
.information{
	text-align:center;
}

.information br{
	display: block;
}

.sp-only{
	display: none;
}

.pad-only{
	display: none;
}

.pc-only {
	display: block;
}

/*ヘッダー*/
header {
	position:static;
    border-bottom: 5px solid #b9daea;
}

#header-inner p {
    font-size: 18px;
}

#header-inner.tite{
	padding: 10px 0;
}

#header-inner.tite #SII-img {
    width: 200px;
}

#header-inner #logo-img {
    width: 350px;
}

#header-inner.tite #logo-img {
    width: 280px;
}

.apply-bar-inner{
	text-align: center;
}

#main{
	padding:25px 40px 60px 40px;
}

/*メインビジュアル	*/
#mainVisual_sp{
	display: none;
}

#mainVisual_pc{
	display: block;
	max-width:900px;
	margin:0 auto;
}

#mainVisual{
	background: url(../img/mainBack_pc.png) no-repeat center bottom;
	background-size:cover;
	padding-top:0;
}

/*申込期間*/
.apply-bar{
	padding:25px 0;
}

.apply-bar .apply-title {
    font-size: 24px;
    width: 130px;
    padding: 10px;
    letter-spacing: 1px;
    
}

.apply-bar .apply-day {
	width:100%;
    padding: 15px 0 0 0;
    font-size: 32px;
}

#apply-day_sp{
	display: none;
}

#apply-day_pc{
	display: block;
}

.apply-bar-inner {
	flex-wrap: wrap;
    padding:0;
}

.apply-title{
	display: block;
}

.apply-title br{
	display: none;
	}

.contents {
    padding-top: 60px;
}

.contents-inner {
    padding: 60px 0;
}

/*キャンペーン内容*/
#campaign-plan-area{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	flex-wrap: wrap;
}

.itembox{
	width:48.5%;
	margin:0 0 30px 0;
}

.itembox:nth-child(2n+1){
	/*margin-right:10px;*/
}

.itembox:last-child{
	margin:inherit;
}

.itembox-inner {
    padding: 32px 20px;
}

.plan-title h3 {
    padding-top: 5px;
    font-size: 20px;
}

.plan-title h3 > br{
	display: block;
}

span.info-number {
    font-size: 14px !important;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
}

.item-img {
    width: 40%;
}

.item-img .device-img {
    width: 140px;
}

#campaign-camera .item-price {
    margin-left: 30px;
}

.plan-index ul li .device-icon p br {
    display: block;
}

.plan-index ul li.plan-camPrice {
    font-size:24px;
}

#campaign-camera .cam-price {
    width: 130px;
}

.base-price{
	font-size:16px;
}


#campaign-camera .plan-index ul li .device-icon p br {
   display: none;
}

#campaign-rimoconPlug .plan-index ul li .device-icon p{
	letter-spacing: -1px;
}

/*適用条件*/
.apply-contents {
	display: flex;
	align-items: stretch;
	justify-content: space-between;

}

.apply-th{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:12%;
	border-radius:5px 0 0 5px;
}

.apply-td{
	width:88%;
	border-radius:0 5px 5px 0;
	padding:30px 20px 30px 15px;
}

.annotation-list{
	margin-top:30px;
}

#js_applyButton-area {
    padding: 15px 0;
}

footer {
    padding: 60px 0;
}

}