@charset "UTF-8";

/*==================================================

　プライバシーポリシー CSS

==================================================*/

/* メインビジュアル
--------------------------------------------------*/
.header_visual {
    background-image: url(../images/img_main-visual.jpg);
}
/* 内容
--------------------------------------------------*/
.contents_wrapper {
    max-width: 11.6rem;
    margin: 1.35rem auto;
    padding: 0 0.3rem;
}
.link {
    width: calc(100% - 30px);
    padding-left: 30px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    background-image: url(../images/shikaku.svg);
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 20px 20px;
}
.link a {
    color: #015cb0;
    text-decoration: underline;
}
.linka:hover {
    color: #015cb0; /*下線あり*/
    text-decoration: none;
}
.obi {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: bold;
}
.youtube_box {
    width: 23%;
    margin-bottom: 40px;
    margin-right: 2%;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    float: left;
}
.youtube_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}
.youtube_box:hover {
    opacity: 0.7;
}
.youtube_ph {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin-bottom: 10px;
}
.flex2 {
    display: flex;
	flex-wrap: wrap;
}


/*==================================================
　スマートフォン
==================================================*/
@media only screen and (max-width: 767px){

/* 内容
--------------------------------------------------*/
.contents_wrapper {
    margin: 0.5rem auto;
    padding: 0 0.15rem;
}
.obi {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
}
.youtube_box {
    width: 48%;
    margin-bottom: 30px;
}
.youtube_ph {
    padding: 5px;
    margin-bottom: 10px;
}

}
