body {
    color: #333;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    line-height: 1.4em;
    word-break: break-all
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4em;
    vertical-align: baseline;
    background: transparent
}

img {
    vertical-align: bottom
}

address,
article,
aside,
canvas,
details,
div,
figcaption,
figure,
footer,
header,
hr,
iframe,
menu,
nav,
section,
textarea {
    display: block;
    line-height: 1
}

a,
label {
    cursor: pointer
}

blockquote {
    padding: 0;
    margin: 0;
    display: block
}

address,
em {
    font-style: normal
}

hr {
    border: 0;
    margin: 0;
    padding: 0
}

li,
ol,
ul {
    list-style: none
}

textarea {
    resize: vertical;
    overflow: hidden;
    border: 0
}

button,
input,
select {
    vertical-align: middle;
    border-radius: 0;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer
}

table {
    border-collapse: collapse
}

:after,
:before {
    padding: 0;
    margin: 0;
    line-height: 1
}

* {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Yu Gothic, YuGothic, Verdana, Meiryo, M+\ 1p, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: inherit;
    text-decoration: none
}

a,
a:hover {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.text-centerd {
    text-align: center
}

.text-right {
    text-align: right
}

.view-pc,
.view-pcA {
    display: block
}

.view-sp {
    display: none
}

.slide-menu {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.spNav {
    display: none
}

.header {
    width: 100%;
    position: relative;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.header.is-second {
    z-index: 4;
    position: sticky;
    top: 0
}

.header.is-second .header__mainBox {
    padding: 10px calc(50% - 500px);
    background-color: hsla(0, 0%, 100%, .9);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin-bottom: 30px
}

.header.is-second .gnav__link {
    color: #333;
    text-shadow: none;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    position: relative;
    padding-right: 20px
}

.header.is-second .gnav__link:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 8px solid #c01920;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.header__topBox {
    padding: 0 calc(50% - 500px);
    border-bottom: 1px solid #d6d6d6;
    background-color: #f4f4f4;
    position: relative;
    z-index: 1
}

.header__menu,
.header__topBox {
    height: 44px;
    -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
}

.header__menu {
    margin-left: auto;
    white-space: nowrap
}

.header__menu li {
    height: 44px;
    line-height: 43px
}

.header__menu a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px
}

.header__menu a:before {
    left: 100%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent
}

@media(max-width:768px) {
    .header__menu {
        display: none
    }
}

.header__mainBox {
    padding: 14px calc(50% - 500px) 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.gnav,
.header__mainBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.gnav {
    width: 750pt;
    text-align: center
}

.gnav__tel {
    margin-left: auto
}

.gnav__list {
    margin-left: 15px;
    padding-top: 10px;
    white-space: nowrap;
    cursor: pointer;
    width: 15%
}

.gnav__list:after {
    margin-top: 10px;
    content: '';
    height: 0;
    width: 0;
    padding-top: 5px;
    background-color: #c01920;
    display: block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.gnav__list.is-active:after,
.gnav__list.is-current:after,
.gnav__list:hover:after {
    width: 100%;
    height: 5px;
    padding-top: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.gnav__list a.linkRight:after {
    display: inline-block;
    position: relative;
    content: '';
    top: -2px;
    height: 0;
    margin-top: -5px;
    margin-left: 7px;
    border: 4px solid transparent;
    border-left: 4px solid #c01920
}

.gnav__link {
    color: inherit;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 20px;
    position: relative
}

.footer {
    width: 100%;
    background-color: #f7f5f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.footer__mainBox {
    padding: 36px calc(50% - 500px)
}

.footer__mainBoxInner {
    position: relative;
    width: 100%
}

.footer__menuGroup {
    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;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px
}

.footer__menuBox {
    width: 33%;
    margin-right: 30px
}

.footer__menuBox:last-child {
    margin-right: 0
}

.footer__menuList {
    margin-bottom: 9pt
}

.footer__menuLink {
    color: inherit
}

.footer__menuLink:hover {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)"
}

.footer__menuTitle {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 1pc 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd
}

.footer__menuTitle a {
    color: inherit
}

.footer__menuTitle a,
.footer__menuTitle a:hover {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.footer__menuTitle a:hover {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)"
}

.footer__social {
    margin-left: auto;
    max-width: 390px;
    max-height: 365px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.footer__socialBox {
    width: 50%
}

.footer__socialBox iframe {
    width: 100%
}

.facebook-wrapper {
    max-width: 500%;
    margin: 0 auto
}

.facebook-wrapper iframe,
.facebook-wrapper>.fb-page,
.facebook-wrapper>.fb-page>span {
    width: 100%
}

.footer__social-sp {
    display: none
}

.footer__bottomBox {
    height: 50px;
    padding: 0 calc(50% - 500px);
    color: #c01920;
    background-color: #fff
}

.footer__bottomBox,
.footer__subNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__subNav {
    border-right: 1px solid #fff
}

.footer__subNav:first-child {
    border-right: 0
}

.footer__subNavLink {
    color: #c01920;
    display: inline-block;
    padding: 0 20px
}

.footer__subNavLink:hover {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)"
}

.footer__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.footer__logo img {
    width: 140px;
    height: auto
}

.footer__logo div {
    margin-right: 35px;
    padding-right: 30px;
    border-right: 2px solid #ddd
}

.footer__logo p {
    font-size: 1pc;
    font-size: 1.6rem
}

.footer__copyright {
    margin-left: auto
}

.contents {
    width: 100%;
    margin: 0;
    background-color: #fff
}

.contents-section {
    padding: 50px calc(50% - 500px);
    background-color: #fff;
    position: relative;
    z-index: 1
}

.contents__text3 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px
}

.contents__text4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 60px;
    text-align: center
}

.section-block {
    margin-bottom: 30px;
    padding-bottom: 25px
}

.section-block li,
.section-block p,
.tit-bold {
    line-height: 1.6;
    font-size: 1pc;
    font-size: 1.6rem
}

.tit-bold {
    font-weight: 700;
    padding-bottom: 10px
}

.tit-heading {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
    padding-bottom: 9pt;
    border-bottom: 3px solid #c01920;
    line-height: 1.3;
    margin-bottom: 0
}

.section-block .notes .txt-num,
ol.txt-num li {
    list-style-type: decimal;
    margin-bottom: 10px;
    margin-left: 20px
}

.txt-num {
    margin-left: 20px
}

.right,
.txt-right {
    text-align: right
}

.right {
    margin-left: auto
}

.left,
.right {
    padding-bottom: 5px
}

.left {
    text-align: left;
    margin-right: auto
}

.bold {
    font-weight: 700
}

.yellowbox {
    background-color: #fefbc8;
    padding: 10px 0
}

.yellowbox .title_06 {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    color: #c01920;
    font-weight: 600
}

.yellowbox ul {
    padding: 10px 50px
}

.yellowbox ul li {
    font-size: 20px;
    font-size: 2rem;
    list-style-type: disc;
    margin-bottom: 10px
}

ul.list-box {
    margin-top: 40px
}

ul.list-box li {
    list-style: none;
    vertical-align: middle;
    display: inline-block;
    padding-right: 27px
}

ul.list-box li:last-child {
    padding-right: 0
}

@media(max-width:768px) {
    .imgBox_solution map,
    ul.list-box {
        display: none
    }
}

.rubyBox2 {
    border: 1px solid #ca1e07;
    padding: 15px
}

.phase .rubyBox2 p {
    padding: 0
}

.bnr_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bnr_area li {
    width: 25%;
    text-align: center
}

.img_right {
    float: right;
    padding: 0 0 5px
}

.partner_list:after {
    clear: both;
    display: block;
    content: ''
}

.partner_list ul li {
    text-align: center;
    float: left;
    margin: 10px
}

.partner_list ul li p.img {
    width: 200px;
    height: 60px
}

.link_up {
    position: relative;
    color: inherit
}

.link_up:after {
    display: inline-block;
    position: relative;
    content: '';
    top: -2px;
    width: 0;
    height: 0;
    margin-top: -5px;
    margin-left: 7px;
    border: 4px solid transparent;
    border-bottom: 4px solid #c01920;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.link_up:hover {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)"
}

code {
    line-height: 1.6em
}

code,
pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word
}

