@charset "utf-8";
body {
    line-height:1;
    margin:0;
	/*自動でテキスト拡大をしない*/
	-webkit-text-size-adjust : none;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}
li {
	padding:0;	margin:0;
}

input, select {
    vertical-align:middle;
}

a {
    display: block;
	text-decoration:none;
    -webkit-tap-highlight-color:transparent;

}


img, object, embed { max-width: 100% !important; height: auto !important; }


















body {
	background-color:#F9F9F9;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	color: #444444;
  line-height:1.4;
}
/* header style*/



/*header layout */
header {
	overflow:hidden;
	font-size:0;
	-ms-box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.3);
	background-color: #08F;
}
header h1 img {
}

/* bottomNavi layout */


/* footer layout*/

footer {
	clear:both;
	width:100%;
}
footer img {
	width:70%;
}
footer a {
	background:#0088ff;
	margin:0 auto;
	text-align:center;
	padding:10px 0 10px 0;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:0.1em;
	font-size: 12px;
}
/*header layout */


/**/
.sectionMv .text {
	color: #3F240F;
}

.sectionMv .sectionTitle{
  margin:0;
  padding:0;
}

.sectionMv .sectionBody{
  margin:20px 5% 0;
  padding:0;
}

.sectionMv .img{
  margin:10px 0 0;
  padding:0;
}


/**/
.sectionSelect{
  margin:20px 0 0; 
}
.sectionSelect .sectionTitle{
  background: #00a0e9;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
.sectionSelect .sectionBody{
  margin:0 5% 0; 
  padding:0;
}

.sectionSelect dt{
  background:#ccefff;
  padding:5px 0;
  text-align:center;
  font-size:12px;
  color:#00a0e9;
  margin: 0 0 10px;
	-webkit-box-shadow: #808080 1px 1px 1px;
	-moz-box-shadow: #808080 1px 1px 1px;
	box-shadow: #808080 1px 1px 1px;
}

.sectionSelect dt span{
font-weight:bold;
  font-size:16px;
  color:#f76c00;
}

.sectionSelect dd.img{
  width:140px;
  float:left;
  margin:0;
  padding:0;
}

.sectionSelect dd.txt{
  margin:0 0 0 150px;
  padding:0;
}

.sectionSelect dd.txt .bold{
  font-weight:bold;
  color:#00a0e9;
}
/**/

.sectionSituation{
margin: 20px 0 20px;
}
.sectionSituation .sectionTitle{
  background: #00a0e9;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  position:relative;
  display:table;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 5%;
  padding-left: 5%;
}
.sectionSituation .sectionTitle .icondown,
.sectionSituation .sectionTitle .iconup{
  display:table-cell;
  vertical-align:middle;
  padding-right:16%;
}
.sectionSituation .sectionTitle .icondown{
  background: #00a0e9 url(../img/SituationTitleBgDown.png) 100% 50% no-repeat;
  background-size:20px 20px;
}
.sectionSituation .sectionTitle .iconup{
  background: #00a0e9 url(../img/SituationTitleBgUp.png) 100% 50% no-repeat;
  background-size:20px 20px;
}
.sectionSituation .sectionTitle .s{
  font-size: 12px;
  font-weight: 100;
  display:block;
}
.sectionSituation .sectionBody{
  margin:0 5% 0;
  padding:10px 0 0;
}
.sectionSituation dt.ttl{
  color:#00a0e9;
  font-weight:bold;
  margin:0 0 10px ;
  padding:0;
  font-size:16px;
}
.sectionSituation dd.img{
  width:150px;
  float:left;
  margin:7px 10px 15px 0;
  padding:0;
}
.sectionSituation dd.cap{
  color:#666666;
  font-size:11px;
  margin:20px 0 0 160px;
  padding:0;
}
.sectionSituation dd.txt{
  margin:0 0 0;
  padding:5px 0 0;
}
.sectionSituation .bold{
  font-weight:bold;
}

.sectionSituation .bg_y{
  background:#daecff;
  padding-left:5px;
  padding-right:5px;
}


/**/
.sectionTax{
  margin-top:20px;
  padding-right: 5%;
  padding-left: 5%;
}
.sectionTax p{
  margin:0 0 0.5em;
}
.sectionTax .btn{
	overflow:hidden;
	border:#cacaca solid 1px;
	-webkit-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);
	-moz-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);
	-ms-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);
	box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(202, 202, 202)));
	background: -moz-linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(202, 202, 202) 100%);
	background: linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(202, 202, 202) 100%);
	color: #444444;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight:bold;
	line-height:24px;
	margin-top: 3%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	padding-top: 5%;
	padding-right: 0;
	padding-bottom: 5%;
	padding-left: 12%;
  text-align:left;
}
.sectionTax .btn span{
	-webkit-background-size:10% auto;
	background-size:10% auto;
	background-image: url(../img/iconarrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:contain;
	font-size: 16px;
  padding-left: 15%;
}
.sectionTax .link{
  text-decoration:underline;
}

.sectionSns  {
	margin-top:20px;
	margin-left:5%;
	margin-right:5%;
}

.sectionSns .btn {
	float:left;
	margin-right:15px;
}




#credit .title {
	font-size: 18px;
	margin-left: 5%;
	line-height: 22px;
	margin-top: 10px;
}
#credit ul  {
	margin-left: 5%;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
}

