@charset "utf-8";

/* common 
*****************************************/
body {
	color: #333;
	line-height: 1.6;
	font-family: Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";
	font-size: 75%;
}

.gill {
	font-family: 'Gill Sans W01 Book';
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 30px 0 20px;
	width: 900px;
}

.pcNone {
	display: none;
}

input,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	background: none;
}

select::-ms-expand {
	display: none;
}

input[type="submit"] {
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus {
	outline-offset: -2px;
}

input[type="submit"]:-moz-focus-inner{
	border :0;
}

input[type=radio], input[type=checkbox] {
	display: none;
}
@media screen and (max-width: 767px) {
html {
	overflow: auto;
	height: 100%;
}

body {
	position: relative;
	width: 100%;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	-webkit-text-size-adjust: 100%;
}

body.on {
	height: 100%;
}

#container01 {
	-webkit-transition: all .3s;
	transition: all .3s;
}

body.active #container01 {
	-webkit-transform: translate3d(-278px, 0, 0);
	transform: translate3d(-278px, 0, 0);
	border-right: #373737 solid 2px;
}

#wrapper {
	padding-top: 10px;
	width: 100%;
}

#wrapper.on {
	height: 100%;
	min-height: 580px;
	border-right: #373737 solid 2px;
}

img {
	width: 100%;
}

input {
	-webkit-appearance: none;
	border-radius: 0;
}

.spNone {
	display: none !important;
}

.pcNone {
	display: block !important;
}


}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

.mt00 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt30:first-child {
	margin-top: 0 !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}

.notes {
	font-size: 84% !important;
}

.color01 {
	color: #f00 !important;
}

.color02 {
	color: #900 !important;
}

.pdf {
	padding: 0 0 5px 19px;
	background: url(../images/ic01.gif) no-repeat 0 0;
	background-size: 15px auto;
}

.new {
	margin-top: 0 !important;
	color: #f00;
	font-size: 84%;
}

.upcoming {
	margin-top: 0 !important;
	color: #f00;
	font-size: 84%;
}

.current {
	margin-top: 0 !important;
	color: #0000ff;
	font-size: 84%;
}

.caption {
	margin-top: 8px !important;
	font-size: 84%;
}

.displayNone {
	display: none !important;
}

.hover02 {
	background-color: #fff;
}

.hover02 a img,
.hover02:hover input {
	transition: opacity .3s;
}

.hover02 a:hover img,
.hover02:hover input {
	opacity: .6;
}

.font01 {
	font-size: 75%;
	color: #999;
}

.moretext {
	font-size: 84%;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

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

.stay a:link,
.stay a:visited {
	color: #999;
	text-decoration: none;
}

a:focus {
	overflow: hidden;
}


/* header
*****************************************/
#header {
	position: relative;
	z-index: 100;
}

#logo {
	padding-top: 7px;
	width: 276px;
	font-size: 0;
}

#logo img {
	width: 100%;
}

#headerWrap {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
}

.relationNavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	width: 350px;
}

.search01 {
	float: left;
	width: 60px;
	vertical-align: middle;
}

.screen-reader-text {
	display: none;
}

.language {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
}

.language > li {
	margin-left: 13px;
}

.language > li a {
	display: block;
	letter-spacing: 0.1em;
}

.language > li a.stay,
.language > li a:hover {
	color: #ccc;
}

#headBtn {
	display: none;
}

#globalNavi {
	margin-top: 94px;
}

#globalNavi > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#globalNavi > ul > li a {
	letter-spacing: 0.22em;
}

#globalNavi > ul > li a.stay,
#globalNavi > ul > li a:hover {
	color: #ccc;
}

#globalNavi > ul > li.navi09 img {
	width: 95px;
}

#globalNavi > ul > li.navi09 > a {
	transition: all .3s;
}
#globalNavi > ul > li.navi09 > a:hover {
	opacity: .6;
}

@media screen and (max-width: 767px) {
#header {
	z-index: inherit;
}

#logo {
	padding: 5px 0 0 10px;
	width: 176px;
}

#headBtn {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
}

#navBtn {
	display: block;
	padding: 19px 8px;
	background-color: #373737;
}

#navBtn span {
	display: block;
	position: relative;
	width: 24px;
	height: 2px;
	z-index: 100;
	background-color: #fff;
	text-indent: -9999px;
}

