@charset "utf-8";


/*  Resetting
/*-------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    word-wrap: break-word;
}

ul {
    list-style: none;
}

body,
ul,
ol,
li,
dl,
dt,
dd,
table,
form,
input,
label {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/* Text elements */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 17px;
    background-color: #fff !important;
    margin: 0;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
ul {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
th,
td {}

hr {
    border: none;
    border-top: solid 1px #ed8790;
    height: 1px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 25px;
}

th {
    font-weight: lighter;
}

dt {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

a {
    color: #1b8bac;
    /*font-weight: bold; */
    text-decoration: none;
    font-size: 100%;
    overflow: hidden;
    outline: none;
}

a:hover {
    color: #23a6cc;
    transition: .4s;
    text-decoration: none;
}

a.blog_a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 100%;
    overflow: hidden;
    outline: none;
}

a.blog_a:hover {
    color: #00acae;
    transition: .4s;
    text-decoration: none;
}

img {
    border: no;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

a img {
    border: none;
}

a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
    transition: .4s;
}

section {
    overflow: hidden;
}

mark {
    background: #fef156
}


/*-------------------------------------------*/
/*  Width
/*-------------------------------------------*/
.w100 {
    width: 100%;
}

.w99 {
    width: 99%;
}

.w30 {
    width: 30%
}

.w50 {
    width: 50%
}

.w70 {
    width: 70%
}

.w80 {
    width: 80%
}

.ttl_01 {
    width: 450px;
    margin-bottom: 50px;
}

.w_profile {
    width: 200px;
}


/*.design_title02 {
  position: relative;
  border-bottom: 4px solid #ccc;
}

.design_title02:before {
      position: absolute;
    bottom: -4px;
    left: 0;
    width: 20%;
    height: 4px;
    content: '';
    background: #000;
}
*/

/*-------------------------------------------*/
/*  Wrap
/*-------------------------------------------*/
.inner-wrap {
    width: auto;
    padding: 30px 75px 30px 75px;
    overflow: auto;
}

.wrap {
    margin: auto;
    overflow: hidden;
}

.wrap_1098 {
    width: 960px;
}

/*-------------------------------------------*/
/*  Header
/*-------------------------------------------*/
.kv {
    max-width: 1500px;
    margin: 0 auto;
    background: url(../images/bg_head.jpg) repeat;
    position: relative;
}


/*-------------------------------------------*/
/*  Font-style
/*-------------------------------------------*/

.pull-top {
    position: relative;
    z-index: 2
}


.logo_w {
    width: 450px;
    margin: 40px auto 40px;
    text-align: center;
    display: block
}

.name_w {
    width: 450px;
    margin: 0px auto 40px;
    text-align: center;
    display: block
}

.arrow_w {
    width: 30px;
}

.bg_head {
    background: url(../images/bg_head.jpg) repeat;
    position: relative;
}

.bg_01 {
    background: url(../images/bg-01.png) repeat;
    position: relative;
}

.bg_02 {
    background: url(../images/bg-02.png) repeat;
    position: relative;
    /*background-position: right center;*/
    /*background-size: cover;*/
}

.bg_03 {
    background: url(../images/bg-03.jpg) repeat;
    position: relative;
}

.bg_04 {
    background: url(../images/diagonal.png) repeat;
    position: relative;
}

.bg_gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7909f+0,efa3ae+50,f7909f+100 */
    background: rgb(247, 144, 159);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(247, 144, 159, 1) 0%, rgba(239, 163, 174, 1) 50%, rgba(247, 144, 159, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(247, 144, 159, 1) 0%, rgba(239, 163, 174, 1) 50%, rgba(247, 144, 159, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(247, 144, 159, 1) 0%, rgba(239, 163, 174, 1) 50%, rgba(247, 144, 159, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7909f', endColorstr='#f7909f', GradientType=1);
    /* IE6-9 */

}

.wrap {
    z-index: 1;
    position: relative;
}


.design_title01,
.design_title02,
.design_title03,
.design_title04,
.design_title05,
.design_title06,
.design_title07,
.design_title08,
.design_title09,
.design_title10 {
    position: relative;
    z-index: 1;
}

.yellow_bg {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ebeac1;
    opacity: .2;
}

.design_title01 {
    height: auto;
    font-size: 2.7em;
    background-color: #f9047b;
    position: relative;
}

.design_title01:after {
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-top-color: #f9047b;
    content: ' ';
    top: 96%;
    left: 50%;
    margin-left: -30px;
    border-width: 30px;
}

.divider {
    margin: 10px 0 20px 0;
    overflow: hidden;
    background-image: linear-gradient(to right, #000 33%, rgba(255, 255, 255, 0) 0);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
    padding-bottom: 15px;
    zoom: 1;
}

.postcript {
    background-image: url(../images/text_line.png);
    line-height: 50px;
    margin-top: 40px;
}

.design_title02 {
    height: auto;
    font-size: 2.7em;
    background-color: #fdf001;
    position: relative;
}

.design_title02:after {
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-top-color: #fdf001;
    content: ' ';
    top: 96%;
    left: 50%;
    margin-left: -30px;
    border-width: 30px;
}

.design_title03 {
    height: auto;
    position: relative;
    color: #FFE243;
    background-color: #f6f040;
    font-size: 2.6em;
    line-height: 1.2em;
}

.design_title03:after {
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-top-color: #c09e00;
    content: ' ';
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border-width: 30px
}

.design_title04 {
    height: auto;
    position: relative;
    color: #fff;
    background-color: #003d89;
    font-size: 2.8em;
    line-height: 1.2em;
}

.design_title04:after {
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-top-color: #022f68;
    content: ' ';
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border-width: 30px
}

.design_title05 {
    height: 100%;
    position: relative;
    background-color: transparent;
    font-size: 2.8em;
    padding: 0 35px;
    background: rgba(52, 33, 9, 1);
    background: -moz-linear-gradient(left, rgba(52, 33, 9, 1) 0%, rgba(65, 39, 13, 1) 32%, rgba(83, 49, 16, 1) 51%, rgba(65, 39, 13, 1) 72%, rgba(52, 33, 9, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(52, 33, 9, 1)), color-stop(32%, rgba(65, 39, 13, 1)), color-stop(51%, rgba(83, 49, 16, 1)), color-stop(72%, rgba(65, 39, 13, 1)), color-stop(100%, rgba(52, 33, 9, 1)));
    background: -webkit-linear-gradient(left, rgba(52, 33, 9, 1) 0%, rgba(65, 39, 13, 1) 32%, rgba(83, 49, 16, 1) 51%, rgba(65, 39, 13, 1) 72%, rgba(52, 33, 9, 1) 100%);
    background: -o-linear-gradient(left, rgba(52, 33, 9, 1) 0%, rgba(65, 39, 13, 1) 32%, rgba(83, 49, 16, 1) 51%, rgba(65, 39, 13, 1) 72%, rgba(52, 33, 9, 1) 100%);
    background: -ms-linear-gradient(left, rgba(52, 33, 9, 1) 0%, rgba(65, 39, 13, 1) 32%, rgba(83, 49, 16, 1) 51%, rgba(65, 39, 13, 1) 72%, rgba(52, 33, 9, 1) 100%);
    background: linear-gradient(to right, rgba(52, 33, 9, 1) 0%, rgba(65, 39, 13, 1) 32%, rgba(83, 49, 16, 1) 51%, rgba(65, 39, 13, 1) 72%, rgba(52, 33, 9, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#342109', endColorstr='#342109', GradientType=1);
}

.design_title06 {
    height: auto;
    position: relative;
    background-color: transparent;
    font-size: 2.8em;
    padding: 0 35px;
    border-left: 2px solid #fffdd0;
    border-right: 2px solid #fffdd0;
    display: inline-table;
}

.design_title07,
.design_title09,
.design_title10 {
    font-size: 2.1em;
    /*display: inline-block;*/
    /*padding: 0 15px;*/
    position: relative;
}

.design_title08 {
    height: auto;
    position: relative;
    color: #00091f;
    font-size: 3.125em;
}

.design_title08:after {
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-top-color: #ad0000;
    content: ' ';
    top: 90%;
    left: 50%;
    margin-left: -25px;
    border-width: 25px
}


.design_title09:before,
.design_title09:after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    width: 600%;
}

.design_title10:before,
.design_title10:after {
    background: #900001;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    width: 600%;
}

.border_01 {
    border: solid;
    border-width: 1px;
    border-color: #003378;
}


/*-------------------------------------------*/
/*  Check
/*-------------------------------------------*/
ul.check02 li {
    background: url(../images/check02.png) no-repeat left 4px;
    padding: 10px 0px 10px 55px;
    min-height: 31px;
    background-size: 32px !important;
}

ul.check03 li {
    background: url(../images/check03.png) no-repeat left 12px;
    padding-top: 11px;
    padding-left: 50px;
    text-align: left;
    border-bottom: 1px dashed #d6d6d6;
    margin-bottom: 7px;
    padding-bottom: 18px;
    min-height: 31px;
}

/*-------------------------------------------*/
/*  Footer
/*-------------------------------------------*/
footer a {
    color: #fff
}

footer a:hover {
    color: #1f1f1f;
    transition: .4s;
    text-decoration: none;
}

/*-------------------------------------------*/
/*  Page-top
/*-------------------------------------------*/
#page-top a {
    background: #0000009c;
    text-decoration: none;
    color: #ffffff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    font-weight: normal;
    letter-spacing: 2px;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    z-index: 9;
}


/*-------------------------------------------*/
/*  Hidden
/*-------------------------------------------*/
.overflow_h_pc {
    overflow: hidden;
}


.button-simple {}

.button-simple:hover {
    color: #fff;
    animation-play-state: paused;
    top: 3px;
}

.yureru-s {
    animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
    0% {
        transform: translate(2px, 0px);
    }

    5% {
        transform: translate(-2px, 0px);
    }

    10% {
        transform: translate(2px, 0px);
    }

    15% {
        transform: translate(-2px, 0px);
    }

    20% {
        transform: translate(2px, 0px);
    }

    25% {
        transform: translate(-2px, 0px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}


input.present {
    width: 55%;
    margin: 0 auto !important;
    display: block;
    height: 110px;
    font-size: 22px;
    text-align: center;
    background: #ffffff;
    border: none;
    box-shadow: none;
    font-weight: 300;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:
}

.fixed-area-flex>button {
    height: 100%;
    width: 30%;
    padding: 15px 0;
    display: -webkit-flex;
    display: flex;
}

form {
    padding: 25px;
}

::-webkit-input-placeholder {
    color: #b1b1b1;
    letter-spacing: 1px;
}

::-webkit-input-placeholder {
    color: #b1b1b1;
    letter-spacing: 1px;
}

.signiture {
    width: 190px;
}


/*================ additional css ==================*/
.box {
    border: solid 10px #ee9e9d;
}

.qbox {
    padding: 5px 10px 7px;
    color: #6f5b4e;
    border-left: solid 2px #ee7684;

}

.line_height_1_3 {
    line-height: 1.3em;
}

br.sp_br {
    display: none;
}

.bg_color_red {
    background-color: #b90007;
}

.rec p {
    width: 60%;
}

/*-------------------------------------------*/
/*  Modal Window
/*-------------------------------------------*/


ol {
    /*max-width: 350px;*/
    counter-reset: my-awesome-counter;
    list-style: none;
    /*padding-left: 40px;*/
}

ol li {
    /*  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;*/
    position: relative;
    border-bottom: 1px dotted #888;
    padding-bottom: 11px;
    padding-top: 11px;
    padding-left: 60px;
    background-size: 36px !important;
}

#li_01 {
    background: url(../images/num_01.png) no-repeat left 15px;
}

#li_02 {
    background: url(../images/num_02.png) no-repeat left 15px;
}

#li_03 {
    background: url(../images/num_03.png) no-repeat left 15px;
}

#li_04 {
    background: url(../images/num_04.png) no-repeat left 15px;
}

#li_05 {
    background: url(../images/num_05.png) no-repeat left 15px;
}

#li_06 {
    background: url(../images/num_06.png) no-repeat left 15px;
}

