@charset "utf-8";
/* *,
*:after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

section#step img {}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "MS Pゴシック", Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

a {
    color: #212121;
    text-decoration: underline;
    display: initial;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
} */

.bg-gradian {
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 10%, #e4e4e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), color-stop(100%, #e4e4e4));
    background: -webkit-linear-gradient(top, #ffffff 10%, #e4e4e4 100%);
    background: -o-linear-gradient(top, #ffffff 10%, #e4e4e4 100%);
    background: -ms-linear-gradient(top, #ffffff 10%, #e4e4e4 100%);
    background: linear-gradient(to bottom, #ffffff 10%, #e4e4e4 100%);
}

/* #fixed_body {
    position: relative;
    top: 0;
    left: 0;
}

div#navigation.open {
    right: 0px;
}

#fixed_body.open {
    left: -240px;
}

#fixed_body,
div#navigation {
    transition: all 0.3s ease;
}

header {
    padding-bottom: 4px;
    background-color: #d3df6c;
}

header>div {
    width: 100%;
    height: 60px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.logo {
    max-width: 190px;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

h1.top_lg {
    display: block;
    background: #ececec;
    height: auto;
    padding: 2px 5px;
    color: #888;
    font-weight: 700;
    line-height: 10px;
    width: auto;
    font-size: 6px;
    letter-spacing: 0;
}

header>div div#humberger {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    cursor: pointer;
    width: 85px;
    height: 40px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    box-shadow: 0 1px 0 #fff;
    position: relative;
}

#humberger .hbg-top {
    top: 11px;
}

#humberger .hbg-middle {
    top: 17px;
}

#humberger .hbg-bottom {
    top: 23px;
}

#humberger span {
    position: absolute;
    width: 24px;
    height: 3px;
    display: block;
    background-color: #9e9e9e;
    position: absolute;
    left: 7px;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
}

div#navigation {
    width: 240px;
    position: fixed;
    top: 0;
    right: -240px;
    background: #313131;
    height: 100%;
}

div#navigation nav ul li {
    padding-bottom: 1px;
    background-color: #313131;
    position: relative;
    border-bottom: 1px solid #131313;
}

div#navigation nav ul li a {
    width: 100%;
    display: block;
    padding: 15px 15px 15px 32px;
    background-color: #313131;
    color: #fff;
    text-decoration: none;
}

div#navigation nav ul li.current a {
    background-color: #505050;
}

div#navigation nav ul li i {
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -9px;
}

ul.sub-menu {
    display: none;
}

ul.sub-menu li {
    padding-left: 15px;
}

div#navigation ul.sub-menu li i {
    left: 30px;
} */

h2.title {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    font-weight: 900;
    font-size: 1.22em;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    background: url(../images/icon/h2.png) repeat-x 0 0;
    background-size: 40px 100%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    margin: 10px 0;
}

#main-container h2.title:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    z-index: 2;
    bottom: -4px;
    left: 0;
    right: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
    background-color: #303030;
}

#top-policy {
    font-size: 0.8em;
    background: #f7f7f7;
}

ul.image-muty li {
    margin-top: -3px;
    line-height: initial;
}

.des {
    font-size: 11px;
    line-height: 16px;
}

.box-bg {
    background: url(../images/icon/text0.png) no-repeat top center;
    padding: 0px;
}

.box-bg a {
    text-decoration: none;
    display: table;
    margin: 0 auto;
    padding: 11px 20px 12px;
    width: 300px;
}

.box-bg:hover {
    background: url(../images/icon/text0_off.png) no-repeat top center;
}

.box-bg a:before {
    display: inline-block;
    content: '';
    background: url(../images/icon/text0_maru.png) no-repeat left center;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
}

.readMore a {
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
}

.bg-box {
    background: url(../images/icon/bg-dot-1.png) repeat 0 0;
    background-size: 4px 4px;
    padding: 10px 0px;
}

h4.serif {
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-weight: 700;
    border-bottom: 2px dotted #b4b4b4;
}

h4.serif span {
    padding: 10px;
    color: #2ea9e2;
}

.bx-border {
    border: 4px solid #e2e2e2;
}

.bx-border>div {
    border: 2px solid #ccc;
    padding: 7px 10px 10px;
}

.bx-border h4 {
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-weight: 700;
    border-bottom: 2px solid #ddd;
}

.bx-border h4 span {
    font-size: 1.2em;
    color: #e71f19;
}

.bx-border img {
    float: left;
    width: 80px;
    height: auto;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.bx-border ul {
    padding-bottom: 5px;
    padding-left: 95px;
    font-size: .9em;
    line-height: 1.4em;
}

.bx-border ul li:last-child {
    border-bottom: none;
}

.bx-border p {
    font-size: .7em;
    line-height: 1.3em;
    border-radius: 3px;
    padding: 5px 8px;
    background-color: #ecf8f6;
}

.bx-border sup {
    font-size: 0.5em;
    line-height: 1em;
    vertical-align: top;
    top: 0;
}

.bx-border span.note {
    display: block;
}

.bx-border ul li {
    font-size: 0.9em;
    line-height: 1.4em;
    border-bottom: 1px dotted #d7d7d7;
    margin-bottom: 3px;
    padding-bottom: 3px;
    padding-left: 17px;
    background: url(../images/icon/icon-check.png) no-repeat 2px 0;
    background-size: 9px 9px;
}

.pdlr5 {
    padding: 0 5px;
}

img.mgbt-20 {
    margin-bottom: 20px;
}

.recently ul li {
    text-align: left;
    background: url(../images/icon/common_icon02.png) no-repeat left center;
    border-bottom: 1px dotted #8e8e8e;
    padding: 10px;
    padding-left: 35px;
}

.recently ul {
    margin-bottom: 10px;
}

li.columnicon {
    text-align: left;
    background: url(../images/icon/common_icon08.png) no-repeat left center!important;
    border-bottom: 1px dotted #8e8e8e;
    padding: 10px;
    padding-left: 35px;
}

.voiceDetail {
    margin: 10px auto;
}

div.detail {
    margin-bottom: 30px;
    padding: 20px 10px 25px 10px;
    border: 3px solid #E5E5E5;
    text-align: left;
}

.voice .voiceList .voidWrap {
    border-top: none;
    padding: 18px 0px 15px 0px;
}

.voice .voiceList .voidWrap {
    min-height: 100px !important;
    height: auto !important;
    border-bottom: 1px dotted #ccc;
}

.voice .ttl {
    font-size: 15px;
    text-align: left;
    line-height: normal;
    font-weight: bold;
    background: url(../images/icon/voice_tit_bg01.png) no-repeat;
    padding-left: 40px;
}

.pageTitle {
    margin: 10px auto;
    padding: 0px 0px 6px 10px;
    display: block;
    background: url(../images/icon/common_h_line.png) left bottom;
    width: 320px;
    font-size: 24px;
    text-align: left;
    background-repeat: no-repeat;
    color: #000;
}

.readMore {
    text-align: right;
}

.readMore.section a {
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
}

.read-1 a:before {
    display: inline-block;
    content: '';
    background: url(../images/icon/read_more01-1.jpg) no-repeat left center;
    width: 108px;
    height: 36px;
    vertical-align: middle;
    margin-right: -100px;
    margin-top: -2px;
}

.read-1 a {
    text-decoration: none;
    margin: 0 auto;
    padding: 25px;
    text-align: right;
}

.voice .readMore {
    margin-top: 10px;
}

#company .company-pay {
    margin-bottom: 10px;
    text-align: center;
    background: #c4deff;
    background: -moz-linear-gradient(top, #c4deff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4deff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #c4deff 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #c4deff 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #c4deff 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #c4deff 0%, #ffffff 100%);
}

#company .company-pay>div {
    width: 100%;
    height: 110px;
    text-indent: -9999px;
    border: 1px solid #2380dd;
    background: url(../images/icon/company-pay.png) no-repeat 50% 0;
    background-size: 290px 110px;
}

#company .company-gsl {
    min-height: 38px;
    padding: 10px 30px 10px 70px;
    display: block;
    border: 1px solid #d7d7d7;
    color: #5a5a5a;
    font-size: 0.75em;
    line-height: 1.45em;
    background: url(../images/icon/company-gsl.png) no-repeat 20px 50%;
    background-size: 30px 38px;
}

div#company .des {
    margin-bottom: 20px;
}

