@charset "utf-8";

/* reset
----------------------------------------------------- */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}
ul, ol {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
img {
    vertical-align: top;
}
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
}
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-ms-expand {
    display: none;
}

/* base
----------------------------------------------------- */
html, body {
    height: 100%;
    margin: 0;
    padding: 0
}
body {
    word-break: normal;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -webkit-print-color-adjust: exact;
    line-height: 1;
    font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
    color: #ffffff;
}
img {
    max-width: 100%;
}
a:hover {
    filter:alpha(opacity=50);
    -ms-filter:"alpha(opacity=50)";
    opacity:0.5;
    text-decoration: none;
}
a.btn {
    transition: .4s;
}

/* common parts
----------------------------------------------------- */
section {
    width: 100%;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
h1 {
    color:white;
}

h2 {
    width: 800px;
    text-align: center;
    overflow: hidden;
    font-size: 36px;
    color: #d7083b;
    margin: 0 auto 45px;
}
h2.mb-75 {
    margin: 0 auto 75px;
}
h2 span {
    display: inline-block;
    padding: 0 1.5em;
    position: relative;
}

h2 span:before,
h2 span:after {
    border-top: 2px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

h2 span:before {
    right: 100%;
}

h2 span:after {
    left: 100%;
}

h4 {
    width: 800px;
    margin: 0 auto;
    font-size: 20px;
    border-left: 6px solid #d7083b;
    padding: 10px 0 10px 10px;
    color: #000;
}

.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 10px !important;
}
.pt-2 {
    padding-top: 20px !important;
}
.pt-3 {
    padding-top: 30px !important;
}
.pt-4 {
    padding-top: 40px !important;
}
.pt-5 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}
.pb-05 {
    padding-bottom: 5px !important;
}
.pb-1 {
    padding-bottom: 10px !important;
}
.pb-2 {
    padding-bottom: 20px !important;
}
.pb-3 {
    padding-bottom: 30px !important;
}
.pb-4 {
    padding-bottom: 40px !important;
}
.pb-5 {
    padding-bottom: 50px !important;
}
.pb-6 {
    padding-bottom: 60px !important;
}
.pb-7 {
    padding-bottom: 70px !important;
}
.pb-8 {
    padding-bottom: 80px !important;
}
.pb-9 {
    padding-bottom: 90px !important;
}
.pb-10 {
    padding-bottom: 100px !important;
}

.pl-2 {
    padding-left: 20px !important;
}

.mt-0 {
    margin-top: 0 !important;
}
.mt-05 {
    margin-top: 5px !important;
}
.mt-1 {
    margin-top: 10px !important;
}
.mt-2 {
    margin-top: 20px !important;
}
.mt-3 {
    margin-top: 30px !important;
}
.mt-4 {
    margin-top: 40px !important;
}
.mt-5 {
    margin-top: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-05 {
    margin-bottom: 5px !important;
}
.mb-1 {
    margin-bottom: 10px !important;
}
.mb-2 {
    margin-bottom: 20px !important;
}
.mb-3 {
    margin-bottom: 30px !important;
}
.mb-4 {
    margin-bottom: 40px !important;
}
.mb-5 {
    margin-bottom: 50px !important;
}
.mb-6 {
    margin-bottom: 60px !important;
}
.mb-7 {
    margin-bottom: 70px !important;
}
.mb-8 {
    margin-bottom: 80px !important;
}
.mb-9 {
    margin-bottom: 90px !important;
}
.mb-10 {
    margin-bottom: 100px !important;
}

.tx-center {
    text-align: center !important;
}
.tx-left {
    text-align: left !important;
}
.tx-right {
    text-align: right !important;
}

.fc-red {
    color: #d7083b;
}
.fc-gray {
    color: #676767 !important;
}
.fs-14 {
    font-size: 14px !important;
}

/* header
----------------------------------------------------- */
header {
    width: 100%;
}
header .inner {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
header .inner .logo {
    width: 225px;
}
header .inner .logo a:hover {
    opacity: 1;
}

header .inner .contact {
    width: 200px;
    margin-left: auto;
}
header .inner .contact a {
    transition: .4s;
}


/* main
----------------------------------------------------- */
main {
    background-color: #fff;
    padding-bottom: 80px;
}

/* mv
----------------------------------------------------- */
#mv {
    width: 100%;
    min-width: 1000px;
    position: relative;
    z-index: 1;
    border-bottom: 10px solid #d7083b;
}
#mv .mv_img {
    width: 100%;
    text-align: center;
}
#mv img {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    height: 360px;
    object-fit: cover;
    text-align: center;
}
#mv .title {
    width: 1000px;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#mv .title.pos-01 {
    top: 70px;
}
#mv .title.pos-02 {
    top: 110px;
}

