@charset "UTF-8";
/*---------------------------------------

[reset]

[base]
	font
	anchor
	add class

[common set-up]
	h
	pagetop link

[lower common]

[each page]

[common contents]
	container
	header
	main contents
	footer
	print

[clearfix]

[cms setting]

---------------------------------------*/

/* CSS Document */

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, figure {
	margin: 0;
	padding: 0;
}
header, nav, section, aside, footer {
	display: block;
}
table {
	border-spacing: 0;
}
fieldset, img, a img, abbr, acronym {
	border: 0;
}
li img, dt img {
	vertical-align: top;
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
caption {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
html {
	overflow-y: scroll;
}
a {
	outline: none;
}
button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

/*--------------------------------------- font */

/* font */

/*@font-face {
	font-family: "NotoSans-medium";
	src: url("font/NotoSansCJKjp-Medium.otf");
}*/
html {
	font-size: 62.5%;
	/* 1em=10px化 */
}
body {
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font: 15px/1 YuGothic, "游ゴシック", ArialMT, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	color: #000;
	-webkit-text-size-adjust: 100%;
	font-size: 1.4em;
	/* 基準フォントサイズ1.4em=14px */
}
/* noto */

h2, header .wrapper div ul {
	font-family: 'Noto Sans JP', sans-serif;
}
/*----------------------- color */

/* red */
#newsList li span.new,
.red {
	color: #c32a2a;
}
/* white */

.white {
	color: #FFFFFF;
}
/* green */

header div ul {
	color: #096438;
}
/* gray */

#home #con01 li .info_date {
	color: #a0a0a0;
}
/* dark gray */

footer .copy {
	color: #5d5c5d;
}
/* black */

.black {
	color: #0b0b0b;
}
/*----------------------- size */
/* */
.body_common #con01 h2 span:first-of-type {
	font-size: 0.61em;
}

/* size10px */
#newsList li span.new,
.body_common #con01 h2 span:nth-of-type(3),
footer .copy {
	font-size: 0.71em;
}
/* size12px */
#mailNews p {
	font-size: 0.85em;
}

/* size13px */
footer dd {
	font-size: 0.94em;
}
/* size14px */
#newsList li .date,
header {
	font-size: 1.0em;
}

/* size16px */
.btn,
#newsList li .title,
article,
nav#topNavi ul li a,
header nav li a {
		font-size: 1.14em;
	}
			@media screen and (max-width:779px) {
			.balloon2-top p {
				font-size: 0.72em!important;
			}
			}

/* size18px */
.body_common nav span.txt,
.large,
h4,
h5,
h6 {
	font-size: 1.28em;
}
			@media screen and (max-width:779px) {
			#newsList li .title,
			.body_common nav span.txt,
			.large {
				font-size: 1.02em;
			}
			}

/* size20px */
.balloon2-top,
header .lead {
	font-size: 1.40em;
}

/* size26px */
.lower h2,
.lower h3,
.body_common h3,
.body_common #con01 dt span,
#mailNews input {
	font-size: 1.62em;
}
		@media screen and (max-width: 480px) {
			.lower h2,
			.lower h3,
			.body_common h3,
			.btn,
			.body_common #con01 dt span,
			#mailNews input {
				font-size: 1.28em!important;
			}
		}

/* size55px */
header h1 span {
	font-size: 1.98em;
}
		@media screen and (max-width: 480px) {
			header h1 span {
				font-size: 1.78em;
			}
		}

/*  */
.body_common h2,
.lower h1 {
	font-size: 2.68em;
}
		@media screen and (max-width: 480px) {
			.body_common h2,
			.lower h1  {
				font-size: 1.48em;
			}
		}

/* size36px */


/*--------------------------------------- anchor */

a:link, a:visited {
	color: #5E5E5E;
	text-decoration: none;
	transition-property: all;
	transition: 0.3s linear;
}
a:active, a:hover {
	color: #878787;
	 text-decoration: underline;
}

/* light gray */

header .wrapper div li a {
	color: #c7c7c7;
}

/* black */
#newsList li .title,
header nav li a:link,
nav#topNavi ul li a:link,
header nav li a:visited,
nav#topNavi ul li a:visited {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
nav#topNavi ul li a:hover, 
header nav li a:hover {
	color: #000;
	text-decoration: none;
}