div#company {
    margin-top: 25px;
}

#about li:nth-child(1) {
    margin-bottom: -7px;
}

#about li:nth-child(2),
#about li:nth-child(3),
#about li:nth-child(4),
#about li:nth-child(5) {
    font-size: .7em;
    line-height: 1.5em;
    background: url(../images/icon/about-bg.png) repeat-y 50% 0;
    background-size: 320px 1px;
    padding: 0 5% 8px;
}

#about li .about-item {
    position: relative;
    padding-left: 100px;
    padding-right: 5px;
}

#about li .thumb {
    width: 84px;
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
}

#about li h4 {
    font-weight: 700;
}

#about li p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}

#about li .yenyen {
    width: 135px;
    display: block;
}

#about li .btn_link a {
    font-size: 14px;
    margin: 10px;
}

.btn_link a {
    display: block;
    padding: 10px;
    font-weight: 700;
    font-size: 1em;
    text-decoration: none;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    text-align: center;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 10%, #e4e4e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), color-stop(100%, #e4e4e4));
    background: -webkit-linear-gradient(top, #fff 10%, #e4e4e4 100%);
    background: linear-gradient(to bottom, #fff 10%, #e4e4e4 100%);
}

#articleMenu ul {
    background-color: #ebf5ca;
    padding: 15px 15px 7px;
}

#articleMenu li {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 7px 7px;
    background-size: 25px 25px;
    margin-bottom: 7px;
    display: table;
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    -moz-box-shadow: 1px 1px rgba(203, 197, 177, 1);
    -webkit-box-shadow: 1px 1px rgba(203, 197, 177, 1);
    box-shadow: 1px 1px rgba(203, 197, 177, 1);
    line-height: 1.2;
}

