@charset "utf-8";
/* CSS Document */

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    margin: 0px;
	padding: 0px;
    background-color: #fff;
    word-break: break-all;
    word-wrap: break-word;
}
.cf:after {
    content: '';
    display: table;
    clear: both;
}

ul {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#clear{
	width:auto;
	height:auto;
	margin:0;
	padding: 0;
	clear:both;
	}
	
img {
    border: none;
    vertical-align: bottom;
}
/*==========================================
 header
===========================================*/
#header-area{
	width: 100%;
	height: 95px;
	background-image: url(../images/head.png);
	background-repeat: repeat-x;
	background-position:center center;
	background-color: #12324f;
	margin-bottom: 10px;
}
#header-area header{
	width: 100%;
	height: 95px;
	padding: 0px;
	margin: 0px auto;
}
h1{
	width: auto;
	height: auto;
	text-align: right;
	padding: 5px 5px 0px 0px;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	line-height: 15px;
}
.logo {
	width: 70%;
	float: left;
	padding: 0px 0px 0px 10px;
    }
	
.logo img{
		width: 100%;
		max-width: 350px;
	}

/*==========================================
 gnavi
===========================================*/
.menu-sp{
	position: absolute;
	top: 100px;
	background-color: #4c4c4c;
	opacity: 0.9;
	width: 100%;
	height: auto;
	z-index: 1;
	display: block;
	text-align: center;
}


.header_btn {
	height: auto;
	width: 10%;
	max-width: 40px;
	float: right;
	margin-right: 5%;
	padding: 15px 0 10px 0;
}

.menu-sp ul{
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
}

.header_btn img{
	width: 100%;
	height: auto;
	max-width: 40px;
	}
	
.menu-sp .toggle{
	color: #FFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 10%;
	line-height:1.5em;
}

.toggle {
  cursor: pointer;
}


.menu-sp p{
	width: 100%;
	height: auto;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}

.menu-sp ul li .toggle {
	position: relative;
	display: block;
	padding: 25px 25px 25px 10px;
}
.menu-sp ul li .toggle::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.home {
	cursor: pointer;
}

.menu-sp .home{
	color: #FFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 10%;
	line-height:1.5em;
}

.menu-sp .close{
	color: #FFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 10%;
	line-height:1.5em;
}

.menu-sp ul li .home{
	position: relative;
	display: block;
	padding: 20px 25px 20px 10px;
}
/*==========================================
 main
===========================================*/

#main{
	width: 96%;
	height: auto;
	padding: 0px;
	margin: 0px auto 200px;
}
/*==========================================
 mainimg
===========================================*/
#mainimg{
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px 0px 30px;
	text-align: center;
}
#mainimg img {
	width: 100%;
	max-width: 590px;
}
/*==========================================
 pankuzu
===========================================*/
#pankuzu{
	width: 100%;
	height: 20px;
	padding: 0px;
	margin: 0px 0px 5px;

}
#pankuzu .breadcrumbs{
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#pankuzu .breadcrumbs a{
	color: #000;
	text-decoration: none;
}
#pankuzu .breadcrumbs a:hover{
	color: #000;
	text-decoration: underline;
}
/*==========================================
 left
===========================================*/
#left-area{
	width: 100%;
	height: auto;
	padding: 0px;
}
#content{
	width: auto;
	height: auto;
	padding: 0px 15px 15px;
	margin: 0px 0px 30px;
	border: solid 1px #dcdcdc;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	ox-shadow: 1px 1px 0px 0px #CCC;
    -webkit-box-shadow: 1px 1px 0px 0px #CCC;
    -moz-box-shadow: 1px 1px 0px 0px #CCC;
}
h2,h3{
	width: auto;
	height: auto;
	padding: 15px 0px;
	margin: 0px 0px 15px;
	line-height: 1.5;
	font-size: 15px;
	border-top: solid 3px #12324f;
	border-bottom: dotted 1px #cccccc;
}

.top-area{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0px;
	margin: 0px auto 10px;
	
}
.top-area a:hover .pic{
	opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}
.text{
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 40px;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}
.linkarea{
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px auto 10px;
	text-align: center;
}
.linkarea a:hover .link_btn{
	opacity: 0.7;
}
/*==========================================
btn-area
===========================================*/
.btn-area {
    width: 100%;
    display: inline-block;
    padding: 0.9em 0;
    text-decoration: none;
    background: #ff0022;
    color: #FFF;
    border-bottom: solid 4px #bc0019;
    border-radius: 3px;
    font-weight: bold;
}
.btn-area:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}

.subimg{
	text-align: center;
}
.subimg2{
	width: 100%;
	max-width: 400px;
	height: auto;
	margin-bottom: 20px;
}
.pic{
	width: 100%;
	height: auto;
	max-width: 558px;
	padding: 0px;
	margin: 0px 0px 20px;

}

