@charset "utf-8";

dd,dl,dt,form,h1,h2,h3,h4,h5,h6,p,td,th {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 400 !important;
}

* {
  -webkit-text-size-adjust: 100%;
}

li, ul {
  list-style-type: none;
}

body {
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  margin: 0;
  text-align: center;
  background-repeat: repeat-x;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI",
                 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
                 "メイリオ", Meiryo, sans-serif;
}

pre {
  font-size: 12px;
  font-family: -apple-system,BlinkMacSystemFont,
    "Segoe UI",
    "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",
    "メイリオ",Meiryo,
    sans-serif;
}

h1,h2,h3,h4,h5 {
  font-family: -apple-system,BlinkMacSystemFont,
    "Segoe UI",
    "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",
    "メイリオ",Meiryo,
    sans-serif;
}

h1>span {
  font-size: 20px;
  margin-left: 2em;
  vertical-align: middle;
  font-weight: 400;
}

p.right {
  text-align: right;
}

div#flash {
  margin-left: 1px;
  margin-bottom: 5px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  width: 100%;
}

td,th {
  border: none;
  text-align: left;
  vertical-align: top;
  padding: 5px 4px;
}

img {
  border: 0;
  vertical-align: top;
}

ul,
ol {
  list-style-position: outside;
  margin: 0 0 1em 1.4em;
  padding-left: 0;
}

ul {
  list-style-type: disc;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: .3em;
  margin-bottom: .3em;
}

a:active,a:link {
  color: #1c5298;
}

a:visited {
  color: #1c5298;
}

a.kani:visited {
  color: red;
}

a:hover {
  color: #1c5298;
  text-decoration: none;
}

a.kani:hover {
  color: red;
  text-decoration: none;
}

#wrapper {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

body.movo #center > h1 > span {
  display: block;
}

ul.sidebnr {
  margin: 0;
}

.maintext-sub {
  margin: 0 auto 10px;
  display: flex;
  justify-content: space-around;
}

.indent {
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 30px;
}

.indent.form1> {
  margin-left: auto;
}

.indent.form1.websys>p {
  width: auto;
  margin: 0 auto;
}

.indent.form1>p {
  width: 740px;
  margin: 0 auto;
}

.indent p {
  margin-bottom: 10px;
}

.pageTop {
  text-align: right;
}

.yoya {
  background: #3CAFA4;
  text-align: center;
  width: auto;
  border-radius: 4px;
  padding: 8px 5px;
  color: #fff;
  box-shadow: 2px 2px 2px #999;
}

.yoya i {
  margin-right: 5px;
}

.yoya a,.yoya i {
  text-decoration: none;
  color: #fff;
}

.bold {
  background: linear-gradient(transparent 85%,#c7f1ff 85%);
}

.bold>em {
  font-style: inherit;
}

ul.disc li {
  margin-left: 0;
  list-style-type: disc;
  list-style-position: inside;
}

table.table,table.table2 {
  border-collapse: collapse;
  border-spacing: 0;
}

#aboutus .table {
  table-layout: fixed;
  position: relative;
}

.table td,.table th,.table2 td,.table2 th {
  padding: 10px 10px;
  text-align: left;
  vertical-align: top;
}

.table tr {
  border-bottom: 1px #cbdaeb solid;
}

.table th {
  padding: 10px 10px;
  font-weight: 400;
  width: 20%;
}

.table2 th {
  background-color: #f2f2f2;
  width: 65px;
  font-weight: 400;
  text-align: left;
}

.corpdata li {
  margin-bottom: 30px;
  padding: 0 0 30px;
  border-bottom: 1px dotted #999;
  word-break: break-word;
}

.corpdata li:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: 0;
}

.corpdata li p {
  margin-bottom: 5px;
}

#aboutus .table td,#aboutus .table th {
  padding: 30px 15px;
  word-break: break-word;
}

#aboutus .table th,
#aboutus .table .th {
  width: 20%;
  background: #f8f8f8;
}

#aboutus .table .th+td {
}

ul.icon li {
  padding-left: 12px;
  line-height: 175%;
  background: url(../img/icon.gif) no-repeat 0 6px;
}

.clear {
  clear: both;
}

.build {
  float: right;
  margin: 0 !important;
}

#header {
  height: 115px;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

#header div.logo {
  position: absolute;
  left: 0;
  top: 20px;
}

#header div.tel {
  position: absolute;
  top: 40px;
  right: 0;
}

div#navi,
div#navif {
  height: 45px;
  background: #0060b5 !important;
}

#navi ul,
#navif ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navi li,
#navif li {
  float: left;
  width: 20%;
  text-align: center;
  color: #fff;
  border-right: 1px solid #ddd;
  line-height: 45px;
  position: relative;
}

#navi>ul>li>a,
#navif>ul>li>a {
  display: block;
  color: #fff;
  text-decoration: blink;
  margin: 5px 0;
  line-height: 35px;
}

#navi>ul>li>ul,
#navif>ul>li>ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #eee;
  border: solid 1px #ccc;
  z-index: 999;
  box-sizing: border-box;
}

#navi>ul>li>ul>li,
#navif>ul>li>ul>li {
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
  line-height: 35px;
  border: none;
  letter-spacing: 0;
  float: none;
  text-align: left;
}

#navi li ul li a,
#navif li ul li a {
  width: auto;
  line-height: 22px;
  border-right: 0;
  color: #1c5298;
  text-decoration: underline;
  text-indent: 0;
  margin: 0;
  display: block;
  padding: 3% 5% 3% 12%;
  font-size: 13px;
  background: url(https://movo.link/m_img/common/arrow02.png) no-repeat 4% center;
  background-size: 10px;
}

#navi li ul li a.anc,
#navif li ul li a.anc {
  background: 0 0;
  text-indent: 1em;
}

#navi li ul li a.anc:hover,
#navif li ul li a.anc:hover {
  color: #fff;
  background: #2984d4;
}

#navi li ul li a:hover,
#navif li ul li a:hover {
  color: #fff;
  background: url(https://movo.link/m_img/common/arrow02_w.png) no-repeat 4% center,#2984d4;
  background-size: 10px;
}

#navi>ul>li:hover>ul,
#navif>ul>li:hover>ul {
  display: block;
}

.has-grandchild {
  position: relative;
}

#navi li ul li ul,
#navif li ul li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  border: 1px solid #ccc;
  box-sizing: border-box;
  z-index: 1000;
}

#navi li ul li ul li a,
#navif li ul li ul li a {
  width: auto;
  line-height: 22px;
  border-right: 0;
  color: #1c5298;
  text-decoration: underline;
  text-indent: 0;
  margin: 0;
  display: block;
  padding: 3% 5% 3% 12%;
  font-size: 13px;
  background: url(https://movo.link/m_img/common/arrow02.png) no-repeat 4% center;
  background-size: 10px;
}

#navi li ul li:hover>ul,
#navif li ul li:hover>ul {
  display: block;
}

#navif.float_head {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: .95;
  box-shadow: 1px 1px 3px 3px rgba(0,0,0,.2);
}

.boxinner ul.disc2 {
  position: relative;
  padding: 20px 10px;
}

.boxinner ul.disc2 li.img {
  list-style-type: none;
  width: 215px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.boxinner ul.img {
  background: #fff;
}

.boxinner ul.img li {
  margin: 1%;
  float: left;
  width: 48%;
}

li.img img,ul.img li img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

#center {
  clear: both;
  margin-bottom: 20px;
  margin: 45px auto 0;
  width: 1200px;
}

.top #center {
  margin-top: 0 !important;
}

h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 40px;
  padding: 10px 20px;
  border-radius: 0;
  color: #555;
  border-left: 0 solid #195297 !important;
  font-size: 30px !important;
  text-align: center !important;
}

h1.index {
  margin: 0;
  font-size: 100% !important;
  color: #666;
  position: absolute;
  top: 50px;
  right: 10%;
  text-align: right;
  font-weight: 400;
  border: 0;
  background: 0 0;
  line-height: initial;
  padding: 0;
  border-radius: initial;
}

h1 img {
  width: 100%;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

h2.maintext {
  font-size: 100%;
  font-weight: 400;
  margin: 10px auto;
  padding: 10px 24% 10px 10px;
  text-align: center;
}

h2.title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  padding: 15px 24px;
  background: #444;
  position: relative;
  display: block;
  text-align: center !important;
}

h3.title {
  color: #195297;
  font-weight: 700;
  text-indent: 10px;
  margin-bottom: 20px;
  border-left: 5px solid #195297;
  padding: 7px 10px;
}

.toptextimg img {
  float: right;
  border-radius: 2px;
  margin: 0 0 10px 10px;
  max-width: 45%;
}

.red {
  color: #d80100;
}

#detailID .section {
  margin-bottom: 15px;
  text-align: center;
}

#detailID table {
  width: 100%;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #ccc;
  border-left-color: #ccc;
  margin-bottom: 30px;
}

#detailID td,#detailID th {
  padding: 5px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}

#detailID th {
  background-color: #f2f2f2;
  width: 130px;
  font-weight: 400;
  text-align: left;
}

#detailID img {
  margin-bottom: 5px;
}

#detailID ul {
  margin-bottom: 20px;
}

#detailID li {
  text-align: left;
  margin-bottom: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 17px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
}

#detailID p {
  margin-bottom: 20px;
  word-break: break-word;
}

#detailID .left {
  float: left;
  margin-right: 13px;
  margin-bottom: 10px !important;
  border-radius: 3px;
}

#detailID .right {
  float: right;
  margin-left: 13px;
  margin-bottom: 10px !important;
  border-radius: 3px;
}

#detailID p:after,#movo_descri:after,.clearfix:after,.donyu:after,.maincontents .submenu:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#donyu {
  margin-bottom: 60px;
}

.donyu {
  background: url(../img/a02img07.gif) no-repeat center;
  background-repeat: no-repeat;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 auto 20px;
  padding: 20px;
  max-width: 1070px;
}

.donyu img {
  width: 240px;
  height: auto;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,.3);
  border: 1px solid #efefef;
}

#donyu h4 {
  border-bottom: 1px solid #888;
  padding: 10px;
  margin-bottom: 20px;
}

.donyu .b {
  float: left;
  width: 50%;
  text-align: center !important;
}

