.midashi_txt{
	width			: 980px ;
	height			: 19px ;
	margin			: 0 0 30px ;
}

.midashi_txt02{
	width			: 980px ;
	height			: 33px ;
	margin			: 0 0 30px ;
}

.cp_txt01{
	width			: 980px ;
	padding			: 0 0 40px ;
	margin			: 0 ;
	font-size		: 16px ;
	line-height		: 26px ;
}

.cp_txt01_img{
	width			: 50% ;
	margin: 0 auto;
}

.cp_line{
	width			: 980px ;
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.cp_box01{
	width			: 300px ;
	margin			: 0 13px 40px 13px ;
}

.cp_box02{
	width			: 300px ;
	margin			: 0 13px 40px 13px ;
}

.cp_img01{
	width			: 100% ;
	margin			: 0 0 15px ;
}

.cp_img02{
	width			: 300px ;
}
.cp_img02 img{
	width			: 100% ;
	height			: auto ;
}

/****下層ページ****/

/**仮**/
.kari_box{
	width			: 980px ;
	height			: 250px ;
	padding			: 230px 0 0 ;
	margin			: 0 0 30px ;
	background-color: #999999 ;
	text-align		: center ;
	font-size		: 20px ;
	font-weight		: bold ;
	color			: #ff0000 ;
}

.cp_boline{
	width			: 980px ;
	height			: 100px ;
	padding			: 0 0 30px ;
	display			: inline-block ;
}
.bo_bnr01{
	margin			: 0 20px 0 0 ;
	padding			: 0 ;
	width			: 230px ;
	height			: 100px ;
	float			: left ;
}

.bo_bnr02{
	margin			: 0 ;
	padding			: 0 ;
	width			: 230px ;
	height			: 100px ;
	float			: left ;
}

.con_img01{
	float:left; margin:0 0 40px;
}
.con_img02{
	float:right; margin:0 0 40px;
}

.com_r02{
	width			: 470px ;
	float			: left ;
	display			: inline-block ;
}

.com_img02{
	width			: 180px ;
	height			: 180px ;
	margin			: 0 15px 0 0 ;
	float			: left ;
}

.com_prof{
	width			: 275px ;
	float			: left ;
}
.com_prof img{
	margin			: 0 ;
}
.com_prof p{
	font-size		: 11px ;
	line-height		: 16px ;
}

.com_box02{
	width			: 980px ;
	padding			: 0 0 40px ;
	display			: inline-block ;
}

/****2023.12.27****/
.th_imgbox{
	width: 980px;
	margin: 0 auto 80px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.th_img01{
	width: 450px;
	height: 350px;
	margin: 0 auto 30px;
	object-fit: cover;
}
.th_img01 img{
	width: 450px;
	height: 350px;
	object-fit: cover;
}

.th_maintit{
	width: 100%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 24px;
	line-height: 1.5;
	margin: 0 0 20px;
	font-weight: 900;
}
.th_txt01{
	width: 100%;
	margin: 0 auto 20px;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

/**ボタン**/
.btnline{
	width: 100%;
	display: inline-block;
}

.btnbox{
	width: 300px;
	margin: 0 auto 100px;
	text-align: center;
	font-size: 15px;
	float: right;
}

.btnbox a:hover{
    color: #f64812;
    text-decoration: none;
}
.btnarrow4{
    /*矢印と下線の基点とするためrelativeを指定*/
	width: 250px;
	position: relative;
    /*形状*/
    display: inline-block;
	padding: 0 20px;
    color: #000;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.btnarrow4::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
	background:#000;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow4::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#000;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before{
	left:20%;
}

.btnarrow4:hover::after{
	right:-5%;
}


@media screen and (max-width:768px) {
/*　画面サイズが749pxまではここを読み込む　*/
.midashi_txt{
	width			: 100% ;
	height			: 19px ;
	margin			: 0 0 30px ;
}
.midashi_txt img{
	width			: 100% ;
	height			: auto ;
}

.midashi_txt02{
	width			: 100% ;
	height			: 33px ;
	margin			: 0 0 30px ;
	overflow: hidden;
}
.midashi_txt02 img{
	width			: 120% ;
	height			: auto ;
	overflow: hidden;
}

.cp_txt01{
	width			: 100% ;
	padding			: 0 0 40px ;
	margin			: 0 ;
	font-size		: 18px ;
	line-height		: 28px ;
}
.cp_txt01_img{
	width			: 100% ;
	margin: 0 auto;
}

.cp_line{
	width			: 100% ;
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.cp_box01{
	width			: 46% ;
	margin			: 0 2% 40px;
}

.cp_box02{
	width			: 46% ;
	margin			: 0 2% 40px;
}

.cp_img01{
	width			: 100% ;
	margin			: 0 0 15px ;
	overflow-x: hidden;
}
.cp_img01 img{
	width			: 150% ;
	overflow-x: hidden;
}

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

/****下層ページ****/

/**仮**/
.kari_box{
	width			: 980px ;
	height			: 250px ;
	padding			: 230px 0 0 ;
	margin			: 0 0 30px ;
	background-color: #999999 ;
	text-align		: center ;
	font-size		: 20px ;
	font-weight		: bold ;
	color			: #ff0000 ;
}

.cp_boline{
	width			: 980px ;
	height			: 100px ;
	padding			: 0 0 30px ;
	display			: inline-block ;
}
.bo_bnr01{
	margin			: 0 20px 0 0 ;
	padding			: 0 ;
	width			: 230px ;
	height			: 100px ;
	float			: left ;
}

.bo_bnr02{
	margin			: 0 ;
	padding			: 0 ;
	width			: 230px ;
	height			: 100px ;
	float			: left ;
}

.con_img01{
	float:none; margin:0 0 40px;
}
.con_img01 img{
	width			: 100% ;
	height			: auto ;
}
.con_img02{
	float:none; margin:0 0 40px;
}
.con_img02 img{
	width			: 100% ;
	height			: auto ;
}

.com_r02{
	width			: 100% ;
	float			: none ;
	display			: inline-block ;
}

.com_img02{
	width			: 180px ;
	height			: 180px ;
	margin			: 0 auto 20px;
	float			: none ;
}

.com_prof{
	width			: 100% ;
	float			: none ;
}
.com_prof img{
	width			: 130px ;
	height			: 37px ;
	margin			: 0 0 0 25%;
}
.com_prof p{
	font-size		: 16px ;
	line-height		: 24px ;
}

.com_box02{
	width			: 100% ;
	padding			: 0 0 40px ;
	display			: inline-block ;
}


/****2023.12.27****/
.th_imgbox{
	width: 100%;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.th_img01{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	object-fit: cover;
}
.th_img01 img{
	width: 100%;
	height: auto;
}

.pc_br{
	display: none;
}



}

@media screen and (min-width: 769px) {
/* 750pxからの幅の場合に適応される */

}