#navBtn span:before,
#navBtn span:after {
	content: " ";
	position: absolute;
	display: block;
	width: 24px;
	height: 2px;
	left: 0;
	background-color: #fff;
}

#navBtn span:before {
	top: -6px;
}
#navBtn span:after {
	bottom: -6px;
}

#pageslide {
	display: none;
	position: absolute;
	top: 0;
	width: 278px;
	height: 100%;
	z-index: 999999;
}
#headerWrap {
	position: fixed;
	top: 0;
	left: auto;
	right: -278px;
	margin-left: 0;
	padding: 0 10px;
	width: 278px;
	height: 100%;
	z-index: 1;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#headerWrap.active {
}

.relationNavi {
	position: relative;
	margin-top: 25px;
	width: 100%;
}

.language {
	float: none;
	margin-top: 25px;
	padding: 5px 0;
	width: 100%;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}

.language > li {
	margin-left: 0;
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
}

.language > li a {
	padding: 8px 0;
	border-left: #ddd solid 1px;
	text-align: center;
	box-sizing: border-box;
}

.language > li:first-child a {
	border-left: none;
}

.language > li a.stay,
.language > li a:hover {
	color: #000;
}

#globalNavi {
	margin-top: 5px;
}

#globalNavi > ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#globalNavi > ul > li {
	margin: -1px 0 0;
	width: 100%;
}

#globalNavi ul li a {
	display: block;
	padding: 17px 11px;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	box-sizing: border-box;
	font-size: 100%;
}

#globalNavi ul li.navi09 a {
	border-top: none;
	border-bottom: none;
}
#globalNavi > ul > li.navi09 > a:hover {
	opacity: 1.0;
}

#globalNavi > ul > li a.stay,
#globalNavi > ul > li a:hover {
	color: #000;
}


}

/* footer
*****************************************/
#footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 46px;
	letter-spacing: 0.1em;
}

.footNavi01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
}

.footNavi01 > li {
	margin-left: 24px;
	font-size: 92%;
}

.footNavi01 > li:first-child {
	margin-left: 0;
}

#copyright {
	font-size: 92%;
}

@media screen and (max-width: 767px) {
#footer {
	margin: 40px 10px 0;
	padding-top: 40px;
	border-top: #ddd solid 1px;
}

.footNavi01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0;
	width: 100%;
}

.footNavi01 > li {
	margin: 10px 13px 0;
}

.footNavi01 > li:first-child {
	margin-left: 15px;
}

#copyright {
	margin-top: 40px;
	width: 100%;
	text-align: center;
}

}

/* aside 
*****************************************/
#aside {
	float: left;
	width: 200px;
}

#aside p {
	margin-bottom: 5px;
}

#aside ul > li {
	margin-bottom: 5px;
}

#aside02 {
	float: left;
	width: 320px;
}

#aside02 .text02 {
	margin-top: 40px;
	text-align: right;
}

.asideSection01 {
	margin-top: 30px;
}

.asideSection01:first-child {
	margin-top: 0;
}

.asideSection01 .title01 {
	font-size: 108%;
	letter-spacing: 0.22em;
}

#aside02 .gallery {
	width: 220px;
	overflow: hidden;
	margin: 0 0 0 50px;
}

#aside02 .scrollArea01 .gallery {
	width: 320px;
	margin: 0;
}

#aside02 .gallery ul {
	width: 230px;
}

#aside02 .scrollArea01 .gallery ul {
	width: 300px;
}

.slideBtn01 {
	position: relative;
	padding-left: 10px;
	cursor: pointer;
}

.slideBtn01:hover {
	color: #999;
}

.slideBtn01:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 4px;
	border-color: transparent transparent transparent #000;
}

.slideBtn01:hover:before {
	border-color: transparent transparent transparent #999;
}

.slideBtn01.active:before {
	border-width: 4px 2.5px 0 2.5px;
	border-color: #000 transparent transparent transparent;
}

.slideBtn01.active:hover:before {
	border-color: #999 transparent transparent transparent;
}

.slideList01 {
	margin-left: 10px;
}

.slideList01:after {
	content: normal !important;
}

@media screen and (max-width: 767px) {
#aside {
	float: none;
	margin-top: 20px;
	padding-top: 20px;
	width: 100%;
	border-top: #ddd solid 1px;
}

