@charset "utf-8";

*,
*:after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

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;
    line-height: 23px;
    font-weight: 400;
    color: #212121;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
@media screen and (min-width: 667px) {
  body{
    width: 320px !important;
    margin: 0 auto;
  }
}
a {
    color: #212121;
    text-decoration: underline;
    display: initial;
}

img {
    max-width: 100%;
    height: auto;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.noto{
  /*font-family: 'Noto Sans Japanese';*/
}
.fw900{
  font-weight: 900;
}
.fw800{
  font-weight: 800;
}
.fw600{
  font-weight: 600;
}
.fw500{
  font-weight: 500;
}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 5px;}
.mb15{margin-bottom: 5px;}
.mb20{margin-bottom: 5px;}
.mt0b20{margin: 0 0 20px}

.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%);
}

.container {
  display: table;
  clear: both;
}

body {
  position: relative;
  top: 0;
  left: 0;
}

div#navigation nav {
  padding-bottom: 100px;
}

div#navigation.open {
  right: 0px;
}

body.open {
  left: -240px;
}

body,
div#navigation {
  transition: all 0.3s ease!important;
}

header {
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

header>div {
  width: 100%;
  height: 55px;
  position: relative;
  background: #FFF;
}

p.logo {
  max-width: 60%;
  float: left;
  margin-top: 16px;
  margin-left: 10px;
}

.column01Txt01 {
    width: 100%;
}

#about_hidden_1,
#about_hidden_2,
#about_hidden_3,
#flow_hidden,
#flow_hidden_1,
#price_hidden,
#flow_hidden_2 {
    display: none;
}

.about-item p {
    border: 0px !important;
}

.box_flow_readmore {
    display: table;
}

.about-item h4 {
    width: 100px;
    float: left;
}

header>div div#humberger {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    cursor: pointer;
}

#humberger .menu {
    width: 43px;
    height: 43px;
    background: url(/hachi/resource/sp/img/btn_menu01.png) no-repeat 0 0;
    background-size: 43px;
    text-indent: -9999px;
}

header>div div#tel_btn {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    cursor: pointer;
}

#tel_btn .tel_btn {
    width: 43px;
    height: 43px;
    background: url(/hachi/resource/sp/img/btn_menu02.png) no-repeat 0 0;
    background-size: 43px;
    text-indent: -9999px;
}
#tel_btn .tel_btn.tel_btn__lp {
    width: 110px;
    margin-right: 7px;
    background: url(/hachi/resource/sp/img/lp/header_tel.png) no-repeat 0 0;
    background-size: 110px;
}

div#tel_btn p {
    float: right;
    font-weight: bold;
    margin: 7px 0px 7px 7px;
}
div#tel_btn p a {
    display: block;
    width: 100%;
    height: 100%;
}

div#navigation {
    width: 240px;
    position: fixed;
    top: 0;
    right: -240px;
    background: #313131;
    height: 100%;
    overflow: scroll;
}

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: 10px 20px;
    font-weight: 900;
    font-size: 1.22em;
    line-height: 24px;
    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 0px;
}

#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;
}

.container.main-image {
    margin-bottom: -7px;
}
/*CV*/
.cv_cmn_wrap{
    position: relative;
    line-height: 1;
}
.cv_cmn_btn{
    width: 91%;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
}
.cv_cmn_btn .tel{
    z-index: 1;
    color: #fff;
    font-family: sans-self, arial;
    font-weight: bold;
    font-size: 9vw;
    line-height: 1em;
    position: absolute;
    left: 19%;
    top: 51%;
    text-shadow: none;
}
.cv_cmn_btn .tel span{
    color: #fff;
    font-size: 9vw;
}
.cv_cont_btn{
    position: relative;
    left: 3px;
    right: 0;
    top: 0px;
    margin: -15px 0 -6px;
    z-index: 2;
}
.cv_cmn_wrap p{
    font-size: 6vw;
    position: absolute;
    top: 1.3vw;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    font-weight: 900;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    margin: 0 5vw;
}
.cv_cmn_wrap p span{
    font-size: 7vw;
    color: #cb0606;
}
/*CV 注釈追加*/
.sp-top-cv .cv_cmn_wrap {
    padding: 2vw;
    background: #d9e021;
}
.sp-top-cv .cv_main {
	padding: 0 !important;
	background: unset !important;
}
.sp-top-cv .cv_cmn_btn {
    bottom: 15%;
}
.sp-top-cv .cv_cmn_wrap .cv-annotation {
    font-size: 10px;
    color: #727272;
    line-height: 1.5;
}

#main-tap,
.main-tap {
    background-color: #f28500;
    margin-bottom: 0px;
    padding: 10px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

#main-tap>img,
.main-tap>img {
    width: 294px;
    height: 21px;
    display: block;
    margin: 0 auto 10px;
}

#main-tap a,
.main-tap a {
    height: auto;
    display: block;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    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%, #e0e0e0), 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%);
    z-index: 1;
    background-size: 100%;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 10px 0 10px;
}

#main-tap a:hover,
.main-tap a:hover {
    opacity: 0.8;
}

#main-tap a span.tap-left,
#main-tap a span.tap-right,
.main-tap a span.tap-left,
.main-tap a span.tap-right {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
}

#main-tap a span.tap-left .main-tap a span.tap-left {
    background: url(../images/icon/main-tap-btn-left.png) repeat-x 0 0;
    left: 0;
}

#main-tap a span.tap-right,
.main-tap a span.tap-right {
    right: 0;
}

#main-tap a img,
.main-tap a img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

#top-policy {
    font-size: 0.8em;
    background: #f7f7f7;
    margin-bottom: 20px;
    padding: 10px 10px 0px 10px;
}

ul.image-muty li {
    margin-top: -3px;
    line-height: initial;
}

.des {
    font-size: 11px;
    line-height: 16px;
    color: #555555;
}

.box-bg {
    background: url(../images/icon/text0.png) no-repeat top center;
    background-size: 290px;
    padding: 0px;
    clear: both;
    margin-top: 5px;
}

.box-bg a {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    padding: 15px 20px 20px;
    width: 290px;
}
.readMore a {
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
}
.readMore2 a {
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
}

.bg-box {
    background: #f6f8f8;
    background-size: 4px 4px;
    padding: 10px 0px;
    margin-top: -6px;
    margin-bottom: -10px;
}