.lightGrayBox .lightGrayBox__txt {
    padding: 0
}

span.anchorlink {
    position: relative;
    top: -75pt;
    display: block
}

.name {
    margin-bottom: 20px
}

.Annotation {
    position: absolute;
    bottom: -30px;
    left: 10px;
    font-size: 8px;
    font-size: .8rem;
    line-height: 1.2
}

span.sup {
    font-size: 50%;
    vertical-align: top;
    position: relative
}

.footer__social {
    max-height: 385px
}

.footer__logo {
    bottom: 20px;
    width: 600px
}

.main {
    float: left;
    width: 70%
}

.main,
.side {
    background: #eee;
    min-height: 600px
}

.side {
    float: right;
    width: 25%
}

.fab {
    border-radius: 50%;
    margin: 0;
    padding: 20px
}

.titleGroup {
    position: relative
}

.tit-top-single {
    font-size: 50px;
    font-size: 5rem;
    font-weight: 700;
    text-align: center
}

.tit-section01,
.tit-top-single span {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700
}

.tit-section01 {
    text-align: center;
    margin-bottom: 14px
}

.tit-section02 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
    color: #c01920
}

.tit-section02,
.tit-section03 {
    font-weight: 700;
    text-align: center;
    line-height: 1.4
}

.tit-section03 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 40px
}

.tit-section04 {
    font-size: 35px;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 50px
}

.tit-section05 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 14px
}

.tit-section06 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px
}

.tit-section-single {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 40px
}

.tit-section-blue,
.tit-section-single {
    line-height: 1.6;
    text-align: center;
    font-weight: 700
}

.tit-section-blue {
    font-size: 58px;
    font-size: 5.8rem;
    margin: 50px 0 20px;
    color: #2f81b7
}

.tit-heading01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
    padding-bottom: 9pt;
    border-bottom: 3px solid #c01920;
    line-height: 1.3
}

.tit-heading03 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 4px solid #c01920;
    line-height: 1.3
}

.tit-image {
    margin-bottom: 30px
}

.txt-16 {
    font-size: 1pc;
    font-size: 1.6rem;
    line-height: 1.5
}

.txt-ex-small {
    font-size: 8px;
    font-size: .8rem;
    line-height: 1.2
}

.red_bold,
.txt-red {
    color: #c01920
}

.red_bold {
    font-size: 5rem;
    font-weight: 700
}

.txt-group {
    margin-bottom: 30px
}

.pdf {
    padding: 2px 24px 2px 0;
    background: url(/images/common/ico_pdf.png)no-repeat 100% 50%
}

.attention {
    color: #c01920
}

small {
    font-size: 14px;
    font-size: 1.4rem
}

strong {
    font-weight: 700
}

.red {
    color: #c01920
}

.notes {
    margin-bottom: 30px
}

.notes p {
    padding-bottom: 15px
}

.big_img {
    text-align: center
}

.category__text {
    font-size: 1pc;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 0 30px
}

.under-bar {
    width: 50px;
    height: 1px;
    display: block;
    margin: 25px 50.45% 35px 49.55%;
    border-top: 3px solid #c01920
}

.button {
    display: inline-block;
    font-size: 1pc;
    font-size: 1.6rem;
    text-decoration: none
}

.button-square {
    color: #ca1d06;
    width: 340px;
    height: 60px;
    line-height: 56px;
    border: 2px solid #c01920;
    text-align: center
}

.button-square>span {
    position: relative;
    display: inline-block;
    padding-right: 25px
}

.button-square>span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 4px solid #c01920;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.button-square>span:hover:before {
    right: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.button-square-small {
    color: #ca1d06;
    padding: 14px 20px;
    border: 2px solid #c01920;
    text-align: center
}

.button-square-small>span {
    position: relative;
    display: inline-block;
    padding-right: 25px
}

.button-square-small>span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 4px solid #c01920;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.button-square-small>span:hover:before {
    right: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.button-square-xsmall {
    color: #ca1d06;
    padding: 7px 9pt;
    font-size: 13px;
    font-size: 1.3rem;
    border: 2px solid #c01920;
    text-align: center
}

.button-square-xsmall>span {
    position: relative;
    display: inline-block;
    padding-right: 15px
}

.button-square-xsmall>span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 4px solid #c01920;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.pagetop {
    position: fixed;
    right: 20px;
    bottom: -300px;
    z-index: 2;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.pagetop img {
    width: 60px;
    height: 60px
}

.pagetop.is-active {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    bottom: 20px
}

.bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bnr__list {
    width: 15%;
    text-align: center
}

.bnr__link {
    display: inline-block
}

.bnr__link:hover {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)"
}

.red_small {
    color: #c01920;
    font-size: 1.3rem;
    padding-top: 10px;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 0 26px 0 10px;
    text-decoration: none
}

.arrow:after,
.arrow:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    vertical-align: middle
}

.arrow,
.ico img {
    vertical-align: middle
}

.rubyBox {
    border: 1px solid #ca1e07;
    padding: 2pc 26px
}

.lightGrayBox {
    font-size: 1pc;
    font-size: 1.6rem;
    color: #333;
    border: 10px solid #f4f4f4;
    padding: 2pc 26px;
    margin-bottom: 20px
}

