@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald");

/* PC,SP出し分け */
@media screen and (max-width: 767px) {
    .anpc {
      display: none;
    }
    .ansp {
      display: block;
    }
  }

  @media screen and (min-width: 768px) {
    .ansp {
      display: none;
    }
    .anpc {
      display: block;
    }
  }
/* reset
---------------------------------------------------------- */
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: inherit;
    font-size: 100%;
    vertical-align: baseline; }
body {
    -webkit-font-smoothing: antialiased; }
html {
    line-height: 1; }
ol, ul {
    list-style: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle; }
q, blockquote {
    quotes: none; }
q:before, q:after {
    content: "";
    content: none; }
blockquote:before, blockquote:after {
    content: "";
    content: none; }
a img {
    border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block; }
img {
    vertical-align: top; }
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.3; }
dl dt {
    font-weight: bold; }
input, button, textarea, select {
    outline: none;
    margin: 0;
    padding: 0; }
input[type="text"], input[type="password"], textarea, button {
    vertical-align: top; }
input[type="checkbox"], input[type="radio"], select {
    vertical-align: middle; }
textarea {
    resize: none; }
button {
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    position: relative; }
input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0; }


/* ベース
---------------------------------------------------------- */

html, body {
    height: 100%;
}
html {
    overflow-y: scroll;
}
body {
    background: #fff;
    color: #333;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Geneva, arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-text-size-adjust: 100%;
}
a {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #39c;
    outline: none;
    text-decoration: none;
}
a:active {
    color: #65cbfe;
}
a:hover {
    color: #4cb2e5;
    opacity: 0.7;
}
h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, p::-moz-selection, span::-moz-selection, a::-moz-selection, li::-moz-selection, dt::-moz-selection, dd::-moz-selection, img::-moz-selection, br::-moz-selection {
    background: #F3DADB;
}
h1::selection, h2::selection, h3::selection, h4::selection, p::selection, span::selection, a::selection, li::selection, dt::selection, dd::selection, img::selection, br::selection {
    background: #F3DADB;
}
.js #loading {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.oswald {
    font-family: 'Oswald', sans-serif;
}
.clearfix::after, .cf::after, .boxWrap::after {
    content: " ";
    display: block;
    clear: both;
}
@media screen and (min-width: 768px) {
    .pcObj {
        display: block;
    }
    .spObj {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .pcObj {
        display: none !important;
    }
    .spObj {
        display: block;
    }
}
/* レイアウト
---------------------------------------------------------- */

#wrapper {
    min-height: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.container {
    padding-top: 106px;
}
#content {
    padding-bottom: 100px;
    position: relative;
}
#content.SPToBtn {
    top: 300px;
}
section {
    position: relative;
}
#main {
    float: right;
    position: relative;
    width: 730px;
}
@media screen and (max-width: 767px) {
    #wrapper {
        overflow: hidden;
        min-width: 100%;
    }
    .container {
        padding-top: 60px;
    }
    #content {
        padding-bottom: 60px;
    }
    #main {
        width: 100%;
        float: none;
    }
}
#main .inner {
    margin: 0;
    width: auto;
}
#sidebar {
    float: left;
    width: 240px;
}
#sidebar .box {
    margin: 0 0 15px;
}
#sp_btnArea {
    z-index: 100;
    position: relative;
    display: none !important;
}
#sp_btnArea #sp_btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #666;
    position: fixed;
    text-align: center;
    padding: 30px 0;
    width: 100%;
}
#sp_btnArea #sp_btn img.btn {
    width: 900px;
}
@media screen and (max-width: 767px) {
    #sp_btnArea {
        display: block !important;
    }
}
/* ヘッダー
---------------------------------------------------------- */

#header {
    height: 106px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #f3f3f3;
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.09));
}
#header .inner {
    width: 1200px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#header .logoSet {
    width: 1200px;
    height: 0;
    margin: 30px auto 0;
    position: relative;
    z-index: 10;
}
#header .logoSet .logo {
    left: -1px;
    position: absolute;
    top: 17px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#header .logoSet .logo img {
    width: 198px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#header .logoSet .tel {
    display:inline-block;
    position: absolute;
    top: 16px;
    right: -4px;
}
#header .logoSet .tel img{
    width: 178px;
}
#header .logoSet .tel span{
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;

}
#header .logoSet .scope {
    position: absolute;
    top: 26px;
    right: 167px;
}
#header .logoSet .scope a:hover {
    opacity: .7;
}
/* @media screen and (min-width: 768px) {
    #header .spFlame {
        display: block !important;
    }
} */
#header #globalNav {
    position: relative;
    margin-top: 30px;
    height: 76px;
    background: #ffffff;
}
#header #globalNav .inner {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: static;
}
#header #globalNav .inner>ul {
    margin-left: 225px;
}
#header #globalNav .inner>ul>li {
    float: left;
}
@media screen and (min-width:768px) and ( max-width:1200px) { /* タブレット調整 */
    #header #globalNav .inner>ul {
        margin-left: 180px;
    }
    #header .logoSet .scope {
        right: 210px;
    }
    #header .logoSet .tel {
        right: 10px;
    }
}
@media screen and (min-width: 768px) {
    #header #globalNav .inner>ul {
        width: 716px;
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        margin: auto;
        margin-right: 216px;
    }
    #header #globalNav .inner>ul>li {
        float: none;
        height: 76px;
    }
    #header #globalNav .inner>ul>li.case .detail {
        padding: 50px 0;
    }
    #header #globalNav .inner>ul>li.case .detail .innerBox {
        width: 1000px;
        margin: 0 auto;
    }
    #header #globalNav .inner>ul>li.case a {
        padding: 0 0 0 20px;
        display: block;
        border-radius: 5px;
        background: #fff;
        padding: 19px 0;
        text-align: center;
    }
    #header #globalNav .inner>ul>li.case a:after,
    #header #globalNav .inner>ul>li.case .detail:after,
    #header #globalNav .inner>ul>li.case .detail .innerBox:after,
    #header #globalNav .inner>ul>li.case .detail .productList01:after{
        display: none;
    }
    #header #globalNav .inner>ul>li.case .detail .productList01 {
        font-size: 0;
    }
    #header #globalNav .inner>ul>li.case .detail .productList01 li {
        display: inline-block;
        vertical-align: middle;
        width: 490px;
    }
    #header #globalNav .inner>ul>li.case .detail .productList01 li:last-child {
        margin-left: 16px;
    }
    #header #globalNav .inner>ul>li.case a span {
        position: relative;
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }
    #header #globalNav .inner>ul>li.case .detail .productList01 li:first-child a span:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 28px;
        height: 29px;
        margin-top: -17px;
        margin-left: -41px;
        background: url(../images/common/icon-case.png) no-repeat;
    }
    #header #globalNav .inner>ul>li.case .detail .productList01 li:last-child a span:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 30px;
        height: 27px;
        margin-top: -14px;
        margin-left: -41px;
        background: url(../images/common/icon-voice.png) no-repeat;
    }
}
#header #globalNav .inner>ul>li>div:first-of-type, #header #globalNav .inner>ul>li>a {
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: 76px;
    display: block;
    cursor: pointer;
    color: #333;
}
#header #globalNav .inner>ul>li>div:first-of-type:hover, #header #globalNav .inner>ul>li>a:hover {
    color: #dc4d45;
}
#header #globalNav .inner>ul>li>div:first-of-type span, #header #globalNav .inner>ul>li>a span {
    width: 100%;
    font-weight: bold;
    letter-spacing: -0.4px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
}
#header #globalNav .inner ul li.inquiry div:first-of-type span {
    border-right: none;
}
#header #globalNav .inner>ul>li .detail {
    background-color: #f3f3f3;
    display: none;
    max-height: 140px;
    overflow: hidden;
    padding: 20px 40px 10px;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
}
#header #globalNav .inner>ul>li.inquiry .detail {
    padding: 48px 0 50px;
}
#header #globalNav .inner>ul>li.inquiry .detail ul {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#header #globalNav .inner>ul>li.inquiry .detail ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
}
#header #globalNav .inner>ul>li.inquiry .detail ul li a {
    display: block;
    padding: 20px 20px 17px;
    line-height: 2;
    color: #333;
    background: #fff;
    border-radius: 5px;
    min-height: 75px;
}
#header #globalNav .inner>ul>li.inquiry .detail ul li a:hover {
}
#header #globalNav .inner>ul>li.inquiry .detail ul li a:after {
    display: none;
}

#header #globalNav .inner>ul>li.inquiry .detail ul li a span.flame {
    display: block;
    background: #00a80b;
    float: left;
    width: 100%;
    padding: 9px 0 6px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 15px 0 0;
}
#header #globalNav .inner>ul>li.inquiry .detail ul li a span.txt {
    display: block;
    padding-top: 51px;
}
@media screen and (min-width: 768px) {
    #header #globalNav .inner>ul>li.inquiry .detail:after{
        display: none;
    }
}
#header #globalNav .inner>ul>li.inquiry .detail ul li:nth-of-type(2) a span.flame {
    background: #f4b63b;
}
#header #globalNav .inner>ul>li.inquiry .detail ul li:nth-of-type(3) a span.flame {
    background: #d9554e;
}
@media screen and (max-width: 767px) {
    #header {
        background: #fff;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
        filter: drop-shadow(0 0 calc((16/750)*100vw) rgba(0,0,0,0.1));
    }
    #header .inner {
        width: 100%;
        height: auto;
    }
    #header .logoSet {
        width: 100%;
        height: 60px;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
    #header .logoSet .logo {
        position: absolute;
        left: calc((30/750)*100vw);
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: calc((320/750)*100vw);
    }
    #header .logoSet .logo img {
        width: 100%;
        height: auto;
    }
    #header .logoSet .tel {
        display: none;
    }
    #header .logoSet .scope {
        display: none;
    }
    #header .spFlame {
        background: #d01207;
        display: none;
        overflow-y: scroll;
        width: 100%;
        z-index: 1000;
        overflow-x: hidden;
    }
    #header #globalNav {
        margin-top: 0;
        height: auto;
        background: none;
    }
    #header #globalNav .inner {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
    }
    #header #globalNav .inner>ul {
        width: 100%;
        margin: 0 auto;
    }
    #header #globalNav .inner>ul>li {
        width: 100%;
        float: none;
    }
    #header #globalNav .inner>ul>li>div:first-of-type, #header #globalNav .inner>ul>li>a {
        position: relative;
        width: 100%;
        height: auto;
        line-height: 1;
        padding: calc((52/750)*100vw) 0;
        border-bottom: 1px solid #dc4d45;
    }
    #header #globalNav .inner>ul>li>.home {
        padding: 5% 0;
        display: block;
        line-height: 1;
        border-bottom: 1px solid #dc4d45;
    }
    #header #globalNav .inner>ul>li>div:first-of-type span, #header #globalNav .inner>ul>li>.home span, #header #globalNav .inner>ul>li>a span {
        border-right: none;
        font-weight: bold;
        color: #fff;
        padding: 0 14px;
        font-size: 14px;
        letter-spacing: 0;
    }
    #header #globalNav .inner>ul>li .detail {
        background: #f3f3f3;
        display: none;
        max-height: none;
        overflow: auto;
        padding: 0;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        /* border-bottom: 1px solid #dc4d45; */
    }
    #header #globalNav .inner>ul>li.inquiry .detail {
        padding: 5% 0;
    }
    #header #globalNav .inner>ul>li.inquiry .detail ul {
        width: 100%;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #header #globalNav .inner>ul>li.inquiry .detail ul li {
        float: none;
        width: 93%;
        margin: 0 auto;
        background: #fff;
        border-radius: 5px;
    }
    #header #globalNav .inner>ul>li.inquiry .detail ul li:not(:first-of-type) {
        margin-top: 10px;
    }
    #header #globalNav .inner>ul>li.inquiry .detail ul li a {
        padding: 10px;
        line-height: 1.4;
        min-height: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        box-sizing: border-box;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        box-shadow: 0px 14px 39px 0px rgba(0, 0, 0, 0.15);
    }
    #header #globalNav .inner>ul>li.inquiry .detail ul li a span.flame {
        float: none;
        width: auto;
        padding: 10px 0 8px 0;
        font-size: 14px;
        margin: 0;
        line-height: 1.2857;
        min-width: 112px;
        border-radius: 2px;
    }
    #header #globalNav .inner>ul>li.inquiry .detail ul li a span.txt {
        padding: 0 !important;
        font-size: 12px;
        margin-left: 11px;
        letter-spacing: 0;
    }
    #header #globalNav .inner>ul>li.inquiry .detail ul li:last-child {
        float: none;
    }
}
/* compdesc */