#reason {}

#reason .section {
    padding-bottom: 10px;
}

#reason li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    background-color: #fff;
    line-height: 1.3em;
    font-size: 1.2em;
    font-weight: 700;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #cbc5b1;
}

#reason li span {
    display: block;
    font-weight: 300;
    color: #5a5a5a;
    padding-top: 3px;
}

#reason li img {
    display: block;
}

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: 15px;
    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: 5px;
    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: center;
    font-size: 15px;
    font-weight: bold;
}
.readMore2 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.readMore.section a {
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
}

.readMore2.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-all li:nth-child(1) {
    margin-bottom: -7px;
}

.about-all li:nth-child(2),
.about-all li:nth-child(3),
.about-all li:nth-child(4),
.about-all 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-all li .about-item {
    position: relative;
    padding-left: 100px;
    padding-right: 5px;
}

.about-all li .thumb {
    width: 84px;
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
}

.about-all li h4 {
    font-weight: 700;
}

.about-all li p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}

.about-all li .yenyen {
    width: 135px;
    display: block;
}

.about-all li .btn_link a {
    font-size: 14px;
    margin: 10px;
}

#articleMenu ul {
    background-color: #ebf5ca;
    padding: 15px 15px 7px;
    margin-bottom: -10px;
}

#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;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}

#area .container h3:before {
    content: '';
    width: 5px;
    display: block;
    background-color: #f29600;
    position: absolute;
    left: 15px;
    top: 8px;
    bottom: 8px;
}

#area .container h3 {
    padding: 5px 15px 5px 28px;
    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: 3px;
    padding-right: 20px;
    font-size: .85em;
    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;
}

.mgt-10 {
    margin-top: 10px;
}

.post-list ul li {
    position: relative;
    border-bottom: 1px dotted #d7d7d7;
}

.post-list ul li:nth-child(even) {
    background-color: #f7f7f7;
}

.post-list ul li a {
    display: block;
    font-size: .9em;
    line-height: 1.4em;
    padding: 10px 10px 10px 25px;
    position: relative;
}

.post-list ul li a:before {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    margin-top: -6px;
    top: 50%;
    left: 10px;
}

.post-list ul li.post_notfound {
    padding-bottom: 20px;
}

.post-list .detail {
    padding: 10px 0;
    text-align: right;
    font-size: .9em;
}

.post-list .detail:before {
    content: '\f144';
    font-family: FontAwesome;
    margin-right: 4px;
}

.box_price {
    margin: 10px 0;
}

.tit_price {
    text-align: center;
    line-height: 0;
    background: #fcd866;
    background: -moz-linear-gradient(top, #fcd866 0%, #fcd866 49%, #fabe00 50%, #fabe00 100%);
    background: -webkit-linear-gradient(top, #fcd866 0%, #fcd866 49%, #fabe00 50%, #fabe00 100%);
    background: linear-gradient(to bottom, #fcd866 0%, #fcd866 49%, #fabe00 50%, #fabe00 100%);
}
.box_price .des{
    padding: 10px;
}

.box_price ul {
    padding: 5px;
    background: #6d6d6d;
}

.box_price ul li {
    position: relative;
    background: #fff;
}
.box_price li .thumb {
    position: absolute;
    width: 86px;
    left: 5px;
    top: 5px;
}
.box_price li .txt{
    text-align: right;
}
.box_price li .txt h4{
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
    background: #313131;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.box_price li .txt img{
    display: inline-block;
    width: 204px;
    margin: 15px 12px 10px 0;
}
.box_price .btn_link{
    padding: 10px 15px;
    background: #eaeaea;
}
.box_price .btn_link a{
    display: block;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 10%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fff 10%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 10%, #f2f2f2 100%);
    border-radius: 5px;
    border: solid 1px #a3a2a2;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
}
.box_price .btn_link a span{
    display: block;
    padding: 10px 0;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    background: url(../images/icon02.png) no-repeat 10px 50%;
    background-size: 13px;
}
.box_price li:nth-of-type(2) .btn_link a{
    font-size: 12px;
}


.cf_tb {
    display: table;
}

footer {
    text-align: center;
}

#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: 13px;
    line-height: 1.5;
    text-align: left;
}

#foot-privacy .container {
    padding: 0 !important;
}

#foot-privacy p {
    min-height: 34px;
    padding-left: 55px;
    background-size: 34px 34px;
}

#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: #fff;
    line-height: 1.5em;
    background-color: #fbcb00;
}

@media screen and (min-width:667px) {
    .container {
        width: 320px;
        margin: 0 auto;
    }
    .n-area-cv a {
        height: 55px;
        padding-top: 11px;
    }
    .box-bg:hover {
        background: url(../images/icon/text0_off.png) no-repeat top center;
    }
}

@media screen and (max-width:666px) {
    input[type="checkbox"] {
        width: 25px!important;
        height: 25px!important;
    }
    .main-tap .container {
        padding: 0px;
    }
    div#main-tap .container,
    div#top-policy .container {
        padding: 0;
    }
    .container,
    .pageTitle {
        width: 100%;
        padding: 10px;
    }
    .about-all li:nth-child(2),
    .about-all li:nth-child(3),
    .about-all li:nth-child(4),
    .about-all li:nth-child(5) {
        background-size: 100% 2px !important;
    }
    .container.main-image {
        padding: 0px;
    }
    div#foot-primary-nav {
        padding: 0;
    }
    .container.nopb {
        padding: 0;
    }
    .n-area-cv a {}
}

.main_img_ant {
    position: relative;
    text-align: center;
    margin: 10px 0;
}

.arrow_top_to_bottom {
    animation: MoveUpDown 2s linear infinite;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

span.area_top_to_down {
    position: absolute;
    height: 42px;
    width: 100%;
    display: block;
    top: 55px;
}

.n-area-cv:last-child {}

.n-area-cv {
    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/conversion-arrow.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 58%;
    z-index: 3;
    -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: -140px;
    width: 280px;
    height: 55px;
    padding-left: 35px;
    font-weight: bold;
    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: .95em;
    text-align: left;
    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 .3s ease;
    top: 67%;
}

.n-area-cv a span {
    font-weight: 700;
}

.n-area-cv a:hover {
    opacity: .9;
}

@keyframes MoveUpDown {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 8px;
    }
    100% {
        bottom: 0;
    }
}

