@charset "UTF-8";

/* 初期設定
----------------------------------------------- */

body {
    max-width: 640px;
    display: block;
    margin: 0 auto;
    background: #00000014;
    color: #555555;
    font-size: 14px;
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 15px 20px 10px;
    font-size: 21px;
    font-weight: bold;
    color: #555555;
    padding-bottom: 5px;
    border-bottom: 3px solid;
}
h3::before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-image: url(../images/icon_uma.png);
    width: 45px;/*画像の幅*/
    height: 30.5px;/*画像の高さ*/
    margin-right: 0.5%;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}

ul {
    padding-left: 20px;
}
p {
    margin: 12px 15px;
    color: #555555;
}

a {
    width: 100%;
    text-decoration:none;
}

section {
    margin: 0 0 20px;
    padding: 0;
}

.line_img {
    max-width: 85%;
    height: auto;
    margin: 30px auto;
}


/* コンテンツ
----------------------------------------------- */

.content_wrap {
    padding: 15px 20px;
}

.content {
    background-color: #fff;
    color: #000;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.content_text {
    background-color: #fff;
    color: #000;
    padding: 10px 8px;
    margin-bottom: 30px;

}


.intro {
    background-color: #fff;
/*    padding: 5px 8px;*/
    margin-bottom: 30px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.autro {
    background-color: #fff;
/*    padding: 5px 8px;*/
    margin-bottom: 15px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.note {
    background-color: #fff;
    margin: 30px auto 0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
/* 上書き */

.app_dl{
    margin: 15px auto 10px;
    padding: 0;
    max-width: 90%;
    display: block;
    text-align: center;
}
.text_link{
color: #c20000;
border-bottom: 1px solid #c20000;
}
.app_dl_text{
    margin: 5px auto 5px;
}
.app_dl_text::before{
/*    content: url(../images/app_icon.png);*/
    content: '';/*何も入れない*/
    display: inline-block;
    width: 48px;/*画像の幅*/
    height: 48px;/*画像の高さ*/
    background-image: url(../images/app_icon.png);
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}

.header_img{
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
.nomal_img{
    padding: 0 15px;
}

.app_dl_img{
    align-content: center;
    margin: 0 5px 15px;
    max-width: 150px;
    min-width: 110px;
    width: 40%;
    height: auto;

}
.small_text{
    color: #636363;
    font-size: 80%;
}
.main_text{
    margin: 12px 15px 30px;
/*    padding-bottom: 20px;*/
    color: #555555;
}
h2{
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin: 0 -10px;
    padding: 12px 12px;
    background: #c20000;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

h2:before,
h2:after {
    position: absolute;
    content: '';
}

h2:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #540000;
    border-left: 10px solid transparent

}

h2:after {
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #540000;
    border-right: 10px solid transparent;
}
h2.note_title{
    font-size: 20px;
}

hr {
    border: 0;
    height: 4px;
    background-image: repeating-linear-gradient(90deg, #555555d1 0px, #555555d1 4px, rgba(0,0,0,0) 4px, rgba(0,0,0,0) 16px);
    margin: 25px 20% auto;
    text-align: center;
}


/* リンク
----------------------------------------------- */


/* ボタン型リンク */

a.link_btn {
    display: block;
    width: 80%;
    margin: 25px auto 25px;
    padding: 13px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    border-bottom: 2px solid #540000;
    color: #ffffff;
    font-weight: bold;
    background: #c20000;
}

a.link_btn:hover {
    position: relative;
    top: 4px;
}


/* ボタン内のアイコンフォント */

a.link_btn i.fa {
    padding-left: 5px;
}


/* フッタ
----------------------------------------------- */

footer {
    padding: 20px 0;
    background: #540000;
    text-align: center;
    color: #fff;
}
/*

footer li {
    list-style: none;
}
*/
footer a {
    border-bottom: 1px solid #fff;
    color: #fff;
}


footer p {
    margin: 0;
    padding: 0;
    color: #fff;
}