/*--------------------------------------- add class */

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clearB {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.forPc {
	display: inline;
}
.forSp {
	display: none;
}
.mb1em {
	margin-bottom: 1em;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common set-up */

/* reset */
.body_common #con01 dd ul,
.body_common #con01 dd li,
#newsList li,
header nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* h */
.lower h1,
.body_common h2 {
	clear: both;
	margin: 0 0 40px;
	text-align: center;
	font-weight: normal;
	width: 100%;
	line-height: 1.1;
	font-family: 'Cardo', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	margin-bottom: 30px;
}
.lower h1:after,
.body_common h2:after {
	width:120px;
	height:10px;
	background-color:#efefef;
	border-radius:4px;
	margin:60px auto;
	content:"";
	display:block;
}
			@media screen and (max-width:779px) {
			.lower h1:after,
			.body_common h2:after {
				margin:30px auto 40px;
				width:60px;
				height:5px;
			}
			}
			
.lower h2,
.body_common h3 {
	clear: both;
	color:#538135;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height:1.5;
	font-weight:bold;
}



/* h:変更した場合はstyle_editor.cssにも反映すること */

.lower h3 {
	clear: both;
	color:#538135;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height:1.5;
	font-weight:bold;
}

h4 {
	clear: both;
	font-weight: bold;
	color: #000000;
	margin: 1em 0 0.5em;
	padding: 0.2em 0 0.1em 0.2em;
	border-bottom: 2px solid #BFBFBF;
	line-height:1.5;
}
h5 {
	clear: both;
	font-weight: bold;
	color: #538135;
	margin: 1em 0 0.5em;
	padding: 0.2em 0 0.1em 0.2em;
	border-bottom: 1px solid #BFBFBF;
	line-height:1.3;
}
h6 {
	clear: both;
	font-weight: bold;
	color: #000000;
	margin: 1em 0 0.5em;
	padding: 0.2em 0 0.1em;
	line-height:1.2;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main common */

.con {
	padding-bottom: 30px;
	border-bottom: dotted 1px #CCCCCC;
}


.btn {
	text-align:center;
}
.btn {
	display:block;
	color:#FFF;
	max-width:340px;
	width:90%;
	background-color:#295e2a;
	margin:20px auto;
	font-weight:bold;
	transition:all .5s ease;
	border-radius:10px;
}
.btn a {
	color:#FFF;
	padding:12px 15px;
	display:block;
	border-radius:10px;
	border:solid 1px #295e2a;
}
.btn:hover a,
.btn:hover {
	text-decoration:none;
	cursor: hand;
	cursor:pointer;
	background-color:#FFF;
	color:#295e2a;
	transition:all .5s ease;
	text-decoration:none;
}

/* ----------------------- pgtp */

#page_top {
	position: fixed;
	z-index:9999999;
}
			@media screen and (max-width: 480px) {
			#page_top {
				right: 0!important;
				bottom: 0!important;
			}
			}

#page_top {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#page_top a {
	position: relative;
	display: block;
	text-indent: -99999px;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0 auto;
	padding: 0;
}
#page_top a::before {
	content: '';
	width: 22px;
	height: 22px;
	border: 0px;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 30%;
	margin-top: -4px;
}
/*--------------------------------------- pager */
.pager_box{
	clear:both;
	text-align:center;
	margin-top:15px;
}