/*bottomNavibtn layout */
.blockbtn {
	-webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);
	-ms-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);
	background-color:#FFFFFF;
	margin-top: 4%;
	margin-right: 0;
	margin-bottom: 8%;
	margin-left: 0;
	padding-bottom: 4%;
}
.blockbtn h3  {
	width:100%;
	color: #FFF;
	background-image: url(../img/btntitleback.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.blockbtn dl dt {
	padding:0;
	margin:0 5% 2% 5%;
	font-size: 13px;
	line-height: 18px;
}
.blockbtn dl .stitle {
	font-size: 14px;
	color: #f67800;
	line-height: 20px;
	vertical-align: middle;
}
.blockbtn dl .stitle img{
	width: 43%;
}

.blockbtn dl dd {
	overflow:hidden;
	border:#ff7f00 solid 1px;
	-webkit-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);
	-moz-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);
	-ms-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);
	box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.17);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255, 166, 0)), color-stop(1, rgb(255, 85, 0)));
	background: -moz-linear-gradient(-180deg, rgb(255, 166, 0) 0%, rgb(255, 85, 0) 100%);
	background: linear-gradient(-180deg, rgb(255, 166, 0) 0%, rgb(255, 85, 0) 100%);
	color: rgb(255, 255, 255);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight:bold;
	line-height:24px;
	margin-top: 3%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	padding-top: 5%;
	padding-right: 0;
	padding-bottom: 5%;
	padding-left: 12%;
}
.blockbtn dl dd p {
	-webkit-background-size:10% auto;
	background-size:10% auto;
	background-image: url(../img/iconarrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:contain;
	font-size: 16px;
}
.blockbtn dl dd a{
	color: #FFFFFF;
	padding-left: 15%;

}
.blockbtn_attention{
  margin: 10px 0 30px;
	padding-top: 5px;
	font-size:10px;
	line-height:1.2;
	clear:both;
}













.blockbottom  {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #a5a5a5;
	padding-bottom: 20px;

}

.blockbottom .home {
	text-align: left;
	background-image: url(../img/iconhome.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:20px auto;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 8%;
	float: left;
}
.blockbottom .home a {
	font-weight:bold;
	color:#0096ff;
}
.blockbottom .home a:hover {
	text-decoration:underline;
}

.blockbottom .pagetop {
	background-image: url(../img/iconpagetop.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px auto;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 0;
	padding-right: 8%;
	padding-top: 5%;
	padding-bottom: 5%;
	float: right;
}
.blockbottom .pagetop a {
	font-weight:bold;
	color:#0096ff;
}
.blockbottom .pagetop a:hover {
	text-decoration:underline;
}
.blockbottom ul  {
	margin-left: 5%;

}
.blockbottom ul li {
float:left;
}
.blockbottom ul li a {
	text-decoration:underline;
	display:inline;
	color:#0096ff;
	font-size: 12px;
	line-height: 20px;
}
.blockbottom ul li a:hover {
text-decoration:none;
}

.blocknav {
	background-color: #F9F9F9;
	width: 100%;
	vertical-align: middle;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	line-height: 0px;
}

.blocknav .back {
	float: left;
	width: 50%;
	padding-bottom: 0px;
}
.blocknav .next {
	float: right;
	width: 50%;
	padding-bottom: 0px;
}


.blockpcbtn {
	background-color: #FFFFFF;
	border-style: none;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}
.blockpcbtn p{
	margin-left: 10%;
	margin-right: 10%;
}