#mv .title.pos-03 {
    top: 120px;
    left: -100px;
}

#mv .title h1 {
    margin-left: 50px;
    font-size: 64px;
    color: #595656;
}
#mv .title h1.small {
    font-size: 48px;
}
#mv .title h1.sini {
    font-size: 36px;
    margin-top: 10px;
}
#mv .title h1.support {
    font-size: 35px;
    margin-top: 40px;
}
#mv .title h1.rpa {
    font-size: 34px;
    margin-top: 20px;
}
#mv .title h1.eqcare {
    margin-left: 0;
    margin-right: 50px;
    text-align: right;
}
#mv .title h1 span {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    color: #d7083b;
    margin-bottom: 10px;
}

/* contents
----------------------------------------------------- */
#contents {
    width: 1000px;
    margin: -75px auto 0;
    position: relative;
    z-index: 10;
}
#contents ul.tab {
    border-bottom: 10px solid #d7083b;
}
#contents ul.tab li {
    float: left;
    margin-right: 3.5px;
}
#contents ul.tab li:last-child {
    margin-right: 0;
}
#contents ul.tab li a {
    display: block;
    width: 331px;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    font-weight: bold;
    background-color: #dfdfdf;
    color: #000;
    text-align: center;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    transition: .4s;
}
#contents ul.tab li a.active {
    background-color: #d7083b !important;
    color: #fff;
}
#contents ul.tab li a:hover {
    opacity: 1;
    background-color: #d7083b !important;
    color: #fff;
}

#contents .bg_white {
    background-color: #fff;
    padding-top: 60px;
}

#contents .description {
    width: 800px;
    margin: 0 auto 60px;
}
#contents .description .fleft {
    width: 560px;
}
#contents .description .fright {
    width: 222px;
}
#contents .description p {
    font-size: 18px;
    color: #000;
    line-height: 1.7;
}
#contents .description p.normal {
    font-weight: normal;
}
#contents .description p.fs20 {
    font-size: 20px;
}
#contents .description p.fs22 {
    font-size: 22px;
}

#contents h3 {
    width: 800px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 22px;
    margin: 0 auto;
    padding-left: 20px;
    background-color: #d7083b !important;
}
#contents .contents_inner {
    width: 830px;
    margin: 0 auto;
    padding: 50px 20px 100px;
}
#contents .contents_inner h4 {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    border-left: 6px solid #d7083b;
    padding: 10px 0 10px 10px;
    color: #000;
}
#contents .contents_inner p.sub_title {
    color: #000;
    line-height: 1.5;
    font-weight: bold;
}
#contents .contents_inner p.sub_title span {
    color: #d7083b;
}
#contents .contents_inner p.txt {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}
#contents .contents_inner p.txt span {
    color: #d7083b;
}
#contents .contents_inner p.txt-02 {
    font-size: 12px;
    color: #000;
    line-height: 2;
}
#contents .contents_inner p.txt-03 {
    color: #000;
    line-height: 2;
}
#contents .contents_inner p.indent {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 10px;
}