.pager_box .pager{
	width:2.5em;
	display:inline-block;
	border:1px solid #BFBFBE;
	border-radius:3px;
}
.pager_box .pager a{
	display:block;
	width:100%;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager a:link,
.pager_box .pager a:visited{
	color:#333333;
	text-decoration:none;
}
.pager_box .pager a:hover,
.pager_box .pager a:active{
	background:#F1F1F1;
	text-decoration:none;
}
.pager_box .pager_current{
	background:#F1F1F1;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager_dot{
	width:1.5em;
	display:inline-block;
}
.pager_box .pager_space{
	width:1em;
	display:inline-block;
	padding-left:0.2em;
	padding-right:0.2em;
}
.pager_box .pager_first{
	display:inline-block;
}
.pager_box .pager_last{
	display:inline-block;
}

/* ---------------------------------------table */
table{
	border-collapse:collapse;
	margin-bottom:30px;
}
table[border="1"],
table[border="1"] th,
table[border="1"] td{
	border-color: #dddddd;
	padding:10px;
}
table th{
	color: #666;
	background-color: #F6F8FA;
}
.sp_table {
	border-collapse: collapse;
	font-size: 0.95em;
}

.sp_table[border="0"],
.sp_table[border="0"] th,
.sp_table[border="0"] td {
	border: none;
}
@media screen and (max-width: 480px) {
	.sp_table td,
	.sp_table th{
		display: block;
		width: 100%!important;
		border-left:none;
		border-top:none;
	}
}
.sp_table[border="0"] td table:not([border="0"]),
.sp_table[border="0"] td table:not([border="0"]) th,
.sp_table[border="0"] td table:not([border="0"]) td{
	border: 1px solid #dddddd;
}
@media screen and (max-width: 480px) {
	.sp_table[border="0"] td table:not([border="0"]) th,
	.sp_table[border="0"] td table:not([border="0"]) td{
		display: table-cell;
		width: auto !important;
		border-left:none;
		border-top:none;
	}
}
.table02 {
	border-collapse: collapse;
	font-size: 0.95em;
	border: none;
	border-color: #dddddd;
}

.table02 th {
	background: #F6F8FA;
	text-align:center;
}
.table02 th,
.table02 td {
	padding: 0.5em 1em;
	border: 1px solid #dddddd;
}
.table02[border="0"],
.table02[border="0"] th,
.table02[border="0"] td {
	border: none;
}

/* 吹き出し */
.balloon2-top {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em;
	padding: 25px 30px;
	min-width: 120px;
	max-width: 100%;
	background: #FFF;
	border: solid 3px #FFF;
	box-sizing: border-box;
	border-radius:10px;
}

.balloon2-top:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}

.balloon2-top:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #FFF;
	z-index: 1;
}

.balloon2-top p {
	margin: 0;
	padding: 0;
}

/* --------------------------------------- arrow */
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 26px;
    color: #FFF;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #4b4b4b;
}
.arrow::after{
    left: 6px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* --------------------------------------- blank */
/*.blank,
#topNavi li:last-of-type a,
header li:last-of-type a {*/
.blank,
#topNavi li:nth-of-type(5) a,
header li:nth-of-type(5) a {
	padding-right:10px;
}
/*#topNavi  li:last-of-type a:after,
header li:last-of-type a:after,
.blank:after {*/
#topNavi  li:nth-of-type(5) a:after,
header li:nth-of-type(5) a:after,
.blank:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f35d';
	font-size: 0.8em;
	margin: 0px 10px;
	font-weight: 900;
	display:inline-block;
	
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower common */

.msg ul,
.msg ol {
	margin-left:1.5em;
}





/*--------------------------------------- columnBox */
.columnBox .column {
	padding:1em 20px;
}
@media screen and (min-width: 780px), print {
	.columnBox {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.columnBox .column {
		display: table-cell;
		vertical-align: top;
	}
	.columnBox .v_middle {
		vertical-align: middle;
	}
	.columnBox .v_bottom {
		vertical-align: bottom;
	}
	.w20 {
		width: 20%;
	}
	.w30 {
		width: 30%;
	}
	.w40 {
		width: 40%;
	}
	.w50 {
		width: 50%;
	}
	.w60 {
		width: 60%;
	}
	.w70 {
		width: 70%;
	}
	.w80 {
		width: 80%;
	}
	.padr3 {
		padding-right: 3%;
	}
	.padL3 {
		padding-left: 3%;
	}
	.padt3 {
		padding-top: 3%;
	}
	.padt6 {
		padding-top: 6%;
	}
}

@media screen and (max-width: 779px) {
	.containerInner_default .columnBox .column {
		padding:1em 0;
	}
}


/*--------------------------------------- sideContaints */
#side {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side .menu_title {
	border: 1px solid #777777;
	border-bottom: none;
	background-color: #f0f0f0;
	font-size: 1.1em;
	padding: 1em 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}

#side ul {
	border: 1px solid #777777;
	border-top: none;
	list-style: none;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#side ul li {
	position: relative;
	border-top: 1px solid #777777;
}
#side li a {
	font-size: 0.95em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 2em;
}
#side li a:before {
	content: ">";
	position: absolute;
	left: 0.7em;
	top: 40%;
	margin-top: -0.5em;
}

#side li a:hover {
	color: #777777;
}
#side li.current a {
	color: #ffffff;
	background-color: #777777;
}
#side li.current a:before {
	content: ">>";
	left: 0.3em;
}
@media screen and (min-width:780px) {
	.columnBox .column_side {
		width:320px;
	}
}
@media screen and (max-width: 779px) {
	.columnBox .column_side {
		padding: 1em 0 0;
	}
}