.donyu .a {
  float: right;
  width: 50%;
  text-align: center !important;
}

.formBt {
  text-align: center;
  margin: 30px auto;
}

input.form {
  background: #ddd;
  width: 200px;
  border-style: none;
  cursor: pointer;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input.formB {
  background: #ddd;
  width: 200px;
  border-style: none;
  cursor: pointer;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input.f1 {
  width: 200px;
  border-style: none;
  cursor: pointer;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input.f2 {
  width: 200px;
  border-style: none;
  cursor: pointer;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

span.formtxt {
  display: block;
  font-size: 12px;
  color: red;
}

.info td,.info th {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
}

.works .indent img {
  width: 250px;
}

.worksImg {
  width: 329px;
  float: left;
  margin-bottom: 10px;
}

.even {
  margin-right: 10px;
}

.even2 {
  margin-right: 15px;
}

.worksTop {
  background: url(../img/worksTop.gif);
  height: 8px;
  overflow: hidden;
}

.worksBg {
  background: url(../img/worksBg.gif);
  padding: 2px 10px;
}

.worksBottom {
  background: url(../img/worksBottom.gif);
  height: 8px;
  overflow: hidden;
}

.worksBg .img {
  float: left;
  margin-right: 10px;
  border: 1px solid #dfdfdf;
}

div#imgPreviewContainer img {
  height: 380px;
}

.worksBg .text {
  float: left;
}

.worksBg .text p {
  font-size: 10px;
  line-height: 14px;
  padding-left: 8px;
}

.worksBg .title2 {
  font-size: 12px;
  border-bottom: 1px dotted #ccc;
  border-left: 3px solid #c00;
  margin-bottom: 8px;
  padding-left: 5px;
  width: 151px;
  line-height: 14px;
  padding-bottom: 2px;
}

.table select,.table textarea,.textF input {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  line-height: 25px;
}

.table input:focus,.table select:focus,.table textarea:focus {
  background-color: #f0fdff;
}

td.list .jire1 li img {
  width: auto;
}

.balloon {
  position: absolute;
  padding: 20px;
  width: auto;
  height: auto;
  line-height: 20px;
  border-radius: 9999px;
  text-align: center;
  color: #fff;
  letter-spacing: .2em;
  font-size: 14px;
  background-color: #e48d03;
  top: -65px;
  left: auto;
  right: -55px;
  transform: rotate(5deg);
  box-shadow: 1px 2px 3px #555;
}

#sidebanner {
  display: none;
}

#side li {
  margin-bottom: 10px;
}

#side .bt {
  margin-bottom: 15px;
}

#side .bt p {
  margin-bottom: 2px;
}

#side .bt p a {
  display: block;
  color: #fff;
  line-height: 39px;
  background-image: url(../img/sbg.jpg);
  background-repeat: repeat-x;
  text-indent: 10px;
  height: 39px;
  width: 200px;
  background: radial-gradient(#368ed1,#186dad);
}

#side li img {
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,.3);
}

#side>ul>li>p {
  text-align: center;
  margin: 5px 0 0;
}

#footer {
  color: #fff;
  padding-top: 290px;
  padding-bottom: 90px;
  margin-top: 20px;
  font-size: 95%;
  background: url(https://www.intens.co.jp/img/ft01g.webp) center 0 repeat-x,linear-gradient(#9ecfe3,#266fc4);
  text-align: center;
}

.inner {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.inner div.links ul li a {
  color: #fff;
  text-decoration: none;
}

ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#footer>.inner div.links ul {
  margin-bottom: 10px;
  list-style-type: none;
}

#footer>.inner div.links ul.ftlink1>li {
  float: left;
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-left: 10px;
  margin-bottom: 10px;
}

#footer>.inner div.links ul.ftlink2>li {
  float: left;
  padding-right: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  background: url(https://movo.link/m_img/common/arrow02_w.png) no-repeat 0 center;
  background-size: 7px;
  padding-left: 12px;
  font-size: 12px;
}

#footer .copyright {
  font-size: 12px;
}

.inner div.links {
  margin-bottom: 15px;
}

#footer .link a {
  color: #fff;
}

.aibis_frame.aibis_pc {
  right: 80px !important;
  bottom: 10px !important;
}

.copy {
  line-height: 22px;
  width: 920px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  clear: both;
}

.pageTop {
  margin-right: auto;
  margin-left: auto;
  width: 920px;
  clear: both;
  text-align: right;
}

.arrow_box {
  position: relative;
  background: #82a6d5;
  border: 10px solid #bbcfe8;
  float: left;
  padding: 16px 30px;
  font-size: 150%;
  color: #e2ffc2;
  line-height: 130%;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,.3);
}

.arrow_box:after,.arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}

.arrow_box:after {
  border-color: rgba(130,166,213,0);
  border-left-color: #82a6d5;
  border-width: 20px;
  margin-top: -20px;
}

.arrow_box:before {
  border-color: rgba(245,37,37,0);
  border-left-color: #bbcfe8;
  border-width: 24px;
  margin-top: -24px;
}

.table.recruit {
  margin-bottom: 80px;
}

#recruit_arrow {
  margin: 10px auto 60px;
  text-align: center;
  width: 600px;
}

#recruit_arrow img {
  width: 165px;
  float: right;
}

.kaniotoko {
  background: url(http://gigaplus.makeshop.jp/kanimamire/img/common/chara.png) 789px 18px no-repeat;
}

table.table ul.disc .last {
  padding: 0 15px 0 0;
  background: 0 0;
  margin-top: 85px;
}

table.table ul.disc {
  display: inline;
  float: left;
  width: 50%;
  line-height: 180%;
  margin: 0 0 20px 0;
}

td>span.s {
  font-size: 80%;
}

.jirei table.table ul {
  width: 31%;
  margin: 1% !important;
  float: left;
}

table.table td.list {
  padding: 10px 0 10px 5px;
  font-size: 100%;
}

table.table td.list p.right {
  position: absolute;
  bottom: 0;
  right: 0;
}

#aboutus .table ul.list-l,#aboutus .table ul.list-r {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-bottom: 100px;
}

#aboutus .table ul.list-l li,#aboutus .table ul.list-r li {
  word-break: break-word;
}

.list li {
  margin: 0 0 3px 0;
}

.table.contact tr {
  border-bottom: 0;
}

.table.contact,.table.contact tbody {
  display: block;
  width: 770px;
  margin: 0 auto;
}

form.form1 {
  width: 1200px;
  margin: 20px auto;
  text-align: center;
}

.contact .table th {
  width: 300px;
}

table span.br {
  margin-right: 30px;
}

#recruit_arrow:after,#topnavi:after,.top-info .textarea:after,table.table ul.list1:after,table.table ul.list2:after,.section:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.concept {
  margin-bottom: 40px;
  margin-left: 15px;
}

.mainvisual {
  background: url(/img/main0.jpg) no-repeat center 0;
  height: 330px;
  margin-bottom: 0;
  background-size: 100%;
}

.mainvisual>h2 {
  position: absolute;
  top: 390px;
  padding-left: 50px;
  letter-spacing: .5px;
  color: #156caf;
  text-shadow: 0 0 1px rgba(0,0,0,.2);
  font-size: 100%;
  font-weight: 400;
}

.maincontents .toptext {
  -moz-border-radius: 10px;
  margin-bottom: 30px;
}

.submenu li img {
  width: 100%;
}

.maincontents .submenu {
  margin-bottom: 20px;
  display: none;
}

.maincontents .submenu li {
  float: left;
  margin: 0 1% 0 0;
  width: 32%;
}

.top-info {
  width: 76%;
  float: left;
  margin-right: 2%;
}

.info-scroll {
  overflow: auto;
  height: 300px;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 auto 60px;
  background: #fff;
}

.info-scroll p {
  word-break: break-word;
  text-align: left;
}

.info-scroll span.icon {
  float: left;
  font-size: 12px;
  border-radius: 2px;
  padding: 0;
  display: block;
  margin-right: 0;
  background: #444;
  color: #fff;
  width: 80px;
  text-align: center;
}

.info-scroll span.icon.service {
  background: #396eb3;
}

div.top-info .textarea .note {
  display: block;
  margin: 10px auto;
  padding: 0 10px;
}

div.top-info .date {
  float: left;
  width: 95px;
}

div.top-info .textarea {
  border-bottom: 1px dotted #999;
  padding: 10px;
  line-height: 24px;
}

div.top-info .text {
  padding-left: 0;
  padding: 5px 0;
  clear: both;
}

div.top-info p.infottl {
  padding: 10px 0 0 0;
  clear: both;
  margin: 10px auto 0;
}

.ml15 {
  margin-left: 15px;
}

.top-fb {
  border: 1px solid #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,.3);
}

#pagetopfix {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 61px;
  height: 61px;
  z-index: 20000 !important;
}

#pagetopfix img {
  opacity: .7 !important;
}

.copy2 {
  font-size: large;
}

.copy3 {
  color: red;
  font-weight: 700;
  font-size: 120%;
}

.slink {
  margin: 3px 5px;
  vertical-align: text-top;
}

.ecbnr {
  margin: 70px 0;
}

#wrapper p.formbtn {
  text-align: center;
  padding: 40px 0;
}

.recruit #wrapper p.formbtn {
  margin-bottom: 40px;
}

.center {
  text-align: center !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

ul.list2>li.last>a {
  text-decoration: none;
  color: #fff;
}

#wrapper>div.maincontents>p>span {
  font-weight: 700;
  color: #1765a7;
}

.top .fb-like-box {
  display: none;
}

div#detailID .lead {
  font-size: 18px;
  margin-bottom: 30px;
  text-indent: 1em;
}

div#detailID .lead.new {
  font-size: 26px;
  line-height: 44px;
  text-indent: 0;
  margin: 40px 20px;
  text-align: center;
}

#form {
  overflow: scroll !important;
  width: 100%;
  height: 220px;
  border: 1px solid #ccc;
  padding: 10px 20px;
  line-height: 1.6;
  text-align: left;
  margin: 0 auto 40px;
}

#aboutus .table a {
  text-decoration: underline;
  color: #333;
}

.sumaho_melit {
  margin: 70px 0 30px;
}

.spon {
  display: none;
}

