@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: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 16px; background-color: #fff!important; margin: 0; line-height:2.0; -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 0.5px #3d4f88;*/
    height: 2px;
    background: linear-gradient(90deg, rgba(31,51,118,1) 0%, rgba(9,9,121,1) 50%, #7293ff 51%, #7293ff 100%);
    color: #FFFFFF;
    width: 30%;
    margin: auto;
    text-align: center;
    /* margin-top: 30px; */
    margin-bottom: 50px;
    }
th { font-weight:lighter; }
dt { font-weight: bold; }
strong { font-weight: bold; }
a { color: #00b0e3; font-weight: bold; text-decoration:none; font-size:100%; overflow:hidden; outline:none; }
a:hover { color:#ccc; 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;}


/*-------------------------------------------*/
/*  Width
/*-------------------------------------------*/
.w100 {
    width: 100%;
}
.w30 {
    width: 30%
}
.w40 {
    width: 40%
}

.w50 {
    width: 50%
}
.w70 {
    width: 70%
}
.w80 {
    width: 80%
}

/*header {
    background: url(../images/headbg_pc.jpg) no-repeat;
    background-position: top center;
    height: 640px;
    background-size: cover;
}*/

.title_white {display: inline; text-align: center}
.title_white p {background: white; }

.wr_ {
    writing-mode: vertical-rl;
    position: absolute;
}

.lead {
    font-size: 1rem;
    line-height: 1.875;
    font-family: 'Libre Baskerville','A1 Mincho', serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.p_r {
    position: relative;
}



/*-------------------------------------------*/
/*  Wrap
/*-------------------------------------------*/
.inner-wrap {
    width: auto;
    padding: 44px 75px;
    overflow: auto;
}
.wrap {
    margin: auto;
    overflow: hidden;
    width: 940px;
}

.wrap_1098 {
        width: 960px;
}

/*-------------------------------------------*/
/*  Header
/*-------------------------------------------*/
.kv {
    max-width: 1500px;
    margin: 0 auto;
}

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

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


.logo_w {
        width: 485px;
    margin: 99px 0px 0px 63px;
    display: block
}

.logo_w_btn {
    width: 600px;
    margin: 60px 20px 0px;
    display: block
}

.w_gifts {
    width: 740px;
    margin: 0px auto 30px;
    text-align: center;
    display: block
}

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

.arrow_w {width:30px;}


.bg_01 {
    background-color: #000c2a;
    /*background: url(../images/bg-01.jpg) repeat;*/
    position: relative;
}
.bg_02 {
    background: url(../images/bg-02.jpg) repeat;
    position: relative;
}
.bg_03 {
    background: url(../images/bg-03.jpg) repeat;
    position: relative;
}
.bg_04 {
    background: url(../images/bg-04.jpg) repeat;
    position: relative;
}
.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;
}

.day{position: relative;}

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

.design_title01 {
    height: auto;
    color: #fff;
    font-size: 4.18229170849em;
    display: inline-block;
    padding: 0 45px;
    position: relative;
}

.design_title01:after {
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-top-color: #820000;
    content: ' ';
    top: 100%;
    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;
}
.design_title02 {
    height: auto;
    position: relative;
    color: #000;
    /*background-color: #3d4f88;*/
    font-size: 2.3em;
    line-height: 1.2em;
}
.design_title02 span:after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: #001654;
    position: absolute;
    top: 0;
    left: 0;
}

.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.2em;
      padding: 0 15px;
      position: relative;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.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.check01 li {
    background: url(../images/check01.png) no-repeat 10px;
    padding-top: 6px;
    padding-left: 40px;
    text-align: left;
    /*border: 0.5px solid #d6d6d6;*/
    margin-bottom: 7px;
    padding-bottom: 5px;
    /* min-height: 31px; */
    background-size: 21px !important;

}
ul.check02 li {
        background: url(../images/check01.png) no-repeat 0px 5px;
    padding-top: 3px;
    padding-left: 60px;
    padding-right: 12px;
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 11px;
    padding-bottom: 17px;
    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: #333 }
footer a:hover { color:rgba(255,255,255, .5); transition: .4s ; text-decoration: none; }

/*-------------------------------------------*/
/*  Page-top
/*-------------------------------------------*/
#page-top a {
    background: #12125fcf;
    text-decoration: none;
    color: #fff;
    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
/*-------------------------------------------*/

.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;
}
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.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;
}
a.shover:hover * {
    animation-name: none!important;
}
@-moz-keyframes animate72 {
    0% {
        -moz-transform: rotate(0deg);
    }
    40% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(2deg);
    }
    60% {
        -moz-transform: rotate(-1deg);
    }
    70% {
        -moz-transform: rotate(3deg);
    }
    80% {
        -moz-transform: rotate(-2deg);
    }
    90% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}