/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */

/* ----------------------------------------------------------  */

/*          index.html            */

/* ----------------------------------------------------------  */

/* メインビジュアル */
#mainVisual {
	background-color:#f7f6f6;
	text-align:center;
	line-height:0;
}
#mainVisual img {
	width:100%;
	max-width:938px;
}

/* con01 */
.body_common #con01 h2 {
	line-height:1.2;
}
.body_common #con01 h2 span:first-of-type {
    position: relative;
    display: inline-block;
    padding: 0 45px;
	font-family: "游ゴシック", ArialMT, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight:bold;
}
			@media screen and (max-width:779px) {
			.body_common #con01 h2 span:first-of-type {
				padding: 0 30px;
			}
			}

.body_common #con01 h2 span:first-of-type:before, 
.body_common #con01 h2 span:first-of-type:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
}
			@media screen and (max-width:779px) {
			.body_common #con01 h2 span:first-of-type:before, 
			.body_common #con01 h2 span:first-of-type:after {
				width: 24px;
			}
			}

.body_common #con01 h2 span:first-of-type:before {
    left: 0;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.body_common #con01 h2 span:first-of-type:after {
    right: 0;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.body_common #con01 h2 span:nth-of-type(2) {
	display:block;
	margin-top:10px;
}


.body_common #con01 dl {
	border:solid 1px #000;
	border-radius:8px;
}

.body_common #con01 dt {
	float:left;
	width:20%;
	text-align:center;
	padding:10px;
	border-right:solid 1px #000;
	position:relative;
}
			@media screen and (max-width:779px) {
			.body_common #con01 dt {
				float:none;
				width:100%;
				border-right:none;
				border-bottom:solid 1px #000;
			}
			}

.body_common #con01 dt span {
	position:absolute;
	top:35%;
	text-align:center;
	left:0;
	width:100%;
	font-family: 'Cardo', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
			@media screen and (max-width:779px) {
			.body_common #con01 dt span {
				position:relative;
			}
			}

.body_common #con01 dd {
	float:right;
	width:80%;
	padding:30px;
}
			@media screen and (max-width:779px) {
			.body_common #con01 dd {
				float:none;
				width:100%;
				padding:20px;
			}
			}

.body_common #con01 dd li {
	display:inline-block;
	margin-bottom:10px;
	padding-right:20px;
}
			@media screen and (max-width:779px) {
			.body_common #con01 dd li {
				display:block;
			}
			}

.editor-style01,
.body_common #con01 dd li span {
	display:inline-block;
	border-radius:4px;
	background-color:#efefef;
	margin-right:10px;
	padding:4px 8px;
}

/* con02 */
.body_common #con02 {
	background-color: #fbfbfb;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFF),color-stop(.75, #FFF), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 12px 12px;
	padding-bottom:20px;
}
.body_common #con02 div:first-of-type {
	margin-bottom:40px;
}
.body_common #con02 .pic {
	width:60%;
}

.body_common #con02 .pic img {
	width:90%;
}
.body_common #con02 .floatR.pic {
	text-align:right;
}

.body_common #con02 .txt {
	width:38%;
	padding:20px 0 0 0;
}
			@media screen and (max-width:779px) {
			.body_common #con02 h3 {
				margin-top:0;
			}
			.body_common #con02 .pic {
				width:40%;
			}
			.body_common #con02 .txt {
				width:56%;
				padding:0;
			}
			}

			@media screen and (max-width:478px) {
			.body_common #con02 .pic,
			.body_common #con02 .txt {
				width: 100%;
				float:none;
				padding:0;
			}
			}

.body_common #con02 .txt p {
	margin-bottom:1em;
}

.body_common #con02 .floatL.pic {
	background:url(../common/con02_bg01.png) center right no-repeat;
}

.body_common #con02 .floatR.pic {
	background:url(../common/con02_bg02.png) center left no-repeat;
}
			@media screen and (max-width:900px) {
			.body_common #con02 .floatL.pic,
			.body_common #con02 .floatR.pic {
				background-size:60px auto;
			}
			}

			@media screen and (max-width:779px) {
			.body_common #con02 .floatL.pic,
			.body_common #con02 .floatR.pic {
				background-size:40px auto;
			}
			}

			@media screen and (max-width:478px) {
			.body_common #con02 .floatL.pic,
			.body_common #con02 .floatR.pic,
			.body_common #con02 .pic img {
				background:none;
				width:100%;
			}
			}