#articleMenu li:nth-child(1) {
    background-image: url('../images/icon/ico_article01.png');
}

#articleMenu li:nth-child(2) {
    background-image: url('../images/icon/ico_article02.png');
}

#articleMenu li:nth-child(3) {
    background-image: url('../images/icon/ico_article03.png');
}

#articleMenu li:nth-child(4) {
    background-image: url('../images/icon/ico_article04.png');
}

#articleMenu li:nth-child(5) {
    background-image: url('../images/icon/ico_article05.png');
}

#articleMenu li:nth-child(6) {
    background-image: url('../images/icon/ico_article06.png');
}

#articleMenu li:nth-child(7) {
    background-image: url('../images/icon/ico_article07.png');
}

#articleMenu li:nth-child(8) {
    background-image: url('../images/icon/ico_article08.png');
}

#articleMenu li a {
    color: #333;
    fon./t-size: 14px;
    display: table-cell;
    vertical-align: middle;
}

#area .container h3:before {
    content: '';
    width: 5px;
    display: block;
    background-color: #a6bb21;
    position: absolute;
    left: 6px;
    top: 8px;
    bottom: 8px;
}

#area .container h3 {
    padding: 5px 15px 5px 20px;
    display: block;
    border: 1px solid #d3d3d3;
    font-size: 1em;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
    border-radius: 3px;
    position: relative;
}

#area .container ul {
    padding: 15px 5px 10px 15px;
    border: 3px solid #d7d7d7;
    display: table;
}

div#area {
    display: flex;
}

#area .container ul li:last-child {
    padding-right: 0;
}

#area .container ul li:last-child:before {
    display: none;
}

#area .container ul li {
    float: left;
    margin-bottom: 5px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

#area .container ul li+li:before {
    content: '';
    width: 1px;
    background-color: #eee;
    position: absolute;
    top: 3px;
    right: 10px;
    bottom: 3px;
}
/*
footer {
    text-align: center;
}

#page-top {
    position: relative;
    font-size: 0.9em;
    border-top: 1px solid #d7d7d7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#page-top a {
    display: block;
    padding: 10px;
    font-weight: 700;
    text-decoration: none;
    color: #5a5a5a;
    border-bottom: 2px solid #fff;
}

#foot-nav {
    padding: 20px 5px;
    font-size: 0.8em;
    line-height: 1.5em;
}

#foot-nav ul li {
    display: inline-block;
}

#foot-nav ul li+li:before {
    content: "|";
    margin-left: 6px;
    margin-right: 6px;
    font-size: 0.85em;
    font-weight: 300;
    color: #5a5a5a;
}

#foot-privacy {
    padding: 20px 15px;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: left;
}

#foot-privacy p {
    width: 82%;
    float: right;
    text-align: justify;
    overflow: hidden;
}

#foot-nav,
#foot-privacy,
#theme-switch {
    background-color: #f7f7f7;
    margin-bottom: 2px;
}

#theme-switch {
    padding: 15px 15px;
    font-size: 0.9em;
}

#theme-switch a {
    display: block;
    padding: 10px;
    font-weight: 700;
    font-size: 1em;
    color: #5a5a5a;
    text-decoration: none;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
}

#copyright {
    padding: 13px 13px 98px;
    color: #000;
    line-height: 1.5em;
    background-color: #bfd247;
}

#bottom-tap {
    background: rgba(132, 207, 104, 0.7);
    width: 100%;
    padding: 15px;
    position: fixed;
    bottom: -90px;
    right: 0;
    z-index: 100;
    transition: all 0.3s ease;
}

#bottom-tap p {
    min-height: 55px;
    padding-left: 85px;
    background-image: url(../images/icon/bottom-tap-icon.png);
    background-repeat: no-repeat;
    background-size: 75px 55px;
}

#bottom-tap a {
    height: 54px;
    display: block;
    overflow: hidden;
    padding-top: 8px;
    position: relative;
    background: url(../images/icon/bottom-tap-btn.png) repeat-x 0 0 #fff;
    z-index: 1;
    background-size: 100% 54px;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

#bottom-tap a:hover {
    opacity: 0.8;
}

#bottom-tap a span.tap-left,
#bottom-tap a span.tap-right {
    width: 18px;
    height: 54px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    background-size: 18px 54px !important;
}

#bottom-tap a span.tap-left {
    background: url(../images/icon/bottom-tap-btn-left.png) repeat-x 0 0;
    left: 0;
}

#bottom-tap a span.tap-right {
    background: url(../images/icon/bottom-tap-btn-right.png) repeat-x 0 0;
    right: 0;
}

#bottom-tap a img {
    width: 192px;
    height: 37px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
} */

