@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */



/******denki.html******/

.denkiHeader {
	background:url(../common/img/denki_mainimg.jpg) center center no-repeat;
	background-size:cover;
	height:360px;
	position: relative;
}
.denkimainimg {
	text-align:center;
	font-size:36px;
	color:#fff;
	font-weight: bold;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
}
.denkiInner {
	max-width:800px;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
.denkiHeader {
	height:260px;
}
.denkimainimg {
	font-size:25px;
	width:100%;
}
.denkiInner {
	max-width: inherit;
	padding:0 10px;
}
}

.denkimain {
	padding:60px 0 70px;
}
.denkiTit {
	font-size:21px;
	text-align:center;
}
.denkiCont {
	text-align:center;
	font-size:14px;
	line-height:2;
}
.denkiCont p {
	margin:30px 0 0;
}
@media screen and (max-width: 767px) {
.denkimain {
	padding:30px 0 ;
}
.denkiTit {
	font-size:18px;
}
.denkiCont {
	font-size:14px;
}
.denkiCont p {
	margin:15px 0 0;
}
}

.denkiPanel {
	margin:40px 0 0;
	text-align:center;
	line-height:2;
	font-size:14px;
}
.denkiBox01 {
	float:left;
	width:48%;
	background:#f0f6fb;
	padding:30px 10px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.denkiBox02 {
	float:right;
	width:48%;
	background:#fef8e5;
	padding:30px 10px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.denkiPanel p + p {
	margin:15px 0 0;
}
@media screen and (max-width: 767px) {
.denkiPanel {
	margin:20px 0 0;
}
.denkiBox01 {
	float:none;
	width:100%;
	margin-bottom:15px;
}
.denkiBox02 {
	float:none;
	width:100%;
}
.denkiPanel p + p {
	margin:15px 0 0;
}
}

.denkiFooter {
	background:#e5ecf4;
	padding:60px 0 180px;
}
.denkiFtTit {
	color:#004791;
	font-size:21px;
	text-align:center;
}
.denkiFtlist {
	margin:10px 0 0 -20px;
}
.denkiFtlist li {
	float: left;
	width:33.33%;
	padding:0 0 0 20px;
	margin:20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.denkiFtlist li a {
	display:block;
	font-size:21px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
}
.denkiFtlist li a:hover {
	text-decoration:none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.denkiFtlist li a img {
	vertical-align:middle;
	margin:-5px 0 0 10px;
}
.denkiFtlist li a.bg01 {
	background:#3264c7;
}
.denkiFtlist li a.bg02 {
	background:#0095e0;
}
.denkiFtlist li a.bg03 {
	background:#9564b3;
}
.denkiFtlist li a.bg04 {
	background:#329f32;
}
.denkiFtlist li a.bg05 {
	background:#95d114;
}
.denkiFtlist li a.bg06 {
	background:#c7c71e;
}
.denkiFtlist li a.bg07 {
	background:#f99500;
}
.denkiFtlist li a.bg08 {
	background:#f9bd00;
}
.denkiFtlist li a.bg09 {
	background:#ff3246;
}
@media screen and (max-width: 767px) {
.denkiFooter {
	padding:30px 0 ;
}
.denkiFtTit {
	font-size:18px;
}
.denkiFtlist {
	margin:10px 0 0 -10px;
}
.denkiFtlist li {
	width:50%;
	padding:0 0 0 10px;
	margin:10px 0 0;
}
.denkiFtlist li a {
	font-size:14px;
	padding:10px 0;
}
.denkiFtlist li a img {
	width:15px;
	vertical-align:middle;
	margin:-3px 0 0 10px;
}
}








/******denki.html******/


.smaHeader {
	background:url(../common/img/sma_mainimg.png) center bottom no-repeat;
	background-size:cover;
	height:500px;
}
.smaInner {
	max-width:950px;
	margin:0 auto;
}

@media screen and (max-width: 767px) {
.smaHeader {
	height:200px;
}
.smaInner {
	max-width: inherit;
	padding:0 10px;
}
}
.smaSection01 {
	padding:60px 0;
}
.smaSection02 {
	background:#f4f9fc;
	padding:60px 0;
}
@media screen and (max-width: 767px) {
.smaSection01 {
	padding:30px 0;
}
.smaSection02 {
	padding:30px 0;
}
}
.smaTit {
	font-size:21px;
	text-align:center;
	font-weight:bold;
}
.smaTit span {
	color:#69aad6;
}
.smaSave {
	text-align:center;
	font-size:14px;
	line-height:2;
	margin:25px 0 0;
}
.smaSave p + p {
	margin:35px 0 0;
}
.smaBox01 {
	margin:25px 0 0;
	font-size:12px;
	line-height:2;
}
.smaBox01 p + p {
	margin:10px 0 0;
}
.smaPayment {
	max-width:630px;
	margin:35px auto 0;
}
@media screen and (max-width: 767px) {
.smaTit {
	font-size:17px;
}
}
.smaFlow {
	max-width:790px;
	margin:25px auto 0;
	font-size:12px;
	line-height:2;
}
.smaFlow p + p {
	margin:10px 0 0;
}
.payBox01 {
	float:left;
	width:47%;
	padding:40px 0 30px;
	border:1px solid #69aed6;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.payBox02 {
	float:right;
	width:47%;
	padding:40px 0 30px;
	border:1px solid #8b8b80;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.payIn {
	display:table;
	width:100%;
}
.payTxt {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
.payTxt span {
	display:block;
	font-size:14px;
	margin:10px 0 0;
}
.payRecom {
	width:70px;
	text-align:center;
	background:#69aad6;
	color:#fff;
	font-size:14px;
	padding:5px 0;
	position:absolute;
	top:20px;
	left:20px;
	z-index:2;
}
@media screen and (max-width: 767px) {
.payBox01 {
	float:none;
	width:100%;
	margin-bottom:15px;
	padding:20px 0 ;
}
.payBox02 {
	float:none;
	width:100%;
	padding:20px 0 ;
}
.payRecom {
	top:10px;
	left:10px;
}
}

.smaQa {
	margin:30px 80px 0;
}
.smaQaBox + .smaQaBox {
	padding:40px 0 0;
	margin:40px 0 0;
	border-top:1px solid #69aad6;
}
.smaq {
	padding:10px 0 10px 60px;
	margin-bottom:20px;
	font-size:14px;
	color:#69aad6;
	background:url(../img/ico_sma_q.png) 0 0 no-repeat;
}
.smaa {
	padding:10px 0 10px 60px;
	margin-bottom:20px;
	font-size:14px;
	line-height:2;
	background:url(../img/ico_sma_a.png) 0 0 no-repeat;
}
@media screen and (max-width: 767px) {
.smaQa {
	margin:20px 0 0;
}
.smaQaBox + .smaQaBox {
	padding:20px 0 0;
	margin:20px 0 0;
}
.smaq {
	padding:10px 0 10px 50px;
	margin-bottom:20px;
	font-size:14px;
	color:#69aad6;
	background:url(../img/ico_sma_q.png) 0 0 no-repeat;
}
.smaa {
	padding:10px 0 10px 50px;
	margin-bottom:20px;
	font-size:14px;
	line-height:2;
	background:url(../img/ico_sma_a.png) 0 0 no-repeat;
}
}




.smaLogo {
	text-align:center;
	margin:30px 0 35px;
}
.smaTable01 {
	width:100%;
	margin:-10px 0 0;
	font-size:14px;
	line-height:2;
}
.smaTable01 th {
	width:170px;
	padding:10px 0 10px 15px;
	vertical-align:middle;
	border-left:10px solid #f0f7fa;
	border-top:10px solid #f0f7fa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background:#fff;
}
.smaTable01 tr th:first-child {
	border-left:none;
}
.smaTable01 td {
	border-top:10px solid #f0f7fa;
	vertical-align:middle;
	padding:10px;
	background:#fff;
}
.smaTable01 th.smaBg,
.smaTable01 td.smaBg {
	background:none !important;
}
@media screen and (max-width: 767px) {
.smaLogo {
	text-align:center;
	margin:20px 0 ;
}
.smaTable01 {
	width:100%;
	margin:-5px 0 0;
	font-size:14px;
	line-height:2;
}
.smaTable01 th {
	width:100px;
	padding:10px;
	border-left:5px solid #f0f7fa;
	border-top:5px solid #f0f7fa;
}
.smaTable01 td {
	border-top:5px solid #f0f7fa;
	padding:10px;
}
}


.smaFooter {
	padding:60px 0 200px;
}
.smaPriceBtn {
	max-width:600px;
	margin:30px auto 0;
}
.smaPriceBtn a {
	display:block;
	background:#69aad6;
	text-align:center;
	font-size:30px;
	padding:10px 0;
	color:#fff;
	font-weight:bold;
}
.smaPriceBtn a img {
	vertical-align:middle;
	margin-left:10px;
	padding-bottom:4px;
}
.smaPriceBtn a:hover {
	text-decoration:none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
.smaFooter {
	padding:30px 0 80px;
}
.smaPriceBtn {
	margin:20px auto 0;
}
.smaPriceBtn a {
	font-size:18px;
}
.smaPriceBtn a img {
	width:25px;
	padding-bottom:3px;
}
}







/******looop.html******/

.looopHeader {
	text-align:center;
	padding:65px 0 80px;
}
.looopSeciton01 {
	background:#fef8e5;
	padding:60px 0 70px;
}
.looopSeciton02 {
	padding:60px 0 70px;
}
.looopInner {
	max-width:950px;
	margin:0 auto;
}
.looopTit {
	font-size:21px;
	text-align:center;
	font-weight:bold;
}
.looopTit span {
	color:#0068b3;
}
@media screen and (max-width: 767px) {
.looopHeader {
	text-align:center;
	padding:30px 10px;
}
.looopSeciton01 {
	padding:30px 0;
}
.looopSeciton02 {
	padding:30px 0;
}
.looopInner {
	max-width: inherit;
	padding:0 10px;
}
.looopTit {
	font-size:17px;
}
}


.looopPrice {
	padding:0 20px 0 55px;
	margin:50px 0 0;
}
.looopPrice .txt {
	float:left;
	font-size:14px;
	line-height:2;
	padding:40px 0 0;
}
.looopPrice .img01 {
	float:right;
}
.looopPrice .tit {
	font-size:21px;
	color:#0068b3;
	text-align: center;
	font-weight:bold;
	margin-bottom:30px;
}
.looopPrice .img02 {
	float:left;
	width:48%;
}
.looopPrice .img03 {
	float:right;
	width:48%;
}
@media screen and (max-width: 767px) {
.looopPrice {
	padding:0;
	margin:25px 0 0;
}
.looopPrice .txt {
	float:none;
	font-size:14px;
	padding:20px 0 0;
}
.looopPrice .img01 {
	float:none;
	text-align:center;
	margin-bottom:15px;
}
.looopPrice .tit {
	font-size:17px;
	margin-bottom:20px;
}
.looopPrice .img02 {
	float:none;
	width:100%;
	margin-bottom:15px;
}
.looopPrice .img03 {
	float:none;
	width:100%;
}
}

.looopSeciton02 .smaq {
	color:#0068b3;
}

.looopTable01 {
	width:100%;
	margin:-10px 0 0;
	font-size:14px;
	line-height:2;
}
.looopTable01 th {
	width:170px;
	padding:10px 0 10px 15px;
	vertical-align:middle;
	border-left:10px solid #fef8e5;
	border-top:10px solid #fef8e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background:#fff;
}
.looopTable01 tr th:first-child {
	border-left:none;
}
.looopTable01 td {
	border-top:10px solid #fef8e5;
	vertical-align:middle;
	padding:10px;
	background:#fff;
}
.looopTable01 th.smaBg,
.looopTable01 td.smaBg {
	background:none !important;
}


@media screen and (max-width: 767px) {
.looopTable01 {
	width:100%;
	margin:-5px 0 0;
	font-size:14px;
	line-height:2;
}
.looopTable01 th {
	width:100px;
	padding:10px;
	border-left:5px solid #fef8e5;
	border-top:5px solid #fef8e5;
}
.looopTable01 td {
	border-top:5px solid #fef8e5;
	padding:10px;
}
}


.looopPriceBtn {
	max-width:600px;
	margin:30px auto 0;
}
.looopPriceBtn a {
	display:block;
	background:#0068b3;
	text-align:center;
	font-size:30px;
	padding:10px 0;
	color:#fff;
	font-weight:bold;
}
.looopPriceBtn a img {
	vertical-align:middle;
	margin-left:10px;
	padding-bottom:4px;
}
.looopPriceBtn a:hover {
	text-decoration:none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
.smaFooter {
	padding:30px 0 80px;
}
.looopPriceBtn {
	margin:20px auto 0;
}
.looopPriceBtn a {
	font-size:18px;
}
.looopPriceBtn a img {
	width:25px;
	padding-bottom:3px;
}
}