.lightGrayBox__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1em
}

.lightGrayBox__txt {
    line-height: 1.5
}

.lightGrayBox__txtGroup {
    margin: 30px 0 20px;
    line-height: 1.5
}

.phase {
    margin-bottom: 20px
}

.phase p {
    padding-bottom: 10px;
    font-size: 1pc;
    font-size: 1.6rem
}

.box {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px
}

.search-input {
    background-color: #eee;
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
    max-width: calc(100% - 75pt);
    margin-left: 20px;
    padding: 10px 20px
}

.button-search,
.search-input {
    border-radius: 5px;
    height: 60px
}

.button-search {
    width: 60px;
    background: #e60012 url(/images/common/ico_zoom-white.png)no-repeat 50% 50%;
    background-size: 2pc auto;
    margin-left: 10px
}

.link {
    position: relative;
    color: inherit
}

.link:after {
    display: inline-block;
    position: relative;
    content: '';
    top: -2px;
    width: 0;
    height: 0;
    margin-top: -5px;
    margin-left: 7px;
    border: 4px solid transparent;
    border-left: 4px solid #c01920;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.link:hover {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)"
}

.link-same {
    padding-right: 26px;
    position: relative;
    color: inherit;
    background: url(/images/common/ico_same.png)no-repeat 100% 50%
}

.link-same:hover {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)"
}

.link-mail {
    margin-right: 3px;
    padding-right: 18px;
    position: relative;
    color: inherit;
    background: url(/images/common/ico_mail-s.png)no-repeat 100% 50%
}

.link-mail:hover {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)"
}

.is-active {
    display: block
}

.is-relative {
    position: relative
}

.is-absolute {
    position: absolute
}

.video_list li span {
    text-align: center;
    padding-top: 2px;
    display: block
}

.video_list li a:hover,
.video_list li:hover {
    opacity: .8
}

.separate-tool {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between
}

.separate-tool .separate__body {
    width: 48%
}

#study_room .separate-tool .separate__body {
    width: 78%;
    margin: 0 auto
}

.separate-step {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.separate-tool .separate__body-01 {
    width: 53%
}

.separate-tool .separate__body-02 {
    width: 58%
}

.macos_img {
    background: url(/heartcorerobo/img/macos.jpg) no-repeat left bottom;
    background-size: 35%
}

.section-bg-gray {
    background-color: #f3f3f3
}

.section-bg-gray-04 {
    background: #eee
}

.section {
    padding: 60px 0
}

.section2 {
    padding: 20px 0
}

.contents-section-btnarea.visual-btn {
    background-color: #56a797;
    padding-top: 0;
    padding-bottom: 0
}

.category-visual-title {
    text-align: left;
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 20px
}

.section-visual {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

p {
    font-size: 1.6rem;
    line-height: 1.6
}

@media(min-width:768px) and (max-width:1000px) {
    .category-visual-title {
        font-size: 40px;
        font-size: 4rem
    }
}

.category-visual-sub-title {
    text-align: center;
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 20px;
    line-height: 1.3
}

.faq {
    border: 1px solid #ca1e07;
    border-radius: 4px;
    margin-bottom: 20px
}

.faq__heading {
    padding: 20px 25px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative
}

.faq__heading>p {
    line-height: 1
}

.faq__heading.is-flex,
.faq__heading:hover {
    color: #fff;
    background-color: #ca1e07
}

.faq__heading:hover {
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.faq__state {
    width: 26px;
    height: 26px;
    background-color: #ca1e07;
    border-radius: 3px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.faq__ico-plus,
.faq__state.is-flex {
    background-color: #fff
}

.faq__ico-plus {
    display: inline-block;
    width: 2px;
    height: 10px;
    position: relative
}

.faq__ico-plus:before {
    position: absolute;
    left: -4px;
    top: 4px;
    content: '';
    background-color: #fff
}

.faq__ico-minus,
.faq__ico-plus:before {
    width: 10px;
    height: 2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.faq__ico-minus {
    display: inline-block;
    background-color: #ca1e07;
    position: relative
}

.faq__note {
    padding: 20px 25px;
    border: 1px solid #ca1e07;
    background-color: #fafafa;
    display: none
}

.faq__text {
    line-height: 1.4
}

.faq-tel {
    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
}

.faq-tel p {
    width: 49%
}

.list {
    margin-bottom: 40px
}

.list-disc>li {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-left: 1em;
    margin-bottom: 10px;
    text-indent: -1em
}

.list-disc>li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}

.list-disc .sub-list>li {
    margin-left: .7em;
    margin-top: 10px;
    text-indent: -.7em
}

.list-disc .sub-list>li:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}

.contents-list {
    padding: 30px 0
}

.contents-list .list-disc>li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -3px
}

.contents-list .sub-list>li {
    margin-left: .7em;
    text-indent: -.7em
}

.contents-list .sub-list>li:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -2px
}

.contents-list .link-list {
    color: #333;
    font-size: 1pc;
    font-size: 1.6rem
}

.contents-list .link-list:hover {
    opacity: .7;
    -ms-filter: "alpha(opacity=70)"
}

.contents-btn {
    text-align: right;
    padding-top: 15px
}

.input-list li {
    margin: 0 0 10px;
    padding: 0
}

.input-list li:last-child {
    margin: 0
}

table tbody td.w5 {
    width: 5%
}

table tbody td.w10 {
    width: 10%
}

table tbody td.w15 {
    width: 15%
}

table tbody td.w20 {
    width: 20%
}

table tbody td.w30 {
    width: 30%
}

table tbody td.w40 {
    width: 40%
}

table tbody td.w50 {
    width: 50%
}

table tbody td.w60 {
    width: 60%
}

table tbody td.w70 {
    width: 70%
}

table tbody td.w80 {
    width: 80%
}

table tbody td.w90 {
    width: 90%
}

table tbody tbody td.w85 {
    width: 85%
}

.base-table td,
.base-table th {
    padding: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    line-height: 1.5
}

.base-table td:not(.product-table__head) {
    text-align: center
}

.base-table thead th {
    color: #fff;
    text-align: center;
    background-color: #c01920;
    border: 1px solid #d05358
}

.base-table tbody td {
    width: 23%
}

.base-table.table-download tbody td {
    width: 24%
}

.base-table__subHeading {
    background-color: #fdf0f0;
    text-align: center
}

.base-table__head {
    text-align: left
}

.base-table2 td,
.base-table2 th,
.base-table td,
.base-table th {
    padding: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    line-height: 1.5
}

.txt-center {
    text-align: center
}

.img_center {
    display: block;
    margin: auto
}

.table-contact {
    width: 100%;
    margin: 10px 0 30px;
    font-size: 1pc;
    font-size: 1.6rem;
    border-top: 1px solid #eee
}

.table-contact th {
    padding: 15px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    text-align: left;
    width: 300px
}

.table-contact th span {
    font-size: 1rem;
    color: #c01920
}

.table-contact td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    vertical-align: middle;
    text-align: left
}