@media screen and (min-width:667px) {
    .container {
        width: 320px;
        margin: 0 auto;
    }
}

@media screen and (max-width:666px) {
    .container {
        width: 100%;
    }
    #about li:nth-child(2),
    #about li:nth-child(3),
    #about li:nth-child(4),
    #about li:nth-child(5) {
        background-size: 100% 2px !important;
    }
}

#reason {
    padding-bottom: 10px;
    background: url(../images/icon/bg_reason01.png);
}

#reason dl {
    margin: 5px;
    background-color: #fff;
}

#reason .first01 {
    margin-top: -15px;
}

section#reason dd {
    padding: 5px;
}

#reason img {
    display: table;
    margin: auto;
}

#step li:nth-child(1)::before,
#step li:nth-child(2)::before {
    position: absolute;
    bottom: -22px;
    left: 50%;
    z-index: 10;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-top: 18px solid #28a7e1;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    content: '';
}

.cf:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    font-size: 0.1em;
    line-height: 0;
}

#step li h3 {
    float: left;
    color: #fd521a;
    font-weight: bold;
}

li.cf p {
    line-height: 1.5;
}

span.sup {
    font-size: .5em;
    vertical-align: top;
}

#voice {
    position: relative;
    background: #a1d8f0;
}

#voice::after {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 8px;
}

#voice h2 {
    padding: 5px;
}

#voice a {
    color: #212121;
    display: initial;
}

#voice li {
    min-height: 80px;
    margin: 5px 15px;
    border: 1px solid #b4b3b1;
    background: url(../images/icon/label_voice01.png) no-repeat right;
    background-color: #fff;
    padding-left: 5px;
}

#voice li .tit01 .blueBg01 {
    display: block;
    float: left;
    width: 80px;
    line-height: 1;
    margin-top: 5px;
    margin-right: 8px;
    padding: 5px;
    background-color: #004ab3;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.03em;
}

#voice li .txt01 {
    float: left;
    line-height: 1.3;
    color: #1e1512;
    text-decoration: underline;
    margin-top: 5px;
    margin-right: 25px;
}

span.titBold01 {
    line-height: 1.5;
}

#question dl {
    border: 2px solid #b4b3b1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fff), color-stop(0.00, #fdf7e5));
    background: -webkit-linear-gradient(top, #fdf7e5 0%, #fff 88%);
    background: -moz-linear-gradient(top, #fdf7e5 0%, #fff 88%);
    background: -o-linear-gradient(top, #fdf7e5 0%, #fff 88%);
    background: -ms-linear-gradient(top, #fdf7e5 0%, #fff 88%);
    background: linear-gradient(to bottom, #fdf7e5 0%, #fff 88%);
    padding: 5px;
    margin: 5px 0;
}

#question dt {
    line-height: 1.5;
    padding-left: 55px;
    border-bottom: 2px solid #c6cacb;
    background: url(../images/icon/label_question01.png) no-repeat;
    color: #004ab3;
    font-weight: bold;
    font-size: 14px;
    min-height: 55px;
}

#question dd {
    line-height: 1.5;
    padding: 5px;
    padding-left: 55px;
    background: url(../images/icon/label_question02.png) no-repeat 0 10px;
    color: #1e1512;
}

#infoList {
    background: url(../images/icon/bg_info01.png) repeat center top;
}

#infoList ul li {
    background: #fff;
    margin-bottom: 12px;
    font-size: 14px;
    -webkit-box-shadow: 2px 3px 0px 0px rgba(203, 197, 177, 1);
    -moz-box-shadow: 2px 3px 0px 0px rgba(203, 197, 177, 1);
    box-shadow: 2px 3px 0px 0px rgba(203, 197, 177, 1);
}

section#infoList ul {
    padding: 5px;
}

#infoList ul li a {
    color: #333;
    display: block;
    padding: 20px 0 20px 60px;
    background: url(../images/icon/icon_info01.png) no-repeat 5px 50%;
    line-height: 1.35;
}

#infoList ul li+li a {
    background: url(../images/icon/icon_info02.png) no-repeat 5px 50%;
    padding: 20px 0 20px 60px;
}

#infoList ul li+li+li a {
    padding: 20px 0 20px 60px;
    background: url(../images/icon/icon_info03.png) no-repeat 5px 50%;
}

#infoList ul li+li+li+li a {
    background: url(../images/icon/icon_info04.png) no-repeat 5px 50%;
    padding: 20px 0 20px 60px;
}

#infoList ul li+li+li+li+li a {
    background: url(../images/icon/icon_info05.png) no-repeat 5px 50%;
    padding: 20px 0 20px 60px;
}

#infoList ul li+li+li+li+li+li a {
    background: url(../images/icon/icon_info06.png) no-repeat 5px 50%;
    padding: 20px 0 20px 60px;
}