#aside ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#aside ul > li {
	width: 50%;
	box-sizing: border-box;
}

#aside ul li:nth-child(odd) {
	padding-right: 5px;
}
#aside ul li:nth-child(even) {
	padding-left: 5px;
}

#aside02 {
	float: none;
	margin-top: 50px;
	width: 100%;
}

.asideSection01 {
	margin-top: 40px;
}

.asideSection01 .title01 {
	text-align: center;
}

#aside02 .gallery {
	width: 100%;
	overflow: inherit;
	margin: 0;
}

#aside02 .scrollArea01 .gallery {
	width: 100%;
	margin: 8px 0 0;
}

#aside02 .gallery ul {
	width: 100%;
}

#aside02 .scrollArea01 .gallery ul {
	width: 100%;
}

#aside02 .gallery li {
	margin: 5px 0 0 0;
	width: 25%;
	padding: 0 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#aside .asideList01 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#aside .asideList01 > li {
	margin-right: 30px;
	width: auto;
}

#aside ul li:nth-child(odd) {
	padding-right: 0;
}
#aside ul li:nth-child(even) {
	padding-left: 0;
}

.slideBtn01 {
	margin-top: 15px;
	margin-bottom: 0 !important;
}
.slideBtn01:hover {
	color: #000;
}

.slideBtn01:hover:before {
	border-color: transparent transparent transparent #000;
}
.slideBtn01.active:hover:before {
	border-color: #000 transparent transparent transparent;
}

.slideList01 {
	margin: 15px 0 0;
}
}

/* form
*****************************************/
.window01 {
	float: left;
	padding: 5px 5px;
	width: 108px;
	height: 13px;
	border: #ddd solid 1px;
	font-size: inherit;
}

#container .window01 {
	width: 208px;
}

.window02,
.window03 {
	padding: 5px;
	width: 100%;
	height: 45px;
	border: #ddd 1px solid;
	background-color: #fff;
	font-family: inherit;
	font-size: 16px;
	box-sizing: border-box;
}

.window03 {
	height: 200px;
}

.mwform-radio-field {
	display: block;
	margin-top: 20px !important;
}

.mwform-radio-field:first-child {
	margin-top: 0;
}

.mwform-radio-field-text {
	display: inline-block;
	position: relative;
	padding-left: 30px;
}

.mwform-radio-field-text:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	margin: auto;
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	border-radius: 50%;
	box-sizing: border-box;
}

.radio01 + .mwform-radio-field-text:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	content: "";
	margin: auto;
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 50%;
	box-sizing: border-box;
	transition: all .2s;
	opacity: 0;
}

.radio01:checked + .mwform-radio-field-text:after {
	opacity: 1;
}

.mwform-checkbox-field-text {
	position:relative;
	margin-right: 20px;
	padding-left: 27px;
}

.mwform-checkbox-field-text:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	margin: auto;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}

.check01 + .mwform-checkbox-field-text:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 4px;
	content: "";
	margin-top: -5px;
	width: 11px;
	height: 7px;
	box-sizing: border-box;
	border-left: 3px solid #999;
	border-bottom: 3px solid #999;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .2s;
	opacity: 0;
}

.check01:checked + .mwform-checkbox-field-text:after {
	opacity: 1;
}

.mw_wp_form .error {
	margin-top: 5px;
	color: #B70000 !important;
	font-size: 12px !important;
}

.btnArea01 {
	position: relative;
}

.btnArea01 > .button01 {
	margin-top: 40px;
	text-align: center;
}

.btnArea01 > .button02 {
	position: absolute;
	top: 0;
	left: 0;
}

.formButton01 {
	display: block;
	margin: 0 auto;
	padding: 12px 30px;
	border: #373737 solid 1px;
	background-color: #373737;
	color: #fff;
	font-size: 16px;
	font-family: inherit;
	text-decoration: none;
	text-align: center;
	transition: all .3s;
}
.formButton01:hover {
	background-color: #fff;
	color: #373737;
}

.formButton02 {
	display: block;
	margin: 0 auto;
	padding: 12px 30px;
	border: #999 solid 1px;
	background-color: #999;
	color: #fff;
	font-size: 16px;
	font-family: inherit;
	cursor: pointer;
	transition: all .3s;
}
.formButton02:hover {
	background-color: #fff;
	color: #999;
}