#li_07 {
    background: url(../images/num_07.png) no-repeat left 15px;
}

#li_08 {
    background: url(../images/num_08.png) no-repeat left 15px;
}

#li_09 {
    background: url(../images/num_09.png) no-repeat left 15px;
}

#li_10 {
    background: url(../images/num_10.png) no-repeat left 15px;
}

table.tbl {
    border: solid 1px #e0dede;
    border-collapse: collapse;

}

.tbl th {
    font-weight: bold;
    color: #ed3c94;
}

.tbl td,
.tbl th {
    border: solid 3px #fff;
}

.vbg-arrow {
    height: auto;
    position: relative;
    background-color: #f08595;

}

.vbg-arrow:after {
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-top-color: #f08595;
    content: ' ';
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border-width: 30px;
}

.wrap-960 {
    width: 960px;
    z-index: 1;
    position: relative;
    margin: auto;
}


td:nth-child(odd) {
    padding: 16px;
    line-height: 1.6;
    background: #f1f1f1;
}

td:nth-child(even) {
    padding: 16px;
    line-height: 1.6;
    background: #f9f9f9;
}


.bg_yellow {
    background: linear-gradient(transparent 40%, #faf14e 40%);
}



.v_bg {
    position: absolute;
    top: 10px;
    left: 143px;
}


.forvoice {
    top: -800px;
}


hr.voices {
    border: none;
    border-top: dashed 1px #CCC;
    height: 1px;
    color: #FFFFFF;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 22px;
}

.eye-catch {
    position: relative;
    margin-bottom: 24px;
}

.cat-name {
    position: absolute;
    z-index: 3;
    top: -28px;
    left: 13px;
    color: #000066 !important;
    min-width: 80px;
    font-size: 12px;
    font-size: 1.7rem;
    text-align: left;
    color: #fff;
    background-color: transparent !important;
    font-family: 'Damion', cursive;
    font-weight: 400;
}

.eye-catch img {
    width: 170px
}

.p20_s {
    padding: 25px 25px 25px 25px !important;
}

.mark_bg {
    background: linear-gradient(transparent 65%, #ffec9f 35%);
}



/*-------------------------------------------*/
/*  Button02
/*-------------------------------------------*/

.shiny-btn1 {
    display: block;
    position: relative;
    width: 100%;
    /*ボタンの幅*/
    /*box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);*/
    /*影の色(rgbaの値を変更)*/

    text-decoration: none;
    overflow: hidden;
    border-radius: 15px;
}

.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}

.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 1.7s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

input[type="text"],
input[type="password"],
textarea,
select,
button {
    outline: none;
}


.yureru-s {
    animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
    0% {
        transform: translate(2px, 0px);
    }

    5% {
        transform: translate(-2px, 0px);
    }

    10% {
        transform: translate(2px, 0px);
    }

    15% {
        transform: translate(-2px, 0px);
    }

    20% {
        transform: translate(2px, 0px);
    }

    25% {
        transform: translate(-2px, 0px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}


button {
    text-align: center;
    vertical-align: middle;
    background: none !important;
    border: none !important;
    font-size: 17px;
    cursor: pointer;
    margin: auto;
    display: block;
    width: 100%;

}

.bcreate307 {}

input.present {
    width: 75%;
    margin: 0 auto !important;
    display: block;
    height: 101px;
    font-size: 19px;
    text-align: center;
    background: #ffffff;
    border: none;
    box-shadow: none;
    font-weight: 300;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

form {
    padding: 25px;
}

.head-border {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    font-size: 22px;
}

::-webkit-input-placeholder {
    color: #b1b1b1;
    letter-spacing: 1px;
}


.q_circle {
    padding: 7px 13px;
    border-radius: 50px;
    border: solid 1px #ccc;
}

.a_circle {
    color: #fff;
    background-color: #1b3a54;
    padding: 7px 13px;
    border-radius: 100px;
}

.button-simple {
    position: relative;
    padding: 25px 0;
    font-size: 1.5em;
    height: 85px;
    color: #fff;
    display: inline-block;
    background-color: #32B62A;
    /*box-shadow: 5px 5px 0px 1px #eeeeeead;*/
}

.button-simple:hover {
    background-color: #fff;
    color: #32B62A;
    padding: 22px 0;
    animation-play-state: paused;
    top: 3px;
    text-shadow: none;
    border: solid 3px #32B62A;
}


.button-top .button-simple {
    position: relative;
    width: 570px;
    padding: 30px 50px 30px 50px;
    font-size: 2em;
    color: #fff;
    border-radius: 70px;
    display: inline-block;
    background: rgb(221, 176, 122);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(221, 176, 122, 1) 0%, rgba(223, 126, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(221, 176, 122, 1) 0%, rgba(223, 126, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(221, 176, 122, 1) 0%, rgba(223, 126, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddb07a', endColorstr='#df7e00', GradientType=0);
    /* IE6-9 */

}

.button-top .button-simple:hover {
    background: #e98900;
    color: #fff;
    animation-play-state: paused;
    top: 3px;
}



.yureru-s {
    animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
    0% {
        transform: translate(2px, 0px);
    }

    5% {
        transform: translate(-2px, 0px);
    }

    10% {
        transform: translate(2px, 0px);
    }

    15% {
        transform: translate(-2px, 0px);
    }

    20% {
        transform: translate(2px, 0px);
    }

    25% {
        transform: translate(-2px, 0px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}


input.present {
    width: 100%;
    margin: 0 auto !important;
    display: block;
    height: 64px;
    font-size: 18px;
    /* padding: 0px; */
    text-align: center;
    box-shadow: none;
    /* border: solid 1px #e8cab7; */
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #f0f0ec;
}

.fixed-area-flex>button {
    height: 100%;
    width: 30%;
    padding: 15px 0;
    display: -webkit-flex;
    display: flex;
}

form {
    padding: 15px 0 0 0;
}

.button-top input.present {
    width: 100%;
    border: 2px solid #a1a1a1;
    margin: 0 auto !important;
    display: block;
    height: 100px;
    font-size: 22px;
    text-align: center;
    box-shadow: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

a.a-btn {
    width: 100%;
    margin: auto;
    position: relative;
    display: inline-block;
    margin: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.a-btn72 {
    max-width: 100% !important;
}

.a-btn72 {
    padding-left: 0% !important;
}

a.a-btn img {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

img.a-main {
    width: 100%;
    position: relative;
    z-index: 54;
}

.animate72,
.a-btnsub72,
.a-option72 {
    animation-duration: 1s !important;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s !important;
}

.animate72 {
    -webkit-animation-name: animate72;
    -moz-animation-name: animate72;
    -o-animation-name: animate72;
    animation-name: animate72;
}

.animate72,
.a-option72,
.a-btnsub72 {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #dddddd;
}

.head-border:before {
    margin-right: 2.5rem;
}

.head-border:after {
    margin-left: 2.5rem;
}

.h_pc {
    width: 1100px;
}

.strike>span {
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    padding-left: 2px;
}

.strike>span:before,
.strike>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100px;
    height: 3px;
    margin-top: -2px;
    border-bottom: 1px solid #ba9f8d;
}

.strike>span:before {
    right: 100%;
    margin-right: 35px;
}

.strike>span:after {
    left: 100%;
    margin-left: 35px;
}

.gradient_bg-profile {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe2e6+0,ede8b1+50,ffffff+100 */
    background: rgb(255, 226, 230);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 226, 230, 1) 0%, rgba(237, 232, 177, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 226, 230, 1) 0%, rgba(237, 232, 177, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 226, 230, 1) 0%, rgba(237, 232, 177, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e6', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */

}

.btn-div {
    border: 1px solid #e8cab7;
}

.btn-f_flex {
    width: 100% !important;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.btn-c2>div {
    width: 49%;
    margin-top: 0px;
}

.c2>div {
    width: 100%;
    margin-top: 0px;
}


input#Usermail {
    width: 100%;
    margin: 0 auto !important;
    display: block;
    height: 80px;
    font-size: 22px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 3px 1px #ccc inset;
    border: solid 1.5px #cacaca;
    font-family: 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN W3', "游明朝体", "Yu Mincho", 'Noto Serif JP', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-weight: 100;
}

ul.check01 li {
    background: url(../images/check01.png) no-repeat left 13px;
    text-align: left;
    margin-top: 7px;
    min-height: 31px;
    line-height: 1.5;
    border-bottom: 1px dashed #d3d3d3;
    padding: 14px 0 24px 56px;
    background-size: 34px;
}

::marker {
    color: #FAD02C;
}

ul.check04 li {
    list-style: disc;
    padding: 10px 0px 10px 1px;
    margin-left: 30px;
}