@charset "UTF-8";



/**
 * ========================================
 * reset
 * ========================================
 */
    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, sub, sup, 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;border: none;background: transparent;font-family: inherit;font-weight: normal;font-style: normal;font-size: 100%;vertical-align: baseline;outline: none;
    }
    img {
    vertical-align: bottom;
    }
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary
    {
    display: block;
    }
    :focus {
    outline: none;
    }
    a, a:link, a:visited, a:hover, a:active {
    margin: 0;padding: 0;text-decoration: none;vertical-align: baseline;outline: 0;cursor: pointer;
    }
    ol, ul {
    list-style: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    caption, th, td {
    text-align: left;
    }
    fieldset {
    border: none;
    }
    input, select, textarea {
    font-family: inherit;
    font-size: 80%;
    }
    input, select {
    vertical-align: middle;
    }
    textarea {
    overflow: auto;
    }
    label, button {
    cursor: pointer;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
    }
    abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    }
    del {
    text-decoration: line-through;
    }
    ins {
    background-color: #FFFFBB;color: #000000;text-decoration: none;
    }
    mark {
    background-color: #FFFFBB;color: #000000;text-decoration: none;
    }
    hr {
    display: block;height: 1px;margin: 1em 0;padding: 0;border: none;border-top: 1px solid #CCCCCC;
    }


/* body */
body {
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #fff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    color: #333;
}
a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
a {
    color: #4d00ff;
    transition: all 300ms ease-in-out 0s;
}
p a:hover {
    color: #ff8595;
}
.tel a, .mail a {
    cursor: default;
    pointer-events: none;
    color: #333;
}
h5 {
    font-weight: bold;
}
p {
    margin-bottom: 20px;
}
strong, .strong {
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .tel a, .mail a {
        pointer-events: auto;
    }
}

/* container */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}


/* パンくず */
.bread_crumb {
    overflow: hidden;
    font-size: 12px;
    text-align: right;
    max-width: 1200px;
    width: 98% !important;
    margin: 8px auto;
}
.bread_crumb li {
    list-style: none;
    padding-left: 8px;
    display: inline-block;
}
.bread_crumb a {
    padding-right: 13px;
    background: url(/images/application/arrow.png) no-repeat right center;
    color: #ff8595;
}

/* main */
.main {
    margin: 0 auto 0;
    width: 100% !important;
    clear: both;
}
.main_inq {
    margin: 0px auto 0;
    width: 1000px;
    display: flex;
}
.content {
    margin: 5px auto 13px !important;
    width: 980px !important;
    border-top: 0px !important;
}
#voice .content {
    max-width: 980px;
    width: 94% !important;
}
#voice_list .content {
    max-width: 980px;
    width: 94% !important;
}
.content p {
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 200;
    text-align: justify;
}
.content h2.tit {
    font-size: 35px;
    line-height: 1.2;
    font-family: serif;
    padding-bottom: 13px;
    padding-top: 20px;
    font-weight: 700;
    transform: rotate(0.001deg);
}
.content h2.w80p {
    width: 80%;
}
.content h2.ftsz28 {
    font-size: 28px;
}
.content h2.ftsz28 span {
    background: #ff8595;
    padding: 2px 12px 3px 8px;
    border-radius: 17px;
    font-size: 19px;
    color: #fff;
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 800;
    vertical-align: bottom;
    margin-bottom: 5px;
    display: inline-block;
}
#features, #support {
    width: 100%;
    background: url(/images/application/topimage2.jpg) no-repeat center center;
    height: 290px;
    background-size: cover;
    text-align: center;
    margin-top: 29px;
/* 
    background-attachment: fixed;
 */
}
#support {
    background: url(/images/application/topimage4.jpg) no-repeat center center;
    margin-top: 65px;
}
#features .content h2.tit a, #support .content h2.tit,.main_inq h2.tit {
    color: #e97c56;
    color: #ff8595;
    text-align: center;
    padding-top: 50px;
}
#support .content h2.tit,#support .content h2.tit a, #support .content p {
    color: #000;
}
#features ul.lst_ftr, #support ul.lst_sprt {
    width: 100%;
    margin-bottom: 18px;
}
#support ul.lst_sprt {
    margin-top: 35px;
}
#features ul.lst_ftr li {
    width: 21.5%;
    margin-right: 1%;
    display: inline-block;
    border: 2px solid #e4e4e4;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 6px;
    font-size: 19px;
    font-family: serif;
    line-height: 1.3;
    transform: rotate(0.001deg);
}
#support ul.lst_sprt li {
    width: 21.5%;
    margin-right: 1%;
    display: inline-block;
    border: 2px solid #eee;
    background-color: rgba(255, 255, 255, 0.4);
    text-align: center;
    border-radius: 6px;
    font-size: 19px;
    color: #fff;
}
#features ul.lst_ftr li:last-child, #support ul.lst_sprt li:last-child {
    margin-right: 0;
}
#features ul.lst_ftr li:hover {
    background-color: rgba(253, 221, 221, 0.8);
    transition: all 300ms ease-in-out 0s;
}
#support ul.lst_sprt li:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 300ms ease-in-out 0s;
}
#features ul.lst_ftr li a {
    color: #333;
    width: 100%;
    height: 100%;
    padding: 17px 1% 15px;
    display: block;
}
#features ul.lst_ftr li a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f101';
    font-size: 85%;
    font-weight: bold;
    margin-left: 6px;
    color: #ff8595;
}

