/* ヘッダー設定 */
header{
    width: 100%;
    height: 55px;
    padding: 20px;
    background-color:white;
    opacity: 1.0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;

}
/* ヘッダー下部のライン設定 */
#under_line{
    border-bottom: 2px solid #ebebeb;
    font-weight: bold;
    margin-bottom: 20px;
    margin: 0 -10px;
}

/* Meitetsuロゴのサイズと場所指定 */
img[src$="./img/logo/logo.png"]{
    margin: 5px;
    max-width: 100%;
    max-height: 40px;
}


#logo_area{
    position: fixed;
    top: 8px;
    left: 10px;
    margin-right: 165px;
}
/* ヘッダー文余白をつくる */
#container{
    padding-top: 44px;
}

/* TOPボタン配置 */
.go_top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
}
/* TOPボタン大きさ設定 */
img[src$="./img/logo/icon_top_02.png"]{
    height: 50px;
    position: fixed;
    bottom: 0%;
    right: 0;
    opacity: 1.0;
    margin: 2%;
}

/* スクロール動作 */
html{
    scroll-behavior: smooth;
}

/* 各項目ごとのラインを設定 */
.vox_bdrT {
    border-bottom: 3px solid #004EA2;
}
/* 各項目のテキスト・下部ラインの設定 */
.vox_pages .hds_pages {
    font-weight: bold;
    padding: .5em 3.125%;
    margin-bottom: 10px;
}

/* Vの位置を設定 */
.acc_vox .acc_title {
    position: relative;
    cursor: pointer;
}

/* スマホ以外では電話番号を非活性にする */
.event_none {
    pointer-events: none;
  }
  
/* 各項目設定 */
.acc_vox .acc_contents {
    display: none;
    font-size: 90%;
}

/* 各タグの空白を０に設定 */
body, h1, p, li, dl, dt, dd, main {
    margin: 0;
    padding: 0;
}

/* 要素に指定した width および height の中で境界線およびパディングを取得 */
*, *::before, *::after {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 各項目タイトルの文字基本設定 */
h1 {
    display: block;
    font-size: 100%;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

/*Vマーク設定*/
.vox_pages .acc_vox .acc_title span::after {
    content: '';
    position: absolute;
    top: 35%;
    right: 3%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #848484;
    border-right: 2px solid #848484;
    margin-top: -4px;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/* 反転Vマーク設定 */
.vox_pages .acc_vox .acc_title.open span::after {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* 全体（bodyタグ）の設定 */
body {
    color: #333;
    font-size: 100%;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-weight: 500;
    line-height: 1.6;
    width: 100%;
    min-width: 320px;
    background: #fff;
    position: relative;
    -webkit-text-size-adjust: 100%;
    padding: 10px;
}

/* aタグについて */
a:link {
    color: #1f609f;
    text-decoration: underline;
}

a {
    color: #1f609f;
    text-decoration: underline;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

a:hover {
    color: #1f609f;
    text-decoration: none;
}

a:visited{
    color: #1f609f;
}

/* 外部サイトへの遷移アイコン設定 */
.icon_window {
    display: inline-block;
    width: 18px;
    height: 17px;
    margin: -3px;
    background: url(./img/ico_blank_01.png) no-repeat 100% 50% / 12px auto;
}

/* 外部サイトへの遷移アイコン設定（地球儀） */
.icon_browser{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -5px;
    margin-right: 1%;
    background: url(./img/icon_browser_01.png) no-repeat 100% 50% / 15px auto;   
}

.icons-action {
    font-size: 16px;
    color: #1f609f;
    position: relative;
    top: 3px;
    right: 0px;
}

/* 各項目の空白を設定 */
.vox_flow .section {
    padding: 0 3.125% 25px;
}

/* リンク */
.vox_faq02 .faqItem .link {
    text-align: right;
    margin-top: 1em;
}

/* Q&Aボックス */
dl {
    display: block;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.vox_faq02 .content .faqItem:not(:last-child) {
    margin-bottom: 10px;
}

.vox_faq02 .content {
    padding: 0 3.125% 20px;
}

.vox_faq02 .faqItem {
    border: 2px solid #ebebeb;
    border-radius: 7px;
}

.vox_faq02 .faqItem dd {
    padding: 1em .5em;
}

.vox_faq02 .faqItem dt {
    font-size: 90%;
    font-weight: bold;
    color: #004EA2;
    background: #ebebeb;
    padding: .5em;
}

.acc_vox .acc_title {
    position: relative;
    cursor: pointer;
}

.vox_pages .acc_vox .acc_title span {
    padding-right: 10%;
    color: #004EA2;

}

.vox_faq02 .faqItem dt span {
    position: relative;
    display: block;
    padding: 0 1.5em;
}

.vox_faq02 .faqItem dt span::before {
    content: 'Q.';
    position: absolute;
    top: 0;
    left: 0;
}