#contents .contents_inner .box {
    padding: 40px 0 0;
    margin-bottom: 50px;
}
#contents .contents_inner .box-02 {
    border-bottom: none;
}
#contents .contents_inner .box .fleft {
    width: 415px;
}
#contents .contents_inner .box p.point {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 10px;
}
#contents .contents_inner .box p.point.fs-01 {
    font-size: 12px;
}
#contents .contents_inner .box p.point span {
    font-size: 12px;
}

#contents .contents_inner .box .fright {
    width: 320px;
}
#contents .contents_inner .box .fright p.caption {
    text-align: center;
    color: #000;
    font-size: 16px;
    padding-top: 10px;
}
#contents .contents_inner .box.box-03 .fleft {
    width: 596px;
}
#contents .contents_inner .box.box-03 .fright {
    width: 144px;
}
#contents .contents_inner .box.box-04 .fleft {
    width: 575px;
}
#contents .contents_inner .box.box-04 .fright {
    width: 165px;
}
#contents .contents_inner .box ul.list-01 li {
    float: left;
}
#contents .contents_inner .box ul.list-01 li:first-child {
    width: 210px;
}
#contents .contents_inner .box.box-05 .fleft {
    width: 450px;
}
#contents .contents_inner .box.box-05 .fright {
    width: 280px;
}
#contents .contents_inner .box.box-06 .fleft {
    width: 570px;
}
#contents .contents_inner .box.box-06 .fright {
    width: 190px;
}

#contents .contents_inner .item {
    margin-top: 30px;
}
#contents .contents_inner .item p.item_name {
    color: #000;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}
#contents .contents_inner .item p.item_name:before {
    content: "●";
    color: #999999;
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 0;
}
#contents .contents_inner .item-01 .fleft {
    width: 605px;
}
#contents .contents_inner .item-01 .fright {
    width: 155px;
}
#contents .contents_inner .item-02 .fleft {
    width: 543px;
}
#contents .contents_inner .item-02 .fright {
    width: 217px;
}

#contents .ul{
    list-style-image: url("/common/images/dc/imgIndex_00.png");
    padding-top: 40px;
    padding-left: 50px;
    color: black;
    font-size: 22px;
}

#contents .bg-border {
    width: 100%;
    border: 1px solid #999999;
    padding: 40px 40px 30px;
}
#contents .bg-border p {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px; 
}
#contents .bg-border p:before {
    content: "●";
    color: #999999;
    font-size: 12px;
    position: absolute;
    top: 3px;
    left: 0;
}
#contents .bg-border p span.small{
    font-size: 12px;
}

#contents .bg-border-red {
    width: 100%;
    border: 1px solid #d7083b;
    padding: 40px 30px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#contents .bg-border-red p.title {
    font-size: 20px;
    color: #d7083b;
    padding-bottom: 20px;
    font-weight: bold;
}
#contents .bg-border-red p.txt {
    color: #000;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}
#contents .bg-border-red p.normal {
    font-weight: normal;
}

#contents .bg-border-red p.txt:before {
    content: "●";
    color: #d7083b;
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 0;
}