.achieveList .listWrap {
    padding: 0 6px;
    border: 2px solid #e2e2e2;
}

.achieveList .listWrap li {
    padding: 20px 0;
}

.achieveList .listWrap li dl {
    margin: 0 0 5px;
    overflow: hidden;
}

.achieveList .listWrap li .txt {
    padding: 15px 6px;
    background: url(../images/bg_achieve01.png);
    text-align: left;
    color: #5a5a5a;
}

.achieveList .listWrap li dt {
    width: 30%;
    float: left;
    padding-right: 5px;
}

.achieveList .listWrap li dd {
    height: 30px;
}

.achieveList .listWrap li dl dd {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #5a5a5a;
    width: 70%;
}

.pager {
    margin: 20px 0 10px;
}

.pager #wp_page_numbers {
    border: none;
    background: none;
    margin-top: 15px;
}

#wp_page_numbers {
    margin-top: 10px;
    width: 100%;
    background: #fff;
}

.pager #wp_page_numbers ul li {
    border: none;
    background: none;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
}

.pager #wp_page_numbers ul,
.pager #wp_page_numbers li,
.pager #wp_page_numbers a {
    background: #f7f7f7;
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    list-style: none;
    text-transform: none;
    text-indent: 0px;
    font-variant: normal;
    text-align: left;
    line-height: 12px;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-size: 13px;
    font-family: Arial;
}

.pager #wp_page_numbers ul {
    border: none;
    background: none;
    text-align: center;
}

.pager #wp_page_numbers li.active_page a {
    background: #000;
    border: 1px #000 solid;
    color: #fff;
}

.pager #wp_page_numbers a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    border: 1px #ffe198 solid;
    margin-right: 5px;
    font-weight: bold;
    text-align: center;
    padding: 0px 10px;
    color: #000;
    background: #FFE198;
}

#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: 13px;
}

#foot-primary-nav ul li a:hover {
    background-color: #fff;
    background-position-x: 98.5%;
}

.columnLink {
    text-align: right;
    margin-top: 15px;
    font-size: 11px;
}

.img-bottom.container {
    background: #eaeaea;
    margin-top: 10px;
}

@media (min-width:480px) and (max-width:666px) {
    span.area_top_to_down {
        top: 100px;
    }
}

@media (min-width:405px) and (max-width:479px) {
    span.area_top_to_down {
        top: 83px;
    }
}

@media(max-width:440px) {
    .text_align {
        text-align: left !important;
    }
}

@media (min-width:320px) and (max-width:404px) {
    span.area_top_to_down {
        top: 50px;
    }
}

@media (min-width:360px) and (max-width:500px) {
    .n-area-cv a {
        margin-left: -165px;
        width: 330px;
    }
}

div#navigation nav {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
}

div#reason ul li p {
    line-height: 17px;
    font-size: 12px;
    padding: 6px;
    font-weight: initial;
    padding-left: 100px;
}

span.note {
    font-size: 11px;
    color: gray;
    padding: 6px;
    margin-top: -5px;
    display: block;
}

img.image_left {
    display: block;
    float: left;
    max-width: 100px;
    height: auto;
}

#reason li span {
    display: block;
    font-weight: 300;
    color: #5a5a5a;
    padding-top: 3px;
    padding-left: 100px;
}

.mediaPickup .titNews01 {
    font-size: 12px;
    color: #555;
    font-weight: bold;
    padding: 7px 0 2px;
    margin: 0 8px;
    line-height: 1.5;
    border-bottom: 2px dotted #ccc;
}

.mediaPickup .txt01 {
    font-size: 10px;
    color: #444;
    padding: 8px 8px 10px;
    line-height: 1.4;
}

.mediaPickup .pic01 img {
    margin: 0 auto;
    display: block;
}

.mediaPickup {
    border: 4px solid #7dafdc;
}

div#foot-text {
    text-align: left;
    color: #7c7c7c;
    font-size: 12px;
    display: -webkit-box;
}

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;
}
.readmore2 {
    float: right;
    font-size: 11px;
    background: url(../images/icon/common_icon05.png) no-repeat 0;
    padding-left: 5px;
}

.nopb {
    margin-top: 10px;
}

p 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;
    margin-top: 10px;
}

p a span.time strong {
    color: #F70000;
    letter-spacing: 0;
}

.bg-secondcolor a {
    text-decoration: none;
}

div#humberger p {
    float: right;
    font-weight: bold;
    margin: 7px;
}

li.case.click_area.cf a {
    text-decoration: none;
}

.btn_ct {
    padding: 0 0 0 15px;
    background: url(../images/icon/aichi_icon01.png) no-repeat 0 50%;
    font-weight: bold;
    text-decoration: none;
}

div#foot-privacy img {
    width: 54px;
    float: left;
    padding-right: 8px;
}

li.disabled {
    display: none!important;
}

.pager li.active {
    background: #000;
    border: 1px #000 solid;
    color: #fff;
}

.pager li.active span {
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    border: 1px #000000 solid;
    margin-right: 5px;
    font-weight: bold;
    text-align: center;
    padding: 0px 10px;
    color: #fff;
    background: #000;
}

.form-privacy.cf {
  text-align: left;
}

.iframe {
  padding: 10px!important;
}

p.top_lg,
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;
  margin: 0;
  overflow: scroll;
    white-space: nowrap;
}

.form-privacy img {
  float: left!important;
}

.form-privacy p {
  padding-left: 100px;
}

img.ajax-loader {
  display: none;
}

@media screen and (max-width:360px) {
  .n-area-cv a {
    height: 55px!important;
    padding-top: 11px!important;
  }
}

.txt h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}

textarea,
input,
select {
    font-size: 15px!important;
    padding: 10px 10px!important;
}

span.wpcf7-list-item-label {
    position: relative;
    top: -7px;
}

.wpcf7-response-output {
    display: none!important;
}

#top-policy {
    background: #f7f7f7;
    margin-top: 0;
    margin-bottom: 5px;
}

div#top-policy .section {
    padding: 12px 0;
    line-height: 0;
    margin-right: 15px;
    margin-left: 15px;
}