#support ul.lst_sprt li a {
    color: #000;
    width: 100%;
    height: 100%;
    padding: 18px 1% 20px;
    display: block;
}
#wht_fmc {
    display: inline-block;
}
#message .content, #wht_fmc .content {
    padding-top: 50px;
}
#message .content h2.tit, #message .content h2.tit a {
    color: #e97c56;
    color: #ff8595;
}
#wht_fmc .content h2.tit, #wht_fmc .content h2.tit a {
    color: #ff8595;
    text-align: center;
}
#wht_fmc .content h2.tit span, #voice1 .content h2.tit span, #voice2 .content h2.tit span {
    font-size: 24px;
}
#message .content p.img_right {
    float: right;
    width: 42%;
    margin-left: 30px;
}
#voice .content p.img_right {
    float: right;
    width: 30%;
    margin-left: 30px;
}
#wht_fmc .content p.img_left {
    float: left;
    width: 30%;
    margin-right: 30px;
}
#message .content p.img_right img {
    width: 100%;
    margin-top: 20px;
}
#wht_fmc .content p.img_left img {
    width: 100%;
    margin-top: 7px;
}
#voice .content p.img_right img {
    width: 100%;
    margin-top: 5px;
}
#flow {
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
#flow .content_flow {
    width: 49%;
    display: inline-block;
    background: url(/images/application/topimage6.jpg) no-repeat right center;
    padding: 5% 0;
    vertical-align: top;
}
#flow .content_product {
    width: 49%;
    display: inline-block;
    background: url(/images/application/topimage7.jpg) no-repeat center center;
    padding: 4% 0;
}
#company {
    border: 4px solid #e4e4e4;
    border-radius: 8px;
    width: 992px;
    margin: 55px auto 50px;
    text-align: center;
    position: relative;
}
#company .img_left {
    width: 22%;
    display: inline-block;
    margin: 9px 0 0;
}
#company .img_left img {
    height: 150px;
    width: auto;
    object-fit: cover;
    object-position: 100% 0%;
}
#company .txt_right {
    display: inline-block;
    width: 68%;
    vertical-align: top;
}
#company .txt_right p {
    text-align: center;
}
#company .content h2.tit {
    color: #ff8595;
    margin-top: 25px;
}
#company a {
    color: #fff;
    font-size: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
#company:hover {
    background-color: rgba(253, 221, 221, 0.45);
    transition: all 300ms ease-in-out 0s;
}
#flow h2.tit {
    color: #ff8595;
    font-family: serif;
    font-size: 34px;
    margin-left: 14%;
    width: 78%;
    margin-bottom: 20px;
    transform: rotate(0.001deg);
}
#flow p {
    margin-left: 14%;
    width: 78%;
}
#news {
    margin: 20px 0 65px;
}
#news ul.news {
    border-bottom: 1px dotted #ccc;
    padding: 14px 0 12px 18px;
}
#news h2.tit {
    font-size: 28px;
    letter-spacing: 4px;
    border-top: 3px solid #ff8595;
    background: #f7f7f7;
    padding-left: 0.5em;
}
#news ul.news span.news_day {
    color: #e97c56;
}
#news ul.news span.news_ctgry {
    background: #9e9e9e;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px 3px;
    margin: 0 0 0 14px;
    display: inline-block;
    vertical-align: top;
}
#news ul.news span.article {
    display: block;
    margin-top: 5px;
}
ul.lnk_campany {
    width: 31%;
    margin: 15px 1%;
    display: inline-block;
    vertical-align: top;
}
ul.lnk_campany li {
    width: 100%;
    margin: 0 0 8px;
    background: #fff;
    border: 2px solid #e0e0e0;
    padding: 0;
    position: relative;
}
ul.lnk_campany li a {
    width: 97%;
    height: 100%;
    margin: 12px 5px;
    display: block;
    text-align: center;
}
ul.lnk_campany li.midashi {
    padding: 10px 0px;
    text-align: center;
    border: 2px solid #ff8595;
    background: #ff8595;
    color: #fff;
    font-size: 18px;
}
ul.lnk_campany2 {
    width: 45%;
    margin: 20px auto 18px;
}
ul.lnk_campany2 li {
    width: 100%;
    margin: 0 0 8px;
    background: #fff;
    border: 2px solid #e0e0e0;
    padding: 0;
    position: relative;
}
ul.lnk_campany2 li a {
    width: 100%;
    height: 100%;
    margin: 12px 5px 5px;
    display: block;
    text-align: center;
    font-size: 20px;
}
ul.lnk_campany2 li img {
    width: 55px;
    vertical-align: middle;
    margin-right: 10px;
    padding-bottom: 8px;
}
.bcwht100, .bcpnk100 {
    display: inline-block;
}
.bcpnk100 {
    background: #fff6f6;
    background: #fbfbfb;
}
.bcwht100 .content, .bcpnk100 .content {
    padding: 35px 0 15px;
    margin: 0 auto;
}
.bcwht100 .content h2.tit, .bcpnk100 .content h2.tit {
    color: #ff8595;
    color: #efb3a7;
    text-align: center;
}
.bcwht100 .content h2.tit a, .bcpnk100 .content h2.tit a {
    color: #ff8595;
}
.bcwht100 .content h2.tit sup, .bcpnk100 .content h2.tit sup {
    font-size: 15px;
}
.bcwht100 .content p.img_left, .bcpnk100 .content p.img_left {
    float: left;
    width: 30%;
    margin-right: 30px;
}
.bcwht100 .content p, .bcpnk100 .content p {
    width: 65%;
}
.bcwht100 .content p.img_left img, .bcpnk100 .content p.img_left img {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 20px;
}
.content p.img_left img.w75p {
    width: 75%;
    margin-left: 15%;
}