#detailID .sumaho_melit>ul>li {
  text-align: center;
  color: #666;
  width: 48%;
  margin: 1%;
  margin-bottom: 5px;
  font-size: 130%;
  font-weight: 700;
  background: #f9f9f9;
  border: 1px solid #999;
  border-radius: 3px;
  float: left;
  height: 92px;
  line-height: 42px;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
}

div.verinfo>ul {
  overflow: auto;
  height: 400px;
  margin: 5px 0 20px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,.3);
}

#detailID div.verinfo>ul>li {
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
}

#otameshi>div.sumaho_melit>p.innerttl {
  font-size: 20px;
  padding: 10px;
}

h4.ttl {
  font-size: 14px;
  padding: 8px 0 5px 12px;
  border-left: 3px solid #dd5026;
  margin: 10px 0;
}

h4.jirei {
  font-size: 115%;
  font-weight: 400;
  padding: 5px 10px !important;
  border-left: 2px solid #368ed1;
  background: #f9f9f9;
  color: #333;
  margin: 0 0 10px !important;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  margin-right: 20px;
}

ul.decimal {
  padding-left: 40px;
}

ul.decimal li {
  list-style-type: decimal;
}

div.verinfo>ul>li>span.date {
  width: 9em;
  float: left;
}

div.verinfo>ul>li>p {
  padding-left: 9em;
  margin-bottom: 0 !important;
}

.section_box {
  margin-bottom: 50px;
}

.shopresearch #detailID ul.nayami>li {
  position: relative;
  padding: 8px 15px;
  color: #555;
  text-align: center;
  background: #f6f6f6;
  border: 3px solid #555;
  z-index: 0;
  margin: 0 10px 10px;
  border-radius: 10px;
  float: left;
}

.shopresearch ul.nayami>li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -9px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f9f9f9 transparent transparent;
  z-index: 0;
}

.shopresearch ul.nayami {
  padding-left: 120px;
  background: url(https://www.intens.co.jp/img/komata.webp) no-repeat -10px center;
  background-size: 120px;
}

.shopresearch ul.nayami>li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #555 transparent transparent;
  z-index: -1;
}

.shopresearch #detailID ul.tokucho>li>h4 {
  padding: 5px 5px 5px 45px;
  border-bottom: 2px solid #7261af;
  display: inline-block;
  margin: 10px 0;
  font-size: 15px;
  background: url(https://www.intens.co.jp/img/check01.jpg) no-repeat 0 center;
  background-size: 40px;
}

.shopresearch #detailID ul.tokucho>li p {
  text-indent: 1em;
  margin-bottom: 10px;
}

#breadcrumbs ol:after,.section_box .flowbox:after,.toptext:after,ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.shopresearch .flowbox {
  width: 80%;
  margin: 30px auto;
  text-align: center;
}

.shopresearch .flowbox h4 {
  background: #9c88c4;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.shopresearch .flowbox p.flow {
  margin: 5px;
}

.shopresearch .flowbox .arrow1 {
  font-size: 22px;
  margin-bottom: 15px;
  display: block;
}

.shopresearch .flowbox .goal {
  float: right;
  width: 80%;
}

.shopresearch .flowbox img.yattane {
  float: left;
  width: 90px;
  margin-right: 10px;
}

.shopresearch .staffegao>ul {
  display: table;
  margin: 0 auto;
}

.shopresearch #detailID .staffegao>ul>li {
  display: table-cell;
  height: 100px;
  border: 0;
}

.recicon {
  background: #444;
  color: #fff;
  padding: 4px 12px;
  margin-left: 10px;
  border-radius: 30px;
  font-size: 16px;
}

#breadcrumbs {
  width: 80%;
  margin: 5px auto;
}

#breadcrumbs>ol>li {
  float: left;
}

#breadcrumbs>ol>li.first:before {
  content: "";
  margin: 0;
  padding: 0;
}

#breadcrumbs>ol>li:before {
  content: ">";
  margin: 0 10px;
}

.mapleft {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  word-break: break-word;
}

.mapright {
  display: inline-block;
  width: 40%;
}

p.anc {
  margin-bottom: 0;
}

td.map .anc {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

td.map .anc.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#detailID p.cp {
  font-size: 30px;
  line-height: 65px;
  text-align: center;
  margin: 30px 0 60px !important;
}

.cp>span {
  display: block;
  font-size: 52px;
}

#otameshi h4 {
  clear: both;
  line-height: 30px;
  font-size: 20px;
  margin: 0 0 10px;
  border-bottom: 3px solid #333;
  padding: 15px 5px 5px 50px;
  position: relative;
}

#otameshi h4>i {
  position: absolute;
  font-size: 37px;
  vertical-align: middle;
  left: 0;
  bottom: 15%;
}

.kometxt {
  text-align: left;
  border: 1px solid #777;
  padding: 20px;
  display: block;
  font-size: 90%;
}

sup.kome {
  font-size: 8px;
}

#detailID img.movologo {
  border: 2px solid #666;
  border-radius: 5px;
}

.mainbk {
  margin-top: 50px;
}

.mainbk .bkinner_left {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  margin: 0 5%;
  float: left;
}

.mainbk .bkinner_right {
  vertical-align: top;
  padding-top: 4%;
}

.formnote {
  background: #eee;
  padding: 10px;
  display: block;
  border-radius: 2px;
  font-size: small;
}

.verinfo {
  margin-bottom: 80px;
}

#otameshi h4:first-letter {
  font-weight: 700;
  font-size: 32px;
}

#side>ul>li:nth-child(3) {
  display: none;
}

.about01 #side>ul>li:nth-child(3) {
  display: block;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

#otameshi>h5+img {
  float: right;
  width: 240px;
  margin: 0 0 10px 10px;
}

#otameshi>p {
  margin-bottom: 60px;
}

#otameshi>h4+p {
  width: 80%;
}

* {
  box-sizing: border-box;
}

.top-main {
  margin-bottom: 40px;
}

#topside {
  float: right;
  width: 20%;
  text-align: center;
}

#topside .sidebnr li {
  margin-bottom: 20px;
}

.top-bottom .toptext h3,.top-info>h3 {
  padding: 10px 20px;
  margin-bottom: 20px;
  background: #444;
  color: #fff;
  border-radius: 0;
}

.toptext {
  margin-bottom: 40px;
}

.topslide {
  position: relative;
  left: 50%;
  width: 2400px;
  margin-left: -1200px;
}

ul.bxslider>li span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  z-index: 100;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,.9);
  text-align: center;
  width: 100%;
}

.logo img {
  width: 250px;
}

#movo_descri .descbox {
  vertical-align: top;
  display: block;
  margin-bottom: 70px;
}

#movo_descri .descbox:nth-last-child(1) {
  margin-bottom: 30px;
}

.descbox img {
  float: right;
  max-height: 180px;
  max-width: 230px;
  margin-left: 20px;
}

.descbox .ttl_to {
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  font-weight: 700;
}

.faq {
  background: #f7f7f7;
  border: 1px solid #ccc;
  margin-bottom: 80px;
  padding: 5px;
}

.faq li p.q i {
  display: none;
}

.faq .q:before {
  content: "Q";
  font-size: 27px;
  color: #195297;
  display: inline-block;
  vertical-align: sub;
  text-indent: -90px;
}

.faq .a:before {
  content: "A";
  font-size: 27px;
  color: red;
  display: inline-block;
  vertical-align: sub;
  text-indent: -90px;
}

.faq>ul {
  margin-bottom: 0 !important;
}

.faq>ul>li:nth-child(odd),.faq>ul>li:nth-last-child(1) {
  border-bottom: 0 !important;
}

#detailID .faq>ul>li:nth-child(odd) {
  padding: 10px 20px;
  margin-bottom: 0;
}

#detailID .faq>ul>li:nth-child(even) {
  padding: 10px 20px;
  margin-bottom: 0;
}

#detailID .faq li p {
  padding-left: 85px;
  margin-bottom: 0;
}

#detailID .faq li p.q {
  font-size: 16px;
}

.faq>ul>li:nth-child(odd) p {
  font-weight: 700;
}

.movo_form {
  background: #25458b;
  margin: 50px 0;
  padding: 20px;
  border-radius: 3px;
  position: relative;
}

#box {
  margin: 50px auto;
  width: auto;
  max-width: 980px;
}

#box .case {
  background: #f5f7f8;
  padding: 50px 2pc;
  position: relative;
}

#box .case h3 {
  font-weight: 600 !important;
  color: #26a69a !important;
  font-size: 21px;
  margin-bottom: 20px;
}

#box>.case>ul {
  list-style-position: inside;
}

#box>.case>ul li {
  list-style-type: disc;
  line-height: 2pc;
}

#box>.case>img {
  position: absolute;
  right: 5pc;
  top: 90pt;
  width: auto;
}

div.movo_form p {
  background: #fff;
  text-align: center;
  padding: 10px 35px;
  border-radius: 20px;
  margin: 10px 5%;
}

div.movo_form p.fo {
  padding: 10px;
}

div.movo_form p.online {
  background: #26A69A;
}

div.movo_form p.online a {
  color: #fff;
}

.movo_form>div.c1 {
  color: #fff;
  text-decoration: underline;
  padding-top: 10px;
  font-size: 16px;
  letter-spacing: 2px;
}

.movo_form p i {
  margin-right: 10px;
  font-size: 42px;
  vertical-align: sub;
}

.movo_form p a {
  color: #333;
  font-size: 22px;
  display: block;
}

.movo_form>p.sptel>a {
  text-decoration: none;
}

.movo_form>p.sptel>a>span {
  font-size: 30px;
  margin-left: 10px;
}

.movo_form h3 {
  text-align: center;
  color: #fff;
  margin: 15px auto;
  font-size: 24px;
}

.movo_form>h3>span {
  font-size: 12px;
  display: block;
  font-weight: 400;
  padding-top: 10px;
}

span.tokucho {
  line-height: 34px;
  display: block;
  font-size: 24px;
  margin: 0 auto 15px auto;
  border-bottom: 1px solid #666;
  padding: 20px;
}

span.tokucho i {
  font-size: 30px;
}

