@charset "UTF-8";

body {
    margin : 0;
    padding: 0;
    text-align: center;
    font-family: "Sawarabi Gothic";
    box-sizing: border-box;
    font-size: 2vw;
    background-image:url(../image/1499233.jpg);
}

.jorte_icon_place {
    position: absolute;
    top: -6vw;
    left: -3vw;
    z-index: 2;
    height: auto;
    width: 14vw;
}

.jorte_icon {
    width: 100%;
    height: 100%;
    transform: rotate(-30deg);
}

.title_top {
    font-family: "Sawarabi Gothic";
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    color: black;
    padding-bottom: 8%;
    position: relative;
    /* padding-bottom: .5em; */
}

.title_top::before,
.title_top::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    height: 4px;
}
.title_top::before {
    z-index: 2;
    width: 15%;
    background-color: #444;
}
.title_top::after {
    width: 100%;
    background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
    background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}

.box5 {
    padding: 1.5em 1.5em;
    margin:  8% auto 5%;
    border: double 5px #0f0f0f;
    background-color: #fff;
    width: 70%;
    max-width: 1000px;
    position: relative;

}

.box5 p {
    margin: 0;
    padding: 0;
}

.icon_image{
    width: 100%;
}

.image {
    max-width: 80%;
    max-height: 80%;
    border: 0;
}

.header_text {
    text-align: left;
    padding-top: 10%;
}

.color1 {
    color: #0000CC;
}

.color2 {
    color: #FF1A6F;
}

.border {
    border-top: solid 1px #ccc;
    border-right: none;
    border-bottom: solid 1px #ccc;
    border-left: none;
    margin: 0 auto;
    width: 85%;
    height: 2px;
}

.mini_title {
    font-weight: bolder;
    color: navy;
}

.section_text {
    text-align: left;
}

ul {
    list-style: none;
    text-align: left;
}

.notice {
    color: red;
    font-size: smaller;
    text-align: left;
}

.button_block {
    width: 100%;
}

.button_link {
    display: inline-block;
    height: 75px;
}

.g_img {
   margin-right: 2%;
}

/* .a_img {
    width: 18vw;
} */

.button_img {
    display: block;
    height: 100%;
    /* width: 100%; */
}

footer {
    /* font-size: 80%; */
    margin-top: 2vh;
    padding: 2%;
    width: 100%;
    text-align: center;
    background-color: #313131;
}

footer address {
    color: #fff;
    font-style: normal;
    letter-spacing: 2px;
}