.bcwht100 .content p.img_4wk img, .bcpnk100 .content p.img_4wk img {
    width: 23%;
    margin: 7px 0.5% 20px 0.5%;
}
.bcwht100 .content p.img_2wk img, .bcpnk100 .content p.img_2wk img {
    width: 36%;
    margin: 7px 2% 20px 2%;
}
p.img_4wk, p.img_2wk {
    text-align: center;
}
.content .box_4wk {
    width: 22.5%;
    margin: 7px 1% 20px 1%;
    display: inline-block;
    vertical-align: top;
}
.content .box_3wk {
    width: 29%;
    margin: 7px 2% 20px 2%;
    display: inline-block;
    vertical-align: top;
}
.content .box_4wk h4 {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
}
.content .box_4wk p {
    font-size: 95%;
    margin-bottom: 0;
}
.content .box_3wk img, .content .box_4wk img {
    width: 100%;
    margin: 7px 0;
}
.content .box_4wk span.linkwk {
    width: 100%;
}
.content .box_4wk span.linkwk a {
    width: 80%;
    min-width: 80%;
}
.content_4img {
    text-align: center;
}
.content_4img img {
    width: 33.0%;
    margin: 0 -2px;
}

div.mb65 {
    margin-bottom: 65px;
}
#features .content h2.tit,#personel .content h2.tit {
}
#product {
    width: 100%;
    background: url(/images/application/pro_image2.jpg) no-repeat center center #ffefec;
    height: auto;
    background-size: cover;
    text-align: center;
    margin-top: 20px;
    padding: 0 0 10px;
}
#support2 {
    width: 100%;
    background: url(/images/application/spp_image2.jpg) no-repeat center center #ffefec;
    height: auto;
    background-size: cover;
    text-align: center;
    margin-top: 20px;
    padding: 0 0 10px;
}
#flow2 {
    width: 100%;
    background: url(/images/application/flw_image2.jpg) no-repeat center center #ffefec;
    height: auto;
    background-size: cover;
    text-align: center;
    margin-top: 20px;
    padding: 0 0 10px;
}
#features2 {
    width: 100%;
    background: url(/images/application/features_image2.jpg) no-repeat center center #ffefec;
    background: url(/images/application/features_image3.jpg) no-repeat center center #f9f9f9;
    height: auto;
    background-size: cover;
    text-align: center;
    margin-top: 20px;
    padding: 0 0 10px;
}
.content p.midashi {
    font-size: 22px;
    padding-top: 27px;
    margin-bottom: 0;
    font-family: serif;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: center;
}
.content p.midashi2 {
    font-size: 26px;
    padding-top: 14px;
    margin-bottom: 0;
    font-family: serif;
    font-weight: bold;
    text-align: center;
}
.content p.midashi2 span {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}
.content p.midashi3 {
    font-size: 31px;
    padding-top: 14px;
    margin-bottom: 0;
    font-family: arial;
    text-align: center;
    color: #999;
    font-weight: bold;
}
.content p.cmcopy {
    text-align: center;
    font-size: 120%;
    color: #ff8595;
}
.content .w80p {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}
.content .link_rbox {
    width: 17%;
    display: inline-block;
    margin-left: 2%;
    font-size: 80%;
}
.content .link_rbox a {
    display: block;
    border: 1px solid #ffbdc0;
    border-radius: 5px;
    padding: 8px;
    color: #666;
    font-weight: 200;
}
.content .link_rbox a.link1 {
    margin-top: 0px;
}
.content .link_rbox a.link2 {
    margin-top: 20px;
}
.content .link_rbox a.link3 {
    margin-top: 0px;
}
.content .link_rbox a.link4 {
    margin-top: 40px;
}
.content .link_rbox a.link5 {
    margin-top: 85px;
}
p.img_thrr {
    text-align: center;
    width: 85%;
    margin: 5px auto 20px;
}
p.img_thrr img {
    width: 27%;
    margin: 0 2%;
}
div.txt_2wk {
    display: inline-block;
    width: 47.5%;
    margin-right: 4%;
    vertical-align: top;
}
div.txt_3wk {
    display: inline-block;
    width: 31%;
    margin-right: 3%;
    vertical-align: top;
}
div.txt_2wk_l, div.txt_3wk_l {
    margin-right: 0;
}
div.txt_2wk h5, div.txt_3wk h5 {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #ff8595;
    font-weight: 500;
}
div.txt_2wk img, div.txt_3wk img {
    width: 100%;
    margin: 15px 0;
}
div.txt_2wk p, div.txt_3wk p {
    font-size: 95%;
}
div.wk3_menulink, div.wk1_menulink {
    border-radius: 10px;
    display: inline-block;
    width: 31%;
    margin: 0 1%;
    text-align: center;
    vertical-align: top;
    height: auto;
    padding: 15px 0 6px;
    background: #fff7e1;
}
div.wk1_menulink {
    width: 98%;
}
div.wk3_menulink span, div.wk1_menulink span {
    background: #fff;
    width: 255px;
    padding: 0;
    position: relative;
    margin: 11px auto;
    display: block;
    border-radius: 15px;
    border: 3px solid #ff8595;
}
div.wk3_menulink span a, div.wk1_menulink span a {
    height: 100%;
    width: 100%;
    padding: 3px 3px 5px;
    display: block;
    color: #ff8595;
    font-weight: bold;
}
div.wk3_menulink span a:after, div.wk1_menulink span a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f101';
    font-size: 90%;
    margin-left: 8px;
    color: #ff8595;
}
.content h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 9px;
    margin-top: 25px;
}
.content h3.tit_fl {
    font-size: 32px;
    color: #ff8595;
    line-height: 1.2;
    font-family: serif;
    padding: 14px 20px 11px;
    font-weight: 700;
	border: 2px solid #ff8595;
    width: 60%;
    margin: 0 auto 8px;
    border-radius: 39px;
    transform: rotate(0.001deg);
    text-align: center;
}
.content p.bold {
    font-weight: 600;
}
.w50p {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin: 0 6% 0 8%;
    z-index: 100;
    position: relative;
}
.w50p h3.tit_fl {
    width: 80%;
    background: #fff6f6;
}
img.bg_flow2 {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    margin-top: 30px;
    z-index: 11;
}
img.bg_flow_smpl {
    width: 195px;
    position: absolute;
    z-index: 12;
    margin-top: -160px;
}
img.bg_flow_smnr {
    width: 215px;
    position: absolute;
    z-index: 13;
    margin-top: 30px;
}
img.bg_flow_smnr2 {
    width: 190px;
    position: absolute;
    z-index: 14;
    margin-top: 8px;
    left: 78%;
}
p.center_flw {
    z-index: 200;
    position: relative;
}
i.fa-caret-down {
    text-align: center;
    width: 100%;
    font-size: 105px;
    color: #ff8595;
    margin: -60px 0;
    position: absolute;
}