@-o-keyframes animate72 {
    0% {
        -o-transform: rotate(0deg);
    }
    40% {
        -o-transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(2deg);
    }
    60% {
        -o-transform: rotate(-1deg);
    }
    70% {
        -o-transform: rotate(3deg);
    }
    80% {
        -o-transform: rotate(-2deg);
    }
    90% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}
@-webkit-keyframes animate72 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(2deg);
    }
    60% {
        -webkit-transform: rotate(-1deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
    }
    80% {
        -webkit-transform: rotate(-2deg);
    }
    90% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@keyframes animate72 {
    0% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(2deg);
    }
    60% {
        transform: rotate(-1deg);
    }
    70% {
        transform: rotate(3deg);
    }
    80% {
        transform: rotate(-2deg);
    }
    90% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.animate72 {
    -webkit-animation-name: animate72;
    -moz-animation-name: animate72;
    -o-animation-name: animate72;
    animation-name: animate72;
}
.a-btn72 {
    padding-left: 0%!important;
}
.a-option72 {
    top: 0%!important;
}
.a-option72 {
    width: 20%!important;
}
.a-btn72 {
    max-width: 100%!important;
}
.animate72,
.a-btnsub72,
.a-option72 {
    animation-duration: 1s!important;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s!important;
}
button {
    width: 100%;
    margin: auto;
    background-color: #f1f1f1!important;
    border-color: #fff;
    padding: 0!important;
    border-style: none;
}
.bcreate307 {
    background-color: #4e5e92;
}

input.present {
    width: 750px;
    margin: 0 auto !important;
    /* text-align: center; */
    display: block;
    height: 110px;
    padding: 10px;
    font-size: 28px;
    text-align: center;
    background: #fffcb4;
    border: 2px solid #999;
    box-shadow: 0px 0px 6px 1px #ccc inset;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:
}

form { padding: 6px; }

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

.signiture { 
    width: 145px;
 }


/*================ additional css ==================*/
.box {
    color: #a67d00;
    border-style: solid;
    border-width: 2px;
    border-color: #a67d00;
    font-size: 3.375em;
    line-height: 1.3em;
}

.question_box {
    /*background-color: #dce2ff;*/
    /*padding-left: 10px;*/
}


.line_height_1_3 {
    line-height: 1.3em;
}

br.sp_br {display:none;}
.bg_color_red{background-color:#b90007;}
.rec p {
    width: 60%;
}

 .w_icons { width: 60%;
    margin: 10px 20% 0;
 }

  .w_icons2 { width: 33.3%;
    margin: 10px 33.3% 0;
 }
/*-------------------------------------------*/
/*  Modal Window
/*-------------------------------------------*/


ol {
  /*max-width: 350px;*/
  counter-reset: my-awesome-counter;
  list-style: none;
  /*padding-left: 40px;*/
}
ol li {
     padding-top: 9px;
    padding-left: 75px;
    padding-right: 12px;
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 11px;
    padding-bottom: 22px;
    background-size: 56px !important;
}

#li_1-01 {
    background: url(../images/li_1-01.png) no-repeat left 0px;
}
#li_1-02 {
    background: url(../images/li_1-02.png) no-repeat left 0px;
}
#li_1-03 {
    background: url(../images/li_1-03.png) no-repeat left 0px;
}
#li_1-04 {
    background: url(../images/li_1-04.png) no-repeat left 0px;
}
#li_1-05 {
    background: url(../images/li_1-05.png) no-repeat left 0px;
}
#li_1-06 {
    background: url(../images/li_1-06.png) no-repeat left 0px;
}
#li_1-07 {
    background: url(../images/li_1-07.png) no-repeat left 0px;
}
#li_1-08 {
    background: url(../images/li_1-08.png) no-repeat left 0px;
}
#li_1-09 {
    background: url(../images/li_1-09.png) no-repeat left 0px;
}
#li_1-10 {
    background: url(../images/li_1-10.png) no-repeat left 0px;
}
#li_1-11 {
    background: url(../images/li_1-11.png) no-repeat left 0px;
}
#li_1-12 {
    background: url(../images/li_1-12.png) no-repeat left 0px;
}