.tokucho_bk {
  margin-top: -35px;
  margin-bottom: 60px !important;
  padding: 10px 20px;
  background: #1b4443;
  color: #fff;
  border: 14px solid #7d4e1c;
  border-radius: 3px;
  filter: drop-shadow(5px 7px 10px rgba(0,0,0,.7));
  line-height: 40px;
}

span.right {
  text-align: right;
}

h2.title+#detailID>div.section>div.movo_voice {
  padding: 40px 0 0;
  border-bottom: 0 solid #555;
  margin: 30px 0;
}

a[href^="tel:"] {
  pointer-events: none;
}

#topside .sidebnr li img {
  width: 140px;
  margin: 0 auto;
  display: block;
}

#topside>ul>li.otameshi {
  position: relative;
}

#topside>ul>li.otameshi>a {
  display: block;
  text-decoration: none;
  border-radius: 4px;
  padding: 0;
  color: #fff;
  box-shadow: 2px 2px 2px #999;
  border: 1px solid #ccc;
}

#topside>ul>li.otameshi h3 {
  background: #178ECE;
  font-size: 14px;
  text-align: center;
  padding: 8px 5px;
  color: #fff;
}

#topside>ul>li.otameshi p.cycle {
  position: absolute;
  background: #C141FE;
  width: 70px;
  padding: 14px 0;
  border-radius: 9999px;
  height: 70px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  transform: rotate(-15deg);
  bottom: 55px;
  z-index: 1;
  left: -10px;
  text-align: center;
  letter-spacing: 0;
  opacity: .85;
}

.movo_voice {
  margin: 0 0 0;
  padding: 40px 0 0;
  border-top: 0 solid #555;
  border-bottom: 0 solid #555;
}

.movo_voice ul.voice01 {
  padding-left: 30%;
}

.movo_voice h3 {
  text-align: center;
  margin: 15px auto;
  font-size: 22px;
}

#detailID .movo_voice ul.voice01 {
  padding-left: 120px;
  background: url(https://www.intens.co.jp/img/naruho.jpg) no-repeat 10px 90%,url(https://www.intens.co.jp/img/usoo2.jpg) no-repeat 0 0;
  background-size: 110px;
  min-height: 270px;
  margin: 0 10%;
}

#detailID .movo_voice ul.voice01>li {
  position: relative;
  padding: 8px 15px;
  color: #555;
  text-align: left;
  background: #f6f6f6;
  border: 3px solid #555;
  z-index: 0;
  margin: 0 10px 10px;
  border-radius: 10px;
  float: none;
}

#detailID ul.voice02>li {
  position: relative;
  padding: 15px;
  color: #555;
  text-align: left;
  background: #f6f6f6;
  border: 3px solid #555;
  z-index: 0;
  margin: 0 10px 10px;
  border-radius: 10px;
  float: none;
  font-weight: 700;
}

#detailID .movo_voice ul.voice01>li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -9px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f9f9f9 transparent transparent;
  z-index: 0;
}

#detailID .movo_voice ul.voice01>li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #555 transparent transparent;
  z-index: -1;
}

#detailID .movo_voice .katari01 {
  background: url(https://www.intens.co.jp/img/katari01.jpg) no-repeat 98% center;
  background-size: 170px;
  padding: 40px 25% 20px 40px;
  border: 1px solid;
  font-weight: 700;
  width: 80%;
  margin: 0 auto 50px auto;
}

#detailID .movo_voice .katari02 {
  margin-bottom: 50px !important;
  background: url(https://www.intens.co.jp/img/katari02.jpg) no-repeat 98% center;
  background-size: 170px;
  padding: 40px 25% 20px 40px;
  border: 1px solid;
}

#otameshi p.yoshi {
  background: url(https://www.intens.co.jp/img/yoshi.webp) no-repeat 95% 90%;
  background-size: 110px;
  padding: 40px 220px 20px 20px;
  position: relative;
  min-height: 350px;
  line-height: 30px;
}

#otameshi p.yoshi span.koe {
  position: absolute;
  top: 110px;
  right: -10px;
  transform: rotate(-10deg);
  color: #333;
  font-size: 14px;
}

.descbox>p {
  line-height: 28px;
}

.none {
  display: none;
}

.f32 {
  font-size: 32px;
  background: #444;
  color: #fff !important;
  text-align: center;
  border-left: 0 !important;
}

.f32 span {
  display: block;
  font-size: 20px;
}

ul.jire1 {
  padding-top: .5%;
}

#aboutus .table td.list>ul.jire1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#aboutus .table td.list>ul.jire1>li {
  margin-right: auto;
  width: 50%;
}

td img.fr {
  max-width: 160px;
  float: right;
  margin: 0 0 0 10px;
  box-shadow: 3px 3px 3px #ccc;
}

.movo_voice ul.voice03>li {
  padding: 10px 20px !important;
}

.movo_voice .voice01,.movo_voice .voice02,.movo_voice .voice03 {
  margin-bottom: 40px !important;
}
#otameshi > div.sumaho_melit > ul,
.movo_voice .voice02 {
  margin-left: 0 !important;
}
.kasen {
  text-decoration: underline;
}

.shuten {
  font-size: 11px;
  display: block;
  margin-bottom: 30px;
}

.faq .kome,.toha {
  font-size: 12px;
  display: block;
  margin: 10px 0;
  color: #1a0dab;
  background: #fff;
  border: 1px solid #1a0dab;
  padding: 5px 15px;
  word-break: break-word;
}

#detailID table.tec th {
  width: 190px;
  border-right: 1px solid #555 !important;
}

h3.title02 {
  margin: 10px 0;
}

h3.title02:before {
  content: "-";
  margin-right: 5px;
}

#detailID table.tec {
  border-width: 0;
  margin-bottom: 60px;
}

#detailID table.tec td,#detailID table.tec th {
  border-width: 0;
  background-color: #fff;
  padding: 10px 20px;
}

.innavi ul {
  padding: 10px 40px;
}

#detailID .innavi ul li {
  padding: 0;
  float: left;
  margin: 0 5% 0 0;
  border-bottom-width: 0;
  word-break: break-all;
  font-size: 15px;
  line-height: 34px;
}

.innavi ul li i {
  margin-right: 5px;
  font-size: 16px;
  color: #333;
}

.innavi.fle ul {
  display: flex;
  justify-content: space-evenly;
  width: 70%;
  margin: 0 auto;
}

.innavi.fle ul:after {
  content: initial;
}

.innavi {
  margin: 20px 0 50px !important;
  background: #eee;
  padding: 0 !important;
}

.innavi a {
  color: #333;
}

.section .inner_left {
  max-width: 50%;
  width: 300px;
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 3px;
}

.section .inner_right {
  max-width: 50%;
  width: 30%;
  float: right;
  margin: 0 0 0 20px;
  border-radius: 3px;
}

.bx-controls {
  display: none;
}

.hikakutable {
  padding-left: 20%;
  position: relative;
}

.hikakutable dl {
  border: 0 solid #666;
  padding: 10px;
}

.hikakutable>img {
  position: absolute;
  width: 15%;
  left: 1%;
  top: 5%;
}

.hikakutable table {
  table-layout: fixed;
}

#detailID .hikakutable dt {
  text-align: left;
  padding: 10px;
  font-weight: 700;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
}

#detailID .hikakutable dl dd {
  margin-bottom: 30px;
}

#detailID .hikakutable dl dd ul {
  margin-bottom: 0;
}

#detailID .hikakutable dl dd li {
  list-style-type: circle;
  list-style-position: inside;
  border: 0;
  padding-left: 0;
  margin: 0 10px 0 35px;
  text-indent: -20px;
}

.hikakutable dl dt:nth-child(1):before {
  content: "◯";
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
  color: #d80100;
}

.hikakutable dl dt:nth-child(3):before {
  content: "△";
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}

.top-info .kome,.verinfo .kome {
  font-size: small;
  margin: 5px 0;
  display: block;
}

iframe {
  border: 0;
}

.boxinner {
  background: #e5e8f9;
  padding: 0 10px 10px 10px;
  margin: 30px 0 10px;
  width: auto;
  border-radius: 3px;
}

.boxinner h4 {
  padding: 10px;
}

ul.disc2 {
  background: #fff;
  list-style-type: disc;
}

ul.disc2 li {
  padding: 3px 15px;
  list-style-type: disc;
  list-style-position: inside;
}

table.table ul.jire1 {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  float: none;
  width: auto;
}

.topadj {
  margin-top: -60px;
  padding-top: 60px;
}

.topadj2 {
  margin-top: -80px;
  padding-top: 80px;
}

h2 .oto {
  background: url(https://gigaplus.makeshop.jp/kanimamire/img/common/chara.png) no-repeat right center;
  position: absolute;
  right: -21px;
  top: -14px;
  width: 40px;
  height: 70px;
  transform: rotate(90deg);
  z-index: -1;
  background-size: 40px;
}

#aboutus .table h4 {
  margin: 0 auto 10px;
  font-size: 16px;
  padding: 0;
}

ul.fl li {
  float: left !important;
  margin: 1% !important;
}

.section.Webm ul.voice02 li:first-letter {
  font-weight: 700;
  font-size: 28px;
  vertical-align: baseline;
}

.section.Webm h3.jirei {
  clear: both;
  line-height: 50px;
  font-size: 24px;
  margin: 0 0 10px;
  border-bottom: 3px solid #333;
  padding: 15px;
  position: relative;
  text-align: center;
}

#detailID>div.section.Webm>ul {
  background: url(https://www.intens.co.jp/img/shop2.webp) no-repeat center 0;
  background-size: 200px;
  padding-top: 200px;
}

br.sp {
  display: none;
}

span.under {
  text-decoration: underline;
}

#sitemap {
  margin-bottom: 200px;
}

#sitemap ul.child {
  padding-left: 20px;
}

#sitemap>ul {
  padding-left: 40px;
  margin: 40px 0;
  line-height: 36px;
}

#sitemap li {
  padding-left: 20px;
}

#sitemap li a {
  background: url(https://movo.link/m_img/common/arrow02.png) no-repeat 0 center;
  background-size: 10px;
  text-decoration: underline;
  margin-left: -20px;
  padding-left: 20px;
}

#guideline {
  width: 770px;
  margin: 0 auto 90px;
}

#guideline h3 {
  text-align: center;
  margin: 60px auto 20px;
  font-size: 24px;
}