@media print{
    i.fa-caret-down {
        position: relative;
    }
}

.ftlnk_sprt {
    width: 80%;
    margin: 25px auto 60px;
    text-align: center;
}
.ftlnk_sprt h4 {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -1px;
    transform: rotate(0.001deg);
}
.ftlnk_sprt ul li {
    display: inline-block;
    width: 130px;
    margin: 1%;
    background: #f1f1f1;
    border-radius: 65px;
    padding: 0;
    font-weight: bold;
    font-size: 105%;
}
.ftlnk_sprt ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 0;
}
.ftlnk_sprt ul li:hover {
    background: #e4e4e4;
    transition: all 300ms ease-in-out 0s;
}
.ftlnk_sprt ul li.actv {
    background: #ffc872;
}
.ftlnk_sprt ul li.actv a {
    color: #fff;
}
i.icn_lock {
    font-size: 1.5em;
    margin-bottom: -7px;
    margin-right: 5px;
    vertical-align: text-top;
    color: skyblue;
    margin-left: 20px;
}
.content p.center {
    width: 100%;
}
span.linkwk {
    border: 1px solid #ccc;
    padding: 0;
    margin: 10px 0;
    display: inline-block;
    position: relative;
    border-radius: 6px;
}
span.linkwk a {
    width: 390px;
    height: 100%;
    display: block;
    padding: 10px 20px 11px;
    color: #ff8595;
    color: #9bbedf;
    min-width: 400px;
    text-align: center;
}
span.linkwk a.w540 {
    width: 540px;
}
img.lnk_out {
    width: 18px;
    margin-left: 10px;
    vertical-align: middle;
}
img.brder {
    border: 1px solid #d4d4d4;
}
p.w75p {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
.content p.w65p_r {
    width: 65%;
    margin: 0 auto 20px;
    float: right;
}
p.mb0 {
    margin-bottom: 0;
}
img.w85p {
    width: 85%;
    margin: 10px 0;
}
img.w70p {
    width: 70%;
    margin: 10px 0;
}
.content img.img_sp {
    display: none;
}


/* button */
.inq_btn {
    position: relative;
    display: inline-block;
    padding: 9px 19px 10px !important;
    padding: 7px 19px 8px !important;
    color: #FFF;
    background: #ff8595;
    border-bottom: solid 2px #b3421a;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    font-size: 105%;
    font-size: 14px;
    margin-bottom: 5px !important;
    width: 230px;
    text-align: center;
}
.inq_btn:hover {
    color: #FFF;
}
.inq_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
p.center, div.center {
    text-align: center;
}
p.pagelink {
    text-align: center;
    margin: 0 auto;
    padding: 25px 15px 0;
}
p.pagelink a {
    background: #f66f81;
    padding: 4px 13px;
    margin: 3px 7px;
    color: #fff;
    font-size: 80%;
    display: inline-block;
}
p.pagelink a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f103';
    margin-left: 8px;
    color: #FCD2D2;
    font-weight: bold;
}

