@charset "utf-8";
/*****************************************************************************
CSS only for /phs/oshirase/cubios/
*****************************************************************************/

/* レイアウト
-----------------------------------------*/
.support_cubios {
	font-size: 12px;
	line-height: 1.5;
	margin: 0 auto;
	padding: 42px 0 60px;
	width: 976px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	.support_cubios {
		font-size: 14px;
		width: 95%;
		padding: 20px 0 20px;
	}
}

.support_cubios .section {
	margin: 0 0 40px;
}

/* 段落・文章・テキスト
-----------------------------------------*/
.support_cubios p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 1em;
}
.support_cubios p.right {
	text-align: right;
}
.support_cubios p.center {
	text-align: center;
}

.support_cubios .red {
	color: #ff0000;
}

.support_cubios .underbar {
	text-decoration:underline;
}

/* リンク
-----------------------------------------*/
.support_cubios a {
	color: #00a0c6;
	text-decoration: none;
}
.support_cubios a:link    { color: #00a0c6; text-decoration: none; }
.support_cubios a:visited { color: #00a0c6; text-decoration: none; }
.support_cubios a:hover   { color: #00a0c6; text-decoration: underline; }
.support_cubios a:focus   { color: #00a0c6; text-decoration: none; }
.support_cubios a:active  { color: #00a0c6; text-decoration: none; }

a[href^="tel:"] {
	pointer-events: none;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	a[href^="tel:"] {
		pointer-events: auto;
	}
}

/* 改行
-----------------------------------------*/
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	.pc-only{
		display: none;
	}
}
.sp-only{
	display: none;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	.sp-only{
		display: block;
	}
}

/* 見出し
-----------------------------------------*/
.Support__sec__category__entry__title {
  margin: 0;
  padding: 0 0 8px 0;
  font-size: 18px;
  line-height: 1.3;
  border-bottom: solid 1px #d7d7d7;
}
.Support__sec__category__entry__title a {
  padding-right: 20px;
  position: relative;
  display: block;
}
.Support__sec__category__entry__title a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 28px;
  color: #666666;
  content: " \f105";
  font-family: FontAwesome;
  margin-top: -18px;
  font-weight: normal;
}

.support_cubios h4 {
	border: 1px solid #e5e5e5;
	font-size: 117%;
	font-weight: bold;
	margin: 0 0 12px;
	padding: 5px 13px;
}
.support_cubios h5 {
	font-size: 117%;
	font-weight: bold;
	margin: 0 0 12px;
}

/* itemname
-----------------------------------------*/
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	.itemname{
		font-size: 18px;
	}
	.itemname span{
		display: block;
		font-size: 16px;
		font-weight: bold;
	}
}

/* check_label
-----------------------------------------*/
.support_cubios .check_label {
	margin: 0 0 1.5em;
}

.support_cubios .check_label img {
	float: left;
	width: 363px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	.support_cubios .check_label img {
		float: none;
		width: 100%;
		padding: 3%;
		box-sizing: border-box;
		background: #fff;
	}
}
.support_cubios .check_label dl {
	float: right;
	margin: 0;
	width: 567px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	.support_cubios .check_label dl {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	.support_cubios .check_label dl dt {
		font-size: 16px;
	}
}
.support_cubios .check_label dl dd {
	margin: 0 0 1em;
	padding: 0 0 0 2em;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	.support_cubios .check_label dl dd {
		padding: 0 0 0 4em;
	}
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	.pt20{
		padding-top: 20px;
	}
}

/* btn_privacy
-----------------------------------------*/
.support_cubios a.btn_privacy {
	background: url(/phs/oshirase/cubios/img/bg_btn_next.png) 100% 50% no-repeat #e3e3e3;
	border-radius: 6px;
	color: #333333;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	padding: 1em 64px 1em 45px;
	text-align: left;
	text-decoration: none;
}
.support_cubios a.btn_privacy:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	text-decoration: none;
}

/* tel_no
-----------------------------------------*/
.support_cubios .tel_no {
	border: 2px solid #d8d8d8;
	line-height: 1;
	padding: 15px 30px;
}
.support_cubios .tel_no em {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
.support_cubios .tel_no em strong {
	display: inline-block;
	font-size: 35px;
	font-weight: bold;
	margin-left: 0.5em;
	vertical-align: middle;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	.support_cubios .tel_no em strong {
		margin-left: 0;
		padding-top: 2%;
	}
}

/* download
-----------------------------------------*/
.support_cubios .download {
	margin-top: 30px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	.support_cubios .download {
		border: 1px dashed #00a0c6;
		width: 95%;
		text-align: center;
		margin: 30px auto 0;
		padding: 10px;
		box-sizing: border-box;
	}
}
.support_cubios .download span {
	border: 1px dashed #00a0c6;
	font-size: 200%;
	font-weight: bold;
	padding: 10px 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
	.support_cubios .download span {
		font-size: 20px;
		border: none;
		padding: 0;
	}
}

/* notes
-----------------------------------------*/
.support_cubios .notes {
	list-style: none outside none;
	margin: 10px 0 0;
	padding: 0;
}
.support_cubios .notes li {
	background: none;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.support_cubios .notes li:before {
	content: "※";
	display: block;
	float: left;
	width: 1.25em;
}

.support_cubios .notes li ol {
	list-style: none outside none;
	margin: 0 0 0 1em;
	padding: 0;
}
.support_cubios .notes li ol li:before {
	content: normal;
}

.support_cubios ol.decimal {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

.support_cubios ol.decimal li {
	list-style: decimal outside none;
	margin: 0.5em 0 0;
}

/* clearfix
-----------------------------------------*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* モーダルウィンドウ
-----------------------------------------*/
#howto {
	background: #ffffff none repeat scroll 0 0;
	color: #222222;
	display: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	max-height: 600px;
	overflow-y: auto;
	padding: 24px;
	position: relative;
	width: 966px;
}
#howto .modal-close {
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 1;
}

#modal-win {
	position: absolute;
	width: 100%;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
}
#modal-bg {
	background-color: #000000;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