#header #globalNav .inner>ul>li.compdesc .detail {
    padding: 50px 0;
    /* display: block !important; */
}
#header #globalNav .inner>ul>li.compdesc .home {
    display: none;
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.compdesc .detail {
        padding: 0;
    }
}
#header #globalNav .inner>ul>li.compdesc .detail .innerBox {
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox {
        width: 100%;
    }
}
#header #globalNav .inner>ul>li.compdesc .detail .innerBox ul li:first-child {
    float: left;
    width: 320px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
#header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList01 li:first-child a span {
    font-size: 16px;
    padding-top: 3px;
}
#header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList01 li:first-child span img {
    position: relative;
    top: -8px;
    padding-right: 10px;
}
#header #globalNav .inner>ul>li.compdesc .detail .innerBox ul li {
    float: left;
    width: 320px;
    margin-right: 0;
    margin-bottom: 20px;
}
#header #globalNav .inner>ul>li.compdesc .detail .innerBox ul:last-of-type {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul li {
        width: 50%;
        margin: 0;
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-radius: 0;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul li:nth-child(even) {
        width: 49.5%;
        border-right: none;
        float: right;
    }
}
#header #globalNav .inner>ul>li.compdesc .detail .innerBox ul a {
    display: block;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    color: #333;
}
#header #globalNav .inner>ul>li.compdesc .accordionBox .detail {
    display: block !important;
}
@media screen and (min-width: 768px) {
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox:after{
        display: none;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul a:hover {
        opacity: 0.7;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul a {
        width: 320px;
        height: 60px;
        padding-top: 3px;
        display: flex;
        box-sizing: border-box;
        position: relative;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul a {
        display: block;
        background: none;
        border-radius: 0;
        text-align: left;
        padding: 15px 0;
        font-weight: bold;
        color: #333333;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList01 li:first-child a span{
        font-size: 12px;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul a span {
        padding: 0 0 0 1em;
        font-size: 12px;
    }
}
#header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList01 {
    float: left;
    overflow: hidden;
}
#header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList01 li a {
    font-size: 16px;
    height: 140px;
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList01 {
        width: 100%;
        float: none;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList01 li a {
        font-size: inherit;
        position: relative;
    }
}
@media screen and (min-width: 768px) {
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList01 li a {
        position: relative;
    }
    #header #globalNav .inner>ul>li:first-child.compdesc .detail .innerBox ul.productList01 li a {
        display: block;
        padding-top: 15px;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList01 li:first-child a:before {
        content: '';
        position: absolute;
        top: auto;
        bottom: 18px;
        left: 48%;
        width: 215px;
        height: 46px;
        background: url(../images/common/icon_photo_live.png) center no-repeat;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}
#header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList02 {
    float: right;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList02 {
        float: none;
        width: 100%;
        overflow: auto;
    }
}
#header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList02 li {
    width: 320px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList02 li {
        width: 50%;
        margin: 0;
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-radius: 0;
        float: left;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList02 li:nth-child(even) {
        width: 49.5%;
        border-right: none;
        float: right;
    }
}
@media screen and (min-width: 768px) {
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList02 li a:before,
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList03 li a:before{
        display: none;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul li a span {
        position: relative;
        font-size: 18px;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList02 li.multi-os a span:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-left: -36px;
        margin-top: -16px;
        width: 28px;
        height: 30px;
        background: url(../images/common/icon-mulch.png) no-repeat;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList02 li.non-stress a span:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-left: -34px;
        margin-top: -10px;
        width: 26px;
        height: 20px;
        background: url(../images/common/icon-usability.png) no-repeat;
    }
    /* position: relative;
    top: -8px; */
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList02 li:last-child a span {
        margin-left: 27px;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList03 li:first-child a span:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-left: -29px;
        margin-top: -11.5px;
        width: 23px;
        height: 23px;
        background: url(../images/common/icon-use.png) no-repeat;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList03 li:last-child a span:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-left: -33px;
        margin-top: -13px;
        width: 24px;
        height: 24px;
        background: url(../images/common/icon-automation.png) no-repeat;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList03 li:last-child a span {
        margin-left: 27px;
        line-height: 0;
    }
}
/* compdesc */

#header #globalNav .inner>ul>li.product .detail {
    padding: 50px 0;
    /* display: block !important; */
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.product .detail {
        padding: 0;
        overflow-x: hidden;
    }
}
#header #globalNav .inner>ul>li.product .detail .innerBox {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    display: flex;
}

#header #globalNav .inner>ul>li.product .detail .innerBox .new_func {
    color: #fff;
    width: 232px;
    height: 140px;
    margin-right: 20px;
    border-radius: 4px;
    position: relative;
}

#header #globalNav .inner>ul>li.product .detail .innerBox .new_func::after {
  content: '';
  position: absolute;
  top: -14px;
  left: -14px;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  background: url(../images/common/ico-new.png) no-repeat;
}

#header #globalNav .inner>ul>li.product .detail .innerBox .new_func a {
    color: #fff;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.product .detail .innerBox {
        width: 100%;
        display: block;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox .new_func {
          width: 100%;
          border-radius: 0;
          height: auto;
          padding: 15px 0;
          background: none;
          border-bottom: 1px solid #dc4d45;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox .new_func a {
      display: block;
    text-align: left;
    padding-left: 14px;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox .new_func a span {
          margin-top: 0;
          font-size: 12px;
          line-height: initial;
    }
}
#header #globalNav .inner>ul>li.product .detail .innerBox ul li {
    float: left;
    width: 183.8px;
    margin-bottom: 20px;
    margin-right: 20px;
}
#header #globalNav .inner>ul>li.product .detail .innerBox ul li:nth-child(4) {
    margin-right: 0;
}
#header #globalNav .inner>ul>li.product .detail .innerBox ul li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.product .detail .innerBox ul li:last-child {
        border-bottom: none;
    }
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.case .detail .innerBox ul li, #header #globalNav .inner>ul>li.product .detail .innerBox ul li {
        width: 50%;
        margin: 0;
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-radius: 0;
    }
    #header #globalNav .inner>ul>li.case .detail .innerBox ul li {
        float: left;
    }
    #header #globalNav .inner>ul>li.case .detail .innerBox ul li:nth-child(even), #header #globalNav .inner>ul>li.product .detail .innerBox ul li:nth-child(even) {
        width: 49.5%;
        border-right: none;
        float: right;
    }
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.compdesc .detail {
        padding: 0;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul li {
        width: 50%;
        margin: 0;
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-radius: 0;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul li:nth-child(even) {
        width: 49.5%;
        border-right: none;
        float: right;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul a {
      background: none !important;
          border-radius: 0 !important;
          padding: 15px 0;
          color: #333333 !important;
          text-align: left !important;
      }
    #header #globalNav .inner>ul>li .detail .innerBox ul a span {
      padding: 0 14px;
      font-size: calc((24/750)*100vw);
    }
}
#header #globalNav .inner>ul>li.product .detail .innerBox ul a {
    display: block;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
@media screen and (min-width: 768px) {
    #header #globalNav .inner>ul>li.case .detail .innerBox ul a:hover {
        opacity: 0.7;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul a:hover {
        opacity: 0.7;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul a {
        width: 320px;
        height: 60px;
        display: table-cell;
        vertical-align: middle;
        box-sizing: border-box;
        position: relative;
    }

    #header #globalNav .inner>ul>li.product .detail .innerBox ul a span {
      margin-top: 3px;
          display: inline-flex;
          margin-left: 19px;
    }

}

#header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 {
    float: left;
    width: 1000px;
    overflow: hidden;
}
#header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li a {
    font-size: 18px;
}
#header #globalNav .inner>ul>li.product .detail .innerBox ul.productList02 li a {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 {
        width: 100%;
        float: none;
    }
    #header #globalNav .inner>ul>li.case .detail .innerBox ul.productList01 li a, #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li a {
        font-size: inherit;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox .productList01 li:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul li:first-child {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList01 li a {
        height: auto;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList01 {
        width: 100%;
        float: none;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList03 {
        width: 100%;
        float: none;
        overflow: auto;
    }
    #header #globalNav .inner>ul>li.compdesc .detail .innerBox ul.productList01 li a {
        font-size: inherit;
    }
    #header #globalNav .inner>ul>li.case .detail .innerBox ul a {
        display: block;
        background: none;
        border-radius: 0;
        text-align: left;
        padding: 15px 0;
        font-weight: bold;
        color: #333333;
    }
    #header #globalNav .inner>ul>li.policy .detail .innerBox ul a span {
        padding: 0 0 0 1em;
        font-size: 3vw;
    }
    #header #globalNav .inner>ul>li.policy .detail .innerBox .productList01 li:first-child {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
    }
    #header #globalNav .inner>ul>li.policy .detail .innerBox ul li:first-child {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
        float: left;
        border-right: 1px solid #dc4d45;
    }
    #header #globalNav .inner>ul>li.policy .detail .innerBox ul.productList01 li a {
        height: auto;
    }
    #header #globalNav .inner>ul>li.policy .detail .innerBox ul.productList01 {
        width: 100%;
        float: none;
    }
    #header #globalNav .inner>ul>li.policy .detail .innerBox ul.productList03 {
        width: 100%;
        float: none;
        overflow: auto;
    }
    #header #globalNav .inner>ul>li.policy .detail .innerBox ul.productList01 li a {
        font-size: inherit;
    }
}
@media screen and (min-width: 768px) {
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li a:before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 25px;
        width: 17px;
        height: 30px;
        background: url(../images/common/icon_mega_01.png) center no-repeat;
        vertical-align: middle;
        position: absolute;
        left: 37px;
        top: 16px;
        transform: none;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(2) a:before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 25px;
        background: url(../images/common/icon_mega_02.png) center no-repeat;
        vertical-align: middle;
        left: 36px;
        top: 18px;
    }

    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(2) a span {
      margin-left: 13px;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(3) a:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 22px;
        background: url(../images/common/icon_mega_03.png) center no-repeat;
        vertical-align: middle;
        left: 33px;
        top: 19px;

    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(4) a:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 23px;
        background: url(../images/common/icon_mega_07.png) center no-repeat;
        vertical-align: middle;
        left: 20px;
        top: 19px;
    }

    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(4) a span {
      line-height: 1.11;
    margin-top: 5px;
    text-align: left;
    margin-left: 32px;
    letter-spacing: -0.02em;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(7) a:before {
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(../images/common/icon_mega_04.png) center no-repeat;
        vertical-align: middle;
        left: 35px;
        top: 19px;

    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(6) a:before {
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(../images/common/icon_mega_06.png) center no-repeat;
        vertical-align: middle;
        top: 20px;
        left: 42px;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(6) a span {
      margin-left: 13px;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(5) a:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 24px;
        background: url(../images/common/icon_mega_05.png) center no-repeat;
        vertical-align: middle;
        left: 21px;
        top: 17px;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(5) a span {
      margin-left: 25px;
    }
}
#header #globalNav .inner>ul>li.product .detail .innerBox ul.productList02 {
    /*float: right;*/
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 184px;
    overflow: hidden;
}
#header #globalNav .inner>ul>li.product .detail .innerBox ul.productList02 a {
    background: #fff;
    border: 1px solid #d01207;
    color: #d01207;
}
#header #globalNav .inner>ul>li.product .detail .innerBox ul.productList02 a:hover {
    opacity: 0.7;
}
#header #globalNav .inner>ul>li.product .detail .innerBox ul.productList02 a span {
margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList02 a {
        border: none;
    }
}
#header #globalNav .inner>ul>li.product .detail .innerBox ul.productList02 a::before {
    display: none !important;
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList02 {
        float: none;
        width: 100%;
        overflow: auto;
    }
}
#header #globalNav .inner>ul>li.product .detail .innerBox ul.productList02 li {
    width: 87px;
    margin-bottom: 20px;
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList02 li {
        width: 50%;
        margin: 0;
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-radius: 0;
        float: left;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList02 li:nth-child(even) {
        width: 49.5%;
        border-right: none;
        float: right;
    }
}
@media screen and (min-width: 768px) {
    /*#header #globalNav .inner>ul>li.product .detail .innerBox ul.productList02 li a:before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        border-top: 2px solid #6d49a9;
        border-right: 2px solid #6d49a9;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: middle;
        margin-right: 8px;
    }*/
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li.compdesc .home {
        display: block;
    }
    #header #globalNav .inner>ul>li.inquiry .accordionBox, #header #globalNav .inner>ul>li.product .accordionBox, #header #globalNav .inner>ul>li.case .accordionBox, #header #globalNav .inner>ul>li.compdesc .accordionBox, #header #globalNav .inner>ul>li.policy .accordionBox {
        background: url(../images/common/icon-toggle-close.gif) no-repeat 96% center;
        background-size: 16px 16px;
    }
    /* .accordionBox.active {
      background: url(../images/common/icon-toggle-open.gif) no-repeat 96% center !important;
      background-size: 16px 16px !important;
    } */
    #header #globalNav .inner>ul>li.inquiry .accordionBox.acd_active, #header #globalNav .inner>ul>li.product .accordionBox.acd_active, #header #globalNav .inner>ul>li.case .accordionBox.acd_active, #header #globalNav .inner>ul>li.compdesc .accordionBox.acd_active, #header #globalNav .inner>ul>li.policy .accordionBox.acd_active {
        background: url(../images/common/icon-toggle-open.gif) no-repeat 96% center;
        background-size: 16px 16px;
    }
}
@media screen and (max-width: 767px) {
    #header #globalNav .inner>ul>li:first-child span {
        padding-left: 1em !important;
    }
}
#header #globalNav .inner>ul>li:last-child span {
    border: none;
}
#header #globalNav .trial {
    float: right;
    margin-top: 12px;
    position: relative;
}
#header .logoSet>ul>li div:first-of-type, #header .logoSet>ul>li a, #header .logoSet>ul>li div {
    color: #d01207;
}
#header .logoSet>ul>li div:first-of-type::after, #header .logoSet>ul>li a::after, #header .logoSet>ul>li div::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0%;
    height: 4px;
    border-radius: 3px;
    background: #d01207;
}
@media screen and (min-width: 768px), print {
    #header .logoSet>ul>li div:first-of-type::before, #header .logoSet>ul>li a::before, #header .logoSet>ul>li div::before{
        content: "";
        display: block;
        width: 1px;
        height: 36px;
        background-color: #eaeaea;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}
#header .logoSet>ul>li.product a::after {
  content: none !important;
}
#header .logoSet>ul>li.product .detail .innerBox::after, #header .logoSet>ul>li.product a::after {
  content: none !important;
}