#infoList ul li+li+li+li+li+li+li a {
    background: url(../images/icon/icon_info07.png) no-repeat 5px 50%;
    padding: 9px 0 5px 60px;
    line-height: 1.5;
}

#area .section ul {
    padding: 5px;
    border: 3px solid #d7d7d7;
}

#staff li a {
    display: block;
    position: relative;
    line-height: 1.5;
    padding: 5px 20px;
    border-bottom: #ccc dotted 2px;
    color: #202d39;
    text-decoration: underline;
}

#staff li a:before {
    position: absolute;
    top: 12px;
    left: 0px;
    width: 0;
    height: 0;
    border-width: 9px 0 9px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #28a7e1;
    content: '';
}

section#staff ul {
    margin-bottom: 10px;
}

#tel {
    text-align: center;
    background: #27a5e0;
    position: relative;
}

.clear {
    clear: both;
}

section.telArea01 {
    background: #d3df6c;
}

#main-container h3 {
    color: #212121;
}

#main-container h3 {
    margin-bottom: 10px;
    padding-left: 5px;
    font-weight: 700;
}

@media screen and (max-width:666px) {
    .n-area-cv {
        margin-left: 15px;
        margin-right: 15px;
    }
    .n-area-cv:before {
        top: 55%;
    }
    .n-area-cv a {
        top: 65%;
    }
}

@media screen and (min-width:667px) {
    .n-area-cv:before {
        top: 105px;
    }
    .n-area-cv a {
        top: 124px;
    }
}

.n-area-cv:last-child {}

.n-area-cv {
    margin-bottom: 20px;
    position: relative;
}

.n-area-cv>img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.n-area-cv:before {
    content: '';
    width: 114px;
    height: 15px;
    margin-left: -57px;
    display: block;
    /*background: url("../images/icon/conversion-arrow.png") no-repeat 0 0;*/
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    z-index: 2;
    -webkit-animation-name: updown;
    -webkit-animation-property: -webkit-transform;
    -webkit-animation-duration: 500ms;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: center bottom;
}

@-webkit-keyframes updown {
    25% {
        -webkit-transform: translateY(3px);
    }
}

.n-area-cv a {
    margin-left: -150px;
    width: 300px;
    height: 55px;
    display: block;
    overflow: hidden;
    padding-top: 10px;
    background: url("../images/icon/conversion-btn.png") no-repeat 0 0;
    background-size: 100% 100%;
    line-height: 16px;
    font-size: 0.95em;
    text-align: center;
    text-decoration: none;
    position: absolute;
    left: 50%;
    z-index: 2;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    transition: all 0.3s ease;
}

.n-area-cv a {
    font-weight: 700;
    font-size: 12px;
}

.n-area-cv a:hover {
    opacity: 0.9;
}

@media screen and (max-width:400px) {
    .n-area-cv:before {
        top: 51%;
    }
    .n-area-cv a {
        top: 61%;
    }
    .n-area-cv a {
        margin-left: -155px;
        width: 310px;
        font-size: 13px;
    }
    .n-area-cv a {
        font-weight: 600;
        font-size: 12px;
    }
}

.post-list ul li {
    position: relative;
    border-bottom: 1px dotted #d7d7d7;
}

.post-list ul li a {
    display: block;
    font-size: 0.95em;
    padding: 10px 15px 10px 15px;
    position: relative;
}

.post-list ul li a:before {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    margin-top: -9px;
    top: 50%;
    left: 0px;
    color: #007d7d;
}

.post-list-btn {
    padding: 5px 10px 0 10px;
}