.pd0 {
    padding: 0 !important;
}

.btnMore01,
.btnBack01 {
    display: block;
    text-align: right;
    font-size: 14px;
}

.btnMore01 a,
.btnBack01 a {
    float: right;
    padding: 0 0 0 20px;
}

.btnMore01 a {
    background-size: 14px;
}

.btnBack01 a {
    background-size: 14px;
}

.titCmn01 {
    clear: both;
    overflow: hidden;
    padding: 10px 0;
    background: linear-gradient(to bottom, rgba(250, 190, 0, 1) 0%, rgba(250, 190, 0, 1) 50%, rgba(248, 176, 0, 1) 50%, rgba(248, 176, 0, 1) 60%, rgba(248, 176, 0, 1) 100%);
    text-align: center;
    color: #313131;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 2px 2px 1px #FFF, -2px 2px 1px #FFF, 2px -2px 1px #FFF, -2px -2px 1px #FFF;
}
.titCmn01.wide{
    margin: 0 -10px;
}

.titCmn02 {
    clear: both;
    overflow: hidden;
    padding: 13px 10px 13px 30px;
    font-size: 17px;
    font-weight: bold;
    border-top: solid 3px #f29600;
    background: url(../images/ico_square01.png) no-repeat 10px 14px #FFF;
    background-size: 6px;
    line-height: 1.3;
}

.boxCV01 {
    margin: 0 auto !important;
    line-height: 0;
}

.slide ul {
    overflow: visible;
}

.slide li {
    width: 100% !important;
}

.boxPoint01 {
    line-height: 0;
}

.secDanger {
    line-height: 0;
}

.secDanger .tit01 {}

.secDanger .tit02 {}

.secDanger .tit02 img {
    height: auto;
}

.secDanger .boxIn {
    overflow: hidden;
    padding: 10px;
    line-height: 1.5;
    font-size: 14px;
}

.boxPrice01 {
    line-height: 0;
}

.boxPrice01_txt{
  margin-top: -2.8%;
  position:absolute;
  color:#f57005;
  font-size:19px;
  font-weight:800;
  text-align:center;
  width:100%;
  left:0;
  display:inline-block;
  line-height:20px;
}

.boxPrice01_txt_small{
  font-size: 18px;
  color:#333;
}

.boxPrice01_txt .place_output{
  color: #f57005;
}

.secSpeed {
    margin-bottom: 10px;
    line-height: 0;
}

.secSpeed .txt01 {
    padding: 10px 20px;
    line-height: 1.4;
    font-size: 14px;
    background: url(../images/speed_bg01.png) repeat-y;
    background-size: 100%;
}

.secAbout {
    position: relative;
}

.secAbout .img01 {
    float: left;
    width: 115px;
    margin: 0 15px 8px 0;
}

.secAbout .boxIn {
    padding: 10px 15px;
}

.secAbout .txt01 {
    display: inline;
}

.secReason {
    position: relative;
    background: #fbe399;
}

.secReason .tit01 {
    z-index: 1;
}

.secReason .note01 {
    padding: 0 10px 13px;
    font-size: 10px;
    line-height: 1.5;
}

.secReason .medal01 {
    z-index: 2;
    position: absolute;
    top: 99px;
    right: 10px;
    width: 64px;
}
@media screen and (max-width:360px) {
    .secReason .medal01 {
        top: 80px;
    }
}

.secReason>section {
    z-index: 1;
    position: relative;
    margin: 0 10px 12px;
    padding: 0 0 10px;
    border: solid 4px #CCC;
    border-radius: 4px;
    background: #FFF;
}

.secReason .tit02 {
    width: 90%;
    margin: -10px auto 0;
}

.secReason .tit02 img {
    height: auto;
}

.secReason .txt01 {
    padding: 10px 15px 5px 90px;
    line-height: 1.4;
}

.secReason .note02 {
    padding: 0 15px 0 90px;
    font-size: 11px;
    line-height: 1.3;
}

.secReason .img01 {
    position: absolute;
    top: 62px;
    left: 5px;
    width: 75px;
}

.secServ {
    background-size: 75px;
}

.secServ .tit01 {
    padding: 15px 10px 0;
}

.secServ .txt01 {
    padding: 0 0 10px;
    line-height: 1.4;
    font-size: 14px;
}

.secServ .btn01,
.secServ .btn02 {
    line-height: 0;
}

.secMedia {
    padding: 10px 10px 20px;
}

.secMedia .boxMedia {
    border: solid 4px #e2e2e2;
    border-radius: 5px;
}

.secMedia .boxMediaIn {
    padding: 12px 20px;
    background: #FFF;
    border: solid 1px #CCC;
}

.secMedia .tit01 {
    padding: 0 0 10px 30px;
    font-size: 15px;
    font-weight: bold;
    color: #119ab7;
    background: url(../images/media_ico01.png) no-repeat 0 0;
    background-size: 24px;
}

.secMedia .img01 {
    border: solid 4px #bbdfe7;
    line-height: 0;
}

.secMedia .tit02 {
    padding: 12px 0 5px;
    font-size: 14px;
    font-weight: bold;
}

.secMedia .tit02:before {
    content: "●";
    color: #119ab7;
    font-size: 14px;
}

.secMedia .txt01 {
    line-height: 1.4;
    font-size: 13px;
}

.secStep {}

