@charset "utf-8";

/* 見出し
------------------------------------------------------------*/
h2#main_header2 {
text-align:left;
margin:0 0 10px;
border-top:1px dotted #CCC;
border-left:1px dotted #CCC;
border-right:1px dotted #CCC;
border-bottom:3px solid #660000;
padding:8px 5px 5px;
font-size:25px;
font-size:2.5rem;
color:#000080;
font-weight:normal;
background:url('../img/bg_h1.jpg')  repeat-x center bottom;
line-height:1;
}

h2#main_header2 div {
padding-left:38px;
background:url('../img/cart_28x25.gif') no-repeat 0 -2px;
}

#content a{
text-decoration:underline;
}

#content a:hover {
text-decoration:underline;
color:#800000;
}

#notice1 {
clear:both;
position: relative;
margin:40px 0 20px;
padding:20px 10px 10px;
background:#f8f8f8;
border:1px solid #007079;
border-radius: 5px;
font-size:20px;
font-size:2.0rem;
line-height:1.2;
font-weight:bold;
}

#notice1:before{
content: "法人様・個人事業主様";
color: #fff;
font-size:16px;
font-size:1.6rem;
position:absolute;
padding: 3px 10px;
top:-12px;
left: 10px;
background-color:#cc0000;
border-radius: 8px;
}

h3 {
font-size:20px;
font-size:2.0rem;
color:#660000;
line-height:1.2;
font-weight:bold;
margin:30px 0 0;
padding:2px 0 0 14px;
background:url(https://www.iifas.jp/img/button_red.gif) no-repeat 0 8px;
border-bottom:solid 2px #660000;
text-align:left;
}

.h3_content {
margin:10px 20px 20px;
}

.h3_content ol li{
padding:4px 0 4px 10px;
}
.h3_content ol li li{
padding:4px 0 4px 20px;
}

.h3_content ol li .num{
display:block;
float:left;
width:25px;
}
.h3_content ol li .item{
display:block;
overflow: hidden;
}

#notice2 {
padding:10px;
width:90%;
margin:10px auto;
background-color:#eeeeee;
border-radius:5px;
}
#notice2 p{
font-size:14px;
font-size:1.4rem;
padding:4px 0;
text-indent:-1em;
padding-left:1em;
}

#notice3 {
padding:10px;
width:90%;
margin:10px auto;
background-color:#eeeeee;
border-radius:5px;
}
#notice3 p{
padding:2px 0;
text-indent:-1em;
padding-left:1em;
}

/* 幅480px以下から
------------------------------------------------------------*/
@media only screen and (max-width:480px){

	.h3_content{
	margin:10px 0;
	}

}