.post-list-btn a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px 0;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 10%, #e4e4e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), color-stop(100%, #e4e4e4));
    background: -webkit-linear-gradient(top, #fff 10%, #e4e4e4 100%);
    background: -o-linear-gradient(top, #fff 10%, #e4e4e4 100%);
    background: -ms-linear-gradient(top, #fff 10%, #e4e4e4 100%);
    background: linear-gradient(to bottom, #fff 10%, #e4e4e4 100%);
    color: #5a5a5a;
    border: 1px solid #c1c0c0;
    border-radius: 4px;
}

.post-list-btn a i {
    margin-right: 6px;
    color: #c0d153;
}

.fa-play-circle:before {
    content: "\f144";
}

.post-list-btn a:hover {
    background: #eee;
}

.post-list .detail {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0;
    text-align: right;
    font-size: 0.95em;
}

.post-list .detail:before {
    content: '\f144';
    font-family: FontAwesome;
    margin-right: 4px;
    color: #007d7d;
}

.post-list ul li:nth-child(even) {
    background-color: #f7f7f7;
}
/*
#foot-primary-nav {
    line-height: 1.3em;
    margin-top: 20px;
    background-color: #f7f7f7;
    font-size: 0.8em;
    text-align: left;
}

#foot-primary-nav ul {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

#foot-primary-nav ul li a {
    display: block;
    padding: 13px 15px;
    border-top: 1px solid #d7d7d7;
    background: url(../images/icon/icon-arrow.png) no-repeat 98% 50%;
    background-size: 4px 7px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
}

#foot-primary-nav ul li a:hover {
    background-color: #fff;
    background-position-x: 98.5%;
}
 */
@media screen and (max-width:666px) {
    div#foot-primary-nav {
        padding: 0px;
    }
}

.post-list-btn.display a {
    display: block !important;
    margin-bottom: 5px;
}

.request ul li.case {
    width: 100%;
    float: left;
    border: 1px solid #dcdcdc;
    margin-top: 5px;
    padding-top: 5px;
}

.request ul li .thumb {
    float: left;
    margin-left: 8px;
    width: 20%;
    margin-right: 10px;
}

.request ul li .thumb img {
    width: 100%;
    height: auto;
}

.news-box-title a {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: #444;
}

.news-box {
    margin-bottom: 15px;
    text-align: left;
    overflow: hidden;
    padding: 0 10px;
}

.more {
    /*
    border-bottom: 1px dashed #ccc;
    */
    border-bottom: 1px solid #ccc;
    float: right;
    width: 100%;
}

.more a {
    padding-left: 16px;
    background: url(../images/icon/common_icon01.png) no-repeat 0 50% !important;
    float: right;
}

#menu-scroll {
    height: 100vh;
    overflow: scroll;
}

#main img {
    vertical-align: bottom;
}

#reason h2 {
    margin-bottom: 10px;
}

#reason {
    background: url(../images/icon/bg_reason01.png) repeat;
    padding: 0 0 10px 0;
}

#reason h2 {
    z-index: 10;
}

#reason dl {
    margin: 5px 15px;
    background-color: #fff;
    border-bottom: 2px #CEB2A4 solid;
}

#reason .first01 {
    margin-top: 10px;
}

#reason dt {
    margin: 0 0 0 -5px;
}

#reason dd {
    display: inline-block;
}

#reason dd p {
    float: right;
}

#reason dd .rightImg01 {
    margin: 10px auto;
    float: left;
}

#reason dd .rightImg02 {
    width: 100%;
    max-width: 88px;
    float: left;
    margin: 10px auto;
}

#support {
    background: url(../images/bg_support01.png) repeat 0 0;
}

#support .price01 {
    padding: 0 15px;
}

#support .serviceList01 {
    padding: 0 15px;
}

#support .repair01 {
    padding: 0 15px;
}

#support .remove01 {
    padding: 0 15px;
}

#support .priceBtn01 {}

#support .credit01 {
    padding: 15px 0 0 0;
}

#support .txt01 {
    line-height: 1.4;
    padding: 5px 15px 0;
}

#support .txt02 {
    line-height: 1.4;
    padding: 0 15px 5px;
}

#support .note01 {
    line-height: 1.4;
    margin: 5px 15px;
}

#step ul {}

#step li {
    position: relative;
    margin-bottom: 22px;
    border: 2px solid #b9c64a;
    border-radius: 8px;
}

#step li:nth-child(1)::before,
#step li:nth-child(2)::before {
    position: absolute;
    bottom: -22px;
    left: 40%;
    z-index: 10;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-top: 18px solid #b9c64a;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    content: '';
}

#step li img {
    float: left;
}

#step li h3 {
    color: #4c4c4c;
    font-weight: bold;
    font-size: 14px;
}

#step li p {
    line-height: 1.4;
    color: #231815;
    letter-spacing: 0.03em;
    margin-top: 10px;
}

#step li p .txtRed01 {
    color: #f50000;
}

.news-step-boximg {
    float: left;
    width: 40%;
}

.news-step-box {
    float: right;
    width: 59%;
}

.news-step-box p {
    width: 100%;
}

.news-step-box h3 {
    width: 100%;
    padding-left: 0 !important;
}

#skill {
    padding-top: 30px;
}

#skill ul {
    overflow: hidden;
    padding: 20px 20px 14px;
    background-color: #e5f3f9;
}

#skill li {
    float: left;
    width: 292px;
    margin-bottom: 16px;
    border: 2px solid #b4b3b1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fff), color-stop(0.00, #fdf7e5));
    background: -webkit-linear-gradient(top, #fdf7e5 0%, #fff 88%);
    background: -moz-linear-gradient(top, #fdf7e5 0%, #fff 88%);
    background: -o-linear-gradient(top, #fdf7e5 0%, #fff 88%);
    background: -ms-linear-gradient(top, #fdf7e5 0%, #fff 88%);
    background: linear-gradient(to bottom, #fdf7e5 0%, #fff 88%);
}

#skill li:nth-child(2n+1) {
    margin-right: 16px;
}

#skill li h3 {
    line-height: 1.2;
    padding: 15px 20px;
    color: #004ab3;
    font-weight: bold;
    font-size: 26px;
}

#skill li .txt01 {
    line-height: 1.3;
    padding: 0 20px 20px;
    color: #1e1512;
    font-size: 24px;
}

#voice {
    background: url(../images/icon/bg_voice01.png) repeat 0 0;
}