.sp_visa_img{
    width: 96%;
    text-align: center;
    margin: 0 auto;
}
.sp_visa .sp_visa_img {
  padding: 10px 0 8px;
}
.sp_visa .sp_visa_txt{
  font-size: 10px;
  color: #999;
  line-height: 14px;
}
.sp_visa {
  background-size: 2px;
  padding: 3vw 3vw;
  margin: 0 10px 5vw;
  border: 1px solid #CCC;
  background: #fff;
}
.sp_visa .sp_visa_ttl {
    color: #666;
    font-size: 1.1em;
    font-weight: bold;
    padding: 4px 0 10px 0;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.secStep .img01 {
    padding: 15px 10px 0;
}

.secStep .txt01 {
    padding: 0 10px;
}

.secStep .note01 {
    padding: 5px 10px 10px;
    font-size: 10px;
    line-height: 1.4;
}

.secStep .boxIn {
    margin: 0 10px 0;
    border: solid 5px #FFF;
    border-radius: 8px;
    background: #FFF;
}

.secStep .txt02 {
    padding: 10px;
    background: #ecf8f6;
    border-radius: 0 0 3px 3px;
    font-size: 13px;
    line-height: 1.5;
}

.secStep .btn01 {
    line-height: 0;
}

.secStep_areatxt{
  padding-top:1.2%;
  position:absolute;
  text-shadow: #333 2px 0px, #333 -2px 0px, #333 0px -2px, #333 0px 2px, #333 2px 2px , #333 -2px 2px, #333 2px -2px, #333 -2px -2px, #333 1px 2px, #333 -1px 2px, #333 1px -2px, #333 -1px -2px, #333 2px 1px, #333 -2px 1px, #333 2px -1px, #333 -2px -1px;
  color:#e0b11d;
  font-size:17px;
  font-weight:800;
  text-align:center;
  width:100%;
  left:0;
  display:inline-block;
  z-index:2;
}

@media screen and (max-width: 768px){.secStep_areatxt{padding-top:1.5%;}}
@media screen and (max-width: 414px){.secStep_areatxt{padding-top:4%;font-size:22px;}}
@media screen and (max-width: 375px){.secStep_areatxt{font-size:20px;}}
@media screen and (max-width: 360px){.secStep_areatxt{font-size:19px;}}
@media screen and (max-width: 320px){.secStep_areatxt{font-size:17px;}}

.secStep_areatxt .place_output{
    text-shadow: #333 2px 0px, #333 -2px 0px, #333 0px -2px, #333 0px 2px, #333 2px 2px , #333 -2px 2px, #333 2px -2px, #333 -2px -2px, #333 1px 2px, #333 -1px 2px, #333 1px -2px, #333 -1px -2px, #333 2px 1px, #333 -2px 1px, #333 2px -1px, #333 -2px -1px;
    color: #fff;
}

.titSecStep{
    padding-top:5.5%;
}

.secInfo {
    position: relative;
}

.secInfo .img01 {
    float: left;
    width: 115px;
    margin: 0 15px 8px 0;
}

.secInfo .boxIn {
    padding: 10px 15px;
}

.secInfo .txt01 {
    display: inline;
}

.secInfo ul {
    padding: 10px 10px 4px;
    background: #ebf5ca;
}

.secInfo ul li {
    display: table;
    width: 100%;
    background: #FFF;
    margin: 0 0 6px;
    border-radius: 5px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.secInfo ul li a {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 15px;
    line-height: 1.3;
    font-weight: bold;
}
.secInfo__ico{
    width: 11%;
    margin-right: 10px;
}
.secTrouble {
    position: relative;
}

.secTrouble .img01 {
    float: left;
    width: 115px;
    margin: 0 15px 8px 0;
}

.secTrouble .boxIn {
    padding: 10px 15px;
}

.secTrouble .txt01 {
    display: inline;
}

.secVoice {}

.secVoice ul {}

.secVoice ul li {
    overflow: hidden;
    clear: both;
    padding: 10px;
    border-bottom: solid 2px #e2e2e2;
}

.secVoice ul li:last-child {
    border-bottom: none;
}
.voiceCustomer{
    background: #01B522;
    padding: 2px 10px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin:10px 0 6px;
}
.secVoice .tit01 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

.voiceItem{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.voiceItemL{
    width: 30%;
}
.voiceItemR{
    width: 68%;
}
.secVoice .txt01 {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.5;
}

.secVoice .btn01 {
    float: right;
    width: 130px;
    line-height: 0;
}

.secVoice .btn02 {
    line-height: 0;
}

.secCase ul li {
    border-bottom: solid 2px #B8B8B8;
}

.secCase ul li a {
    padding: 10px 15px;
}

.secCase .name {
    display: inline-block;
    padding: 0 20px 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #6f3f00;
    line-height: 1.1;
    position: relative;
}
.secCase .name::before{
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FF8600;
    position: absolute;
    right: 0;
    top: 1px;
}
.secCase .name::after{
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 5px;
}

.secCase .txt01 {
    font-size: 14px;
    line-height: 1.4;
}
.secCase__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secCase__ico{
    width: 17%;
}
.secCase__txt{
    width: 79%;
}
.secCase .btn01 {
    line-height: 0;
}

.secStaff {}

.secStaff ul {}

.secStaff ul li {
    line-height: 1.4;
    font-size: 14px;
}

.secStaff ul li:nth-child(2n) {
    background: #F3F3F3;
}

.secStaff ul li a {
    display: block;
    padding: 13px 10px 13px 30px;
    background-size: 13px;
    font-weight: bold;
    position: relative;
}
.secStaff ul li a::before{
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FF8600;
    position: absolute;
    left: 2vw;
    top: 4vw;
}
.secStaff ul li a::after{
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 3vw;
    top: 5.2vw;
}
.mierukaTxt{
    display: block;
    padding: 0 10px 10px;
}
.secStaff .btn01 {
    line-height: 0;
}

.secUpdate {}

.secUpdate .txt01 {
    line-height: 1.4;
    font-size: 14px;
}


.secNews {}

.secNews ol {
    padding: 0 10px;
}

.secNews ol li {
    line-height: 1.4;
    font-size: 14px;
    list-style: none;
}

.secNews ol li:nth-child(2n) {
    background: #fff9e1;
}

.secNews ol li a {
    display: block;
    padding: 13px 10px 13px 30px;
    position: relative;
}
.secNews ol li a::before{
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FF9207;
    position: absolute;
    left: 2vw;
    top: 4vw;
}
.secNews ol li a::after{
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 3vw;
    top: 5.2vw;
}

.secNews .btn01 {
    line-height: 0;
    margin-bottom: 20px;
}

.secArea {
    background: #f5f5f5;
}

.secArea ul {
    padding: 15px 5px 10px 15px;
    display: table;
    width: 100%;
}

.secArea ul li:last-child {
    padding-right: 0;
}

.secArea ul li:last-child:before {
    display: none;
}

.secArea ul li {
    float: left;
    margin-bottom: 3px;
    padding-right: 20px;
    font-size: .85em;
    line-height: 1.5;
    position: relative;
}

.secArea ul li+li:before {
    content: '';
    width: 1px;
    background-color: #b1bdd0;
    position: absolute;
    top: 3px;
    right: 10px;
    bottom: 3px;
}

.ftPagetop {
    width: 100%;
    padding: 0;
    background: #01B522;
    color: #FFF;
    text-align: center;
}

.ftPagetop a {
    position: relative;
    display: block;
    width: 100%;
    height: 37px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    line-height: 37px;
    text-decoration: none;
}

.ftPagetop a:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-left: -95px;
    background-size: 15px;
}

#ftNav {
    padding: 0 !important;
}

#ftNav nav {}

#ftNav nav ul {}

#ftNav nav ul li {
    border-bottom: solid 1px #e2e2e2;
}

