@charset "utf-8";
/* CSS Document */
/*
**************************
**************************
MT入力汎用ページcss
**************************
**************************
*/

/**
 * 基本設定
 * ----------------------------------------------------------------------------
 */
/* 要素 */
body{
	font-size: 15px;
	line-height: 180%;
	word-break: break-all;
	margin: 0;
	padding: 0;
	background-image: url("img/bg_202603.png");
}
.bread-crumb{
	max-width: none;
	background: #fff;
}
.breadcrumb{
	max-width: calc(1056px + (24px * 2));
    margin: 0 auto;
}




#pgpage h1,#pgpage h2,#pgpage h3{
	margin-bottom: 20px;
}
#pgpage h2{
	font-size: 200%;
}
#pgpage h3{
	font-size: 180%;
}
#pgpage img,#pgpage object,#pgpage embed,#pgpage video {
    max-width: 100%;
}
a{}
#pgpage a[target*="_blank"]::after{
}
/* クラス */
 #pgpage div.cont0,#pgpage div.cont1,#pgpage #pgpage div.cont2,div.cont3,#pgpage #pgpage div.cont4,#pgpage div.cont5,#pgpage div.cont6,#pgpage div.cont7,#pgpage div.cont8,#pgpage div.cont9,#pgpage div.cont10{
	text-align: center;
}
#pgpage .text,
#pgpage .moviey,
#pgpage .img_s{
	margin-bottom: 30px;
}
#pgpage .img1,
#pgpage .img2,
#pgpage .text1,
#pgpage .text2{
	margin: 0 0 10px 0;
}
#pgpage .clearfix:before,#pgpage .clearfix:after { content: ""; display: table; }
#pgpage .clearfix:after { clear: both; }
#pgpage .clearfix { zoom: 1; }
#pgpage .clear{
	clear: both;
}

#pgpage #container{
	width: 100%;
	/*background: #f9f8f3;*/
	/*width: 900px;*/
	/*padding: 30px 50px 50px 50px;*/
}


#pgpage .bold{
	font-weight: bold;
}
/**
 * メインビジュアル
 * ----------------------------------------------------------------------------
 */
#pgpage .h1mainv h1{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 200%;
	background-repeat: repeat;
	background-size: 60px;
	line-height: 50%;
    margin-bottom: 50px;
}
#pgpage .main_area{
	background-color:  rgba(255,255,255,0.7);
	border-radius: 10px;
	width: 1000px;
    margin: 50px auto;
	padding: 10px 0 50px;
}

/**
 * カラム
 * ----------------------------------------------------------------------------
 */
#pgpage .img_1{
	text-align: left;
}
#pgpage .taiketsu_img{
	display: block;
}

#pgpage .img_area{
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}

#pgpage .tenpo{
	margin-top: 20px;
	display: flex;
}
#pgpage .tenpo img{
	margin: 0;
}
#pgpage .tenpo p{
	text-align: left;
	margin-left: 10px;
}
/**
 * フッダー
 * ----------------------------------------------------------------------------
 */


/**
 * 1080
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width:1080px){
	#pgpage .main_area{
		width: 100%;
	}
	#pgpage .img_1{
		width: 48%;
	}
}


/**
 * 767
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width:767px){
	#pgpage .img_area,#pgpage .tenpo{
		flex-direction: column;
	}
	#pgpage .img_1{
		width: 95%;
		margin: 25px auto;
	}
	#pgpage .img_1 img{
		height: auto;
	}
	#pgpage .shimekiri{
		font-size: 100%!important;
		margin-top: -145px!important;
		line-height: 1.5;
	}
	#pgpage .tousen{
		width: 95%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 1.5!important;
	}
	
	#pgpage .main_area{
		margin: 70px auto;
	}
	#pgpage .tenpo img{
		width: 70%;
		height: auto;
		margin: 0 auto;
	}
	#pgpage .tenpo p {
    margin: 0 auto 20px;
	}
	#pgpage .img_area{
		margin-top: 0;
	}
	#pgpage .moviey iframe{
		width: 95%;
		height: 250px;
	}
}