#contents .menu {
    width: 670px;
    margin: 0 auto 75px;
}
#contents .menu.w-small {
    width: 600px;
}
#contents .menu p.col-01 {
    display: inline-block;
    width: 550px
}
#contents .menu.w-small p.col-01 {
    width: 480px
}
#contents .menu p.col-02 {
    display: inline-block;
    width: 100px;
    margin-left: 14px;
}
#contents .menu .row-01 p {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-color: #dddddd !important;
    text-align: center;
}
#contents .menu .row-02 {
    margin-top: 17px;
}
#contents .menu .row-02 p {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: bold;
}
#contents .menu .row-02 p.col-01 {
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
#contents .menu .row-02.color-blue p.col-01 {
    color: #2e75b6;
    background: #FFF !important;
    border: solid 2px #2e75b6;
}
#contents .menu .row-02.color-red p.col-01 {
    color: #c00000;
    background: #fbfbfb !important;
    border: solid 2px #c00000;
}
#contents .menu .row-02.color-green p.col-01 {
    color: #00b050;
    background: #fbfbfb !important;
    border: solid 2px #00b050;
}
#contents .menu .row-02 p.col-01:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -10px;
    border: 10px solid transparent;
    z-index: 2;
}
#contents .menu .row-02 p.col-01:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -11px;
    border: 11px solid transparent;
    z-index: 1;
}
#contents .menu .row-02.color-blue p.col-01:before {
    border-left: 10px solid #FFF;
}
#contents .menu .row-02.color-blue p.col-01:after {
    border-left: 11px solid #2e75b6;
}
#contents .menu .row-02.color-red p.col-01:before {
    border-left: 10px solid #fbfbfb;
}
#contents .menu .row-02.color-red p.col-01:after {
    border-left: 11px solid #c00000;
}
#contents .menu .row-02.color-green p.col-01:before {
    border-left: 10px solid #fbfbfb;
}
#contents .menu .row-02.color-green p.col-01:after {
    border-left: 11px solid #00b050;
}

#contents .menu .row-02 p.col-02 {
    color: #fff;
    text-align: center;
}
#contents .menu .row-02 p.col-02 a {
    color: #fff;
    display: block;
}
#contents .menu .row-02.color-blue p.col-02 {
    background-color: #2e75b6 !important;
    border: solid 2px #2e75b6;
}
#contents .menu .row-02.color-red p.col-02 {
    background-color: #c00000 !important;
    border: solid 2px #c00000;
}
#contents .menu .row-02.color-green p.col-02 {
    background-color: #00b050 !important;
    border: solid 2px #00b050;
}

#contents .contents_inner table tr.blue th {
    background-color: #2e75b6 !important;
}
#contents .contents_inner table tr.blue td {
    background-color: #ecf4fb !important;
}
#contents .contents_inner table tr.red th {
    background-color: #c00000 !important;
}
#contents .contents_inner table tr.red td {
    background-color: #fee6e6 !important;
}
#contents .contents_inner table th.l {
    border-bottom: none !important;
}
#contents .contents_inner table th.nbt {
    border-top: none !important;
}
#contents .contents_inner table th p {
    width: 240px;
    padding-left: 20px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
}
#contents .contents_inner table th .option {
    width: 240px;
}
#contents .contents_inner table th .option .fleft {
    width: 120px;
}
#contents .contents_inner table th .option .fleft p {
    width: 120px;
    padding-left: 20px;
}
#contents .contents_inner table th .option .fright {
    width: 120px;
}
#contents .contents_inner table th .option .fright p {
    width: 120px;
    padding-left: 20px;
    font-size: 16px;
}

#contents .contents_inner .table-menu {
    margin-bottom: 75px;
}
#contents .contents_inner .table-menu table th {
    width: 262px;
    border: 1px solid #999999;
    color: #fff;
    height: 60px;
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
    line-height: 1.5;
    vertical-align: middle;
}
#contents .contents_inner .table-menu table td {
    width: 498px;
    border: 1px solid #999999;
    color: #000;
    height: 60px;
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
    line-height: 1.5;
    vertical-align: middle;
}
#contents .contents_inner .table-menu table th.l,
#contents .contents_inner .table-menu table td.l {
    height: 80px;
}
#contents .contents_inner .table-menu table th p {
    height: 60px;
    line-height: 60px;
}
#contents .contents_inner .table-menu table th p.l {
    height: 80px;
    line-height: 80px;
}
#contents .contents_inner .table-menu table th .option .fleft p {
    height: 120px;
    line-height: 120px;
}