#ftNav nav ul li a {
    display: block;
    padding: 10px 25px 10px 10px;
    position: relative;
    background-size: 13px;
    font-size: 13px;
    text-decoration: none;
}
#ftNav nav ul li a::before {
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 25%;
    border-radius: 50%;
    background: #908d88;
    position: absolute;
    right: 12px;
    top: 15px;
}
#ftNav nav ul li a::after {
    content: "";
    right: 11px;
    box-sizing: border-box;
    width: 6px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    top: 18px;
}

#ftBtnPc {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    background: #FFF;
    border-bottom: solid 1px #e2e2e2;
    line-height: 0;
}

#ftBtnPc a {
    display: block;
    width: 163px;
    margin: 0 auto;
}

#ftCopyright {
    clear: both;
    padding: 10px 0 85px;
    line-height: 1;
}

#bottom-tap {
    /*background-color: rgba(242, 133, 0, 0.9);*/
    width: 100%;
    padding: 8px 0 0;
    position: fixed;
    bottom: -95px;
    right: 0;
    z-index: 100;
    transition: all 0.3s ease;
    line-height: 0;
}

#bottom-tap .txt01 {
    width: 259px;
    margin: 0 auto 4px;
    line-height: 0;
}

/*#bottom-tap .btn01 {
    padding-left: 80px;
    background-image: url(../images/bg_fixed01.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 71px;
}*/

/* 20170728 */
.container.wide{
    padding: 0;
}

.bread {
    position: relative;
    z-index: 0;
    padding: 5px 10px;
    background: #f5f5f5;
    font-size: 10px;
    line-height: 1.2;
}

.btnList {
    width: 290px;
    margin: auto;
}

/* mv */
.sp_mainvisual {
	position: relative;
	background: #fef7ef;
}
.sp_mainvisual .mainvisual_area {
	position: absolute;
	top: 3vw;
	left: 3.05vw;
	line-height: 1.2;
	font-size: 5.7vw;
	font-weight: 900;
	text-shadow: white 2px 0, white -2px 0, white 0 -2px, white 0 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white 1px 1px, white 2px -1px, white -2px -1px;
}
.sp_mainvisual .mainvisual_area .place_output,
.sp_mainvisual .mainvisual_area .time_output {
	color: #f57005;
}
.sp_lp_mainvisual .mainvisual_area {
	top: 8.5vw;
}

/* mv cv */
.sp_mainvisual .c-sp-mainvisual__cta {
	padding: 0 3.5vw;
}
.sp_mainvisual .c-sp-mainvisual__cta-inner {
	position: relative;
}
.sp_mainvisual .c-sp-mainvisual__ctaBtn {
	position: absolute;
	bottom: 4vw;
	left: 3vw;
	width: 98%;
	display: block;
}
.sp_mainvisual .c-sp-mainvisual__ctaTel {
	position: absolute;
	bottom: 7.5vw;
	right: 10vw;
	font-family: sans-self, arial;
	font-size: 7.5vw;
	font-weight: bold;
	color: #e20505;
}
.sp_mainvisual .c-sp-mainvisual__ctaText {
	position: absolute;
	bottom: 2vw;
	width: 100%;
	text-align: center;
	font-size: 3vw;
	font-weight: bold;
	color: #fff;
}
.sp_mainvisual .c-sp-mainvisual__note {
    padding: 0 10px 5px;
    color: #727272;
    font-size: 10px;
    line-height: 1.5;
}

/* 2018/5/28追加 */
.trouble_con  {
    position: relative;
    z-index:2;
    margin-bottom: -4.68%;
    padding: 10px 0 25px;
    background-size: 100% 100%;
}
.trouble_con  h2 {
    padding: 0 10px;
    margin-bottom:10px;
    position: relative;
    z-index: 10;
}
.trouble_conBg{
                position: absolute;
                top: 0;
            }
.hachi_news  {
    margin-top:10px;
    position: relative;
}
.hachi_newsDate {
    position: absolute;
    z-index: 2;
    top: 5.5%;
    left: 51vw;
    font-size: 10px;
    color: #fff;
}
.hachi_newsTxt-first{
    position: absolute;
    bottom: 39vw;
    left: 17vw;
    font-size: 3vw;
    line-height: 1.2em;
    width: 78%;
    font-feature-settings: "palt";
}
.hachi_newsTxt-second{
    position: absolute;
    bottom: 20vw;
    left: 17vw;
    font-size: 3vw;
    line-height: 1.2em;
    width: 78%;
    font-feature-settings: "palt";
}
.hachi_newsTxt-third{
    position: absolute;
    bottom: 6vw;
    left: 17vw;
    font-size: 3vw;
    line-height: 1.2em;
    width: 78%;
    font-feature-settings: "palt";
}

.boxPrice01  {
    margin-bottom:15px;
}

.staff_intro {
    margin-bottom:10px;
    position:relative;
}
.staff_intro .staff_txt {
    position:absolute;
    top:0;
    left:0;
    padding-left: 2.5%;
    margin-top: 6%;
    font-size:21px;
    color:#583822;
}
.staff_intro .place_output {
    font-weight:bold;
    color:#ff590c;
}
@media screen and (max-width:360px) {
    .staff_intro .staff_txt {
        font-size:18px;
    }
}
/* 2018/6/12追加 */
.cautionArea {
    position: relative;
    margin: 50px auto;
}
.cautionArea .sp_conversion_btn {
  display: block;
  bottom: 3.0%;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 94.333%;
  height: 20%;
}
@media (max-width:360px){
    .cautionArea {
        margin: 25px auto;
    }
}