#li_2-01 {
    background: url(../images/li_2-01.png) no-repeat left 0px;
}
#li_2-02 {
    background: url(../images/li_2-02.png) no-repeat left 0px;
}
#li_2-03 {
    background: url(../images/li_2-03.png) no-repeat left 0px;
}
#li_2-04 {
    background: url(../images/li_2-04.png) no-repeat left 0px;
}
#li_2-05 {
    background: url(../images/li_2-05.png) no-repeat left 0px;
}
#li_2-06 {
    background: url(../images/li_2-06.png) no-repeat left 0px;
}
#li_2-07 {
    background: url(../images/li_2-07.png) no-repeat left 0px;
}
#li_2-08 {
    background: url(../images/li_2-08.png) no-repeat left 0px;
}
#li_2-09 {
    background: url(../images/li_2-09.png) no-repeat left 0px;
}
#li_2-10 {
    background: url(../images/li_2-10.png) no-repeat left 0px;
}
#li_2-11 {
    background: url(../images/li_2-11.png) no-repeat left 0px;
}
#li_2-12 {
    background: url(../images/li_2-12.png) no-repeat left 0px;
}


#li_3-01 {
    background: url(../images/li_3-01.png) no-repeat left 0;
}
#li_3-02 {
    background: url(../images/li_3-02.png) no-repeat left 0;
}
#li_3-03 {
    background: url(../images/li_3-03.png) no-repeat left 0;
}
#li_3-04 {
    background: url(../images/li_3-04.png) no-repeat left 0;
}
#li_3-05 {
    background: url(../images/li_3-05.png) no-repeat left 0;
}
#li_3-06 {
    background: url(../images/li_3-06.png) no-repeat left 0;
}
#li_3-07 {
    background: url(../images/li_3-07.png) no-repeat left 0;
}
#li_3-08 {
    background: url(../images/li_3-08.png) no-repeat left 0;
}
#li_3-09 {
    background: url(../images/li_3-09.png) no-repeat left 0;
}
#li_3-10 {
    background: url(../images/li_3-10.png) no-repeat left 0;
}
#li_3-11 {
    background: url(../images/li_3-11.png) no-repeat left 0;
}
#li_3-12 {
    background: url(../images/li_3-12.png) no-repeat left 0;
}


#li_4-01 {
    background: url(../images/li_4-01.png) no-repeat left 0;
}
#li_4-02 {
    background: url(../images/li_4-02.png) no-repeat left 0;
}
#li_4-03 {
    background: url(../images/li_4-03.png) no-repeat left 0;
}
#li_4-04 {
    background: url(../images/li_4-04.png) no-repeat left 0;
}
#li_4-05 {
    background: url(../images/li_4-05.png) no-repeat left 0;
}
#li_4-06 {
    background: url(../images/li_4-06.png) no-repeat left 0;
}
#li_4-07 {
    background: url(../images/li_4-07.png) no-repeat left 0;
}
#li_4-08 {
    background: url(../images/li_4-08.png) no-repeat left 0;
}
#li_4-09 {
    background: url(../images/li_4-09.png) no-repeat left 0;
}
#li_4-10 {
    background: url(../images/li_4-10.png) no-repeat left 0;
}
#li_4-11 {
    background: url(../images/li_4-11.png) no-repeat left 0;
}
#li_4-12 {
    background: url(../images/li_4-12.png) no-repeat left 0;
}

#li_5-01 {
    background: url(../images/li_5-01.png) no-repeat left 0;
}
#li_5-02 {
    background: url(../images/li_5-02.png) no-repeat left 0;
}
#li_5-03 {
    background: url(../images/li_5-03.png) no-repeat left 0;
}
#li_5-04 {
    background: url(../images/li_5-04.png) no-repeat left 0;
}
#li_5-05 {
    background: url(../images/li_5-05.png) no-repeat left 0;
}
#li_5-06 {
    background: url(../images/li_5-06.png) no-repeat left 0;
}
#li_5-07 {
    background: url(../images/li_5-07.png) no-repeat left 0;
}
#li_5-08 {
    background: url(../images/li_5-08.png) no-repeat left 0;
}


