/* ==========================================================================
   sp_main.css Base styles
   ========================================================================== */

@import url(/css/sanitize.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.5;
    font-size: 1.5rem;
    margin: 0px; 
    padding: 0px; 
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #0000ff;
    text-decoration: none;
}

/*スペースの非表示*/

.hidden {
    display: none !important;
}

h1 {
    margin: 10px;
    padding: 0;
    text-align: center;
}

h2 {
    padding: 0.5em;
    /*文字まわり（上下左右）の余白
  color: #494949;*/
    color: #000;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 5px #000099;
    /*左線*/
    background: #EEEEEE;
    /*背景色*/
    font-size: 2.0rem;
}

h3 {
    background: #000099;
    /*背景色*/
    padding: 0.5em;
    /*文字まわり（上下左右）の余白*/
    text-align: center;
    color: #fff;
}

h4 {
    margin: 5px 0;
}

.h4-txt {
    font-size: 16px;
    line-height: 20px;
    padding: .5em 0 .5em .5em;
    border-left: 6px solid #0c51f3;
}

.bar-bl {
    padding: 5px;
    background-color: #0c51f3;
    color: white;
    display: inline-block;
    font-size: 15px;
    /* font-family: cursive; */
    font-weight: bold;
}

p {
    color: #000;
    font-size: 1.5rem;
    margin: 10px 0;
}

.header {
    /*
  position: relative;
  height: 85px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding: 0;
  margin: 0;
  background: #fff;
  */
}

.header img {
    width: 100%;
}

.massage-box {
    padding: 0.5em 1em;
    /*    margin: 2em 0; */
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    text-align: center;
}

.massage-box p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.square-list {
    margin-left: 14px;
}

ul.square-list li:before {
    content: '■';
    /* ←ここにリストマーカーにしたい文字列を設定 */
    margin-left: -14px;
    /* 1文字分、左に寄せる */
}

.global-nav {
    margin: 0 0 30px;
    padding: 0;
    /*  border-top: 1px solid #fff; */
    list-style-type: none;
    color: #fff;
}

/*clearfix*/

.global-nav:after {
    content: "";
    clear: both;
    display: block;
}

.global-nav li {
    float: left;
    width: 33.3%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.global-nav li {
    border-right: 2px solid #fff;
}

.global-nav li:last-child {
    border-right: 0px solid #000099;
}

.global-nav a {
    display: block;
    line-height: 44px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    background: #000099;
}

.global-nav a:hover {
    opacity: 0.8;
}

li {
    position: relative;
}

/* 吹き出し(下) */

li.active::after {
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-top: solid 10px #000099;
    bottom: -10px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
}

#contents {
    padding-bottom: 0;
    margin: 0 auto;
    padding: 0 0 60px 0;
    margin-bottom: 0em;
    border-bottom: 0px solid #ddd;
    position: relative;
    width: 100%;
}

.main {
    margin: 0 10px;
    padding-bottom: 10px;
}

.txt-title {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 600;
}

.txt-right {
    text-align: right;
}

table {
    border-collapse: collapse;
    font-size: 1.5rem;
    width: 100%;
}

.gaiyo_table *,
.gaiyo_table *:before,
.gaiyo_table *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gaiyo_table {
    width: 100%;
    border-collapse: collapse;
}

.gaiyo_table th,
.gaiyo_table td {
    padding: 10px;
    border: 1px solid #dddddd;
}

.gaiyo_table th {
    width: 32%;
    text-align: left;
    background: #f4f4f4;
}

@media only screen and (max-width:480px) {
    .gaiyo_table {
        margin: 0;
    }

    .gaiyo_table th,
    .gaiyo_table td {
        width: 100%;
        display: block;
        border-top: none;
    }

    .gaiyo_table tr:first-child th {
        border-top: 1px solid #dddddd;
    }
}

table th.t_top {
    border: 1px solid #dddddd;
    background: #f4f4f4;
    text-align: left;
    padding: 10px;
    font: bold;
}

table td.t_line {
    border: 1px solid #dddddd;
    background-color: #fff;
    vertical-align: top;
    text-align: left;
    padding: 10px;
}

.mt10 {
    margin-top: 10px;
}

.pt10 {
    padding-top: 10px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.pb10 {
    padding-bottom: 10px;
}

.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 15px;
}

.pagetop a {
    display: block;
    background-color: #000099;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 10px 18px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.8;
}

.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 10px 18px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

footer {
    color: #fff;
    background: #000099;
    font-size: 1.2rem;
    text-align: center;
}

#copyright {
    padding: 5px 0;
}

/* 2019.02.13 */

a.bl_btn {
    display: block;
    width: 100%;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    background: #3c73f5;
    color: #fff;
    border: 2px solid #3c73f5;
    border-radius: 3px;
    transition: .4s;
    font-weight: 800;
    box-shadow: 2px 2px 4px gray;

}

a.bl_btn:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

a.pi_btn {
    display: block;
    width: 100%;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    background: #f45e61;
    color: #fff;
    border: 2px solid #f45e61;
    border-radius: 3px;
    transition: .4s;
    font-weight: 800;
    box-shadow: 2px 2px 4px gray;

}

a.pi_btn:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.discUl {
    padding-left: 28px;
}

.discUl li {
    display: list-item;
    list-style: disc;
}

.discDl dt,
.boldDl dt {
    font-weight: 800;
}

.discDl dd {
    list-style: disc;
    display: list-item;
    margin-left: 22px;
}

.cp_timeline04 {
    position: relative;
    margin: 1em auto;
    padding-bottom: 2em;
}

.cp_timeline04:before {
    position: absolute;
    top: 0px;
    left: 45px;
    width: 3px;
    height: 100%;
    content: '';
    background: #e91e63;
}

.cp_timeline04 .timeline_item {
    margin: 0px 0px 0px 80px;
}

.cp_timeline04 .timeline_item .time_date .flag {
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    margin: 0;
    color: #e91e63;
}

.cp_timeline04 .timeline_item .time_date .flag:before {
    position: absolute;
    top: 50%;
    left: -26px;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 3px solid #e91e63;
    background: #fff;
    box-sizing: unset;
}

.cp_timeline04 .timeline_item .desc {
    font-size: 0.8em;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 20px;
    border-left: 1px solid #880e4f;
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .cp_timeline04:before {
        left: 5px;
    }

    .cp_timeline04 .timeline_item .time_date .time:before {
        left: -32px;
    }

    .cp_timeline04 .timeline_item {
        margin: 0px 0px 0px 25px;
    }

    .cp_timeline04 .timeline_item .desc {
        padding-left: 0px;
        border-top: 1px solid #880e4f;
        border-left: none;
    }
}

.box_bl {
    padding: 1em 1em;
    margin-bottom: 1em;
    background: #edffff;
    box-shadow: 2px 2px 4px gray;
}

.box_bl h4 {
    font-size: 16px;
    color: #000;
    border-bottom: solid 2px #0c51f3;
    margin: 0;
}

.box_bl p {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}


.kakomi-box13 {
    position: relative;
    margin: 1.5em auto;
    padding: 0.5em;
    background-color: #fff;
    border: 2px solid #0c51f3;
    box-shadow: 0 0 5px 2px #fce2c4 inset;
}

.title-box13 {
    position: absolute;
    padding: 0 .5em;
    left: 5px;
    top: -10px;
    font-weight: bold;
    background-color: #fff;
    color: #000;
}