#header .logoSet>ul>li.compdesc .detail a::after {
    content: none;
}
@media screen and (max-width: 767px) {
    #header .logoSet>ul>li div:first-of-type::after, #header .logoSet>ul>li a::after, #header .logoSet>ul>li div::after {
        display: none;
    }
}
#header .logoSet>ul>li div:first-of-type:hover::after, #header .logoSet>ul>li a:hover::after, #header .logoSet>ul>li a.active::after, #header .logoSet>ul>li div.active::after {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#header .utilityNav {
    width: 100%;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    #header .utilityNav {
        width: 100%;
        height: auto;
        position: inherit;
        top: auto;
        left: auto;
        z-index: 10;
        border-bottom: 1px solid #dc4d45;
    }
}
#header .utilityNav .inner {
    width: 1200PX;
    height: 30px;
    padding: 0;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #header .utilityNav .inner {
        width: 100%;
        height: auto;
    }
}
#header .utilityNav .inner p {
    float: left;
    line-height: 30px;
    color: #333333;
}
@media screen and (max-width: 767px) {
    #header .utilityNav .inner p {
        display: none;
    }
}
#header .utilityNav .inner>ul {
    position: relative;
    display: flex;
    align-content: space-between;
    justify-content: flex-end;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
    #header .utilityNav .inner>ul.ansp {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #header .utilityNav .inner>ul {
        display: block;
        background: #e3e3e3;
        width: 92%%;
        float: none;
        margin: 0 auto;
        position: inherit;
        background: none;
        padding: 4%;
    }
    #header .utilityNav .inner>ul.anpc {
        display: none;
    }
}
#header .utilityNav .inner>ul>li {
    width: 140px;
}
@media screen and (max-width: 767px) {
    #header .utilityNav .inner>ul>li {
        width: 48%;
        float: left;
    }
    #header .utilityNav .inner>ul>li:nth-child(even) {
        float: right;
    }
    #header .utilityNav .inner>ul>li:nth-child(n+3) {
        margin-top: 2%;
    }
    #header .utilityNav .inner>ul>li.try {
        clear: both;
    }
}
#header .utilityNav .inner>ul>li.online {
    padding: 0;
}
@media screen and (max-width: 767px) {
    #header .utilityNav .inner>ul>li.online {
        position: inherit;
        top: auto;
        right: auto;
    }
}
#header .utilityNav .inner>ul>li.online a {
    display: block;
}
#header .utilityNav .inner>ul>li.online a span::before {
    content: '';
    width: 16px;
    height: 13px;
    background-size: 100%;
    left: -8px;
    bottom: 4px;
}
@media screen and (max-width: 767px) {
    #header .utilityNav .inner>ul>li.online a span::before {
        background: url(../images/common/icon-header_demo.png) no-repeat top center;
        left: 0;
    }
}
@media screen and (max-width: 767px) {
    #header .utilityNav .inner>ul>li.online a {
        display: block;
        width: 100%;
        height: auto;
        padding: 10% 0;
        line-height: 1.4;
        background: #fff;
        border-radius: 5px;
        border: none;
        text-align: center;
    }
}
#header .utilityNav .inner>ul>li.online a span {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    #header .utilityNav .inner>ul>li.online a span {
        color: #d01207;
    }
    #header .utilityNav .inner>ul>li.online a span::before {
        width: 100%;
        height: 35px;
        display: block;
        content: "";
        background: url(../images/common/icon-header-sp-demo.png) no-repeat top center;
        background-size: 31px 25px;
        margin-top: 4px;
    }
}
#header .utilityNav .inner>ul>li a {
    display: block;
    background: #d01207;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
#header .utilityNav .inner>ul>li a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    #header .utilityNav .inner>ul>li.online a span {
        font-size: 15px;
    }
    #header .utilityNav .inner>ul>li a {
        border-radius: 5px;
        text-align: center;
        width: 100%;
        display: block;
        background: #fff;
        color: #d01207;
        font-weight: bold;
        font-size: 15px;
        border-right: none;
        height: auto;
        line-height: 1.4;
        padding: 10% 0;
    }
    #header .utilityNav .inner>ul>li a:hover {
        background: #fff;
    }
}
#header .utilityNav .inner>ul>li a span {
    position: relative;
    padding: 0 0 0 14px;
}
@media screen and (max-width: 767px) {
    #header .utilityNav .inner>ul>li a span {
        display: inline-block;
        padding: 40px 0 0 0;
    }
}
#header .utilityNav .inner>ul>li a span::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 7px;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    display: block;
    background: url(../images/common/icon-header_arrow.png) no-repeat top center;
}
@media screen and (max-width: 767px) {
    #header .utilityNav .inner>ul>li a span::before {
        width: 100%;
        height: 35px;
        display: block;
        content: "";
        left: 0;
        background: url(../images/common/icon-header-sp-demo.png) no-repeat top center;
        background-size: 35px 35px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@media screen and (min-width: 768px), print {
}

@media screen and (max-width: 767px) {
    #header .utilityNav .inner>ul>li.download a span::before {
        background: url(../images/common/icon-header-sp-download.png) no-repeat top center;
        background-size: 35px 35px;
        bottom: 30%;
    }
}
@media screen and (max-width: 767px) {
    #header .utilityNav .inner>ul>li.try a span::before {
        background: url(../images/common/icon-header-sp-try.png) no-repeat top center;
        background-size: 35px 35px;
        bottom: 30%;
    }
}
@media screen and (max-width: 767px) {
    #header .utilityNav .inner>ul>li.price a span::before {
        background: url(../images/common/icon-header-sp-price.png) no-repeat top center;
        background-size: 35px 35px;
        bottom: 30%;
    }
}

/* ヘッダー上部の修正：PC用 */
@media screen and (min-width: 768px), print {
    #header .utilityNav .inner>ul>li.online {
        width: 185px;
    }
    #header .utilityNav .inner>ul>li.online a span:before{
        background-image: url(../images/common/icon-header_demo_pc.png)!important;
    }

    #header .utilityNav .inner>ul>li.price {
        width: 130px;
    }
    #header .utilityNav .inner>ul>li.price a span:before{
        width: 10px;
        height: 18px;
        background-image: url(../images/common/icon-header-sp-price_pc.png);
        left: -4px;
    }

    #header .utilityNav .inner>ul>li.try a {
        background: #048281;
    }
    #header .utilityNav .inner>ul>li.try a span:before{
        background-image: url(../images/common/icon-header_arrow_wh.png);
        left: 2px;
    }

    #header .utilityNav .inner>ul>li.onpre {
        width: 203px;
    }
    #header .utilityNav .inner>ul>li.onpre a{
        background-color: #999999;
    }
    #header .utilityNav .inner>ul>li.onpre a span::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 11px;
        top: -2px;
        bottom: 0;
        right: -19px;
        margin: auto;
        display: block;
        background: url(../images/common/ico-target_white.png) no-repeat top center;
        background-size: contain;
    }
}

#header .utilityNav .inner>ul>li .detail {
    display: none;
    position: absolute;
    top: 34px;
    padding-top: 8px;
    background: url(../images/common/bg-nav-utility-active.png) no-repeat 25px top;
}
#header .utilityNav .inner>ul>li .detail li {
    width: 155px;
    background: #eee url(../images/common/nav-utility-detail.png) no-repeat left top;
    border: 1px solid #dfe0e2;
    border-bottom-color: #fff;
    border-width: 0 1px 1px 1px;
}
#header .utilityNav .inner>ul>li .detail li a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    display: block;
}
#header .utilityNav .inner>ul>li.onpre a span{
    padding: 0;
}
#header .scope-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    #header .scope-sp {
        padding: 4%;
        display: block;
    }
    #header .scope-sp img {
        width: 100%;
        height: auto;
    }
}
#header #sp_btnClose {
    display: none;
}
@media screen and (max-width: 767px) {
    #header #sp_btnClose {
        display: block;
    }
    #header #sp_btnClose img {
        width: 100%;
        height: auto;
    }
}
#header #sp_btnArea {
    display: none;
}
@media screen and (max-width: 767px) {
    #header #sp_btnArea {
        display: block !important;
        position: absolute;
        top: 0;
        right: -1px;
        width: 120px;
        height: 60px;
        z-index: 2000;
    }
}
@media screen and (max-width: 767px) {
    #header #sp_btnArea #searchBtn {
        background: url(../images/common/btn-search.gif) no-repeat 0 0;
        -moz-background-size: 60px 60px;
        -o-background-size: 60px 60px;
        -webkit-background-size: 60px 60px;
        background-size: 60px 60px;
        cursor: pointer;
        height: 60px;
        position: absolute;
        right: px;
        top: 0;
        width: 50%;
        font-size: 0;
    }
    #header #sp_btnArea #searchBtn.active {
        background: url(../images/common/btn-search-close.gif) no-repeat 0 0;
        -moz-background-size: 60px 60px;
        -o-background-size: 60px 60px;
        -webkit-background-size: 60px 60px;
        background-size: 60px 60px;
    }
}
@media screen and (max-width: 767px) {
    #header #sp_btnArea .navBtn {
        background: url(../images/common/btn-nav.gif) no-repeat 0 0;
        -moz-background-size: 60px 60px;
        -o-background-size: 60px 60px;
        -webkit-background-size: 60px 60px;
        background-size: 60px 60px;
        cursor: pointer;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        font-size: 0;
    }
    #header #sp_btnArea .navBtn.active {
        background: url(../images/common/btn-nav-close.gif) no-repeat 0 0;
        -moz-background-size: 60px 60px;
        -o-background-size: 60px 60px;
        -webkit-background-size: 60px 60px;
        background-size: 60px 60px;
    }
}
#header .search {
    border-radius: 5px 0 0 5px;
    background: #333;
    height: 30px;
    padding: 10px 15px 10px 47px;
    position: fixed;
    right: -280px;
    top: 114px;
    width: 268px;
    z-index: 1000;
}
@media screen and (min-width: 768px) {
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
@media screen and (min-width: 768px) and (max-width: 1310px) {
    #header .search {
        top: 114px;
    }
}
@media screen and (max-width: 767px) {
    #header .search {
        display: none;
        border-radius: 0;
        background: #f3f3f3;
        height: auto;
        position: inherit;
        right: 0 !important;
        top: auto;
        width: 100%;
        padding: 2% 0;
        z-index: 5000;
    }
}
#header .search .icon {
    background: url(../images/common/bg-header-search.png) no-repeat 16px;
    cursor: pointer;
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
    cursor: pointer !important;
}
@media screen and (max-width: 767px) {
    #header .search .icon {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #header .search form {
        width: 96%;
        background: #fff;
        margin: 0 auto;
        display: block !important;
        height: 44px;
    }
}
#header .search input, #header .search button {
    display: none;
}
@media screen and (max-width: 767px) {
    #header .search input, #header .search button {
        display: block !important;
    }
}
#header .search input {
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 0 0 2px;
    background: #fff;
    border: 0;
    float: left;
    height: 20px;
    width: 200px;
}
@media screen and (max-width: 767px) {
    #header .search input {
        border-radius: 2px 0 0 2px;
        background: none;
        border: 0;
        height: 44px;
        line-height: 44px;
        vertical-align: bottom;
        width: 80%;
        padding: 0 4%;
        margin: 0;
        font-size: 16px;
    }
}
#header .search input[type="submit"] {
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0;
    border-radius: 0 2px 2px 0;
    background: #eee;
    border: 0;
    color: #333;
    font-weight: bold;
    height: 30px;
    letter-spacing: 0.2em;
    padding-left: 4px;
    text-align: center;
    width: 58px;
}
#header .search button {
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0;
    border-radius: 0 2px 2px 0;
    background: #eee;
    border: 0;
    color: #333;
    font-weight: bold;
    height: 30px;
    letter-spacing: 0.2em;
    padding-left: 4px;
    text-align: center;
    width: 58px;
}
@media screen and (max-width: 767px) {
    #header .search button {
        background: url(../images/common/icon-search.png) no-repeat center center;
        background-size: 49px 44px;
        width: 10%;
        height: 44px;
        border-radius: 0;
        border: 0;
        color: #333;
        font-weight: bold;
        letter-spacing: 0;
        padding-left: 0;
        text-align: center;
        font-size: 0;
    }
}
#header .search input[type="submit"]:active, #header .search button:active {
    background: #ddd;
}