p.kakomi {
    width: 500px;
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.5;
    position: relative;
}
p.kakomi a {
    padding: 18px 0 20px;
    display: block;
    width: 100%;
    height: 100%;
}
p.kakomi:hover {
    background: #fff8e7;
    transition: all 300ms ease-in-out 0s;
}
p.kakomi_lnk {
    text-align: center;
    border: 1px solid #ccc;
    max-width: 550px;
    margin: 40px auto 40px;
    padding: 25px 15px;
    border-radius: 5px;
}
p.kakomi_lnk a:hover {
    color: #ff8595;
}
.ftlnk_sprt h4 br.br_sp {
    display: none;
}
.kakomi_voice {
    text-align: center;
    border: 1px solid #ccc;
    max-width: 650px;
    margin: 40px auto 40px;
    padding: 25px 15px;
    border-radius: 5px;
}
.kakomi_voice h4 {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -1px;
    transform: rotate(0.001deg);
}
.kakomi_voice img {
    width: 100%;
    margin: 10px 5px;
}


/* form */

p.linkwp {
    text-align: center !important;
}
.tb-cell {
    display: table;
    margin: 20px auto 40px auto;
    text-align: left;
}
.tb-cell .row {
    display: table-row;
}
.tb-cell .row .cell {
    display: table-cell;
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
    color: #fff;
}
.tb-cell .row .cell:nth-child(odd) {
    width: 100px;
}
.tb-cell .row .cell:nth-child(even) {
    width: 150px;
}
.mail-form .row .cell {
    padding: 5px;
    width: 750px;
}
.mail-form .row .cell:nth-child(1) {
    background: #782123;
    width: 750px;
}
.mail-form .row .cell:nth-child(2) {
    background: #bfbfbf;
    width: 750px;
}
input[type="text"],
input[type="email"] {
    height: 30px;
    font-size: 16px;
}
textarea {
    height: 100px;
    font-size: 16px;
}
button {
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}
button[type="button"] {
    margin-left: 10px;
}
button[type="button"],
button[type="submit"] {
    background: #d3191e;
    margin: 25px 24px;
    padding: 10px 25px;
}
button[type="reset"] {
    background: #afc6e2;
}
button[type="button"]:hover,
button[type="submit"]:hover {
    background: #e29194;
}
button[type="reset"]:hover {
    background: #ddd;
}
button[type="reset"]:hover {
    text-decoration: none;
}
button[type="button"].typ_mdr {
    background: #ccc;
}
p.msg {
    text-align: center;
    color: #fff;
    margin-top: 95px;
    line-height: 2.5;
}
@media (min-width: 768px) {
.tb-cell {
    width: 65%;
    margin-left: 17%;
}
.tb-cell .row {
    display: table-row;
}
.tb-cell .row label {
    padding: 0;
    border: 0px;
    cursor:auto;
    background-color: #782123;
    color: #fff;
    font-weight: bold;
}
.tb-cell .row .cell {
    display: table-cell;
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
    color: #fff;
}
.tb-cell .row .no_b {
    border: 0px;
    background-color: #782123 !important;
    color: #fff;
}
.tb-cell .row .cell:nth-child(odd) {
    width: 28%;
}
.tb-cell .row .cell:nth-child(even) {
}
input[type="text"],
input[type="email"] {

}
textarea {
    width: 90%;
}
/* ** */}

label {
    margin: 10px 0;
}
div.wk_mng {
    width: 28%;
    margin-right: 0.5%;
    margin-top: 13px;
}
div.yaji {
    display: inline-block;
    width: 3.5%;
    padding-top: 155px;
    vertical-align: top;
    margin-right: 1.5%;
}
div.yaji img {
    width: 100%;
}




/* table */
table.company {
    border-collapse: collapse;
    margin: 8px auto 65px;
    width: 90%;
}
table.company th {
    border-bottom: 1px solid #e4e4e4;
    padding: 16px 8px 8px 0px;
    width: 17%;
    word-break: initial;
}
table.company td {
    border-bottom: 1px solid #e4e4e4;
    padding: 16px 0px 13px 16px;
    word-break: initial;
}
table.company th.nowrap,td.nowrap {
    white-space: nowrap;
}
table.company th br.br_sp {
    display: none;
}
table.company td ul {
    float: right;
}
table.company td ul li {
    display: inline-block;
    vertical-align: top;
}
table.company td ul li img {
    width: 115px;
    margin-left: 10px;
}
table.history th {
    font-size: 22px;
    font-family: serif;
    font-weight: bold;
}
table.history td ul li img {
    width: 260px;
    margin-left: 10px;
}
table.history td h4 {
    font-size: 130%;
    color: #c49e48;
    margin-bottom: 8px;
}
table.philosophy {
    border: 3px solid #e4e4e4;
}
table.philosophy th {
    width: 18%;
    padding: 14px;
    background: #ff8595;
    font-size: 24px;
    font-family: serif;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}
table.philosophy th span {
    letter-spacing: -4px;
}
table.philosophy td {
    padding: 16px 17px 13px 21px;
}
table.philosophy td span {
    font-size: 43px;
    font-family: serif;
    font-weight: bold;
}
table.philosophy td p.cmcopy {
    margin: 15px 0 18px;
    text-align: left;
    font-weight: 600;
}
.lh25 {
    line-height: 2.5;
}
.bdrtp {
    border-top: 1px solid #ccc;
}