.table-contact input[type=email],
.table-contact input[type=tel],
.table-contact input[type=text],
.table-contact textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px;
    outline: 0
}

.table-contact input[type=email]:focus,
.table-contact input[type=tel]:focus,
.table-contact input[type=text]:focus,
.table-contact textarea:focus {
    border: 1px solid #c01920
}

.table-contact input[type=checkbox],
.table-contact input[type=radio] {
    background: #fff;
    border: 1px solid #ddd
}

.table-contact select {
    width: 100%;
    height: 3em;
    border: 1px solid #ddd;
    font-size: 1pc;
    font-size: 1.6rem;
    outline: 0;
    padding: 5px 10px
}

.table-contact select:focus {
    border: 1px solid #c01920
}

.table2 {
    width: 100%;
    margin-bottom: 30px
}

.table2 th {
    text-align: center;
    background-color: #c01920;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 20px 10px;
    vertical-align: middle
}

.table2 th.sub_title {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 75pt
}

.table2 th.sub_title1 {
    font-size: 9pt;
    font-size: 1.2rem;
    line-height: 1.2
}

.table2 td {
    text-align: center;
    padding: 20px 10px;
    border-bottom: 1px solid #eee
}

.table2 td.sub_title5,
.table2 td.sub_title6 {
    vertical-align: middle;
    font-size: 9pt;
    font-size: 1.2rem
}

.table2 td.sub_title6 {
    text-align: left
}

.tab-content {
    padding: 20px;
    display: none
}

.txt_waku {
    padding: 10px 5px;
    font-size: 1.8rem;
    border: 1px solid #333;
    text-align: center
}

.main_visual {
    width: 100%;
    margin-top: 30px
}

.main_visual_inner {
    width: 750pt;
    margin: 0 auto
}

.main_visual_inner>img {
    width: 100%;
    height: auto
}

.contents-second {
    padding: 0 calc(50% - 500px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%
}

.main-contents {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 260px);
    font-size: 1pc;
    font-size: 1.6rem
}

.main-contents-single {
    width: 100%;
    padding: 0 calc(50% - 500px)
}

.separate__img2 {
    width: 100%;
    height: 100%;
    background-size: contain
}

.contents-section-btnarea {
    padding: 40px calc(50% - 500px);
    position: relative;
    z-index: 3;
    background-color: transparent;
    text-align: center
}

.button3.button-square {
    color: #fff;
    width: 40%;
    height: 70px;
    line-height: 30px;
    border: 2px solid #007b3a;
    background: #007b3a;
    text-align: center;
    margin: 0 40px 40px 0
}

.button3 {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    text-decoration: none
}

.button3.button-square {
    color: #fff;
    width: 42%;
    height: 70px;
    line-height: 30px;
    border: 2px solid #c01920;
    background: #c01920;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px
}

.button-square>span {
    padding-right: 0
}

.button3.button-square.skeleton {
    color: #fff;
    width: 40%;
    height: 70px;
    line-height: 30px;
    border: 2px solid #fff;
    background: 0;
    text-align: center;
    margin: 0 40px 40px 0
}

.button3.button-square .btn_cap {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5px
}

.button3.button-square a {
    display: block;
    padding: 20px 68px
}

.button3.button-square>span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.button3.button-square>span:hover:before {
    right: -5px;
    transition: all .2s linear
}

.button3.button-square:hover {
    opacity: .8
}

