@charset "UTF-8";
/* ======================
    画像をもらい次第設定
========================= */

/* ハンバーガーメニュー */
header .global_menu_sp ul li a::after {
  border-top: 2px solid #4b55cb;
  border-right: 2px solid #4b55cb;
}
header .global_menu_sp ul li a:hover {
  background-color: #4b55cb;
}
header .nav_toggle span {
  border-bottom: solid 5px #4b55cb;
}

.header {
    background: none;
    background-image: url("../images/common/header_bg_heisei.png");
    background-position: center calc(0px - 40px);
}
@media screen and (max-width: 767px) {
  .header {
    background: none;
    background-image: url("../images/common/header_bg_heisei.png");
    background-position: center calc(0px - 95px);
  }
}
/* メールアイコン */
.header .pc_menu .right_menu .mail a:hover:before{
    background-image: url("../images/common/icon_mail_on_heisei.png");
}
/* 虫眼鏡アイコン */
.search .search_box .button_wrap:hover::after{
    background-image: url("../images/common/icon_loupe_on_heiisei.png");
}
/* .search .search_box .button_wrap:hover:after {
} */


/* 画面全体の文字色 */
p,
span,
.head .head_title,
.search .search_box dl dt,
.check_item label,
.search .section_sartras p,
.result_message {
    color: black;
}
.search .search_box .tag_search label form span,
.search .search_box dl .select_wrap .select option,
header .global_menu_sp ul li a {
    color: #4b55cb;
}

/* ボーダー共通 */
.search .search_box dl .select_wrap .select,
.search .search_box .button_wrap .submit,
.header .pc_menu .right_menu .mail a,
.header .pc_menu .right_menu .jp a,
.header .pc_menu .right_menu .en a,
.search .search_box dl .text_box,
.check_item label:before,
.search .search_box .tag_search label form span,
.search .search_box .tag_search label form input + span:hover,
.button_01 a {
    border: 1px solid #4b55cb;
}

/* 背景、文字色共通 */
.header .pc_menu_bg,
.search .search_box dl .select_wrap .select,
.search .search_box .button_wrap .submit,
.header .pc_menu .right_menu .mail a,
.header .pc_menu .right_menu .jp a,
.header .pc_menu .right_menu .en a,
.search .section_result .result_box .result .result_list tbody th,
.button_01 a,
.footer
 {
    background-image: none;
    background-color: #4b55cb;
    color: white;
}

/* チェックボックスの中のチェックマーク */
.check_item label:after {
    border-bottom: 2px solid #4b55cb;
    border-right: 2px solid #4b55cb;
}

/* サブメニュー背景 */
.header .pc_menu .submenu {
  background-color: #4b55cb;
}

/* 親メニューホバー時 */
header .pc_menu .dropdown:hover > a {
  background-color: white;
  color: #4b55cb !important;
  border-radius: 5px !important;
}

/* ホバー時の文字色 */
.header .pc_menu .right_menu .mail a:hover,
.header .pc_menu .right_menu .jp a:hover,
.header .pc_menu .right_menu .en a:hover,
.search .search_box .button_wrap .submit:hover,
.header .pc_menu .container .menu_list li a:hover,
.search .search_box dl .select_wrap .select option:hover,
.search .search_box dl .text_box:hover,
.button_01 a:hover {
  color: #4b55cb;
  cursor: pointer;
}
.search .search_box .tag_search label form input + span:hover {
    color: white;
    background-color: #4b55cb;
}

/* パンくずの設定 */

.section_breadcrumb {
  background-image: url("../images/common/bg_01_heisei.png");
}
.section_breadcrumb .breadcrumb .breadcrumb_list li span {
  font-size: 1.4rem;
  color: #4b55cb;
  font-weight: 400;
}
.section_breadcrumb .breadcrumb .breadcrumb_list li span {
  font-size: 1.4rem;
  color: #4b55cb;
  font-weight: 400;
}
.breadcrumb_list > * + *::before {
  color: #4b55cb;
}

/* タイトル＋タイトル文 */
.search .head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search .section_title_area .section-title,
.search .section_title_area .section-title-sub {
    font-size: 4rem;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .search .section_title_area .section-title,
    .search .section_title_area .section-title-sub {
        font-size: 3rem;
    }
}

.search .head p {
    width: 70%;
}

.border_line_title {
    position: relative;
    margin-bottom: 20px;
}

.search .section_title_area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head .border_line_title::after,
.section-title::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #F9B4DB;
    color: #4b55cb;
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}
.section-title::after {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}

.search .section_result {
    background: none;
    background-image: url("../images/common/bg_01_heisei.png");
    padding: 60px 0;
}
.search .search_box{
    position: relative;
}
.search .search_box::before{
    content: "";
    position: absolute;
    display: block;
    bottom: -70px;
    left: 0;
    width: 150px;
    height: 150px;
    background-image: url("../images/common/bg_movile.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.search .search_box::after{
    content: "";
    position: absolute;
    display: block;
    top: -102px;
    right: 20px;
    width: 150px;
    height: 150px;
    background-image: url("../images/common/bg_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .search .search_box{
        position: relative;
    }
    .search .search_box::before{
        display: none;
    }

    .search .search_box::after{
        display: none;
    }
}

/* ページトップボタン */
.pagetop{
    border: 2px solid #4b55cb;
}
.pagetop:after{
  border-top: solid 4px #4b55cb;
  border-right: solid 4px #4b55cb;
}

.pagetop:hover {
  background-color: #4b55cb;
}

/* 検索ヒット一覧 */
.search .section_result .result_box .result .result_list {
  border-top: 1px solid #4b55cb;
  border-bottom: 1px solid #4b55cb;
}
.search .section_result .result_box .result .result_list tbody th {
  background-color: #4b55cb;
}
.search .section_result .result_box .result .result_list tbody td {
  border-right: 1px solid #4b55cb;
  color: #4b55cb;
}
.search .search_box dl .text_box{
  color: #4b55cb;
  cursor: text !important;
}

/* 共通カラー（変数化推奨：CSS変数） */
:root {
    --main-color: #4b55cb;
}

/*
===================
詳細ページレイアウト
===================
*/

/* ページタイトル */
.head .head_title,
.head .head_title > span,
.detail .section_detail .detail_box dl dd {
    color: var(--main-color);
}

.head .head_title span::before,
.head .head_title span::after {
    border-top: 2px dotted var(--main-color);
}

/* 脚本タイトル */
.title_04 {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}
.detail .section_detail {
    background-image: url(../images/common/bg_01_heisei.png);
    background-repeat: repeat;
}

/* テーブルレイアウト */
.detail .section_detail .detail_box dl dt {
    background-color: var(--main-color);
}

.detail .section_detail .detail_box dl dd {
    border-bottom: 1px solid var(--main-color);
}

/* ボタンレイアウト */
.button_02 a {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: white;
}

.button_02 a > span {
    color: white;
}

/* hover */
.button_02 a:hover {
    background-color: white;
    border-color: var(--main-color);
}

.button_02 a:hover > span {
    color: var(--main-color);
}

.button_02 a:hover .arrow:after {
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
}
