/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}

/*address, caption, cite, code, dfn, em, strong, th, var {*/
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}


/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	color: #333;
	line-height: 1.8;
	text-align: left;
	-webkit-text-size-adjust: none;
}

/*---------------------------------------------
	Text
  ---------------------------------------------*/

html {
    font-family: sans-serif; /* 1 */
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */}

html { font-size: 10px;}
body { font-size: 16px; font-size: 1.6rem; }
h2 { font-size: 32px; font-size: 3.2rem; }
h3 { font-size: 24px; font-size: 2.4rem; }
h4 { font-size: 22px; font-size: 2.2rem; }
h5 { font-size: 18px; font-size: 1.8rem; }
h6 { font-size: 18px; font-size: 1.8rem; }
p { line-height: 180%; }

h2, h3, h4, h5, .text24 {
	color: #1E5FAC;
	font-family: "FOT-ニューロダン Pro DB";
}
h2 { margin:60px 0 30px; }
h3 { margin:55px 0 30px; }
h4 { margin:40px 0 20px; }
h5 { margin:30px 0 10px; font-weight:bold; }
h6 { margin:15px 0 10px; font-weight:bold; }
p { margin-top: 0.7em; }
i.fa { margin: 0 0.3em 0 0.3em; }
h2 .fa { margin-left:0; }
h2.top { margin-top:0; }

.text11 { font-size: 11px; font-size: 1.1rem; }
.text12 { font-size: 12px; font-size: 1.2rem; }
.text13 { font-size: 13px; font-size: 1.3rem; }
.text14 { font-size: 14px; font-size: 1.4rem; }
.text15 { font-size: 15px; font-size: 1.5rem; }
.text16 { font-size: 16px; font-size: 1.6rem; }
.text18 { font-size: 18px; font-size: 1.8rem; }
.text24 { font-size: 24px; font-size: 2.4rem; }
.text28 { font-size: 28px; font-size: 2.8rem; }

@media screen and (max-width: 640px) {
html { font-size: 10px;} /* = 10px */
body { font-size: 1.6rem; } /* = 16px */
h2 { font-size: 2.8rem; }
h3 { font-size: 2.2rem; line-height: 1.4; }
h4 { font-size: 1.8rem; }
h5 { font-size: 1.8rem; }
p { font-size: 1.6rem; }
.text24 { font-size: 22px; font-size: 2.2rem; }
}

h3 {
	padding: 8px 15px 5px;
	background-color: #f2f2f2;
	border-left: 5px solid #1E5FAC;
}

h4 {
	line-height:1.4;
	padding-left: 12px;
	border-left: 5px solid #1E5FAC;
}


/*---------------------------------------------
	Table
  ---------------------------------------------*/