#li_6-01 {
    background: url(../images/li_6-01.png) no-repeat left 0;
}
#li_6-02 {
    background: url(../images/li_6-02.png) no-repeat left 0;
}
#li_6-03 {
    background: url(../images/li_6-03.png) no-repeat left 0;
}
#li_6-04 {
    background: url(../images/li_6-04.png) no-repeat left 0;
}
#li_6-05 {
    background: url(../images/li_6-05.png) no-repeat left 0;
}
#li_6-06 {
    background: url(../images/li_6-06.png) no-repeat left 0;
}


#li_7-01 {
    background: url(../images/li_7-01.png) no-repeat left 0;
}
#li_7-02 {
    background: url(../images/li_7-02.png) no-repeat left 0;
}
#li_7-03 {
    background: url(../images/li_7-03.png) no-repeat left 0;
}
#li_7-04 {
    background: url(../images/li_7-04.png) no-repeat left 0;
}

#li_8-01 {
    background: url(../images/li_8-01.png) no-repeat left 0;
}
#li_8-02 {
    background: url(../images/li_8-02.png) no-repeat left 0;
}
#li_8-03 {
    background: url(../images/li_8-03.png) no-repeat left 0;
}
#li_8-04 {
    background: url(../images/li_8-04.png) no-repeat left 0;
}
#li_8-05 {
    background: url(../images/li_8-05.png) no-repeat left 0;
}
#li_8-06 {
    background: url(../images/li_8-06.png) no-repeat left 0;
}
#li_8-07 {
    background: url(../images/li_8-07.png) no-repeat left 0;
}
#li_8-08 {
    background: url(../images/li_8-08.png) no-repeat left 0;
}
#li_8-09 {
    background: url(../images/li_8-09.png) no-repeat left 0;
}
#li_8-10 {
    background: url(../images/li_8-10.png) no-repeat left 0;
}
#li_8-11 {
    background: url(../images/li_8-11.png) no-repeat left 0;
}
#li_8-12 {
    background: url(../images/li_8-12.png) no-repeat left 0;
}

#li_9-01 {
    background: url(../images/li_9-01.png) no-repeat left 0;
}
#li_9-02 {
    background: url(../images/li_9-02.png) no-repeat left 0;
}
#li_9-03 {
    background: url(../images/li_9-03.png) no-repeat left 0;
}
#li_9-04 {
    background: url(../images/li_9-04.png) no-repeat left 0;
}
#li_9-05 {
    background: url(../images/li_9-05.png) no-repeat left 0;
}
#li_9-06 {
    background: url(../images/li_9-06.png) no-repeat left 0;
}
#li_9-07 {
    background: url(../images/li_9-07.png) no-repeat left 0;
}
#li_9-08 {
    background: url(../images/li_9-08.png) no-repeat left 0;
}
#li_9-09 {
    background: url(../images/li_9-09.png) no-repeat left 0;
}
#li_9-10 {
    background: url(../images/li_9-10.png) no-repeat left 0;
}
#li_9-11 {
    background: url(../images/li_9-11.png) no-repeat left 0;
}
#li_9-12 {
    background: url(../images/li_9-12.png) no-repeat left 0;
}

#li_10-01 {
    background: url(../images/li_10-01.png) no-repeat left 0;
}
#li_10-02 {
    background: url(../images/li_10-02.png) no-repeat left 0;
}
#li_10-03 {
    background: url(../images/li_10-03.png) no-repeat left 0;
}
table.tbl {
    border: solid 1px #e0dede;
    border-collapse: collapse;

}
.tbl th {
    font-weight: bold;
    color: #ed3c94;
}
.tbl td, .tbl th {
    border: solid 3px #fff;
    /*padding: 10px;*/
    /*border-collapse: collapse;*/
    /*width: 50%;*/
    /*font-weight: bold;*/
}