/* popup */
#overlay, .popup {
  display: none;
  position: fixed
}
.popup {
  top: 50%;
  left: 50%;
  background-color: #fff;
  z-index: 9999
}
.popup_inner {
    padding: 10px 10px 0;
}
.popup_ttl {
    padding: 10px 20px;
    background: -webkit-linear-gradient(#fabe00 50%,#f8b000 50%);
    background: linear-gradient(#fabe00 50%,#f8b000 50%);
    border-radius: 5px 5px 0 0;
    line-height:1;
}
#overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  z-index: 9998
}
#popup {
  width: 85%;
  border-radius: 10px;
  border: 2px solid #f8b000;
  max-width: 375px;
}
#close_btn {
  width: 18%;
  height: 18%;
  position: absolute;
  top: -20px;
  right: -25px
}

.secSelf{
    margin-bottom: 15px;
}
.secSelf h2{
    margin: 10px 0;
}
.secSelf h3{
    background: #EEEEEE;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 10px 10px;
    font-weight: bold;
}
.secSelf p{
    margin: 0 10px 10px;
}
.secSelf .goods_wrap {
    text-align: left;
    margin-bottom: 25px;
    padding: 0 10px;
}
.secSelf .goods_wrap .goods_sub {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.secSelf .goods_wrap .goods_sub h4 {
    height: 18px;
    border-left: 18px solid #01B522;
    font-weight: bold;
    padding-left: 8px;
}
.secSelf .goods_wrap .goods {
    flex-basis: 47%;
    border: 2px solid #01B522;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 2px 8px;
}
.secSelf .goods_wrap .goods:before {
    content: '●';
    color: #01B522;
    font-weight: bold;
    margin-right: 5px;
}
.secSelf .self_flow {
    margin-bottom: 25px;
    padding: 0 15px;
}
.secSelf .self_flow li {
    border-bottom: 1px dashed #ccc;
    text-indent: -1.5em;
    text-align: justify;
    margin-bottom: 5px;
    padding: 0 0 5px 1.5em;
}
.secSelf .self_flow li span {
    color: #FE8407;
    font-weight: bold;
    margin-right: 0.5em;
}

/* 2018.07.25 add dangermyselfArea */
.dangermyselfArea{
background: linear-gradient(to bottom,#f6db71,#f6db71 50%,#f4d24e 50%,#f4d24e);
background-size: 100% 4px;
padding: 18px 10px 10px;
}
.dangermyselfArea h2{
margin: 0 0 10px;
}
.dangermyselfArea .txt{
padding: 1px 10px;
background: #6a3a00;
border-radius: 20px;
color: #fff;
font-weight: bold;
text-align: center;
width: 70%;
margin: auto;
position: relative;
z-index: 2;
}
.dangermyselfArea ul{
background: #fff;
border-radius: 10px;
padding: 20px 10px 10px;
margin: -14px 0 0;
position: relative;
z-index: 0;
overflow: inherit;
}
.dangermyselfArea ul:after{
content: "";
margin: 0 auto -27px;
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 40px 0 40px;
border-color: #ffffff transparent transparent transparent;
}
.dangermyselfArea ul li{
display: flex;
justify-content: space-between;
padding-bottom: 5px;
margin-bottom: 8px;
border-bottom: 1px dashed #f9e69d;
}
.dangermyselfArea ul li:nth-child(4){
padding-bottom: 0;
margin-bottom: 5px;
border-bottom: none;
}
.dangermyselfArea ul li:last-child{
display: block;
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.dangermyselfArea ul li div{
width: 35%;
}
.dangermyselfArea ul li div+div{
width: 62%;
}
.dangermyselfArea ul li div+div h3{
color: #e72928;
font-weight: bold;
border-bottom: 1px solid #bda282;
position: relative;
margin: 0 0 5px;
}
.dangermyselfArea ul li div+div h3 i{
color: #fbce00;
}
.dangermyselfArea ul li div+div p{
line-height: 1.2em;
}
.dangermyselfArea .lead{
margin: -10px 0 0;
text-align: right;
position: relative;
z-index: 2;
}
.dangermyselfArea .lead img{
width: 90%;
}
.poststar {
    border: 1px solid #9c816a;
    margin: 10px auto 40px;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    width: 90%;
    background: #fff;
}
.plus_content h2{
    background: #ede4c6;
    padding: 10px;
    border-left: 5px solid #ffd139;
    margin: 0 0 20px!important;
}
.plus_content h3{
    padding: 10px 0 5px;
    border-bottom: 2px solid #ffd139;
    margin: 10px 0 20px;
    font-size: 16px;
}

/*20190130*/
.dangermyselfArea {
    position: relative;
    margin: 10px auto 10px;
}
.cautionArea {
    position: relative;
    margin: 20px auto 30px;
}
#movie_area{
    position: relative;
    margin: 30px 10px 10px;
    padding: 0 0 11px;
    border: 1px solid #D1D1D1;
    background :#fff;
    text-align: center;
}
#bg_kyain{
    width: 100%;
    padding: 30px 8px 0;
    margin: 0 0 -23px;
    position: relative;
    top: -20px;
    background-size: 27% auto;
}
#movie_area h2{
    font-size :23px;
    font-weight: bold;
    color: #f28900;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 5px 0;
    text-shadow: #fff 2px 2px 0,#fff -1px -1px 0,#fff -1px 1px 0,#fff 1px -1px 0,#fff 0 1px 0,#fff 0-1px 0,#fff -1px 0 0,#fff 1px 0 0;
}
#bg_kyain iframe{
    width: 100%;
    height: 188px;
    display: block;
}
.wp10wrap{
  padding:10px;
}
.checkBox{
  margin: 10px 0 0;
}
.checkBox_txt{
  font-size: 3.5vw;
  text-align: center;
  margin: 0 5% 0 0;
}
.agreeCheck{
  display: flex;
  padding: 5px 0 0!important;
}
.kiyaku_head{
margin: 0 0 0 1%;
}
.policy {
padding: 0 10px 0 0px;
background-size: 6px;
font-size: 10px;
}
.policy a {
text-decoration: none;
font-weight: normal;
}
.policy a:before {
content:"▶";
font-size: 10px;
margin-right: 4px;
color: #f28900;
}
.sp_h_logo {
 padding: 8px 0 0 4px;
}
.kiyaku{
float: right;
margin: 0% 4% 10px 0%;
}