/* メールニュース */
#mailNews {
	background-color:#f7f6f6;
	padding:46px 20px 60px;
	text-align:center;
}
#mailNews h2 span {
	display:block;
}
#mailNews input {
	padding:10px 15px;
}
		@media screen and (max-width: 779px) {
			#mailNews input[type="text"] {
				width: 400px!important;
			}
		}

#mailNews article {
	padding:0;
}
#mailNews article h2 {
	font-family: "游ゴシック", ArialMT, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#mailNews article h2:after {
	display:none;
}

#mailNews .btn {
	background-color:#282828;
	border:solid 1px #282828;
}
#mailNews .btn:hover {
	color:#282828;
	background-color:#FFF;
}

@media screen and (max-width: 779px) {
#mailNews .balloon2-top p {
	text-align:left;
}
}


/* ----------------------------------------------------------  */

/*          news/index.html            */

/* ----------------------------------------------------------  */
#newsList ul {
	margin-bottom:40px;
	border-top:dotted 1px #ccc;
}

#newsList li{
	list-style:none;
	border-bottom:dotted 1px #000;
}
#newsList li:nth-child(odd) {
	background:#fbfbfb;
}

#newsList li span {
	display:block;
}

#newsList li span.new {
	display:inline-block;
	padding-left:10px;
}

#newsList li span.nolink,
#newsList li a {
	text-decoration: none;
	display: block;
	padding: 20px;
	transition: background-color 0.8s;
	-webkit-transition: background-color 0.8s;
  }
#newsList li a .title {
	text-decoration:underline;
}
	
#newsList li a:hover {
	background-color:#eeeded;
	transition: background-color 0.5s;
}

#newsList li .date {
	color:#333333;
	float:left;
	width:15%;
}
@media screen and (max-width:779px) {
	#newsList li .date {
		width: 100%;
		float:none;
		margin-bottom:5px;
	}
}

#newsList li .title {
	float:right;
	width:80%;
}
@media screen and (max-width:779px) {
	#newsList li .title {
		clear:both;
		width: 100%;
		float: none;
		margin-top:5px;
	}
}

#newsList li .title{
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
	vertical-align: middle;
	text-decoration: none;
}
#newsList li .title::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	color:#FFF;
}

#newsList li .title::after{
	left: 5px;
	width: 3px;
	height: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* thumbnail */
.containerInner_news .thumbnail {
	display:block;
	text-align:center;
	margin-bottom:30px;
}
.containerInner_news .msg {
	padding-bottom:30px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common contents */

/* ----------------------------------------------------------  */

/*          container            */

/* ----------------------------------------------------------  */

html {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
body {
	height: 100%;
	margin: 0;
}
			@media screen and (max-width:779px) {
			body {
				padding-top:75px;
			}
			}
			@media screen and (max-width:478px) {
			body {
				padding-top:82px;
			}
			}

.section {
	width: 100%;
	margin: 0 auto 60px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1130px;
	padding: 0;
}

article {
	padding:50px 30px;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
			@media screen and (max-width:779px) {
			article {
				padding:30px 20px 20px;
			}
			}
			

@media screen and (min-width: 780px), print {
.bnr_jas {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display:none;
}
}
@media screen and (max-width: 779px) {
.bnr_jas {
    display: block;
    padding: 0 20px 30px;
    text-align: center;
}
}
.bnr_jas a {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}
.bnr_jas:hover {
	opacity: 0.8;
}
.bnr_jas a img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
}
.bnr_jas #closeBnr {
	position:absolute;
	top:0;
	right:0;
	z-index:400;
	width:25px;
	padding:5px;
	font-size:0;
}
@media screen and (max-width: 779px) {
	.bnr_jas #closeBnr {
		display:none;
	}
}

/* ----------------------------------------------------------  */

/*          header            */

/* ----------------------------------------------------------  */
header,
#topNavi {
	width: 100%;
	z-index: 9999;
	background-color: #FFF;
	top: 0;
	left: 0;
	display:block;
	z-index:100;
	position:relative;
}
			@media screen and (max-width:779px) {
			header,
			#topNavi {
				padding:30px 0;
			}
			}

header {
	position: fixed;
	padding:0;
}
#topNavi {
	background-image:url(img/hd_bg.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size:80% auto;
}
			@media screen and (max-width:779px) {
			#topNavi {
				background:none;
				background-color: #FFF;
			}
			}


