@charset "utf-8";
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {}
.for_pc {
  display: block !important;
}
.for_sp {
  display: none !important;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .for_pc {
    display: none !important;
  }
  .for_sp {
    display: block !important;
  }
}
.maruno {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 0.5em;
}
.maruno li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.maruno li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #2B84DD;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  /*top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
/*
header
----------------------------------------------------------- */
#header {
  width: 100%;
  /*height:101px;*/
  /*background: url("../../images/nav_bg2.png") repeat-x center bottom;*/
  text-align: left;
}
@media screen and (min-width: 641px), screen and (orientation: landscape) and (min-width: 739px) {
  #header {
    position: fixed;
    z-index: 1000;
    background-color: #ffffff;
  }
  #header .contact_24hours dd a {
    background: none;
    width: 210px;
  }
}
#header .inner {
  position: relative;
  width: 1000px; /*980px*/
  height: 83px;
  margin: 0 auto;
}
#header .site_brand {
  position: absolute;
  top: 11px;
}
#header h1 a {
  text-decoration: none;
}
#header h1 span {
  display: block;
  font-size: 93%;
  color: #3f3f3f;
  margin-left: 55px;
}
#header h2 span {
  display: block;
  font-size: 93%;
  color: #3f3f3f;
  margin-left: 55px;
}
#header #freedial {
  /* [disabled]position: absolute;
*/
  /* [disabled]left: 510px;
*/
  /* [disabled]top: 17px;
*/
  margin-top: 17px;
  margin-left: 510px;
  width: 244px;
  float: left;
}
#header .contact_24hours {
  position: absolute;
  top: 12px;
  right: 3px;
  width: 210px; /*margin-top: 12px;
	margin-left: 775px;*/
  /*float: left;*/
}
#header dt {
  margin: 0 3px 5px 0;
}
#header .link-qa {
  position: absolute;
  top: 8px;
  right: 218px;
}
#header .link-qa a {
  font-size: 93%;
  color: #1054a7;
}
#header #global-nav {
  width: 980px;
  margin: 0 auto;
}
#header #global-nav ul li {
  /*float: left;*/
  width: 140px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  /*#header .inner {
	width:100%;
	}*/
  #header {
    /*display: none;*/
    background-image: none;
    z-index: 999 !important:
  }
  #header .inner {
    width: 100%;
  }
  #header dd img {
    position: absolute;
    top: 32px;
    right: 5px;
    display: block;
    width: 100px;
    height: 44px; /*margin-top: 12px;
	margin-left: 775px;*/
    /*float: left;*/
  }
}
@media screen and (max-width: 639px) {
  #header .site_brand img {
    width: 80%;
    height: auto;
  }
  #header h1 span {
    margin-left: 45px;
  }
}
@media screen and (max-width: 480px) {
  #header .site_brand img {
    width: 55%;
    height: auto;
  }
  #header h1 span {
    font-size: 85%;
    margin-left: 33px;
  }
  #header h2 span {
    font-size: 85%;
    margin-left: 33px;
  }
  #header h1 {
    top: 20px;
  }
}
.side_btn {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 5000;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .side_btn {
    display: none;
  }
}
/*
page-ttl
----------------------------------------------------------- */
.common #page-ttl {
  width: 100%;
  height: 89px;
  text-align: left;
  background: url(../../images/page_ttl_bg02.png) repeat-x center top;
}
@media screen and (min-width: 641px), screen and (orientation: landscape) and (min-width: 739px) {
  .common #page-ttl {
    background: url(../../images/page_ttl_bg02.png) repeat-x center 133px;
    padding-top: 133px;
  }
}
.common #page-ttl .inner {
  width: 980px;
  height: 89px;
  line-height: 89px;
  background: url(../../images/page_ttl_bg.jpg) no-repeat left top;
  margin: 0 auto;
  margin-bottom: 0;
  font-size: 185%;
  color: #fff;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .common #page-ttl {
    width: 100%;
    height: auto;
    background-size: auto 100%;
  }
  .common #page-ttl .inner {
    width: 100%;
    background: none;
    background-size: auto 100%;
    line-height: 1.15em;
    font-size: 156%;
    height: auto;
  }
  .common #page-ttl .inner h2 {
    padding: 1em 0.2em;
  }
}
/*
topic-path
----------------------------------------------------------- */
#topic-path {
  width: 100%;
  /*height: 35px;*/
  height: auto;
  background: #e7eef2;
  text-align: left;
  margin-bottom: 12px;
}
#topic-path ul {
  width: 980px;
  /*height: 35px;*/
  height: auto;
  line-height: 35px;
  margin: 0 auto;
}
#topic-path ul li {
  float: left;
  font-size: 93%;
  color: #3f3f3f;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  #topic-path ul {
    width: 100%;
    padding-left: 10px;
  }
}
/*
contents
----------------------------------------------------------- */
#contents {
  width: 1000px; /*989px*/
  margin: 0 auto;
  text-align: left;
  position: relative;
}
/* main */
#main {
  float: left;
  width: 720px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  #contents {
    width: 100%;
  }
  #main {
    float: none;
    width: 100%;
  }
}
/*
bottom-btns
----------------------------------------------------------- */
.bottom-btns {
  position: relative;
  margin-bottom: 20px; /*margin-left:-4px;*/
}
.bottom-btns .btm_btn02 {
  left: 251px;
  position: absolute;
  top: 190px;
  width: 197px;
}
/*.bottom-btns .btm_btn03 img {
	display: none;
}*/
.snsBox {
  /*margin-top: 45px;*/
  width: 989px;
  margin: 45px auto 0;
}
.snsBox ul li {
  float: left;
  margin-right: 0px;
}
/* to-top */
.to-top {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .to-top {
    /*position:relative;*/
  }
  .bottom-btns .btm_btn01 img {
    display: none;
  }
  .bottom-btns .btm_btn01 {
    background-repeat: no-repeat;
    background-image: url(../../images/sp_btn_bnr.png);
    background-position: left top;
    width: 100%;
    height: 0;
    padding-top: 52.978%;
    background-size: 100% auto;
  }
  .bottom-btns .btm_btn02 {
    position: absolute;
    top: 67%;
    left: 50%;
    margin-left: -33.5156%;
    width: 67.0312%;
  }
  .bottom-btns .btm_btn03 {
    position: absolute;
    top: 34%;
    left: 50%;
    margin-left: -33.5156%;
    width: 67.0312%;
  }
  .bottom-btns .btm_btn02 img {}
}
/*
システム移行サービスバナー
----------------------------------------------------------- */
.isoBnr img {
  padding-left: 4px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .isoBnr img {
    width: 98.5%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
/*
弊社でスリム化を支援している各種ISO
----------------------------------------------------------- */
.qa-ul {
  overflow: hidden;
  margin: 0 auto 2em;
}
.qa-ul li {
  line-height: 2.5em;
  float: left;
}
.qa-ul li {
  display: block;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f0f8ff;
  width: 200px;
  text-align: center;
  margin: 10px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .qa-ul {
    width: 200px;
    margin: 0 auto 2em;
  }
  .qa-ul li {
    float: none;
  }
  .qa-ul li {
    margin: 0;
  }
  .fltrt {
    float: none;
    margin-left: 0px;
    text-align: center;
  }
  .fltlft {
    float: none;
    margin-right: 0px;
    text-align: center;
  }
}
.inquery_h3_ttl {
  font-size: 180% !important;
}
/*
フッターお問い合わせ
----------------------------------------------------------- */
#contact_form {
  width: 1000px; /*989px*/
  margin: 3em auto 0;
}
#contact_form .inner {
  width: 100%;
  margin: 0 auto;
}
#contact_form .inner h3 {
  font-size: 220%;
  font-weight: bold;
  color: #444;
  /*text-align: left;*/
  background-color: #D7F0FD;
  padding: 10px 15px 5px;
  margin: 0 0 1em 0;
}
#contact_form .inner p.btm_contact_ttl {
  font-size: 130%;
  font-weight: bold;
  color: #444;
  /*text-align: left;*/
  margin: 1em 0;
}
#contact_form .inner p {
  /*text-align: left;*/
  font-size: 115.38%;
  margin: 0 0 1em 0;
  line-height: 1.8;
}
/*アンカーのずれの調整*/
#contact_form #free_form {
  margin: -130px; /* ヘッダの高さ = 118px */
  padding: 130px; /* ヘッダの高さ = 118px */
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  #contact_form {
    width: 100%;
  }
  #contact_form .inner {
    width: 95%;
    margin: 0 auto;
  }
}
#contact_form .comTable {
  width: 100%;
  margin-bottom: 20px;
  border: none;
}
#contact_form .comTable td, #contact_form .comTable th {
  padding: 15px 5px;
  border: none;
  text-align: left;
}
#contact_form .comTable tr {
  border-bottom: 1px solid #ccc;
}
#contact_form .comTable th {
  width: 200px;
  background: #fff;
  text-align: left;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  /*	#contact_form .comTable th {
		width:30%;
	}
	
	#contact_form .comTable td {
		width:70%;
	}*/
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  table {
    margin: 20px auto 27px;
    width: 100%;
  }
  #contact_form .comTable th {
    display: block;
    width: 95%;
    padding: 15px 5px 5px;
    border: none;
    font-size: 117%;
  }
  #contact_form .comTable td {
    padding: 0px 5px 20px;
    border: none;
    display: block;
    width: 95%;
  }
}
#main .center {
  text-align: center;
}
#main .topP {
  margin-left: 2px;
  font-size: 14px;
}
#main .topP02 {
  margin-left: 2px;
  margin-bottom: 1em;
  font-size: 16px;
}
#main .noticeP {
  color: #FF0000;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: 35px 0 50px;
}
#main .thanksP {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: 35px 0 50px;
}
/*-------------------------------------------*/
.comTable th span {
  margin-left: 5px;
  display: inline-block;
  border-top: 1px solid #f79797;
  background: #fc8383;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#fc8383));
  background: -webkit-linear-gradient(top, #ff0000, #fc8383);
  background: -moz-linear-gradient(top, #ff0000, #fc8383);
  background: -ms-linear-gradient(top, #ff0000, #fc8383);
  background: -o-linear-gradient(top, #ff0000, #fc8383);
  padding: 0px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  color: white;
  font-size: 11px;
  text-decoration: none;
  vertical-align: middle;
}
#contact_form .comTable td span.txt {
  margin-left: 7px;
  font-size: 12px;
}
#contact_form .comTable input[type="text"] {
  padding: 0.5em;
  height: 18px;
  border: 1px solid #909090;
}
#contact_form .comTable option {
  padding: 0.2em;
  font-size: 14px;
}
/*-------------------------------------------*/
#fCode, #fAddress {
  width: 98px;
}
#fEmail, #fTel, .fSpan {
  width: 248px;
}
#fDivision, #fName, #fName02 {
  width: 298px;
}
#fCompany, #fAddress02 {
  width: 398px;
}
#fAddress {
  margin-bottom: 12px;
  height: 22px;
}
#fContent {
  margin: 3px 0 8px;
  height: 130px;
  width: 398px;
  border: 1px solid #909090;
  font-size: 1em;
}
.fExperience {
  width: 398px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  #fCode, #fAddress {
    width: 30%;
  }
  #fEmail, #fTel, .fSpan {
    width: 90%;
  }
  #fDivision, #fName, #fName02 {
    width: 60%;
  }
  #fCompany, #fAddress02 {
    width: 90%;
  }
  #fAddress {
    margin-bottom: 12px;
    height: 22px;
  }
  #fContent {
    margin: 3px 0 8px;
    height: 130px;
    width: 80%;
    border: 1px solid #909090;
    font-size: 1em;
  }
  .fExperience {
    width: 90%;
  }
}
/*-------------------------------------------*/
#contact_form .submitBox {
  text-align: center;
  margin: 20px auto 45px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  margin-bottom: 5px;
  padding: 0.5em 2em;
}
input[type="submit"] {
  /*background-color: #FF9120;*/
  background-color: #F90;
  -webkit-box-shadow: 0px 2px #f07900;
  box-shadow: 0px 3px #f07900;
  border-radius: 5px;
  padding: 0.5em 4em;
  border: none;
  font-size: 180%;
  color: #fff;
}
.submitBox :hover {
  background-color: #f07900;
}
/*-------------------------------------------*/
#contact_form .comTable td dl {
  margin-bottom: 10px;
}
.comTable dt {
  float: left;
}
.comTable tbody dd {
  margin-left: 120px;
}
/*-------------------------------------------*/
.g_signBox {
  position: absolute;
  bottom: 0;
  left: 733px;
  padding-bottom: 50px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .g_signBox {
    position: relative;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
}
/*
メルマガ登録（全ページ表示）
----------------------------------------------------------- */
.mail_magazine_regist {
  padding: 30px 50px 0px;
  border: solid 1px #ccc;
  background-color: #FFE8A0;
  margin-top: -45px;
  width: 710px;
  box-sizing: border-box;
}
.mail_magazine_regist h3 {
  background: none !important;
  margin-bottom: 0 !important; /*line-height: 1.35em!important;*/
}
.mail_magazine_regist h3 .new_line {
  display: block;
}
.mail_magazine_regist h3 .red {
  color: red;
  font-size: 2.4rem !important;
  font-weight: bold !important;
  display: inline !important;
}
.mail_magazine_regist h3 span {
  font-size: 2.3rem !important;
  text-align: left !important;
  font-weight: bold !important;
  line-height: 1.2em !important;
}
.mail_magazine_regist .point {
  background: url("../../images/icon_mail.png") right center no-repeat;
  padding: 1em 180px 1em 0;
  margin-bottom: 0 !important;
}
.mail_magazine_regist .point span {}
.mail_magazine_regist p {
  font-size: 1.5rem !important;
}
.mail_magazine_regist p strong {
  text-decoration: underline;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .mail_magazine_regist h3 {
    font-size: 1.5rem !important;
  }
  .mail_magazine_regist h3 .new_line {
    display: inline;
  }
  .mail_magazine_regist h3 span {
    font-size: 1.5rem !important;
  }
  .mail_magazine_regist h3 .red {
    font-size: 1.5rem !important;
  }
  .mail_magazine_regist .point {
    background-size: 25% auto;
    padding: 1em 30% 1em 0;
  }
  .mail_magazine_regist p {
    font-size: 1.1rem !important;
  }
}
.mail_magazine_regist dl {
  display: flex;
  margin: -1.5em 0 0.5em 0;
}
.mail_magazine_regist dl dt input[type="text"] {
  height: 45px;
  width: 400px;
  padding: 0 0.5em;
}
.mail_magazine_regist dl dt input[type="text"]::placeholder, .mail_magazine_regist dl dt input[type="text"]::-webkit-input-placeholder, .mail_magazine_regist dl dt input[type="text"]::-moz-placeholder, .mail_magazine_regist dl dt input[type="text"]:-ms-input-placeholder {
  color: #ccc;
}
.mail_magazine_regist dl dd input[type="button"] {
  background-color: #33b65c;
  -webkit-box-shadow: 0px 3px #29924a;
  box-shadow: 0px 3px #29924a;
  border-radius: 5px;
  padding: 0.5em 1.75em;
  margin: 0 0 0 1em;
  border: none;
  font-size: 150%;
  color: #fff;
  font-weight: bold;
}
.mail_magazine_regist p.caution {
  color: #888;
  font-size: 1.2rem !important;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .mail_magazine_regist p.caution {
    font-size: 0.9rem !important;
  }
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .mail_magazine_regist {
    padding: 1em 1em 0;
    margin: 0 2.5% 0;
    width: 95%;
  }
  .mail_magazine_regist dl {
    display: block;
  }
  .mail_magazine_regist dl dt input[type="text"] {
    width: 95%;
  }
  .mail_magazine_regist dl dd input[type="button"] {
    margin: 0.5em 0 0 0;
  }
}
/*
 side
----------------------------------------------------------- */
#side {
  float: right;
  width: 264px; /*padding-bottom: 100px;*/
}
/*Search Form*/
#side .search_form {
  width: 253px;
  margin: 3px auto 13px;
}
#searchform input {
  width: 78%;
  box-sizing: border-box;
  height: 38px;
  border-width: 1px;
}
#searchform button {
  width: 20%;
  height: 38px;
  background-color: #1054a7;
  border: none;
  color: #fff;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  #side {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #side .search_form {
    width: 100%;
    margin: 0 auto;
  }
}
#side .side-nav {
  border: solid 1px #2a84dd;
  border-bottom: none;
  width: 253px;
  font-size: 108%;
  margin: 3px auto 13px;
}
#side .side-nav dt {
  background: #2a84dd;
  padding: 12px 15px;
  color: #fff;
  font-weight: bold;
}
#side .side-nav dt a {
  color: #fff;
  font-weight: bold;
}
#side .side-nav dd {
  padding: 12px 15px;
  border-bottom: solid 1px #2a84dd;
}
#side .side-nav dd.highlight {
  background: #effbff;
  color: #33c4f4;
}
#side .side-nav .blog_tit {
  background: #2a84dd;
  padding: 12px 15px;
  color: #fff;
  font-weight: bold;
}
#side .side-nav ul li {
  padding: 12px 15px;
  border-bottom: solid 1px #2a84dd;
}
#side .side-box {
  background: url(../../images/side_box_body.png) repeat-y left top;
  margin-bottom: 5px;
  width: 264px;
}
#side .side-box-inner {
  background: url(../../images/side_box_foot.png) no-repeat left bottom;
  padding-bottom: 18px;
}
#side .side-box-inner ul {
  margin: 27px 0 0 29px;
}
#side .side-box-inner ul li {
  margin-bottom: 26px;
}
#side .side-box-inner .btn {
  /*margin-left:17px;*/
  text-align: center;
}
#side .side-banner div {
  margin-bottom: 10px;
}
#side .sns-banner div {
  margin-bottom: 6px;
}
.magazine_regist {
  width: 264px;
  height: 190px;
  background: url(../../images/magazine/magazineBnr.png) left top no-repeat;
  position: relative;
  margin-bottom: 35px !important;
}
.magazine_regist .registBtn {
  position: absolute;
  top: 135px;
  left: 41px;
}
#side .side-banner div .snsBtn {
  display: flex;
}
#side .side-banner div .snsBtn li:nth-child(1) {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  #side .side-nav {
    border: solid 1px #2a84dd;
    border-bottom: none;
    width: 99%;
    font-size: 108%;
    margin: 3px auto 13px;
  }
  #side .side-box {
    /*width: 82.5%;*/
    margin: 0 auto;
    background-size: 100% auto;
  }
  #side .side-box-inner {
    /*width: 82.5%;*/
    margin: 0 auto;
    background-size: 100% auto;
  }
  #side .side-box-inner h3 {
    text-align: center;
  }
  #side .side-box-inner h3 img {
    width: 116%;
  }
  #side .side-box-inner ul {
    width: 264px;
    margin: 0 auto;
    padding: 27px 0 0 29px;
  }
  #side .side-banner div {
    text-align: center;
    width: 82.5%;
    margin: 0 auto;
  }
  #side .side-banner div a img {
    width: 100%;
  }
  .magazine_regist {
    margin: 0 auto 35px;
  }
  #side .side-banner .globalsign {
    width: 100px;
    margin: 0 auto;
  }
  #side .side-banner div .snsBtn {
    display: flex;
    justify-content: center;
  }
}
/* 
サービスご利用の流れ
----------------------------------------------------------- */
.service_flow {
  padding: 0 0 0 5px !important;
}
.service_flow h3 {
  background-image: none !important;
  background-color: #0E376B !important;
  color: #ffffff !important;
  padding: 10px !important;
  font-size: 180% !important;
  margin: 1em 0 !important;
}
.service_step {
  display: flex;
  width: 710px;
  margin-bottom: 50px;
}
.step {
  width: 212px;
  border: solid 1px #333;
  box-sizing: border-box;
  position: relative;
  margin: 0 37px 0 0;
}
.step::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #bd0000;
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  margin-top: -25px;
}
.step:nth-child(3) {
  margin: 0 0 0 0;
}
.step:nth-child(3)::before {
  display: none;
}
.service_flow .service_step .step .number {
  background-color: #616161;
  color: #ffffff;
  margin: 0 !important;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 0 !important;
}
.service_flow .service_step .step h4 {
  text-align: center;
  color: #0E376B;
  margin: 1em 0;
  font-size: 1.4em !important;
  background-image: none;
  background-color: #fff;
  border-bottom: none !important;
}
.service_flow .service_step .step .detail {
  font-size: 12px !important;
  padding: 0 10px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .service_flow {
    padding: 0 2% !important;
  }
  .service_step {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .step, .step:nth-child(3) {
    width: 100%;
    margin: 0 auto 40px;
  }
  .step::before {
    border-width: 25px 25px 0 25px;
    border-color: #bd0000 transparent transparent transparent;
    top: auto;
    left: 50%;
    bottom: -35px;
    margin-top: 0px;
    margin-left: -25px;
  }
  .step img {
    float: left;
    width: 150px;
    height: auto;
    margin: 10px;
  }
  .service_flow .service_step .step h4 {
    text-align: left;
  }
}
/* 
bottom-links
----------------------------------------------------------- */
.bottom-links {
  font-size: 93%;
  margin: 0 auto 16px;
  text-align: left;
  width: 989px;
}
.bottom-links {
  color: #1054a7;
  position: relative;
}
.bottom-links a {
  color: #1054a7;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .bottom-links {
    width: 93.6% !important;
    margin: 0 auto 25px !important;
  }
}
/*
footer
----------------------------------------------------------- */
#footer {
  background: #2a84dd;
  width: 100%;
}
#footer .inner {
  width: 1000px; /*989px*/
  margin: 0 auto;
  text-align: left;
  padding-top: 30px;
}
#footer .links {
  float: left;
  width: 132px;
  margin-right: 15px;
}
#footer .links-type02 {
  width: 220px;
}
#footer .links-type02 .links-inner ul {
  /*float: left;
width: 102px;*/
}
#footer .links .links-ttl {
  font-size: 108%;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
  background: url(../../images/footer_line.gif) repeat-x center bottom;
}
#footer .links .links-ttl a {
  color: #fff;
}
#footer .links li {
  margin-top: 8px;
}
#footer .links li a {
  font-size: 93%;
  color: #fff;
  text-decoration: none;
}
#footer .links li a:hover {
  text-decoration: underline;
}
#footer .cr {
  width: 989px;
  background: url(../../images/footer_line.gif) repeat-x center top;
  margin: 35px auto 0;
  padding: 23px 0 25px;
  text-align: center;
  font-size: 93%;
  color: #fff;
  position: relative;
}
#footer .cr a {
  text-decoration: none;
}
#footer .cr a.member_Btn {
  color: #fff;
  background-color: #319F2C;
  padding: 0.25em 0.5em;
  text-align: center;
  display: block;
  width: 160px;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: 220px;
  font-size: 125%;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  #footer {}
  #footer .inner {
    width: 90%;
    margin: 0 auto;
  }
  #footer .links {
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .links-type02 .links-inner ul {
    float: none;
  }
  #footer .cr {
    width: 100%;
  }
  #footer .cr a.member_Btn {
    position: static;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {}