@media screen and (min-width: 768px), print {
    #header #globalNav .compdesc{
        width: 143px!important;
    }
    #header #globalNav .product{
        width: 68px!important;
    }
    #header #globalNav .case{
        width: 95px!important;
    }
    #header #globalNav .plan{
        width: 68px!important;
    }
    #header #globalNav .seminar{
        width: 95px!important;
    }
    #header #globalNav .request{
        width: 123px!important;
    }
    #header #globalNav .inquiry{
        width: 123px!important;
    }


}
/* フッター
---------------------------------------------------------- */

.contactArea {
    background: #96c url(../images/common/bg-contact.jpg) no-repeat center top;
    padding: 72px 0 0;
}
.contactArea .needsList {
    margin-bottom: 68px;
}
.contactArea .needsList ul {
    overflow: hidden;
}
.contactArea .needsList ul li {
    color: #fff;
    float: left;
    margin-right: 40px;
    padding: 12px 0 2px;
    width: 220px;
}
.contactArea .needsList ul li .tit {
    margin-bottom: 12px;
}
.contactArea .needsList ul li .txt {
    margin-bottom: 24px;
}
.contactArea .needsList ul li:nth-child(3) {
    margin-right: 41px;
}
.contactArea .needsList ul li:nth-child(3) .tit {
    margin-right: -4px;
    margin-left: -8px;
}
.contactArea .needsList ul li:last-child {
    border-left: 1px solid #f1a4bd;
    margin-right: 0;
    padding-left: 37px;
    width: 180px;
}
.contactArea .secInquiry {
    background: url(../images/common/bg-clear40.png) repeat;
    height: 85px;
    overflow: hidden;
}
.contactArea .secInquiry .inner {
    padding: 24px 0 0;
}
.contactArea .secInquiry .inner .tit {
    float: left;
    margin-right: 31px;
}
.contactArea .secInquiry .inner .tel {
    float: left;
    margin-right: 12px;
}
.contactArea .secInquiry .inner .time {
    float: left;
    width: 217px;
}
.contactArea .secInquiry .inner .time dt {
    float: left;
    margin: -2px 10px 0 0;
    position: relative;
}
.contactArea .secInquiry .inner .time dd {
    float: left;
}
.contactArea .secInquiry .inner .btn {
    float: right;
    margin-top: -9px;
    position: relative;
}
#pageTop {
    width: 65px;
    height: 65px;
    position: fixed;
    right: 20px;
    bottom: 12px!important;
    z-index: 9999;
}
#pageTop a {
    display: block;
}
#pageTop a:hover {
    opacity: .7;
}
@media screen and (max-width: 767px) {
    #pageTop {
        width: calc((95/750)*100vw);
        height: calc((95/750)*100vw);
        right: calc((6/750)*100vw);
        bottom: calc((8/750)*100vw)!important;
    }
}
/* ---------------------------------------
$ footer
----------------------------------------*/

