@charset "utf-8";

/*--------------------------------------------------------
	共通レイアウトパーツ設定
--------------------------------------------------------*/
#oe_body_main {
    margin-left: 3%;
}

h2 {
    text-align: left;
    padding: 20px;
}

.title_ja {
    margin-left: 0px;
}

h4 {
    border-bottom: solid;
    border-color: #20b2aa;
    border-width: 5px;
    /*5ピクセルの太さにする*/
    width: 400px;
    margin-top: -15vh;
    padding-top: 15vh;
}

.msg {
    width: 60%;
}

.emphasis {
    font-weight: bold;
    font-size: 16pt;
}

/*▼ページトップへ*/
#page_top {
    background: #3fefee;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    -ms-border-radius: 10px;
    width: 100px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 150px;
    opacity: 0.6;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin: auto;
    padding-top: 28px;
    text-align: center;
    text-shadow: 2px 2px 10px #777,
        -2px 2px 10px #777,
        2px -2px 10px #777,
        -2px -2px 10px #777;
}

#page_top a {
    width: 60px;
    height: 60px;
    text-decoration: none;
}

/*▲ページトップへ*/

/*▼お問い合わせへ*/
#contact_us {
    background: #ef3f98;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    -ms-border-radius: 10px;
    width: 100px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 50px;
    opacity: 0.6;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    margin: auto;
    padding-top: 35px;
    text-align: center;
    text-shadow: 2px 2px 10px #777,
        -2px 2px 10px #777,
        2px -2px 10px #777,
        -2px -2px 10px #777;
}

#contact_us a {
    bottom: 0px;
    display: block;
    position: absolute;
    width: 100px;
    height: 88px;
    text-decoration: none;
}
/*▲お問い合わせへ*/

.list{
    font-size:18pt;
    width:30%;
    display: inline-block;
    text-align: center;
}

.list img{
    width:300px;
    height: 185px;
    object-fit: cover;
}