#guideline p.lead {
  width: auto;
  margin: 40px auto;
}

#guideline ul {
  padding-left: 20px;
  margin-bottom: 20px;
  width: auto;
  margin: 0 auto;
}

#guideline ul li {
  word-break: break-word;
  margin-bottom: 20px;
}

#guideline ul li h5 {
  font-size: 15px;
  margin: 5px 0;
}

#guideline ul li p {
  text-indent: 1em;
  margin-bottom: .5em;
}

#guideline>ul li ul li ul {
  margin: 5px auto 10px;
}

#guideline ul.ind li {
  margin-bottom: 0;
  text-indent: -1.5em;
  margin-left: 1em;
}

#guideline>ul>li>ul>li>ul>li {
  margin-bottom: 5px;
}

#guideline ul li end {
  text-align: right;
  list-style-type: none !important;
}

#guideline ul.dec {
  padding: 0 20px 0 40px;
}

#guideline ul.dec li {
  list-style-type: decimal;
}

#guideline ul li h4 {
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

#infobox {
  text-align: left;
  border: 1px solid #000;
  padding: 20px 30px;
  margin: 20px auto;
  width: 70%;
}

#infobox h4 {
  margin-bottom: 10px;
}

.faq li i {
  display: none;
}

.faqbk a {
  text-decoration: none;
}

.faqgo {
  text-align: center;
  background: #555;
  padding: 30px 10% 20px;
  font-size: 24px;
  color: #fff;
  border-radius: 50px;
  margin: 30px auto;
  border: 4px solid #896c1e;
  cursor: pointer;
  font-weight: 700;
  height: 310px;
}

.faqgo a {
  color: #fff;
  font-weight: 700;
}

.bfjirei i,.faqgo i {
  position: absolute;
  left: 50%;
  bottom: 50px;
}

.faqgo span {
  display: inline-block;
  font-size: 15px;
  padding: 20px 0 0;
  word-break: break-word;
  font-weight: 400;
}

.faqbk {
  position: relative;
  width: 48%;
  margin: 0 .5% 40px;
  vertical-align: top;
  display: inline-block;
}

.faqbk .q1 {
  position: absolute;
  color: #915757;
  font-size: 148px;
  top: 48%;
  left: -5%;
  transform: rotate(-20deg);
}

.faqbk .q2 {
  position: absolute;
  color: #915757;
  font-size: 48px;
  top: 11%;
  right: 6%;
  transform: rotate(20deg);
}

.faqbk .q3 {
  position: absolute;
  color: #915757;
  font-size: 48px;
  top: 84%;
  right: 25%;
  transform: rotate(-10deg);
}

.bfjirei {
  position: relative;
  width: 48%;
  margin: 0 .5% 40px;
  vertical-align: top;
  display: inline-block;
}

.beinner {
  text-align: center;
  background: #e0d8d1;
  padding: 30px 10% 20px;
  font-size: 24px;
  color: #333;
  border-radius: 50px;
  margin: 30px auto;
  border: 4px solid #555;
  cursor: pointer;
  font-weight: 700;
  height: 310px;
}

.beinner .bfimg {
  display: block;
  font-size: 15px;
  padding: 20px 0 50px;
  word-break: break-word;
  font-weight: 400;
  margin-bottom: 0;
  height: 185px;
}

.bfjirei a {
  text-decoration: none;
  color: #333;
}

.bfimg img {
  margin: 0 auto;
  height: 140px;
  width: auto;
}

.qattl {
  display: inline-block;
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
}

span.ttl {
  display: block;
  font-weight: 700;
  font-size: 115%;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(255,255,255,0);
}

::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #444;
}

.panda img {
  width: 100%;
}

.panda p {
  margin-bottom: 20px;
}

.chamo_frame.chamo_pc {
  right: 90px !important;
}

#center p {
  line-height: 24px;
}

#aibis-window #aibis_offline_mail_form {
  right: 80px !important;
}

#aibis-window #aibis-offline-waiting {
  border-radius: 10px;
}

#center p.anc {
  margin-bottom: 0;
}

.floatnav {
  position: fixed;
  left: 0;
  top: 300px;
  display: block;
  background: #555;
  z-index: 2;
  box-shadow: 1px 3px 3px 3px rgb(0 0 0 / 20%);
  opacity: .9;
}

.floatnav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 !important;
}

.floatnav ul li {
  margin: 0 !important;
  padding: 20px 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  border-bottom: 0 !important;
  height: auto;
  width: 50%;
}

.floatnav ul li.ol {
  background: #26A69A;
}

.floatnav>ul>li:nth-child(1) {
  margin-bottom: 30px !important;
}

.floatnav ul li a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
}

div[id][class="anc"] {
  display: block;
  margin-top: -60px;
  padding-top: 60px;
}

.prisc {
  overflow-y: auto;
  height: 250px;
  border: 1px solid #ccc;
  width: 760px;
  padding: 10px;
}

.manu-box ul {
  list-style-type: none;
  margin: 0 !important;
}

#navi > ul > li,
#navif > ul > li {
  position: relative;
}

#navi > ul > li > .child,
#navif > ul > li > .child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  border: 1px solid #ccc;
  box-sizing: border-box;
  z-index: 9999;
}

#navi > ul > li:hover > .child,
#navif > ul > li:hover > .child {
  display: block;
}

#navi .child > li,
#navif .child > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

#navi li .grandchild li,
#navif li .grandchild li {
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
  line-height: 35px;
  border: none;
  letter-spacing: 0;
  float: none;
  text-align: left;
}

#navi li .grandchild li a,
#navif li .grandchild li a {
  width: auto;
  line-height: 22px;
  border-right: 0;
  color: #1c5298;
  text-decoration: underline;
  text-indent: 0;
  margin: 0;
  display: block;
  padding: 3% 5% 3% 12%;
  font-size: 13px;
  background: url(https://movo.link/m_img/common/arrow02.png) no-repeat 4% center;
  background-size: 10px;
}

#navi .child > li.has-grandchild,
#navif .child > li.has-grandchild {
  position: relative;
  width: 100%;
}

#navi .child > li > a,
#navif .child > li > a {
  display: block;
  line-height: 1.6;
  color: #1c5298;
  text-decoration: underline;
  white-space: nowrap;
}

#navi .grandchild,
#navif .grandchild {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding: 0;
  width: 320px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  box-sizing: border-box;
  z-index: 10000;
}

#navi .grandchild > li > a,
#navif .grandchild > li > a {
  display: block;
  line-height: 1.6;
  color: #1c5298;
  text-decoration: underline;
  white-space: normal;
  word-break: break-word;
}

#navi .child > li > a:hover,
#navi .grandchild > li > a:hover,
#navif .child > li > a:hover,
#navif .grandchild > li > a:hover {
  color: #fff;
  background: #2984d4;
}

#navi .grandchild,
#navif .grandchild {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding: 0;
  min-width: 260px;
  max-width: 320px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  box-sizing: border-box;
  z-index: 10000;
}

#navi .has-grandchild:hover > .grandchild,
#navif .has-grandchild:hover > .grandchild {
  display: block;
}

.about01 .ec-split {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 10px;
}

.about01 .ec-split.reverse {
  flex-direction: row-reverse;
}

.about01 .ec-photo {
  flex: 0 0 380px;
  max-width: 380px;
}

.about01 .ec-photo .bw {
  display: block;
}

.about01 .ec-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.about01 .ec-split img.left,
.about01 .ec-split img.right {
  float: none !important;
}

.about01 .ec-content {
  flex: 1 1 auto;
  min-width: 0;
}

.about01 .ec-content p {
  margin-bottom: 10px;
}

.about01 .ec-content ul {
  margin: 8px 0 12px;
}

@media screen and (max-width: 1000px) {
  #center {
    width: 100%;
    padding: 0 16px;
  }

  .about01 .ec-split,
  .about01 .ec-split.reverse {
    flex-direction: column;
  }

  .about01 .ec-photo {
    flex-basis: auto;
    max-width: 520px;
    margin: 0 auto;
  }
}

.sysdev-section {
  margin: 40px 0 60px;
  padding: 20px 20px 25px;
  border: 1px solid #e1e4ec;
  background: #f8f9fc;
}

.sysdev-main p {
  line-height: 1.8;
  margin-bottom: 10px;
}

.sysdev-main .sysdev-link {
  margin-top: 10px;
  font-weight: bold;
  width: 420px;
}

.sysdev-units {
  margin-top: 30px;
  row-gap: 20px;
  column-gap: 20px;
}

.sysdev-unit {
  background: #ffffff;
  border: 1px solid #d5d9e3;
  border-radius: 4px;
  padding: 18px 18px 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.sysdev-unit h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold !important;
  color: #333;
}

.sysdev-lead {
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.7;
}

.sysdev-unit p {
  line-height: 1.8;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .sysdev-units {
    display: flex;
    flex-wrap: wrap;
  }

  .sysdev-unit {
    width: calc(50% - 10px);
  }
}

.guide-section {
  margin: 20px 0 60px;
  padding: 18px 20px 20px;
  border: 1px solid #e1e4ec;
  background: #f5f7fb;
  border-radius: 4px;
}

.guide-section p {
  margin: 0 0 12px;
  line-height: 1.8;
}

.guide-link-main {
  font-weight: bold;
  margin: 6px 0 10px;
}

.guide-link-index {
  display: inline-block;
  font-weight: 700;
  color: #195297;
  text-decoration: underline;
}

.guide-link-index:hover {
  text-decoration: none;
}