.vbg-arrow{
    height: auto;
    position: relative;
    /*color: #fff;*/
    background-color: #f08595;
    /*font-size: 2.5em;*/
    /*line-height: 1.2em;*/

}
.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{padding:16px; line-height: 1.6;}


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

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

div.kiyaku {
  width: 80%;
  margin: 40px 10% 20px;
  padding: 20px;
  font-size: 16px;
  color: #555;
  height: 240px;
  background-color: #f9f9f9;
  overflow: scroll;
}

.btn-red {
    background-color: #333;
    padding: 34px 5px;
    /* box-shadow: 0px 4px 0px 0px #c33838; */
    /* border-radius: 8px; */
    width: 80%;
    display: block;
    margin: auto;
    color: white;
    cursor: pointer;
    border: none;
}

.btn-red:hover {
    background-color: #fc9386;
    padding: 34px 5px;
    /* box-shadow: 0px 4px 0px 0px #c33838; */
    /* border-radius: 8px; */
    width: 80%;
    display: block;
    margin: auto;
    color: white;
    transition: .4s ; text-decoration: none;
}


.btn-red-header {
    background-color: #333;
    padding: 34px 5px;
    /* box-shadow: 0px 4px 0px 0px #c33838; */
    /* border-radius: 8px; */
    width: 80%;
    display: block;
    margin: auto;
}

.btn-red-header:hover {
    background-color: #eee7d3;
    padding: 34px 5px;
    /* box-shadow: 0px 4px 0px 0px #c33838; */
    /* border-radius: 8px; */
    width: 80%;
    display: block;
    margin: auto;
    color: #00a41a;
    transition: .4s ; text-decoration: none;
}

.tomodachi {color: #e8dcba;}

.btn-red:hover .tomodachi, .btn-red-header:hover .tomodachi {color: #897745;}

.v_bg {
    /* background-color: #fffefe; */
    position: relative;
    top: -50px;
    left: 20px;
}

.table_pink {
    background-color: #ffdce2;
}

.table_pink_2 {
    background-color: #ffeaee;
}

.table_gray {
    background-color: #ededed;
}

.table_gray_2 {
    background-color: #f9f9f9;
}

.table_yellow {
    background-color: #fdffcd;
}

.table_yellow_2 {
    background-color: #feffe7;
}

tr td:first-child {
    width: 50%;
    text-align: center;
}

table, td {
    border: none;
    border-collapse: collapse;
    padding: 13px 10px;
    text-align: center;
    line-height: 1.4;
}

/*.strike { display: block; text-align: center;  overflow: hidden; white-space: nowrap; }
.strike > span { position: relative;  display: inline-block; letter-spacing: 4px; padding-left: 2px;}
.strike > span:before,.strike > span:after {  content: "";  position: absolute;  top: 50%;  width: 400px; border-bottom: 1px solid #f1b6b8;}
.strike > span:before { right: 100%;margin-right: 15px;}
.strike > span:after { left: 100%; margin-left: 15px;}*/

.postcript {
    background-image: url(../images/text_line.png);
    line-height: 50px;
}
.stripe {
    position: relative;
    padding: 0.7em;
}
.stripe {
    content: '';
    left: 0;
    width: 100%;
    background: rgb(55,80,154);
background: -moz-linear-gradient(0deg, rgba(55,80,154,1) 0%, rgba(50,118,173,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(55,80,154,1) 0%, rgba(50,118,173,1) 100%);
background: linear-gradient(0deg, rgba(55,80,154,1) 0%, rgba(50,118,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37509a",endColorstr="#3276ad",GradientType=1);
}




/*-------------------------------------------*/
/*  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;
}
.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;
}

.button-simple {
        position: relative;
    font-weight: bold;
    padding: 42px 0px 0px 0px;
    margin: 0px 5px;
    border-radius: 100px;
    font-size: 33px;
    background: #40a804;
    color: #fff;
    display: inline-block;
    /* text-shadow: 1px 1px 0px #43af03; */
    box-shadow: 0 3px 0 #327f05;
    height: 146px;
    line-height: 1.7;
}

.button-simple:hover  {
    background-color: #df7e00;
    color: #fff;
    box-shadow: 0 3px 0 #c06c00;
    animation-play-state: paused;
    top: 3px;
    /*text-shadow: 1px 1px 0px #307c05;*/
}

.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);
    }
}

