@charset "utf-8";


/* 幅644px以下から ヘッダー等微調節
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 481px){
	
.spDisp {
	display:block;
}

.spHide {
	display:none;
}

.box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

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

/*　見出し・画像　*/

.pic-left {
	text-align:center;
	float: none;
}

.pic-left img{
	width:94%;
	height:auto;
}

/*　見出し・画像　*/

.midashi1 {
	margin-bottom: 35px;
	font-size: 35px;
	text-align: center;
	background-image: url(../img/midahsi1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}

.midashi2 {
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 10px;
}

.midashi3 {
	margin-bottom: 45px;
	font-size: 35px;
	text-align: center;
	background-image: url(../img/midahsi3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	color: #FFF;
}

/*　ヘッダー　*/


header {
	overflow: hidden;
}

.header_cont {
	width: 100%;
}


.header_logo {
	width: 200px;
	margin-left: auto;
	padding-top: 25px;
	margin-right: auto;
	text-align: center;
	padding-bottom: 25px;
}

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


/*　メインイメージ　*/

.main_image {
	clear: both;
	padding-top: 25%;
	padding-bottom: 25%;
	background-image: url(../img/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}

.main_image h2 {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 23px;
	text-shadow:0 0 15px #000;
	color: #FFF;
}


/*　メイン　*/

.main1 {
	background-image: url(../img/main1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}

.main1_h2 {
	text-align: center;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.main1_c {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.8);
}

.main1_cont {
	width: 80%;
	font-size: 17px;
	margin-right: auto;
	margin-left: auto;
	padding: 10%;
}

.main2 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.main2 h2 {
	margin-bottom: 50px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
}

.main2_c {
	width: 80%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.main2_p {
	float: none;
	width: 100%;
	text-align: center;
}

.main2_p img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}

.main2_p p{
	font-size:14px;
	margin-bottom:10px;
}

.main2_t {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

.main2 h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 2em;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
}
.main2 h3:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 50px;
	height: 4px;
	background-color: black;
}


.main3 {
	padding-top: 70px;
	overflow: hidden;
	padding-bottom: 50px;
	background-image: url(../img/main3_back.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 55%;
}

.main3 h2 {
	margin-bottom: 60px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
	text-align: center;
}

.main3_c {
	overflow: hidden;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.main3_l {
	float: none;
	width: 100%;
	overflow: hidden;
}

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

.main3_l h4 {
	position: relative;
	display: inline-block;
	margin-bottom: 2em;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
}
.main3_l h4:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 50px;
	height: 4px;
	background-color: black;
}

.main3_l h4 span{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
}

.main3_r ul li{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:10px;
}

.main3_r a{
	color: #333;
	text-decoration: underline;
}

.main3_r a:hover{
	color: #999;
	text-decoration: underline;
}

.main3_r p {
	margin-bottom:10px;
}

.main4 {
	padding-top: 50px;
	clear: both;
}

.main4 h2 {
	text-align: center;
	margin-bottom: 50px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
}

.main4_c {
}

.main4_a1 {
	background-color: #333333;
	float: none;
	width: 80%;
	color: #FFF;
	overflow: hidden;
	padding: 10%;
}

.main4_a2 {
	background-color: #333333;
	float: none;
	width: 80%;
	color: #FFF;
	overflow: hidden;
	padding: 10%;
}

.main4_m {
	text-align: center;
	font-size: 20px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
}


.main4_m {
	position: relative;
	display: inline-block;
	margin-bottom: 2em;
	font-size: 20px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.main4_m:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FFF;
}



.main4_p1 {
	float: none;
	width: 100%;
	height: 300px;
	background-image: url(../img/main4_p1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main4_p2 {
	float: none;
	width: 100%;
	height: 300px;
	background-image: url(../img/main4_p2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main4_p3 {
	float: none;
	width: 100%;
	height: 300px;
	background-image: url(../img/main4_p3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main4_p4 {
	float: none;
	width: 100%;
	height: 300px;
	background-image: url(../img/main4_p4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main5 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 20px;
}

.main5 h2 {
	margin-bottom: 40px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
	text-align: center;
}

.main5_c {
	background-color: #EEEEEE;
}

.main5_c {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.main5_t {
	font-size: 20px;
	text-align: center;
}

.main5_t a{
	color: #333;
	text-decoration: underline;
}

.main5_t a:hover{
	color: #999;
	text-decoration: underline;
}

footer {
	background-color: #181A17;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.footer_logo {
	width: 40%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

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

.copyright {
	text-align: center;
	clear: both;
	color: #FFF;
	font-size: 12px;
}

.thanks {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 200px;
}

.thanks a{
	color: #333;
}

.thanks a:hover{
	color: #999;
}

.page_title {
	background-image: url(../img/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-size: cover;
	padding-top: 3em;
	padding-bottom: 3em;
}

.page_title h3{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
	text-shadow:0 0 5px #FFF;
}

}