.guide-cards {
  margin: 10px 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guide-card {
  flex: 0 0 calc(50% - 5px);
  min-width: 0;
  background: #ffffff;
  border: 1px solid #d5d9e3;
  border-radius: 6px;
  padding: 12px 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.guide-card a {
  display: block;
  text-decoration: none;
  color: #195297;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 22px;
}

.guide-card a:hover {
  text-decoration: underline;
}

.guide-card:after {
  content: "→";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -10px;
  color: #195297;
  font-weight: 700;
  opacity: .55;
}

.guide-card:hover {
  border-color: #cfd8e3;
  background: #fbfdff;
}

.guide-note {
  margin-top: 6px;
  font-size: 13px;
  color: #555;
}

.sysdev-unit > img {
  width: 280px;
}

.sysdev-scene-links {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}

.sysdev-scene-links-item {
  margin: 0;
  border-bottom: 0 !important;
}

.sysdev-scene-links-link {
  display: block;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 10px;
  text-decoration: none;
  line-height: 1.35;
}

.sysdev-scene-links-link:hover {
  border-color: rgba(0,0,0,0.22);
}

.sysdev-scene-links-tag {
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.75;
}

.sysdev-scene-links-desc {
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.80;
  line-height: 1.5;
}

.sysdev-unit-wide {
  grid-column: 1 / -1;
  width: auto;
}

.sysdev-unit-wide-inner {
  display: flex;
  gap: 24px;
  align-items: center;
}

.sysdev-unit-wide-text {
  flex: 1 1 auto;
  min-width: 0;
}

.sysdev-unit-wide-illust {
  flex: 0 0 280px;
  max-width: 280px;
}

.sysdev-unit-wide-illust img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.98;
}

.sysdev-scene-links {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}

.sysdev-scene-links-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f3f7ff;
  border: 1px solid #d7e3ff;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  color: #1f4fbf;
  box-shadow: 0 8px 20px rgba(20, 60, 140, 0.08);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}

.sysdev-scene-links-item a::before {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #1f4fbf;
  color: #fff;
  font-weight: 800;
  flex: 0 0 auto;
}

.sysdev-scene-links-item a:hover {
  background: #eaf2ff;
  border-color: #bcd0ff;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(20, 60, 140, 0.14);
}

.sysdev-scene-links-item a:active {
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(20, 60, 140, 0.10);
}

.sysdev-scene-links-item a:focus-visible {
  outline: 3px solid rgba(31, 79, 191, 0.35);
  outline-offset: 2px;
}

.sysdev-scene-links-item {
  margin: 0;
}

.sysdev-scene-links-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(20, 40, 80, 0.18);
  background: rgba(60, 110, 180, 0.06);
  text-decoration: none;
  font-weight: 700;
  line-height: 1.35;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}

.sysdev-scene-links-link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: rgba(60, 110, 180, 0.60);
  flex: 0 0 auto;
}

.sysdev-scene-links-link::after {
  content: "→";
  margin-left: auto;
  opacity: .75;
}

.sysdev-link {
  margin: 18px 0 0;
}

.sysdev-link a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f3f7ff;
  border: 1px solid #d7e3ff;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  color: #1f4fbf;
  box-shadow: 0 8px 20px rgba(20, 60, 140, 0.08);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}

.sysdev-link a::before {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #1f4fbf;
  color: #fff;
  font-weight: 800;
  flex: 0 0 auto;
}

.sysdev-link a:hover {
  background: #eaf2ff;
  border-color: #bcd0ff;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(20, 60, 140, 0.14);
}

.sysdev-link a:active {
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(20, 60, 140, 0.10);
}

.sysdev-link a:focus-visible {
  outline: 3px solid rgba(31, 79, 191, 0.35);
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .sysdev-link a {
    padding: 14px 14px;
  }

  .sysdev-link a::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .sysdev-scene-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .sysdev-unit-wide-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sysdev-unit-wide-illust {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 768px) {
  .sysdev-scene-links {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .guide-section {
    padding: 14px 14px;
  }

  .guide-cards {
    gap: 8px;
  }

  .guide-card {
    flex-basis: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html.js body {
    opacity: 0;
    transition: opacity 220ms ease;
  }

  html.js body.page-ready {
    opacity: 1;
  }
}

.faq > ul > li:nth-child(1) > p.q:before {
  content: "Q1";
}

.faq > ul > li:nth-child(3) > p.q:before {
  content: "Q2";
}

.faq > ul > li:nth-child(5) > p.q:before {
  content: "Q3";
}

.faq > ul > li:nth-child(7) > p.q:before {
  content: "Q4";
}

.faq > ul > li:nth-child(9) > p.q:before {
  content: "Q5";
}

.faq > ul > li:nth-child(11) > p.q:before {
  content: "Q6";
}

.faq > ul > li:nth-child(13) > p.q:before {
  content: "Q7";
}

.faq > ul > li:nth-child(15) > p.q:before {
  content: "Q8";
}

.faq > ul > li:nth-child(17) > p.q:before {
  content: "Q9";
}

.faq > ul > li:nth-child(19) > p.q:before {
  content: "Q10";
}

.faq > ul > li:nth-child(21) > p.q:before {
  content: "Q11";
}

.faq > ul > li:nth-child(23) > p.q:before {
  content: "Q12";
}

.faq > ul > li:nth-child(25) > p.q:before {
  content: "Q13";
}

.faq > ul > li:nth-child(27) > p.q:before {
  content: "Q14";
}

.faq > ul > li:nth-child(29) > p.q:before {
  content: "Q15";
}

.faq > ul > li:nth-child(31) > p.q:before {
  content: "Q16";
}

.faq > ul > li:nth-child(33) > p.q:before {
  content: "Q17";
}

.faq > ul > li:nth-child(35) > p.q:before {
  content: "Q18";
}

.faq > ul > li:nth-child(37) > p.q:before {
  content: "Q19";
}

.faq > ul > li:nth-child(39) > p.q:before {
  content: "Q20";
}

.faq > ul > li:nth-child(41) > p.q:before {
  content: "Q21";
}

.faq > ul > li:nth-child(43) > p.q:before {
  content: "Q22";
}

.faq > ul > li:nth-child(45) > p.q:before {
  content: "Q23";
}

.faq > ul > li:nth-child(47) > p.q:before {
  content: "Q24";
}

.faq > ul > li:nth-child(49) > p.q:before {
  content: "Q25";
}

.faq > ul > li:nth-child(51) > p.q:before {
  content: "Q26";
}

.faq > ul > li:nth-child(53) > p.q:before {
  content: "Q27";
}

.faq > ul > li:nth-child(55) > p.q:before {
  content: "Q28";
}

.faq > ul > li:nth-child(57) > p.q:before {
  content: "Q29";
}

.faq > ul > li:nth-child(59) > p.q:before {
  content: "Q30";
}

.faq > ul > li:nth-child(61) > p.q:before {
  content: "Q31";
}

.faq > ul > li:nth-child(63) > p.q:before {
  content: "Q32";
}

.faq > ul > li:nth-child(65) > p.q:before {
  content: "Q33";
}

.faq > ul > li:nth-child(67) > p.q:before {
  content: "Q34";
}

.faq > ul > li:nth-child(69) > p.q:before {
  content: "Q35";
}

.faq > ul > li:nth-child(71) > p.q:before {
  content: "Q36";
}

.faq > ul > li:nth-child(73) > p.q:before {
  content: "Q37";
}

.faq > ul > li:nth-child(75) > p.q:before {
  content: "Q38";
}

.faq > ul > li:nth-child(77) > p.q:before {
  content: "Q39";
}

.faq > ul > li:nth-child(79) > p.q:before {
  content: "Q40";
}

.faq > ul > li:nth-child(81) > p.q:before {
  content: "Q41";
}

.faq > ul > li:nth-child(83) > p.q:before {
  content: "Q42";
}

.faq > ul > li:nth-child(85) > p.q:before {
  content: "Q43";
}

.faq > ul > li:nth-child(87) > p.q:before {
  content: "Q44";
}

.faq > ul > li:nth-child(89) > p.q:before {
  content: "Q45";
}

.faq > ul > li:nth-child(91) > p.q:before {
  content: "Q46";
}

.faq > ul > li:nth-child(93) > p.q:before {
  content: "Q47";
}

h3.title.faqttl {
  display: flex;
  justify-content: space-between;
}

.indpkg-faq-search {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 12px;
}

.faq-search-label {
  margin-bottom: 3px;
  color: #666;
}

#faq-search {
  width: 260px;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 16px;
  border: 1px solid #c5ccdd;
  font-size: 13px;
  box-sizing: border-box;
}

.ec-consult-steps {
  counter-reset: ecstep;
  margin: 1.5em 0;
  padding: 0;
  list-style: none;
}

.ec-consult-steps li {
  counter-increment: ecstep;
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  margin: 0 0 0.8em;
  padding: 0.8em 1em;
  background: #fafafa;
  border-left: 4px solid #ddd;
}

.ec-consult-steps li::before {
  content: counter(ecstep);
  flex: 0 0 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 50%;
  background: #333;
  color: #fff;
  font-size: 0.9em;
  margin-top: 0.1em;
}

.ec-consult-steps li strong {
  display: block;
  margin-bottom: 0.2em;
}

.framewrap iframe {
  width: 100%;
  min-height: 600px;
  border: 0;
  display: block;
}

.notice {
  display: inline-block;
  padding: 16px 20px;
  font-size: 16px;
  text-align: center;
  margin: 8px 0 12px;
}

.btn-reload {
}

.btn-reload:hover {
  opacity: .75;
}

.manudetail-wrap {
  max-width: 1200px;
  margin: 0 auto 60px;
  font-size: 14px;
}

.manudetail-wrap.funeral {
}

.manudetail-wrap li {
  border-bottom: none;
  padding-bottom: 0;
}

.manu-h1lead {
  margin: 12px 0 22px;
  font-size: 15px;
}

.manu-head {
  background: #3f4855;
  color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 24px;
}

.manu-head-tag {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}

.manu-head-target {
  font-size: 12px;
  opacity: 0.9;
  margin-bottom: 6px;
}

.manu-head-lead {
  font-size: 13px;
  margin: 6px 0 0;
}

.manu-section {
  margin-bottom: 32px;
  padding: 20px 20px 18px;
  border-radius: 10px;
  border: 1px solid #dde3ee;
  background: #fff;
}

.manu-section h2 {
  font-size: 22px;
  margin-bottom: 30px;
  border-left: 4px solid #3f4855;
  padding-left: 8px;
}

.manu-section p {
  margin: 10px 0 14px;
}

.manu-section ul {
  margin: 10px;
  padding: 0;
}

.manu-section.flow-section {
  margin-bottom: 24px;
}

.manu-subttl {
  display: inline-block;
  font-size: 14px;
  margin: 14px 0 6px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #fff7e6;
  border: 1px solid #f3c26b;
  color: #b67618;
  font-weight: bold;
}

.manu-boxwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

.manu-box {
  flex: 1 1 32%;
  min-width: auto;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dde3ee;
  padding: 10px 12px;
  box-sizing: border-box;
}

.manu-box-title {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
}

.manu-syslist {
  list-style: none;
  margin: 10px 0 !important;
  padding: 0;
}

.manu-sysitem {
  margin-bottom: 12px;
  border: 0;
  border-radius: 6px;
  background: #e0e7f8;
  overflow: hidden;
}

.manu-sysbtn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 40px 20px 12px;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
}

.manu-sysbtn:focus {
  outline: none;
}

.manu-sysbtn::after {
  content: "＋";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 16px;
}

.manu-sysitem.is-open .manu-sysbtn::after {
  content: "－";
}

.manu-sysdetail {
  max-height: 0;
  overflow: hidden;
  padding: 0 12px;
  border-top: 1px solid #d2d9e8;
  font-size: 13px;
  line-height: 1.7;
  background: #ffffff;
  transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
}

.manu-sysitem.is-open .manu-sysdetail {
  padding-top: 8px;
  padding-bottom: 10px;
}

.manu-expansion-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.manu-expansion-list li {
  flex: 0 0 calc(50% - 14px);
  max-width: calc(50% - 14px);
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff8e3;
  border: 1px solid #f3c26b;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.6;
}

.manu-flow {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.manu-flow li {
  position: relative;
  margin-bottom: 28px;
  padding: 18px 16px 14px;
  border-radius: 10px;
  border: 1px solid #dde3ee;
  background: #ffffff;
  overflow: hidden;
}

.manu-flow li:last-child {
  margin-bottom: 0;
}

.manu-flow li::before {
  content: attr(data-step);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  background: #f2f3f7;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px;
  border-bottom: 1px solid #d6d8e0;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}

.manu-flow li p {
  margin: 28px 0 0 0;
  line-height: 1.7;
}

.manu-flow li::after {
  content: "";
}

.movo_form {
  background: #3f4855 !important;
}

.indtopics-related {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 24px 32px !important;
  background: #f7f7f9;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

.indtopics-related-title {
  font-size: 1.1rem;
  margin: 0 0 14px;
  font-weight: 600;
  border-left: 4px solid #405269;
  padding-left: 10px;
}

.indtopics-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 24px;
}

.indtopics-related-item {
  flex: 0 0 48%;
  line-height: 1.6;
  font-size: 0.95rem;
  list-style-type: disc;
}

.indtopics-related-item a {
  text-decoration: none;
  color: #1a4f80;
}

.indtopics-related-item a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .indtopics-related {
    padding: 20px 16px;
  }

  .indtopics-related-item {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 768px) {
  .manudetail-wrap {
    padding: 0 10px 0;
  }

  .manu-section {
    padding: 16px 14px 14px;
  }

  .manu-boxwrap {
    flex-direction: column;
  }

  .manu-expansion-list {
    flex-direction: column;
  }

  .manu-expansion-list li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #navi,
  #navif {
    display: none !important;
  }

  #wrapper #header {
    border-top: 4px solid #368ed1 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
  }

  #header {
    height: 70px !important;
  }

  .logo {
    text-align: center;
    padding: 6px 0;
    left: 10px !important;
    top: 1px !important;
  }

  .logo img {
    max-width: 160px !important;
    height: auto !important;
  }

  .fdw-btn {
    left: 20px;
    right: auto !important;
  }

  #breadcrumbs {
    margin-top: 8px;
  }

  .manu-box {
    flex: 1 1 auto;
  }

  div.movo_form p {
    border-radius: 15px;
  }

  .about02.movo h1>span {
    font-size: 16px;
    margin-left: 0em;
    vertical-align: middle;
    font-weight: 400;
    margin-top: 20px;
  }
}