@media screen and (max-width: 767px) {
.window01 {
	width: 186px;
}

.window02 {
	padding: 8px 10px 8px 20px;
}

.window03 {
	padding: 8px 10px 8px 20px;
}

.mwform-radio-field,
.mwform-checkbox-field {
	display: block;
	margin-top: 10px;
}

.btnArea01 > .button02 {
	position: static;
	margin: 30px auto 0;
	text-align: center;
}

.formButton01:hover {
	background-color: #373737;
	color: #fff;
}
.formButton02:hover {
	background-color: #999;
	color: #fff;
}
}


/* editor 
*****************************************/
#main02 p,
#main03 p {
	margin-top: 20px;
}

#main02 img,
#main03 img {
	max-width: 100%;
	width: auto;
	height: auto;
}

em {
	font-style: italic;
}

strong em {
	font-weight: bold;
}

#main02 ul {
	margin: 20px 0 0 18px;
}

#main02 ol {
	margin: 20px 0 0 30px;
}

#main02 ul li {
	margin-top: 5px;
	list-style: disc outside;
}

#main02 ol li {
	margin-top: 5px;
	list-style: decimal outside;
}


#main02 table {
	margin-top: 20px;
	width: 100%;
}

#main02 table th,
#main02 table td {
	padding: 5px;
}

#main02 blockquote {
	margin: 20px 0 0 30px;
	font-style: italic !important;
}

#main02 blockquote strong {
	font-style: italic !important;
}

#main02 .movieWrap {
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 640px;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#main02 .movieWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none !important;
	height: 100%;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

#main02 p:first-child,
#main03 p:first-child,
#main02 ul:first-child,
#main03 ul:first-child,
#main02 ol:first-child,
#main03 ol:first-child,
#main02 table:first-child,
#main03 table:first-child {
	margin-top: 0;
}


/* contents
*****************************************/
#contents {
	margin-top: 102px;
}

#container {
	margin-top: 55px;
}

.heading02 + #container {
	margin-top: 30px;
}

.column {
	margin: 0 auto;
	width: 900px;
	text-align: center;
}

.column .image01 {
	margin: 0 auto;
}

.column .image01 img {
	width: auto;
	height: 450px;
	background-color: #fff;
}

.column .title01 {
	margin-top: 15px;
	font-size: 84%;
	font-weight: bold;
}

.column .text01 {
	margin: 25px auto 0;
	letter-spacing: 0.22em;
}

.editorArea01 {
	margin: 5px auto 0;
	height: 5em;
	font-size: 84%;
	overflow: hidden;
}

.wrap01 {
	margin-top: 30px;
	padding-left: 9px;
	border-left: #eee solid 1px;
}

.wrap01:first-child {
	margin-top: 0;
}

.wrap3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrap3.line {
	margin-top: 35px;
	border-top: #ddd solid 1px;
}

.col1 {
	margin-top: 40px;
	padding: 0 10px;
	width: 280px;
}

.col1 > .image01 {
	margin: 10px auto 0;
	text-align: center;
}

.col1 > .image01 img {
	width: auto;
	height: 140px;
	background-color: #fff;
}

.col1 > .text01 {
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.22em;
}

.col1 > .title01 {
	margin-top: 10px;
	font-size: 84%;
	font-weight: bold;
}

.col1 > .title01 .new {
	margin-right: 10px;
	color: #f00;
	font-size: 100%;
}

.col1 > .editorArea01 {
	height: 1.8em;
	font-size: 84%;
}

.col2 {
	float: left;
	width: 100px;
	text-align: center;
}

.col2 img {
	width: 100%;
	height: auto;
}

.col3 {
	margin: 10px 0 0 115px;
	font-size: 75%;
}

.col3 .title02 {
	font-weight: bold;
}

.col3 p {
	margin-top: 5px;
}

.col4 {
	float: left;
	width: 200px;
	text-align: center;
}

.col4 img {
	width: auto;
	height: 100px;
}

.col5 {
	margin-left: 216px;
}

.col5 p {
	margin-top: 5px;
}

.col6 {
	float: left;
	margin-top: 80px;
	width: 450px;
}

.heading01 + .wrap .col6 {
	margin-top: 50px;
}

.col6 .text01,
.col6 .notes {
	margin-top: 10px;
}

.col6 .text01:first-child {
	margin-top: 0;
}