.fl_right {
    float: right;
}
.fl_left {
    float: left;
}
img.fl_right {
    margin-left: 10px;
}
img.fl_left {
    margin-right: 10px;
}
.clearfix::before, .clearfix::after, .cf::before, .cf::after {
    content: "";
    display: table;
}
.clearfix::after, .cf::after {
    clear: both;
}
.clearfix, .cf {
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
p.link_pdf {
    margin-bottom: 18px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}
p.link_pdf a {
    font-weight: bold;
}
p.link_pdf img.icn_pdf {
    width: 22px;
    margin: 0 0 0 12px;
}
.txt_center {
    text-align: center;
}
.mt5 {
    margin-top: 5px !important;
}
.mt25 {
    margin-top: 25px;
}
.pt40 {
    padding-top: 40px !important;
}
.pt0 {
    padding-top: 0 !important;
}
.ft65 {
    font-size: 65%;
}
.ft85 {
    font-size: 85%;
}
.ft120 {
    font-size: 120%;
    font-weight: 500;
}
.ft130 {
    font-size: 130% !important;
    font-weight: bold !important;
}
.ft400 {
    font-weight: 400 !important;
}
span.red {
    color: red;
    font-size: 75%;
}
p.red, span.txt_red {
    color: red;
}
span.txt_sp {
    display: none;
}
span.cmnt {
    display: block;
    font-size: 55%;
    margin-top: 8px;
}
#voice .main_2box {
    max-width: 100%;
    display: block;
}
#voice .main_2box .content {
    width: 44% !important;
    display: inline-block;
    vertical-align: top;
    margin: 1% 1.5% 1% 4% !important;
}
#voice .main_2box .content:nth-child(2) {
    margin: 1% 4% 1% 1.5% !important;
}
#voice .main_2box .content h2.tit {
    font-size: 24px;
}
#voice .main_2box .content p.img_left, #voice .main_2box .content p.img_right {
    float: left;
    width: 38%;
    margin-right: 0.5%;
    margin-left: 0px;
}
#voice .main_2box .content p.img_right img {
    margin-top: 7px;
    margin-bottom: 20px;
}
#voice .main_2box .content p {
    font-size: 90%;
}
#voice .main_2box .content p.w65p_r {
    width: 60%;
}
#voice .main_2box .content p.ft130 {
    font-size: 90% !important;
}
#voice .main_2box .content span.linkwk {
    width: 100%;
    box-sizing: border-box;
}
#voice .main_2box .content span.linkwk a {
    width: 100%;
    min-width: auto;
    padding: 10px 0 11px;
    font-size: 13px;
}
#voice_list .main_2box {
    max-width: 100%;
    display: block;
}
#voice_list .main_2box .content img {
    width: 100%;
}
#voice_list .main_2box .content .c_tit {
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
}
#voice_list .main_2box .content .btn01_s {
    background: #efb3a7;
    display: inline-block;
    color: #fff;
    padding: 0.6em 3em 0.6em 2em;
    border-radius: 6px;
    border: none;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 1001px) {
    #voice_list .main_2box .content {
        width: 44% !important;
        display: inline-block;
        vertical-align: top;
        margin: 1% 1.5% 1% 4% !important;
    }
    #voice_list .main_2box .content:nth-child(2) {
        margin: 1% 4% 1% 1.5% !important;
    }
    #voice_list .main_2box .content .btn01_s {
        min-width: 286px;
    }
}
.readmore{
    position: relative;
    box-sizing: border-box;
    padding: 0;
    border: 0;
}
.readmore-content{
    position: relative;
    overflow: hidden;
    height: 58px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}
/* 続きを読むボタン */
.readmore-label{
    display: table;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 4px 0 7px;
    background-color: #efb3a7;
    border-radius: 8px;
    color: #fff;
    width: 35%;
    text-align: center;
    min-width: 345px;
}
.readmore-label:before{
    content: 'もっとご愛用者様の声を見る';
}
.readmore-label.salon:before{
    content: 'もっとサロン様の声を見る';
}
.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    display: none;
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