@media(max-width:768px) {
    body {
        font-size: 14px;
        font-size: 1.4rem
    }
    .view-pc {
        display: none
    }
    .view-sp {
        display: block
    }
    .gnav,
    .gnav__tel {
        display: none
    }
    #spMenu {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        color: #b60005
    }
    #spMenu:hover {
        cursor: pointer
    }
    #navBtn {
        display: inline-block;
        position: relative;
        width: 46px;
        height: 46px;
        background: #b60005
    }
    #navBtnIcon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #f1f1f1;
        transition: .2s
    }
    #navBtnIcon:before {
        margin-top: -6px
    }
    #navBtnIcon:after,
    #navBtnIcon:before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 2px;
        background: #f1f1f1;
        transition: .3s
    }
    #navBtnIcon:after {
        margin-top: 4px
    }
    #sidebar1 {
        background: 0;
        width: 70%;
        max-width: 100%
    }
    .close-sidebar {
        font-size: 1.5em;
        padding: 10px 0;
        background-color: #b60005;
        width: 46px;
        height: 46px;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        line-height: 1.5;
        position: absolute;
        right: 0
    }
    .sidebar {
        padding: 10px;
        margin-top: 46px;
        background-color: #b9181c
    }
    .sidebar>li {
        list-style: none;
        font-size: 1.6rem
    }
    .sidebar a {
        color: #fff
    }
    .spNav {
        background-color: #c01920;
        position: fixed;
        display: block;
        overflow: scroll;
        top: 0;
        right: 100%;
        z-index: -1;
        width: 70%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0)
    }
    .spNav.is-active {
        right: 0
    }
    .spNav a {
        text-decoration: none
    }
    .spNav__inner {
        position: static;
        height: 100%;
        padding: 8% 5%
    }
    .spNav__title {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 700;
        border-bottom: 2px solid #e08c90;
        padding-bottom: 15px
    }
    .spNav__menu {
        margin-bottom: 15px
    }
    .spNav__list {
        font-size: 1.2rem;
        border-bottom: 1px solid #e08c90
    }
    .spNav__list a {
        color: #fff;
        display: block
    }
    .spNav__list>a {
        padding: 20px 5px
    }
    .spNav__ico01 {
        background: url(/images/common/ico_partner-w.png)no-repeat 0 50%;
        background-size: 15px auto;
        padding-left: 20px
    }
    .spNav__ico02 {
        background: url(/images/common/ico_customer-w.png)no-repeat 0 50%;
        background-size: 15px auto;
        padding-left: 20px
    }
    .btn__sns {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.1rem
    }
    .btn__sns a {
        color: #fff
    }
    .btn__sns>div {
        width: 50%;
        padding: 13px 0
    }
    .btn__sns-fb {
        background-color: #4267b2;
        text-align: center
    }
    .btn__sns-fb a span {
        background: url(/images/common/ico_facebook-w.png)no-repeat 0 50%;
        background-size: 8px auto;
        padding-left: 15px
    }
    .btn__sns-tw {
        background-color: #1b95e0;
        text-align: center
    }
    .btn__sns-tw a span {
        background: url(/images/common/ico_twitter-w.png)no-repeat 0 50%;
        background-size: 1pc auto;
        padding-left: 24px
    }
    .header__search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .header__spnav {
        display: block;
        position: absolute;
        width: 45px;
        height: 45px;
        padding: 5px;
        top: 0;
        right: 0;
        z-index: 5
    }
    .header {
        z-index: 4
    }
    .header,
    .header.is-second {
        height: 46px;
        border-bottom: 1px solid #ccc
    }
    .header.is-second {
        position: fixed
    }
    .header.is-second .header__mainBox .header__logo {
        margin-left: 10px
    }
    .header__mainBox {
        display: none
    }
    .header__topBox {
        height: 47px
    }
    .footer {
        display: block
    }
    .footer__mainBox {
        padding: 30px 0;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
    .footer__menuGroup,
    .footer__social {
        display: none
    }
    .footer__social-sp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer__social-sp li {
        margin: 0 9px;
        width: 15%
    }
    .footer__social-sp li.symbol {
        width: 69%
    }
    .footer__bottomBox {
        display: block;
        background-color: #fff;
        height: auto;
        padding: 5px 0 0
    }
    .footer__subNav {
        padding: 0 10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer__subNavList {
        border-right: 1px solid #333;
        border-left: 0;
        margin: 10px 0
    }
    .footer__subNavList:first-child {
        border-left: 1px solid #333
    }
    .footer__subNavLink {
        color: #c01920
    }
    .footer__logo {
        display: block;
        position: static;
        text-align: center;
        width: 100%
    }
    .footer__logo div {
        border: 0;
        text-align: center;
        padding: 0
    }
    .footer__logo div amp-img,
    .footer__logo div img {
        margin: 0 auto
    }
    .footer__logo p {
        font-size: 1.2rem;
        margin: 15px 0
    }
    .footer__copyright {
        width: 100%;
        margin: 0;
        padding: 10px;
        text-align: center;
        color: #c01920;
        background-color: #fff;
        display: block;
        vertical-align: bottom
    }
    .contents {
        margin: 0;
        padding-top: 45px
    }
    .contents-section {
        padding: 30px 20px
    }
    .section-block {
        margin-bottom: 10px;
        padding-bottom: 5px
    }
    .section-block p {
        font-size: 1.3rem
    }
    .footer__mainBox {
        padding: 30px 0 70px;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
    .section-block li {
        font-size: 1.3rem
    }
    .tit-heading {
        text-align: center;
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 9pt;
        padding-bottom: 9pt;
        border-bottom: 3px solid #c01920;
        line-height: 1.3
    }
    .base-table2 td,
    .base-table2 th,
    .base-table td,
    .base-table th {
        padding: 5px
    }
    .tit-section01 {
        font-size: 2.4rem;
        line-height: 1.4
    }
    .tit-section02 {
        font-size: 2rem
    }
    .tit-section03,
    .tit-section04 {
        font-size: 2.4rem;
        margin-bottom: 20px
    }
    .tit-section-single {
        font-size: 6vw;
        margin-bottom: 20px
    }
    .tit-section-blue {
        font-size: 5vw;
        margin-bottom: 20px
    }
    .tit-dropdown01 {
        text-align: center;
        line-height: 1.4
    }
    .tit-heading01 {
        font-size: 1.5rem;
        padding-bottom: 7px;
        margin-bottom: 1pc;
        border-bottom: 2px solid #c01920;
        line-height: 1.2
    }
    .tit-heading03 {
        font-size: 1.4rem
    }
    .band-title {
        font-size: 4.9vw;
        padding: 0 10px
    }
    .category__text {
        font-size: 1.4rem;
        margin-bottom: 15px;
        padding: 0
    }
    .category__text.border {
        margin: 0
    }
    .under-bar {
        width: 25px;
        border-top: 2px solid #c01920;
        margin: 10px 52.5% 15px 47.5%
    }
    .button-square,
    .button-square-small {
        width: 100%;
        background-color: #fff
    }
    .button-square-small {
        padding: 7px 10px
    }
    .button-square-xsmall {
        background-color: #fff;
        padding: 7px 10px
    }
    .bnr__list {
        width: 50%
    }
    .bnr__list.slick-slide {
        min-height: 65px;
        text-align: center
    }
    .contents__text3 {
        font-size: 18px;
        font-size: 1.8rem
    }
    .rubyBox {
        padding: 1pc 9pt
    }
    .box {
        padding: 0;
        margin-bottom: 10px
    }
    .separate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px
    }
    .separate__body {
        width: 100%
    }
    .separate__body-left {
        margin: 30px 0
    }
    .separate__body-left+.separate__img {
        text-align: right
    }
    .separate__body-right {
        margin: 30px 0
    }
    .separate__body-right+.separate__img {
        text-align: left
    }
    .separate__title {
        font-size: 1.5rem;
        margin-bottom: 15px
    }
    .separate-tool {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .separate-tool .separate__body {
        width: 100%;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .separate-tool .tool__img {
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .separate__body .list {
        margin-bottom: 10px
    }
    .separate__body .list li {
        margin-bottom: 5px
    }
    .section {
        padding: 30px 0
    }
    .category-visual {
        min-height: 100%;
        height: auto;
        background: 0;
        margin-top: 0;
        display: none
    }
    .section-visual {
        min-height: 100%;
        margin-bottom: 50px
    }
    .category-visual-title {
        font-size: 7vw;
        margin-bottom: 10px
    }
    .category-visual-sub-title {
        font-size: 6vw;
        margin-bottom: 10px;
        line-height: 1.2;
        text-align: center
    }
    .faq__heading>p {
        padding-right: 6%;
        line-height: 1.3
    }
    .contents-list .link-list,
    .table-contact {
        font-size: 1.3rem
    }
    .table-contact tbody td,
    .table-contact tbody th,
    .table-contact thead td,
    .table-contact thead th {
        width: 100%;
        display: block
    }
    .table2 th {
        padding: 15px 5px;
        font-size: 1.4rem
    }
    .table2 td {
        padding: 15px 5px;
        font-size: 1.3rem;
        line-height: 1.6
    }
    .main-contents {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .main-contents,
    .main-contents-single {
        width: 100%;
        padding: 0 20px
    }
    .separate__img {
        width: 100%
    }
    .separate__img.l-disp {
        width: 100%;
        padding-bottom: 112%
    }
    .separate-tool .separate__body-02 {
        width: 100%;
        margin-bottom: 10px
    }
}

@media(min-width:769px) and (max-width:1040px) {
    .header__mainBox {
        padding: 44px 20px
    }
    .contents-second {
        padding: 0 20px
    }
}

@media(max-width:930px) and (min-width:601px) {
    .gnav__tel {
        width: 18vw
    }
    .gnav__link {
        font-size: 1.4vw
    }
}

@media(min-width:970px) {
    .footer__mainBox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width:970px) and (min-width:601px) {
    .footer__mainBox {
        padding: 36px 20px
    }
    .footer__menuGroup {
        margin-bottom: 150px
    }
    .footer__menuBox {
        width: 50%
    }
    .footer__social {
        max-width: 100%
    }
    .footer__bottomBox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer__logo {
        bottom: -75pt
    }
    .footer__copyright {
        margin-left: 0
    }
}

@media(max-width:1040px) {
    .contents-section {
        padding: 50px 20px
    }
}

@media(max-width:787px) {
    .faq-tel {
        width: 100%;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
    .faq-tel p {
        width: 100%;
        margin: 5px 0
    }
    .btnarea-search {
        padding: 20px 0;
        margin: 0 10px
    }
    .button3 {
        font-size: 20px;
        font-size: 2rem
    }
    .button3.button-square {
        height: 60px;
        margin-top: 0
    }
    .button-square>span {
        padding-right: 0
    }
    .button3.button-square>span:before {
        right: -20px
    }
    .button3.button-square a {
        display: block;
        padding: 20px 10px
    }
}

.img_left {
    float: left;
    padding: 0 15px 15px 0
}

.img_right {
    float: right
}

@media(max-width:1040px) and (min-width:769px) {
    .header__mainBox {
        padding: 10px 20px 20px
    }
}

@media(max-width:500px) {
    .Annotation {
        bottom: -60px;
        font-size: 7px;
        font-size: .7rem;
        padding: 0 10px
    }
}

@media(max-width:768px) {
    .view-sp02 {
        display: block
    }
    .view-pcA {
        display: none
    }
    .buttonA .button-square {
        position: absolute;
        top: 700px;
        width: 100%
    }
    .countUp__txt {
        left: 130px
    }
    .view-pc01,
    .view-pc02 {
        height: 500px
    }
}

@media(max-width:600px) and (min-width:501px) {
    .buttonA .button-square {
        position: absolute;
        top: 730px;
        width: 100%
    }
}

@media(max-width:500px) {
    .view-pc01 {
        height: 25pc
    }
    .buttonA .button-square {
        width: 100%
    }
}

@media(max-width:400px) {
    .buttonA a.button-square {
        top: 735px
    }
}

@media(max-width:320px) {
    .buttonA a.button-square {
        top: 750px
    }
    .lineup__img-hc {
        width: 50px;
        margin: 5px 0
    }
}

.section-bg-green {
    background-color: #56a797;
    padding: 40px 0
}

.band-sub-title {
    font-size: 45px;
    font-size: 4.5rem;
    color: #fff;
    text-align: center
}

.band-sub-title span {
    padding-right: 10px
}

@media(max-width:500px) {
    .band-sub-title {
        font-size: 40px;
        font-size: 4rem
    }
    .section-visual-muse {
        height: 16rem
    }
}

.table-contact input[type=text] {
    color: #666
}

.section-visual-regist {
    height: 300px;
    background-color: #abd4ea
}

.regist-list-caption {
    font-weight: 700;
    line-height: 1.3em;
    border-bottom: 1px solid #59010f
}

.regist-list-section__ttl {
    font-size: 3rem;
    text-align: center;
    padding: 10px 0;
    background: #e8f8c2
}

.regist-list-section {
    margin: 50px 0 30px
}

.regist-list-section__list {
    padding: 0 0 60px
}

.regist-list-section__list~.regist-list-section__list {
    padding-top: 10px
}

.regist-list-section__list>dt {
    font-size: 3rem;
    border-bottom: 1px dotted #59010f;
    margin-bottom: 30px
}

.regist-list-section__list>dt>span {
    padding: 0 5px;
    color: #56a797
}

.regist-list-section__list>dd {
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 1.6
}

.regist-list-section__list>dd>div>span.bold,
.regist-list-section__list>dd>span.bold {
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #333;
    display: block
}

.regist-list-section__list>dd>p {
    text-indent: 1.7rem
}

.regist-list-section__list>dd.img {
    text-align: center;
    margin: 15px 0
}

.regist-list-section__list>dd.clum {
    display: flex
}

.regist-list-section__list>dd.clum>.clum_txt {
    width: 45%;
    padding: 0 10px
}

.regist-list-section__list>dd.clum>.clum_img {
    width: 55%;
    padding: 0 10px
}

.clum_txt>p.txt_s {
    font-size: 1.4rem;
    text-indent: -1rem;
    padding-left: 1rem;
    line-height: 1.5em
}

.clum_txt>p.kenmei {
    margin: 10px 0 10px 10px
}

.regist-list-section__list>dd.img>.mw80 {
    max-width: 80%
}

@media(max-width:768px) {
    .section-visual-regist {
        height: 130px;
        margin-bottom: 0
    }
    .regist-list-section {
        margin-bottom: 20px
    }
    .regist-list-section__ttl {
        font-size: 1.8rem;
        padding: 5px 0
    }
    .regist-list-section__list>dd.clum {
        display: block
    }
    .regist-list-section__list>dd.clum>.clum_txt {
        width: 100%;
        padding: 0
    }
    .regist-list-section__list>dd.clum>.clum_img {
        padding: 10px 0;
        width: 100%;
        text-align: center
    }
    .regist-list-section__list>dd.img.mw80 {
        max-width: 100%
    }
}

.section-visual-robo {
    background: #fff url(/heartcorerobo/img/HeartCoreRoboTopMain_new.png)no-repeat 50% 0;
    background-size: cover
}

.section-visual-solution {
    background: #fff url(/heartcorerobo/img/solution_visual.png)no-repeat 50% 0;
    background-size: cover;
    height: 35pc
}

.section-visual-robodesktop {
    background: #fff url(/heartcorerobo/img/RoboMainVisual.png)no-repeat 50% 0;
    background-size: cover;
    height: 500px
}

.section-visual-roboseries {
    background: #fff url(/heartcorerobo/img/series_visual.png)no-repeat 50% 0;
    background-size: cover;
    height: 500px
}

.section.section-briefing {
    padding: 40px calc(50% - 500px);
    background-color: #eee
}

.briefing-area {
    display: flex
}

.category-visual-inner-robo {
    padding: 10px 0;
    width: 1000px;
    text-align: center
}

.section-visual.gray {
    background-color: #eee
}

.category-visual-inner-robo p {
    font-size: 24px;
    font-size: 2.4rem
}

.gnav__list a.link {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem
}

.category-visual-inner-robo .hcrobo amp-img {
    margin: 0 20px
}

.gnav__list a.link:after {
    display: inline-block;
    position: relative;
    content: '';
    top: 1px;
    height: 0;
    margin-top: -5px;
    margin-left: 7px;
    border: 4px solid transparent;
    border-top: 4px solid #c01920;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.section-bg-blue {
    background-color: #2980b9;
    padding: 20px 0
}

.band-sub-title {
    font-size: 2pc;
    font-size: 3.2rem;
    color: #fff;
    text-align: center
}

.imgBox_robo img {
    width: 80%
}

.imgBox_robo2 img {
    width: 100%;
    border: 1px solid #999;
    padding: 20px
}

.imgBox_solution img {
    width: 100%
}

.bg_orange {
    background-color: #fdc44f
}

.bg_green {
    background-color: #79d1b0
}

.casebox {
    width: 60%;
    min-width: 700px;
    padding: 20px 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    margin: 0 auto 30px
}

.case-flexbox {
    background-color: #f3f3f3;
    padding: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.case-flexbox,
.case-flexbox2 {
    display: flex;
    flex-wrap: nowrap;
    font-size: 16pt;
    font-size: 1.6rem;
    margin-bottom: 30px
}

.case-flexbox_no1 {
    flex-basis: 38%;
    order: 1;
    margin-right: 20px
}

.case-flexbox_no2 {
    flex-basis: 38%;
    order: 2;
    align-items: center;
    margin-right: 40px
}

.case-flexbox_no3 {
    flex-basis: 38%;
    align-items: center;
    order: 4
}

.case-flexbox_no4 {
    flex-basis: 50%;
    align-items: center;
    order: 1
}

.case-flexbox p.hikaku {
    text-align: center;
    padding: 9pt 0;
    margin-bottom: 10px
}

.case-flexbox ul.uchiwake {
    list-style-type: disc;
    margin-left: 20px
}

.case-flexbox ul.uchiwake li {
    list-style-type: disc;
    font-size: 13pt;
    font-size: 1.3rem
}

.case-flexbox p.hour {
    font-weight: 700;
    font-size: 18pt;
    font-size: 1.8rem;
    margin-top: 10px
}

.casebox__title {
    font-size: 24pt;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 3px solid #2980b9
}

.casebox__lead {
    font-size: 16pt;
    font-size: 1.6rem;
    margin-bottom: 20px
}

.box-column {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between
}

.Box {
    flex-basis: 48%;
    border: 3px solid #ccc;
    padding: 30px 10px;
    border-radius: 3px
}

.Box.three {
    flex-basis: 33%
}

.Box,
.Box p {
    text-align: center
}

.Box p {
    font-size: 1pc;
    line-height: 1.6
}

.Box3,
.Box p {
    font-size: 1.6rem
}

.Box3 {
    width: 30%;
    color: #333;
    padding: 50px 20px
}

.Box3.Gratis {
    background: url(/heartcorerobo/img/top_Gratis.png)no-repeat top left;
    background-size: 25%
}

.Box3:hover {
    background: #fff0ef
}

.Box3.Gratis:hover {
    background: #fff0ef url(/heartcorerobo/img/top_Gratis.png)no-repeat top left;
    background-size: 25%
}

.Box3 span {
    font-size: 1.8rem;
    font-weight: 700
}

table.hcrobo_table {
    width: 80%;
    font-size: 1.6rem;
    margin: 0 auto
}

table.hcrobo_table2 {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 20px
}

.hcrobo_table2 td,
.hcrobo_table2 th,
.hcrobo_table td,
.hcrobo_table th {
    border: 1px solid #fff;
    padding: 10px
}

.hcrobo_table2 th,
.hcrobo_table th {
    background-color: #cd5c5c;
    color: #fff
}

.hcrobo_table2 td,
.hcrobo_table td {
    background-color: #fff0f0
}

.hcrobo_table2 td.cat,
.hcrobo_table td.cat {
    background-color: #fcc
}

li.fixedonly {
    display: none
}

.briefing_txt1 {
    width: 15%;
    margin: auto 0
}

.briefing_txt2 {
    width: 80%;
    margin: auto 10px
}

.briefing_txt2 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #b8171e;
    line-height: 1.2
}

.briefing_txt2 .txt_area {
    font-size: 1.6rem
}

.btn_area {
    width: 100%;
    margin: auto 0
}

.btn_area_briefing {
    display: flex;
    margin-top: 10px
}

.button4 {
    width: 35%;
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    text-decoration: none
}

.button4.button-square>span:before {
    top: 50%;
    right: -8px;
    border-left: 7px solid #fff
}

.button4.black.button-square>span:before,
.button4.button-square>span:before {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 7px solid transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.button4.black.button-square>span:before {
    top: 60%;
    right: -4px;
    border-top: 7px solid #fff
}

.button4.button-square {
    color: #fff;
    border: 2px solid #c01920;
    background: #c01920;
    text-align: center;
    margin: 0;
    margin-right: 20px
}

.button4.button-square:last-child {
    margin-right: 0
}

.button4.green.button-square {
    border: 2px solid #6cbc6c;
    background: #6cbc6c
}

.button4.blue.button-square {
    border: 2px solid #39a5e9;
    background: #39a5e9
}

.button4.pink.button-square {
    border: 2px solid #d685b0;
    background: #d685b0
}

.button4.orange.button-square {
    border: 2px solid #de9610;
    background: #de9610
}

.button4.navy.button-square {
    border: 2px solid #1d487d;
    background: #1d487d
}

.button4.black.button-square {
    background-color: #333;
    border: 2px solid #333;
    border-radius: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 10px;
    width: 23%
}

.button4.button-square a {
    display: block;
    padding: 10px 20px
}

.button4.button-square>span:hover:before {
    right: -5px;
    transition: all .2s linear
}

.button4.black.button-square>span:hover:before {
    right: -4px;
    top: 65%;
    transition: all .2s linear
}

.button4.button-square span:hover {
    opacity: .8
}

.button4.button-square.full {
    font-size: 1.5rem;
    line-height: 1.2
}

.section.section-anlink {
    padding: 20px calc(50% - 500px);
    background-color: #fffceb
}

.anlink-area {
    display: flex;
    background-color: #fffceb
}

.anlink-area .briefing_txt1 {
    width: 13%
}

.anlink-area .briefing_txt2 {
    width: 70%
}

.anlink-area .briefing_txt2 h2 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #333;
    line-height: 1.2
}

.tit_white {
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    -moz-border-radius: 10px;
    padding: 10px;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px
}

.category__text.border {
    margin: 0 50px 20px;
    border: 1px solid #333;
    padding: 10px 20px
}

.title_b {
    display: block;
    text-align: center;
    font-weight: 700
}

.button3.half.button-square {
    width: 100%
}

.button3.half.button-square a {
    padding: 20px 81pt
}

.study_room_img {
    float: right;
    width: 70%
}

.partner {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    border-top: 1px solid #d9d9d9
}

.partner,
.partner_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.partner_block {
    padding: 35px 10px;
    color: #333;
    border-bottom: 1px solid #d9d9d9;
    position: relative
}

.partner__name {
    width: 200px;
    margin: auto 0;
    font-size: 26px;
    font-size: 2.6rem;
    padding-left: 20px;
    min-width: 200px
}

.partner__title {
    font-size: 22px;
    font-size: 2.2rem;
    color: #ca1d06;
    position: relative
}

.h3_title {
    margin-top: 20px;
    font-weight: 700
}

.partner__data {
    font-size: 1pc;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 15px
}

.h3_title,
.partner_link {
    font-size: 1.6rem
}

.partner__content {
    margin-left: 40px
}

#page-top {
    background: #616161;
    border: 0;
    border-radius: 50px;
    bottom: 1pc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2), 0 0 8px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    outline: 0;
    position: fixed;
    right: 1pc;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    visibility: hidden;
    width: 56px;
    z-index: 6
}

#page-top:active {
    background: #424242;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2), 0 0 24px rgba(0, 0, 0, .1);
    transform: translateY(-1px)
}

#page-top i {
    color: #fff
}

.page-top-trigger {
    height: 0;
    position: absolute;
    top: 500px;
    width: 0
}

@media(max-width:920px) {
    .button3.button-square,
    .button3.button-square.skeleton,
    .button4.button-square {
        width: 90%;
        margin: 30px;
        margin-top: 0
    }
}

@media(max-width:768px) {
    .section-visual-robo,
    .section-visual-robodesktop,
    .section-visual-roboseries,
    .section-visual-solution {
        height: 350px;
        margin: 10px 0 0 0
    }
    .section-visual-roboseries {
        margin-bottom: 0
    }
    .category-visual-inner-robo {
        width: 100%
    }
    .category-visual-inner-robo p {
        font-size: 18px;
        font-size: 1.8rem
    }
    .video_list .img_center {
        width: 100%
    }
    .case-flexbox2 {
        display: block
    }
    .video_list .case-flexbox_no1,
    .video_list .case-flexbox_no2,
    .video_list .case-flexbox_no3 {
        width: 100%;
        margin-bottom: 50px
    }
    .button3 {
        font-size: 1pc;
        font-size: 1.6rem
    }
    .button3.button-square {
        color: #fff;
        margin: 5px 0
    }
    .button3.half.button-square {
        margin: 0;
        margin-bottom: 30px
    }
    .button3.half.button-square a {
        padding: 20px 75pt
    }
    .band-sub-title {
        font-size: 20px;
        font-size: 2rem
    }
    .casebox {
        min-width: 100%;
        padding: 20px 10px
    }
    .case-flexbox {
        padding: 10px;
        display: block
    }
    .briefing-area {
        display: block
    }
    .briefing_txt2 .txt_area {
        font-size: 1.5rem;
        margin-top: 5px;
        text-align: center
    }
    .briefing_txt2 {
        width: 100%;
        margin: 0
    }
    .btn_area {
        width: 100%
    }
    .btn_area_briefing {
        margin: 10px 10px 0
    }
    .button4 {
        font-size: 20px;
        font-size: 2rem
    }
    .button4.button-square {
        width: 100%;
        margin: 0;
        margin-right: 10px
    }
    .button4.button-square>span:before {
        right: -20px
    }
    .button4.button-square a {
        display: block;
        padding: 0;
        font-size: 1.5rem
    }
    .button4.button-square>span:hover:before {
        right: -24px;
        transition: all .2s linear
    }
    .anlink-area {
        display: flex;
        display: block
    }
    .anlink-area .briefing_txt1,
    .briefing_txt1 {
        display: none
    }
    .anlink-area .briefing_txt2 {
        width: 100%
    }
    .anlink-area .briefing_txt2 h2 {
        font-size: 2.3rem;
        text-align: center;
        margin-bottom: 10px
    }
    .button4.black.button-square {
        width: 100%;
        margin-top: 10px
    }
    .button4.black.button-square>span:before {
        top: 60%;
        right: -4px
    }
    .button4.black.button-square a {
        padding: 15px 75pt
    }
    .separate__body.u-mr70 {
        margin-right: 0
    }
    .study_room_img {
        width: 100%
    }
    .partner_block {
        display: block
    }
    .partner__name {
        width: 100%
    }
    .partner__content {
        margin: 20px 0 0
    }
    .gnavBox {
        margin: 0
    }
    table.hcrobo_table {
        width: 100%
    }
    .category__text.border {
        margin: 0 0 30px
    }
    .box-column {
        display: block;
        margin-bottom: 0
    }
    .Box,
    .Box3 {
        width: 100%;
        margin-bottom: 30px
    }
    .tit-top-single {
        font-size: 3rem
    }
    .band-area {
        padding: 0 20px
    }
    .contents__text4 {
        margin-bottom: 20px;
        font-size: 1.6rem
    }
}

@media(max-width:320px) {
    .button3 {
        font-size: 1.7rem
    }
    .button3.button-square {
        height: 60px
    }
    .button3.button-square a {
        padding: 0
    }
    .button4 {
        font-size: 1.7rem
    }
    .button4.button-square {
        height: 60px
    }
    .button4.button-square a {
        padding: 0
    }
}

.hcrobo {
    width: 70%;
    margin: 0 auto;
}

.footer__social--sp {
    display: none;
}

.header__spnav {
    display: none;
}

@media (max-width: 768px) {
    .tit-top-single {
        font-size: 25px;
        font-size: 2.5rem;
    }
    .tit-top-single span {
        font-size: 20px;
        font-size: 2rem;
    }
    .header__spnav {
        display: block;
        background-color: #c01920;
    }
    .header__spnav span {
        display: block;
        position: absolute;
        background-color: #fff;
        width: 21px;
        height: 2px;
    }
    .header__spnav span:nth-of-type(1) {
        top: 14px;
        left: 12px;
    }
    .header__spnav span:nth-of-type(2) {
        top: 21px;
        left: 12px;
    }
    .header__spnav span:nth-of-type(3) {
        bottom: 14px;
        left: 12px;
    }
    .video_list .case-flexbox_no1 iframe,
    .video_list .case-flexbox_no2 iframe,
    .video_list .case-flexbox_no3 iframe {
        width: 100%;
    }
    .footer__menuGroup,
    .footer__social {
        display: none;
    }
    .footer__social--sp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__social--sp li {
        margin: 0 9px;
        width: 10%;
    }
    .footer__social--sp li.symbol {
        margin: 0 9px;
        width: 40%;
    }
    .macos_img {
        background: url(/heartcorerobo/img/macos.jpg) no-repeat right bottom;
        background-size: 10%;
    }
}