#contents .contents_inner .table-price {
    margin-top: 15px;
    margin-bottom: 75px;
}
#contents .contents_inner .table-price table th {
    width: 262px;
    border: 1px solid #999999;
    color: #fff;
    height: 50px;
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
    line-height: 1.5;
    vertical-align: middle;
}
#contents .contents_inner .table-price table th.s {
    width: 118px;
    text-align: center;
    font-size: 16px;
    padding-left: 0;
}
#contents .contents_inner .table-price table td {
    width: 380px;
    border: 1px solid #999999;
    color: #000;
    height: 50px;
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
    line-height: 1.5;
    vertical-align: middle;
}
#contents .contents_inner .table-price table th p {
    height: 100px;
    line-height: 100px;
}
#contents .contents_inner .table-price table th .option .fleft p {
    height: 200px;
    line-height: 200px;
}

#contents .contents_inner .table-03 table {
    width: 100%;
}
#contents .contents_inner .table-03 table th {
    height: 30px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #999999;
    background-color: #646464;
    font-size: 14px;
    color: #fff; 
}
#contents .contents_inner .table-03 table td {
    padding: 10px 0;
    text-align: left;
    border: 1px solid #999999;
    background-color: #fff;
    font-size: 14px;
    color: #000; 
}
#contents .contents_inner .table-03 table th.w-01 {
    width: 230px;
}
#contents .contents_inner .table-03 table th.w-02 {
    width: 70px;
}
#contents .contents_inner .table-03 p.txt {
    font-size: 14px;
    padding-top: 20px;
}

#contents .contents_inner .table-04 table {
    width: 100%;
}
#contents .contents_inner .table-04 table th,
#contents .contents_inner .table-04 table td {
    padding: 30px 20px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #999999;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
#contents .contents_inner .table-04 table th.bg-gray,
#contents .contents_inner .table-04 table td.bg-gray {
    padding: 15px 0;
    text-align: center;
    background-color: #666666;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
#contents .contents_inner .table-04 table th {
    width: 240px;
}
#contents .contents_inner .table-04 table td {
    width: 520px;
    line-height: 1.7;
}
#contents .contents_inner .table-04 table td span {
    display: inline-block;
}
#contents .contents_inner .table-04 table td span.w-01 {
    width: 296px;
}
#contents .contents_inner .table-04 table td span.w-02 {
    width: 196px;
}
#contents .contents_inner .table-04 table td span.w-03 {
    width: 310px;
}
#contents .contents_inner .table-04 table td span.w-04 {
    width: 130px;
}

#contents .contents_inner .table-price02 {
    margin-top: 5px;
}
#contents .contents_inner .t-body {
    margin-top: 5px;
}
#contents .contents_inner .table-price02 table th {
    width: 240px;
    height: 50px;
    background-color: #666666 !important;
    border: 1px solid #999999;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle;
    text-align: center;
}
#contents .contents_inner .table-price02.t-body table th {
    height: 80px;
}
#contents .contents_inner .table-price02 table th.col-01 {
    width: 260px;
}
#contents .contents_inner .table-price02 table td {
    width: 260px;
    height: 80px;
    background-color: #fff;
    border: 1px solid #999999 !important;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle;
    text-align: center;
}

#contents .contents_inner .table-support {
    margin-top: 10px;
}
#contents .contents_inner .t-body {
    margin-top: 5px;
}
#contents .contents_inner .table-support th,
#contents .contents_inner .table-support td {
    width: 260px;
    border: 1px solid #999999;
    vertical-align: middle;
    text-align: center;
}
#contents .contents_inner .table-support th.col-01 {
    width: 240px;
}
#contents .contents_inner .t-head th {
    height: 54px;
    background-color: #23b869 !important;
    color: #fff;
    font-size: 20px;
}
#contents .contents_inner .t-body th {
    background-color: #d9d9d9 !important;
    color: #000;
    line-height: 1.5;
}
#contents .contents_inner .t-body td {
    height: 30px;
    color: #000;
}

#contents .table-introduction {
    width: 800px;
    margin: 30px auto 0;
    padding-left: 20px;
    padding-bottom: 100px;
}
#contents .table-introduction th {
    width: 160px;
    border: 1px solid #999999;
    vertical-align: middle;
    text-align: center;
}
#contents .table-introduction td {
    width: 90px;
    border: 1px solid #999999;
    vertical-align: middle;
    text-align: center;
}
#contents .table-introduction thead th,
#contents .table-introduction thead td {
    background-color: #666666 !important;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