/*==========================================
 right
===========================================*/
#right-area{
	display: none;
}
  /*==========================================
 pagetop
===========================================*/
#pagetop-area{
	text-align: center;
	width: 100%;
	height: auto;
	margin-bottom: 20px;

}
.pagetop{
	width: 60px;
	height: 60px;
	padding: 0px;
	margin: 0px auto;
}
/*==========================================
 foot
===========================================*/
#foot{
	width: 100%;
	height: auto;
	background-color: #12324f;
}

.foot-text{
	width: auto;
	height: auto;
	padding: 20px 0px;
	margin: 0px;
	line-height: 1.4;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.foot-text a{
	color: #FFF;
	text-decoration: underline;
}
/*==========================================
ポイント
===========================================*/
.point-inner{
    width: auto;
    max-width: 590px;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    padding: 10px;

}
.point-text{
    padding: 10px;
    line-height: 20px;
    color: #111111;
    font-size: 1.2rem !important;
    font-weight: bold;
    background-color: #dddddd;
}
.point-inner dl {
    width: 98%;
    height: auto;
    padding: 5px 0px;
    display: table;
    border-bottom: 1px dotted #8b8b8b;
    margin: 0 auto;
}
.point-inner dl:last-child {
    border: none;
}
.point-inner dt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 10px;
    width: 30px;
}

.point-inner dd {
    line-height: 2.4em;
    font-size: 13px;
    font-weight: bold;
    color: #111111;
    text-align: left;
}


/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */
@media only screen and (min-width: 768px) {
	/*==========================================
 header
===========================================*/
#header-area{
	width: auto;
    min-width: 920px;
	height: 95px;
	background-image: url(../images/head.png);
	background-repeat: repeat-x;
	background-position:center center;
	background-color: #12324f;
	margin-bottom: 10px;
}
#header-area header{
	width: 920px;
	height: 95px;
	padding: 0px;
	margin: 0px auto;
}
h1{
	width: auto;
	height: auto;
	text-align: right;
	padding: 5px 5px 0px 0px;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	line-height: 15px;
}
.header_btn{
	display: none;
	}

.menu-sp{
    display: none;
  }
    /*==========================================
 pankuzu
===========================================*/
#pankuzu{
	width: 590px;
	height: 20px;
	padding: 0px;
	margin: 0px 0px 5px;
}
#pankuzu .breadcrumbs{
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
#pankuzu .breadcrumbs a{
	color: #000;
	text-decoration: none;
}
#pankuzu .breadcrumbs a:hover{
	color: #000;
	text-decoration: underline;
}
  /*==========================================
 main
===========================================*/
#main{
	max-width:920px;
    width: 920px;
    height: auto;
    margin: 0 auto 150px auto;
    padding: 0 10px 0 10px;
    display: block;
}
 #main:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
#main {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html #main {
  height: 1%;
}
#main {
  display: block;
}
  /*==========================================
 mainimg
===========================================*/
#mainimg {
	width: 590px;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
	display: block;
}

#mainimg img {
    width: 100%;
    max-width: 590px;
    height: auto;
}
  /*==========================================
 left
===========================================*/
    #left-area{
	 width: 590px;
	 height: auto;
	 padding: 0px;
	 margin: 0px;
	 float: left;
	
}
#content{
	width: auto;
	height: auto;
	padding: 0px 15px 15px;
	margin: 0px 0px 30px;
	border: solid 1px #dcdcdc;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	ox-shadow: 1px 1px 0px 0px #CCC;
    -webkit-box-shadow: 1px 1px 0px 0px #CCC;
    -moz-box-shadow: 1px 1px 0px 0px #CCC;
}
.top-area{
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px auto 10px;
	overflow: hidden;
}
.subimg{
	float: left;
}
.subimg2{
	float: left;
	width: 100%;
	max-width: 180px;
	height: auto;
	margin: 0px 10px 10px 0px;
}
.pic{
	width: 558px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.text{
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 40px;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}

  /*==========================================
 right
===========================================*/
    #right-area{
	width: 280px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: right;
	display: block;
}
h4{
	width: 280px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #12324f;
	border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
}
    #right-area .sub{
	width: 280px;
	height: auto;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 1.5em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
	 border: 1px solid #dcdcdc;
	 border-top: none;
	 background-image: url(../images/arrow.png);
	 background-repeat: no-repeat;
	 background-position: left center;
}
    #right-area .sub a{
	text-decoration: none;
	display: block;
	color: #000;
	font-size: 13px;
	padding: 15px 10px 15px 20px;
	vertical-align:middle;
}
    #right-area .sub a:hover{
	text-decoration: underline;
}
  /*==========================================
 pagetop
===========================================*/
#pagetop-area{
	width: 920px;
	height: auto;
	padding: 0px;
	margin: 0px auto 20px;
	overflow: hidden;
}
.pagetop{
	width: auto;
	height: auto;
	float:right;
}

}