#voice ul {
    padding-bottom: 10px;
}

#voice li {
    min-height: 125px;
    border: 2px solid #fff;
    background-color: #fff;
    box-shadow: 0 2px 3px #999;
    border-radius: 10px;
    background: url(../images/icon/label_voice01.png) no-repeat right, linear-gradient(to bottom, #fff 0%, #F5F4F2 88%);
}

#voice li a {
    display: block;
    overflow: hidden;
}

#voice li img {
    float: left;
    margin: 0 21px 0 0;
    border-radius: 10px 0 0 10px;
}

#voice li .tit01 {
    padding: 20px 0 7px;
}

#voice li .tit01 .greenBg01 {
    display: block;
    float: left;
    line-height: 1.1;
    margin-right: 8px;
    padding: 5px;
    background-color: #66b258;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.03em;
}

#voice li .tit01 .titBold01 {
    display: block;
    float: left;
    color: #66b258;
    font-weight: bold;
    font-size: 14px;
}

#voice li .txt01 {
    line-height: 1.3;
    color: #1e1512;
    text-decoration: underline;
}

#question {
    padding-bottom: 5px;
}

#question dl {
    border: 2px solid #a4c84e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fff), color-stop(0.00, #fdf7e5));
    background: -webkit-linear-gradient(top, #fdf7e5 0%, #fff 88%);
    background: -moz-linear-gradient(top, #fdf7e5 0%, #fff 88%);
    background: -o-linear-gradient(top, #fdf7e5 0%, #fff 88%);
    background: -ms-linear-gradient(top, #fdf7e5 0%, #fff 88%);
    background: linear-gradient(to bottom, #fdf7e5 0%, #fff 88%);
}

#question dt {
    line-height: 1.5;
    padding: 15px 0 16px 57px;
    border-bottom: 2px solid #E6E6E6;
    background: url(../images/icon/label_question01.png) no-repeat 0 0px;
    color: #ec6941;
    font-weight: bold;
    font-size: 14px;
    min-height: 60px;
}

#question .oneLine01 {
    padding: 26px 0 25px 65px;
}

#question dd {
    padding: 14px 0 20px 57px;
    background: url(../images/icon/label_question02.png) no-repeat 0 10px;
    color: #1e1512;
}

#company h3 {}

#company .imgWrap01 {}

#company .txt01 {
    line-height: 1.4;
    padding: 70px 55px 70px 170px;
    background: url(../images/icon/img_company01.png) no-repeat 70px 55px;
    color: #5a5a5a;
    font-size: 24px;
}

#company .gsl01 {
    padding: 30px;
}

#company .gsl01 p {
    line-height: 1.3;
    padding: 34px 34px 34px 140px;
    border: #e5e5e5 4px solid;
    background: url(../images/icon/img_company01.png) no-repeat 34px 50%;
    color: #5a5a5a;
    font-size: 24px;
}

#staff {}

#staff ul li {
    max-height: 999999px;
}

#staff li a {
    display: block;
    position: relative;
    line-height: 1.5;
    padding: 5px 15px;
    border-bottom: #ccc dotted 2px;
    color: #202d39;
    text-decoration: underline;
    font-size: 14px;
}

#staff li a:before {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 9px 0 9px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #a4c84e;
    content: '';
}

#staff li:nth-child(2n) a {
    background: #f2f2f2;
}

#staff .btn01 {
    padding: 30px 126px 30px;
}

.bnr01 {
    text-align: center;
    margin: 0 0 30px 0;
}

.footnavi {
    margin-top: 20px;
}

#main .container {
    padding: 0 !important;
}

.mbottom10 {
    margin-bottom: 10px;
}

#step li:last-child {
    margin-bottom: 5px;
}

.reason-left {
    width: 65%;
    float: left;
}

.credit01 img {
    padding: 0 15px;
}

#step ul li img {
    padding-right: 5px;
}

#step ul {
    padding: 5px 10px;
}

.question-padding {
    padding: 0 10px;
}

.request ul {
    padding: 0 10px;
}

#staff ul {
    padding: 0 5px;
}

#info ul {
    padding: 5px 10px !important;
}

.area-padding {
    padding: 0 10px;
}

.bnr01 img {
    padding: 10px 10px 0 10px;
}

.footnavi ul li {
    padding: 0 5px;
}

div#navigation {
    overflow-y: auto;
    padding-bottom: 100px;
}

.post {
    padding: 0 5px;
}

.next {
    padding: 0 5px;
}

div#foot-text {
    text-align: left;
    color: #7c7c7c;
    font-size: 12px;
    display: -webkit-box;
    padding: 0 10px;
}