/* --------------------------------------------------
グローバルナビ
-------------------------------------------------- */
#menu {
  display: none;
}
#header #global-nav ul {
  /*height: 35px;*/
  width: 100%;
  /*overflow: hidden;*/
  clear: both;
  /*margin-bottom: 18px;*/
  z-index: 9999;
}
* html #header #global-nav {
  height: 1%;
}
#header #global-nav li {
  position: relative;
  float: left;
}
#header #global-nav li a {
  display: block;
  height: 50px;
  width: 140px;
  text-indent: -9999px;
  background-image: url(../../images/nav01.png);
  line-height: 1;
}
#header #global-nav li:hover > a {
  /*background: #47B2E8;
  color: #ffffff;*/
}
#header #global-nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
}
#header #global-nav li:last-child ul {
  left: -100%;
  width: 100%;
}
#header #global-nav li ul li {
  /*overflow: hidden;*/
  display: none;
  width: 100%;
  /*height: 35px;*/
  color: #ffffff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#header #global-nav li ul li a {
  width: 185px;
  height: 40px;
  padding-left: 15px;
  line-height: 40px;
  background-image: none;
  text-indent: 0px;
  color: #ffffff;
  background-color: #308fe3;
  text-align: left;
}
#header #global-nav li:hover ul li {
  /*overflow: visible;*/
  display: block;
  width: 200px;
  height: 40px;
  border-top: 1px solid #5da7e9;
  border-bottom: 1px solid #1b75c5; /*background: #308FE3*/
}
#header #global-nav ul li:hover ul li:first-child {
  border-top: 0;
}
#header #global-nav ul li:hover ul li:last-child {
  border-bottom: 0;
}
#header #global-nav ul li:hover ul li:last-child a {
  border-radius: 0 0 3px 3px;
}
#m01 a {
  background-position: 0 0;
}
#top #m01 a {
  background-position: 0 -50px;
}
#m02 a {
  background-position: -140px 0px;
}
#about #m02 a {
  background-position: -140px -50px;
}
#m03 a {
  background-position: -280px 0px;
}
#service #m03 a {
  background-position: -280px -50px;
}
#m04 a {
  background-position: -420px 0px;
}
#slim #m04 a {
  background-position: -420px -50px;
}
#m05 a {
  background-position: -560px 0px;
}
#manage #m05 a {
  background-position: -560px -50px;
}
#m06 a {
  background-position: -700px 0px;
}
#iso #m06 a {
  background-position: -700px -50px;
}
#m07 a {
  background-position: -840px 0px;
}
#company #m07 a {
  background-position: -840px -50px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  #menu {
    position: absolute;
    top: 30px;
    right: 5px;
    display: block;
    width: 45px;
    height: 45px;
  }
  #header #global-nav {
    width: 100%;
    background-color: #2174DA;
    display: none; /*overflow: hidden;*/ /*toggleclassで開いたままなので閉じた状態にする*/
    z-index: 999 !important:
  }
  #header #global-nav ul li {
    float: none;
    border-bottom: solid 1px #D8D8D8;
    width: 100%;
    line-height: 35px;
  }
  #header #global-nav ul li a {
    background-image: none;
    text-indent: 20px;
    color: #ffffff;
    font-size: 116%;
    padding: 5px 0;
    width: 100%;
    line-height: 35px;
  }
  #header #global-nav li ul {
    display: none;
  }
  #header #freedial img {
    display: none;
  }
  #header dl.contact_24hours {
    margin-left: 0;
    /*width: 100px;
	height: 45px;*/
    position: absolute;
    right: 52px;
    top: -2px;
  }
  #header dl dt img {
    display: none;
  }
}
/*
メニューマウスオーバー時
=====================================*/
#m01 a:hover {
  background-position: 0 -50px;
}
#m02 a:hover {
  background-position: -140px -50px
}
#m03 a:hover {
  background-position: -280px -50px
}
#m04 a:hover {
  background-position: -420px -50px
}
#m05 a:hover {
  background-position: -560px -50px
}
#m06 a:hover {
  background-position: -700px -50px
}
#m07 a:hover {
  background-position: -840px -50px
}
/*---------------------------------------------*/
h4.groupH4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
}
.group01 {
  background: #f0f8ff;
  border: #ccc;
  padding: 10px 10px 1px;
  /* [disabled]width: 400px;
*/
  margin-bottom: 25px;
}
.group02 {
  background: #e5faff;
  border: #ccc;
  padding: 10px 10px 1px;
  /* [disabled]width: 400px;
*/
  margin-bottom: 25px;
}
/* --------------------------------------------------
	メガメニュー 20250127 Add
-------------------------------------------------- */
.flex {
  display: flex;
}
/* 通常のメニュー表示 */
.mega-menu {
  position: relative;
  background-color: #2a84dd;
}
.menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  width: 1080px;
}
.menu-item {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  justify-content: center;
}
.menu-item > a {
  text-decoration: none;
  padding: 10px 40px;
  display: inline-block;
  color: #fff;
}
.menu-item.has-submenu {
  padding: 0 40px;
}
.menu-item.has-submenu .submenu {
  position: fixed;
  top: 131px;
  left: 0;
  width: 100%;
  display: none;
  background-color: #f0f0f0;
  z-index: 1000;
}
.menu-item:hover, .menu-item.has-submenu:hover {
  background-color: #1b558d;
}
.menu-item.has-submenu:hover .submenu {
  display: block;
}
.menu-item .submenu .submenu-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.menu-item .submenu .submenu-content dl {
  border-right: solid 1px #ccc;
}
.menu-item .submenu .submenu-content dl dt a {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 0 1em;
  position: relative;
}
.menu-item .submenu .submenu-content dl dt a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #145675;
}
.menu-item .submenu .submenu-content dl dt a:hover {
  text-decoration: none;
  color: #1054a7;
}
.menu-item .submenu .submenu-content dl dd {
  padding: 0 0 0 2em;
}
.menu-item .submenu .submenu-content dl dd .menu_list li a {
  color: #333;
  padding: 10px 20px;
}
.menu-item .submenu .submenu-content dl dd .menu_list li a:hover {
  cursor: pointer;
  color: #1054a7;
}
.menu-item .submenu .submenu-content dl:last-child {
  border-right: none;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  /*color: #000;*/
  vertical-align: middle;
  text-decoration: none;
  /*font-size: 15px;*/
}
.arrow::before, .arrow::after {
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.triangle::before {
  left: 4px;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #145675;
}
/* モバイル用のスタイル */
.menu-toggle {
  display: none;
}
.hamburger-menu {
  display: none;
  cursor: pointer;
}
.menu-item.has-submenu input[type="checkbox"] {
  display: none; /* PC時は常に非表示 */
}
@media (max-width: 768px) {
  html, body {
    height: 100%; /* 高さを親要素に適用 */
    overflow-x: hidden; /* メニュー以外のスクロールを無効化 */
  }
  .flex {
    display: block;
  }
  .hamburger-menu {
    display: block;
    position: fixed; /* 右上に固定 */
    top: 35px;
    right: 15px;
    z-index: 2000; /* メニューより前面に表示 */
  }
  .hamburger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: all 0.3s ease;
  }
  .hamburger-menu span:first-child {
    transform-origin: top left;
  }
  .hamburger-menu span:last-child {
    transform-origin: bottom left;
  }
  .menu-toggle:checked + .hamburger-menu span:first-child {
    transform: rotate(45deg);
  }
  .menu-toggle:checked + .hamburger-menu span:nth-child(2) {
    opacity: 0 !important;
  }
  .menu-toggle:checked + .hamburger-menu span:last-child {
    transform: rotate(-45deg);
  }
  .menu {
    position: fixed;
    top: 83px;
    right: -100%;
    width: 100%;
    height: auto; /* 高さをフルビューに */
    background-color: #2a84dd;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    transition: right 0.3s ease;
    overflow-y: auto; /* 縦スクロール可能に */
    z-index: 1000;
    max-height: 80vh;
  }
  .menu-toggle:checked ~ .menu {
    right: 0;
  }
  .menu-item {
    margin: 0;
    display: block;
    /*padding: 15px 20px;*/
    border-bottom: solid 1px #fefefe;
  }
  .menu-item:last-child {
    border-bottom: none;
  }
  .menu-item > a {
    padding: 15px 20px;
    display: block;
  }
  .menu-item:hover, .menu-item.has-submenu:hover {
    background-color: transparent;
  }
  .menu-item.has-submenu {
    padding: 0;
  }
  .menu-item.has-submenu .submenu {
    position: static;
    display: none;
    width: 100%;
    background-color: #f1f1f1;
  }
  .menu-item.has-submenu input[type="checkbox"] {
    display: none; /* チェックボックスを非表示 */
  }
  .menu-item.has-submenu input[type="checkbox"]:checked + label + .submenu {
    display: block;
    animation: slideDown 0.3s ease;
  }
  .menu-item.has-submenu input[type="checkbox"]:not(:checked) + label + .submenu {
    display: none;
    animation: slideUp 0.3s ease;
  }
  .menu-item.has-submenu label {
    cursor: pointer; /* クリックしやすいポインタを設定 */
    padding: 15px 20px;
    display: block;
  }
  .menu-item .submenu .submenu-content dl {
    border-right: none;
  }
  .menu-item .submenu .submenu-content dl dt a {
    margin: 0;
  }
  .menu-item .submenu .submenu-content dl dd {
    padding: 0 0 0 1em;
  }
}
@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 500px;
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    max-height: 500px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}
footer {
  text-align: center;
  background-color: #f4f4f4;
  padding: 10px;
}
/* 
main 
----------------------------------------------------------- */
#main {
  float: left;
  width: 720px;
}
.group03 {
  background: #CCE6F8;
  border: #ccc;
  padding: 10px 10px 1px;
  /* [disabled]width: 400px;
*/
  margin-bottom: 25px;
}
#main .inner {
  margin: 5px 0 45px;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  /*#main .inner {
		margin:0;
		padding:0;
	}*/
}
#main h3 {
  font-size: 180%;
  font-weight: bold;
  color: #000;
  padding-bottom: 7px;
  margin-bottom: 1em;
  background: url(../../images/underline01.gif) no-repeat left bottom;
}
#main h3.ttl_15001 {
  background: url(../../images/underline01.gif) no-repeat left 38px !important;
}
#main h3 span {
  text-align: right;
  font-size: 0.8rem;
  font-weight: normal;
  display: block;
  padding-top: 0.8rem;
}
#main h4 {
  font-size: 123%;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#company #main h4 {
  font-size: 150%;
  font-weight: bold;
  color: #0F396B;
  border-bottom: solid 2px #0F396B;
  margin: 0 0 1em 0;
}
#main .titleH4 {
  font-weight: bold;
  color: #70c400;
}
#main h5 {
  font-size: 108%;
  font-weight: bold;
  margin: 2em 0 0.5em;
}
#main .titleH5 {
  font-size: 108%;
  font-weight: bold;
  margin: 2em 0 0.5em;
  background-image: url(../../images/revise/icon_h5.png);
  background-repeat: no-repeat;
  /*background-position: left center;*/
  background-position: left 135px;
  padding-left: 20px;
}
#main h6 {
  font-size: 108%;
  font-weight: bold;
  margin: 2em 0 0.5em;
  color: #2249C6;
}
#main section p {
  margin: 0 0 25px;
  font-size: 108%;
}
/* service-content */
#main .service-content {
  margin-bottom: 15px;
  margin-left: -4px;
  background: url(../../images/box_note_body02.png) repeat-y left top;
}
#main .service-content .inner02 {
  background: url(../../images/box_note_foot02.png) no-repeat left bottom;
  padding-bottom: 10px;
  width: 714px;
}
#main .service-content .inner03 {
  background: url(../../images/box_note_head02.png) no-repeat left top;
  padding: 30px 32px 15px;
}
#main .inner dl {
  margin: 0 0 25px;
  font-size: 108%;
}
#main .inner dd {
  margin-bottom: 1em;
  font-size: 108%;
}
#main .inner ol {
  margin: 0 0 25px;
  font-size: 108%;
}
#main .service-content dl {
  margin: 0 0 10px;
}
#main .service-content dt {
  margin-bottom: 12px;
}
#main .service-content dd {
  margin-left: 10px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  #main .service-content {
    background-size: 100% auto;
    margin-left: 0;
  }
  #main .service-content .inner02 {
    background-size: 100% auto;
    width: 100%;
  }
  #main .service-content .inner03 {
    background-size: 100% auto;
  }
}
/*-------------------------------------------*/
#main .inner .emOl {
  margin: 0 0 25px;
}
#main .inner .emOl li {
  font-weight: bold;
  font-size: 123%;
}
#main .inner ul li {
  font-size: 108%;
  margin-top: 7px;
  margin-bottom: 7px;
}
#main .inner ul li ul li {
  font-size: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}