/* logo setting */
.body_common header h1,
.lower header p.logo,
nav#topNavi p.logo {
	padding:15px 0 4px;
	text-align:center;
	width:80%;
	margin:0 auto;
}
.body_common header h1,
.lower header p.logo {
	padding:0;
	width:70%;
}



@media screen and (max-width:779px) {
	header,
	#topNavi {
		padding:14px 0 12px 30px;
		border-bottom:solid 1px #eaeaea;
	}
	nav#topNavi p.logo {
		width: 100%;
		float: none;
		padding:0;
		text-align: center;
		display: table;
	}
	nav#topNavi p.logo a{
		display: table-cell;
		vertical-align: middle;
		
	}
}

header .portalLogo,
nav#topNavi p.portalLogo {
	text-align:left;
	padding:10px 0 0 10px;
}
			@media screen and (max-width:779px) {
					header .portalLogo,
					nav#topNavi p.portalLogo {
						text-align:center;
						padding:0;
					}
			}

.portalLogo img {
	width: 100%;
	max-width:420px;
}
			@media screen and (max-width:478px) {
			.portalLogo img {
				width: 64%;
			}
			}
		
header .portalLogo {
	width:20%;
}
			
.body_common header h1 img,
.lower header .logo img,
nav#topNavi p.logo img {
	width: 100%;
	max-width:520px;
}

.body_common header h1 img,
.lower header .logo img {
	width:40%;
}


			@media screen and (max-width:779px) {
			.body_common header h1 img,
			.lower header .logo img,
			nav#topNavi p.logo img {
				width: 60%;
			}
			}
			@media screen and (max-width:478px) {
			.body_common header h1 img,
			.lower header .logo img,
			nav#topNavi p.logo img {
				width: 74%;
			}
			}


/* navigation */
nav#topNavi div,
header nav{
	width:100%;
	margin: 15px auto 0;
	border-top:solid 1px #eaeaea;
	border-bottom:solid 1px #eaeaea;
	text-align:center;
}
			@media screen and (max-width:779px) {
			nav#topNavi div,
			header nav {
				border:none;
				margin:0;
			}
			}
header nav {
	margin: 0 auto;
}
nav#topNavi ul,
header nav ul{
	width:90%;
	max-width:1200px;
	margin: 12px auto;
	border-left:solid 1px #eaeaea;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:space-around;
	justify-content:space-around;
}
header nav ul{
	margin: 7px auto;
}
nav#topNavi ul li,
header nav li {
	text-align:center;
	margin:0;
	vertical-align: middle;
	border-right:solid 1px #eaeaea;
	-webkit-box-flex:1;
	flex-grow:1;
}
nav#topNavi ul li a,
header nav li a {
	padding:4px 20px;
	display:block;
}
@media screen and (max-width:779px) {
	#topNavi {
		position:fixed;
	}
	header nav,
	nav#topNavi ul{
		display:none;
	}
	nav#topNavi .header_contact {
		display:none;
	}
}

nav#topNavi .header_contact {
	width: 290px;
	margin: 0 auto;
	border: none;
	text-align: left;
	position: absolute;
	top: 0px;
	right: 0;
	padding: 10px 0 0 15px;
	background-color: rgba(255,255,255,0.8);
}

nav#topNavi .header_contact ul {
	width:100%;
	max-width:auto;
	margin:0;
	border:none;
	display:block;
}
nav#topNavi .header_contact ul li {
	text-align:left;
	margin:0;
	vertical-align: middle;
	border:none;
	font-size:0.9em;
}
nav#topNavi .header_contact ul li a {
	padding:0;
	display:inline;
	font-weight:normal;
}
#topNavi .header_contact ul li:last-of-type a:after {
	content:"";
}
/* ---------------------------------------- 

            sp navigation

------------------------------------------ */
.pure-toggle-label {
	display:none!important;
}
			@media screen and (max-width:779px) {
			.pure-toggle-label {
				display:block!important;
			}
			}

.pure-drawer .portalLogo {
	margin:10px 0 0 24px;
	text-align:center;
}
.pure-drawer .portalLogo img {
	width:auto;
	max-width:60%;
}

.pure-drawer .spnavi_logo {
	margin:0 0 0 24px;
	text-align:center;
}
.pure-drawer .spnavi_logo img {
	width:auto;
	max-width:74%;
}
.pure-drawer li {
	text-align:left;
}