@media only screen and (max-width:1400px) {
  .floatnav {
    display: none;
  }
}

@media only screen and (max-width:1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  #center {
    width: 95% !important;
    margin: 0 auto;
    overflow: hidden;
  }

  #header {
    width: 100% !important;
  }

  h1.index {
    right: 5%;
  }

  h2.maintext br {
    display: none;
  }

  h2.maintext {
    word-break: break-word;
  }

  div#breadcrumbs {
    width: 95%;
    margin: 10px auto;
    clear: both;
  }

  .info-scroll {
    height: 280px;
    margin: 0 0 30px;
    padding: 0;
  }

  p.toptext img {
    max-width: 50%;
  }

  div.top-info p.infottl {
    font-size: 100%;
    clear: both;
  }

  div.top-info .text {
    padding-left: 0;
    clear: both;
    margin-bottom: .5em;
  }

  .info-scroll p {
    word-break: break-word;
  }

  .maincontents {
    width: 100%;
  }

  #topside {
    display: none;
  }

  .innavi ul {
    width: auto !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    padding: 10px;
  }

  .top-info {
    width: auto;
    margin-right: 0;
  }

  div.top-info .textarea {
    padding: 10px 20px;
  }

  .bx-wrapper {
    margin-bottom: 0;
  }

  h2.maintext {
    margin: 10px auto;
    padding: 0 10px;
  }
}

@media only screen and (max-width:1024px) {
  #detailID .innavi ul li {
    width: auto !important;
  }

  .beinner,.faqgo {
    height: 400px;
    position: relative;
  }

  .beinner .fa,.faqgo .fa {
    position: absolute;
    bottom: 15px;
    left: 50%;
  }

  .faqbk .q1 {
    left: -15%;
  }

  .balloon {
    top: -65px;
    right: 0;
  }

  .lead {
    word-break: break-word !important;
  }

  #aboutus .table td,#aboutus .table th,.recruit td,.recruit th {
    width: auto !important;
    display: block;
  }

  .recruit th {
    font-weight: 700 !important;
  }

  table.table ul.disc {
    float: none;
  }

  #aboutus .table .map div {
    display: block;
    width: auto;
  }

  #aboutus .table .mapright {
    margin: 20px 0;
  }

  #otameshi p.yoshi {
    min-height: 220px;
  }

  br.sp {
    display: block;
  }

  .table tr {
    border-bottom: 0 !important;
  }
}

#breadcrumbs ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.inner {
  width: auto;
}

#footer>.inner div.links ul {
  margin: 10px;
}

.indent {
  margin-left: 0;
}

body {
  color: #333;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: -apple-system, BlinkMacSystemFont,
    "Yu Gothic UI", "Yu Gothic",        
    "Segoe UI",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo,
    sans-serif;
}

#center p,
#center li {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media (prefers-reduced-motion: no-preference) {
  html.js body {
    opacity: 0;
    transition: opacity 220ms ease;
  }

  html.js body.page-ready {
    opacity: 1;
  }
}

.indent.form1 {
  margin-left: auto;
}

html, body {
  overflow-x: hidden;
}

#wrapper {
  overflow-x: hidden;
  overflow-y: visible;
}

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

#navi li ul,
#navif li ul {
  top: 100% !important;
  left: 0 !important;
}

@media only screen and (max-width:1100px) {
  #center {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 12px !important;
    box-sizing: border-box;
    overflow: visible !important;
  }

  #header {
    width: 100% !important;
    height: auto !important;
    padding: 12px 12px 8px !important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }

  #header div.logo,
  #header div.tel {
    position: static !important;
  }

  #header div.logo img {
    width: auto !important;
    max-width: 240px;
    height: auto !important;
  }

  #header div.tel {
    margin-left: auto;
    text-align: right;
  }

  .copy, .pageTop,
  form.form1,
  .table.contact,
  #guideline,
  #infobox,
  .prisc,
  #recruit_arrow {
    width: auto !important;
    max-width: 100% !important;
  }

  .table.contact,
  #guideline,
  .prisc {
    box-sizing: border-box;
  }

  .topslide {
    left: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  div#navi,
  div#navif {
    height: auto !important;
    position: relative;
    z-index: 20000;
  }

  #navi ul,
  #navif ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }

  #navi > ul > li,
  #navif > ul > li {
    float: none !important;
    width: auto !important;
    flex: 1 1 180px;
    min-width: 150px;
    line-height: 1.2 !important;
    border-right: 1px solid rgba(255,255,255,0.35);
    position: relative;
  }

  #navi > ul > li > a,
  #navif > ul > li > a {
    margin: 0 !important;
    padding: 12px 10px !important;
    line-height: 1.2 !important;
    font-size: 14px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #navi > ul > li > ul,
  #navif > ul > li > ul {
    width: 100% !important;
    box-sizing: border-box;
    z-index: 21000;
  }

  #navi li ul li a,
  #navif li ul li a {
    padding: 10px 12px 10px 28px !important;
    background-position: 10px center !important;
  }

  #navi li ul li ul,
  #navif li ul li ul,
  #navi .grandchild,
  #navif .grandchild {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  #navif.float_head {
    z-index: 25000 !important;
  }
}

.headnav > ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.headnav > ul > li {
  position: relative;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.headnav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 12px;
  box-sizing: border-box;
  line-height: 1.2;
  white-space: nowrap;
}

.headnav ul.child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 320px;
}

.headnav ul.child > li {
  position: relative;
  margin: 0;
  padding: 0;
}

.headnav ul.grandchild {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10000;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 360px;
}

.headnav > ul > li:hover > ul.child,
.headnav > ul > li:focus-within > ul.child {
  display: block;
}

.headnav ul.child > li:hover > ul.grandchild,
.headnav ul.child > li:focus-within > ul.grandchild {
  display: block;
}

