@charset "UTF-8";
/********************************
DEFAULT
*********************************/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    outline: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block;
}
h1,h2,h3,h4,h5,h6,caption,address,th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul,ol,li,dl,dt,dd {
    list-style: none;
}
img,iframe {
    vertical-align: middle;
    border
}
img {
    line-height: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;
}
table {
    border-collapse: collapse;
}
th {
    font-weight: normal;
    text-align: left;
}
button,fieldset,form,input,label,legend,select,textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
select {
    padding: 2px;
}
input,select {
    font-size: 100%;
    vertical-align: middle;
}
input[type="text"],input[type="password"],textarea,select {
    outline: none;
}
textarea {
    font-size: 100%;
}
input {
    vertical-align: middle;
}
::-webkit-input-placeholder {
    color: #000;
}
label {
    padding: 0 0 0 2px;
}
hr {
    display: none;
}
a {
    transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    text-decoration: none;
}
a[href^="tel:"] {
    cursor: default;
}
a,a:link {
    color: #333;
    text-decoration: none;
    word-break: break-all;
}
a:visited {
    color: #333;
}
a:hover,a:active {
    color: #333;
    text-decoration: none;
}
a[href^="tel:"] {
    cursor: default;
}
.c_fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}
.c_fix {
    min-height: 1px;
}
html {
    height: 100%;
}
body {
    font-family: Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    min-height: 100%;
    height: auto !important;
    position: relative;
    min-width: 1000px;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/********************************
FOOTER
*********************************/
footer {
    background: #f5f5f5;
    text-align: center;
    padding: 29px 0;
}
.footer {
    font-size: 12px;
    line-height: 1;
}
/********************************
C系CSS
*********************************/
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
#Contents{
    padding: 30px 0 0 0;
}
.c-cont {
    padding: 60px 0 60px 0;
    width: 1000px;
    margin: 0 auto;
}
.c-wrap {
    margin: 0 0 60px 0;
}
.c-wrap:last-child {
    margin: 0;
}
/*c-btn*/
.c-btn {
    display: table;
    width: 100%;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: center;
    line-height: 1;
    background: #ffffff;
}
.c-btn a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 4px solid #fe668b;
    background: #ff7599;
    background: -moz-linear-gradient(top,  #ff7599 0%, #fc2e58 100%);
    background: -webkit-linear-gradient(top,  #ff7599 0%,#fc2e58 100%);
    background: linear-gradient(to bottom,  #ff7599 0%,#fc2e58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7599', endColorstr='#fc2e58',GradientType=0 );
}
.c-btn .is-btn{
    display: block;
    background: url(../img/btn_icon1.png) no-repeat right 20px center;
    padding: 6px 40px 6px 0;
}
.c-btn a:hover {
    opacity: 0.7;
}
.c-btn.is-ver2 a {
    border: 4px solid #4aab34;
    background: #38ca1b;
    background: -moz-linear-gradient(top,  #38ca1b 0%, #089908 100%);
    background: -webkit-linear-gradient(top,  #38ca1b 0%,#089908 100%);
    background: linear-gradient(to bottom,  #38ca1b 0%,#089908 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38ca1b', endColorstr='#089908',GradientType=0 );
}
.c-btn.is-ver2 .is-btn{
    display: block;
    background: url(../img/btn_icon2.png) no-repeat right 20px center;
}
@media (max-width: 767px) {
    body {
        font-size: 12px;
        min-width: 320px;
    }
    /********************************
    FOOTER
    *********************************/
    footer {
        padding: 19px 0;
    }
    .footer {
        font-size: 12px;
        line-height: 1;
    }
    /********************************
    C系CSS
    *********************************/
    .c-pc {
        display: none;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    .c-cont {
        padding: 20px 0 30px 0;
        width: auto;
    }
    .c-wrap {
        margin: 0 0 25px 0;
    }
    .c-title_wrap {
        margin: 0 0 10px 0;
        padding: 0 0 0 10px;
        border-left: 3px solid #00a291;
    }
    .c-title-ttl {
        font-size: 18px;
    }
    #Contents{
        padding: 0;
    }
    /*c-btn*/
    .c-btn {
        border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    .c-btn a {
        font-size: 12px;
        height: 40px;
        line-height: 1.2;
        border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 2px solid #fe668b;
    }
    .c-btn .is-btn{
        background: url(../img/btn_icon1.png) no-repeat right 20px center;
        background-size: 20px auto;
        -ms-background-size: 20px auto;
        -moz-background-size: 20px auto;
        -webkit-background-size: 20px auto;
        padding: 6px 20px 6px 0;
    }
    .c-btn a:hover {
        opacity: 1;
    }
    .c-btn.is-ver2 a {
        border: 2px solid #4aab34;
    }
    .c-btn.is-ver2 .is-btn{
        background: url(../img/btn_icon2.png) no-repeat right 20px center;
        background-size: 20px auto;
        -ms-background-size: 20px auto;
        -moz-background-size: 20px auto;
        -webkit-background-size: 20px auto;
    }
}/*@media*/

@media (min-width: 414px) {}/*@media*/

@media (max-width: 374px) {}/*@media*/
