.kanren a{
	text-decoration: underline;
}

/* 20220310 */
.kanren_box{
    border: 2px solid #77c8e0;
    padding:20px;
    width:90%;
    margin:0 auto;
}

.midasi {
    position: relative;
    margin: 0 0 2.5rem 0;
    padding: 2rem 1rem;
    background: #009cb9;
    background: -moz-linear-gradient(left, #009cb9 0%, #005386 100%);
    background: -webkit-linear-gradient(left, #009cb9 0%, #005386 100%);
    background: linear-gradient(to right, #009cb9 0%, #005386 100%);
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}

.midasi::before {
    position: absolute;
    left: 50%;
    bottom: -1.3rem;
    transform: translateX(-50%);
    width: 15px;
    height: 13px;
    background: url(/img/title_bg_03.png) no-repeat left top;
    background-size: 100% auto;
    content: "";
}
/* 20220310 end */

/* 2022.03.16 */
.top_banner:hover{
    opacity:0.7;
}

.top_banner{
    display: table;
    width: 50%;
    height: 150px;
    background: url(img/mv_pic_pc.jpg) no-repeat left top;
    background-size:cover;
    background-position:50%;
    margin: 0 auto;
    margin-bottom:50px;
    box-shadow: 4px 5px 7px rgb(0 0 0 / 30%);
}

.banner_main_box{
    display: table-cell;
    vertical-align: middle;
    background: url(img/head_catch.png) repeat left top;
    margin: 0 auto;
    vertical-align: middle;
    margin-top: 3%;
    position: relative;
    /* border-radius: 0.6rem; */
}

.top_banner span.main_catch {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    display: inline-block;
    color: #ef9700;
    font-weight: bold;
    font-size: 2.0em;
}

.top_banner span.sub_catch {
    color: #fff;
    text-align: center;
    top: 20%;
    left: 0;
    right: 0;
    position: absolute;
    font-size: 1.3em;
    font-weight: bold;
}

.top_banner span.fi_catch{
    position: absolute;
    top: 67%;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

span.triangle_arrow {
    position:absolute;
    width: 0;
    height: 0;
    top: 70%;
    right:0.5%;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #d7c62e transparent;
}
/* 2022.03.16 end */

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

.top_banner{
    width: 80%;
}
}

.redfont{
	font-weight: bold;
	color: #f00;
	}

.video-embedded{
	width: 90%;
	text-align: center;
	}


}
