@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@charset "UTF-8";

/* CSS Document(html5) */

/* common==========================

	1. Base
	2. Header
	3. Content
	4. Footer

*/


/*------------------------------------------------------------------------------------------------
   1. Base
------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans Japanese", "Noto Sans CJK JP", "Noto Sans", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	background: #fff;
	color: #000;
	text-align: left;
}

article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary,time {
	display: block;
}

a,
a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

a,
a:focus {
	outline: none;
	overflow: hidden;
	text-decoration: none;
}

div {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

p {
	margin: 10px 0;
}

p img {
	display : inline;
	margin: 0;
}

img {
	border : 0;
	display: block;
}

strong {
	font-weight: bold;
}

.opacity:hover {
	zoom: 1;
	filter: alpha(opacity=75);
	opacity:0.75;
}

.center-block {
	margin-right: auto;
	margin-left: auto;
}

.fl { float: left; }
.fr { float: right; }

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.txt-min {
	font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 0.1em;
}

small {
	font-size: 14px;
}

.nowrap {
	white-space: nowrap;
}

.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }


/* Clearfix
---------------------- */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}


/*------------------------------------------------------------------------------------------------
   2. Header
------------------------------------------------------------------------------------------------*/
header {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 0 20px;
	position: relative;
	overflow: hidden;

	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top center, #fffeee 0%, #fff 100%); /* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#fffeee), to(#fff)); /* Chrom & Safari */
	background: -o-linear-gradient(top, #fffeee 0%, #fff 100%); /* Opera */
	background: -ms-linear-gradient(top, #fffeee 0%, #fff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fffeee 0%, #fff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffeee', endColorstr='#ffffff', GradientType=0); /* IE7,8,9 */
	background: #fffacf;
}

header .inner {
	width: 1029px;
	margin: 0 auto;
	position: relative;
}

header h1 img {
	margin: 0 auto;
	text-align: center;
}

header .bakudan {
	margin: 0;
	position: absolute;
	top: -5px;
	left: -50px;
}
header .bakudan img {
	width: 115px;
	height: auto;
}


/*------------------------------------------------------------------------------------------------
   3. Content
------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

#content {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
}

article,
section {
	clear: both;
	width: 100%;
	margin: 40px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

h2,
h3,
h4 {
	margin: 0 0 10px;
	font-weight: normal;
}
h3 { font-size: 30px; }
h4 { font-size: 20px; }

.sub {
	position: relative;
	margin: 0 0 30px;
	padding: 15px 5px 12px;
	border-top: 3px solid #333;
	border-bottom: 1px dotted #333;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.sub::after {
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #d10010;
}

.subLine {
	overflow: hidden;
	text-align: center;
}
.subLine span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
	color: #d10010;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.subLine span::before,
.subLine span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 500%;
	height: 1px;
	background-color: #d10010;
}
.subLine span::before {
	right: 100%;
}
.subLine span::after {
	left: 100%;
}

.line {
	clear: both;
	width: auto;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #2563B6;
	text-align: left;
}

.iconZoom {
	width: 160px;
	height: 25px;
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: -30%;
	background: url(../image/iconZoom.png) 0 0 no-repeat;
}

.imgWaku {
	margin-top: 20px;
	padding: 2px;
	border: 1px solid #ccc;
}

.btn {
	margin: 30px auto;
	text-align: center;
}

.box {
	width: auto;
	margin: 10px 0;
	padding: 10px 20px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	background: #fafafa;
	text-align: left;
}
.box .icon {
	display: inline-block;
	margin: 0 20px 0 0;
	vertical-align: -30%;
}
.box .btn {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: left;
}

.arrow {
	margin: 0 auto -10px;
	text-align: center;
}

.images {
	margin: 30px auto 20px;
}

.listBox {
	width: 33.333%;
	float: left;
}
.listBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.listBox ul li {
	margin-bottom: 20px;
}
.listBox ul li h3 {
	margin-bottom: 0;
	font-size: 18px;
	/*color: #2563B6;*/
	color: #d10010;
}

.wbox {
	width: auto;
	margin: 30px 0;
	padding: 20px 30px 25px;
	border: 1px solid #ccc;
	background: url(../image/linePaper1.png) 0 0 repeat;
	position: relative;
	overflow: hidden;
}
.wbox h2:first-child {
	margin-top: 0;
	margin-bottom: 15px;
}
.wbox p:first-child {
	margin-top: 0;
}
.wbox p:last-child {
	margin-bottom: 0;
}
.wbox ul {
	margin: 0;
}
.wbox ul li:last-child {
	margin-bottom: 0;
}

.wbox.col4 {
	width: 313px;
	height: 220px;
	padding: 15px;
	margin: 20px 10px 0;
	float: left;
	box-sizing: border-box;
}

/*------------------------------------------------------------------------------------------------
   4. Footer
------------------------------------------------------------------------------------------------*/
footer {
	clear: both;
	width: 100%;
	height: 150px;
	margin: 0;
	padding-top: 50px;
	background: #000 url(../image/header.jpg) repeat-x 0 bottom;
	color: #fff;
}

footer address {
  font-size: 12px;
  text-align: center;
}

.btn-pagetop {
  color: #fff;
  position: fixed;
  top: 10px;
  right: 10px;
  display: none;
  background: #000;
  border-color: #222;
  cursor: pointer;
}
