@charset "shift_jis";
/*ポップアップページ適用CSS -------------------------------------------------------------- */

* {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	list-style-type:none;
}
body {
	font-weight:normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height:1.5;
	color:#333333;
	text-align: center;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd {
	margin:0px;
	padding:0px;
}

p {
	margin-bottom: 15px;
	font-size: 100%;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

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

a:hover {
	text-decoration:none;
}



/*コンテンツ大枠 -------------------------------------------------------------- */

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 630px;
	padding-bottom: 10px;
}

#contents {
	margin: 0px;
	padding: 0px;
}

body.picture #contents {
	border-top: none;
}

/*コンテンツ -------------------------------------------------------------- */

h1 {
	font-size: 15px;
	font-weight: 500;
	/*background: url(../../img/img-popup/bg_h2.gif) no-repeat left bottom;*/
	margin: 10px 20px 30px;
	color:#01a685;
	text-align: right;
}

h2 {
	padding: 10px 15px;
    font-size: 16px;
    color: #fff;
	font-weight: 700;
    background: #01a685;
    margin: 30px 20px 0;
}

.left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
.right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 430px;
}

.right p {
	margin-right: 20px;
	font-size: 14px;
}

.right2 p {
	margin: 0px 40px 0px 25px;
	padding: 0px 0px 15px;
	font-size: 100%;
}

.left p {
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
}



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

#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
	width: 150px;
}

#footer ul {
	margin: 0px;
	text-align: center;
	padding: 10px 0px 0px 255px;
}

/* #footer ul li {
	list-style:none;
	margin: 0px;
	display: block;
	height: 40px;
	width: 100px;
	padding: 0px;
	float: left;
	text-align: center;
} */

	
#footer ul li.mthod01 a{
	position: relative;
    padding: 0 1.5em;
    line-height: 1;
	color: #333333!important;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}	
#footer ul li.mthod01 a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 100%;
	background: #a9a9a9;
}
#footer ul li.mthod01 a:after{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #a9a9a9;
}
	
/* #footer ul li a:hover{
	background-position:right top;
}	 */


body.picture #footer {
	margin: 10px auto 0px;
	padding: 0px;
	clear: both;
	width: 100px;
}

body.picture #footer ul {
	margin: 0px;
	padding: 0px 0px 10px;
	text-align: center;
}

body.picture p{
	margin: 0px 0px 15px;
	padding: 0px;
}


#wrapper2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}


body.document ul {
	margin: 0px auto;
	text-align: center;
	padding: 10px 10px 0px 0px;
	width: 100px;
}

body.document ul li {
	list-style:none;
	margin: 0px;
	display: block;
	height: 22px;
	width: 100px;
	padding: 0px;
}

body.document ul li a{
	text-indent:-10000px;
	display:block;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 100px;
	background:url(../../img/img-popup/btn_01.gif) no-repeat left top;
	}
		
	
body.document ul li a:hover{
	background-position:right top;
}	

@media screen and (max-width: 991px) {
	#wrapper {
		width: 100%;
	}
	#contents {
		width: 88%;
		margin: auto;
		padding-bottom: 50px;
	}
	h1 {
		margin: 10px 0 30px;
	}
	h2 {
		margin: 30px 0 0;
		padding: 7px 10px;
	}
	.flex {
		display: flex;
		justify-content: space-between;
	}
	.left {
		width: 35%;
	}
	.left p {
		padding-left: 0;
	}
	.left img{
		width: 100%;
	}
	.right {
		width: 60%;
	}
	.right p{
		margin-right: 0;
	}
	#footer {
		width: 100%;
		margin-top: 35px;
	}
	#footer ul {
		padding: 0;
	}
}