@charset "utf-8";

@import url(../../css/pc/common.css);

* {
    color: #000000;
}

footer a {
    color: #ffffff;
}

#top_pc {
    width: 100%;
    height: 380px;
    padding-top: 80px;
    line-height: 0;
    background: url(../../images/AdobeStock_838848453.jpeg);
    background-size: 100%;
    background-position: center top -100px;
    background-repeat: no-repeat;
}

h1 {
    color: #ffffff;
    height: 380px;
    padding-top: 130px;
    font-family: rajdhani;
    font-size: 80px;
    font-weight: 400;
    text-align: center;
}

h2 {
    color: #000000;
    text-align: center;
    margin-bottom: 5%;
    font-family: rajdhani;
    font-size: 50px;
    font-weight: 400;
}

h3 {
    color: #000000;
    font-family: IBM Plex Sans JP;
    font-size: 20px;
    font-weight: 550;
    margin-top: 3%;
    margin-bottom: 3%;
}

#top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 4%;
}

.top3 {
    display: flex;
    justify-content: space-between;
}

.rank3 {
    width: 30%;
}

time {
    font-family: rajdhani;
    font-size: 20px;
}

.text_bk {
    color: #000000;
    text-align: justify;
}

.name {
    font-family: IBM Plex Sans JP;
    font-size: 15px;
    font-weight: 500;
}

.concept {
    margin-bottom: 10%;
    line-height: 40px;
}

.bordor_bk {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-top: 8px;
    margin-bottom: 8px;
}

.sn {
    grid-column: 1/2;
    grid-row: 1;
}

.sn img {
    display: block;
    max-width: 500px;
    width: 100%;
}

.news_info {
    grid-column: 2/3;
    grid-row: 1;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 5%;
}

.ad_mb {
    display: none;
}

#news {
    margin-bottom: 5%;
    max-width: 1200px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.news_conteiner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
}

.sn {
    grid-column: 1/2;
    grid-row: 1;
}

.sn img {
    display: block;
}

.news_info {
    grid-column: 2/3;
    grid-row: 1;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 5%;
}

.ad_pc {
    height: 22%;
    background: url(../../images/ad_01.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 43%;
}

.flex {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.container_mb {
    padding-right: 2.5%;
}

.container_pc {
    padding-left: 2.5%;
}

.serch {
    width: 70%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

/** 外枠に色を付けて角丸にする */
.gsc-control-cse {
    margin: 0px !important;
    padding: 0px !important;
    border: 2px solid #464646 !important;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

/** 外枠内側のマージンを0にする */
.gsc-search-box {
    margin: 0px !important;
}

/** キーワード入力部分のボーダーを消し、角丸にする */
.gsc-input-box {
    border: none !important;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
}

/** キーワード入力部分の左側に20ピクセル余白を入れる */
.gsib_a {
    padding-left: 20px !important;
}

/** 検索ボタンを無色透明にし、線を消す */
.gsc-search-button-v2 {
    margin: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
    color: #4990c8 !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    width: 40px;
    height: 40px;
}

.gsc-search-button {
    width: 40px !important;
}

/** 検索ボタンのアイコンの色と大きさを設定 */
.gsc-search-button-v2 svg {
    display: block;
    fill: #464646 !important;
    width: 20px;
    height: 20px;
}