@media only screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }

  #center {
    padding: 0 10px !important;
  }

  h1 {
    font-size: 22px !important;
    line-height: 1.35 !important;
    margin: 14px 0 22px !important;
    padding: 10px 12px !important;
  }

  h2.title {
    padding: 12px 12px !important;
    font-size: 20px;
  }

  h3.title {
    margin-bottom: 14px !important;
    font-size: 20px;
  }

  #otameshi > h3.title.f32 > br {
    display: none;
  }

  #detailID p.cp {
    font-size: 30px !important;
  }

  span.tokucho {
    padding: 15px 0;
  }

  span.tokucho i {
    font-size: 25px;
    margin: 0 10px 0px 0;
  }

  #header {
    padding: 10px 10px 6px !important;
    gap: 8px !important;
  }

  #header div.logo {
    width: 100%;
    text-align: left;
  }

  #header div.logo img {
    max-width: 220px !important;
    width: auto !important;
    height: auto !important;
  }

  #header div.tel {
    width: 100%;
    text-align: left !important;
    margin-left: 0 !important;
  }

  a[href^="tel:"] {
    pointer-events: auto !important;
  }

  #breadcrumbs {
    width: 95% !important;
    margin: 8px auto !important;
    font-size: 12px !important;
  }

  #breadcrumbs ol {
    display: block;
  }

  #breadcrumbs ol li {
    float: none !important;
    display: inline;
    word-break: break-word;
  }

  .toptextimg img,
  .descbox img,
  #otameshi > h5 + img,
  td img.fr,
  #detailID .left,
  #detailID .right {
    float: none !important;
    display: block !important;
    max-width: 100% !important;
    width: auto !important;
    margin: 0 auto 12px !important;
  }

  .donyu .a,
  .donyu .b {
    float: none !important;
    width: 100% !important;
    margin: 0 0 12px !important;
  }
  .donyu {
    background: none;
  }

  .mainbk .bkinner_left {
    float: none !important;
    width: 100% !important;
    margin: 0 0 14px !important;
  }

  .mainbk .bkinner_right {
    width: 100% !important;
    padding-top: 0 !important;
  }

  form.form1 {
    width: auto !important;
    margin: 14px 0 !important;
    padding: 0 10px !important;
    box-sizing: border-box;
  }

  input.form,
  input.formB,
  input.f1,
  input.f2 {
    width: 100% !important;
    max-width: 360px !important;
    box-sizing: border-box;
  }

  table.table,
  table.table2,
  #detailID table,
  #detailID table.tec {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #aboutus .table td,
  #aboutus .table th,
  .recruit td,
  .recruit th {
    display: block !important;
    width: auto !important;
  }

  .copy,
  .pageTop,
  .table.contact,
  #guideline,
  #infobox,
  .prisc,
  #recruit_arrow {
    width: auto !important;
    max-width: 100% !important;
  }

  .faqbk,
  .bfjirei {
    width: 100% !important;
    margin: 0 0 18px !important;
    display: block !important;
  }

  .beinner,
  .faqgo {
    height: auto !important;
    padding: 22px 10% 48px !important;
  }

  .beinner .bfimg {
    height: auto !important;
    padding-bottom: 18px !important;
  }

  div#detailID .lead.new {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 18px 10px !important;
  }

  .shopresearch ul.nayami {
    padding-left: 0 !important;
    background: none !important;
  }

  .shopresearch #detailID ul.nayami>li {
    float: none !important;
    width: auto !important;
    margin: 0 0 10px !important;
  }

  #detailID .movo_voice ul.voice01 {
    padding-left: 0 !important;
    background: none !important;
    min-height: 0 !important;
    margin: 0 0 18px !important;
  }

  #detailID .faq li p {
    padding-left: 0 !important;
  }

  .faq .q:before,
  .faq .a:before {
    text-indent: 0 !important;
    margin-right: 8px;
  }

  .build {
    float: none;
    margin: 0 auto 30px !important;
    text-align: center;
  }

  #footer {
    padding-top: 290px !important;
    padding-bottom: 80px !important;
  }

  #pagetopfix {
    width: 50px;
    height: 50px;
  }

  .fdw-btn {
    height: 50px !important;
    min-width: auto !important;
    width: 140px !important;
    left: 10px;
    right: auto !important;
  }

  #otameshi p.yoshi {
    padding: 0;
    padding-bottom: 110px;
    background-size: 80px;
    background-position-y: bottom;
    margin-top: 20px;
  }

  .movo_form>p.sptel>a>span {
    display: inline-block;
  }

  h3.title.faqttl {
    flex-wrap: wrap;
  }

  #detailID .movo_voice .katari01 {
    padding: 20px;
    background-position-y: bottom;
    padding-bottom: 140px;
  }

  #detailID .movo_voice .katari02 {
    padding: 20px;
    background-position-y: bottom;
    padding-bottom: 110px;
  }

  #detailID .sumaho_melit>ul>li {
    line-height: normal;
    width: 100%;
    height: auto;
    border-radius: 10px;
    float: none;
    margin: 10px auto;
  }


  #detailID table.tec th {
    width: 100px;
  }

  .sysdev-main .sysdev-link {
    width: auto !important;
  }

  .sysdev-unit {
    margin-bottom: 10px;
  }

  .sysdev-scene-links-item {
    padding-left: 0 !important;
  }

  #detailID ul.voice02>li {
    width: 100%;
  }

  #sitemap {
    margin-bottom: 0;
  }

  #sitemap>ul {
    padding-left: 0;
    margin: 10px;
  }

  #sitemap li {
    line-height: 2.3 !important;
  }

  .indent.form1>p {
    width: auto;
  }

  .table.contact, .table.contact tbody {
    width: auto;
  }

  .contact .table th,
.contact .table td {
    width: auto;
    display: block;
  }

  .table textarea {
    width: 100%;
  }

  #about > tbody > tr:nth-child(8) > td > ul > li > img {
    float: right !important;
    width: 50% !important;
    margin: 0 0 0 20px !important;
  }

  #aboutus .table ul.list-l, #aboutus .table ul.list-r {
    width: auto;
    float: none;
    margin: 0;
  }

  table.table td.list p.right {
    position: static;
    margin-top: 30px;
  }

  #aboutus .table td, #aboutus .table th {
    padding: 20px 15px;
  }

  .recicon {
    display: inline-block;
  }

  .faq>ul {
    margin-left: 0 !important;
  }

  #navi ul,
  #navif ul {
    display: block !important;
  }

  #navi > ul > li,
  #navif > ul > li {
    float: none !important;
    width: 100% !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.25) !important;
  }

  #navi > ul > li > a,
  #navif > ul > li > a {
    margin: 0 !important;
    padding: 12px 12px !important;
    line-height: 1.2 !important;
    font-size: 15px !important;
    text-decoration: none !important;
  }

  #navi > ul > li > ul,
  #navif > ul > li > ul {
    position: static !important;
    width: auto !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  #navi > ul > li:hover > ul,
  #navif > ul > li:hover > ul,
  #navi > ul > li:focus-within > ul,
  #navif > ul > li:focus-within > ul {
    display: block !important;
  }

  #navi li ul li ul,
  #navif li ul li ul,
  #navi .grandchild,
  #navif .grandchild {
    position: static !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  #navi li ul li a,
  #navif li ul li a,
  #navi li .grandchild li a,
  #navif li .grandchild li a {
    padding: 12px 12px 12px 32px !important;
    background-position: 12px center !important;
    background-size: 10px !important;
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 20px !important;
  }

  #center p,
  #center li {
    font-size: 15px !important;
  }

  .movo_form p a {
    font-size: 18px !important;
  }

  .movo_form p i {
    font-size: 34px !important;
  }
}

.topslide {
  position: relative;
  z-index: 1;
}

@media (max-width: 860px) {
  .topslide h1.index {
    position: absolute;
    left: 20px;
    right: 20px;
    z-index: 3;
    padding: 10px 12px !important;
    color: #fff;
    font-weight: 300 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    background: rgba(0, 0, 0, .45);
    border-radius: 8px;
    pointer-events: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    top: auto;
    bottom: 10px;
    width: calc(100% - 40px);
    margin: 0 !important;
  }
}

@media (min-width: 861px) {
  h1.index {
    margin: 0;
    font-size: 100% !important;
    color: #666;
    position: absolute;
    top: 50px;
    right: 10%;
  }
}

/* FAQ：PCではボタン非表示 */
.faq-toggle { display: none; }

@media screen and (max-width: 768px){

  /* トグルは「見逃されない」サイズに */
  .faq-toggle{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 10px 0 0;
    padding: 12px 14px;
    border: 1px solid #c8d2e1;
    border-radius: 10px;
    background: #f6f8fb;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
  }

  .faq-toggle i{
    transition: transform .15s ease;
    display: inline-block;
  }

  /* FAQ本体：スマホでも常に表示（完全には隠さない） */
  .faq{
    margin-top: 10px;
  }

  /* デフォルト（折りたたみプレビュー）：先頭Qが数個見える高さに制限 */
  .faq.is-collapsed{
    position: relative;
    max-height: 20em;   /* だいたいQが2〜3個見える目安。必要ならここだけ微調整 */
    overflow: hidden;
    cursor: pointer;
  }

  /* “下にいくほど透明”の本命：mask（対応ブラウザ） */
  .faq.is-collapsed{
    -webkit-mask-image: linear-gradient(to bottom,
    rgba(0,0,0,1) 0%,
      rgba(0,0,0,1) 70%,
      rgba(0,0,0,0.35) 88%,
      rgba(0,0,0,0) 100%
    );
    mask-image: linear-gradient(to bottom,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,1) 70%,
      rgba(0,0,0,0.35) 88%,
      rgba(0,0,0,0) 100%
    );
  }

  /* フォールバック：白フェードを重ねて「続きがある」感じを強める */
  .faq.is-collapsed::after{
    content:"";
    position:absolute;
    left:0; right:0; bottom:0;
    height: 56px;
    pointer-events: none;
    background: linear-gradient(to bottom,
      rgba(255,255,255,0),
      rgba(255,255,255,0.92)
    );
  }

  /* 「ここ開くんだよ」表示（押せるヒント） */
  .faq.is-collapsed::before{
        content: "タップで全FAQを表示";
        position: absolute;
        left: 50%;
        bottom: 70px;
        transform: translateX(-50%);
        padding: 6px 10px;
        border-radius: 999px;
        font-size: 15px;
        border: 1px solid #c8d2e1;
        background: #888;
        pointer-events: none;
        white-space: nowrap;
        color: #fff;
    }

  /* 折りたたみ中は「回答(a)」を隠して、Qが3つ見えやすい形に寄せる */
  .faq.is-collapsed p.a{ display: none; }

  /* 開いた状態 */
  .faq.is-open{
    max-height: none;
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
    cursor: default;
  }
  .faq.is-open::before,
  .faq.is-open::after{
    content: none;
  }
  .faq.is-open p.a{ display: block; }

  /* 開いたら矢印回転 */
  .faq-toggle.is-open i{
    transform: rotate(180deg);
  }
}