footer img {
    width: 100%;
}
footer .boxLargeNav {
    padding: 2rem 0;
    background: url(../images/common/bg-large_nav.png) no-repeat right bottom #553a98;
}
footer .boxLargeNav ul {
    width: 1200px;
    margin: 0 auto;
}
footer .boxLargeNav ul:after {
    content: " ";
    display: block;
    clear: both;
}
@media screen and (max-width: 767px) {
    footer .boxLargeNav ul {
        width: 90%;
    }
}
footer .boxLargeNav ul li {
    float: left;
    width: 23.8%;
    margin: 0 0 0 1.6%;
    padding: 1.5rem 2% 2.2rem;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
footer .boxLargeNav ul li:first-child {
    margin: 0;
}
@media screen and (max-width: 767px) {
    footer .boxLargeNav ul li {
        width: 48.5%;
        margin: 0 0 0 3%;
        padding: 1rem 4% 1.6rem;
    }
    footer .boxLargeNav ul li:nth-child(n+3) {
        margin-top: 3%;
    }
    footer .boxLargeNav ul li:nth-child(3) {
        margin-left: 0;
    }
}
footer .boxLargeNav ul li .tit {
    margin: 0 auto;
}
footer .boxLargeNav ul li .tit img {
    max-width: 52px;
    width: 30%;
    margin: .5rem 0 .7rem;
}
footer .boxLargeNav ul li .tit span {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #53358d;
}
@media screen and (min-width: 1200px) {
    footer .boxLargeNav ul li .tit span {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    footer .boxLargeNav ul li .tit span {
        font-size: 16px;
    }
}
footer .boxLargeNav ul li .txt {
    margin: .6rem 0 0;
    text-align: left;
    font-size: 14px;
}
@media screen and (min-width: 1200px) {
    footer .boxLargeNav ul li .txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    footer .boxLargeNav ul li .txt {
        font-size: 12px;
    }
}
footer .boxLargeNav ul li a {
    max-width: 200px;
    width: 90%;
    margin: 1.4rem auto 0;
    display: block;
}
footer .boxLargeNav ul li a:hover {
    opacity: .7;
}
footer .footerLogoArea {
    padding: 27px 0;
    background: url(../images/common/bg-footer_logoarea.gif);
}

@media screen and (min-width: 768px) {
footer .footerLogoArea .tel_link a {
    pointer-events: none;
  }
}

footer .footerLogoArea .tit, footer .footerLogoArea .txt, footer .footerLogoArea .tel, footer .footerLogoArea .time {
    padding-top: 6px;
}
footer .footerLogoArea .tit {
    width: 15.834%;
}
footer .footerLogoArea .txt {
    width: 19%;
    margin: 0 0 0 2%;
    padding: 13px 0 0;
    font-size: 1.3vw;
    font-weight: bold;
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    footer .footerLogoArea .txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    footer .footerLogoArea .txt {
        font-size: 12px;
    }
}
footer .footerLogoArea .tel {
    width: 17.75%;
    margin: 0 0 0 1%;
}
footer .footerLogoArea .time {
    width: 17%;
    max-width: 193px;
    margin: 0 0 0 1.9%;
}
footer .footerLogoArea .btn {
    width: 23.834%;
    margin: 0 0 0 1%;
}
footer .footerLogoArea .btn:hover {
    opacity: .8;
}
footer .footerLogoArea .tit, footer .footerLogoArea .txt, footer .footerLogoArea .tel, footer .footerLogoArea .time, footer .footerLogoArea .btn {
    float: left;
}
@media screen and (max-width: 767px) {
    footer .footerLogoArea .tit, footer .footerLogoArea .txt, footer .footerLogoArea .tel, footer .footerLogoArea .time, footer .footerLogoArea .btn {
        float: none;
        width: 100%;
        max-width: initial;
        text-align: center;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    footer .footerLogoArea .btn {
        width: 80%;
        margin: 4% auto 0;
    }
}
footer .navFooter {
    padding: 55px 0;
    background: #f3f3f3;
    position: relative;
}
@media screen and (max-width: 767px) {
    footer .navFooter {
        padding: 4% 0 0;
    }
    footer .navFooter nav.footer {
        display: none;
    }
}
footer .navFooter table, footer .navFooter th, footer .navFooter td {
    border: none;
    vertical-align: inherit;
}
footer .navFooter table {
    width: 1200px;
    margin: 0 auto;
}
footer .navFooter td {
    padding: 0;
}
footer .navFooter td.fNav01 {
    width: 23%;
}
footer .navFooter td.fNav02 {
    width: 19%;
}
footer .navFooter td.fNav03 {
    width: 21%;
}
footer .navFooter td.fNav04 {
    width: 20%;
}
footer .navFooter td.fNav05 {
    width: 17%;
}
footer .navFooter td a {
    color: #333333;
}
footer .navFooter td a:hover {
    text-decoration: underline;
}
footer .navFooter td p {
    font-size: 1.3vw;
    font-weight: bold;
}
@media screen and (min-width: 1200px) {
    footer .navFooter td p {
        font-size: 16px;
    }
}
footer .navFooter td p+p {
    margin: 30px 0 0;
}
footer .navFooter td p+ul {
    margin: 16px 0 21px;
}
footer .navFooter td p.disable {
    color: #333333 !important;
}
footer .navFooter td ul li {
    margin: 6px 0 0;
    padding: 0 0 0 .6rem;
    background: url(../images/common/ico-putti_arrow.png) no-repeat left 6px;
    text-indent: 0;
}
footer .navFooter td ul li:first-child {
    margin: 0;
}
footer .navFooter td ul li a {
    font-size: 1.2vw;
}
@media screen and (min-width: 1200px) {
    footer .navFooter td ul li a {
        font-size: 14px;
    }
}
footer .btnWiz {
    margin: 3rem auto 0;
    text-align: center;
}
footer .btnWiz a {
    max-width: 745px;
    width: 70%;
    margin: 0 auto;
    padding: 20px 3% 19px 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../images/common/ico-btn_arrow.png) no-repeat right 1.2rem center;
    /* border: 1px solid #cccccc; */
    color: #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
footer .btnWiz a:hover {
    background: url(../images/common/ico-btn_arrow.png) no-repeat right 1.2rem center rgba(255, 255, 255, 0.2);
}
footer .btnWiz a img {
    max-width: 184px;
}
footer .btnWiz a span {
    margin: 0 0 0 3%;
    font-size: 1.2vw;
}
@media screen and (min-width: 1200px) {
    footer .btnWiz a span {
        font-size: 14px;
    }
}
footer .ulFooterBnr {
    width: 70%;
    max-width: 745px;
    margin: 1.3rem auto 0;
}
footer .ulFooterBnr li {
    width: 31.6%;
    margin: 0 0 0 2.6%;
    float: left;
    background: #fff;
}
footer .ulFooterBnr li:first-child {
    margin: 0;
}
footer .ulFooterBnr a {
    display: block;
}
footer .ulFooterBnr a:hover {
    opacity: .7;
}
@media screen and (max-width: 767px) {
    footer .ulFooterBnr {
        width: 90%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .ulFooterBnr li {
        width: 48%;
    }
    footer .ulFooterBnr li:nth-child(n+3) {
        margin-top: 2%;
    }
    footer .ulFooterBnr li:nth-child(odd) {
        margin-left: 0;
    }
    footer .ulFooterBnr li.spObj {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: none;
    }
    footer .ulFooterBnr li.spObj a {
        width: 100%;
        /* border: 1px solid #cccccc; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
    }
    footer .ulFooterBnr li.spObj img {
        width: 80%;
    }
}
footer .boxCopyright {
    width: 1200px;
    margin: 1.1rem auto 1.1rem;
}
@media screen and (max-width: 767px) {
    footer .boxCopyright {
        width: 100%;
    }
}
footer .boxCopyright .ulCopyArea {
    width: 70%;
    float: left;
}
@media screen and (max-width: 767px) {
    footer .boxCopyright .ulCopyArea {
        float: none;
        display: none;
    }
}
footer .boxCopyright .ulCopyArea li {
    display: inline-block;
    margin: 0 0 0 3.6%;
}
footer .boxCopyright .ulCopyArea li:first-child {
    margin: 0;
}
footer .boxCopyright .ulCopyArea li a {
    font-size: 12px;
    color: #333;
    position: relative;
    display: block;
}
footer .boxCopyright .ulCopyArea li a[target="_blank"]::after {
    content: '';
    display: block;
    width: 12px;
    height: 11px;
    position: absolute;
    background: url(../images/common/ico-target.png) no-repeat;
    right: -1rem;
    bottom: 5px;
}
footer .boxCopyright .copyright {
    float: right;
    max-width: 91px;
    margin: .4rem 0 0;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    footer .boxCopyright .copyright {
        float: none;
        margin: .4rem auto;
        display: block;
        text-align: center;
    }
}
footer .ulSpNav {
    width: 100%;
    margin: 5% auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .ulSpNav li {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .ulSpNav li a {
    padding: 1rem;
    border-top: 1px solid #cccccc;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
}
footer .ulSpNav li a:nth-child(odd) {
    border-right: 1px solid #cccccc;
}
footer .ulSpNav li a[target="_blank"] span {
    position: relative;
}
footer .ulSpNav li a[target="_blank"] span::after {
    content: '';
    display: block;
    width: 14px;
    height: 12px;
    background: url(../images/common/ico-target_purple.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -23px;
    top: 2px;
}
@media screen and (min-width: 768px) {
    footer .ulSpNav {
        display: none;
    }
}
/* テキスト関連
---------------------------------------------------------- */

.pageTit {
    background: #9e302a;
    background: -webkit-gradient(linear, left top, right top, from(#d01207), to(#9e302a));
    background: -webkit-linear-gradient(left, #d01207 0%, #9e302a 100%);
    background: -o-linear-gradient(left, #d01207 0%, #9e302a 100%);
    background: linear-gradient(to right, #d01207 0%, #9e302a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01207', endColorstr='#9e302a', GradientType=1);
    height: 110px;
    margin-bottom: 70px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .pageTit {
        height: auto;
        margin-bottom: 28px;
    }
}
body.side .pageTit {
    margin-bottom: 40px;
}
.pageTit h1, .pageTit h2 {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    margin: 0 auto;
    padding-top: 40px;
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
}
@media only screen and (max-width: 768px) {
    .pageTit h1, .pageTit h2 {
        width: 90%;
    }
}
@media screen and (max-width: 767px) {
    .pageTit h1, .pageTit h2 {
        padding: 7% 0;
        font-size: 22px;
        line-height: 1.3;
    }
    .pageTit h1 span, .pageTit h2 span {
        display: none;
    }
}
.pageTit h1 span, .pageTit h2 span {
    font-size: 20px;
    font-weight: normal;
    margin-left: 22px;
    position: relative;
    top: -6px;
}
.titH3 {
    padding: 0 0 1rem;
    font-size: 28px;
    border-bottom: 2px solid #eaeaea;
    background-repeat: no-repeat;
    background-position: left 1rem bottom 1.4rem;
    position: relative;
    word-break: break-all;
}
.titH3::before {
    content: '';
    display: block;
    width: 90px;
    height: 2px;
    position: absolute;
    background: #cf000c;
    bottom: -2px;
    left: 0;
}
@media screen and (max-width: 767px) {
    .titH3 {
        padding: 2rem 0 1rem;
        font-size: 18px;
        background-size: 2rem;
        background-position: left .8rem bottom 1rem;
    }
    .titH3::before {
        content: '';
        display: block;
        width: 20%;
        height: 3px;
        position: absolute;
    }
}
.titH4 {
    margin: 30px 0 0;
    font-size: 24px;
    color: #D01207;
}
@media screen and (max-width: 767px) {
    .titH4 {
        font-size: 16px;
    }
}
.titH5 {
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .titH5 {
        font-size: 14px;
    }
}
.txtAnn {
    font-size: 14px;
    color: #999;
}
.tit.bd {
    border-bottom: 2px solid #d01207;
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: -0.1em;
    padding-bottom: 11px;
}
.secDetail .tit.bd {
    font-size: 20px;
    padding-bottom: 9px;
}
.secDetail .tit.bd .date {
    color: #999;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 7px;
}
.tit.bd.s {
    font-size: 26px;
    margin-bottom: 25px;
    padding-bottom: 9px;
}
@media screen and (max-width: 767px) {
    .tit.bd.s {
        font-size: 16px;
    }
}
.hgroup {
    position: relative;
}
strong, em {
    font-weight: bold;
}
.textArea p {
    margin-bottom: 1.6em;
}
.textArea p:last-child {
    margin-bottom: 0;
}
/* ボックス
---------------------------------------------------------- */

.box {
    margin-bottom: 60px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .box {
        margin-bottom: 12%;
    }
}
.boxSec+.boxSec {
    margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
    .txt+.box {
        margin-top: 8%;
    }
}
@media screen and (min-width: 768px) {
    .inner, #content .inner {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .inner, #content .inner {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .inner, #content .inner {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
    footer .inner, #content .inner {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
}
/* ボタン類
---------------------------------------------------------- */

.btnPurpleL, .btnGrayL {
    width: 100%;
    max-width: 400px;
    padding: 18px 0 15px;
    font-size: 18px;
}
.btnPurpleM, .btnwhiteM, .btnBackM {
    width: 100%;
    max-width: 280px;
    padding: 12px 0 10px;
    font-size: 16px;
}
.btnGrayS, .btnPurpleLineS, .btnBackS {
    width: 100%;
    max-width: 265px;
    padding: 7px 0;
}
/* 紫大 */

.btnPurpleL {
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    display: block;
    text-indent: -1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #d01207;
    color: #fff;
    font-weight: bold;
    text-indent: -1rem;
}
.btnPurpleL span {
    position: relative;
}
.btnPurpleL span::before {
    top: 0;
    bottom: 0;
    margin: auto;
}
.btnPurpleL span {
    color: #fff;
}
.btnPurpleL span::before {
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    background: url(../images/common/icon-btn_white.png) no-repeat top center;
    right: -1.7rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btnPurpleL:hover {
    background: -webkit-gradient(linear, left top, right top, from(#d01207), to(#9e302a)) #9e302a;
    background: -webkit-linear-gradient(left, #d01207 0%, #9e302a 100%) #9e302a;
    background: -o-linear-gradient(left, #d01207 0%, #9e302a 100%) #9e302a;
    background: linear-gradient(to right, #d01207 0%, #9e302a 100%) #9e302a;
}
/* グレー大 */

.btnGrayL, .btnGrayS {
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    display: block;
    text-indent: -1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f3f3;
    text-indent: -1rem;
}
.btnGrayL span, .btnGrayS span {
    position: relative;
}
.btnGrayL span::before, .btnGrayS span::before {
    top: 0;
    bottom: 0;
    margin: auto;
}
.btnGrayL span, .btnGrayS span {
    color: #333;
}
.btnGrayL span::before, .btnGrayS span::before {
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    background: url(../images/common/icon-btn_purple.png) no-repeat top center;
    right: -1.7rem;
}
.btnGrayL:hover, .btnGrayS:hover {
    background: #eaeaea;
}
/* 紫グラデ */

.btnPurpleM {
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    display: block;
    text-indent: -1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #d01207;
    background-image: -webkit-gradient(linear, left top, right top, from(#d01207), color-stop(51%, #9e302a), to(#d01207));
    background-image: -webkit-linear-gradient(left, #d01207 0%, #9e302a 51%, #d01207 100%);
    background-image: -o-linear-gradient(left, #d01207 0%, #9e302a 51%, #d01207 100%);
    background-image: linear-gradient(to right, #d01207 0%, #9e302a 51%, #d01207 100%);
    background-size: 200% auto;
    text-indent: 1rem;
}
.btnPurpleM span {
    position: relative;
}
.btnPurpleM span::before {
    top: 0;
    bottom: 0;
    margin: auto;
}
.btnPurpleM span {
    color: #fff;
}
.btnPurpleM span::before {
    content: '';
    display: block;
    width: 8px;
    height: 11px;
    position: absolute;
    background: url(../images/common/icon-btn_white_mini.png) no-repeat top center;
    left: -1rem;
}
.btnPurpleM:hover {
    opacity: 1;
    background-position: right center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/* 白中 */

.btnwhiteM, .btnBackM {
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    display: block;
    text-indent: -1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #eaeaea;
    text-indent: 1rem;
}
.btnwhiteM span, .btnBackM span {
    position: relative;
}
.btnwhiteM span::before, .btnBackM span::before {
    top: 0;
    bottom: 0;
    margin: auto;
}
.btnwhiteM span, .btnBackM span {
    color: #333;
}
.btnwhiteM span::before, .btnBackM span::before {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    position: absolute;
    background: url(../images/common/icon_btn_red_small.png) no-repeat top center;
    left: -1rem;
}
.btnwhiteM:hover, .btnBackM:hover {
    opacity: .7;
}
/* 紫ライン小 */

.btnPurpleLineS, .btnBackS, .btnPurpleLineS:visited, .btnBackS:visited {
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    display: block;
    text-indent: -1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #d01207;
    border: 1px solid #bf4943;
    font-size: 14px;
    font-weight: normal;
    text-indent: 1rem;
}
.btnPurpleLineS span, .btnBackS span, .btnPurpleLineS:visited span, .btnBackS:visited span {
    position: relative;
}
.btnPurpleLineS span::before, .btnBackS span::before, .btnPurpleLineS:visited span::before, .btnBackS:visited span::before {
    top: 0;
    bottom: 0;
    margin: auto;
}
.btnPurpleLineS span::before, .btnBackS span::before, .btnPurpleLineS:visited span::before, .btnBackS:visited span::before {
    content: '';
    display: block;
    width: 6px;
    height: 9px;
    position: absolute;
    background: url(../images/common/icon_btn_puple_mini.png) no-repeat top center;
    left: -1rem;
}
.btnPurpleLineS:hover, .btnBackS:hover, .btnPurpleLineS:visited:hover, .btnBackS:visited:hover {
    opacity: .7;
}
.btnBackS span::before, .btnBackS:visited span::before {
    content: '';
    display: block;
    width: 6px;
    height: 9px;
    position: absolute;
    background: url(../images/common/icon_btn_puple_mini.png) no-repeat top center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*-- アンカーリンク用ナビ --*/

.navRequest {
    width: 1030px;
    margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
    .navRequest {
        width: 96%;
    }
}
.navRequest:after {
    content: " ";
    display: block;
    clear: both;
}
.navRequest li {
    width: 23%;
    float: left;
    margin: 0 0 0 1.7%;
    padding: 1px;
    background: #eaeaea;
    border-radius: 50px;
    box-sizing: border-box;
}
.navRequest li:first-child {
    margin: 0;
}
.navRequest li a {
    padding: 15px 0 21px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    display: block;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.navRequest li a span {
    position: relative;
}
.navRequest li a span::before {
    top: 0;
    bottom: 0;
    margin: auto;
}
.navRequest li a span::before {
    content: '';
    display: block;
    width: calc((22/750)*100vw);
    height: calc((14/750)*100vw);
    position: absolute;
    background: url(../images/common/icon_btn_red_bottom.png) no-repeat top center;
    bottom: -40px;
    left: 0;
    right: 0;
    background-size: contain;
}
@media screen and (min-width: 768px), print {
    .navRequest li a span::before {
        content: '';
        display: block;
        width: 9px;
        height: 6px;
        position: absolute;
        background: url(../images/common/icon_btn_red_bottom_pc.png) no-repeat top center;
        bottom: -40px;
        left: 0;
        right: 0;
        background-size: contain;
    }
}
.navRequest li:hover {
    background: transparent;
}
.navRequest li a:hover {
    opacity: 1;
    color: #fff;
    background: #d01207;
    background: -webkit-gradient(linear, left top, right top, from(#d01207), to(#9e302a));
    background: -webkit-linear-gradient(left, #d01207 0%, #9e302a 100%);
    background: -o-linear-gradient(left, #d01207 0%, #9e302a 100%);
    background: linear-gradient(to right, #d01207 0%, #9e302a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01207', endColorstr='#9e302a', GradientType=1);
}
.navRequest li a:hover span::before {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    position: absolute;
    background: url(../images/common/icon_btn_white_small.png) no-repeat top center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -40px;
    left: 0;
    right: 0;
}
.navRequest li a:hover:hover {
    background: #d01207;
    background: -webkit-gradient(linear, left top, right top, from(#d01207), to(#9e302a));
    background: -webkit-linear-gradient(left, #d01207 0%, #9e302a 100%);
    background: -o-linear-gradient(left, #d01207 0%, #9e302a 100%);
    background: linear-gradient(to right, #d01207 0%, #9e302a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01207', endColorstr='#9e302a', GradientType=1);
}
@media screen and (max-width: 767px) {
    .navRequest li {
        width: 48%;
        font-size: 12px;
    }
    .navRequest li:nth-child(3) {
        margin-left: 0;
    }
    .navRequest li:nth-child(n+3) {
        margin-top: 2%;
    }
    .navRequest li a {
        font-size: calc((24/750)*100vw);
    }
}
/* パンくず
---------------------------------------------------------- */

.breadcrumb {
    background: url(../images/common/bg-footer_logoarea.gif);
}
.breadcrumb ol {
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}
.breadcrumb ol li {
    float: left;
    line-height: 45px;
    margin-left: 10px;
    padding-left: 14px;
    position: relative;
    background: url(../images/common/icon-breadcrumb.png) no-repeat top 17px left;
    font-size: 13px;
}
.breadcrumb ol li:first-child {
    background: none;
    margin: 0;
    padding: 0;
}
.breadcrumb ol li a {
    display: block;
    color: #333;
}
/* .breadcrumb ol li:last-child {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 570px;
} */

.breadcrumb ol li:nth-child(1) {
    z-index: 10;
}
.breadcrumb ol li:nth-child(2) {
    z-index: 9;
}
.breadcrumb ol li:nth-child(3) {
    z-index: 8;
}
.breadcrumb ol li:nth-child(4) {
    z-index: 7;
}
.breadcrumb ol li:nth-child(5) {
    z-index: 6;
}
.breadcrumb ol li:nth-child(6) {
    z-index: 5;
}
.breadcrumb ol li:nth-child(7) {
    z-index: 4;
}
.breadcrumb ol li:nth-child(8) {
    z-index: 3;
}
.breadcrumb ol li:nth-child(9) {
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .breadcrumb {
        display: none;
    }
}
/* ---------------------------------------
$ モーダル
----------------------------------------*/

.modal_open {
    cursor: pointer;
}
.modal_bg {
    display: none;
    position: fixed;
    top: -5000px;
    right: -5000px;
    left: -5000px;
    bottom: -5000px;
    background: rgba(0, 0, 0, 0.63);
    z-index: 100001;
    cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: auto;
    z-index: 100002;
    cursor: pointer;
}
.modalInner {
    width: 80%;
    max-width: 1200px;
    max-height: 80%;
    margin: 0 auto;
    padding: 0 0 10%;
    cursor: default;
    position: absolute;
    margin: auto;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .modalInner {
        width: 96%;
    }
}
.modalInner .img img {
    width: 100%;
}
.modal section {
    position: relative;
    width: 100% !important;
    color: #fff;
    z-index: 1000;
}
.close_btn {
    position: absolute;
    top: -40px;
    right: 0;
    display: block;
    background: url(../images/common/btn-modal-close.png) no-repeat top center;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .close_btn {
        width: 25px;
        height: 25px;
        background-size: 100% auto;
        top: -25px;
    }
}
/* ページャー
---------------------------------------------------------- */

.wp-pagenavi {
    font-size: 12px;
    margin: 30px 0;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    overflow: hidden;
    background: #ccc;
    border: 1px solid #ccc;
    color: #fff;
    display: inline-block;
    height: 16px;
    padding: 0 3px 2px;
    margin: 3px;
    min-width: 12px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 18px;
    height: 18px;
    padding: 0;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.wp-pagenavi .previouspostslink {
    background: #ccc url(../images/common/bg-pager-prev.png) no-repeat 0 0;
}
.wp-pagenavi .previouspostslink:hover {
    background-position: 0 -20px;
}
.wp-pagenavi .nextpostslink {
    background: #ccc url(../images/common/bg-pager-next.png) no-repeat 0 0;
}
.wp-pagenavi .nextpostslink:hover {
    background-position: 0 -20px;
}
/* フォーム関連
---------------------------------------------------------- */

input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px;
}
textarea, select {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus {
    background: #fffde3;
}
textarea:focus, select:focus {
    background: #fffde3;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
    height: 15px;
}
input[type="radio"], input[type="checkbox"] {
    position: relative;
    top: 3px;
    vertical-align: top;
}
select {
    line-height: 22px;
    padding: 4px;
}
input[name^="submit"], input.btn_submit {
    border: 0;
    cursor: pointer;
}
input[name^="submit"], input.btn_submit {
    font-weight: bold;
}
button {
    font-weight: bold;
}
input[name^="submit"]:active img, input.btn_submit:active img {
    position: relative;
}
button:active img {
    position: relative;
}
input[name^="submit"]:disabled, input.btn_submit:disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    cursor: default;
}
button:disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    cursor: default;
}
input[name^="submit"]:hover:not(:disabled), input.btn_submit:hover:not(:disabled) {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.8;
}
button:hover:not(:disabled) {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.8;
}
/* テーブル
---------------------------------------------------------- */

table {
    width: 100%;
}
table th, table td {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 12px 20px;
}
table th {
    vertical-align: top;
    width: 150px;
}
/* フォーム
---------------------------------------------------------- */

.jquery-validation-error-tip .error {
    color: #cc0000;
    display: block;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 10px;
    position: relative;
}
.jquery-validation-error-tip .error:empty {
    margin-top: 0;
}
.jquery-validation-error-tip+.jquery-validation-error-tip span {
    margin-top: 0;
}
.error_m {
    color: #cc0000;
    display: block;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 10px;
    position: relative;
}
.secForm p.btn, .secConfirm p.btn, .secComplete p.btn, .secSeminarDetail form p.btn {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 65px;
    width: 400px;
}
.secForm p.btn a, .secConfirm p.btn a, .secComplete p.btn a, .secSeminarDetail form p.btn a {
    display: block;
    height: 65px;
}
.secForm p.btn a:hover, .secConfirm p.btn a:hover, .secComplete p.btn a:hover, .secSeminarDetail form p.btn a:hover {
    opacity: 0.8;
}
.secForm p.btn.home a, .secConfirm p.btn.home a, .secComplete p.btn.home a, .secSeminarDetail form p.btn.home a {
    background-image: url(../images/form/btn-home.png);
}
.secForm input[name^="submit"] a:hover, .secForm input.btn_submit a:hover, .secConfirm input[name^="submit"] a:hover, .secConfirm input.btn_submit a:hover, .secComplete input[name^="submit"] a:hover, .secComplete input.btn_submit a:hover, .secSeminarDetail form input[name^="submit"] a:hover, .secSeminarDetail form input.btn_submit a:hover {
    opacity: 0.8;
}
.secForm input[name^="submit"], .secForm input.btn_submit, .secConfirm input[name^="submit"], .secConfirm input.btn_submit, .secComplete input[name^="submit"], .secComplete input.btn_submit, .secSeminarDetail form input[name^="submit"], .secSeminarDetail form input.btn_submit {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 65px;
    width: 400px;
}
.secForm input[name^="submit"] a, .secForm input.btn_submit a, .secConfirm input[name^="submit"] a, .secConfirm input.btn_submit a, .secComplete input[name^="submit"] a, .secComplete input.btn_submit a, .secSeminarDetail form input[name^="submit"] a, .secSeminarDetail form input.btn_submit a {
    display: block;
    height: 65px;
}
.secForm input[name="submitBack"], .secConfirm input[name="submitBack"], .secComplete input[name="submitBack"], .secSeminarDetail form input[name="submitBack"] {
    float: left;
    background-image: url(../images/form/btn-return.png);
    width: 300px;
}
.secForm input[name="submitConfirm"], .secConfirm input[name="submitConfirm"], .secComplete input[name="submitConfirm"], .secSeminarDetail form input[name="submitConfirm"] {
    background-image: url(../images/form/btn-confirm.png);
}
.secForm input[name="submitButton"], .secConfirm input[name="submitButton"], .secComplete input[name="submitButton"], .secSeminarDetail form input[name="submitButton"] {
    float: right;
    background-image: url(../images/form/btn-complete.png);
    width: 300px;
}
.secForm span.required, .secConfirm span.required {
    background: #cc0000;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 1px 0 0;
    text-align: center;
    width: 40px;
}
.secForm table, .secConfirm table {
    margin-bottom: 50px;
}
.secForm table th, .secConfirm table th {
    color: #000;
    width: 228px;
}
.secForm table th>div, .secConfirm table th>div {
    padding-right: 45px;
    position: relative;
}
.secForm table th span.required, .secConfirm table th span.required {
    position: absolute;
    right: 0;
    top: 2px;
}
.secForm .btnArea, .secConfirm .btnArea {
    margin: 0 auto 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 620px;
}
.secSeminarDetail form input[type="text"], .secSeminarDetail form input[type="tel"], .secSeminarDetail form input[type="email"], .secSeminarDetail form input[type="password"] {
    padding: 6px;
    width: 100%;
}
.secSeminarDetail form textarea, .secSeminarDetail form select {
    padding: 6px;
    width: 100%;
}
.secForm input[type="text"], .secForm input[type="tel"], .secForm input[type="email"], .secForm input[type="password"] {
    padding: 6px;
    width: 100%;
}
.secForm textarea, .secForm select {
    padding: 6px;
    width: 100%;
}
/* セミナー */

.secSeminarDetail form select, .secForm select {
    height: 29px;
    line-height: 20px;
    padding: 4px;
    width: 465px;
}
.secSeminarDetail form label, .secForm label {
    display: block;
}
.secSeminarDetail form label input, .secForm label input {
    margin-right: 5px;
}
.secSeminarDetail form label+label, .secForm label+label {
    margin-top: 4px;
}
.secSeminarDetail form div.xs, .secForm div.xs {
    line-height: 29px;
}
.secSeminarDetail form div.xs input[type="text"], .secSeminarDetail form div.xs input[type="password"] {
    margin-right: 5px;
    width: 70px;
}
.secForm div.xs input[type="text"], .secForm div.xs input[type="password"] {
    margin-right: 5px;
    width: 70px;
}
.secSeminarDetail form table th, .secForm table th {
    padding-top: 15px;
    padding-bottom: 15px;
}
.secSeminarDetail form table td.form-error, .secForm table td.form-error {
    background: #ffe5e5;
}
.secSeminarDetail form table td div.row, .secForm table td div.row {
    overflow: hidden;
    padding-left: 4px;
}
.secSeminarDetail form table td div.row label, .secForm table td div.row label {
    float: left;
    margin-top: 0;
    margin-right: 16px;
}
.secSeminarDetail form table td div.row2, .secForm table td div.row2 {
    overflow: hidden;
    line-height: 29px;
}
.secSeminarDetail form table td div.row2 label, .secForm table td div.row2 label {
    float: left;
    margin-top: 0;
    margin-right: 10px;
    position: relative;
    width: 230px;
}
.secSeminarDetail form table td div.row2 label input, .secForm table td div.row2 label input {
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
}
.secSeminarDetail form table td .caption, .secForm table td .caption {
    margin-top: 10px;
    font-size: 12px;
}
.secSeminarDetail form table td label+.caption, .secForm table td label+.caption {
    margin-top: 14px;
}
.secSeminarDetail form table td .caption+div.row, .secSeminarDetail form table td .caption+label {
    margin-top: 2px;
}
.secForm table td .caption+div.row, .secForm table td .caption+label {
    margin-top: 2px;
}
.secSeminarDetail form table td .caption+input, .secSeminarDetail form table td .caption+select {
    margin-top: 5px;
}
.secForm table td .caption+input, .secForm table td .caption+select {
    margin-top: 5px;
}
.secSeminarDetail form .secPrivacy, .secForm .secPrivacy {
    color: #666;
    font-size: 12px;
}
.secSeminarDetail form .secPrivacy .tit, .secForm .secPrivacy .tit {
    font-weight: normal;
    margin-bottom: 1px;
}
.secSeminarDetail form dl.guest, .secForm dl.guest {
    font-size: 12px;
    margin: -35px 0 50px;
}
.secSeminarDetail form dl.guest dt, .secForm dl.guest dt {
    margin-bottom: 5px;
}
.secSeminarDetail form dl.terms, .secForm dl.terms {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.secSeminarDetail form dl.terms dt, .secForm dl.terms dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1px;
}
.secSeminarDetail form dl.terms dt a, .secForm dl.terms dt a {
    color: #d01207;
    text-decoration: underline;
}
.secSeminarDetail form dl.terms dt a:hover, .secForm dl.terms dt a:hover {
    text-decoration: none;
}
.secSeminarDetail form dl.terms dd span.required, .secForm dl.terms dd span.required {
    margin-left: 10px;
}
.secSeminarDetail form dl.terms dd label, .secForm dl.terms dd label {
    display: inline;
}
.secSeminarDetail form table+dl.terms, .secForm table+dl.terms {
    margin-top: -20px;
}
.secSeminarDetail form dl.request, .secForm dl.request {
    margin: 60px 0 26px;
}
.secSeminarDetail form dl.request dt, .secForm dl.request dt {
    background: #eee;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    padding: 16px 0 14px;
    text-align: center;
    text-indent: -18px;
}
.secSeminarDetail form dl.request dt span, .secForm dl.request dt span {
    background: url(../images/form/bg-accordion-open.png) no-repeat left 6px;
    padding-left: 35px;
}
.secSeminarDetail form dl.request dt span.requestNote, .secForm dl.request dt span.requestNote {
    background: none;
    padding: 0;
    display: block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: normal;
}
.secSeminarDetail form dl.request dt.active span, .secForm dl.request dt.active span {
    background-image: url(../images/form/bg-accordion-close.png);
}
.secSeminarDetail form dl.request dt.active span.requestNote, .secForm dl.request dt.active span.requestNote {
    background: none;
}
.secSeminarDetail form dl.request dt.open, .secForm dl.request dt.open {
    cursor: default;
}
.secSeminarDetail form dl.request dd table, .secForm dl.request dd table {
    margin-bottom: 0;
}
.secComplete {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
}
.secComplete .inner {
    border: 1px solid #ddd;
    margin: 0;
    padding: 45px 45px 60px;
    text-align: center;
    width: auto;
}
.secComplete .tit {
    font-size: 26px;
    margin-bottom: 20px;
}
.secComplete .textArea p {
    font-size: 16px;
}
.secComplete .textArea p.caption {
    color: #cc0000;
    font-size: 12px;
    line-height: 1.7;
}
.secComplete .btn {
    margin-top: 53px;
    text-align: center;
}
.secComplete .btn a:hover {
    opacity: 0.8;
}
/* 共通
---------------------------------------------------------- */

/*-- デバイスアイコン --*/

.ulDevice li {
    float: left;
    max-width: 90px;
    width: 20%;
    margin: 0 0 0 2%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    overflow: hidden;
}
.ulDevice li:first-child {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .ulDevice li {
        width: 22%;
    }
}
.ulDevice .ios {
    background: #21282e;
}
.ulDevice .android {
    background: #74c253;
}
.ulDevice .windows {
    background: #0076da;
}
.ulDevice .macos {
    background: #666;
}
/*404*/

#content .sec404-new .inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 79px;
}
#content .sec404-new .secError {
    margin-bottom: 0;
}
.sec404-new .tit-en {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #d01207;
}
.sec404-new .tit-ja {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: #333;
    margin-top: 18px;
}
.sec404-new .txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 32px;
}
.sec404-new .linkarea {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-top: 30px;
}
.sec404-new .linkarea a {
    background-color: #fff;
    border: 2px solid #eaeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: calc(46px / 2);
    color: #333;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    width: 280px;
}
.sec404-new .linkarea a:hover {
    color: #fff;
    background: #9759ff;
    background: -webkit-gradient(linear, left top, right top, from(#9759ff), to(#5627a5));
    background: -webkit-linear-gradient(left, #9759ff 0%, #5627a5 100%);
    background: -o-linear-gradient(left, #9759ff 0%, #5627a5 100%);
    background: linear-gradient(to right, #9759ff 0%, #5627a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9759ff', endColorstr='#5627a5', GradientType=1);
}
.sec404-new .linkarea a:not(:first-of-type) {
    margin-left: 15px;
}
.sec404-new .linkarea a:before {
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 0 3px 3px 0;
    position: absolute;
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 10px;
    margin-top: -2px;
    position: relative;
    vertical-align: middle;
}
.sec404-new .linkarea--top {
    background-color: #d01207;
    color: #fff;
}
@media screen and (max-width: 767px) {
    #content .sec404-new .inner {
        margin-top: 55px;
        width: 90%;
    }
    .sec404-new .inner br {
        display: none;
    }
    .sec404-new .tit-en {
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
    }
    .sec404-new .tit-ja {
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        margin-top: 16px;
    }
    .sec404-new .txt {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5714285714;
        margin-top: 15px;
    }
    .sec404-new .linkarea {
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        margin-top: 15px;
        width: 100%;
    }
    .sec404-new .linkarea a {
        width: 100%;
    }
    .sec404-new .linkarea a:not(:first-of-type) {
        margin-left: 0;
        margin-top: 10px;
    }
    .sec404-new .linkarea a:before {
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        border-style: solid;
        border-width: 0 2px 2px 0;
        position: absolute;
        height: 5px;
        width: 5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-right: 10px;
        margin-top: -2px;
        position: relative;
    }
}
#boxOverlay.active {
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
body.fixed {
    position: fixed;
    width: 100vw;
    height: 100vh;
}
/*- メニュー等 -*/

/* @media all and (min-width: 769px) {
    #boxOverlay {
        display: none !important;
    }
    .spFlame {
        display: block !important;
        height: auto !important;
    }
    #headerSearch {
        display: block !important;
    }
} */


/* ---------------------------------------
$ お客様の声box
----------------------------------------*/
.boxVoice {
    margin: 30px auto 0;
    border: 1px solid #eee;
    background: #fff;
}
.boxVoice+.boxVoice {
    margin: 20px auto 0;
}
.boxVoice .titVoice {
    padding: 33px 40px 27px 140px;
    font-size: 22px;
    background: #f3f3f3;
    position: relative;
    border-bottom: 1px solid #eee;
}
.boxVoice .markCase {
    padding: 14px 12px;
    font-size: 18px;
    background: #fff;
    color: #d01207;
    position: absolute;
    left: 38px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
}
.boxVoice .markNew {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 12px;
    background: #d01207;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxVoice .boxLeft {
    float: left;
    width: 360px;
    padding: 5px 0 0;
}
.boxVoice .dlVoice dt {
    float: left;
    width: 80px;
    margin: 0 0 9px;
    padding: 4px 5px 3px;
    color: #fff;
    background: #999;
    border-radius: 2px;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
}
.boxVoice .dlVoice dd {
    margin: 0 0 8px;
    padding: 3px 5px 5px 96px;
    font-size: 12px;
    line-height: 1;
}
.boxVoice .dlVoice dd.boxClassification {
    padding: 0 5px 0 96px;
}
.boxVoice .boxRight {
    float: right;
    width: 740px;
    line-height: 2;
}
.boxVoice .innerDetail {
    margin: 16px 0 0;
}
.boxVoice .txtVoiceDetail {
    padding: 0 0 15px;
    color: #39c;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted #999;
}
.boxVoice .txtVoiceDetail a {
    color: #39c;
}
.boxVoice .txtVoiceDetail a:hover {
    color: #4cb2e5;
}
.boxVoice .dayVoiceDetail {
    padding: 15px 0 0;
}
.boxVoice .ulClassification {
    width: 120px;
    border-radius: 2px;
    overflow: hidden;
    background: #f3f3f3;
    text-align: center;
    font-size: 12px;
    display: flex;
}
.boxVoice .ulClassification li {
    padding: 4px 12px 3px;
    color: #ccc;
}
.boxVoice .ulClassification li.active {
    background: #d01207;
    color: #fff;
}
.boxVoice .boxWrap {
    width: 1120px;
    margin: 24px auto 0;
    padding: 0 0 25px;
}
.boxVoice.ulDevice {
    width: 335px;
    margin: 5px 0 0;
}
.boxVoice .ulDevice li {
    width: 80px;
    margin: 0 0 0 5px;
    padding: 5px 4px 3px;
    box-sizing: border-box;
}
.boxVoice .ulDevice li:first-child {
    margin: 0;
}
.boxVoice .ulDevice .off {
    background: #f3f3f3;
    color: #ccc;
}
.boxVoice .boxDetail {
    margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
    .boxVoice {
        width: 100%;
        margin: 8% auto 0;
    }
    .boxVoice .titVoice {
        padding: 4% 11% 4% calc(3rem + 10%);
        font-size: 14px;
        word-break: break-all;
        white-space: normal;
    }
    .boxVoice .markCase {
        width: 3rem;
        padding: 14px 2%;
        font-size: 12px;
        text-align: center;
        left: 4%;
        top: 50%;
    }
    .boxVoice .markNew {
        width: 10vw;
        height: 10vw;
        font-size: 10px;
        top: -15px;
        right: -10px;
    }
    .boxVoice .dlVoice dt {
      flex-basis: 24%;
          margin: 0;
          padding: 8px 0;
          font-size: 11px;
          margin-bottom: 10px;
    }
    .boxVoice .dlVoice dd {
      padding: 0;
      font-size: 12px;
      flex-basis: 70%;
      margin: 0;
      box-sizing: border-box;
      line-height: 1;
      margin-bottom: 10px;
      margin-left: 10px;
    }
    .boxVoice .dlVoice dd.boxClassification {
        padding: 0;
    }

    .boxVoice .boxLeft, .boxVoice .boxRight {
        float: none;
        width: 100%;
    }
    .boxVoice .boxRight {
        margin: 4% 0 0;
        line-height: 1.8;
        font-size: 12px;
    }
    .boxVoice .innerDetail {
        margin: 4% 0 0;
    }
    .boxVoice .txtVoiceDetail {
        padding: 0 0 4%;
        font-size: 12px;
    }
    .boxVoice .dayVoiceDetail {
        padding: 3% 0 0;
        font-size: 12px;
    }
    .boxVoice .ulClassification {
        width: 120px;
        font-size: 11px;
    }
    .boxVoice .ulClassification li {
        padding: 4.3% 10% 3.4%;
    }
    .boxVoice .boxWrap {
        width: 92%;
        margin: 3% auto 0;
        padding: 0 0 3%;
    }
    .boxVoice .ulDevice {
        width: 100%;
        margin: 0;
    }
    .boxVoice .ulDevice li {
        width: 24%;
        max-width: initial;
        margin: 0 0 0 1.3%;
        padding: 1.3% 2% .7%;
        font-size: 9px;
    }
    .boxVoice .boxDetail {
        margin: 3% 0 0;
    }
    .boxVoice .boxDetail .dlVoice {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
    }

}


/* もっと見るボタン */
.secVoice .btnPurpleL {
    width: 280px;
    margin: 18px auto 0;
    padding: 9px 0;
    text-indent: 0;
}
.secVoice .btnPurpleL span {
    padding: 0 0 0 20px;
}
/*.secVoice .btnPurpleL span::before {
    width: 8px;
    height: 11px;
    top: -2px;
    right: initial;
    left: 0;
    background: url(../images/common/icon-btn_white_mini.png) no-repeat top center;
}*/
.secVoice .btnPurpleL span::before {
  background: none;
  right: initial;
  left: 0;
  top: -2px;
  width: 5px;
  height: 5px;
  background: none;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .secVoice .btnPurpleL {
        width: 87%;
        max-width: initial;
        padding: 3vw 0;
        font-size: 14px;
    }
}


/* ---------------------------------------
$ お客様詳細
----------------------------------------*/
.boxCase {
    width: 1000px;
    margin: 30px auto 0;
    border: 1px solid #eee;
    background: #fff;
}
.boxCase a {
    display: block;
    color: #333;
}
.boxCase a:hover {
    opacity: .7;
}
.boxCase .titCase {
    padding: 30px 40px 30px 140px;
    font-size: 22px;
    background: #f3f3f3;
    position: relative;
    border-bottom: 1px solid #eee;
}
.boxCase .markCase {
    padding: 14px 12px;
    font-size: 18px;
    background: #fff;
    color: #d01207;
    position: absolute;
    left: 38px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
}
.boxCase .markinfor {
    padding: 0 29px 0 39px;
    height: 30px;
    color: #d01207;
    font-size: 14px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    margin-right: 40px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxCase .markinfor span {
    position: relative;
}
.boxCase .markinfor span::before {
    content: '';
    display: block;
    width: 6px;
    height: 9px;
    position: absolute;
    background: url(../images/common/icon-btn_purple_mini.png) no-repeat top center;
    background-size: 100%;
    left: -11px;
    top: calc( 50% - 4px);
}
.boxCase .markNew {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 12px;
    background: #d01207;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxCase .boxWrap {
    margin: 25px auto 0;
    padding: 0 0 35px;
}
.boxCase .boxLeft {
    float: left;
    width: 300px;
    margin-left: 30px;
}
.boxCase .boxLeft img {
    width: 300px;
}
.boxCase .boxRight {
    float: right;
    width: 600px;
    margin-right: 40px;
    line-height: 2;
}
.boxCase .boxRight dl {
    font-size: 0;
}
.boxCase .boxRight .txt {
    font-size: 18px;
    line-height: 1.7;
    font-weight: bold;
    background: url(../images/common/line-case_dots.gif) repeat-x bottom left;
    padding-bottom: 20px;
    margin-bottom: 18px;
}
.boxCase .boxWrap .boxRight dt {
    display: inline-block;
    padding: 4px 15px;
    margin-right: 10px;
    color: #fff;
    background: #999;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
}
.boxCase .boxWrap .boxRight dd {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}
.boxCase .boxWrap .boxRight dd:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .secCase .boxSec {
        margin: 60px auto 0;
    }
    .boxCase {
        width: 100%;
        margin: 30px auto 0;
        border: 1px solid #eee;
        background: #fff;
    }
    .boxCase .titCase {
        padding: 4% 18% 4% calc(3rem + 17%);
        font-size: 14px;
        word-break: break-all;
        white-space: normal;
    }
    .boxCase .markCase {
        width: 3rem;
        padding: 14px 5%;
        font-size: 12px;
        text-align: center;
        left: 4%;
        top: 50%;
    }
    .boxCase .markinfor {
        padding: 3% 0;
        width: 91%;
        height: auto;
        color: #d01207;
        font-size: 14px;
        font-weight: bold;
        background: #f3f3f3;
        border-radius: 50px;
        position: relative;
        top: 0;
        margin-top: 0;
        margin-right: 4%;
        margin-left: 4%;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 4%;
    }
    .boxCase .markinfor span {
        position: relative;
    }
    .boxCase .markinfor span::before {
        top: calc( 50% - 3px);
    }
    .boxCase .markNew {
        width: 10vw;
        height: 10vw;
        font-size: 10px;
        top: -15px;
        right: -10px;
        color: #fff;
        background: #d01207;
        border-radius: 50%;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .boxCase .boxWrap {
        margin: 5% auto 0;
        padding: 0 5% 2%;
    }
    .boxCase .boxLeft {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .boxCase .boxLeft img {
        width: 100%;
    }
    .boxCase .boxRight {
        float: none;
        width: 100%;
        margin-right: 0;
        line-height: 2;
    }
    .boxCase .boxRight .txt {
        font-size: 14px;
        padding-top: 3%;
        padding-bottom: 3%;
        margin-bottom: 5%;
        line-height: 1.5;
    }
    .boxCase .boxWrap .boxRight dt {
        display: inherit;
        clear: both;
        float: left;
        padding: 8px 2% 6px;
        margin-right: 10px;
        color: #fff;
        background: #999;
        border-radius: 2px;
        font-size: 22px;
        text-align: center;
        box-sizing: border-box;
        width: 30%
    }
    .boxCase .boxWrap .boxRight dd {
        display: inherit;
        margin-right: 20px;
        float: left;
    }
    .boxCase .boxWrap .boxRight dt, .boxCase .boxWrap .boxRight dd {
        font-size: 12px;
        margin-bottom: 2%;
    }
}



/* ヘッダー改修 */

@media screen and (min-width: 768px), print {
    #header #globalNav .inner>ul>li.product .detail .innerBox .new_func.renewal_func{
        color: #fff;
        width: 232px;
        height: 60px;
        margin-right: 20px;
        border-radius: 4px;
        position: relative;
    }

    #header #globalNav .inner>ul>li.product .detail .innerBox .new_func.renewal_func a:hover {
        opacity: 0.7;
    }

    #header #globalNav .inner>ul>li.product .detail .innerBox .new_func.renewal_func::after,
    #header #globalNav .inner>ul>li.product .detail .innerBox .new_func.renewal_func::before,
    #header #globalNav .inner>ul>li.product .detail .innerBox .new_func.renewal_func a::before  {
        content: '';
        display: none;
    }

    #header #globalNav .inner>ul>li.product .detail .innerBox .new_func.renewal_func a:last-of-type {
        margin-top: 20px;
    }

    #header #globalNav .inner>ul>li.product .detail .innerBox .new_func a {
        color: #fff;
        text-align: center;
        height: 100%;
        width: 100%;
        font-size: 17px;
        font-weight: 700;
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #d11208;
        border-radius: 5px;
        line-height: calc(21/17);
    }
}

@media screen and (max-width: 380px){
    #header #globalNav .inner > ul > li .detail .innerBox ul a span {
        padding: 0 0 0 14px;
        font-size: 10px;
    }
}

@media screen and (min-width: 768px), print {
    #header #globalNav .inner > ul > li.product .detail .innerBox ul li:nth-child(4) {
        margin-right: 20px;
    }
    #header #globalNav .inner > ul > li.product .detail .innerBox ul li:nth-child(6) {
        margin-right: 0;
    }

}


@media screen and (min-width: 768px) {
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li a:before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 25px;
        width: 17px;
        height: 30px;
        background: url(../images/common/icon_mega_01.png) center no-repeat;
        vertical-align: middle;
        position: absolute;
        left: 37px;
        top: 16px;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(4) a:before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 25px;
        background: url(../images/common/icon_mega_02.png) center no-repeat;
        vertical-align: middle;
        left: 36px;
        top: 18px;
    }

    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(4) a span {
      margin-left: 13px;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(5) a:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 22px;
        background: url(../images/common/icon_mega_03.png) center no-repeat;
        vertical-align: middle;
        left: 33px;
        top: 19px;

    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(6) a:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 23px;
        background: url(../images/common/icon_mega_07.png) center no-repeat;
        vertical-align: middle;
        left: 20px;
        top: 19px;
    }

    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(6) a span {
      line-height: 1.11;
    margin-top: 5px;
    text-align: left;
    margin-left: 32px;
    letter-spacing: -0.02em;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(9) a:before {
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(../images/common/icon_mega_04.png) center no-repeat;
        vertical-align: middle;
        left: 35px;
        top: 19px;

    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(8) a:before {
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(../images/common/icon_mega_06.png) center no-repeat;
        vertical-align: middle;
        top: 20px;
        left: 42px;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(8) a span {
      margin-left: 13px;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(7) a:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 24px;
        background: url(../images/common/icon_mega_05.png) center no-repeat;
        vertical-align: middle;
        left: 21px;
        top: 17px;
    }
    #header #globalNav .inner>ul>li.product .detail .innerBox ul.productList01 li:nth-child(7) a span {
      margin-left: 25px;
    }
}

.cvArea{
    background-color: #048281;
    padding: calc((60/750)*100vw) 0;
}
@media screen and (min-width: 768px), print {
    .cvArea{
        padding: 40px 0;
    }
}
.cvArea-ttl{
    font-size: calc((40/750)*100vw);
    line-height: calc((69/750)*100vw);
    color: #fff;
    font-weight: 700;
    text-align: center;
}
@media screen and (min-width: 768px), print {
    .cvArea-ttl{
        font-size: 32px;
        line-height: 1;
    }
}
.cvArea-ttl img{
    width: calc((362/750)*100vw);
    margin: calc((6/750)*100vw) calc((27/750)*100vw) calc((27/750)*100vw) 0;
}
@media screen and (min-width: 768px), print {
    .cvArea-ttl img{
        width: 276px;
        margin: -6px 20px 0 0;
    }
}

@media screen and (min-width: 768px), print {
    .cvArea-btnArea{
        width: 1070px;
        display: flex;
        justify-content: space-between;
        align-content: space-between;
        flex-wrap: wrap;
        margin: 22px auto 0;
    }
}
.cvArea-btnArea .dl{
    width: calc((688/750)*100vw);
    border-radius: 100px;
    border: solid calc((4/750)*100vw) #fff;
    background-color: #048281;
    text-align: center;
    position: relative;
    margin: calc((50/750)*100vw) auto 0;
}
@media screen and (min-width: 768px), print {
    .cvArea-btnArea .dl{
        width: 516px;
        border: solid 2px #fff;
        margin: 0;
    }
}
.cvArea-btnArea .dl a:before{
    content: '';
    display: inline-block;
    width: calc((48/750)*100vw);
    height: calc((40/750)*100vw);
    background-image: url(../images/common/icon-cvArea-btn_01.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: calc((40/750)*100vw);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}
@media screen and (min-width: 768px), print {
    .cvArea-btnArea .dl a:before{
        width: 24px;
        height: 20px;
        right: 40px;
    }
}
.cvArea-btnArea .dl a{
    width: 100%;
    display: inline-block;
    font-size: calc((36/750)*100vw);
    font-weight: 700;
    line-height: 1;
    padding: calc((40/750)*100vw) 0 calc((34/750)*100vw);
    color: #fff;
}
@media screen and (min-width: 768px), print {
    .cvArea-btnArea .dl a{
        font-size: 24px;
        padding: 23px 0 20px;
    }
}

.cvArea-btnArea .ex{
    width: calc((688/750)*100vw);
    border-radius: 100px;
    border: solid calc((4/750)*100vw) #fff;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin: calc((34/750)*100vw) auto 0;
}
@media screen and (min-width: 768px), print {
    .cvArea-btnArea .ex{
        width: 516px;
        border: solid 2px #fff;
        margin: 0;
    }
}
.cvArea-btnArea .ex a:before{
    content: '';
    display: inline-block;
    width: calc((18/750)*100vw);
    height: calc((30/750)*100vw);
    background-image: url(../images/common/icon-cvArea-btn_02.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: calc((40/750)*100vw);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}
@media screen and (min-width: 768px), print {
    .cvArea-btnArea .ex a:before{
        width: 10px;
        height: 15px;
        right: 38px;
        background-image: url(../images/common/icon-cvArea-btn_02_pc.svg);
    }
}
.cvArea-btnArea .ex a{
    width: 100%;
    display: inline-block;
    font-size: calc((36/750)*100vw);
    font-weight: 700;
    line-height: 1;
    padding: calc((40/750)*100vw) 0 calc((34/750)*100vw);
    color: #048281;
}
@media screen and (min-width: 768px), print {
    .cvArea-btnArea .ex a{
        font-size: 24px;
        padding: 23px 0 20px;
    }
}

.telArea{
    width: calc((630/750)*100vw);
    margin: calc((40/750)*100vw) auto 0;
}
@media screen and (min-width: 768px), print {
    .telArea{
        width: 1070px;
        display: flex;
        justify-content: space-between;
        align-content: space-between;
        flex-wrap: wrap;
        margin: 30px auto 0;
    }
}
.telArea .grayArea{
    width: 100%;
    background-color: #f3f3f3;
    padding: calc((30/750)*100vw) 0;
}
@media screen and (min-width: 768px), print {
    .telArea .grayArea{
        width: 420px;
        padding: 30px 0 26px;
    }
}
.telArea .grayArea p{
    font-size: calc((30/750)*100vw);
    font-weight: 700;
    line-height: calc((45/750)*100vw);
    text-align: center;
}
@media screen and (min-width: 768px), print {
    .telArea .grayArea p{
        font-size: 18px;
        line-height: 29px;
        text-align: left;
        padding-left: 40px;
    }
}
.telArea .whiteArea{
    background-color: #fff;
    text-align: center;
    padding: calc((30/750)*100vw) 0 calc((25/750)*100vw);
}
@media screen and (min-width: 768px), print {
    .telArea .whiteArea{
        width: 650px;
        padding: 24px 0 20px;
    }
}
.telArea .whiteArea-txt{
    font-size: calc((28/750)*100vw);
    font-weight: 700;
    line-height: 1;
}
@media screen and (min-width: 768px), print {
    .telArea .whiteArea-txt{
        font-size: 16px;
        text-align: left;
        padding-left: 108px;
    }
}
@media screen and (min-width: 768px), print {
    .telArea .whiteArea-telArea{
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        padding-left: 70px;
        margin-top: 6px;
    }
}
.telArea .whiteArea-tel{
    width: calc((426/750)*100vw);
    margin: calc((26/750)*100vw) auto 0;
}
@media screen and (min-width: 768px), print {
    .telArea .whiteArea-tel{
        width: 280px;
        margin: 3px 0 0;
    }
}
.telArea .whiteArea-tel img{
    width: 100%;
}

.telArea .whiteArea-date{
    font-size: calc((20/750)*100vw);
    margin-top: calc((22/750)*100vw);
}
@media screen and (min-width: 768px), print {
    .telArea .whiteArea-date{
        font-size: 16px;
        text-align: left;
        padding-left: 20px;
        margin: 0;
    }
}
.telArea .whiteArea-date span{
    font-weight: 700;
}
