/* #共通 ========================================================================================================== */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: inherit;
}
html {
    height:100%;
}
body{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"MyYuGothicM",sans-serif;
    color: #666666;
    margin: 0px;
    height: 100%;
    font-size: 16px;
    line-height: 25px;
    -webkit-text-size-adjust: 100%;
}
img {
    border: none;
    vertical-align:bottom;
}
a img.img_alpha {
}
a:hover img.img_alpha {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
a  {
    color: #e60e64;
    text-decoration: none;
}
a:hover {
    color: #e60e64; /*下線あり*/
    text-decoration: underline;
}
.end {
    height: 0px;
    width: 100%;
    clear: left;
}
a[href^="tel:"] { cursor: default; }

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.br-pc { display:block; }
.br-sp { display:none; }

/* #PC ========================================================================================================== */
#header {
    height: 96px;
    width: 100%;
    min-width: 1000px;
    position: fixed;
    z-index: 50;
    top: 0px;
    background: linear-gradient(180deg,#FFFFFF 91px,#e60e64 91px);
}
.header_inner {
    height: 50px;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.header_inner ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position : relative;
}
.header_inner li {
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    position : relative;
    float: left;
    font-size: 0.9em;
}
.header_inner li.hn1 {
    width: 210px;
    margin-left: 0px;
    margin-top: 12px;
}
.header_inner li.hn2 {
    width: 230px;
    margin-left: 40px;
    margin-top: 26px;
    font-size: 12px;
    line-height: 12px;
}
.header_inner li.hn3 {
    width: 120px;
    margin-top: 13px;
    font-size: 11px;
}
.header_inner li.hn4 {
    width: 280px;
    margin-top: 13px;
    font-size: 15px;
    text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
}
.header_inner li a{
    color: #666666;
    text-decoration: none;
}
.arrow{
    width: 6px;
    margin-bottom: 8px;
    margin-right: 3px;
}
.menuicon{
    display: none;
}
#footer1 {
    height: auto;
    width: 100%;
    position: relative;
    background-color: #e60e64;
    padding-top: 25px;
    padding-bottom: 20px;
    float: left;
}
#f_menu_area {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.f_menu {
    width: 180px;
    height: auto;
    position: relative;
    float: left;
    color: #FFFFFF;
    margin-left: 30px;
    margin-right: -10px;
}
.f_menu ul {
    padding: 0px;
    list-style-type: none;
    position : relative;
    margin: 0px;
}
.f_menu li {
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;
}
.f_menu li.hn1, .f_menu li.hn4 {
    width: 218px;
    border: 1px solid #FFFFFF;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.f_menu li.hn1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.f_menu li.hn1:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
    background-color: #e60e64;
}
.f_menu li.hn2 {
    width: 50%;
}
.f_menu li.hn2, .f_menu li.hn3 {
    font-size: 12px;
}
#footer2 {
    height: auto;
    width: 100%;
    position: relative;
    background-color: #e60e64;
    padding-top: 17px;
    padding-bottom: 17px;
    float: left;
    margin-top: 1px;
}
.f_menu_sub {
    width: 970px;
    height: auto;
    color: #FFFFFF;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}
.f_menu li.hn2 a, .f_menu li.hn3 a, .f_menu_sub a  {
    color: #FFFFFF;
    text-decoration: none;
}
.f_menu li.hn2 a:hover, .f_menu li.hn3 a:hover, .f_menu_sub a:hover {
    color: #FFFFFF; /*下線あり*/
    text-decoration: underline;
}
#footer3 {
    height: auto;
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 8px;
}
#footer3{
    color: #fff !important;
}
.footer3_inner {
    height: 50px;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.footer3_inner ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position : relative;
}
.footer3_inner li {
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    position : relative;
    float: left;
}
.footer3_inner li.hn1 {
    width: 265px;
    margin-left: 30px;
    margin-top: 15px;
}
.footer3_inner li.hn2 {
    width: 110px;
    margin-top: 8px;
    float: right;
    margin-right: 30px;
}
#cc {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #e60e64;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    float: left;
}
#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: auto;
    display: block;
}
#page-top a:hover {
    background: #e60e64;
}
.title_back {
    height: 200px;
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 108px;
}
.title {
    height: auto;
    width: 470px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    padding-left: 25px;
    padding-right: 505px;
}
.line_box {
    height: 13px;
    width: 100%;
    min-width: 1000px;
    float: left;
    position: relative;
    background: linear-gradient(105deg,#e60e64 50%,#e60e64 50%);
}
.contents_inner {
    height: auto;
    width: 950px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.pages{
    margin-top: 96px;
}
.spimg{
    display: none;
}
.text-center{
    text-align: center;
}
.sp-thumbnail img{
    max-width: 100%;
}
.breadcrumb{
    margin-top: -35px;
}
ul.breadcrumb li {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 20px;
    position: relative;
    font-size: 12px;
}
ul.breadcrumb li a{
    color: #616161;
}
ul.breadcrumb li a:after {
    position: absolute;
    display: block;
    content: '';
    content: ">";
    top: -1px;
    right: 7px;
}
.catch {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #e60e64;
    border-color: #e60e64;
    font-size: 1.5em;
    font-weight: bold;
}
.catch:before,
.catch:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}
.catch:before {
    margin-right: 1rem;
}
.catch:after {
    margin-left: 1rem;
}
.infos a,
.news_box a{
    color: #666;
    transition: 0.3s;
    text-decoration: underline;
}
.infos a:hover,
.news_box a:hover{
    color: #e60e64;
}
/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.br-pc { display:none; }
.br-sp { display:block; }
body{
    font-size: 30px;
    line-height: 45px;
}
#header {
    height: 110px;
    min-width: 100%;
    background: linear-gradient(180deg,#FFFFFF 100px,#e60e64 100px);
}
.header_inner {
    height: 63px;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.header_inner li.hn1 {
    width: 300px;
    margin-left: 5px;
    margin-top: 20px;
}
.header_inner li.hn2,
.header_inner li.hn3  {
    display: none;
}
.header_inner li.hn4{
    width: 320px;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 0.7em;
}
.menuicon{
    display: block;
    border-top: 5px solid #e60e64;
    margin-top: 30px;
}
.menuicon li {
    display: inline-block;
    width: 16.66%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.menuicon li + li{
    border-left: none !important;
}
.sp_pulldown_menu{
    position: absolute;
    display: none;
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 50;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    left: 0px;
    padding-top: 35px;
    padding-bottom: 30px;
    margin-top: 1px;
}
.sp_pulldown_menu #dorp_menu{
    width: 100%;
}
.sp_pulldown_menu #dorp_menu li{
    border: 0px !important;
}
.sp_pulldown_menu #dorp_menu li#hn2{
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
}
#footer1 {
    display: none;
}
#footer2 {
    display: none;
}
#footer3 {
    border-top: 15px solid #e60e64;
}
.footer3_inner {
    height: 80px;
    width: 100%;
}
.footer3_inner li.hn1 {
    width: 350px;
    margin-top: 12px;
}
.footer3_inner li.hn2 {
    width: 150px;
    margin-top: 15px;
}
#cc {
    min-width: 100%;
    height: 30px;
    padding-top: 30px;
    font-size: 0.8em;
    line-height: 17px;
    border-top: 15px solid #e60e64;
}
#page-top a {
    width: 80px;
}
.title_back {
    min-width: 100%;
    margin-top: 110px;
}
.title {
    width: 550px;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 175px;
}
.line_box {
    height: 20px;
    min-width: 100%;
}
.contents_inner {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.pages{
    margin-top: 200px;
}
.thumbnail-text,
.pcimg{
    display: none;
}
.spimg{
    display: block;
}
ul.breadcrumb li {
    font-size: 0.8em;
}
.catch{
    font-size: 1.3em;
}
}/* @media only screen and (max-width: 750px) */