.pure-drawer li span {
	display:inline;
}
.nav-primary li img {
	width:10%;
	margin-top:4px;
}
.nav-primary li.herf {
	width:50%;
	float:left;
	text-align:center;
	background:#04345f;
	border-right:solid 1px #f5f6ee;
}
.nav-primary li.herf:nth-child(odd) {
	float:right;
	border-right:none;
}
.nav-primary li.herf a {
	color:#FFF;
}

.nav-primary li .blank:after {
	font-size: 0.6em;
}

.pure-drawer .linkarea02 li a{
	background-color:#295e2a;
	color:#fff;
	display:block;
	padding:10px;
	text-align:center;
	font-weight:bold;
}

/* ----------------------------------------------------------  */

/*          mainContaints            */

/* ----------------------------------------------------------  */

.container {
	min-height:400px;
}
			@media screen and (max-width:478px) {
			.container {
			min-height:auto;
			}
			}





/*--------------------------------------- sideContaints */



/*--------------------------------------- containerBox_main */
/* breadCrumb */
.breadCrumb {
	font-size: 0.9em;
	background-color: #f4f4f4;
}
.breadCrumb ul {
	padding: 0.5em 20px;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.breadCrumb li {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.breadCrumb li::before,
.breadCrumb li::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.breadCrumb li::before{
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadCrumb li a {
	color: #999999;
	text-decoration: none;
}

.breadCrumb li:first-child {
	padding:0;
}
.breadCrumb li:first-child::before {
	border-top:none;
	border-right: none;
}
.breadCrumb li:last-child {
	background-image: none;
	padding-right: 0;
}


/* ----------------------------------------------------------  */

/*          footer            */

/* ----------------------------------------------------------  */

footer {
	width: 100%;
	text-align:center;
	padding: 50px 0 50px;
}
.footer_contact {
	width: 460px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 30px;
}
.footer_contact ul {
	list-style: none;
	padding: 0;
}
.footer_contact ul li {
	font-size: 0.9em;
}
@media screen and (max-width: 779px) {
	.footer_contact {
		width: 100%;
		padding-left: 10%;
	}
}
footer .list_sns {
	list-style: none;
	margin-bottom:20px;
}
footer .list_sns li {
	display: inline-block;
	vertical-align: middle;
}
footer .footer_sns {
	padding: 10px 0;
}
footer .list_sns li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px 20px;
}
/* -----------------------------------------  snsList */
#snsList {
	margin:0 auto 30px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack:center;
	justify-contet:center;
	max-width:20%;
}
				@media screen and (max-width:788px) {
					#snsList {
						max-width:50%;
					}
				}

				@media screen and (max-width:479px) {
					#snsList {
						max-width:60%;
					}
				}

#snsList li {
	list-style:none;
	-webkit-box-flex:1;
	flex-grow:1;
	text-align:center;
}

#snsList li img {
	width:90%;
	max-width:60px;
}
/* -----------------------------------------  bnrList */

#bnrList {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
#bnrList li {
	list-style:none;
	max-width: 250px;
	padding: 5px 10px;
	text-align: center;
}
#bnrList li:fist-of-type {
	max-width:190px;
}
#bnrList li img {
	width: 100%;
}

footer .copy {
	clear: both;
	padding: 30px 30px 0 0;
}
			@media screen and (max-width: 480px) {
			footer .copy {
				padding: 30px 30px 50px 0;
			}
			}


/* ----------------------------------------------------------  */

/*          cleaarFix            */

/* ----------------------------------------------------------  */
.body_common #con02 div:after,
.body_common #con01 dl:after,
#newsList li span.nolink:after,
#newsList li a:after,
nav:after,
#snsList:after,
#topNavi:after,
article:after,
section:after,
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}

/* ----------------------------------------------------------  */

/*          cms setting            */

/* ----------------------------------------------------------  */

.editor-style-btn1 {
	display: inline-block;
	color:#FFF;
	max-width:340px;
	width:90%;
	background-color:#295e2a;
	margin:20px auto;
	font-weight:bold;
	transition:all .5s ease;
	border-radius:10px;
}

.editor-style-btn1 a {
	color:#FFF;
	padding:12px 15px;
	display:block;
	border-radius:10px;
	border:solid 1px #295e2a;
}
.editor-style-btn1 a:hover {
	text-decoration:none;
	cursor: hand;
	cursor:pointer;
	background-color:#FFF;
	color:#295e2a;
	transition:all .5s ease;
	text-decoration:none;
}