.col6 .image01 {
	margin-top: 40px;
}

.col6 .image01 img {
	width: auto;
	height: 36px;
}

.col6 .image02 img {
	width: 400px;
}

.heading01 {
	font-size: 267%;
	letter-spacing: 0.22em;
	line-height: 1.0;
}

.heading02 {
	font-size: 134%;
	font-weight: bold;
}

.heading03 {
	margin-top: 5px;
	font-weight: bold;
}

.heading03:first-child {
	margin-top: 0;
}

.heading03 + form.wrap {
	margin-top: 20px;
}

#main {
	float: right;
	width: 700px;
}

#main02 {
	float: left;
	margin-right: 50px;
	width: 530px;
}

#main03 {
	margin-top: 50px;
}

.list01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: right;
	width: 460px;
}

.list01 > li {
	width: 230px;
	margin-bottom: 5px;
}

.list02 {
	margin: 55px auto 0;
	max-width: 500px;
}

.list02 > dt {
	margin-top: 40px;
	font-weight: bold;
}

.list02 > dt:first-child {
	margin-top: 0;
}

.list02 > dd {
	margin-top: 10px;
}

.section01 {
	margin-top: 50px;
}

.section02 {
	margin-top: 30px;
}

.section02:first-child {
	margin-top: 0;
}

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

.section03 .text01 {
	margin-top: 5px;
}

.img01 {
	margin-top: 27px;
}

.img01 img {
	width: 100%;
	height: auto;
}

#main02 .socialBtn {
	margin: 20px 0 0 auto;
	width: 51px;
}

#main02 .socialBtn li {
	float: left;
	margin: 0 0 0 5px;
	width: 12px;
	list-style: none;
	font-size: 0;
}

#main02 .socialBtn li img {
	width: 100%;
}

.gallery {
	margin-top: 4px;
}

.gallery li {
	float: left;
	width: 70px;
	margin: 5px 5px 0 0;
}

.gallery li img {
	width: 100%;
	height: auto;
	background-color: #fff;
}

.gallery li p.caption01 {
	margin-bottom: 5px;
	border-bottom: #eee solid 1px;
}

#main03 .gallery {
	width: 900px;
	overflow: hidden;
}

#main03 .gallery ul {
	width: 930px;
}

#main03 .gallery li {
	float: left;
	width: 150px;
	height: 180px;
	margin: 30px 30px 0 0;
}

#main03 .gallery li p.caption01 {
	height: 19px;
	overflow: hidden;
}

.scrollArea01 {
	margin-top: 3px;
	height: 230px;
	overflow: hidden;
}

.pagination {
	margin-top: 50px;
}

#main03 .pagination {
	margin-top: 0;
}

.pagination ul {
	text-align: center;
}

.pagination ul li {
	margin-left: 5px;
	display: inline-block;
	background-color: #fff;
	vertical-align: top;
}

.pagination ul li a {
	display: inline-block;
	padding: 2px 7px;
	border: #ddd solid 1px;
	background-color: #fff;
	vertical-align: top;
}

.pagination ul li span {
	display: inline-block;
	padding: 2px 7px;
	border: #373737 solid 1px;
	background-color: #373737;
	color: #fff;
}

.pagination a:hover,
.pagination a:active {
	border: #373737 solid 1px;
	background-color: #373737;
	color: #fff;
}

.localNav01,
.localNav02 {
	display: none;
}

.frameArea01 {
	margin-top: 40px;
	padding: 25px;
	max-height: 200px;
	border: #ddd solid 1px;
	overflow-y: scroll;
	box-sizing: border-box;
}

.frameArea01 > .text01 {
	margin-top: 20px;
	line-height: 1.75;
	box-sizing: border-box;
}

.frameArea01 > .text01:first-child {
	margin-top: 0;
}

.txt01 {
	margin-top: 55px;
}

.btn01 {
	display: table;
	margin: 40px auto 0;
	text-align: center;
}

.btn01 > a {
	display: block;
	margin: 0 auto;
	padding: 12px 30px;
	border: #373737 solid 1px;
	background-color: #373737;
	color: #fff;
	font-size: 16px;
	font-family: inherit;
	text-decoration: none;
	text-align: center;
	transition: all .3s;
}

.btn01 > a:hover {
	background-color: #fff;
	color: #373737;
}

.grecaptcha-badge { visibility: hidden; }

