@charset "UTF-8";
/************************************************************
 * UTF-8で保存してください。
 ************************************************************/

body {
	font-family: 'Noto Sans JP',sans-serif;
	font-size: 100%;
	background: #fff;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#proContents {
	font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "osaka", sans-serif;
	line-height: 1.4;
	color: #000;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	min-width: 980px;
}

#proContents h1,h2,h3,h4,h5 {
	text-align: center;
}

#proContents ul,
#proContents li {
	list-style: none;
	list-style-position: outside;
}

#proContents a { outline: none; }
#proContents a:focus{ outline: none; }
#proContents a:active{ outline: none; }

#proContents a:hover img,
#proContents a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	transition: .3s opacity;
}

#wrapper img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

#wrapper a > img {
	display: inline;
}

#proContents table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*-----------------------------
    header
------------------------------*/

#header {
	padding: 24px 0;
	margin: 0 auto;
	background: #fff;
}

#header .logo{
	text-align: center;
}

#header .logo img {
	display: block;
	margin: 0 auto;
}

#header .logo a {
	display: inline-block;
	position: relative;
}




/*-----------------------------
    contents
------------------------------*/
#wrapper .mainVisual{
	background: #1a1a1a;
}

#wrapper .mainVisual img{
	width: 100%;
	height: auto;
	max-width: 2000px;
}

#proContents .contents {
}

#proContents .mainContWrap {
}

.lead {
	background-color: #DDE4D4;
	padding: 67px 0 0 0;
}

.cont01 {
	padding: 133px 3% 170px;
	background-color: #DDE4D4;
}

.cont01_frame {
	border: 5px solid #556800;
	border-radius: 90px;
	width: 100%;
	max-width: 980px;
	margin: auto;
	padding: 0 0 100px 0;
}

@media screen and (max-width: 980px) {
	.cont01_frame {
		padding: 0 3% 100px;
	}
}

.cont01 .tit {
	margin-bottom: 100px;
}

.cont01 .tit span {
	display: block;
	width: 596px;
	margin: -105px auto 81px;
	background-color: #DDE4D4;
}

.cont01 .main_01 .main:not(:first-of-type) {
	margin-top: 80px;
}

.cont01 .main_02 {
	padding: 150px 0 0 0;
}

.cont01 .main_02 .sub_tit {
	margin-bottom: 100px;
}

.cont01 .main_02 .main:not(:first-of-type) {
	margin-top: 65px;
}

.cont02 {
	background: #F4F4F6 url("../images/bg_cont_02.png") no-repeat center top / cover;
	padding: 120px 2% 170px;
}

.cont02 .tit {
	margin-bottom: 40px;
}

.cont02 .main:not(:first-of-type) {
	margin-top: 60px;
}

.linkArea {
	padding: 80px 0;
}

.linkArea .tit {
	margin-bottom: 32px;
}

.buttonBox {
	text-align: center;
}

.linkButtonList li:not(:first-of-type) {
	margin-top: 20px;
}

.fixedNav {
	position: fixed;
	right: 0;
	top: 40%;
	transform: translateY(-40%);
	display: none;
}

.fixedNavList li:not(:first-of-type) {
	margin-top: 28px;
}

#pagetop a {
	position: fixed;
	bottom: 20px;
	right: 100px;
	text-decoration: none;
	width: 72px;
	height: 72px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	text-align: center;
	display: block;
	background: url("../images/pagetop.svg") no-repeat center/cover;
	-webkit-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
	z-index: 100;
}


@media screen and (max-width: 980px) {
	#pagetop a {
		right: 15px;
		/*bottom: 90px;*/
	}
}




/*-----------------------------
    footer
------------------------------*/

footer {
	margin: 0 auto;
	position: relative;
	padding: 24px 0;
	background: #f18900;
	text-align: center;
}