/* ----------------------------------------------------------  */

/*          pc sp          */

/* ----------------------------------------------------------  */
.forTab {
	display: none;
}
				@media screen and (max-width:788px) {
					.forTab {
						display: inherit;
					}
					.forPcNoTab {
					display: none;
					}

				}


@media screen and (max-width: 639px) {
	.forPc {
		display: none;
	}
}

.forSp {
	display: none;
}
@media screen and (max-width: 639px) {
	.forSp {
		display: inherit;
	}
}

/* ----------------------------------------------------------  */

/*          contact form            */

/* ----------------------------------------------------------  */
.form_flow {
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}

.form_flow li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 10px solid #ffffff;
	padding: 0 5px;
	width: 34%;
	background-color: #adadad;
}

.form_flow li:first-child {
	border-left: none;
}

.form_flow li.current {
	background-color: #096438;
}

.form_flow li span {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.contact_msg {
	font-size: 1.0em;
	margin: 0 auto;
}

.contact_msg_complete {
	padding: 40px;
	box-shadow: inset 0 0 0 2px #f0f0f0;
}

.contact_msg .editor-style-btn1 {
	float: right;
}

.contact_msg .editor-style-btn1:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5,-1px 0px #e5e5e5;
	padding: 20px 5%;
}

.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}

.error_box .error_msg {
	margin-top: 20px;
}

.contact form {
	text-align: center;
}

#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
	font-size:1.1em;
}

#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}

#input-table table li {
	margin-left: 0;
}

#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}

#input-table table td {
	padding-left: 10px;
}

#input-table table tr {
	transition: linear 0.2s;
	border-top: 1px solid #ccc;
}

#input-table table tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}

#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}

.input_required,
.input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	background-color: #096438;
	color: #ffffff;
	position: absolute;
	right: 10px;
	top: 20px;
}

.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}

#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}

#input-table table tr:last-child td {
	text-align: center;
}

#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}

#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}

.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}

#input-table table .form_input_addnumber {
	width: 40% !important;
}

#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input:focus,
input:textarea {
	border: solid 1px #3ba5eb;
}

.input_button {
	font-size: 0.9em;
	font-weight: bold;
	-webkit-appearance: none;
	padding: 4px 10px;
	background-color: #096438;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

#input-table .input_button {
	padding: 10px 50px;
}

#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}

#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
	border-radius: 3px;
}

/* セパレーター */
#input-table table tr.input-formgroup-blank th{
	background:#F0F0F0;
	border:none;
}
#input-table table tr.input-formgroup{
	padding-top:20px;
}
#input-table table tr.input-formgroup th{
	text-align:left;
	border:none;
	padding:10px 0 5px 50px;
	background-image:url(../../css/img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	background-color:#074D93;/* セパレーターth背景色 */
	border-top:2px solid #EEEEEE;
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed{
	background-image:url(../../css/img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	border-bottom:2px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover{
	cursor:pointer;
	filter: alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title{
	display:block;
	color:#FFFFFF;/* セパレータータイトル文字色 */
	font-size:1.3em;/* セパレータータイトル文字サイズ */
	padding-bottom:5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text{
	position: relative;
	display:block;
	color:#FFFFFF;/* セパレーター説明文文字色 */
	padding:0 5px 0 1em;
	margin:5px 10px 10px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before{
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content:"";
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited,
#input-table table tr.input-formgroup span.input-formgroup-text a:link{
	color:#FFFFFF;/* セパレーター説明文内リンク色1 */
	text-decoration:underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover,
#input-table table tr.input-formgroup span.input-formgroup-text a:active{
	color:#66FFFF;/* セパレーター説明文内リンク色2 */
	text-decoration:underline;
}
@media screen and (max-width:779px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}

	#input-table table th ,
		#input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}

	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content:"";
		display:block;
		clear:both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required,
	.input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
@media screen and (max-width:479px) {
	.form_flow li {
		display: block;
		width: 100%;
		border-left: 10px solid #cccccc;
		border-top: 1px dotted #ccc;
		text-align: left;
	}
	.form_flow li:first-child {
		border-top: none;
	}
}

@media print {
	body {
		width:1080px;
	}
}
@media print{
	header {
		position: absolute !important;
	}
}