.reCAPTCHA01 {
	margin-top: 10px;
	text-align: center;
}
.reCAPTCHA01 > a {
	text-decoration: underline;
}
.reCAPTCHA01 > a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
#contents {
	margin: 40px 10px 0;
}

#container {
	margin-top: 30px;
}

.column {
	margin: 0 auto;
	width: 100%;
}

.column .image01 {
	margin: 0 auto;
	height: 220px;
}

.column .image01 img {
	height: 100%;
}

.column .title01 {
	margin-top: 15px;
	font-weight: bold;
}

.column .text01 {
	margin: 25px auto 0;
}

.wrap01 {
	margin-top: 30px;
	padding-left: 0;
	border-left: none;
}

.wrap3 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.col1 {
	margin-top: 30px;
	padding: 0;
	width: 48%;
	box-sizing: border-box;
}

.col1 > .image01 {
	margin: 5px auto 0;
}

.col1 > .image01 img {
	height: 100px;
}

.col1 > .title01 {
	margin-top: 15px;
}

.col1 > .title01 .new {
	display: block;
}

.col1 > .editorArea01 {
	height: 1.8em;
}

.col2 {
	width: 70px;
}

.col3 {
	margin-left: 85px;
	font-size: 85%;
}

.col4 {
	float: none;
	margin: 0 auto;
	width: auto;
	max-height: 200px;
}

.col4 img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 200px;
}

.col5 {
	margin: 10px 0 0;
}

.col6 {
	float: none;
	margin-top: 50px;
	width: 100%;
}

.heading01 + .wrap .col6 {
	margin-top: 30px;
}

.col6 .image01 {
	margin-top: 20px;
}

.col6 .image01 img {
	height: 27px;
}

.col6 .image02 {
	text-align: center;
}

.col6 .image02 img {
	max-width: 100%;
	width: auto;
}

.heading01 {
	font-size: 150%;
	text-align: center;
}

.heading01 img {
	height: 22px;
}

#main {
	float: none;
	width: 100%;
}

#main02 {
	float: none;
	margin-right: 0;
	width: 100%;
}

.list01 {
	float: none;
	width: 100%;
}

.list01 > li {
	width: 50%;
	box-sizing: border-box;
	font-size: 91%;
}

.list01 > li:nth-child(odd) {
	padding-right: 5px;
}
.list01 > li:nth-child(even) {
	padding-left: 5px;
}

.list02 {
	margin-top: 30px;
}

.section01 {
	margin-top: 50px;
}

.img01 {
	margin-top: 0;
}

.img01 img {
	width: auto;
	max-width: 100%;
}

#main02 .socialBtn {
	margin: 20px 0 0 0;
	width: auto;
}

#main02 .socialBtn li {
	float: left;
	margin: 0 5px 0 0;
	width: 24px;
}

.gallery {
	margin-top: 4px;
}

.gallery li {
	float: left;
	width: 70px;
	margin: 0 5px 0 0;
}

.gallery li p.caption01 {
	margin-bottom: 5px;
	border-bottom: #eee solid 1px;
}

#main03 .gallery,
#main03 .gallery ul {
	width: 100%;
}

#main03 .gallery li {
	float: left;
	margin: 15px 0 0 0;
	padding: 0 4px;
	width: 33%;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.scrollArea01 {
	margin-top: 5px;
	width: 100% !important;
	height: 100% !important;
}

.localNav01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
	padding-top: 15px;
	border-top: #ddd solid 1px;
}

.localNav01 > li {
	margin: 0 30px 5px 0;
}

.localNav02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 15px 0 0;
}

.localNav02 > li {
	margin-bottom: 5px;
	width: 50%;
	box-sizing: border-box;
}

.localNav02 li:nth-child(odd) {
	padding-right: 5px;
}
.localNav02 li:nth-child(even) {
	padding-left: 5px;
}

.frameArea01 {
	padding: 20px 5.6%;
}

.btn01 > a:hover {
	background-color: #373737;
	color: #fff;
}


}

/* Clearfix
*****************************************/
#container:after,
#footer:after,
.footNavi01:after,
.wrap:after,
.wrap01:after,
.wrap2:after,
.wrap3:after,
.gallery ul:after,
.relationNavi:after,
.socialBtn:after,
#aside ul:after {
	content: " ";
	display: block;
	clear: both;
}
