@charset "utf-8";
.menu03 a::after{
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 20px;
	background-image: linear-gradient(transparent 50%, #ffb000 50%);
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
	z-index: -10;
}
.menu03 a:hover::after {
	transform: scale(1, 1);
}




.content_box{
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin: 0 0 15px;
	background-image: url("../img/main01.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}

.content_tit h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 40px;
	color: #fff;
	text-shadow: #222 10px 0 20px;
	margin: 0;
}

/********/
.has-text-align-center{
	width: 100%;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	color: #0071bc;
}

.recbox{
	width: 720px;
	margin: 0 auto 150px;
}

table{
	width: calc( 100% - 2px );
}

table tr td {
    border: solid 1px #d9eaf5 !important;
}

/* 1列目（左カラム） */
table tr td:first-child {
    width: 130px;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: #d9eaf5;
}

/* 2列目（右カラム） */
table tr td:last-child {
    width: calc(100% - 140px);
    font-size: 16px;
    padding: 15px 10px;
    text-align: left;
}

/* 右カラムのリンク */
table tr td:last-child a {
    text-decoration: underline;
}
@media screen and (max-width: 1149px) {
/* 768pxまでの幅の場合に適応される */
.content_box{
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin: 0 0 15px;
	background-image: url("../img/main01.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}

.content_tit h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 40px;
	color: #fff;
	text-shadow: #222 10px 0 20px;
	margin: 0;
}

/********/
.rec_midashi h2{
	width: 100%;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	color: #0071bc;
}

.recbox{
	width: 90%;
	margin: 0 auto 150px;
}

table{
	width: calc( 100% - 2px );
	margin: 0 0 15px;
}

table tr td {
    border: solid 1px #d9eaf5 !important;
}

/* 1列目（左カラム） */
table tr td:first-child {
	width: calc( 100% - 22px );
	padding: 15px 10px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: #d9eaf5;
	display: block;
}

/* 2列目（右カラム） */
table tr td:last-child {
	width: calc( 100% - 22px );
	font-size: 16px;
	padding: 15px 10px;
	text-align: left;
	display: block;
}

/* 右カラムのリンク */
table tr td:last-child a {
    text-decoration: underline;
}


}

@media screen and (min-width: 1150px) {
/*　画面サイズが769pxからはここを読み込む　*/

}