.motion-strech{
-webkit-animation: strech 3s both infinite;
animation: strech 3s both infinite;
}
@-webkit-keyframes strech {
0% { -webkit-transform: scale3d(1.03, 1.03, 1.03); }
50%{ -webkit-transform: scale3d(1, 1, 1); }
100% { -webkit-transform: scale3d(1.03, 1.03, 1.03); }
}
@keyframes strech {
0% { transform: scale3d(1.03, 1.03, 1.03); }
50%{ transform: scale3d(1, 1, 1); }
100% { transform: scale3d(1.03, 1.03, 1.03); }
}
.kiyaku_header{
float: left;
width: 75%;
}
@media screen and (max-width:480px){
.kiyaku_header{
margin: -1% 0px 0 -1%;
}
}
@media screen and (max-width:375px){
.kiyaku_header{
margin: -4% 0px 0 -1%;
}
}
@media screen and (max-width:320px){
.kiyaku_header{
margin: -6% 0px 0 -1%;
}
}
.kiyaku_header p{
padding: 0px 0px 0 15px;
}

/*appearedTV:フッター内テレビ出演*/
.appearedTV{
    position: relative;
    margin: 20px 10px;
}
.appearedTV__link{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.4vw;
    width: 94%;
    margin: 0 3%;
}
.cv_main {
	padding: 2vw;
	background: #d9e021;
}

/*  */
.situation + .changeColor:not(:root) {
    margin-top: -5vw;
    margin-bottom: 5vw;
}
.changeColor .professional .professional__box:not(:root) {
    padding: 0;
    background: #fff;
}
.changeColor .secDanger section:last-of-type {
    margin-bottom: 0;
}
.cautionArea:not(:root) {
    margin: 0 auto 10px;
}
.changeColor .cautionArea .caution__inner > img:not(:root) {
    padding: 0 0 30vw;
}
.seikatsuBnr {
    margin-bottom: 7px;
}
.topNo1 img {
    display: block;
}
.topNo1 p {
    font-size: 10px;
    margin: 0 10px;
    color: #727272;
    line-height: 1.5;
}
.covid19__box:not(:root) {
    margin: 16px 10px 0;
}
.secStep {
    margin: -4px 0 15px;
}
.titSecStep {
    padding: 0 8px 6px;
}
.secStep__inner .img01 img {
    display: block;
}
.secStep .note01:not(:root) {
    padding: 5px 10px 3;
    line-height: 1.5;
}
.secStep .txt02:not(:root) {
    line-height: 1.7;
}
.changeColor .secStep__inner:not(:root) {
    padding-bottom: 4vw;
}
.secStep .boxIn:not(:root) {
    padding: 3px 0px;
    border: none;
}
.changeColor .secStep .txt02:not(:root) {
    margin: 5px;
}

/* 運営元情報 */
.operator {
    margin: 40px 0;
    padding: 12px 10px 16px;
	border: 10px solid #fcf6de;
	text-align: left;
}
.operator .operatorHeading {
    margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: 2px solid #fabe00;
	color: #fabe00;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}
.operator .operatorTable {
    width: 100%;
    margin-top: 12px;
	border-collapse: collapse;
	border-spacing: 0;
}
.operator .operatorTable__row:last-of-type .operatorTable__head {
	border-bottom: none;
}
.operator .operatorTable__head {
    display: block;
    width: 100%;
    padding: 8px;
	background-color: #f0f0f0;
	font-weight: normal;
    font-size: 12px;
    line-height: 1;
    text-align: left;
}
.operator .operatorTable__data {
    display: block;
    width: 100%;
    padding: 8px;
	border: 1px solid #f0f0f0;
}
.operator .operatorTable__data a {
	color: #3e3e3e;
	text-decoration: underline;
}
.operator .editorHeading {
	position: relative;
	margin-top: 28px;
    margin-bottom: 6px;
    padding-left: 10px;
	font-weight: bold;
    font-size: 1em;
}
.operator .editorHeading:before {
	position: absolute;
    top: 1px;
    bottom: 2px;
	left: -2px;
    width: 4px;
	background-color: #fabe00;
	content: "";
}
.operator .editorText {
    margin-left: 10px;
    line-height: 1.5;
	font-size: 14px;
}
.operator .editorLinkWrap {
    margin-top: 8px;
	text-align: right;
}
.operator a.editorLink {
	position: relative;
    margin-right: 24px;
	color: #fabe00;
    font-weight: normal;
	font-size: 15px;
	letter-spacing: -1px;
}
.operator .editorLink:before {
	display: block;
	position: absolute;
	top: 50%;
	right: -24px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #fabe00;
	content: "";
}
.operator .editorLink:after {
	display: block;
	position: absolute;
	top: 50%;
	right: -24px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	content: "";
}

/* フッターCVボタン */
.cv_foot{
    position: relative;
}
.cv_foot .tel {
    color: #000;
    font-family: sans-self, arial;
    font-weight: bold;
    font-size: 7.6vw;
    line-height: 1em;
    position: absolute;
    left: 43%;
    top: 41%;
}
/* お急ぎの方へ */
.spMv a{
    position: relative;
}
.spMv .tel{
    color: #000;
    font-family: sans-self, arial;
    font-weight: bold;
    font-size: 8.6vw;
    line-height: 1em;
    position: absolute;
    left: 14%;
    top: 44%;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
    -1px 1px 0 #fff, 1px -1px 0 #fff,
    0px 1px 0 #fff,  0 -1px 0 #fff,
    -1px 0 0 #fff, 1px 0 0 #fff;
}
.tel-link {
	display: inline-block !important;
}
/* 下層ページCTA下注釈 */
.cautionArea_annotation {
    font-size: 10px;
    margin: 0 20px;
    color: #727272;
    line-height: 1.5;
}
/* よくあるご質問 */
.secFaq__anchorLink {
	display: inline-block;
	margin-top: 1em;
	color: #00A3FF;
	font-weight: bold;
	text-decoration: none;
}
/*-----------------------------------------------------------
デラコン
-------------------------------------------------------------*/
.delacon {
	opacity: 0;
	transition: all 0.2s;
}
.delacon[dela-number] {
	opacity: 1;
}