h3.title {
    font-weight: bold;
    color: #221815;
    font-size: 12px;
}

.readmore {
    float: right;
    font-size: 11px;
    background: url(../images/icon/common_icon05.png) no-repeat 0;
    padding-left: 5px;
}

.asterisk {
    font-size: 10px;
    color: silver;
}

.reason-left.hai {}

.telArea01 .btn {
    padding: 0 15px 7px 15px;
}

.telArea01 .bg01>p {
    margin: -20px 0 0 -10px;
    text-align: center;
}

.support-txt small {
    font-size: 11px;
}

.support-txt {
    margin-bottom: 10px;
    padding: 0 15px;
}

.bg01padding {
    padding: 0 10px;
}

span.time {
    color: #fff;
    font-size: 11px;
}

.main-tap a {
    text-decoration: none;
}

.main-tap a span.time strong {
    color: #F70000;
    letter-spacing: 0;
}

.main-tap a span.time {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    background-color: #fff;
    padding: 2px;
    border: 1px solid #ADADAD;
    font-size: 12px;
    color: #000;
    letter-spacing: -1px;
}

.main-tap a {
    height: auto;
    display: block;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    z-index: 1;
    background-size: 100% 74px;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    background: #fff;
    background: -moz-linear-gradient(top, #fff 10%, #D2D2D2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), color-stop(100%, #D2D2D2));
    background: -webkit-linear-gradient(top, #fff 10%, #D2D2D2 100%);
    background: -o-linear-gradient(top, #fff 10%, #D2D2D2 100%);
    background: -ms-linear-gradient(top, #fff 10%, #D2D2D2 100%);
    background: linear-gradient(to bottom, #fff 10%, #D2D2D2 100%);
    text-decoration: none;
    padding: 10px 10px 0px 10px;
}

.bg-secondcolor {
    background: #d3df6c;
    padding: 0 0 10px 0;
}

.bg01css {
    margin: -14px 0 0 -10px;
    text-align: center;
}

.buttonpd {
    padding: 0 5px;
}

header>div div#humberger p {
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: bold;
    color: #666666;
}

.hairequest {
    text-align: center;
}

.hairequest .container ul li img {
    vertical-align: bottom;
}

.hairequest .container ul li a:hover {
    opacity: 0.8;
}

.hairequest .container ul li {
    margin-bottom: 10px;
}

.ten ul li.case {
    width: 100%;
    float: left;
    border: 1px solid #dcdcdc;
    margin-bottom: 5px;
    padding-top: 5px;
    background: #f5ffdc;
    background-size: cover;
    border-radius: 5px;
}

.ten ul li .thumb {
    float: left;
    margin-left: 8px;
    width: 20%;
    margin-right: 10px;
}

.ten ul li .thumb img {
    width: 100%;
    height: auto;
}

p.btn_ct {
    width: 73%;
    float: left;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 5px;
    color: #000000 !important;
}

.btn_ct {
    padding: 0 0 0 15px;
    background: url(../images/bg_common_icon08.png) no-repeat 0 50%;
    font-weight: bold;
    text-decoration: none;
}

sup {
    font-size: 11px;
}

.fs-small {
    font-size: 10px;
    color: #555555;
}

textarea,
input,
select {
    font-size: 15px!important;
    padding: 10px 10px!important;
}

.telCaption {
    pointer-events: none;
}

.main-tap a {
    background: none;
    box-shadow: none;
    position: relative;
    padding: 0;
}

.main-tap a span.time {
    width: 93%;
    position: absolute;
    margin-left: 3%;
    bottom: 12px;
    padding: 5px;
}

@media screen and (max-width:414px) {
    .n-area-cv a {
        margin-left: -175px;
        width: 350px;
        height: 60px;
        font-size: 12pt;
        top: 65%;
        padding-top: 10pt;
    }
}

@media screen and (max-width:375px) {
    .n-area-cv a {
        margin-left: -155px;
        width: 310px;
        height: 60px;
        font-size: 12pt;
        top: 62%;
        padding-top: 10pt;
    }
}

@media screen and (max-width:320px) {
    .n-area-cv a {
        margin-left: -130px;
        width: 260px;
        height: 55px;
        font-size: 12px;
        top: 61%;
        padding-top: 10px;
    }
}

@media screen and (min-width:375px) {
    .main-tap a span.time {
        bottom: 15px;
        padding: 3px 8px;
        font-size: 12pt;
    }
}

@media screen and (min-width:414px) {
    .main-tap a span.time {
        bottom: 19px;
        font-size: 13pt;
    }
}

@media screen and (min-width:450px) {
    .main-tap a span.time {
        bottom: 19px;
        font-size: 13px;
    }
}

#support-tit {
    font-size: 18px;
    color: #000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
}

.company_office {
    width: 90%!important;
    margin: 0 auto!important;
    padding-bottom: 10px;
}

#main-container {
    width: 100%;
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
}