@media screen and (min-width: 1190px) {
    body {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    body {
        width: 100%;
    }
    .main {
        width: 100%;
    }
    #voice .main {
        margin-left: 0;
        margin-top: 5px;
    }
    .main_inq {
        width: 100%;
    }
    .product .productinbx {
        width: 100%;
    }
    .content {
        margin-left: 3%;
        width: 94%;
    }
    #concept .content {
        width: 80%;
        margin-left: 10%;
    }
    #features, #support {
        height: auto;
        padding-bottom: 5px;
    }
    #features .content {
        margin-left: 5%;
        width: 90%;
    }
    #features ul.lst_srvc {
        width: 100%;
        margin-left: 0;
    }
    #features ul.lst_ftr li,#features ul.lst_ftr li:last-child {
        width: 45%;
        margin-right: 1%;
        margin-bottom: 9px;
    }
    #features .content p {
        width: 94%;
        margin-left: 3%;
        font-size: 95%;
    }
    #flow h2.tit {
        margin-left: 3%;
        width: 95%;
    }
    #flow p {
        margin-left: 3%;
        width: 95%;
        font-size: 95%;
    }
    #company {
        width: 96%;
    }
    #company .img_left {
        width: 26%;
        margin: 29px 0 0;
    }
    #company .img_left img {
        height: 125px;
        width: auto;
        object-fit: contain;
        object-position: 100% 0%;
        margin-right: 20px;
    }
    #company .txt_right {
        width: 73%;
    }
    ul.lnk_campany {
        width: 31%;
        margin: 15px 0.75%;
    }
    ul.lnk_campany li {
        width: 100%;
        margin: 0 0 8px;
        height: 66px;
        line-height: 1.3;
    }
    ul.lnk_campany li a {
        width: 94%;
        margin: 12px 3%;
        vertical-align: middle;
    }
    ul.lnk_campany li.midashi {
        height: 46px;
    }
    ul.lnk_campany2 {
        width: 65%;
    }
    div.wk3_menulink span {
        width: 94%;
    }
    .content .box_4wk span.linkwk a {
        width: 90%;
        min-width: 98%;
        padding: 10px 1%;
    }
    .content .w29_sp {
        width: 29%;
    }
    img.bg_flow_smnr {
        width: 164px;
        margin-top: 28px;
        left: 1%;
    }
    img.bg_flow_smnr2 {
        margin-top: 56px;
    }
    .w50p {
        width: 41%;
        margin: 0 4% 0 4%;
    }
    .w50p span.linkwk {
        display: inherit;
    }
    .w50p span.linkwk a {
        width: 100%;
        padding: 10px 4px 11px;
        min-width: auto;
    }
    .tb-cell {
        width: 85%;
        margin-left: 7%;
    }
    #voice .content p.img_left, #voice .content p.img_right {
        width: 40%;
    }
    .bcwht100 .content p, .bcpnk100 .content p {
        width: 54%;
    }
    .bcwht100 .content p.center.ft130 {
        width: 100%;
    }
    p.w65p_r {
        width: 55%;
    }
    span.linkwk a {
        width: auto;
        min-width: auto;
    }
    #voice .main_2box .content h2.tit {
        font-size: 20px;
    }
    #voice .main_2box .content p.img_left, #voice .main_2box .content p.img_right {
        float: none;
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 200px;
    }
    #voice .main_2box .content p.w65p_r {
        width: 100%;
    }
    #voice .main_2box .content span.linkwk a {
        font-size: 12px;
    }
    
    #voice_list .main {
        margin-left: 0px;
        margin-top: 5px;
    }
    #voice_list .main_2box .content {
        margin: 0 auto !important;
        vertical-align: top;
    }
    #voice_list .main_2box .content .c_tit {
        width: 100%;
    }
    #voice_list .main_2box .content .btn01_s {
        font-size: 12px;
    }
    #voice_list p.center, #voice_list div.center {
        text-align: center;
        width: 100%;
        margin-left: 0;
    }
    #voice_list .product div.center {
        margin: 0 auto;
        width: 94%;
    }
    #voice_list .product div.center .linkwk {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    /* Larger Smart Devices */   
    .content {
        margin-left: 4%;
        width: 92%;
    }
    .content p {
        max-width: 100%;
    }
    .content p img {
        max-width: 90%;
    }
    .content h1.tit {
        font-size: 30px;
    }
    #concept .content {
        width: 81%;
    }
    #features {
        background: url(/images/application/topimage2.jpg) no-repeat 32% center;
        background-size: cover;
    }
    #support {
        background: url(/images/application/topimage4.jpg) no-repeat 42% center;
        background-size: cover;
    }
    #features ul.lst_srvc li {
        width: 45%;
        margin: 1% 1%;
        padding: 20px 1%;
        font-size: 17px;
    }
    #flow h2.tit, #flow p {
        margin-left: 10%;
        width: 90%;
    }
    #flow .content_flow, #flow .content_product {
        width: 100%;
    }
    img.bg_flow_smpl, img.bg_flow_smnr, img.bg_flow_smnr2 {
        display: block;
        margin: 0 auto;
        position: relative;
        left: auto;
    }
    #company .img_left, #company .txt_right {
        width: 100%;
    }
    #company .content h2.tit {
        margin-top: 0;
    }
    table.history th {
        font-size: 21px;
    }
    table.philosophy th {
        font-size: 24px;
    }
    table.philosophy td span {
        font-size: 36px;
    }
	#support ul.lst_sprt li {
        width: 45%;
        margin-right: 1%;
        margin-bottom: 9px;
    }
    div.txt_3wk {
        width: 100%;
    }
    .content .box_3wk {
        width: 97%;
    }
    .content .box_4wk {
        width: 47.5%;
        margin-bottom: 10px;
    }
    .content p img.w100sp {
        width: 100%;
        max-width: 100%;
    }
    .content p.img_left img.w75p {
        width: 100%;
        margin-left: 0;
    }
    div.wk3_menulink {
        margin: 0 0.5%;
    }
    div.wk3_menulink span, div.wk1_menulink span {
        width: 94%;
        border: 2px solid #ff8595;
        font-size: 90%;
    }
    p.kakomi_lnk {
        width: 85%;
    }
    .tb-cell {
        width: 94%;
        margin-left: 3%;
    }
    .tb-cell .row {
        display: table-row;
    }
    .tb-cell .row label {
        padding: 0;
        border: 0px;
        cursor:auto;
        background-color: #782123;
        color: #fff;
        font-weight: bold;
    }
    .tb-cell .row .cell {
        display: table-cell;
        border: 1px solid #ddd;
        padding: 10px;
        vertical-align: middle;
        color: #fff;
    }
    .tb-cell .row .no_b {
        border: 0px;
        background-color: #782123 !important;
        color: #fff;
    }
    .tb-cell .row .cell:nth-child(odd) {
        width: 25%;
    }
    .tb-cell .row .cell:nth-child(even) {
    }
    input[type="text"],
    input[type="email"] {
        width: 90%;
    }
    textarea {
        width: 90%;
    }
	span.linkwk a.w540 {
        width: auto;
	}
    .kakomi_voice {
        max-width: 90%;
    }
    p.w65p_r {
        width: 54%;
    }
    .content img.img_pc {
        display: none;
    }
    .content img.img_sp {
        display: block;
        max-width: 100%;
        width: 100%;
        margin: 0 auto 1%;
    }
    div.wk_mng {
        width: 100%;
        margin-right: 0;
    }
    div.yaji {
        display: none;
    }

}


