@charset "utf-8";

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
}

body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

div,p,footer,header,section {
    display: block;
    position: relative;
    word-wrap: break-word;
}

a {
    display: inline-block;
}

a:link {}

a:visited {}

a:hover {
    opacity: 0.7;
}

a:active {}

hr {
    clear: both;
    width: 100%;
}

img {
    vertical-align: bottom;
    border-style: none;
}

html {
    font-size: 62.5%;
    /*ベース10px*/
    /*overflow-y: hidden;*/
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
    font-size: 1.6rem;
    /*10px*/
    line-height: 1.6em;
    
}


/*------------------------------------------------------------
main
------------------------------------------------------------*/
#wrap {
    width: 100%;
    background-attachment:fixed;
}
#wrapBg{
    width: 100%;
    //background-image: url(../img/bgImg_2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    }

.conts {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    background-color: #fdf6f3;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.conts:first-child{
    padding: 0px 0px 20px 0px;
}

#hsHead {
    width: 100%;
}


.hsTxt {
    width: 94%;
    margin: 0 auto;
    padding-top: 20px;
    /*padding: 20px 0px 20px 0px;*/
}

.hsFrame_h {
    width: 94%;
    margin: 0 auto;
}

.hsFrame_m {
    width: 94%;
    margin: 0 auto;
    padding: 0px 20px;
    background-image: url(../img/frameA_m.png);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: contain;
}

.hsFrame_l {
    width: 94%;
    margin: 0 auto;
}

.titleRibbon {
    width: 100%;
}

.titleKikaku {
    width: 100%;
    margin-top: 10px;
}

.txtInFrame {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}

.txtKajo {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.4em;
}

.indentTxt_1name {
    padding-left: 1em;
    text-indent: -1em;
}

.indentTxt_2name {
    padding-left: 2em;
    text-indent: -2em;
}

.indentTxt_3name {
    margin-bottom: 5px;
    font-size: 0.8rem;
    line-height: 1.2em;
}

.kikakuimg {
    float: right;
    width: 35%;
    margin: 5px;
}

.tapeContents {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    background-color: #f1a9c1;
}

.tapeTxt {
    width: 100%;
}

.tape_1 {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
}

.tape_2 {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
}

.tape_3 {
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 40px;
}

.tape_4 {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 40px;
}

.blockCaution {
    padding: 20px;
    width: 100%;
    background-color: #fdf6f3;
    border-radius: 6px;
    border: 1px solid #f1a9c1;
}

.blockCautionTitle {
    padding: 0px 0px 15px 0px;
    color: #fe4698;
    text-align: center;
}

#btnToForm {
    display: block;
    position: relative;
    width: 250px;
    margin: 0 auto;
    margin-top: 40px;
}

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

.clearFix {
    min-height: 1px;
}

.contsSpace{
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
}

/* COM:レスポンシブ */

@media(min-width:1300px) {}

@media(max-width:1299px) {}

@media(min-width:600px) {
    .titleRibbon {
        width: 60%;
    }

    .titleKikaku {
        width: 60%;
    }

    #btnToForm {
        width: 360px;
    }
}

@media(max-width:599px) {
    .conts {
        padding: 10px 0px 10px 0px;
    }
}
