@charset "UTF-8";
/*PC style*/
/*### general ###*/
body {
    color: #595757;
    font-size: 14px;
    height: auto;
    line-height: 18px;
    min-width: 1060px;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
a {
    color: #595757;
}
a:hover {
    opacity: 0.7;
}
/*### parts ###*/
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.inline_b {
    display: inline-block;
}
.fc_pink {
    color:#E9608E;
}
.fc_deeppink {
    color:#E6307D;
}
/*### header ###*/
.h_wrap_parent {
    position: relative;
}
.h_wrap_parent:before {
    background: url(../img/header_top.png) repeat-x bottom;
    background-size: 70px 30px;
    content: "";
    display: inline-block;
    height: 30px;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.h_slider {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider_all {
    height: 746px;
    margin: 0 auto;
    position: relative;
}
.slider_wrap {
    left: 50%;
    margin-left: -1500px;
    width: 3000px;
    position: absolute;
}
.slider_body {
    width: 100%;
}
.h_navi {
    background-color: #40210F;
}
.h_navi_inner {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
.h_navi_inner li {
    float: left;
    border-left: dashed 1px #FEFEFE;
    margin: 20px 0;
}
.h_navi_inner li:last-child {
    border-right: dashed 1px #FEFEFE;
}
.h_navi_inner li img {
    padding: 10px 24px;
}
.h_logo {
    left: 0;
    position: absolute;
    top: -750px;
    z-index: 90;
}
.h_logo a {
    display: block;
}
.icon1 {
    position: absolute;
    right: -20px;
    top: -260px;
    z-index: 10;
}
/*### main ###*/
.m_wrap {
    background: url(../img/footer_line_2.png) repeat-x, url(../img/main_bg.png) repeat;
    background-position: 0 1085px, bottom;
    background-size: 70px 84px, 418px 1142px;
    overflow: hidden;
    padding: 0 0 118px 0;
}
.m_wrap_bg {
    margin: 0 auto;
    position: relative;
    width: 1000px;
    z-index: 10;
}
.m_inner {
    margin: 0 auto;
    position: relative;
    width: 1000px;
    z-index: 20;
}
.m_left {
    background: url(../img/main_paper.png) no-repeat left top;
    float: left;
    margin: 40px 43px 0 0;
    padding: 52px 20px 70px 20px;
    width: 240px;
}
.m_left p:nth-child(1) {
    margin: 0 auto 33px 62px;
}
.m_left p:nth-child(2) {
    color: #595757;
    font-size: 18.5px;
    padding: 0 0 10px 0;
}
.m_left p:nth-child(4) {
    background-color: #E8E5E9;
    border-radius: 20px;
    margin: 25px 0 0 0;
    padding: 5px;
    text-align: center;
}
.m_left p:nth-child(5) {
    background: url(../img/tel.png) no-repeat bottom 8px left 10px;
    background-size: 24px 18px;
    font-size: 24.5px;
    font-weight: bold;
    padding: 10px 5px 8px 40px;
}
.m_left p:nth-child(6) {
    padding: 0 0 35px 10px;
}
.m_contact {
    background-color: #E6307D;
    border-radius: 5px;
    color: #FEFEFE;
    font-size: 14px;
    padding: 20px;
    text-align: center;
}
.m_contact .fa {
    color: #FEFEFE;
    padding: 5px 0 5px 5px;
}
.m_right {
    width: 1000px;
    padding-left: 323px;
}
.m_right li {
    float: left;
    margin: 26px 50px 0 0;
}
/*### footer ###*/
.f_wrap_parent {
    margin: 20px 0 30px 0;
}
.f_wrap {
    margin: 0 auto;
    width: 1000px;
}
.footer_logo {
    float: left;
    margin: 0 10px 0 0;
}
.f_navi{
    text-align: center;
    line-height: 1.6;
    padding-right: 170px;
}
.f_info p,
.f_navi li {
    display: inline-block;
    /*font-size: 17px;*//*20211202以前の設定*/
    font-size: 15px;
}
.f_info {
    padding: 10px 0 10px;
    max-height: 999999px;
}
.f_info p {
    padding: 0 13px;
}
.f_info p:first-child {
    padding: 0 13px 0 32px;
}
.f_navi li {
    /*padding: 0 34px;*//*20211202以前の設定*/
    padding: 0 15px;
}
.f_navi li:first-child {
    /*padding: 0 35px 0 32px;*/
    padding: 0 15px 0 32px;
}
.f_navi li+ li {
    border-left: 1px solid #595757;
    line-height: 1;
}
.f_info p:last-child,
.f_navi li:last-child {
    padding-right: 0;
}
.f_copyright {
    font-size: 10px;
    max-height: 999999px;
    padding: 15px 0;
    text-align: right;
    width: 1000px;
}
.slider_body {
    display: none;
}
/*TAB style*/
@media screen and (min-width:601px) and ( max-width:999px) {}
/*SP style*/
@media screen and (max-width: 600px) {}