/* footer */

.fix{
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
}
.fix .close{
    position: absolute;
    top: 10px;
    right: 30px;
    color: #fff;
    background-color: #e60e64;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
}
.fixbox_2{
    position: relative;
    display: inline-block;
    width: 400px;
    border: 2px solid #e60e64;
    border-radius: 5px;
    vertical-align: top;
    letter-spacing: normal;
    height: 130px;
    margin: 3px;
    vertical-align: top;
    overflow: hidden;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}
.fixbox_2 h4{
    margin-bottom: 5px;
}
.fixbox_2 p{
    font-size: 0.9em;
    line-height: 1.3em;
}
.fixbox_2 .fixlink{
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    width: 90%;
    margin: auto;
    background-color: #e60e64;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}
.fixbox_2 .fixlink:hover{
    opacity: 0.7;
}
.fixbox_4{
    display: inline-grid;
    background-color: #e60e64;
    color: #fff;
    border-radius: 10px;
    width: 150px;
    padding: 10px;
    height: 100px;
    box-sizing: border-box;
    vertical-align: top;
    align-items: center;
}
.fixbox_4:hover{
    opacity: 0.7;
}
@media only screen and (max-width: 750px){
    .fixbox_2{
        width: 90%;
        display: block;
        height: auto;
        margin: auto;
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .fix .close{
        top: 0px;
        width: 45px;
        height: 45px;
        border-radius: 22px;
    }
    .fixbox_2 .fixlink{
        position: unset;
        margin-top: 20px;
    }
    .fixbox_4{
        width: 22%;
        font-size: 0.8em;
        line-height: 1.3em;
    }
}