#contents .table-introduction thead td {
    line-height: 1.3;
    padding: 10px 0;
}
#contents .table-introduction thead td a {
    color: #fff;
    text-decoration: none;
}
#contents .table-introduction thead td a:hover {
    color: #fff;
    text-decoration: none;
}

#contents .table-introduction tbody th {
    background-color: #feeaed !important;
    color: #000;
    font-weight: bold;
    padding: 25px 0 30px 10px;
    line-height: 1.5;
    text-align: left;
    font-size: 16px;
}
#contents .table-introduction tbody td {
    font-size: 32px;
    color: #8a8a8a;
    font-weight: bold;
}

#contents .support .fleft,
#contents .support .fright {
    width: 370px;
}
#contents .support .border_box {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    position: relative;
}
#contents .support .border_box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
}
#contents .support .border_box.blue {
    border: 1px solid #0070c0;
    color: #0070c0;
}
#contents .support .border_box.blue:before {
  border-top: 10px solid #0070c0;
}
#contents .support .border_box.red {
    border: 1px solid #ff0066;
    color: #ff0066;
}
#contents .support .border_box.red:before {
  border-top: 10px solid #ff0066;
}
#contents .support .bg_box {
    margin: 0 10px;
}
#contents .support .bg_box .inner {
    display: table-cell;
    vertical-align: middle;
    width: 350px;
    height: 120px;
}
#contents .support .bg_box .inner p.txt-02 {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding-top: 10px;
}
#contents .support .bg_box.blue {
    background-color: #e1f8fe !important;
}
#contents .support .bg_box.blue .inner p.txt-01 {
    color: #0048ab;
    text-align: center;
}
#contents .support .bg_box.red {
    background-color: #fedee9 !important;
}
#contents .support .bg_box.red .inner p.txt-01 {
    color: #fe0049;
    text-align: center;
}

/* contact
----------------------------------------------------- */
#contact {
    width: 1000px;
    margin: 50px auto 0;
}
#contact .head {
    padding: 30px 0;
    background-color: #d7083b;
}
#contact .head h2{
    width: 100%;
    margin: 0; 
    font-size: 30px;
    color: #fff;
    display: block;
    text-align: center;
}
#contact .head h2:befor, #contact .head h2:after {
    display: none;
}
#contact .head p.txt {
    font-size: 18px;
    padding: 10px 0 0;
    text-align: center;
    color: #fff;
}
#contact .body {
    padding: 30px 0;
    background-color: #fff;
    border-left: 2px solid #d7083b;;
    border-right: 2px solid #d7083b;;
    border-bottom: 2px solid #d7083b;;
}
#contact .body h3 {
    color: #000;
    font-size: 18px;
    text-align: center;
}
#contact .body h3 span {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}
#contact .body .fleft {
    width: 498px;
}
#contact .body .fleft .tel {
    margin-top: 25px;
}
#contact .body .fleft .tel p {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
#contact .body .fleft .tel p span {
    color: #d7083b;
}
#contact .body .fright {
    width: 498px;
    border-left: 1px solid #d7083b;
    box-sizing: border-box;
}
#contact .body .fright .btn_contact {
    width: 207px;
    margin: 15px auto 0;
}
#contact .body .fright .btn_contact a {
    transition: .4s;
}

/* footer
----------------------------------------------------- */
footer {
    width: 100%;
    background-color: #d7083b;
}
footer .inner {
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
footer .inner .link {
}
footer .inner .link a {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    color: #fff;
    border-left: 1px solid #fff;
}
footer .inner .link a:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
footer .inner .link a:hover {
    opacity: 1;
    text-decoration: underline;
}
footer .inner .copyright {
    margin-left: auto;
}

/* clearfix
------------------------------------------------------------------ */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clear {
    clear: both;
}