﻿#maindesign{
	width:96%;
	margin:0 2%;
	text-align:left;
}

#maindesign p{
	line-height:1.4;
	font-size:1.0em;
	margin-bottom:3px !important;
}
@media screen and (min-width: 600px) {
#maindesign p{
	font-size:1.2em;
}
}
@media screen and (min-width: 1000px) {
#maindesign p{
	font-size:1.4em;
}
}

#maindesign .alpha a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#maindesign a:hover span{
	color:#3399FF !important;
}


#maindesign .mt5{ margin-top:5px !important}
#maindesign .mt10{ margin-top:10px !important}

#maindesign .mb5{ margin-bottom:5px !important}
#maindesign .mb10{ margin-bottom:10px !important}

#maindesign .pt5{ padding-top:5px !important}
#maindesign .pt10{ padding-top:10px !important}

#maindesign .pb5{ padding-bottom:5px !important}
#maindesign .pb10{ padding-bottom:10px !important}


#maindesign .img_pc{ display:none; }
#maindesign .img_smt{ display:block; }
@media screen and (min-width: 400px) {
#maindesign .img_pc{ display:block; }
#maindesign .img_smt{ display:none; }
}

/*--------------------------------------
　タイトル
--------------------------------------*/
#maindesign #page_ttl{
	margin-bottom:5px;
	margin-top:0;
	padding:0;
}

/*--------------------------------------
　4つのあんしん枠
--------------------------------------*/
#maindesign #four_safties{
	display: block;
	margin:10px 0;
	padding:5px 10px 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	line-height:1.4;
	border:solid 2px #f00;
}

#maindesign #four_safties img{
	margin:0 auto 5px;
}

/*--------------------------------------
　見出し
--------------------------------------*/
#maindesign p.heading{
	font-size:1.4em !important;
	font-weight:bold !important;
	margin:20px 0 10px !important;
}
@media screen and (min-width: 400px) {
#maindesign p.heading{
	font-size:1.6em !important;
}
}
@media screen and (min-width: 600px) {
#maindesign p.heading{
	font-size:1.8em !important;
}
}
@media screen and (min-width: 1000px) {
#maindesign p.heading{
	font-size:2.0em !important;
}
}

/*--------------------------------------
　商品アイコン
--------------------------------------*/
#maindesign ul#products_icon{
	overflow:hidden;
	list-style:none;
	width:100%;
	margin-bottom:15px;
}

#maindesign ul#products_icon li{
	float:left;
	width:25%;
	height:auto;
	margin-bottom:5px;
	text-align:center;
	font-size:0.8em;
}

#maindesign ul#products_icon li img{
	width:100%;
	margin-bottom:3px;
}

@media screen and (min-width: 400px) {
#maindesign ul#products_icon li{
	font-size:1.0em;
}
}
@media screen and (min-width: 600px) {
#maindesign ul#products_icon li{
	font-size:1.4em;
}
}

/*--------------------------------------
　注意書き
--------------------------------------*/
#maindesign div.note_caution{
	border:solid 1px #000;
	text-align:left;
	margin:10px 0;
	padding:8px;
}

/*--------------------------------------
　お問い合わせ
--------------------------------------*/
#maindesign p.contact{
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	color:#fff;
	border:solid 1px #000;
	text-align:center;
	margin:10px 0;
	padding:5px 0;
	background:#008EBE;
}

@media screen and (min-width: 400px) {
#maindesign p.contact{
	font-size:1.4em;
}
}
@media screen and (min-width: 600px) {
#maindesign p.contact{
	font-size:1.6em;
}
}
@media screen and (min-width: 1000px) {
#maindesign p.contact{
	font-size:2.2em;
}
}

#maindesign br{
	display:block;
}
@media screen and (min-width: 400px) {
#maindesign br{
	display:none;
}
}




#maindesign .note{
	text-align:left;
}
@media screen and (min-width: 400px) {
#maindesign .note{
	margin-left:19%;
}
}

#maindesign .indent-1{
	text-indent:-1.0em;
	padding-left:1.0em;
}

#maindesign .indent-2{
	text-indent:-2.0em;
	padding-left:2.0em;
}

#maindesign .indent-3{
	text-indent:-4.0em;
	padding-left:4.0em;
}

#maindesign .clear{
	clear:both;
}





.maindesign{
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.maindesign .headingMiddle{
	position: relative;
    padding-bottom: 0.8em;
    border-bottom: 3px solid #DDD;
    font-size: 1.5em!important;
    font-weight: bold;
    margin: 60px 0 30px 0!important;
    text-align: left;
}
.maindesign .headingMiddle::after{
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 6.5%;
    display: block;
}
.maindesign .hosho-table{
	/*table-layout: fixed;*/
	width: 100%;
}
.maindesign .hosho-table th,
.maindesign .hosho-table td{
	padding: 2vw;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 3vw;
	line-height: 1.3;
}

.maindesign .hosho-table tr:nth-child(odd) td{
	background-color: #eee;
}
.maindesign .hosho-table th{
	background-color: #FFF2CC;
	width: 25%;
}
.maindesign .hosho-table.five-year th{
	background-color: #FCE4D6;
}

.maindesign .hosho-table .hosho-table--head th,
.maindesign .hosho-table.five-year .hosho-table--head th{
	text-align: center;
	background-color: #bdd7ee;
}
.maindesign .hosho-table tr td.extended{
	background-color: #fff;
	text-align: center;
	font-size: 4vw;
	width: 25%;
}

.maindesign .kome{
	font-size: 0.9em;
	margin-top: 5px;
	text-indent: -2.5em;
	padding-left: 2.5em;
}