@media screen and (max-width:600px) {
    /* Iphone 5 landscape */
    .inq_btn {
        font-size: 13px;
        padding: 6px 10px 7px !important;
        width: 215px;
    }
    .content h3.tit_fl {
        font-size: 27px;
	}
    #features {
        height: auto;
    }
    #features ul.lst_srvc li {
        width: 84%;
        margin: 1% 7%;
        padding: 16px 1%;
        font-size: 16px;
    }
    span.txt_sp {
        display: block;
    }
    .content h2.tit {
        font-size: 31px;
    }
    .content h2.w80p {
       width: 100%;
   }
   .bcwht100 .content p.img_left, .bcpnk100 .content p.img_left {
        width: 40%;
        margin-right: 1%;
    }
    span.linkwk {
        width: 100%;
    }
    span.linkwk a {
        width: auto;
        min-width: auto;
    }
    ul.lnk_campany {
        width: 100%;
        margin: 0;
    }
    ul.lnk_campany2 {
        width: 100%;
    }
    ul.lnk_campany li, ul.lnk_campany li.midashi {
        height: auto;
    }
    table.company th br.br_sp {
        display: block;
    }
    table.history th {
        font-size: 20px;
        width: 20%
    }
    table.history td ul li img {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .content .box_4wk {
        width: 98%;
        margin-bottom: 0;
    }
    #voice1 .box_4wk, #voice2 .box_4wk {
        width: 47%;
    }
    .content .box_4wk h4 {
        font-size: 26px;
        margin-top: 25px;
    }
    .content .w80p {
        width: 100%;
    }
    .content .link_rbox {
        width: 96%;
    }
    .content .link_rbox a.link2, .content .link_rbox a.link4, .content .link_rbox a.link5 {
        margin-top: 15px;
    }
    p.w75p {
        width: 90%;
    }
    div.wk3_menulink, div.wk1_menulink {
        width: 99%;
        margin: 0 1% 20px;
    }
    .ftlnk_sprt h4 br.br_sp {
        display: block;
    }
    p.kakomi {
        width: 94%;
    }
    .copyright {
        font-size: 11px;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .bcwht100 .content p, .bcpnk100 .content p {
        width: 100%;
    }
    #voice .content p.img_left, #voice .content p.img_right  {
        width: 64%;
        margin: 0 18%;
    }
    #voice p.w65p_r {
        width: 100%;
        float: none;
        max-width: 100%;
    }
    #voice .content p.img_right img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    /* iPhone6plus Portrait */
    .inq_btn {
        padding: 6px 2px 7px !important;
        width: 185px;
    }
    .content p img {
        max-width: 100%;
    }
    p.center, div.center {
        text-align: left;
        width: 90%;
        margin-left: 5%;
    }
    #voice1 div.center, #voice2 div.center {
        text-align: center;
    }
    #voice1 .content h2.tit span, #voice2 .content h2.tit span {
        font-size: 20px;
        display: block;
    }
    .content h1.tit {
        font-size: 25px;
    }
    .bcwht100 .content p.img_left, .bcpnk100 .content p.img_left {
        width: 100%;
        margin-right: 0;
    }
    .content p.img_left img.w75p {
        width: 70%;
        margin-left: 15%;
    }
    .content p.img_left img.w60p {
        width: 60%;
        margin-left: 20%;
    }
    #message .content p.img_right {
        float: none;
        width: 56%;
        margin-left: 21%;
    }
    #features ul.lst_ftr li, #features ul.lst_ftr li:last-child {
        width: 82%;
    }
    table.history th {
        font-size: 17px;
    }
    input.txt,textarea {
        width: 95%;
    }
    button[type="button"], button[type="submit"] {
        background: #d3191e;
        margin: 25px 0px;
    }
    #voice .content p.img_left {
        width: 72%;
        margin: 0 14%;
    }
    div.txt_2wk {
        width: 100%;
    }

}

@media screen and (max-width: 320px) {
    /* Small Devices iphone 5 and below Portrait */
    #support ul.lst_sprt li {
        font-size: 17px;
    }
}