table {
	width:100%;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:inherit;
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #1E5FAC;
}
a:visited {
	text-decoration: none;
	color: #1E5FAC;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
a:active {
	text-decoration: underline;
	color: #ff6600;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/* ------ 全体設定 ------ */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
#wrapper { width: 100%; }

.text-center { text-align: center; }
.read span { display:inline-block }
.padding-top-zero { padding-top: 0; margin-top: 0; }
.notice { color:#c00; font-weight:bold; }
.underline-dot {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.img-right {
	float: right;
	padding: 5px 0 10px 25px;
	position: relative;
	background-color:#fff;
}
@media screen and (max-width: 767px) {
	.img-right {
		padding: 5px 0 10px 20px;
		width:120px;
	}
}
@media screen and (max-width: 480px) {
	.img-right {
		width:100px;
	}
}


/* ------ float clear ------ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear { clear: both; }

/* ------ ヘッダ ------ */
header {
	max-width: 960px;
	margin: 0 auto;
	background-color: #fff;
}
h1 { font-size: 12px; font-size: 1.2rem; margin:8px 0; }


/* ------ 全体枠 ------ */
#contents-container {
	max-width: 960px;
	margin: 0 auto;
	background-color: #32ACE2;
}

/* ------ コンテンツ ------ */
.contents {
	background-color: #fff;
	padding: 30px;
	margin: 0 20px;
}

.mainvisual { padding-bottom: 20px; }
@media (max-width: 479px) {
	.mainvisual { padding-bottom: 10px; }
}

.flyer {
	position: relative;
	float: right;
	width: 180px;
	margin: 5px 0 10px 25px;
	text-align: center;
	font-size: 12px; font-size: 1.2rem;
}
.flyer img {
	margin-bottom: 8px;
	border: 1px #eee solid;
	box-sizing: content-box;
}

@media (max-width: 979px) {
	.flyer {
		width:160px;
	}
}
@media (max-width: 767px) {
	.flyer {
		width:120px;
	}
}
@media (max-width: 479px) {
	.flyer {
		width:120px;
	}
}



.list li {
	background-image: url(../image/icon-list-blue.png);
	background-repeat: no-repeat;
	background-position: 4px 10px;
	padding: 0px 0px 0px 16px;
	margin-bottom: 0px;
}
.list-line { margin: 20px 0; }
.list-line li {
	background-image: url(../image/icon-list-blue.png);
	background-repeat: no-repeat;
	background-position: 4px 15px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
}

@media (min-width: 767px) {
.column {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -50px;
}
.column img { width:100%;} /* Firefox対策 */
.column section {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 50px;
  margin-bottom: 20px;
}
}

/* ------ ボタン ------ */
.btn,
.btn2 {
	margin: 20px 0 0;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	width:70%;
}
.btn2 {
	width:34%;
	float: left;
	margin-right: 2%;
}
.btn2.rightside {
	margin-right: 0;
}

.btn a,
.btn2 a {
	display: block;
	color: #fff;
	background-color: #32ACE2;
	padding: 6px 0 5px;
	border-radius: 15px;
}
.btn2 a {
	padding: 6px 0 5px 10px;
}
.btn a:hover,
.btn2 a:hover {
	background-color: #f90;
}

@media screen and (max-width: 767px) {
	.btn { 	width:100%; }
	.btn2 {
		width:49%;
		float: left;
		margin-right: 2%;
}
}
@media screen and (max-width: 479px) {
	.btn { 	width:100%; }
	.btn2 { float: none; width:100%; }
}




/* テーブル
-----------------------------------------*/

.table_general {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse:separate;
	margin:20px 0 0;
}

.table_general td,.table_general th {
	border-collapse:separate;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.table_general th {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #F6F6F6;
}

.table_general td {
	background-color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

/* テーブル 横スクロール */
.table {
	overflow: auto;
	position: relative;
	border: none;
	margin-top: 10px;
}
.table.memo-before {
padding-top:1em;
}
.table.memo-after {
padding-bottom: 0em;
}
.table.memo-before:before,
.table.memo-after:after {
line-height:1;
content: "※横スクロールで表全体を見ることが出来ます";
position: absolute;
left: 0;
font-size: 75%;
}
.table.memo-before:before {
top: 1em;
}
.table.memo-after:after {
bottom: 1em;
}

@media screen and (min-width: 375px) {
.table.memo-before {
padding-top:0;
}
.table.memo-after {
padding-top: 0em;
padding-bottom: 0em;
}
.table.memo-before:before,
.table.memo-after:after {
padding-top:0em;
content: "";
}
}


/* ------ ページの先頭へ ------ */
#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #068AD1;
}
 
#page-top p:hover{
	background-color: #068AD1;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

.ptop {
	text-align:right;
	font-size: 13px; font-size: 1.3rem;
	margin-top: 15px;
}

/* ------ フッタ ------ */

footer { 
	max-width: 960px;
	margin: 0 auto;
}
#footer-inner {
	position: relative;
	background-color:#32ACE2;
	padding:10px 20px;
}
#footer-inner.text12 {
	color: #ffffff;
}

/*	PC用（979px以上）　*/
@media (min-width: 980px) {
.forSP { display:none }
}

/*	タブレット　*/
@media (max-width: 979px) {
.forSP { display:none }
h1 { padding-left:15px; }
}

@media (max-width: 767px) {
.forPC { display:none }
.forSP { display: inherit }
.contents {
	padding: 15px;
	margin: 0;
}
}