.about dt {
  font-weight: bold;
  font-size: 123%;
  color: #70c400;
}
/*-------------------------------------------*/
.bottom-links-type02 {
  margin: 5px 5px 25px 0;
  border: solid 1px #2a84dd;
  padding: 10px;
  width: 690px;
}
#main p.txt {
  font-size: 108%;
}
/*#manage .price p {
	font-size:108%;
	margin:15px 5px 20px 0;
}*/
#company table {
  border: solid 1px #c7c7bc;
  font-size: 108%;
  margin: 20px 10px 27px 0;
  line-height: 1.7;
}
.comTable {
  font-size: 100%;
}
/*-------------------------------------------*/
.btnBox01 {
  text-align: center;
}
.btnBox01 a {
  display: inline-block;
  padding: 1.5em 5em; /*padding: 1.5em 3.5em;*/
  background: #FF6819;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #FF6819), color-stop(0.00, #FFB21A));
  background: -webkit-linear-gradient(top, #FFB21A 0%, #FF6819 88%);
  background: -moz-linear-gradient(top, #FFB21A 0%, #FF6819 88%);
  background: -o-linear-gradient(top, #FFB21A 0%, #FF6819 88%);
  background: -ms-linear-gradient(top, #FFB21A 0%, #FF6819 88%);
  background: linear-gradient(to bottom, #FFB21A 0%, #FF6819 88%);
  /* border */
  border: 2px solid #fff;
  /* border-radius */
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  /* box-shadow */
  box-shadow: rgba(113, 135, 164, 0.3) 0px 0px 5px 2px;
  -webkit-box-shadow: rgba(113, 135, 164, 0.3) 0px 0px 5px 2px;
  -moz-box-shadow: rgba(113, 135, 164, 0.3) 0px 0px 5px 2px;
  font-size: 200%; /*150%*/
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.btnBox01 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .btnBox01 {
    margin-bottom: 30px;
  }
}
/* consulting */
/*3つのコンサルティングサービス*/
.consulting {
  margin-bottom: 8px;
}
.consulting .inner {
  margin-top: 0;
}
.consulting .inner .sp_back {
  background: url(../../images/iso_base_02.png) no-repeat 3px top; /*height: 250px;*/
}
.consulting .inner dl {
  /*position:absolute;
	top:160px;
	width:197px;*/
  width: 214px;
  height: 223px;
  position: relative;
  padding: 0 8px;
  margin-top: 12px !important;
}
.consulting .inner dl.service01 {
  /*left:31px;*/
  float: left;
  background: url(../../images/iso_subttl01_02.png) no-repeat left top;
  margin-left: 20px !important;
}
.consulting .inner dl.service02 {
  /*left:260px;*/
  float: left;
  background: url(../../images/iso_subttl02_02.png) no-repeat left top;
}
.consulting .inner dl.service03 {
  /*left:490px;*/
  float: left;
  background: url(../../images/iso_subttl03_02.png) no-repeat left top;
}
.consulting .inner dl dt {
  position: absolute;
  /*text-align:center;*/
  top: 92px;
  left: 10px;
  width: 190px;
  line-height: 1.3;
}
.consulting .inner dl dd {
  /*margin:16px 3px 0;
	font-size:93%;
	height:64px;*/
  position: absolute;
  text-align: center;
  top: 167px;
  left: 8px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .consulting {
    width: 99.5%;
    margin: 0 auto 8px;
  }
  .consulting .inner .sp_back {
    width: 99%;
    margin: 0 auto;
    background-image: -webkit-linear-gradient(270deg, rgba(216, 216, 216, 1.00) 0%, rgba(215, 215, 215, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(216, 216, 216, 1.00) 0%, rgba(215, 215, 215, 1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(216, 216, 216, 1.00) 0%, rgba(215, 215, 215, 1.00) 100%);
    background-image: linear-gradient(180deg, rgba(216, 216, 216, 1.00) 0%, rgba(215, 215, 215, 1.00) 100%);
    padding-top: 12px !important;
  }
  .consulting .inner dl {
    /*position:static;*/
    padding: 0;
    margin: 12px auto 0 !important;
  }
  .consulting .inner dl.service01 {
    float: none;
    margin: 0 auto 0 !important;
  }
  .consulting .inner dl.service02 {
    float: none;
  }
  .consulting .inner dl.service03 {
    float: none;
    margin-bottom: 20px !important;
  }
}
.pc_none {
  display: none !important;
}
.sp_none {
  display: block !important;
}
/*.lead_btn_area p {
    margin: 15px 10px 20px 0;
    font-size: 108%;
}

.lead_btn_area .btn_area .h4_before_btn_text {
	padding: 15px 0 0 0;
}
.lead_btn_area .h4_before_btn {
    font-size: 123%;
}
.lead_btn_area .btn_area {
 border: solid 1px #319F2D;
 margin: 3em 0 2em 0;
}
.btn_area p {
 text-align: center;
 font-weight: bold;
}
.btn_area .h4_before_btn_text {
 font-size: 1.5em!important;
}

.btn_area a.h4_before_btn {
 color: #ffffff;
 background-color: #319F2D;
 text-align: center;
 width: 300px;
 display: inline-block;
 padding: 5px 0;
 text-decoration: none;
	font-size: 108%;
}

.btn_area a.h4_before_btn:hover {
 text-decoration: underline;
}

.btn_area a.h4_before_btn_lg {
 color: #ffffff;
 background-color: #319F2D;
 text-align: center;
 width: 300px;
 display: inline-block;
 padding: 8px 30px;
 text-decoration: none;
	font-size: 23px;
}

.btn_area a.h4_before_btn_lg:hover {
 text-decoration: underline;
}*/
#main .inquery {
  border: solid 2px #319F2D;
  padding: 10px 10px 20px 10px !important;
  margin: 0 0 5em 0 !important;
  width: 680px;
}
#main .inquery h3 {
  background-image: none;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 0;
}
#main .inquery p {
  border-bottom: solid 1px #ccc;
  padding: 5px 10px;
  margin: 0 0 20px 0;
}
#main .inquery p img {
  width: auto;
  height: 28px;
}
#main .inquery ul.tel_no {
  display: flex;
  justify-content: center;
}
#main .inquery ul.tel_no li:nth-child(2) {
  padding: 15px 0 0 0;
}
#main .inquery ul.tel_no li a.inquery_btn {
  /*color: #fff;*/
  background-color: #319F2D;
  padding: 12px 20px;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 0 30px;
  color: #FFFFFF !important;
}
#main .inquery ul.tel_no li a.inquery_btn::before {
  content: ">";
  margin: 0 5px 0 0;
}
#main .inquery .flex_box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 35px;
  margin-top: 0;
}
#main .inquery .flex_box .pdf_DL {
  margin: 0 !important;
  padding-top: 18px;
}
#main .inquery .flex_box .pdf_DL a {
  /*padding-right: 40px;*/
  padding: 6px 40px 6px 0;
  background: url("../../images/iso/icon_pdf.png") right center no-repeat;
}
/*  20240117 */
#main .inquery ul li a.pdf_DL::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../images/ico_PDF.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px auto;
}
#main .inquery ul.branch_list {
  display: flex;
  margin: 15px 0 0;
  align-items: center;
}
#main .inquery ul.branch_list li {
  color: #319F2D;
  padding: 2px 0 0;
  border-radius: 5px;
  border: solid 1px #319F2D;
  width: 58px;
  text-align: center;
  font-size: 14px;
  margin: 0 5px 0 0;
  font-weight: bold;
  line-height: 22px;
}
/*@-moz-document url-prefix(){
    #main .inquery ul.branch_list li {
			padding: 3px 0 1px;
    }
}*/
#main .inquery div {
  background-color: #eee;
  padding: 20px 15px 15px;
  margin: 30px 10px 5px;
}
#main .inquery div h4 {
  font-size: 2em !important;
  text-align: center;
  /*letter-spacing: 0.08em;*/
  background: none;
  border-bottom: none !important;
  color: #3f3f3f !important;
}
#main .inquery div h4 span {
  color: red;
}
#main .inquery div p {
  border: none;
  line-height: 1.6;
}
#main .inquery div p strong {
  font-size: 1.1em;
}
#main .inquery div p:last-child {
  text-align: right;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  #main .inquery {
    width: 90% !important;
    margin: 0 auto 3em !important;
  }
  #main .inquery .flex_box {
    display: block;
  }
  #main .inquery .flex_box .pdf_DL {
    text-align: center;
  }
  #main .inquery ul.tel_no {
    display: block;
    text-align: center;
  }
  #main .inquery ul.tel_no li a.inquery_btn {
    margin: 0 auto;
  }
  #main .inquery ul.branch_list {
    justify-content: center;
    margin: 25px 0 0;
  }
  ##main .inquery ul.branch_list li {
    list-style-type: none !important;
  }
  #main .inquery div {
    background-color: #eee;
    padding: 20px 5px 5px;
    margin: 30px 0 0;
  }
  #main .inquery div h4 {
    font-size: 1.5em;
    text-align: center;
  }
}
#voice #main .inquery {
  margin: -30px 0 5em 5px !important;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  #voice #main .inquery {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  img {
    max-width: 100%;
    /*width:100%;*/
    height: auto;
  }
  .inner {
    /*width: 100%;
	margin:0 auto;*/
  }
  .con_Inner {
    width: 98%;
    margin: 0 auto;
  }
  #main {
    float: none;
    width: 100%;
  }
  #main .inner {
    width: 95%;
    margin: 0 auto 2em !important;
    padding: 0;
  }
  #side {
    float: none;
    width: 100%;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  body *:hover {
    opacity: 1 !important;
    -moz-transition: opacity 1s !important;
    -o-transition: opacity 1s !important;
    -webkit-transition: opacity 1s !important;
    transition: opacity 1s !important;
  }
}
#main #online_meeting h3 {
  color: #333;
  /*font-size: 150%;*/
  text-align: center;
  background-image: none;
}
#main #online_meeting {
  padding: 30px 30px 0;
  border: solid 1px #ccc;
  border-radius: 20px;
  margin-bottom: 5em !important;
}
#main #online_meeting ul {
  display: flex;
  justify-content: space-around;
  margin: 0 0 30px;
}
#main #online_meeting ul li:nth-child(1) {
  width: 200px;
}
#main #online_meeting ul li:nth-child(2) {
  width: 300px;
}
#main #online_meeting ul li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  #main #online_meeting {
    width: calc(95% - 60px);
  }
  #main #online_meeting ul {
    display: block;
  }
  #main #online_meeting ul li:nth-child(1) {
    width: 150px;
    margin: 0 auto 10px;
  }
  #main #online_meeting ul li:nth-child(2) {
    width: 100%;
  }
  #main #online_meeting ul li {
    text-align: center;
  }
}
.branch .branch_inner #online_meeting {
  border: none !important;
}
.branch .branch_inner #online_meeting h3 {
  font-size: 150% !important;
  margin-bottom: 1em !important;
}
/*
	CTA
-------------------------------------*/
.cta_box {
  background-color: #163E64;
  border: 2px #163E64 solid;
  box-sizing: content-box;
  padding: 80px 0 0;
  margin: 0 0 5em;
}
.cta_box .ctaBox_upper h4 {
  color: #fff !important;
  font-size: 36px !important;
  text-align: center;
  padding: 0 0 50px;
  border: none !important;
  background-image: none;
  background-color: #163E64;
}
.cta_box .ctaBox_upper ul {
  display: flex;
  justify-content: center;
  padding: 0 0 50px;
}
.cta_box .ctaBox_upper ul li {
  border-radius: 5px;
  /*display: flex;
	align-items: center;*/
}
.cta_box .ctaBox_upper ul li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-size: 24px !important;
  width: 300px;
}
.cta_box .ctaBox_upper ul li:nth-child(1) {
  background: #fff;
  margin: 0 20px 0 0;
}
.cta_box .ctaBox_upper ul li:nth-child(1) a {
  color: #002060;
  padding: 10px 0;
}
.cta_box .ctaBox_upper ul li:nth-child(1) a dl {
  width: 245px;
  margin: 0 auto;
}
.cta_box .ctaBox_upper ul li:nth-child(1) a dl dt {
  background: url("/images/free_dial.png") left center no-repeat;
  background-size: 50px auto;
  padding: 0 0 0 55px;
  font-weight: bold;
  white-space: nowrap;
}
.cta_box .ctaBox_upper ul li:nth-child(1) a dl dd {
  font-size: 12px;
  text-align: center;
}
.cta_box .ctaBox_upper ul li:nth-child(2) {
  background: #FF6600;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.cta_box .ctaBox_upper ul li:nth-child(2) a {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.cta_box .ctaBox_lower {
  background: #fff;
  padding: 20px 0;
}
.cta_box .ctaBox_lower .ctaBox_lower_inner {
  display: flex;
  padding-left: 150px;
}
.cta_box .ctaBox_lower .ctaBox_lower_inner ul {
  display: flex;
  justify-content: center;
  position: relative;
  width: 330px;
  margin: 0 auto;
}
.cta_box .ctaBox_lower .ctaBox_lower_inner ul::before {
  content: "";
  width: 60px;
  height: 72px;
  background: url("/images/image_man_cta.png") left center no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -20px;
  left: -50px;
}
.cta_box .ctaBox_lower .ctaBox_lower_inner ul li {
  display: flex;
  align-items: center;
}
.cta_box .ctaBox_lower .ctaBox_lower_inner ul li:nth-child(1) {
  color: #1b558d;
  font-weight: bold;
  padding: 0 30px 0 0;
}
.cta_box .ctaBox_lower .ctaBox_lower_inner ul li:nth-child(2) {}
.cta_box .ctaBox_lower .ctaBox_lower_inner ul li:nth-child(2) a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  background: #4E95D9;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.cta_box .ctaBox_lower .ctaBox_lower_inner p {
  width: 180px;
  margin: 10px 0 0 !important;
  text-align: center;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .cta_box {
    margin: 0 2% 3em;
  }
  .cta_box .ctaBox_upper ul {
    display: block;
    padding: 0 20px 3em;
  }
  .cta_box .ctaBox_upper ul li:nth-child(1) {
    margin: 0 0 1em;
  }
  .cta_box .ctaBox_upper ul li a {
    width: 100%;
  }
  .cta_box .ctaBox_upper ul li:nth-child(2) a {
    padding: 15px 0;
  }
  .cta_box .ctaBox_lower .ctaBox_lower_inner {
    display: block;
    padding-left: 0;
  }
  .cta_box .ctaBox_lower .ctaBox_lower_inner ul {
    display: block;
    width: 160px;
  }
  .cta_box .ctaBox_lower .ctaBox_lower_inner ul li {
    display: block;
  }
  .cta_box .ctaBox_lower .ctaBox_lower_inner ul li:nth-child(1) {
    padding: 0 0 10px;
    text-align: center;
  }
  .cta_box .ctaBox_lower .ctaBox_lower_inner ul::before {
    bottom: 0;
    left: -70px;
  }
  .cta_box .ctaBox_lower .ctaBox_lower_inner p {
    width: 100%;
  }
}
/*-----------------
20250226 Add
まずは無料でご相談_ボタン
-------------------------*/
.free_consult_btn {
  width: 350px;
  background-color: #FF6600;
  text-align: center;
  margin: 0 auto 5em !important;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.free_consult_btn a {
  color: #fff !important;
  text-decoration: none;
  display: block;
  font-size: 24px;
  padding: 0.75em 0;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .free_consult_btn {
    width: 320px;
  }
}
/*-----------------
20250516 Add
ISOXXXX取得の流れ
-------------------------*/
.step_flow dl {
  position: relative;
  border: solid 1px #1e90ff;
  border-radius: 10px;
  padding: 1em 1em 0;
  background-color: #f0f8ff;
  margin: 0 0 40px !important;
}
.step_flow dl dt {
  color: #104e8b;
  font-weight: bold;
  font-size: 115%;
}
.step_flow dl dd {
  font-size: 100% !important;
}
.step_flow dl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #104E8B transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -15px;
}
.step_flow dl:last-child::after {
	display: none;
}