@charset "utf-8";

/*===============================================
●page_sp.css  画面の横幅が750px以下
===============================================*/
@media screen and (max-width:767px){

/*-------------------------------------
      共通
--------------------------------------*/
.under .inner{
  padding: 70px 0;
}
.under #mainimage {
  width: 100%;
}
.under #mainimage .cover {
  text-align: center;
    background-color: rgba(51,51,51,0.8);
    color: #fff;
  padding:30px 0;
}
.under #mainimage .cover p {
  font-size: 35px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    border-bottom: #fff 1px solid;
    padding: 0 18px 10px;
    margin-bottom: 14px;
}
.under #mainimage .cover h1 {
  font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

/*-------------------------------------
      トップページ
--------------------------------------*/
#top #it_hojokin_bnr{
  margin-bottom: 40px;
}
#top #wrapper {
  z-index:999;
  position:relative;
}
#top h2 {
  font-size: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 25px;
}
#top h2 span {
  color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    display: block;
    margin-top: 6px;
}
#top #mainimage {
  width:100%;
  position: relative;
}
#top #mainimage .main_ttl {
  width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#top .inner .linkArea {
  text-align: center;
    margin-top: 30px;
}
#top #sec01 {
  padding:0;
}
#top #sec02 {
  background: url(../Images/top/service_bg.png) repeat-y;
    background-size: 100%;
  padding:50px 0;
}
#top #sec02 h2 {
  color:#ff4d80;
}
#top #sec02 ul {
  width:94%;
    margin: 0 3%;
}
#top #sec02 ul li {
  float:left;
  width:49%;
}
#top #sec02 ul li:nth-child(2n) {
  float:right;
}
#top #sec02 ul li:nth-child(-n+2) {
  margin-bottom:2%;
}
#top #sec02 ul li:nth-child(1) {
  background:url(../Images/top/service_icon01_bg.jpg) no-repeat;
  background-size:cover;
}
#top #sec02 ul li:nth-child(2) {
  background:url(../Images/top/service_icon02_bg.jpg) no-repeat;
  background-size:cover;
}
#top #sec02 ul li:nth-child(3) {
  background:url(../Images/top/service_icon03_bg.jpg) no-repeat;
  background-size:cover;
}
#top #sec02 ul li:nth-child(4) {
  background:url(../Images/top/service_icon04_bg.jpg) no-repeat;
  background-size:cover;
}
#top #sec02 ul li a {
  width: 90%;
  text-align: center;
    padding: 10% 5%;
}
#top #sec02 .complete_bnr {
    text-align: center;
    margin: 0 auto;
    width: 94%;
    padding: 2%;
}
#top #sec02 .contents_bnr {
  text-align: center;
    margin: 0 auto;
    width: 94%;
}
#top #sec02 ul li:nth-child(1) a {
  background-color: rgba(254,98,46,.75);
}
#top #sec02 ul li:nth-child(2) a {
  background-color: rgba(8,76,97,.75);
}
#top #sec02 ul li:nth-child(3) a {
  background-color: rgba(0,153,255,.75);
}
#top #sec02 ul li:nth-child(4) a {
  background-color: rgba(255,77,128,.75);
}
#top #sec02 ul li .icon {
  width: 80px;
    height: 80px;
    margin: 0 auto;
}
#top #sec02 ul li .icon p span.back {
  display:none;
}
#top #sec02 ul li .tArea {
  color: #fff;
    text-align: center;
    margin-top: 10px;
}
#top #sec02 ul li .tArea h3 {
  font-size: 22px;
    line-height: 1.3;
}
#top #sec02 ul li .tArea h3 span {
  font-size: 14px;
    display: block;
    margin-top: 5px;
}
#top #sec02 ul li .tArea p {
  display:none;
}
#top #sec03 {
  background:url(../Images/top/column_bg.jpg) repeat;
  background-size: cover;
  padding:50px 0;
}
#top #sec03 h2 {
  color:#1CA4FF;
}
#top #sec03 ul {
  width: 94%;
    margin: 0 3%;
}
#top #sec03 li a {
  border-bottom: #ccc 1px solid;
    padding-bottom: 8px;
    margin-bottom: 5px;
}
#top #sec03 li:last-child a {
  border-bottom: none;
    padding-bottom:0;
    margin-bottom: 0;
}
#top #sec03 li .imgArea {
    border: #ccc 1px solid;
    box-sizing: border-box;
}
#top #sec03 li .imgArea img {
  width:100%;
}
#top #sec03 li p.icon_new {
  display:none;
}
#top #sec03 li figure {
  float: left;
    width: 27%;
}
#top #sec03 li figcaption {
  display:none;
}
#top #sec03 li dl {
  float: left;
    width: 70%;
    margin-left: 3%;
}
#top #sec03 li dt {
  color: #666;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}
#top #sec03 li dt span {
  color: #fff;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    padding: 1px 5px;
    margin-left: 7px;
}
#top #sec03 li.business dt span {
  background-color: #FF4D80;
}
#top #sec03 li.technology dt span {
  background-color: #084C61;
}
#top #sec03 li.marketing dt span {
  background-color: #FDB813;
}
#top #sec03 li.web dt span {
  background-color: #0099FF;
}
#top #sec03 li dd {
  color:#333;
  font-size: 14px;
  font-weight:600;
  line-height:1.3;
}
#top #sec04 {
  width: 100%;
  color: #fff;
  padding:0;
  background:url(../Images/top/topbtm_bg.jpg) no-repeat center bottom/cover;
}
#top #sec04 .sec04_inner {
    padding: 60px 0;
  width:94%;
  margin: 0 auto;
}
#top #sec04 .main_txt {
  margin-bottom: 10%;
}
#top #sec04 .main_txt h2 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 30px;
}
#top #sec04 .main_txt h2 span {
  color:#FF8D44;
  font-size:18px;
  font-weight:600;
  display:block;
  margin-top: 10px;
}
#top #sec04 li {
  padding:10% 4%;
  border-bottom :dashed 1px #666;
}
#top #sec04 li:first-child{
  border-top :dashed 1px #666;
}
#top #sec04 li h3 {
  color:#FF8D44;
  font-size:18px;
  font-weight:600;
  margin-bottom:15px;
}
#top #topicsArea {
    padding: 50px 0;
    background: #eee;
}
#top #topicsArea h2{
    color: #084c61;
    margin-bottom: 25px;
}
#top #topicsArea dl{
    padding: 0 5%;
}
#top #topicsArea dt {
    float: left;
    padding: 18px 16px 0 15px;
    font-weight: bold;
    color: #fe622e;
    font-size: 12px;
}
#top #topicsArea dd {
    border-bottom: dashed 1px #ccc;
    padding: 15px 15px 15px 110px;
}
#top #topicsArea dd:last-child {
    border-bottom: none;
}
#top #mainimage .main_ttl_sab {
    width: 200px;
    position: absolute;
    top: 15%;
    left: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
}
#top #mainimage .main_ttl_sab img{
  width:70px
}
/*-------------------------------------
      サービス一覧
--------------------------------------*/

/*-- 共通 --*/

#service #mainimage {
  background: url(../Images/flow/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#service .under_linkArea,
#service_seo .under_linkArea {
  background:url(../Images/service/bg_lgray.png) repeat ;
  padding:50px 0;
}
#service .under_linkArea h2,
#service_seo .under_linkArea h2 {
  color: #555;
    font-size: 24px;
  text-align:center;
    margin-bottom: 20px;
}
#service .under_linkArea h2 span,
#service_seo .under_linkArea h2 span {
  color: #999;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.08em;
    display: block;
}
#service .under_linkArea ul,
#service_seo .under_linkArea ul {
  width: 94%;
    margin: 0 auto;
}
#service .under_linkArea ul li,
#service_seo .under_linkArea ul li {
  margin-bottom:15px;
  text-align: center;
}
#service .under_linkArea ul li:last-child,
#service_seo .under_linkArea ul li:last-child {
  margin-bottom:0;
}
#service #sec01 .contents_bnr {
    text-align: center;
    margin: 0 auto;
    width: 94%;
}
#service #sec01 .complete_bnr {
    text-align: center;
    margin: 0 auto;
    width: 94%;
    padding:15px 0;
}
/*-- 一覧 --*/

#service_top #sec01 {
  background: url(../Images/top/service_bg.png) repeat-y;
    background-size: 100%;
}
#service_top #sec01 ul {
  width: 94%;
    margin: 0 auto;
}
#service_top #sec01 ul li:not(:last-child) {
  margin-bottom:15px;
}
#service_top #sec01 ul li:nth-child(1) {
  background:url(../Images/top/service_icon01_bg.jpg) no-repeat;
  background-size:cover;
}
#service_top #sec01 ul li:nth-child(2) {
  background:url(../Images/top/service_icon02_bg.jpg) no-repeat;
  background-size:cover;
}
#service_top #sec01 ul li:nth-child(3) {
  background:url(../Images/top/service_icon03_bg.jpg) no-repeat;
  background-size:cover;
}
#service_top #sec01 ul li:nth-child(4) {
  background:url(../Images/top/service_icon04_bg.jpg) no-repeat;
  background-size:cover;
}
#service_top #sec01 ul li a {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    padding: 18px 10px;
}
#service_top #sec01 ul li:nth-child(1) a {
  background-color: rgba(254,98,46,.75);
}
#service_top #sec01 ul li:nth-child(2) a {
  background-color: rgba(8,76,97,.75);
}
#service_top #sec01 ul li:nth-child(3) a {
  background-color: rgba(0,153,255,.75);
}
#service_top #sec01 ul li:nth-child(4) a {
  background-color: rgba(255,77,128,.75);
}
#service_top #sec01 ul li:nth-child(1) a:hover {
  background-color: rgba(254,98,46,1);
}
#service_top #sec01 ul li:nth-child(2) a:hover {
  background-color: rgba(8,76,97,1);
}
#service_top #sec01 ul li:nth-child(3) a:hover {
  background-color: rgba(0,153,255,1);
}
#service_top #sec01 ul li:nth-child(4) a:hover {
  background-color: rgba(255,77,128,1);
}
#service_top #sec01 ul li .icon {
  width: 80px;
    height: 80px;
    margin: 0 auto;
    -webkit-perspective: 1000;
    perspective: 1000;
}
#service_top #sec01 ul li .icon p {
  position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .6s;
    transition: .6s;
}
#service_top #sec01 ul li .icon p span {
  position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
}
#service_top #sec01 ul li .icon p span.back {
  -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#service_top #sec01 ul li a:hover .icon p {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#service_top #sec01 ul li a:hover .icon img {
  opacity:1.0;
}
#service_top #sec01 ul li .tArea {
  color: #fff;
    text-align: center;
    margin-top: 10px;
}
#service_top #sec01 ul li .tArea h2 {
  font-size: 24px;
    margin-bottom: 10px;
}
#service_top #sec01 ul li .tArea h2 span {
  font-size:14px;
  display:block;
}
#service_top #sec01 ul li .tArea p {
  font-size: 13px;
}

/*-- ホームページ制作 --*/

#homepage #sec01 h2,
#homepage #sec02 h2 {
  color:#fff;
  font-size:24px;
  text-align:center;
  margin-bottom:20px;
}
#homepage #sec01 {
  background-color: #f5f5f5;
}
#homepage #sec01 .sec01_inner {
  width:94%;
  margin:0 auto;
}
#homepage #sec01 h2 {
  color:#555;
  font-size:20px;
  text-align:center;
  margin-bottom:20px;
}
#homepage #sec01 .sec01_left {
}
#homepage #sec01 .sec01_left p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
#homepage #sec01 .sec01_left .imgArea {
  text-align: center;
    border: #a9e5e8 3px double;
    padding: 20px 10px;
  margin-bottom: 40px;
}
#homepage #sec01 .sec01_right {
    background-color: rgba(2, 192, 203, 0.4);
    box-sizing: border-box;
    padding: 30px 20px;
}
#homepage #sec01 .sec01_right ul {
  width: 100%;
    margin-bottom: 20px;
}
#homepage #sec01 .sec01_right li {
  margin-bottom:10px;
}
#homepage #sec01 .sec01_right li:nth-child(3) {
  margin-bottom:0;
}
#homepage #sec01 .sec01_right li dl {
  padding-left:70px;
}
#homepage #sec01 .sec01_right li:nth-child(1) dl {
  background: url(../Images/service/homepage/homepage_icon01.png) left center no-repeat;
}
#homepage #sec01 .sec01_right li:nth-child(2) dl {
  background: url(../Images/service/homepage/homepage_icon03.png) left center no-repeat;
    background-size: 59px 71px;
}
#homepage #sec01 .sec01_right li:nth-child(3) dl {
  background: url(../Images/service/homepage/homepage_icon02.png) left 7px center no-repeat;
}
#homepage #sec01 .sec01_right li dl dt {
  font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
#homepage #sec01 .sec01_right li dl dt span {
  font-size: 20px;
}
#homepage #sec01 .sec01_right li:nth-child(1) dl dt span {
  color:#fe622e;
}
#homepage #sec01 .sec01_right li:nth-child(2) dl dt span {
  color:#ba70de;
}
#homepage #sec01 .sec01_right li:nth-child(3) dl dt span {
  color:#ff4d80;
}
#homepage #sec01 .sec01_right p {
  font-size: 15px;
    line-height: 1.6;
  text-align: justify;
}
#homepage #sec02 {
  background-color: rgba(214, 229, 133, 0.49);
}
#homepage #sec02 .sec02_inner {
  width: 94%;
  margin:0 auto;
}
#homepage #sec02 h2 {
  color: #555;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
}
#homepage #sec02 h2 span {
  color: #999;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.08em;
    display: block;
}
#homepage #sec02 .tArea {
}
#homepage #sec02 .tArea dt {
  font-size: 18px;
    font-weight: bold;
    margin: 0 0 13px;
}
#homepage #sec02 .tArea dt:nth-child(1) {
  color: #fe622e;
    background: url(../Images/service/homepage/homepage_icon01_02.png) left center no-repeat;
    background-size: 40px;
    padding: 5px 0 5px 55px;
}
#homepage #sec02 .tArea dt:nth-child(3) {
  color: #ba70de;
    background: url(../Images/service/homepage/homepage_icon03_02.png) left 5px center no-repeat;
    background-size: 35px 43px;
    padding: 8px 0 8px 55px;
}
#homepage #sec02 .tArea dt:nth-child(5) {
  color: #ff4d80;
    background: url(../Images/service/homepage/homepage_icon02.png) left 7px center no-repeat;
    background-size: 27px 37px;
    padding: 5px 0 5px 55px;
}
#homepage #sec02 .tArea dd {
  font-size: 15px;
    line-height: 1.6;
  margin-bottom:30px;
}
#homepage #sec02 .tArea dd:last-child {
    margin-bottom: 0;
}
#homepage #sec02 .tArea dd ul li {
  list-style: inside decimal;
  padding: 0px 0 1.0em 1.0em;
  text-indent: -1.0em;
  margin: 0 0 0 1.0em;
  text-align: justify;
}
#homepage #sec02 .tArea dd ul li:last-child {
  padding-bottom:0;
}
#homepage #sec02 .imgArea {
    padding-bottom: 28px;
}
#homepage #sec02 .imgArea img {
  width:100%;
}
#homepage #sec03 {
  width:94%;
  margin:0 auto;
}
#homepage #sec03 p {
  font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
  text-align: justify;
}
#homepage #sec03 p:last-child {
  margin-bottom:0;
}

/*-- アフターフォロー --*/

#afterfollow #afterfollow_anchor {
    background: url(../Images/service/bg_gray.png) repeat;
    box-sizing: border-box;
    padding: 40px 3%;
    margin: 0 auto;
}
#afterfollow #afterfollow_anchor li {
}
#afterfollow #afterfollow_anchor li:nth-child(2n) {
}
#afterfollow #afterfollow_anchor li:not(:last-child) {
  margin-bottom:10px;
}
#afterfollow #afterfollow_anchor li a {
  width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    padding: 10px 0;
}
#afterfollow #afterfollow_anchor li:nth-child(1) a {
  color:#ff4d8f;
}
#afterfollow #afterfollow_anchor li:nth-child(2) a {
  color:#1ca4ff;
}
#afterfollow #afterfollow_anchor li:nth-child(3) a {
  color:#fe622e;
}
#afterfollow #afterfollow_anchor li:nth-child(4) a {
  color:#ba70de;
}
#afterfollow #afterfollow_anchor li:nth-child(5) a {
  color:#084c61;
}
#afterfollow #afterfollow_anchor li:nth-child(6) a {
  color:#fdb813;
}
#afterfollow #afterfollow_anchor li a:hover {
  color:#fff;
}
#afterfollow #afterfollow_anchor li:nth-child(1) a:hover {
  background-color:#ff4d8f;
}
#afterfollow #afterfollow_anchor li:nth-child(2) a:hover {
  background-color:#1ca4ff;
}
#afterfollow #afterfollow_anchor li:nth-child(3) a:hover {
  background-color:#fe622e;
}
#afterfollow #afterfollow_anchor li:nth-child(4) a:hover {
  background-color:#ba70de;
}
#afterfollow #afterfollow_anchor li:nth-child(5) a:hover {
  background-color:#084c61;
}
#afterfollow #afterfollow_anchor li:nth-child(6) a:hover {
  background-color:#fdb813;
}
#afterfollow .afterfollow_box {
  padding:60px 0 0;
}
#afterfollow #sec01 {
  padding-top: 0;
}
#afterfollow #sec06 {
  padding-bottom:60px;
}
#afterfollow .afterfollow_box h2 {
  font-size:24px;
  text-align:center;
  background-color:#f5f5f5;
  padding:20px 0;
}
#afterfollow #sec01 h2 {
  color:#ff4d8f;
}
#afterfollow #sec02 h2 {
  color:#1ca4ff;
}
#afterfollow #sec03 h2 {
  color:#fe622e;
}
#afterfollow #sec04 h2 {
  color:#ba70de;
}
#afterfollow #sec05 h2 {
  color:#084c61;
  font-size: 22px;
}
#afterfollow #sec06 h2 {
  color:#fdb813;
}
#afterfollow .afterfollow_box .tArea dl dt {
  color:#555;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  margin-bottom:15px;
  line-height: 1.4;
}
#afterfollow .afterfollow_box .tArea dl dd {
  font-size: 15px;
    line-height: 1.8;
}
#afterfollow .box_inner01,
#afterfollow .box_inner02,
#afterfollow .box_inner03 {
  width: 94%;
    padding-top: 50px;
    margin: 0 auto;
}
#afterfollow .box_inner01 .tArea,
#afterfollow .box_inner02 .tArea {
  padding-top: 20px;
}
#afterfollow .box_inner01 .tArea {
}
#afterfollow .box_inner02 .tArea {
}
#afterfollow .box_inner01 .imgArea {
}
#afterfollow #sec01 .imgArea {
  padding:13px 0;
}
#afterfollow .box_inner02 .imgArea {
}
#afterfollow .afterfollow_box .tArea .linkArea {
  margin:20px auto 0;
}
#afterfollow .afterfollow_box .tArea .linkArea a {
  width: 100%;
    color: #fff;
    font-size: 16px;
  font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.08em;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
}
#afterfollow .box_inner01 .tArea .linkArea a {
  background-color:#ff4d8f;
}
#afterfollow .box_inner02 .tArea .linkArea a {
  background-color:#1ca4ff;
}
#afterfollow .afterfollow_box .tArea .linkArea a:hover {
  letter-spacing:0.4em;
  background-color:#333;
}
#afterfollow .box_inner03 dl {
  text-align: center;
}
#afterfollow #sec03 dl dt {
  color:#fe622e;
}
#afterfollow #sec04 dl dt {
  color:#ba70de;
}
#afterfollow .box_inner03 dl dd li {
  color: #666;
    font-size: 15px;
    font-weight: bold;
  padding: 2px 5px 2px 1.5em;
  text-indent: -1.0em;
    position: relative;
  text-align: left;
  line-height: 1.5;
}
#afterfollow .box_inner03 dl dd li:not(:last-child) {
  margin-bottom: 10px;
}
#afterfollow .box_inner03 dl dd li:before {
  content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-top: 2px solid #fe622e;
    border-right: 2px solid #fe622e;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -4px 10px 0 -5px;
}
#afterfollow #sec04 dl dd li:before {
  border-color:#ba70de;
}
#afterfollow .box_inner03 .imgArea {
  text-align:center;
  margin:25px 0;
}
#afterfollow .box_inner03 .tArea02 {
}
#afterfollow .box_inner03 .tArea02 p {
  font-size:15px;
  line-height:1.8;
  margin-bottom:18px;
  text-align: justify;
}
#afterfollow .box_inner03 .tArea02 p:last-child {
  margin-bottom:0;
}

/*-- アクセスアップ支援 --*/

#accessup .inner {
  padding:0 0 90px;
}
#accessup h2 {
  color:#8f82bc;
  font-size:24px;
  text-align:center;
  background-color:#f5f5f5;
  padding:20px 0;
}
#accessup h2 span {
  color: #999;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.08em;
    display: block;
}
#accessup h3 {
  color:#555;
  font-size:22px;
  text-align:center;
  margin:50px 0 30px;
  line-height: 1.5;
}
#accessup .imgArea {
  text-align:center;
}
#accessup #sec01 .sec01_top {
  background-color: #f5f5f5;
    padding: 50px 0;
}
#accessup #sec01 .sec01_top p {
  width: 94%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7;
    margin: 0 auto;
  text-align: justify;
}
#accessup #sec01 .sec01_mdl {
  padding:70px 0;
    margin: 0 auto;
}
#accessup #sec01 .sec01_mdl .tArea {
  width: 94%;
  margin: 0 auto;
}
#accessup #sec01 .sec01_mdl .tArea > p {
  font-size: 15px;
    line-height: 1.8;
  margin-bottom:20px;
  text-align: justify;
}
#accessup #sec01 .sec01_mdl .tArea > p:last-child {
  margin-bottom:0;
}
#accessup #sec01 .sec01_mdl .tArea .imgArea {
  margin-top:30px;
}
#accessup #sec01 .sec01_mdl .tArea .imgArea p {
  color: #0066cb;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
  line-height: 1.5;
}
#accessup #sec01 .sec01_mdl .img_link {
  width: 94%;
  padding-top: 60px;
    margin: 0 auto;
}
#accessup #sec01 .sec01_mdl .img_link li {
  padding:35px 0;
}
#accessup #sec01 .sec01_mdl .img_link li a {
  width: 100%;
    height: 100px;
    position: relative;
}
#accessup #sec01 .sec01_mdl .img_link li:nth-child(1) a {
  background-color:#78c1b0;
}
#accessup #sec01 .sec01_mdl .img_link li:nth-child(2) a {
  background-color:#26424b;
}
#accessup #sec01 .sec01_mdl .img_link li:nth-child(3) a {
  background-color:#db605a;
}
#accessup #sec01 .sec01_mdl .img_link li img {
  position:absolute;
  top:50%;
  -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
  -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
#accessup #sec01 .sec01_mdl .img_link li:nth-child(1) img,
#accessup #sec01 .sec01_mdl .img_link li:nth-child(3) img {
  left:0;
}
#accessup #sec01 .sec01_mdl .img_link li:nth-child(2) img {
  right:0;
}
#accessup #sec01 .sec01_mdl .img_link li a:hover img {
  opacity:1.0;
  z-index:100;
}
#accessup #sec01 .sec01_mdl .img_link li:nth-child(1) a:hover img,
#accessup #sec01 .sec01_mdl .img_link li:nth-child(3) a:hover img {
  left: 120px !important;
}
#accessup #sec01 .sec01_mdl .img_link li:nth-child(2) a:hover img {
  right:120px !important;
}
#accessup #sec01 .sec01_mdl .img_link li span {
  color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
#accessup #sec01 .sec01_mdl .img_link li span:first-child {
  left:22px;
}
#accessup #sec01 .sec01_mdl .img_link li span:nth-child(2) {
  right:22px;
}
#accessup #sec01 .sec01_mdl .img_link li span.span01 {
  border: #fff 4px double;
    padding: 5px 10px;
}
#accessup #sec01 .sec01_mdl .img_link li span small {
  font-size: 13px;
    border-bottom: #fff 3px double;
    display: block;
    padding: 0 2px 2px;
    margin-top: 5px;
}
#accessup #sec01 .sec01_btm{
  width: 94%;
  margin: 0 auto;
}
#accessup #sec01 .sec01_btm p {
    font-size: 15px;
    line-height: 1.8;
    margin: 40px auto;
  text-align: justify;
}
#accessup #sec01 .sec01_btm .link_btn {
  text-align:center;
  margin-top:30px;
}
#accessup #sec02 {
  width: 94%;
  margin: 0 auto;
}
#accessup #sec02 .sec02_top {
  margin-bottom:80px;
}
#accessup #sec02 .sec02_top h3 {
  background:url(../Images/service/accessup/sec02_icon01.png) top center no-repeat;
  padding-top:65px;
}
#accessup #sec02 .sec02_mdl {
  margin:0 auto 60px;
}
#accessup #sec02 .sec02_mdl .mdl_inner {
  margin:0 auto;
}
#accessup #sec02 .sec02_mdl h3 {
  background:url(../Images/service/accessup/sec02_icon02.png) top center no-repeat;
  padding-top:60px;
  margin-bottom: 35px;
}
#accessup #sec02 .sec02_mdl li {
  position:relative;
  margin-bottom:30px;
}
#accessup #sec02 .sec02_mdl li:last-child {
  margin-bottom:0;
}
#accessup #sec02 .sec02_mdl li .list_inner {
    box-sizing: border-box;
    padding: 20px 15px;
}
#accessup #sec02 .sec02_mdl li:nth-child(1) .list_inner {
  background-color:#edeaf7;
}
#accessup #sec02 .sec02_mdl li:nth-child(2) .list_inner {
  background-color:#dbd5ee;
}
#accessup #sec02 .sec02_mdl li:nth-child(3) .list_inner {
  background-color:#c8c0e6;
}
#accessup #sec02 .sec02_mdl li:nth-child(4) .list_inner {
  background-color:#b6abdd;
}
#accessup #sec02 .sec02_mdl li:nth-child(5) .list_inner {
  background-color:#a496d5;
}
#accessup #sec02 .sec02_mdl li h4 {
  color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  letter-spacing: 0.08em;
    background-color: #666;
  padding:5px 0;
}
/*#accessup #sec02 .sec02_mdl li:nth-child(1) h4 {
    border: #edeaf7 3px solid;
}
#accessup #sec02 .sec02_mdl li:nth-child(2) h4 {
    border: #dbd5ee 3px solid;
}
#accessup #sec02 .sec02_mdl li:nth-child(3) h4 {
    border: #c8c0e6 3px solid;
}*/
#accessup #sec02 .sec02_mdl li .list_inner > dl {
  margin-bottom:20px;
}
#accessup #sec02 .sec02_mdl li .list_inner > dl:last-child {
  margin-bottom:0;
}
#accessup #sec02 .sec02_mdl li .list_inner > dl dt {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  overflow: hidden;
  margin-bottom: 8px;
}
#accessup #sec02 .sec02_mdl li .list_inner > dl dt span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}
#accessup #sec02 .sec02_mdl li .list_inner > dl dt span:before,
#accessup #sec02 .sec02_mdl li .list_inner > dl dt span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
#accessup #sec02 .sec02_mdl li .list_inner > dl dt span:before {
    right: 100%;
}
#accessup #sec02 .sec02_mdl li .list_inner > dl dt span:after {
    left: 100%;
}
#accessup #sec02 .sec02_mdl li .list_inner > dl dd {
  font-size: 15px;
  line-height: 1.8;
  padding: 0 10px;
  text-align: justify;
}
#accessup #sec02 .sec02_btm {
    background: url(../Images/service/accessup/sec03_bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
    box-sizing: border-box;
    padding: 30px 10px;
    margin: 0 auto;
}
#accessup #sec02 .sec02_btm .imgArea {
  margin-bottom: 35px;
}
#accessup #sec02 .sec02_btm table {
  width: 100%;
}
#accessup #sec02 .sec02_btm table tr {
    border: #999 1px solid;
    border-right: none;
}
#accessup #sec02 .sec02_btm table .tHead{
  display: none;
}
#accessup #sec02 .sec02_btm table th,
#accessup #sec02 .sec02_btm table td {
  display: block;
}
#accessup #sec02 .sec02_btm table th {
}
#accessup #sec02 .sec02_btm table td {
  font-size: 16px;
  text-align: center;
    background-color: #fff;
    border-right: #999 1px solid;
  padding-bottom: 15px;
}
#accessup #sec02 .sec02_btm table td:before{
  display: block;
  width: 100%;
    color: #fff;
    font-size: 16px;
    background-color: #0066cb;
    padding: 10px 0;
  margin-bottom: 15px;
}
#accessup #sec02 .sec02_btm table td.lp:before{
  content: "ランディングページ制作"
}
#accessup #sec02 .sec02_btm table td.initial:before{
  content: "初期設定費用"
}
#accessup #sec02 .sec02_btm table td.monthly:before{
  content: "広告運用代行費"
}
#accessup #sec02 .link_btn {
  text-align:center;
  margin-top:50px;
}

/*-- アクセスアップ支援（コンプリートSEO） --*/

#service_seo #mainimage {
  display:none;
}
.complete_seo_mainimage01 {
  width: 100%;
  background-image: url(../Images/service/accessup/seo/complete_seo_main_bg01.jpg) ;
  background-size: cover;
  background-repeat:no-repeat;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  margin: 0 0 30px;
}
.complete_seo_mainimage02 {
  width: 100%;
  background-image: url(../Images/service/accessup/seo/complete_seo_main_bg02.jpg) ;
  background-size: cover;
  background-repeat:no-repeat;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
.complete_seo_mainimage03 {
  width: 100%;
  background-image: url(../Images/service/accessup/seo/complete_seo_main_bg03.jpg) ;
  background-size: cover;
  background-repeat:no-repeat;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  margin:50px 0;
}
.complete_seo_mainimage03_test {
  width: 100%;
  background-image: url(../Images/service/accessup/seo/complete_seo_main_bg03_test.jpg) ;
  background-size: cover;
  background-repeat:no-repeat;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  margin: 0 0 30px;
}
.complete_seo_mainimage04 {
  width: 100%;
  background-image: url(../Images/service/accessup/seo/complete_seo_main_bg04.jpg) ;
  background-size: cover;
  background-repeat:no-repeat;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  margin: 0 0 30px;
}
.sub_mainimage_body {
  margin: 0 auto;
    padding: 20px 5%;
}
.complete_seo_mainimage04 .sub_mainimage_body {
  margin: 0 auto;
    padding: 0;
}
#seo_breadcrumb ol {
  display:none;
}
#complete_seo {
  clear: both;
  width:100%;
}
#complete_seo  .complete_seo_nav_box {
  display:none;
}
#complete_seo .complete_seo_content {
  width: 94%;
    margin: 0 3%;
}
#complete_seo #complete_seo_ttl01 {
  font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}
#complete_seo #complete_seo_ttl02 {
  font-size: 20px;
    text-align: center;
    line-height: 1.5;
    color: #C30E22;
    background: url(../Images/service/accessup/seo/complete_seo_ttl02_icon.jpg) no-repeat top center;
    padding-top: 45px;
    margin-bottom: 10px;
}
#complete_seo #complete_seo_ttl03 {
  font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    color: #FFF;
}
#complete_seo .complete_seo_box01 {
  width: 100%;
    padding: 50px 0;
}
#complete_seo .complete_seo_box01 .box01_ttl {
  color: #c30e22;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
#complete_seo .complete_seo_box01 p {
  font-size: 14px;
    line-height: 1.8;
    margin: 0 auto 30px;
}
#complete_seo  .complete_seo_content02 {
  width: 94%;
    padding: 50px 3%;
    background: url(../Images/service/accessup/seo/complete_seo01_bg01.jpg) no-repeat;
    background-size: cover;
}
#complete_seo  .complete_seo_content02 .complete_seo_box02 {
  border: 1px solid #cec8c8;
    margin: 35px auto;
}
#complete_seo  .complete_seo_content02 .complete_seo_box02 .box02_ttl {
  color: #FFF;
    background-color: #2d518f;
    font-size: 18px;
    text-align: center;
    padding: 5% 3% 4%;
}
#complete_seo .complete_seo_box02 ul {
  padding: 5%;
}
#complete_seo .complete_seo_box02 li {
  color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px #CCC dotted;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 1.0em;
    text-indent: -1.0em;
}
#complete_seo .complete_seo_box02 li:last-child {
    border-bottom:none;
    padding-bottom: 0;
  margin-bottom:0;
}
#complete_seo  .complete_seo_content02 p {
  line-height: 1.8;
    color: #FFF;
}
#complete_seo  .complete_seo_content03 {
  width: 94%;
    padding: 50px 0;
    margin: 0 3%;
}
#complete_seo  .complete_seo_content03 p{
  line-height: 1.8;
    margin: 20px auto 0;
}
#complete_seo .complete_seo_box03 {
  border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    margin: 0 auto;
    padding: 50px 5%;
}
#complete_seo .complete_seo_box03 .box03_ttl {
  font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
}
#complete_seo .complete_seo_box03 li {
  width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
#complete_seo .complete_seo_box03 .relative {
    position: relative;
    height: 90px;
    overflow: hidden;
}
#complete_seo .complete_seo_box03 .absolute {
  position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
#complete_seo .complete_seo_box03 .absolute:after {
  content: ">";
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: -45px;
}
#complete_seo .complete_seo_box03 li p {
  margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #FFF;
    text-align: left;
    padding-left: 20px;
}
#complete_seo .complete_seo_box03 li p.page_name {
  font-size: 18px;
    font-weight: bold;
    padding: 0px 10px 2px 19px;
    color: #fefdc9;
}
#complete_seo .complete_seo_box03 li span {
  font-size:14px;
  color:#FFF;
  margin-left: 3px;
}
#complete_seo .complete_seo_box03 li:last-child a {
  width: 270px;
    border: 2px solid #e36008;
    color: #e36008;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
  margin:5px 0 0;
}
#complete_seo .complete_seo_box04 {
  width:900px;
  margin:0 auto;
  padding:40px;
  margin-bottom:15px;
}
#complete_seo .complete_seo_box04 .box04_ttl {
  color:#333;
  font-size:26px;
  text-align:center;
  margin-bottom:15px;
  color:#15943d;
}
#complete_seo .complete_seo_box04 p {
  text-align:center;
  font-size:18px;
}
#complete_seo  .complete_seo02_content00 {
  width: 94%;
    margin: 50px 3%;
}
#complete_seo  .complete_seo02_content00 p {
  line-height: 1.8;
    margin: 0 auto 30px;
}
#complete_seo  .complete_seo02_content01 {
  width: 94%;
    border: 1px solid #D5DEFD;
    padding: 50px 3%;
    background: url(../Images/service/accessup/seo/complete_seo02_bg01.png) no-repeat #036DB7;
    background-size: cover;
}
#complete_seo .complete_seo02_content01 #complete_seo02_ttl01 {
  font-size: 23px;
    text-align: center;
    color: #FFF;
    margin: 0 auto 35px;
    line-height: 1.3;
}
#complete_seo  .complete_seo02_content01 p {
  line-height: 1.8;
    color: #FFF;
}
#complete_seo .complete_seo02_content01 #complete_seo02_ttl02 {
  font-size: 23px;
    text-align: center;
    color: #FFF;
    margin: 0 auto 20px;
    padding-top: 50px;
    line-height: 1.3;
}
#complete_seo  .complete_seo02_content02 {
  width: 94%;
    padding: 50px 3%;
    background: url(../Images/service/accessup/seo/complete_seo02_bg02.jpg) no-repeat;
    background-size: cover;
}
#complete_seo .complete_seo02_content02 .complete_seo02_ttl01 {
  font-size: 18px;
    text-align: center;
    color: #FFF;
    padding: 8px 0;
    background-color: #036DB7;
    line-height: 1.3;
}
#complete_seo  .complete_seo02_content02 p {
  line-height: 1.8;
    margin: 20px 5% 10px;
}
#complete_seo  .complete_seo03_content00 {
  width: 94%;
    margin: 50px 3%;
}
#complete_seo .complete_seo03_content00 #complete_seo_ttl02 {
  font-size: 20px;
    text-align: center;
    color: #36C;
    background: url(../Images/service/accessup/seo/complete_seo03_icon01.jpg) no-repeat top center;
    padding-top: 60px;
    margin: 50px 0 15px;
}
#complete_seo .complete_seo03_content00 #complete_seo_ttl03 {
  font-size: 20px;
    text-align: center;
    color: #36C;
    background: url(../Images/service/accessup/seo/complete_seo03_icon04.jpg) no-repeat top center;
    padding-top: 65px;
    margin: 60px 0 15px;
}
#complete_seo  .complete_seo03_content00 p {
  line-height: 1.8;
    margin: 0 auto 30px;
}
#complete_seo  .complete_seo03_content01 {
  width:100%;
  background: url(../Images/service/accessup/seo/complete_seo03_content01_bg.jpg) no-repeat top center;
  background-size:cover;
}
#complete_seo  .complete_seo03_content01  .complete_seo03_content01_box01 {
  width: 94%;
    background-color: #333;
    opacity: 0.8;
    margin: 0 auto;
    padding: 50px 3%;
}
#complete_seo .complete_seo03_content01 .complete_seo03_content01_ttl01 {
  font-size: 24px;
    text-align: center;
    color: #FFF;
    margin-bottom: 15px;
}
#complete_seo .complete_seo03_content01 .complete_seo03_content01_ttl02 {
  font-size: 24px;
    text-align: center;
    color: #FFF;
    margin: 45px 0 25px;
}
#complete_seo  .complete_seo03_content01 p {
  line-height: 1.8;
    color: #FFF;
    margin: 0 auto;
}
#complete_seo  .complete_seo03_content01 img {
  margin-bottom:20px;
}
#complete_seo  .complete_seo03_content02 {
  width: 94%;
    background-size: cover;
    padding: 50px 3% 10px;
    border-bottom: 1px solid #CCC;
}
#complete_seo  .complete_seo03_content02  .complete_seo03_content02_box01 {
  margin: 0 auto 50px;
}
#complete_seo .complete_seo03_content02 .complete_seo03_content02_box01 li {
  float: left;
    background: url(../Images/service/accessup/seo/complete_seo03_icon02.jpg) no-repeat center left;
    padding-left: 40px;
    padding: 15px 0 15px 40px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 2px dotted #d6cfcf;
}
#complete_seo .complete_seo03_content02 .complete_seo03_content02_box01 li:last-child {
  padding-bottom:0;
  border:none;
}
#complete_seo .complete_seo03_content02 .complete_seo03_content02_box01 li.success {
    background: url(../Images/service/accessup/seo/complete_seo03_icon03.jpg) no-repeat center left;
}
#complete_seo  .complete_seo03_content02  .complete_seo03_content02_box01 img {
    width: 70%;
    margin: 0 15% 25px;
}
#complete_seo .complete_seo03_content02 .complete_seo03_content02_ttl01 {
  font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
#complete_seo .complete_seo03_content02 .complete_seo03_content02_ttl02 {
  font-size: 24px;
    text-align: center;
    background-color: #900;
    margin: 0 auto 25px;
    padding: 8px;
    color: #FFF;
}
#complete_seo .complete_seo03_content02 .complete_seo03_content02_ttl04 {
  font-size: 24px;
    text-align: center;
  background-color: #36C;
    margin: 0 auto 25px;
    padding: 8px;
    color: #FFF;
}
#complete_seo .complete_seo03_content02 .complete_seo03_content02_ttl05 {
  background:#36C;
  font-size:24px;
    text-align: center;
    color:#FFF;
  margin-bottom:25px;
}
#complete_seo  .complete_seo03_content02 p {
    line-height: 1.8;
}
#complete_seo  .complete_seo03_content01 img {
  margin-bottom: 30px;
}
#complete_seo  .complete_seo03_content03 {
  width: 94%;
    background: url(../Images/service/accessup/seo/complete_seo03_content03_bg.jpg);
    padding: 50px 3%;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_box01 .complete_seo03_content03_box01_r_ttl {
  margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px dotted #1CA4FF;
    line-height: 1;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_box01 li {
  position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    line-height: 1.8;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_box01 li:last-child {
    padding-bottom: 0;
    margin-bottom:0;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_box01 li:before {
  content: '';
    position: absolute;
    border-top: 10px solid #ff4d80;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: 0;
    left: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_box01 li:last-child:before {
  content:none;
}
#complete_seo  .complete_seo03_content03  .complete_seo03_content03_box01 img {
  margin-bottom: 25px;
}
#complete_seo  .complete_seo03_content03  .complete_seo03_content03_box02 .complete_seo03_content03_box02_ttl {
  margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px dotted #1CA4FF;
    line-height: 1;
  margin-top: 20px;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_ttl01 {
  font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_ttl02 {
  font-size: 20px;
    text-align: center;
    line-height: 1.3;
    background-color: #FF4D80;
    padding: 5%;
    color: #fff;
    margin-bottom: 25px;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_ttl02 span {
  font-size: 16px;
    display: block;
  margin-bottom:3px;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_ttl04 {
  font-size: 32px;
  text-align: center;
  background-color: #36C;
  color: #FFF;
  width: 980px;
  margin: 0 auto 20px;
  padding: 8px 0;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_ttl05 {
  background:#36C;
  font-size:24px;
    text-align: center;
    color:#FFF;
  margin-bottom:20px;
}
#complete_seo  .complete_seo03_content03 p {
  line-height: 1.8;
}
#complete_seo  .complete_seo04_content00 {
  width: 94%;
    margin: 50px 3%;
}
#complete_seo .complete_seo04_content00 #complete_seo_ttl02 {
  font-size: 20px;
    text-align: center;
    color: #36C;
    background: url(../Images/service/accessup/seo/complete_seo04_icon01.jpg) no-repeat top center;
    padding-top: 60px;
    margin-bottom: 20px;
}
#complete_seo  .complete_seo04_content00 p {
  line-height: 1.8;
    margin: 0 auto 30px;
}
#complete_seo  .complete_seo04_content01 {
  width: 94%;
    background: url(../Images/service/accessup/seo/complete_seo04_bg01.jpg) no-repeat;
    background-size: cover;
    padding: 50px 3%;
}
#complete_seo .complete_seo04_content01 .complete_seo04_content01_ttl01 {
  font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}
#complete_seo .complete_seo04_content01 .complete_seo03_content01_ttl02 {
  font-size: 32px;
    text-align: center;
  margin-top:40px;
}
#complete_seo  .complete_seo04_content01 p {
  line-height: 1.8;
}
#complete_seo  .complete_seo04_content01 img {
  width: 80%;
    margin: 30px 10%;
}
#complete_seo  .complete_seo04_content02 {
  width: 94%;
    background-size: cover;
    padding: 50px 3%;
}
#complete_seo .complete_seo04_content02 .complete_seo04_content02_ttl01 {
  font-size: 24px;
    text-align: center;
    color: #36C;
    background: url(../Images/service/accessup/seo/complete_seo04_icon02.jpg) no-repeat top center;
    padding-top: 50px;
    margin-bottom: 30px;
}
#complete_seo .complete_seo04_content02 ul {
  margin:0 auto 30px;
}
#complete_seo .complete_seo04_content02 li {
  background: url(../Images/service/accessup/seo/complete_seo04_icon03.jpg) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px dotted #ccc;
}
#complete_seo .complete_seo04_content02 li:last-child {
    margin-bottom: 0;
}
#complete_seo  .complete_seo04_content02 p {
    line-height: 1.8;
    margin: 0 auto 40px;
}
#complete_seo .complete_seo04_content02 table th {
    color: #fff;
    padding: 10px;
    background: #258;
    font-weight: bold;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 120%;
    text-align: center;
}
#complete_seo .complete_seo04_content02 table th:last-child {
  border-right: 1px solid #ccc;
    line-height: 1.7;
}
#complete_seo .complete_seo04_content02 table tr td {
  font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#complete_seo .complete_seo04_content02 table tr td:last-child {
  border-right: 1px solid #ccc;
}
#complete_seo .complete_seo04_content02 table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}

/*-- コンテンツマーケティング --*/

#marketing h2,
#marketing h3{
  color:#555;
  font-size:24px;
  text-align:center;
  margin-bottom:20px;
  line-height: 1.4;
}
#marketing #sec01 .sec01_inner {
  width: 94%;
  margin:0 auto;
}
#marketing #sec01 .sec01_left {
}
#marketing #sec01 .sec01_left p {
  font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  text-align: justify;
}
#marketing #sec01 .sec01_right {
  padding-bottom:30px;
}
#marketing #sec02 {
  background:#fef7d4;
}
#marketing #sec02 .sec02_inner {
  width: 94%;
  margin:0 auto;
}
#marketing #sec02 p {
  font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
  text-align: justify;
}
#marketing #sec03 .sec03_inner,
#marketing #sec04 .sec04_inner{
  width: 94%;
  margin: 0 auto;
  text-align:center;
}
#marketing #sec03 h2,
#marketing #sec04 h2{
  background:url(../Images/service/marketing/icon02.png) center top no-repeat;
  -webkit-background-size: auto 44px;
  background-size: auto 44px;
  line-height:55px;
  display:inline-block;
  padding-top:52px;
  margin-bottom:35px;
}
#marketing #sec03 h2 span,
#marketing #sec04 h2 span{
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1.4;
}
#marketing #sec04 h2{
  background:url(../Images/service/marketing/icon03.png) center top no-repeat;
  -webkit-background-size: auto 44px;
  background-size: auto 44px;
  padding-top:44px;
}
#marketing #sec05 {
  padding-bottom: 0;
}
#marketing #sec05 .sec05_inner {
  width: 94%;
  margin:0 auto;
}
#marketing #sec05 h2{
  background:url(../Images/service/marketing/icon04.png) center top no-repeat;
  padding:65px 0 0 0;
  display:block;
  text-align:center;
  font-size: 20px;
}
#marketing #sec05 .sec05_left {
}
#marketing #sec05 .sec05_right {
  padding-top: 20px;
}
#marketing #sec05 .sec05_right p {
  font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
#marketing #sec05 .sec05_list {
  color:#fe622e;
  font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  font-weight:bold;
}
#marketing #sec05 .sec05_list li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.5;
}
#marketing #sec05 .sec05_list li:not(:last-child) {
  margin-bottom: 8px;
}
#marketing #sec05 .sec05_list li:before {
  content:"●";
  margin-right: 0.3em;
}
#marketing #sec06 {
  text-align:center;
  padding-left: 3%;
  padding-right: 3%;
}

/*-------------------------------------
      制作の流れ
--------------------------------------*/

#flow #mainimage {
  background: url(../Images/flow/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#flow .flow_wrap {
  width: 100%;
  background:url(../Images/flow/flow_bg.png) repeat;
  background-size:cover;
}
#flow #sec01 {
  background: url(../Images/flow/bg01.png) center center repeat-y;
  margin:0 auto;
  -webkit-background-size: 94%;
  background-size: 94%;
}
#flow #sec01 .sec01_inner {
  background: url(../Images/flow/bg02_sp.png) center center repeat-y;
  -webkit-background-size: 94%;
  background-size: 94%;
}
#flow #sec01 .color_box {
  width: 73%;
  color:#fff;
  text-align: center;
  /*border: #0099ff 3px solid;
    box-sizing: border-box;*/
  padding: 25px 5%;
  margin: 0 auto;
}
#flow #sec01 .color_box dt {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: 0.10em;
}
#flow #sec01 .color_box dd p {
  font-size:16px;
  margin-bottom:15px;
}
#flow #sec01 .contact_box {
  background-color:#ff4d80;
}
#flow #sec01 .after_box {
  background-color:#ba70de;
}
#flow #sec01 .contact_box .linkbtn a,
#flow #sec01 .after_box .linkbtn a{
  display: inline-block;
}
#flow #sec01 .contact_box .linkbtn a img,
#flow #sec01 .after_box .linkbtn a img{
  width: 190px;
  height: auto;
}
#flow #sec01 .flow_box {
  position:relative;
  overflow: hidden;
  padding:60px 0;
  width: 84%;
  margin: 0 auto;
}
#flow #sec01 .flow_box li {
  transition: .8s;
  opacity: 0;
  transform: translate(0,100px);
  -webkit-transform: translate(0,100px);
}
#flow #sec01 .flow_box li.inviewing {
  opacity: 1.0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}
#flow #sec01 .flow_box li:first-child {
}
#flow #sec01 .flow_box li:nth-child(2) {
  margin-top: 50px;
}
#flow #sec01 .flow_box li:nth-child(3) {
  margin-top: 50px;
}
#flow #sec01 .flow_box li:nth-child(4) {
  margin-top: 50px;
}
#flow #sec01 .flow_box li:nth-child(5) {
  margin-top: 50px;
}

#flow #sec01 .flow_box li .tArea {
  color:#fff;
  border:#0099ff 3px solid;
  box-sizing:border-box;
  padding:30px 5%;
  text-align: justify;
}
#flow #sec01 .flow_box li:first-child .tArea {
  background:url(../Images/flow/step01_bg.jpg) no-repeat;
  background-size:cover;
}
#flow #sec01 .flow_box li:nth-child(2) .tArea {
  background:url(../Images/flow/step02_bg.jpg) no-repeat;
  background-size:cover;
}
#flow #sec01 .flow_box li:nth-child(3) .tArea {
  background:url(../Images/flow/step03_bg.jpg) no-repeat;
  background-size:cover;
}
#flow #sec01 .flow_box li:nth-child(4) .tArea {
  background:url(../Images/flow/step04_bg.jpg) no-repeat;
  background-size:cover;
}
#flow #sec01 .flow_box li:nth-child(5) .tArea {
  background:url(../Images/flow/step05_bg.jpg) no-repeat;
  background-size:cover;
}
#flow #sec01 .flow_box li .ttl {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-bottom: #fff 2px dotted;
  padding-bottom: 10px;
  letter-spacing: 0.08em;
}
#flow #sec01 .flow_box li:nth-child(4) .ttl {
  font-size: 22px;
}
#flow #sec01 .flow_box li .ttl + p{
  padding-top: 10px;
}
#flow #sec01 .flow_box li .imgArea {
  margin:15px 0;
}
#flow #sec01 .flow_box li .txt {
  font-size: 14px;
    line-height: 1.7;
  letter-spacing: 0.05em;
}

/*-------------------------------------
      料金について
--------------------------------------*/
#price .inner_sp{
  width: 94%;
  margin: 0 auto;
}
#price #mainimage {
  background: url(../Images/price/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#price #sec01 {
  padding-top: 0;
  background-color:#FAFAFA;
}
#price #sec01 .sec01_box {
  background-color:#fff;
  margin-bottom:50px;
}
#price #sec01 .box03 {
  margin-bottom:20px;
}
#price #sec01 .sec01_box h2 {
  color: #fff;
    font-size: 26px;
    line-height: 1;
    text-align: center;
  padding: 15px 0;
}
#price #sec01 .sec01_box h2 span {
  font-size: 16px;
    font-weight: 500;
    display: block;
    margin-top: 8px;
}
#price #sec01 .box01 h2 {
  background-color:#1CA4FF;
}
#price #sec01 .box02 h2 {
  background-color:#BA70DE;
}
#price #sec01 .box03 h2 {
  background-color:#FE622E;
}
#price #sec01 .sec01_box .white_box {
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    padding: 15px;
}
#price #sec01 .sec01_box .white_box dt {
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  background-color:#666;
  font-weight: 500;
}
#price #sec01 .sec01_box .white_box dt span {
  font-size: 18px;
  display:block;
  line-height: 1.3;
  font-weight: 700;
}
#price #sec01 .sec01_box .white_box dd {
  font-size: 29px;
  line-height: 1;
}
#price #sec01 .box01 .white_box dd {
  color:#1CA4FF;
}
#price #sec01 .box02 .white_box dd {
  color:#BA70DE;
}
#price #sec01 .box03 .white_box dd {
  color:#FE622E;
}
#price #sec01 .sec01_box ul {
  padding:0 5px 5px ;

}
#price #sec01 .sec01_box ul li {
  color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    background-color: rgba(28,164,255,0.2);
    padding: 10px;
    margin-bottom: 5px;
}
#price #sec01 .sec01_box ul li:last-child {
  margin-bottom:0;
}
#price #sec01 .sec01_box ul li.plus {
  background-color: rgba(186,112,222,0.2);
}
#price #sec01 .sec01_box ul li.lp {
  background-color: rgba(254,98,46,0.2);
}
#price #sec01 .note {
  width: 94%;
  text-align:center;
  margin:0 auto;
  font-size: 12px;
}
#price #sec02 .sec02_inner li:not(:last-child){
  margin-bottom: 50px;
}
#price #sec02 .sec02_inner li:nth-child(2) {
      float: none;
}
#price #sec02 .sec02_inner li h2 {
  font-size: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    border-bottom: #333 1px dotted;
    padding: 0 3% 5px;
    margin-bottom: 30px;
  text-align: center;
}
#price #sec02 .sec02_inner li:nth-child(2) h2{
  font-size: 22px;
  line-height: 1.2;
}
#price #sec02 .sec02_inner li h2 span {
  font-size:16px;
  font-weight:500;
  display:inline-block;
  margin-left: 20px;
}
#price #sec02 .sec02_inner li table {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#price #sec02 .sec02_inner li table .tHead{
  display: none !important;
}
#price #sec02 .sec02_inner li table th,
#price #sec02 .sec02_inner li table td {
  display: list-item;
}
#price #sec02 .sec02_inner li table th {
  color:#fff;
  font-size:18px;
  text-align: center;
  background-color:#084C61;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    border-bottom: #fff 2px solid;
    padding: 10px 20px;
}
#price #sec02 .sec02_inner li table tr th:first-child {
    border-right: #fff 2px solid;
}
#price #sec02 .sec02_inner li table td {
  font-weight: 600;
    background-color: #FAFAFA;
    padding: 8px 20px 15px;
    border-bottom: #fff 2px solid;
  text-align: center;
}
#price #sec02 .sec02_inner li table tr td:first-child {
    border-right: #fff 2px solid;
  background: rgba(8,76,97,0.18);
    padding: 10px 20px;
}

/*-------------------------------------
      よくある質問
--------------------------------------*/

#faq #mainimage {
  background: url(../Images/faq/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#faq #sec01 {
}
#faq #sec01 .sec01_inner {
    background-color: #fff;
    padding: 50px 0;
}
#faq #sec01 .box01,
#faq #sec01 .box02,
#faq #sec01 .box03 {
  padding: 50px 0;
}
#faq #sec01 .box01{
  padding-top: 0;
}
#faq #sec01 .box02 {
  background: #fafafa;
}
#faq #sec01 .box03 {
  padding-bottom: 0;
}
#faq #sec01 .sec01_box h2 {
  font-size: 20px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 35px;
}
#faq #sec01 .sec01_box h2 span {
  display: inline-block;
    padding: 0 0.5em;
    position: relative;
}
#faq #sec01 .sec01_box h2 span:before,
#faq #sec01 .sec01_box h2 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
#faq #sec01 .sec01_box h2 span:before {
    right: 100%;
}
#faq #sec01 .sec01_box h2 span:after {
    left: 100%;
}
#faq #sec01 .sec01_box ul {
  width: 94%;
  margin: 0 auto;
}
#faq #sec01 .sec01_box ul li {
  border-bottom: #ccc 1px solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#faq #sec01 .sec01_box ul li:last-child {
  border-bottom: none;
    padding-bottom: 0;
  margin-bottom:0;
}
#faq #sec01 .sec01_box ul li dl dt {
  min-height: 30px;
  color: #ba70de;
  font-size: 15px;

  font-weight: 600;
  background: url(../Images/faq/q_01.png) left 5px no-repeat;
  padding-left: 35px;
  margin-bottom: 20px;
}
#faq #sec01 .sec01_box ul li dl dd {
  min-height: 24px;
  font-size: 14px;
  line-height: 1.7;
  background:url(../Images/faq/a_01.png) left 5px no-repeat;
  padding-left: 32px;
}
#faq #sec01 .box02 ul li dl dt {
  color:#1ca4ff;
  background: url(../Images/faq/q_02.png) left 5px no-repeat;
}
#faq #sec01 .box02 ul li dl dd {
  background: url(../Images/faq/a_02.png) left 5px no-repeat;
}
#faq #sec01 .sec01_box ul li dl dd span {

  font-weight:bold;
  background:linear-gradient(transparent 50%, #ffcc99 0%);
}
#faq #sec01 .sec01_box ul li dl dd a {
  color: #666;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 5px 2px 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  position: relative;
  margin-top: 20px;
}
#faq #sec01 .sec01_box ul li dl dd a:before {
  content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-top: 2px solid #fe622e;
    border-right: 2px solid #fe622e;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -4px 10px 0 -5px;
}
#faq #sec01 .sec01_box ul li dl dd a:after {
    width: 0;
    content: "";
    background: #fe622e;
    transition: .24s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: -0.03em;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#faq #sec01 .sec01_box ul li dl dd a:hover {
  color: #fe622e;
}
#faq #sec01 .sec01_box ul li dl dd a:hover:after {
    width: 100%;
    height: .25rem;
}

/*-------------------------------------
  動的ページ　共通ページナビ
--------------------------------------*/

/*-- 一覧 --*/

.wp-pagenavi {
  text-align:center;
  margin-top: 35px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display:inline-block;
  margin-left:10px;
}
.wp-pagenavi a {
    background: #333;
    color: #fff;
    text-align: center;
    border: 2px solid #333;
    box-sizing: border-box;
  border-radius:3px;
    transition: all 300ms ease;
    width: 25px;
}
.wp-pagenavi .current,
.wp-pagenavi .extend {
    color: #fff;
    background: #FE622E;
    text-align: center;
    border: 2px solid #FE622E;
  border-radius:3px;
    box-sizing: border-box;
    width: 25px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: #333;
    font-size: 20px;
    text-align: center;
    line-height: 1;
  background:none;
  border:none;
}
.wp-pagenavi a:hover,
.wp-pagenavi a.pagelink:hover {
  color: #fff;
    background: #FE622E;
    border: 2px solid #FE622E;
    box-sizing: border-box;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  color:#FE622E;
    font-size: 20px;
    text-align: center;
    line-height: 1;
  background:none;
  border:none;
}

/*-- 詳細 --*/

#pageNav ul {
  text-align: center;
    margin-top: 30px;
}
#pageNav li {
  display:inline-block;
  font-size:14px;
  font-weight:bold;
}
#pageNav li a {
  color:#333;
}
#pageNav li a:hover {
  color:#FE622E;
}
#pageNav .to_blog {
  margin: 0 25px;
}

/*-------------------------------------
      制作実績
--------------------------------------*/

#works #mainimage {
  background: url(../Images/works/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#works h2 {
  color:#fe622e;
    font-size: 24px;

    text-align: center;
  line-height:1;
    border-bottom: #333 1px dotted;
  padding-bottom:10px;

    margin: 0 auto 30px;
}
#works #sec02 h2 {
  color:#0099FF;
}
#works h2 span {
  color:#333;
  font-size:16px;
  font-weight:500;
  display:inline-block;
  margin-left:20px;
}
#works #sec01 {
    background-color: #fff;
}
#works #sec02 {
    background-color: #f5f5f5;
}
#works .works_list {
  margin:0 auto;
}
#works .sec01_inner,
#works .sec02_inner {
  width:94%;
  margin: 0 auto;
}
#works .works_list li {
    text-align: center;
}
#works .sec01_inner li {
    background-color: #f5f5f5;
}
#works .sec01_inner li:not(:last-child) {
  margin-bottom: 1.5%;
}
#works .sec02_inner li {
    width: 49.45%;
    background-color: #fff;
    margin:0 0.8% 1.2% 0;
}
#works .sec02_inner li {
  float: left;
}
#works .sec02_inner li:nth-child(2n) {
  float: right;
  margin-right:0;
}
#works .works_list li:hover {
    background-color: #ddd;
}
#works .works_list li a {
    width: 100%;
    box-sizing: border-box;
}
#works .works_list.sec01_inner  li a {
    padding: 25px 3%;
}
#works .works_list.sec02_inner  li a {
    padding: 20px 5%;
}
#works .works_list li .imgArea {
  margin: 0 auto 30px;
}
#works .works_list li .imgArea img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#works .sec01_inner li .imgArea img,
#works .sec02_inner li .imgArea img {
  width: 100%;
  height: auto;
}
#works .works_list li.desktop .imgArea img {
  width: 91%;
  height: auto;
}
#works .works_list li:hover .imgArea img {
  opacity:1.0;
  -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
#works .works_list li dl {
  line-height:1;
}
#works .works_list li dl dt {
  font-size: 14px;
  font-weight:600;
  margin-bottom:8px;
  line-height: 1.3;
}
#works .sec02_inner li:hover dl dt {
  color:#0099FF;
}
#works .works_list li dl dd {
  color:#fe622e;
  font-size: 14px;
}
#works .sec02_inner li dl dd {
  color:#0099FF;
  word-wrap:break-word;
}

/*-------------------------------------
    制作実績／ピックアップ
--------------------------------------*/

#pickup #mainimage {
  display:none;
}
#pickup h2 {
    font-size: 28px;
    text-align: center;
  line-height:1;
    border-bottom: #333 1px dotted;
  padding: 0 3% 10px;
    margin: 0 auto 30px;
}
#pickup h2 span {
  color:#333;
  font-size:18px;
  font-weight:500;
  display:inline-block;
  margin-left:20px;
}
#pickup #story h2 {
  color: #ff4d80;
}
#pickup #beforeafter h2 {
  color: #1ca4ff;
}
#pickup #design h2 {
  color: #fe622e;
}
#pickup #sec01 {
  padding-bottom: calc((100vw * 0.94 * 0.33 * 0.5));
}
#pickup .sec01_bg {
  min-height: 320px;
  background-color: #f5f5f5;
  position: relative;
  padding-top: 70px;
  padding-bottom: calc(50px + (100vw * 0.94 * 0.33 * 0.5));
}
#pickup .sec01_inner {
  width: 94%;
  margin: 0 auto;
}
#pickup .sec01_inner .imgArea {
  margin-bottom:60px;
}
#pickup .sec01_inner .imgArea img {
  width:100%;
}
#pickup .sec01_inner .tArea {
}
#pickup .sec01_inner .tArea h1 {
  font-size: 28px;
    line-height: 1;
    margin-bottom: 30px;
  text-align: center;
}
#pickup .sec01_inner .tArea h1 span {
  color: #ba70e2;
  font-size:16px;
  display:block;
  margin-bottom:10px;
}
#pickup .sec01_inner .tArea li {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
#pickup .sec01_inner .tArea li span {
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background-color: rgba(102,102,102,0.2);
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 13px;
  letter-spacing: 0.12em;
}
#pickup .sec01_inner .tArea li a {
  color:#BA70DE;
}
#pickup .sec01_inner .tArea li a:hover {
  font-weight:bold;
}
#pickup #sec01 .navi {
  width: 94%;
  left: 3%;
  position: absolute;
    bottom: calc((-100vw * 0.94 * 0.33 * 0.5));
}
#pickup #sec01 .navi li {
  position: relative;
  float:left;
  width: 33%;
}
#pickup #sec01 .navi li:last-child {
  margin-right:0;
}

#pickup #sec01 .navi li img{
  width: 100%;
  height: auto;
}
#pickup #sec01 #works_breadcrumb {
  display:none;
}
#pickup #story .story_inner {
  width: 94%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    background-color: rgba(255, 219, 230, 0.41);
    padding: 30px 5%;
    margin: 0 auto;
}
#pickup #story .story_box {
  margin-bottom:50px;
}
#pickup #story .box03 {
  margin-bottom:0;
}
#pickup #story .story_box h3 {
    margin-bottom: 15px;
  text-align: center;
}
#pickup #story .story_box h3 span{
  position: relative;
  left: -14px;
  display: inline-block;
  color: #ff4d80;
    font-size: 20px;
    line-height: 1;
    background: url(../Images/works/pickup/icon_book.png) left top no-repeat;
    background-size: 28px;
    padding: 0 0 0 38px;
}
#pickup #story .story_box p {
  font-size: 15px;
    line-height: 1.7;
  text-align: justify;
}
#pickup #beforeafter {
  background: url(../Images/works/pickup/beforeafter_bg.jpg) no-repeat;
    background-size: cover;
}
#pickup #beforeafter ul {
  width:94%;
  margin:0 auto;
}
#pickup #beforeafter ul li {
  position:relative;
}
#pickup #beforeafter ul li:first-child {
  margin-bottom: 50px;
}
#pickup #beforeafter ul li:last-child {
  float:right;
}
#pickup #beforeafter ul li .badge {
  color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2em;
    background-color: rgba(86,86,86,0.75);
    padding: 10px 20px;
  text-align: center;
}
#pickup #beforeafter ul li:last-child .badge {
  background: rgba(28,164,255,0.65);
}
#pickup #beforeafter ul li .imgArea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    overflow: hidden;
    border: rgba(86,86,86,0.75) 1px solid;
  border-top: none;
}
#pickup #beforeafter ul li:last-child .imgArea {
    border: rgba(28,164,255,0.65) 1px solid;
}
#pickup #beforeafter ul li .imgArea img {
  width: 100%;
  height: auto;
}
#pickup #beforeafter .tArea {
  width: 680px;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
}
#pickup #design {
  background-color: rgba(254, 188, 46, 0.1);
}
#pickup #design .design_inner {
  width: 94%;
  margin:0 auto;
}
#pickup #design .design_inner .badge{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2em;
  background: rgba(255,28,28,0.65);
    padding: 10px 20px;
    text-align: center;
}
#pickup #design .top_view {
  margin-bottom:60px;
}
#pickup #design .top_view .imgArea {
  width: 100%;
    border: rgba(255,28,28,0.65) 1px solid;
    box-sizing: border-box;
  overflow: hidden;
}
#pickup #design .top_view .imgArea img {
  width:100%;
}
#pickup #design .top_view figure {
    overflow: hidden;
    position: relative;
}
#pickup #design .top_view figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 2;
    background: rgba(51,51,51,0.8);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
}
#pickup #design .top_view:hover figcaption {
    top: 0;
}
#pickup #design .top_view:hover figcaption p {
  width: 300px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.25em;
    border: #fff 2px solid;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 10px 0;
}
#pickup #design .under_view li {
    border: rgba(255,28,28,0.65) 1px solid;
    box-sizing: border-box;
}
#pickup #design .under_view li:not(:last-child) {
  margin-bottom: 50px;
}
#pickup #design .under_view li img {
  width:100%;
}
/*-------------------------------------
      相談事例
--------------------------------------*/
#example #mainimage {
  background: url(../Images/example/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#example h2 {
  font-size: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 25px;
}
#example h2 span {
  color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    display: block;
    margin-top: 6px;
}
#example .case_nav{
    background: url(../Images/service/bg_gray.png) repeat;
    padding: 7%;
}
#example .case_nav li{
    float: left;
    font-size: 14px;
    width: 48%;
    text-align: center;
    margin-bottom: 10px;
    background: #fff;
    font-weight: bold;
  line-height:54px;
}
#example .case_nav li:nth-child(2n){
  float:right;
}
#example .case_nav li a{
  display:inline-block;
  padding:5px 15px;
  vertical-align:middle;
  line-height:1.35;
}
#example .case_nav li a:hover{
  background:#0099ff;
  color:#fff;
}

#example #sec01 h2 {
  margin-bottom:10%;
}
#example #sec01 ul.new_post{
  padding:0 7%;
}
#example #sec01 ul.new_post li{
    margin-bottom: 15%;
}
#example #sec01 .example_post{
  font-size:13px;
  background:url(../Images/example/icon_01.png) no-repeat left center;
  background-size:60px auto;
  padding-left:75px;
  margin-bottom:15px;
}
#example #sec01 .new_post time,
#example #sec01 ul.cat_list,
#example #sec01 ul.cat_list li{
  display:inline-block;
  margin-bottom:0;
}
#example #sec01 ul.new_post li .example_box h3{
  font-size:18px;
  margin-bottom:15px;
}
#example #sec01 ul.new_post li .example_box p{
    padding: 10px 0 15px 33px;
    font-size: 17px;
    position: relative;
}
#example #sec01 ul.new_post li .example_box p::before{
    position: absolute;
    content: "";
    background: #b670e1;
    width: 3px;
    height: 100%;
    left: 3%;
    top: 0;
}
#example #sec01 ul.new_post li .example_box p::after{
    position: absolute;
    content: "";
    background: #b670e1;
    width: 97%;
    height: 1px;
    left: 3%;
    bottom: 0;
}
#example #sec01 ul.new_post li .example_box.open p::after{
  content:none;
}
#example #sec01 .new_post .badge{
    font-size: 12px;
    margin-left: 10px;
    background: #ff4d8f;
    color: #fff;
    padding: 3px 8px;
    vertical-align: text-top;
    margin-top: 2px;
    display: inline-block;
}
#example #sec01 .new_post .answer{
    padding: 25px 25px 25px 70px;
    font-size: 17px;
    border-radius: 5px;
    margin-left: 10px;
    background: url(../Images/example/icon_02.png) no-repeat left 15px center rgba(161, 161, 199, 0.13);
    background-size: 45px auto;
    color: #170e98;
}
#example #sec02 {
  background:#fafafa;
}
#example #sec02 .past_month {
  font-size:16px;
    margin: 0 7% 5%;
}
#example #sec02 .past_month dt{
  background: #0099FF;
  text-align:center;
    padding: 2px 15px 0;
    color: #fff;
    font-weight: bold;
}
#example #sec02 .past_month dd{
    display: inline-block;
  width:15%;
    position: relative;
    vertical-align: text-bottom;
  font-size:15px;
  color:#aaa;
}
#example #sec02 .past_month dd a{
  font-weight:bold;
}
#example #sec02 .past_month dd a:hover{
  text-decoration:underline;
}
#example #sec02 .past_month dd::before{
  position:absolute;
  content:"｜";
  right:0;
}
#example #sec02 .btn_01{
  text-align:center;
  padding:0 7%;
  margin-top:8%;
}
#example #sec02 .btn_01 a{
    background: #fe622e;
  text-align:center;
  display:block;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0 10px;
    color: #fff;
    letter-spacing: 0.05em;
}
/*　2015年以前の相談事例　*/
#example .past_post {
  padding:0 7%;
}
#example .past_post dl,
#example .past_post .index_example{
  margin-bottom:15%;
}
#example .past_post dl dt {
    font-size: 18px;
    margin-bottom: 15px;
    background: url(../Images/example/icon_01.png) no-repeat left center;
    background-size: 60px auto;
    padding-left: 75px;
    font-weight: bold;
    padding-top: 6px;
}
#example .past_post dl dt span {
  font-weight:normal;
  font-size:13px;
  display:block;
}

#example .past_post .badge {
    font-size: 12px;
    margin-left: 10px;
    background: #ff4d8f;
    color: #fff;
    padding: 3px 8px;
    vertical-align: text-top;
    margin-top: 2px;
    display: inline-block;
  font-weight:bold;
}
#example .past_post dl dd,
#example .past_post .index_example_text{
    padding: 10px 0 15px 33px;
    font-size: 17px;
    position: relative;
}
#example .past_post dl dd::before,
#example .past_post .index_example_text::before{
    position: absolute;
    content: "";
    background: #b670e1;
    width: 3px;
    height: 100%;
    left: 3%;
  top:0;
}
#example .past_post dl dd::after,
#example .past_post .index_example_text::after{
    position: absolute;
    content: "";
    background: #b670e1;
    width: 97%;
    height: 1px;
    left: 3%;
  bottom:0;
}
#example .past_post .index_example_head {
    font-size: 22px;
    background: url(../Images/example/icon_01.png) no-repeat left center;
    background-size: 60px auto;
    padding-left: 75px;
    margin-bottom: 15px;
}
#example .past_post .index_example_head p{
  font-size:13px;
}

/*-------------------------------------
      コラム
--------------------------------------*/

#column #mainimage {
  background: url(../Images/column/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#column .cate_nav {
  width: 100%;
    background-color: #f5f5f5;
    border-bottom: #f5f5f5 1px solid;
  overflow: auto;
  white-space: nowrap;
}
#column .cate_nav::-webkit-scrollbar{
    display: none;
}
/*#column .cate_nav ul {
  width:531px;
  margin:0 auto;
}
#column .cate_nav li {
  float: left;
}*/
#column .cate_nav ul {
  width:100%;
  margin:0 auto;
}
#column .cate_nav li {
  display: inline;
}
#column .cate_nav li a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-right: #f5f5f5 1px solid;
    box-sizing: border-box;
    padding: 13px 20px;
}
#column .cate_nav li:nth-child(1) a {
  background-color:#333;
}
#column .cate_nav li:nth-child(2) a {
  background-color:#FF4D80;
}
#column .cate_nav li:nth-child(3) a {
  background-color:#084C61;
}
#column .cate_nav li:nth-child(4) a {
  background-color:#FDB813;
}
#column .cate_nav li:nth-child(5) a {
  background-color:#0099FF;
    border-right: none;
}
/*-スクロール注意書き-*/
#column .cate_nav + .note{
  width: 94%;
  height: 40px;
  padding: 3px 3% 0;
  text-align: right;
  background: #f5f5f5;
}
#column .cate_nav + .note span.notoSans{
  display: block;
  height: 40px;
  line-height: 40px;
  padding-right: 38px;
  background: url(../Images/column/icon_swipe.png) no-repeat right center;
  -webkit-background-size: auto 32px;
  background-size: auto 32px;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  color: #084C61;
}
#column h2.list_ttl {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 4% 0 2%;
  background: #f3f3f3;
}
#column h2.list_ttl span {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
}

/*-- 一覧 --*/

#column_single h2.list_ttl {
  font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 80px 0 20px;
}
#column #column_list,
#column_single .cate_list {
    background-color: #f5f5f5;
    margin: 0 auto 3%;
  padding-top: 0;
}
#column #column_list ul,
#column_single .cate_list {
  width:94%;
  margin:0 auto;
}
#column #column_list li:not(:last-child),
#column_single .cate_list li:not(:last-child) {
  margin-bottom: 5px;
}
#column #column_list li a,
#column_single .cate_list li a{
  width: 100%;
  background-color:#fff;
  border:#ddd 1px solid;
  box-sizing:border-box;
  position:relative;
}
#column #column_list li .imgArea,
#column_single .cate_list li .imgArea {
  float: left;
    width: 39%;
    height: 152px;
    overflow: hidden;
    padding: 10px 0;
    margin: 0 0px 0 10px;
}
#column #column_list li .imgArea img,
#column_single .cate_list li .imgArea img {
  position: relative;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  max-height: none;
  max-width: none;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#column #column_list li .tArea,
#column_single .cate_list li .tArea {
  position: relative;
    float: left;
    width: calc(91vw - 40%);
    min-height: 172px;
    padding: 10px;
    box-sizing: border-box;
}
#column #column_list li .tArea .date,
#column_single .cate_list li .tArea .date {
  color: #666;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 3px;
  font-size: 12px;
}
#column #column_list li .tArea .date time,
#column_single .cate_list li .tArea .date time {
  display: inline-block;
    margin-right: 5px;
  margin-bottom: 5px;
}
#column #column_list li .tArea .date span,
#column_single .cate_list li .tArea .date span {
  color: #fff;
    font-size: 10px;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    padding: 4px 8px;
}
#column #column_list li.business .tArea .date span,
#column_single .cate_list li.business .tArea .date span {
  background-color:#FF4D80;
}
#column #column_list li.technology .tArea .date span,
#column_single .cate_list li.technology .tArea .date span {
  background-color:#084C61;
}
#column #column_list li.marketing .tArea .date span,
#column_single .cate_list li.marketing .tArea .date span {
  background-color:#FDB813;
}
#column #column_list li.web .tArea .date span,
#column_single .cate_list li.web .tArea .date span {
  background-color:#0099FF;
}
#column #column_list li .tArea h3,
#column_single .cate_list li .tArea h3 {
  font-size:15px;
  margin-bottom:10px;
}
#column #column_list li .tArea .txt,
#column_single .cate_list li .tArea .txt{
  display: none;
  font-size:13px;

  margin-bottom: 20px;
}
#column #column_list li .tArea .more,
#column_single .cate_list li .tArea .more {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
    color: #fff;
    font-size: 12px;
  letter-spacing: 0.07em;
    font-weight: bold;
    font-family: "Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    text-align: center;
    background-color: #333;
    padding: 4px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#column #column_list li a:hover .tArea .more,
#column_single .cate_list li a:hover .tArea .more {
  letter-spacing:0.1em;
}
#column #column_list li.business a:hover .tArea .more,
#column_single .cate_list li.business a:hover .tArea .more {
  background-color:#FF4D80;
}
#column #column_list li.technology a:hover .tArea .more ,
#column_single .cate_list li.technology a:hover .tArea .more {
  background-color:#084C61;
}
#column #column_list li.marketing a:hover .tArea .more ,
#column_single .cate_list li.marketing a:hover .tArea .more {
  background-color:#FDB813;
}
#column #column_list li.web a:hover .tArea .more ,
#column_single .cate_list li.web a:hover .tArea .more {
  background-color:#0099FF;
}

/*-- 詳細 --*/

#column #column_single {
    background-color: #f5f5f5;
    /* margin: 3% auto; */
}
#column #column_single .article_box {
  width: 94%;
    background-color: #fff;
    border: #ddd 1px solid;
    box-sizing: border-box;
    padding: 25px 4%;
    margin: 0 auto;
}
#column .article_business .article_box {
  border-top: #FF4D80 6px solid !important;
}
#column .article_technology .article_box {
  border-top: #084C61 6px solid !important;
}
#column .article_marketing .article_box {
  border-top: #FDB813 6px solid !important;
}
#column .article_web .article_box {
  border-top: #0099FF 6px solid !important;
}
#column #column_single .article_box .ttlArea {
  margin-bottom: 40px;
}
#column #column_single .article_box .ttlArea .date {
  color: #999;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}
#column #column_single .article_box .ttlArea .date span {
  color: #fff;
    font-size: 10px;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
    margin-left: 15px;
    padding: 4px 10px;
}
#column .article_business .article_box .ttlArea .date span {
  background-color:#FF4D80;
}
#column .article_technology .article_box .ttlArea .date span {
  background-color:#084C61;
}
#column .article_marketing .article_box .ttlArea .date span {
  background-color:#FDB813;
}
#column .article_web .article_box .ttlArea .date span {
  background-color:#0099FF;
}
#column #column_single .article_box .ttlArea h2 {
  font-size: 18px;
}
#column #column_single .article_box .propArea {
  margin-bottom:30px;
}
#column #column_single .article_box .prof_box {
    margin: 30px 0 40px;
}
#column #column_single .article_box .prof_box .prof_img {
  display: table-cell;
}
#column #column_single .article_box .prof_box .prof_img img {
  width:100px;
}
#column #column_single .article_box .prof_box dl {
  vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
}
#column #column_single .article_box .prof_box dt {
  color:#999;
  font-size:16px;
  font-weight:bold;
  margin-bottom:3px;
}
#column #column_single .article_box .shareBtn ul{
    text-align: right;
  margin-bottom:25px;
}
#column #column_single .article_box .shareBtn ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

#column #column_single .article_box .top_img {
  text-align:center;
  margin-bottom:45px;
}
#column #column_single .article_box .top_img img {
  width: 100%;
  height: auto;
}


#column #column_single .article_box .tArea {
  font-size:14px;
  margin-bottom:50px;
}
#column #column_single .article_box .tArea h3 {
  position: relative;
  font-size: 16px;
    padding-bottom: 5px;
  padding-left: 20px;
    margin-bottom: 20px;
}
#column .article_business .article_box .tArea h3 {
  border-bottom:#FF4D80 3px solid;
}
#column .article_technology .article_box .tArea h3 {
  border-bottom:#084C61 3px solid;
}
#column .article_marketing .article_box .tArea h3 {
  border-bottom:#FDB813 3px solid;
}
#column .article_web .article_box .tArea h3 {
  border-bottom:#0099FF 3px solid;
}
#column #column_single .article_box .tArea h3:before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 2px solid;
    border-right: 2px solid;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -4px 10px 0 -2px;
}
#column .article_business .article_box .tArea h3:before {
  border-top: 2px solid #FF4D80 !important;
    border-right: 2px solid #FF4D80 !important;
}
#column .article_technology .article_box .tArea h3:before {
  border-top: 2px solid #084C61 !important;
    border-right: 2px solid #084C61 !important;
}
#column .article_marketing .article_box .tArea h3:before {
  border-top: 2px solid #FDB813 !important;
    border-right: 2px solid #FDB813 !important;
}
#column .article_web .article_box .tArea h3:before {
  border-top: 2px solid #0099FF !important;
    border-right: 2px solid #0099FF !important;
}
#column #column_single .article_box .tArea h4 {
  font-size: 14px;
    margin-bottom: 20px;
    padding: 0 5px;
}
#column #column_single .article_box .tArea p {
  margin-bottom:15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#column #column_single .article_box .tArea > p,
#column #column_single .article_box .tArea > ol{
  padding: 0 5px;
}
#column #column_single .article_box .tArea .box {
    border: 1px solid #eeeeee;
    background-color: #f5f5f5;
    padding: 15px 20px;
    margin-bottom: 15px;
}
#column #column_single .article_box .tArea .quotation_box {
    margin:10px 0 20px;
}
#column #column_single .article_box .tArea .quotation_box dt {
  color: #555;
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
}
#column #column_single .article_box .tArea .quotation_box dd {
  background: url(../Images/column/quotation.png) left 20px top 15px no-repeat #f5f5f5;
    background-size: 25px;
    padding: 45px 20px 20px 20px;
}
#column #column_single .article_box .tArea ol li {
  margin-bottom: 15px;
}
#column #column_single .article_box .tArea p:last-child,
#column #column_single .article_box .tArea .quotation_box dd p:last-child,
#column #column_single .article_box .float_left p:last-child,
#column #column_single .article_box .tArea ol:last-child,
#column #column_single .article_box .tArea ol li:last-child {
  margin-bottom:0;
}
#column #column_single .article_box .top_img,
#column #column_single .article_box .inner_img,
#column #column_single .article_box .float_left img,
#column #column_single .article_box .float_right img {
  text-align:center;
  margin-bottom:20px;
}

#column #column_single .article_box #pageNav {
  border-top:#ddd 1px solid;
}
#column #column_single .cate_list h2.list_ttl {
  font-size:20px;
}
#column .article_business .cate_list h2.list_ttl {
  color:#FF4D80;
}
#column .article_technology .cate_list h2.list_ttl {
  color:#084C61;
}
#column .article_marketing .cate_list h2.list_ttl {
  color:#FDB813;
}
#column .article_web .cate_list h2.list_ttl {
  color:#0099FF;
}

/*-------------------------------------
      会社概要
--------------------------------------*/

#company #mainimage {
  background: url(../Images/company/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#company .inner{
  padding-bottom: 70px;
}
#company h2 {
  font-size: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 25px;
}
#company h2 span {
  color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    display: block;
    margin-top: 6px;
}
#company #sec01 .sec01_inner {
  background-color:#084C61;
}
#company #sec01 .sec01_inner ul {
  padding: 3% 0;
}
#company #sec01 .sec01_inner li {
  width: 84%;
    background-color: #fff;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
    padding: 5%;
    margin: 0 auto 3%;
}
#company #sec01 .sec01_inner li:last-child {
  margin-bottom:0;
}
#company #sec01 .sec01_inner li h3 {
  min-height: 45px;
  color: #FE622E;
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 10px;
    padding-left: 55px;
}
#company #sec01 .sec01_inner li.li_01 h3 {
  background: url(../Images/company/icon_01.png) left center no-repeat;
    background-size: 45px;
    padding: 10px 0 10px 55px;
}
#company #sec01 .sec01_inner li.li_02 h3 {
  background:url(../Images/company/icon_02.png) left center no-repeat;
    background-size: 45px;
}
#company #sec01 .sec01_inner li.li_03 h3 {
  background:url(../Images/company/icon_03.png) left center no-repeat;
    background-size: 45px;
}
#company #sec01 .sec01_inner li.li_04 h3 {
  background:url(../Images/company/icon_04.png) left center no-repeat;
    background-size: 45px;
}
#company #sec01 .sec01_inner li.li_05 h3 {
  background:url(../Images/company/icon_05.png) left center no-repeat;
    background-size: 45px;
}
#company #sec02 {
  padding: 0;
}
#company #sec02 .sec02_inner {
  width: 94%;
    margin: 0 3%;
}
#company #sec02 table {
  margin-bottom: 40px;
}
#company #sec02 table tr {
  border-bottom:#fff 3px solid;
}
#company #sec02 table tr.last {
  border-bottom:none;
}
#company #sec02 table th {
  width: 27%;
    text-align: left;
    background-color: rgba(253,174,57,0.4);
    border-right: #fff 3px solid;
    padding: 10px;
}
#company #sec02 table td {
  line-height: 1.4;
    background-color: rgba(253,174,57,0.1);
    padding: 10px;
}
#company #sec02 table td span {
  color:#999;
  font-size:12px;
  font-weight:bold;
}
#company #sec02 table td .tel {
  margin-bottom:5px;
}
#company #sec02 .imgArea {

  display:none;
}
#company #gMap{
  width:100%;
  height:280px;
  margin:0 auto;
  padding-bottom:100px;
}

/*-------------------------------------
  プライバシーポリシー
--------------------------------------*/

#privacy-policy #mainimage {
  background: url(../Images/privacy-policy/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#privacy-policy #sec01 {
  width: 100%;
  padding: 40px 0;
}
#privacy-policy #sec01 .sec01_inner {
  width: 94%;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
}
#privacy-policy #sec01 .top_txt {
    font-size: 14px;
    font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
    margin: 0 auto 50px;
}
#privacy-policy #sec01 dl {
  margin:0 auto;
}
#privacy-policy #sec01 dl dt {
  font-size: 17px;
    font-weight: bold;
    border-bottom: 2px solid #d1edff;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
#privacy-policy #sec01 dl dt:before {
  content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-top: 2px solid #1CA4FF;
    border-right: 2px solid #1CA4FF;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 10px 0 0;
}
#privacy-policy #sec01 dl dd {
  padding: 0 8px;
    margin-bottom: 35px;
}
#privacy-policy #sec01 dl dd:last-child {
  margin-bottom:0;
}
#privacy-policy #sec01 dl dd p {
  margin-bottom:10px;
}
#privacy-policy #sec01 dl dd .number_list li {
  list-style: outside decimal;
    margin: 0 0 0.5em 1.5em;
}
#privacy-policy #sec01 dl dd .number_list li:last-child {
  margin-bottom:0;
}
#privacy-policy #sec01 dl h2{
  margin-top: 0.5em;
}
#privacy-policy #sec01 dl a{
  word-break: break-all;
}
#privacy-policy .signature{
  width: 94%;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: right;
  margin-top: 2em;
}
/*-------------------------------------
      サイトマップ
--------------------------------------*/

#sitemap #mainimage {
  background: url(../Images/sitemap/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#sitemap #sec01 {
  width: 100%;
  padding: 40px 0;
}
#sitemap #sec01 .sec01_inner {
  width: 94%;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
}
#sitemap #sec01 dl {
  margin:0 auto 25px;
}
#sitemap #sec01 dl dt {
    border-bottom: 2px solid #d1edff;
}
#sitemap #sec01 dl dt a {
  width: 100%;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    position: relative;
    transition: .24s all ease;
}
#sitemap #sec01 dl dt a:before {
  content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-top: 2px solid #1CA4FF;
    border-right: 2px solid #1CA4FF;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -5px 10px 0 -5px;
}
#sitemap #sec01 dl dt a:after {
    width: 0;
    content: "";
    background: #1CA4FF;
    transition: .24s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: -0.03em;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#sitemap #sec01 dl dt a:hover {
  color:#1CA4FF;
}
#sitemap #sec01 dl dt a:hover:after {
    width: 100%;
    height: .25rem;
}
#sitemap #sec01 dl dd {
  margin-top:10px;
}
#sitemap #sec01 dl dd li {
  margin-bottom:8px;
}
#sitemap #sec01 dl dd li:last-child {
  margin-bottom:0;
}
#sitemap #sec01 dl dd ul {
    padding: 5px 5px 5px 20px;
}
#sitemap #sec01 dl dd li a {
  width: 100%;
    color: #999;
    font-size: 15px;
    font-weight: bold;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    position: relative;
    transition: .24s all ease;
    padding-bottom: 2px;
}
#sitemap #sec01 dl dd li a:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-top: 2px solid #FE622E;
    border-right: 2px solid #FE622E;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  margin: -4px 10px 0 -2px;
}
#sitemap #sec01 dl dd li a:after {
    width: 0;
    content: "";
    background: #FE622E;
    transition: .24s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: -0.03em;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#sitemap #sec01 dl dd li a:hover {
  color:#FE622E;
}
#sitemap #sec01 dl dd li a:hover:after {
    width: 100%;
    height: .2rem;
}

/*-------------------------------------
      お問い合わせ
--------------------------------------*/
#contact #mainimage,
#contact02 #mainimage {
    background: url(../Images/privacy-policy/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#contact p.text_red,
#contact02 p.text_red
 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #CD2924;
}

#contact #sec01{
  background:#fafafa;
  padding:70px 0;
}
#contact #sec01 .inner_box{
  width:94%;
  margin:0 auto;
}
#contact #sec01 .inner_box p > span{
  display: inline-block;
  margin: 0 5px;
  vertical-align: sub;
  background: #fe622e;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0.5em;
  vertical-align: middle;
}
#contact #sec01 .inner_box p{
  margin-bottom: 30px;
  font-size:16px;
  text-align: justify;
}
#contact #sec01 .inner_box p span.note{
  display: block;
  width: 100%;
  font-size: 13px;
  padding-top: 10px;
  text-align: center;
}
#contact #sec01 .tel_box{
  margin-bottom:50px;
  background: #fe6a39;
  text-align: center;
}
#contact #sec01 .tel_box a{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  color: #fff;
}
#contact #sec01 .tel_box dl{
  margin-bottom: 10px;
}
#contact #sec01 .tel_box dt{
  font-weight:bold;
  line-height:1.35;
  padding-bottom: 5px;
  text-align: center;
  letter-spacing: 0.12em;
}
#contact #sec01 .tel_box dd{
  font-size:28px;
  font-weight:bold;
  line-height:1.15;
  text-align: center;
  letter-spacing: 0.05em;
}
#contact #sec01 .tel_box dd span{
  display: block;
  font-size:10px;
  padding-top: 3px;
}
#contact #sec01 .tel_box span.tap{
  display: inline-block;
  width: 65%;
  border: 1px solid #fff;
  padding: 3px 0;
}
#contact #sec01 .tel_box p{
  color:#FFF;
  padding: 10px;
}
#contact .mfp_phase{
  margin-bottom:50px;
}
#contact #sec01 table{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact #sec01 table th,
#contact #sec01 table td{
  display:block;
  width:100%;
  text-align:left;
  box-sizing:border-box !important;
}
#contact #sec01 table th{
    margin-bottom: 5px;
    border-left: solid 3px #fe622e;
    padding-left: 10px;
    line-height: 1.35;
    padding-top: 2px;
}
#contact #sec01 p span.note span,
#contact #sec01 table th span{
    display: inline-block;
    margin: 0 5px;
    vertical-align: sub;
    background: #fe622e;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 0.5em;
    vertical-align: middle;
}
#contact #sec01 p span img,
#contact #sec01 table th span img{
  width:100%;
  height:auto;
}
#contact #sec01 table td{
  margin-bottom:21px;
}
#contact #sec01 table tr:last-child td{
  margin-bottom:0;
}
#contact #sec01 table td li{
  margin-bottom:5px;
}
#contact #sec01 table input[type=text],
#contact #sec01 table input[type=email],
#contact #sec01 table input[type=tel],
#contact #sec01 table textarea{
  border:1px solid #e6e2e2;
  width:100% !important;
  box-sizing:border-box !important;
    padding:12px 15px;
  transition:.5s;
  font-size:16px;
}
#contact #sec01 table input[type=text]:focus,
#contact #sec01 table input[type=email]:focus,
#contact #sec01 table input[type=tel]:focus,
#contact #sec01 table textarea:focus{
  outline:none;
  box-shadow:0 0 5px #ddd;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
#contact #sec01 table label {
  cursor:pointer;
}
#contact #sec01 table .checkbox {
  display: none;
}
#contact #sec01 table .checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
#contact #sec01 table .checkbox + .checkbox-icon:before {
    content: "";
    color: #ccc;
    font-size: 22px;
    background: #ddd;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: initial;
}
#contact #sec01 table .checkbox:checked + .checkbox-icon:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    width: 13px;
    height: 7px;
    border-left: 2px solid #fe622e;
    border-bottom: 2px solid #fe622e;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#contact #sec01 table textarea{
  height:164px !important;
}
#contact .table_left{
  float:left;
}
#contact .table_right{
  float:right;
}
#contact .mfp_buttons{
  text-align:center;
}
#contact button{
    background: #09f;
    border: none;
  width: 218px;
    padding: 8px;
    font-size: 17px;
    font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
  border:solid 1px #09f;
  transition:.3s;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#contact button:hover{
    background: #fff;
    color: #09f;
}
/*-内容確認画面-*/
#contact table#mfp_confirm_table{
  width: 100% !important;
  margin: 0 auto 50px !important;
}
#contact table#mfp_confirm_table tr{
  background: none !important;
}
#contact table#mfp_confirm_table th,
#contact table#mfp_confirm_table td{
  padding: 2px 10px 1px 10px !important;
  font-size: 14px !important;
}
#contact table#mfp_confirm_table th{
  background: none !important;
  text-align: left !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
#contact table#mfp_confirm_table td{
  border: none !important;
  width: auto !important;
}

#contact div#mfp_phase_confirm h4 {
    font-size: 20px;
    margin-bottom: 40px;
}
#contact div.mfp_buttons button#mfp_button_cancel {
  margin-top: 15px;
}
#contact #mainimage {
  background: url(../Images/contact/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#contact #mainimage .cover h1 {
    color: #1CA4FF;
    font-weight: 500;
}

#contact02{
  background: #FAFAFA;
}
#contact02 #crmWebToEntityForm.zcwf_lblTopBottom{
    padding: 50px 0;
    width: 92%;
}
#contact02 .zcwf_title{
    font-size: 22px;
    text-align: center;
}
#contact02 .zcwf_row{
  font-size: 14px;
  width: 100%;
  padding: 1em 0;
}
#contact02 .zcwf_row.nb{
  text-align: center;
}
#contact02 .zcwf_col_lab{
  border-left: solid 3px #fe622e;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}
#contact02 .zcwf_col_lab span{
  display: inline-block;
  margin: 0 5px;
  vertical-align: sub;
  background: #fe622e;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0.5em;
  vertical-align: middle;  
}
#contact02 .zcwf_col_fld{
  width: 100%;
}
#contact02 .zcwf_col_fld input[type=text],
#contact02 .zcwf_col_fld textarea{
  width: 100%;
  font-size: 16px;
  padding: 10px;
}
#contact02 .zcwf_col_fld #formsubmit  {
    background: #09f;
    border: none;
    padding: 13px 10px;
    font-size: 14px;
    font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    border: solid 1px #09f;
    transition: .3s;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    width: 200px;
    margin-right: 0;
    margin-bottom: 1em;
}
#contact02 .zcwf_col_fld #formsubmit:hover{
  background: #fff;
  color: #09f;
}
#contact02 .zcwf_col_fld .zcwf_button  {
    background: #ccc;
    border: none;
    padding: 13px 10px;
    font-size: 14px;
    font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #545453;
    letter-spacing: 0.1em;
    border: solid 1px #ccc;
    transition: .3s;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    width: 200px;
}
#contact02 .zcwf_col_fld .zcwf_button:hover{
  background: #fff;
  color: #545453;
}
#contact02 .zcwf_privacy input[type="checkbox" i]{
  width: 1.3em;
  height: 1.3em;
}


/*mailformproを使用する場合、エラーメッセージなどのエフェクトがうざい場合は以下を使ってください。must-fillはサイト毎に変更必要です。*/
/* フォーム部品のボックスシャドウ打消し */
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
  box-shadow:none;
}
/* 入力エラーのチカチカなし、文字色 */
div.mfp_err {
  background:none;
  padding-left:0;
  color:#f26;
  font-weight:bold;
}
/* エラー箇所のフォーム部品を色つきで強調 */
.problem {
  background-color:#fdd;
}
/* 入力OKのエフェクト */
div.mfp_ok {
  background-color:#ff7500;
  border-color:#ff7500;
  font-size:12px;
}
/* チェックボックスのエフェクト打消し */
form#mailformpro label.mfp_not_checked {
  padding:0;
  border:none;
}
form#mailformpro label.mfp_checked {
  padding:0;
  border:none;
  background:none;
}
/* ボタンのエフェクト打消し */
.mfp_element_submit, .mfp_element_reset, .mfp_element_button{
  font-size:0.8em;
  text-shadow:none;
}
/* 内容確認画面のテーブルを全幅 */
#mfp_confirm_table{
  width:100%;
}
/* 内容確認画面のテーブルのデザイン */
#mfp_confirm_table th,
#mfp_confirm_table td {
  border:1px solid #666;
  border-top:1px solid #666 !important;
  line-height:1.5 !important;
}
#mfp_confirm_table th {
  padding:10px 10px !important;
  background:#ffd393;
  text-align:center !important;
}
#mfp_confirm_table td {
  padding:15px 20px;
}
div#mfp_phase_confirm h4 {
  font-size:0.9em;
  margin-bottom:20px;
}
/* 入力画面の「必須」のデザイン */
.must-fill {
  background:#e04;
  padding:1px 3px;
  color:#fff;
  font-size:0.8em;
  display:display;
  margin-left:10px;
  border-radius:4px;
  float:left;
}

/*-------------------------------------
      無料お見積り
--------------------------------------*/
#estimate #mainimage .cover h1 {
    color: #FE622E;
    font-weight: 500;
}
#estimate #sec01 .tel_box p{
  padding:8px;
    color: #fff;
}
#estimate #sec01{
  background:#fafafa;
  padding:70px 0;
}
#estimate #sec01 .inner_box{
  width:94%;
  margin:0 auto;
}
#estimate #sec01 .inner_box p{
  margin-bottom:50px;
  font-size:16px;
  text-align: justify;
}
#estimate #sec01 .inner_box p span.note{
  display: block;
  width: 100%;
  font-size: 13px;
  padding-top: 10px;
  text-align: center;
}
#estimate #sec01 .tel_box{
  margin-bottom:50px;
  background: #09f;
  text-align: center;
}
#estimate #sec01 .tel_box a{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  color: #fff;
}
#estimate #sec01 .tel_box dl{
  margin-bottom: 10px;
}
#estimate #sec01 .tel_box dt{
  font-weight:bold;
  line-height:1.35;
  padding-bottom: 5px;
  text-align: center;
  letter-spacing: 0.12em;
}
#estimate #sec01 .tel_box dd{
  font-size:28px;
  font-weight:bold;
  line-height:1.15;
  text-align: center;
  letter-spacing: 0.05em;
}
#estimate #sec01 .tel_box dd span{
  display: block;
  font-size:10px;
  padding-top: 3px;
}
#estimate #sec01 .tel_box span.tap{
  display: inline-block;
  width: 65%;
  border: 1px solid #fff;
  padding: 3px 0;
}
#estimate .mfp_phase{
  margin-bottom:50px;
}
#estimate #sec01 table{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#estimate .mfp_phase{
  margin-bottom:50px;
}
#estimate #sec01 table th,
#estimate #sec01 table td{
  display:block;
  width:100%;
  text-align:left;
  box-sizing:border-box !important;
}
#estimate #sec01 table th{
    margin-bottom: 5px;
    border-left: solid 3px #09f;
    padding-left: 10px;
    line-height: 1.35;
    padding-top: 2px;
}
#estimate #sec01 p span.note span,
#estimate #sec01 table th span{
    width: 10px;
    height: auto;
    display: inline-block;
    margin:0 5px;
    vertical-align: sub;
}
#estimate #sec01 p span img,
#estimate #sec01 table th span img{
  width:100%;
  height:auto;
}
#estimate #sec01 table td{
  margin-bottom:20px;
}
#estimate #sec01 table tr:last-child td{
  margin-bottom:0;
}
#estimate #sec01 table td li{
  margin-bottom:10px;
  font-size:13px;
}
#estimate #sec01 table td li dt{
  float:left;
}
#estimate #sec01 table td li dd{
    padding: 0 0 0 27px;
}
#estimate #sec01 table input[type=text],
#estimate #sec01 table input[type=email],
#estimate #sec01 table input[type=tel],
#estimate #sec01 table textarea{
  border:1px solid #e6e2e2;
  width:100% !important;
  box-sizing:border-box !important;
    padding: 12px 15px;
  transition:.5s;
  font-size:16px;
}
#estimate #sec01 table input[type=text]:focus,
#estimate #sec01 table input[type=email]:focus,
#estimate #sec01 table input[type=tel]:focus,
#estimate #sec01 table textarea:focus{
  outline:none;
  box-shadow:0 0 5px #ddd;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
#estimate #sec01 table label {
  cursor:pointer;
}
#estimate #sec01 table .checkbox {
  display: none;
}
#estimate #sec01 table .checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
#estimate #sec01 table .checkbox + .checkbox-icon:before {
    content: "";
    color: #ccc;
    font-size: 22px;
    background: #ddd;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: initial;
}
#estimate #sec01 table .checkbox:checked + .checkbox-icon:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    width: 13px;
    height: 7px;
    border-left: 2px solid #fe622e;
    border-bottom: 2px solid #fe622e;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#estimate #sec01 table textarea{
  height:263px !important;
}
#estimate .table_left{
  float:left;
}
#estimate .table_right{
  float:right;
}
#estimate .mfp_buttons{
  text-align:center;
}
#estimate button{
    background: #fe622e;
    border: none;
  width: 218px;
    padding: 8px;
    font-size: 17px;
    font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    border:solid 1px #fe622e;
  transition:.3s;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#estimate button:hover{
  background:#fff;
    color: #fe622e;
}

/*-内容確認画面-*/
#estimate table#mfp_confirm_table{
  width: 100% !important;
  margin: 0 auto 50px !important;
}
#estimate table#mfp_confirm_table tr{
  background: none !important;
}
#estimate table#mfp_confirm_table th,
#estimate table#mfp_confirm_table td{
  padding: 2px 10px 1px 10px !important;
  font-size: 14px !important;
}
#estimate table#mfp_confirm_table th{
  background: none !important;
  text-align: left !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
#estimate table#mfp_confirm_table td{
  border: none !important;
  width: auto !important;
}

#estimate div#mfp_phase_confirm h4 {
    font-size: 20px;
    margin-bottom: 40px;
}
#estimate div.mfp_buttons button#mfp_button_cancel {
  margin-top: 15px;
}
#estimate #mainimage {
  background: url(../Images/estimate/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}


.pp_box > ul{
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 1.5em;
  font-size: 0.9em;
  margin-bottom: 1em;
  background: #fff;
}
.pp_box > ul >li{
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.pp_box label{
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  flex-wrap: wrap;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.pp_box li p,
.pp_box label p{
  margin-bottom: 0!important;
  font-size: 14px!important;
}
.pp_box input[type=checkbox]{
  width: 1.5em;
  height: 1.5em;
}
.pp_box h3,
.pp_box h4{
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.pp_box > ul ul {
  margin-top: 1.5em;
}
.pp_box > ul ul li{
  position: relative;
  padding-left: 1em;
}
.pp_box > ul ul li:before{
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4em;
}

/*-------------------------------------
      IT導入補助金申込みフォーム
--------------------------------------*/
#application #mainimage .cover h1 {
    color: #FFF;
    font-weight: 500;
    font-size: 28px;
    padding: 0 20px 10px;
    margin: 10px 0 10px;
    border-bottom: #fff 1px solid;
    display: inline-block;
    line-height: 1.5;
    width: 245px;
}
#application #mainimage .cover p {
    display: none;
}
#application #sec01 .tel_box p{
  padding:8px;
    color: #fff;
}
#application #sec01{
  background:#fafafa;
  padding:70px 0;
}
#application #sec01 .inner_box{
  width:94%;
  margin:0 auto;
}
#application #sec01 .inner_box p{
  margin-bottom:50px;
  font-size:16px;
  text-align: justify;
}
#application p.text_red {
  text-align: center!important;
}
#application p.text_red a {
  display: block;
}
#application #sec01 .inner_box p span.note{
  width: 100%;
  font-size: 13px;
}
#application #sec01 .inner_box p span.font18{
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
#application #sec01 .tel_box{
  margin-bottom:50px;
  background: #09f;
  text-align: center;
}
#application #sec01 .tel_box a{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  color: #fff;
}
#application #sec01 .tel_box dl{
  margin-bottom: 10px;
}
#application #sec01 .tel_box dt{
  font-weight:bold;
  line-height:1.35;
  padding-bottom: 5px;
  text-align: center;
  letter-spacing: 0.12em;
}
#application #sec01 .tel_box dd{
  font-size:28px;
  font-weight:bold;
  line-height:1.15;
  text-align: center;
  letter-spacing: 0.05em;
}
#application #sec01 .tel_box dd span{
  display: block;
  font-size:10px;
  padding-top: 3px;
}
#application #sec01 .tel_box span.tap{
  display: inline-block;
  width: 65%;
  border: 1px solid #fff;
  padding: 3px 0;
}
#application .mfp_phase{
  margin-bottom:50px;
}
#application #sec01 table{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#application .mfp_phase{
  margin-bottom:50px;
}
#application #sec01 table th,
#application #sec01 table td{
  display:block;
  width:100%;
  text-align:left;
  box-sizing:border-box !important;
}
#application #sec01 table th{
    margin-bottom: 5px;
    border-left: solid 3px #09f;
    padding-left: 10px;
    line-height: 1.35;
    padding-top: 2px;
}
#application #sec01 p span.note span,
#application #sec01 table th span{
    width: 10px;
    height: auto;
    display: inline-block;
    margin:0 5px;
    vertical-align: sub;
}
#application #sec01 p span img,
#application #sec01 table th span img{
  width:100%;
  height:auto;
}
#application #sec01 table td{
  margin-bottom:20px;
}
#application #sec01 table tr:last-child td{
  margin-bottom:0;
}
#application #sec01 table td li{
  margin-bottom:10px;
  font-size:13px;
}
#application #sec01 table td li dt{
  float:left;
}
#application #sec01 table td li dd{
    padding: 0 0 0 27px;
}
#application #sec01 table input[type=text],
#application #sec01 table input[type=email],
#application #sec01 table input[type=tel],
#application #sec01 table textarea{
  border:1px solid #e6e2e2;
  width:100% !important;
  box-sizing:border-box !important;
    padding: 12px 15px;
  transition:.5s;
  font-size:16px;
}
#application #sec01 table input[type=text]:focus,
#application #sec01 table input[type=email]:focus,
#application #sec01 table input[type=tel]:focus,
#application #sec01 table textarea:focus{
  outline:none;
  box-shadow:0 0 5px #ddd;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
#application #sec01 table label {
  cursor:pointer;
}
#application #sec01 table .checkbox {
  display: none;
}
#application #sec01 table .checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
#application #sec01 table .checkbox + .checkbox-icon:before {
    content: "";
    color: #ccc;
    font-size: 22px;
    background: #ddd;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: initial;
}
#application #sec01 table .checkbox:checked + .checkbox-icon:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    width: 13px;
    height: 7px;
    border-left: 2px solid #fe622e;
    border-bottom: 2px solid #fe622e;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#application #sec01 table textarea{
  height:263px !important;
}
#application .table_left{
  float:left;
}
#application .table_right{
  float:right;
}
#application .mfp_buttons{
  text-align:center;
}
#application .submit_area{
    display: flex;
    justify-content: center;
}
#application button,
#application .btn_submit,
#application .back{
    background: #fe622e;
    border: none;
  width: 218px;
    padding: 8px;
    font-size: 17px;
    font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    border:solid 1px #fe622e;
  transition:.3s;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#application button:hover{
  background:#fff;
    color: #fe622e;
}
#application .back{
    background: #ddd;
    color: #363636;
    border: solid 1px #808080;
    margin-left: 1em;
}

/*-内容確認画面-*/
#application table#mfp_confirm_table{
  width: 100% !important;
  margin: 0 auto 50px !important;
}
#application table#mfp_confirm_table tr{
  background: none !important;
}
#application table#mfp_confirm_table th,
#application table#mfp_confirm_table td{
  padding: 2px 10px 1px 10px !important;
  font-size: 14px !important;
}
#application table#mfp_confirm_table th{
  background: none !important;
  text-align: left !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
#application table#mfp_confirm_table td{
  border: none !important;
  width: auto !important;
}

#application div#mfp_phase_confirm h4 {
    font-size: 20px;
    margin-bottom: 40px;
}
#application div.mfp_buttons button#mfp_button_cancel {
  margin-top: 15px;
}
#application #mainimage,
#request #mainimage {
  background: url(../Images/example/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}

/*-------------------------------------
      IT導入補助金申込みフォーム
--------------------------------------*/
#webtantou_form #mainimage .cover h1 {
    color: #FFF;
    font-weight: 500;
    font-size: 28px;
    padding: 0 20px 10px;
    margin: 10px 0 10px;
    border-bottom: #fff 1px solid;
    display: inline-block;
    line-height: 1.5;
    width: 245px;
}
#webtantou_form #mainimage .cover p {
    display: none;
}
#webtantou_form #sec01 .tel_box p{
  padding:8px;
    color: #fff;
}
#webtantou_form #sec01{
  background:#fafafa;
  padding:70px 0;
}
#webtantou_form #sec01 .inner_box{
  width:94%;
  margin:0 auto;
}
#webtantou_form #sec01 .inner_box p{
  margin-bottom:50px;
  font-size:16px;
  text-align: justify;
}
#webtantou_form p.text_red {
  text-align: center!important;
}
#webtantou_form p.text_red a {
  display: block;
}
#webtantou_form #sec01 .inner_box p span.note{
  width: 100%;
  font-size: 13px;
}
#webtantou_form #sec01 .inner_box p span.font18{
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
#webtantou_form #sec01 .tel_box{
  margin-bottom:50px;
  background: #09f;
  text-align: center;
}
#webtantou_form #sec01 .tel_box a{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  color: #fff;
}
#webtantou_form #sec01 .tel_box dl{
  margin-bottom: 10px;
}
#webtantou_form #sec01 .tel_box dt{
  font-weight:bold;
  line-height:1.35;
  padding-bottom: 5px;
  text-align: center;
  letter-spacing: 0.12em;
}
#webtantou_form #sec01 .tel_box dd{
  font-size:28px;
  font-weight:bold;
  line-height:1.15;
  text-align: center;
  letter-spacing: 0.05em;
}
#webtantou_form #sec01 .tel_box dd span{
  display: block;
  font-size:10px;
  padding-top: 3px;
}
#webtantou_form #sec01 .tel_box span.tap{
  display: inline-block;
  width: 65%;
  border: 1px solid #fff;
  padding: 3px 0;
}
#webtantou_form .mfp_phase{
  margin-bottom:50px;
}
#webtantou_form #sec01 table{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#webtantou_form .mfp_phase{
  margin-bottom:50px;
}
#webtantou_form #sec01 table th,
#webtantou_form #sec01 table td{
  display:block;
  width:100%;
  text-align:left;
  box-sizing:border-box !important;
}
#webtantou_form #sec01 table th{
    margin-bottom: 5px;
    border-left: solid 3px #09f;
    padding-left: 10px;
    line-height: 1.35;
    padding-top: 2px;
}
#webtantou_form #sec01 p span.note span,
#webtantou_form #sec01 table th span{
    width: 10px;
    height: auto;
    display: inline-block;
    margin:0 5px;
    vertical-align: sub;
}
#webtantou_form #sec01 p span img,
#webtantou_form #sec01 table th span img{
  width:100%;
  height:auto;
}
#webtantou_form #sec01 table td{
  margin-bottom:20px;
}
#webtantou_form #sec01 table tr:last-child td{
  margin-bottom:0;
}
#webtantou_form #sec01 table td li{
  margin-bottom:10px;
  font-size:13px;
}
#webtantou_form #sec01 table td li dt{
  float:left;
}
#webtantou_form #sec01 table td li dd{
    padding: 0 0 0 27px;
}
#webtantou_form #sec01 table input[type=text],
#webtantou_form #sec01 table input[type=email],
#webtantou_form #sec01 table input[type=tel],
#webtantou_form #sec01 table textarea{
  border:1px solid #e6e2e2;
  width:100% !important;
  box-sizing:border-box !important;
    padding: 12px 15px;
  transition:.5s;
  font-size:16px;
}
#webtantou_form #sec01 table input[type=text]:focus,
#webtantou_form #sec01 table input[type=email]:focus,
#webtantou_form #sec01 table input[type=tel]:focus,
#webtantou_form #sec01 table textarea:focus{
  outline:none;
  box-shadow:0 0 5px #ddd;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
#webtantou_form #sec01 table label {
  cursor:pointer;
}
#webtantou_form #sec01 table .checkbox {
  display: none;
}
#webtantou_form #sec01 table .checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
#webtantou_form #sec01 table .checkbox + .checkbox-icon:before {
    content: "";
    color: #ccc;
    font-size: 22px;
    background: #ddd;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: initial;
}
#webtantou_form #sec01 table .checkbox:checked + .checkbox-icon:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    width: 13px;
    height: 7px;
    border-left: 2px solid #fe622e;
    border-bottom: 2px solid #fe622e;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#webtantou_form #sec01 table textarea{
  height:263px !important;
}
#webtantou_form .table_left{
  float:left;
}
#webtantou_form .table_right{
  float:right;
}
#webtantou_form .mfp_buttons{
  text-align:center;
}
#webtantou_form .submit_area{
    display: flex;
    justify-content: center;
}
#webtantou_form button,
#webtantou_form .btn_submit,
#webtantou_form .back{
    background: #fe622e;
    border: none;
  width: 218px;
    padding: 8px;
    font-size: 17px;
    font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    border:solid 1px #fe622e;
  transition:.3s;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#webtantou_form button:hover{
  background:#fff;
    color: #fe622e;
}
#webtantou_form .back{
    background: #ddd;
    color: #363636;
    border: solid 1px #808080;
    margin-left: 1em;
}

/*-内容確認画面-*/
#webtantou_form table#mfp_confirm_table{
  width: 100% !important;
  margin: 0 auto 50px !important;
}
#webtantou_form table#mfp_confirm_table tr{
  background: none !important;
}
#webtantou_form table#mfp_confirm_table th,
#webtantou_form table#mfp_confirm_table td{
  padding: 2px 10px 1px 10px !important;
  font-size: 14px !important;
}
#webtantou_form table#mfp_confirm_table th{
  background: none !important;
  text-align: left !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
#webtantou_form table#mfp_confirm_table td{
  border: none !important;
  width: auto !important;
}

#webtantou_form div#mfp_phase_confirm h4 {
    font-size: 20px;
    margin-bottom: 40px;
}
#webtantou_form div.mfp_buttons button#mfp_button_cancel {
  margin-top: 15px;
}
#webtantou_form #mainimage,
#request #mainimage {
  background: url(../Images/example/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}

/*-------------------------------------
    お問い合わせ送信完了
--------------------------------------*/

#thanks #sec01{
  width: 94%;
  margin: 0 auto;
  text-align:center;
  min-height:300px;
  font-size:18px;
  padding:70px 0;
  background:#fafafa;
}
#thanks #sec01 p{
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#thanks .btn_01{
  margin-top:45px;
}
#thanks .btn_01 a{
    background: #09f;
    border: none;
    padding: 8px 55px 8px 45px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    position: relative;
  transition:.3s;
  box-sizing:border-box;
    border: 1px solid #09f;
}
#thanks .btn_01 a::before{
    position: absolute;
    content: "";
    top: 50%;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -6px;
  transition:.3s;
}
#thanks .btn_01 a:hover{
  background:#fff;
  color:#09f;
}
#thanks .btn_01 a:hover::before{
    right: 15px;
    border-top: 2px solid #09f;
    border-right: 2px solid #09f;
}
#thanks.application_thanks #mainimage .cover h1 {
    color: #FFF;
    font-weight: 500;
    font-size: 28px;
    padding: 0 20px 10px;
    margin: 10px 0 10px;
    border-bottom: #fff 1px solid;
    display: inline-block;
    line-height: 1.5;
    width: 245px;
}
#thanks.application_thanks #mainimage .cover p {
    display: none;
}
/*-------------------------------------
      IT導入補助金について
--------------------------------------*/
#it_hojokin .for_pc{
    display: none;
}
#it_hojokin #mainimage {
    background: url(../Images/it_hojokin/it_bg.png) center center no-repeat;
    background-size: cover;
}
#it_hojokin #mainimage .cover{
  padding: 55px 30px;
  background: none;
}
#it_hojokin #mainimage .cover h1 {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
}
#it_hojokin #mainimage .cover p {
    display: none;
}
#it_hojokin .sec_inner{
  width: 92%;
  margin: 0 auto;
}
#it_hojokin #sec01{
  background-image: url(../Images/it_hojokin/sec01_01.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 30px;
}
#it_hojokin #sec01 .img_box{
  margin-bottom: 10px;
}
#it_hojokin #sec01 .ttl_box{
  width: 1050px;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    background: #008fbf;
  padding: 20px 0;
    margin: 0 auto 30px;
}
#it_hojokin #sec01 .cts_box01{
  padding: 25px 0 40px;
}
#it_hojokin #sec01 .cts_box01 .ttl_01{
  font-weight: bold;
  text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}
#it_hojokin #sec01 .cts_box01 .text_box{
  width: 92%;
    font-size: 14px;
    margin: 0 auto;
}
#it_hojokin #sec01 .cts_box02{
  background: #0297e0;
  padding: 22px 0;
}
#it_hojokin #sec01 .cts_box02 ul{
  margin-left: 20px;
}
#it_hojokin #sec01 .cts_box02 li{
  float: left;
}
#it_hojokin #sec01 .cts_box02 li a{
  display: block;
}
#it_hojokin #sec01 .cts_box02 .left{
  width: 85%;
    border-bottom: #b5d3ea solid 1px;
  padding: 0 10px 20px;
}
#it_hojokin #sec01 .cts_box02 .right{
  width: 85%;
  padding: 20px 10px 0;
}
#it_hojokin #sec02 {
    padding-top: 0px;
    padding-bottom: 0;
}
#it_hojokin #sec02 .sec_ttl{
  font-size: 26px;
    font-weight: bold;
    text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
#it_hojokin #sec02 .sec_ttl span{
  display: block;
    font-size: 18px;
}
#it_hojokin #sec02 .tab{
  margin-bottom: 40px;
}
#it_hojokin #sec02 .tab li{
  position: relative;
  float: left;
    width: 47%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-left: 4px solid rgb(177, 177, 149);
    border-bottom: 4px solid rgb(177, 177, 149);
}
#it_hojokin #sec02 .tab li:nth-child(even){
  border-right: 4px solid #b1b195;
}
#it_hojokin #sec02 .tab li:nth-child(-n+2){
  border-top: 4px solid #b1b195;
}
#it_hojokin #sec02 .tab li:last-child{
  border-right: 4px solid #b1b195;
}
#it_hojokin #sec02 .tab li a{
  display: block;
  line-height: 1.4;
    padding: 15px 0;
}
#it_hojokin #sec02 .tab .for_sp{
  display: inline-block;
}
#it_hojokin #sec02 .tab .fa-chevron-right{
    color: #b1b195;
    font-size: 89%;
  margin-left: 10px
}
#it_hojokin #sec02 .ttl_box{
  display: table;
}
#it_hojokin #sec02 .ttl_01{
  color: #0297e0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
    padding-left: 58px;
    position: relative;
    text-indent: -1.2em;
}
#it_hojokin #sec02 .ttl_01:before{
  content: '';
    display: inline-block;
  box-sizing: border-box;
    margin-right: 10px;
}
#it_hojokin #sec02 .ttl_01:after{
  background-color: #0297e0;
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.3em;
}
#it_hojokin #sec02 #sec_box01 .ttl_01:before{
  content: '01';
}
#it_hojokin #sec02 #sec_box02 .ttl_01:before{
  content: '02';
}
#it_hojokin #sec02 #sec_box03 .ttl_01:before{
  content: '03';
}
#it_hojokin #sec02 #sec_box04 .ttl_01:before{
  content: '04';
}
#it_hojokin #sec02 #sec_box05 .ttl_01:before{
  content: '05';
}
#it_hojokin #sec02 #sec_box01{
  margin-bottom: 50px;
  margin-top: -100px;
    padding-top: 100px;
}
#it_hojokin #sec02 .sec_box_inner{
  width: 92%;
  margin: 0 auto;

}
#it_hojokin #sec02 .ttl_box{
  margin-bottom: 25px;
}
#it_hojokin #sec02 .text_box{
  position: relative;
    line-height: 1.6;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
}
#it_hojokin #sec02 .text_box span{
  color: #ea5529;
}
#it_hojokin #sec02 #sec_box01 table{
  width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.4;
  box-sizing: border-box;
    border: 2px solid #5fa0c8;
}
#it_hojokin #sec02 #sec_box01 table thead th{
  padding: 15px;
    text-align: center;
    border: 1px solid #5fa0c8;
    background: #f4f4f4;
}
#it_hojokin #sec02 #sec_box01 table thead .w20{
  width: 31%;
  text-align: left;
}
#it_hojokin #sec02 #sec_box01 table thead .w40{
  width: 40%;
}
#it_hojokin #sec02 #sec_box01 table tbody th{
    color: #235c80;
  font-weight: bold;
  text-align: left;
  padding: 15px;
    border: 1px solid #5fa0c8;
}
#it_hojokin #sec02 #sec_box01 table tbody td{
  text-align: center;
  padding: 15px;
    border: 1px solid #5fa0c8;
}
#it_hojokin #sec02 #sec_box01 .link_box{
  background: #ea5529;
  border: 2px solid #ea5529;
    text-align: center;
}
#it_hojokin #sec02 #sec_box01 .link_box a{
  display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 20px;
}
#it_hojokin #sec02 #sec_box01 .link_box .icon{
  margin-left: 10px;
}
#it_hojokin #sec02 #sec_box02{
  background: #f3f3f3;
  padding: 40px 0;
}
#it_hojokin #sec02 #sec_box02 .cts_box .left_box .text_box02{
  font-size: 14px;
}
#it_hojokin #sec02 #sec_box02 .cts_box .left_box{
  margin-bottom: 25px;
}
#it_hojokin #sec02 #sec_box02 .cts_box .img_box{
    width: 75%;
    margin: 0 auto;
}
#it_hojokin #sec02 #sec_box02 .cts_box .img_box img{
  width: 100%;
}
#it_hojokin #sec02 #sec_box03{
  padding: 25px 0 20px;
}
#it_hojokin #sec02 #sec_box03 .wrap_ec .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#it_hojokin #sec02 #sec_box03 .txt{
  margin-bottom:10px; 
}
#it_hojokin #sec02 #sec_box03 .wrap_key .k_inner {
  padding: 30px 0;
}
#it_hojokin #sec02 #sec_box03 .table_key {
  position: relative;
}
#it_hojokin #sec02 #sec_box03 .table_key .key_contents {
  position: relative;
  z-index: 1;
}
#it_hojokin #sec02 #sec_box03 .table_key .key_contents .k_title {
  width: 50%;
  margin-bottom: 15px;
}
#it_hojokin #sec02 #sec_box03 .table_key .key_contents .k_text + .k_text {
  margin-top: 10px;
}
#it_hojokin #sec02 #sec_box03 .table_key .key_contents .k_deco {
  margin: 20px auto 0;
}
#it_hojokin #sec02 #sec_box03 .table_key .key_img {
  position: absolute;
  top: -10px;
  right: 0;
  max-width: 40%;
}
#it_hojokin #sec02 #sec_box03 .table_key .key_img > img {
  margin-left: auto;
}

#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .p_title {
  margin-bottom: 10px;
  padding: 8px 10px;
  background-color: #008dcb;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .flex_pack {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .flex_pack > .item {
  position: relative;
  flex-basis: auto;
  width: 50%;
  padding: 30px 10px;
  border-bottom: 1px solid #aca8a7;
  text-align: center;
  box-sizing: border-box;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .flex_pack > .item.blank {
  display: none;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .flex_pack > .item:nth-child(2n+2)::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  bottom: 15px;
  margin: auto;
  width: 1px;
  background-color: #aca8a7;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .flex_pack > .item .p_icon {
  margin-left: auto;
  margin-right: auto;
  max-width: 70px;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .flex_pack > .item .p_option {
  margin: 15px auto 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .flex_pack > .item .p_text {
  text-align: left;
  font-size: 12px;
}

#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .wrap_option {
  position: relative;
  margin-top: 45px;
  padding: 20px 20px;
  border: 1px solid #aca8a7;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .wrap_option::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 3px;
  background-color: #fff;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .wrap_option::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
  width: 60%;
  height: 3px;
  background-color: #fff;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .wrap_option .o_title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .wrap_option .ul_check {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .wrap_option .ul_check > li {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  padding: 0 10px;
  font-size: 15px;
  box-sizing: border-box;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .wrap_option .ul_check > li > span {
  position: relative;
  display: block;
  padding: 8px 10px;
  padding-left: 33px;
  border-bottom: 1px dotted #aca8a7;
  font-size: 15px;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .wrap_option .ul_check > li > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  width: 24px;
  height: 22px;
  background: url('../Images/ec_package/ec_icon_check.png') left center/contain no-repeat;
}

#it_hojokin2020 .request a{
    background: #fe622e;
    margin-top: 2em;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    padding: 1.1em 1em;
    border: 2px solid #fe622e;
}
#it_hojokin2020 .request a span{
  color: #faff37;
  font-size: 1.2em;
}

#it_hojokin.about #sec_box03 span{
    margin-top: -2rem;
    margin-bottom: 2rem;
    display: block;
}
#it_hojokin #sec02 #sec_box04{
    background: #f1f8fb;
  padding: 40px 0 50px;
}
#it_hojokin #sec02 #sec_box04 .overview-table__th{
  border: #C0C0C0 1px solid;
    text-align: center;
    padding: 12px 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    background: #f0f0f0;
}
#it_hojokin #sec02 #sec_box04 .overview-table__tr .overview-table__tr:first-child{
    border-top: #C0C0C0 1px solid;
}
#it_hojokin #sec02 #sec_box04 .overview-table__tr .overview-table__tr{
  margin-top: 0;
}
#it_hojokin #sec02 #sec_box04 .overview-table__tr .overview-table__tr .overview-table__th{
  border-top:none;
  text-align: left;
}
#it_hojokin #sec02 #sec_box04 .overview-table__tr .overview-table__th--short {
    font-size: 90%;
    background: #fff;
}
#it_hojokin #sec02 #sec_box04 .overview-table__td-row:first-child{
    border-top: none;
}

#it_hojokin #sec02 #sec_box04 .overview-table__td-row{
    display: table;
    table-layout: fixed;
    width: 100%;
  background: #fff;
    border-bottom: #C0C0C0 1px solid;
}
#it_hojokin #sec02 #sec_box04 .overview-table__td-col-sub{
    display: table-cell;
    vertical-align: middle;
    border-right: #C0C0C0 1px solid;
  border-left: #C0C0C0 1px solid;
    width: 30%;
    text-align: center;
    padding: 10px 10px;
}
#it_hojokin #sec02 #sec_box04 .overview-table__td-col-main{
    display: table-cell;
    vertical-align: middle;
    border-right: #C0C0C0 1px solid;
    width: 70%;
    padding: 10px 10px;
}

#it_hojokin #sec02 #sec_box04 .overview-table__td-col-main .strike{
  text-decoration: line-through;
}
#it_hojokin #sec02 #sec_box05{
    padding: 40px 0 30px;
}
#it_hojokin #sec02 #sec_box05 .flow li{
  display: block;
    position: relative;
    padding: 22px;
    margin-bottom: 30px;
    background-color: #f2f2f2;
    border: solid 1px #c0bfbf;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
}
#it_hojokin #sec02 #sec_box05 .flow li:last-child{
  margin-bottom: 0;
}
#it_hojokin #sec02 #sec_box05 .flow .icon_box{
  display: inline-block;
    width: 35px;
    margin-right: 15px;
}
#it_hojokin #sec02 #sec_box05 .flow .icon_box img{
  width: 100%;
}
#it_hojokin #sec02 #sec_box05 .flow .txt_box{
  display: inline-block;
  font-size: 18px;
    vertical-align: -webkit-baseline-middle;
  line-height: 1.4;
}
#it_hojokin #sec02 #sec_box05 .flow li p{
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}
#it_hojokin #sec02 #sec_box05 .flow li:before{
  content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -15px;
    bottom: -11px;
    border-top: 10px solid #c0bfbf;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    z-index: 10;
}
#it_hojokin #sec02 #sec_box05 .flow li:after{
  content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -15px;
    bottom: -10px;
    border-top: 10px solid #f2f2f2;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    z-index: 11;
}
#it_hojokin #sec02 #sec_box05 .flow li:last-child:before,
#it_hojokin #sec02 #sec_box05 .flow li:last-child:after{
  content: none;
}
#it_hojokin #sec02 #sec_box06 .sec_inner{
  padding: 0;
}
#it_hojokin #sec02 #sec_box06 .cts_box{
  background: #0297e0;
  padding: 22px 0;
}
#it_hojokin #sec02 #sec_box06 .cts_box ul{
  margin-left: 20px;
}
#it_hojokin #sec02 #sec_box06 .cts_box li{
  float: left;
}
#it_hojokin #sec02 #sec_box06 .cts_box li a{
  display: block;
}
#it_hojokin #sec02 #sec_box06 .cts_box .left{
  width: 85%;
    border-bottom: #b5d3ea solid 1px;
  padding: 0 10px 20px;
}
#it_hojokin #sec02 #sec_box06 .cts_box .right{
  width: 85%;
  padding: 20px 10px 0;
}

/*------------2020----------------*/
#it_hojokin2020 #mainimage,
#it_hojokin2021 #mainimage,
#it_hojokin2021-2 #mainimage,
#it_hojokin2022 #mainimage {
    background: url(../Images/it_hojokin/it_bg.png) center center no-repeat;
    background-size: cover;
}
#it_hojokin2020 #mainimage .cover,
#it_hojokin2021 #mainimage .cover,
#it_hojokin2021-2 #mainimage .cover,
#it_hojokin2022 #mainimage .cover {
    padding: 55px 30px;
    background: none;
}
#it_hojokin2020 #sec02 .tab li a {
    font-size: 13px;
}
#it_hojokin2020 #sec02 .text_box {
    position: relative;
    line-height: 1.6;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    border-left: 3px solid #0097e0;
    padding-left: 0.5em;
}
#it_hojokin2020 #sec01 .cts_box01 .ttl_01 {
    font-size: 21px;
}
#it_hojokin2020 #sec01 .cts_box01 .text_box{
  line-height:1.9;
}
#it_hojokin2020 #sec01 .cts_box01 .text_box span {
    background: linear-gradient(transparent 70%, #f4ff0b 30%);
}
#it_hojokin2020 #sec01 .cts_box02 p, #it_hojokin2020 #sec02 #sec_box06 .cts_box p {
    text-align: center;
    margin-bottom: 1em;
}
#it_hojokin2020 #sec_box01 .annotation {
    margin-bottom: 2em;
}
#it_hojokin2020 #sec_box01 ul.target{
  margin-bottom: 1.5em;
}
#it_hojokin2020 #sec_box01 ul.target li{
  margin-bottom: 1em;
}
#it_hojokin2020 #sec_box01 ul.target li p{
    font-size: 16px;
    font-weight: bold;
}
#it_hojokin2020 #sec_box01 ul.target li:last-child{
  margin-bottom:0;
}
#it_hojokin2020 #sec_box01 ul.target li span{
    font-size: 14px;
    padding-left: 1.5em;
    display: block;
}
#it_hojokin2020 #sec02 #sec_box01 table{
    counter-reset: num 0;
}
#it_hojokin2020 #sec02 #sec_box01 table tbody tr{
  counter-increment:num 1;
}
#it_hojokin2020 #sec02 #sec_box01 table tbody .no{
  background:#f4f4f4;
}
#it_hojokin2020 #sec02 #sec_box01 table thead .w20 {
    width: 40%;
    text-align: left;
}
#it_hojokin2020 #sec02 #sec_box01 table thead .w10{
    width: 10%;
}
#it_hojokin2020 #sec02 #sec_box01 table thead .w35{
    width: 20%;
}
#it_hojokin2020 #sec02 #sec_box01 table thead th,
#it_hojokin2020 #sec02 #sec_box01 table tbody td{
  padding: 10px 7px;
}
#it_hojokin2020 #sec02 #sec_box01 table tbody .no:before{
  content:counter(num);
  font-weight:bold;
  color:#235c80;
}
#it_hojokin2020 #sec_box01 .annotation {
    margin-bottom: 1em;
    font-size: 13px;
}
#it_hojokin2020 #sec02 #sec_box01 .link_box{
  background: #1ca4ff;
  border: 2px solid #1ca4ff;
  text-align: center;
}
#it_hojokin2020 #sec02 #sec_box01-2 {
    padding: 0px 0 40px ;
}
#it_hojokin2020 #sec02 #sec_box01-2 .p_title{
  margin-bottom: 15px;
  padding: 5px 10px;
  background-color: #008dcb;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
}
#it_hojokin2020 #sec02 #sec_box01-2 .wrap_option {
    position: relative;
    margin-top: 2em;
    padding: 15px 20px;
    border: 1px solid #aca8a7;
}
#it_hojokin2020 #sec02 #sec_box01-2 .wrap_option::before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 3px;
    background-color: #fff;
}
#it_hojokin2020 #sec02 #sec_box01-2 .o_title {
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
}
#it_hojokin2020 #sec02 #sec_box01-2 .wrap_option .ul_check {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
}
#it_hojokin2020 #sec02 #sec_box01-2 .wrap_option .ul_check > li {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 0 15px;
    font-size: 15px;
    box-sizing: border-box;
}
#it_hojokin2020 #sec02 #sec_box01-2 .wrap_option .ul_check > li > span {
    position: relative;
    display: block;
    padding: 10px;
    padding-left: 33px;
    border-bottom: 1px dotted #aca8a7;
    font-size: 15px;
}
#it_hojokin2020 #sec02 #sec_box01-2 .wrap_option .ul_check > li > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  margin: auto;
  width: 23px;
  height: 20px;
  background: url('../Images/ec_package/ec_icon_check.png') left center/contain no-repeat;
}
#it_hojokin2020 #sec02 #sec_box02 .link_box{
    text-align: center;
    width: 100%;
}
#it_hojokin2020 #sec02 #sec_box02 .link_box a{
  display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 20px;
    background: #0097e0;
    border: 2px solid #0097e0;
}
#it_hojokin2020 #sec02 #sec_box02 h4 {
    font-size: 16px;
    margin-bottom: 0.5em;
}
#it_hojokin2020 #sec02 #sec_box02 .txt{
   line-height: 1.7;
   margin-bottom: 1.5em;
   font-size: 16px;
   border: 5px solid #e2e2e2;
   background: #fff;
   padding: 15px;
}
#it_hojokin2020 #sec02 #sec_box02 .ttl{
  font-weight: 600;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  display: inline-block;
  font-size: 18px;
}
#it_hojokin2020 #sec02 #sec_box02 .txt ul.about{
  margin-bottom: 0.5em;
}
#it_hojokin2020 #sec02 #sec_box02 .txt ul.about li{
  padding-left:1em;
  max-width: 100%;
  font-size: 15px;
  position:relative;
}
#it_hojokin2020 #sec02 #sec_box02 .txt ul.about li:before {
  content:"";
  position:absolute;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    background: #0097e0;
    top: 0.6em;
    left:0;
}
#it_hojokin2020 #sec02 #sec_box02 .txt p{
  font-size: 12px;
}
#it_hojokin2020 #sec02 #sec_box02 p span {
    font-size: 18px;
    font-weight: 700;
}
#it_hojokin2020 #sec02 #sec_box03 li{
  padding-left: 1.2em;
  position: relative;
  padding: 0.3em 0 0.3em 1.2em;
  font-size: 15px;
}
#it_hojokin2020 #sec02 #sec_box03 li:last-child{
  padding-bottom: 0;
}
#it_hojokin2020 #sec02 #sec_box03 li:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
#it_hojokin2020 #sec02 #sec_box03 li:before {
    width: .5em;
    height: .5em;
    border-radius: 50%;
    background: #0097e0;
    top: 0.9em;
}
#it_hojokin2020 #sec02 #sec_box03 .text_box{
    margin-bottom: 0.5em;
}
#it_hojokin2020 #sec02 #sec_box03 .text_box.mgn{
    margin-bottom: 1.5em;
}
#it_hojokin2020 #sec02 #sec_box03 .in_list{
    margin-bottom: 1.5em;
    font-size: 16px;
}
#it_hojokin2020 #sec02 #sec_box03 .in_list_02{
    border: solid 10px #f6f6f6;
    padding: 25px;
    margin-bottom: 1.5em;
}
#it_hojokin2020 #sec_box05-2 {
  padding-bottom: 40px;
}
#it_hojokin2020 #sec_box05-2 .txt{
    font-size: 15px;
    margin-bottom: 1em;
}
#it_hojokin2020 #sec_box05-2 h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1.25em;
}
#it_hojokin2020 #sec_box05-2 h4+p{
  text-align:center;
  margin-top:-1em;
  font-size:14px;
  font-weight:bold;
  margin-bottom:1.3em

}
#it_hojokin2020 #sec_box05-2 h4 span {
  display: inline-block;
  padding-bottom: .5em;
  border-bottom: solid 2px #333;
}

#it_hojokin2020 #sec_box05-2 h4 em {
  display: block;
  font-style: normal;
  line-height: 1;
}

#it_hojokin2020 #sec_box05-2 h4 .txt_s {
  font-size: .6em;
  margin-top: .5em;
}

#it_hojokin2020 #sec_box05-2 li p:not(:last-child) {
  margin-bottom: .6em;
}

#it_hojokin2020 #sec_box05-2 .strong {
  font-weight: bold;
  margin-top: 1em;
}

#it_hojokin2020 #sec_box05-2 .sec_box_inner {
  width: 92%;
  margin: 0 auto;
  margin-top: 40px;
  border: solid 10px #f6f6f6;
  padding: 7% 5%;
  box-sizing: border-box;
}
#it_hojokin2020 #sec_box05-2 ul{
  counter-reset: number 0;
  margin-bottom: 1em;
}
#it_hojokin2020 #sec_box05-2 li{
  padding-left: 1.2em;
  position: relative;
  padding: 0em 0 0.5em 1.7em;
  font-size: 14px;
  margin-bottom: 0.5em;
}
#it_hojokin2020 #sec_box05-2 .in_list li{

padding: 0em 0 0.5em 1.4em;
}
#it_hojokin2020 #sec_box05-2 li:last-child{
  padding-bottom: 0;
}
#it_hojokin2020 #sec_box05-2 li:before{
  position: absolute;
  top: -0.1em;
  left: 0;
  counter-increment: number 1;
  content: counter(number)".";
  text-align: left;
  font-weight: 700;
}
#it_hojokin2020 #sec_box05-2 .in_list li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background: #0097e0;
  top: 0.5em;
}

#it_hojokin2020 .inquiry {
    padding: 40px 0;
    background: #0097e0;
}
#it_hojokin2020 #intro_03.inquiry{
    background: #bae4f8;
}
#it_hojokin2020 .inquiry .container{
    width: 96%;
    margin: auto;
}
#it_hojokin2020 .inquiry .h_ttl01 {
    margin-bottom: 1em;
    color: #ffff00;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
  }
  #it_hojokin2020 #intro_03.inquiry .h_ttl01{
  color: #333333;
}

#it_hojokin2020 .inquiry p {
    margin-bottom: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1;
  }
  #it_hojokin2020 #intro_03.inquiry ul{
  justify-content: space-between;
  width: 73%;
  margin: auto;
}
#it_hojokin2020  .inquiry ul li.tel h3 {
    font-size: 16px;
    text-align: left;
    color: #fff;
    margin-bottom: .5em;
}
#it_hojokin2020 .inquiry ul {
    display: block;
    text-align: center;
  }
#it_hojokin2020 .inquiry ul li.tel {
    line-height: 1;
    position:relative;
    padding-left: 80px;
    margin-bottom: 0em;
    display: inline-block;
  }
#it_hojokin2020 .inquiry ul li.tel:before{
  content:"";
  background:url(../Images/common/icon_tel.png) no-repeat;
  background-size:contain;
  width: 64px;
  height: 64px;
  display:block;
  position:absolute;
  left:0;
  top:0;
}

#it_hojokin2020 .inquiry ul li.tel a{
    position:relative;
    margin-bottom: 1em;
    text-align: left;
    display: block;
  }
#it_hojokin2020 .inquiry ul li.tel img {
    max-width: 100%;
  }
#it_hojokin2020 .inquiry ul li.mail {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0px;
    padding-top: 20px;
    /* border-top: solid 1px #fff; */
    border-left: none;
  }
  #it_hojokin2020 #intro_03.inquiry ul li.mail{
  margin-left: 0;
  padding-left: 0;
}
#it_hojokin2020 #contents .button,
#it_hojokin2020 .mail .button{
    text-align: center;
    line-height: 1;
}
#it_hojokin2020 #contents .button a.btn_wht,
#it_hojokin2020 .mail .button a.btn_wht {
    background: #fff;
    color: #0097e0;
}
#it_hojokin2020 .inquiry ul li.mail .button a,
#it_hojokin2020 .inquiry ul li.mail .button a {
    font-size: 15px;
    max-width: 100%;
    padding: 1.5em 1em;
    line-height: 1.4;
    border-radius: 5em;
    width: 300px;
  }
#it_hojokin2020 #contents .button a span,
#it_hojokin2020 .mail .button a span {
    display: inline-block;
    padding-left: 1em;
    background: url(../Images/hojokin2020/arrow_01_blu.png) no-repeat center left;
    font-weight: bold;
}


#it_hojokin2020 #sec02 #sec_box04 .overview-table__td-col-main .finish{
  text-decoration:line-through;
  color:#666;
}

/*----------------------------------*/
#it_hojokin.about #sec01{
  height: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: initial;
  background: url(../Images/it_hojokin/sec01_01.jpg) no-repeat #F1F8FB;
  padding-bottom: 0;
}
#it_hojokin.about .trouble{
  font-size: 36px;
  text-align: center;
  margin-bottom: 0.5em;
}
#it_hojokin.about .trouble .inner{
  width: 92%;
  max-width: 100%;
  margin: 0 auto;
}
#it_hojokin.about .c-ttl01{
  font-size: 20px;
  margin-bottom: 0.5em;
  text-align: center;
}
#it_hojokin.about .trbl_list{
  background: #fff;
  max-width: 100%;
  margin: auto;
  width: 92%;
  padding: 0.5em;
  display: block;
  text-align: left;
  box-sizing: border-box;
}
#it_hojokin.about .trbl_list li{
  position: relative;
  padding-left: 2em;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
#it_hojokin.about .trbl_list li:nth-child(n+2){
  margin-top: 1em;
}
#it_hojokin.about .trbl_list li:before,
#it_hojokin.about .trbl_list li:after{
  position: absolute;
  top: 0.1em;
  height: 1em;
  content: "";
}
#it_hojokin.about .trbl_list li:before{
  left: 0px;
  width: 1em;
  border: 1px solid #3388dd;
}
#it_hojokin.about .trbl_list li:after{
  left: 0.5em;
  transform: rotate(45deg);
  width: 0.5em;
  border-bottom: 3px solid #3388dd;
  border-right: 3px solid #3388dd;
  top: -0.2em;
}
#it_hojokin.about #sec01 .cts_box01 {
    background: rgba(243,243,243,0.7);
    padding: 60px 4%;
}
#it_hojokin.about .exam{
  max-width: 100%;
  width: 92%;
  margin: auto;
}
#it_hojokin.about .exam li{
  background: #fff;
  width: 100%;
  padding: 2em;
  box-sizing: border-box;
  text-align:center;
}
#it_hojokin.about .exam li:nth-child(n+2){
  margin-top: 1em;
}
#it_hojokin.about .exam li h3{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
  position:relative;
  display:inline-block
}
#it_hojokin.about .exam li h3:before{
  content:"";
  background:#F4FF0B;
  width:100%;
  height:5px;
  display:block;
  position:absolute;
  bottom:0; 
  left:0;
}
#it_hojokin.about .exam li p{
  font-size: 16px;
  line-height: 1.8;
  text-align:left;
}

#it_hojokin.about #sec02 .sec_inner {
    padding: 60px 0 0;
}
#it_hojokin.about #sec_box03 .sec_box_inner > p{
    font-size: 16px;
    margin-bottom: 1em;
}
#it_hojokin.about #sec_box03 .box p{
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #000;
    display: inline-block;
    line-height: 1;
    padding: 0.5em 1em;
}
#it_hojokin.about #sec_box03 .box a{
    font-weight: 600;
    font-size: 18px;
    color: #fe622e;
    text-decoration: underline;
    display: block;
    margin-top: 0.3em;
    word-break: break-all;
}

#it_hojokin.about .scroll{
  overflow: auto;
  white-space: nowrap;
}

#it_hojokin.about .ttl_02{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1em;
}

#it_hojokin.about .c-tbl_01{
  border:1px solid #C0C0C0;
  width: 100%;
  margin-bottom: 3rem;
}
#it_hojokin.about .c-tbl_01 th,
#it_hojokin.about .c-tbl_01 td{
  padding: 1.5em 0.5em;
  text-align: center;
  font-size: 19px;
}
#it_hojokin.about .c-tbl_01 th{
  background:#F4F4F4;
  border:1px solid #C0C0C0;
}
#it_hojokin.about .c-tbl_01 td{
  border:1px solid #C0C0C0;
}

#it_hojokin.about .del{
  text-decoration: line-through; 
}
#it_hojokin.about .faq{
  background:#f1f8fb;
}
#it_hojokin.about .faq .inner{
  max-width: 1000px;
  width: 92%;
  margin:auto;
}
#it_hojokin.about .faq dt{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 2em;
}
#it_hojokin.about .faq dd{
  margin-bottom: 2em;
  font-size: 16px;
  background: #fff;
  padding: 1em 1em 1em 3em;
  position: relative;
}
#it_hojokin.about .faq .circle{
  width: 1.5em;
  padding-top: 1.5em;
  border-radius: 50%;
  display: block;
  position: absolute;
}
#it_hojokin.about .faq dt .circle{
  background: #1ea4fc;
  left: 0;
  top: 0;
}
#it_hojokin.about .faq dd .circle{
  background: #FE622E;
  left: 1em;
  top: 1em;
}
#it_hojokin.about .faq .circle:before{
  font-size: 20px;
  font-weight: 600;
  display: block;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
#it_hojokin.about .faq dt .circle:before{
  content: "Q";
}
#it_hojokin.about .faq dd .circle:before{
  content: "A";
}
#it_hojokin.about .faq dd a{
  display: block;
  color: #FE622E;
  font-weight: 600;
  text-decoration: underline;
  word-break: break-all;
}

/*-----------2022------------------*/

#it_hojokin #sec02 .ttl_box p{
    margin-top: 1em;
    font-size: 18px;
    font-weight: 600;
}
#it_hojokin2020 #sec02 #sec_box02 .txt ul.about li:nth-child(n+2){
    margin-top: 0.2em;
}
#it_hojokin2020 #sec02 #sec_box02 .txt ul.about ul{
    margin: 0.5em 0;
}
#it_hojokin2020 #sec02 #sec_box02 .txt ul.about ul > li:before{
    width: 0.3em;
    height: 0.3em;
}
#it_hojokin2022 #sec02 #sec_box04 .ttl_01:before{
  content: '03';
}
#it_hojokin2022 #sec02 #sec_box05 .ttl_01:before{
  content: '04';
}


/*=================================================
  EC_package　ECパッケージ
=================================================*/
#ec_package {
  padding-bottom: 0;
}
#ec_package #header,
#ec_package #footer,
#ec_package #page-top {
  display: none;
}

#ec_package .wrap_ec {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
#ec_package .wrap_ec,
#ec_package .wrap_ec * {
  box-sizing: border-box;
}
#ec_package .wrap_ec .roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#ec_package .wrap_ec .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}


#ec_package .wrap_key {
  border-top: 10px solid #008dcb;
  background: url('../Images/ec_package/bg_key.jpg') center top/contain no-repeat;
}
#ec_package .wrap_key .k_inner {
  padding: 30px 15px 45px;
}
#ec_package .table_key {
  position: relative;
}
#ec_package .table_key .key_contents {
  position: relative;
  z-index: 1;
}
#ec_package .table_key .key_contents .k_title {
  width: 50%;
  margin-bottom: 15px;
}
#ec_package .table_key .key_contents .k_text + .k_text {
  margin-top: 10px;
}
#ec_package .table_key .key_contents .k_deco {
  margin: 20px auto 0;
}
#ec_package .table_key .key_img {
  position: absolute;
  top: -10px;
  right: 0;
  max-width: 40%;
}
#ec_package .table_key .key_img > img {
  margin-left: auto;
}


#ec_package .wrap_pack .p_inner {
  padding: 0 15px 45px;
}
#ec_package .wrap_pack .p_inner .p_title {
  margin-bottom: 10px;
  padding: 8px 10px;
  background-color: #008dcb;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
}
#ec_package .wrap_pack .p_inner .flex_pack {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#ec_package .wrap_pack .p_inner .flex_pack > .item {
  position: relative;
  flex-basis: auto;
  width: 50%;
  padding: 30px 10px;
  border-bottom: 1px solid #aca8a7;
  text-align: center;
}
#ec_package .wrap_pack .p_inner .flex_pack > .item.blank {
  display: none;
}
#ec_package .wrap_pack .p_inner .flex_pack > .item:nth-child(2n+2)::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  bottom: 15px;
  margin: auto;
  width: 1px;
  background-color: #aca8a7;
}
#ec_package .wrap_pack .p_inner .flex_pack > .item .p_icon {
  margin-left: auto;
  margin-right: auto;
  max-height: 40px;
}
#ec_package .wrap_pack .p_inner .flex_pack > .item .p_option {
  margin: 15px auto 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
#ec_package .wrap_pack .p_inner .flex_pack > .item .p_text {
  text-align: left;
  font-size: 12px;
}

#ec_package .wrap_pack .p_inner .wrap_option {
  position: relative;
  margin-top: 45px;
  padding: 20px 20px;
  border: 1px solid #aca8a7;
}
#ec_package .wrap_pack .p_inner .wrap_option::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 3px;
  background-color: #fff;
}
#ec_package .wrap_pack .p_inner .wrap_option::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
  width: 60%;
  height: 3px;
  background-color: #fff;
}
#ec_package .wrap_pack .p_inner .wrap_option .o_title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
#ec_package .wrap_pack .p_inner .wrap_option .ul_check {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}
#ec_package .wrap_pack .p_inner .wrap_option .ul_check > li {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  padding: 0 10px;
  font-size: 15px;
}
#ec_package .wrap_pack .p_inner .wrap_option .ul_check > li > span {
  position: relative;
  display: block;
  padding: 8px 10px;
  padding-left: 33px;
  border-bottom: 1px dotted #aca8a7;
  font-size: 15px;
}
#ec_package .wrap_pack .p_inner .wrap_option .ul_check > li > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  width: 24px;
  height: 22px;
  background: url('../Images/ec_package/ec_icon_check.png') left center/contain no-repeat;
}


#ec_package .wrap_work {
  background-color: #f5f5f5;
}
#ec_package .wrap_work .w_inner {
  padding: 45px 15px;
}
#ec_package .wrap_work .w_inner .w_title {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
}
#ec_package .wrap_work .w_inner .w_title::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 3px;
  background-color: #000;
}
#ec_package .wrap_work .w_inner .w_title > .jp {
  margin-top: 3px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
#ec_package .wrap_work .w_inner .w_catch {
  margin-top: 20px;
  text-align: center;
  line-height: 2;
}
#ec_package .wrap_work .w_inner .flex_work {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}
#ec_package .wrap_work .w_inner .flex_work > .site {
  flex-basis: auto;
  width: 50%;
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}
#ec_package .wrap_work .w_inner .flex_work > .site > a {
  display: block;
  height: 100%;
  padding: 10px 5px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.5px;
  -ms-word-break: break-word;
  word-break: break-word;
}
#ec_package .wrap_work .w_inner .flex_work > .site > a > img {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1);
  transition: 0.3s;
}
#ec_package .wrap_work .w_inner .flex_work > .site > a:hover img {
  transform: scale(1.1);
  opacity: 1;
}


#ec_package .ec_footer .ftr01 {
  padding: 20px 15px;
}
#ec_package .ec_footer .table_ftr .ftr_logo {
  margin-bottom: 10px;
  text-align: center;
}
#ec_package .ec_footer .table_ftr .ftr_logo > a {
  display: inline-block;
  max-width: 230px;
  padding: 10px;
}
#ec_package .ec_footer .table_ftr .ftr_info {
  text-align: center;
}
#ec_package .ec_footer .table_ftr .ftr_info .f_company {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 1px;
}
#ec_package .ec_footer .table_ftr .ftr_info .f_tel {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-weight: bold;
  font-size: 32px;
  color: #008dcb;
  line-height: 1.3;
}
#ec_package .ec_footer .table_ftr .ftr_info .f_tel::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 30px;
  background: url('../Images/ec_package/ec_icon_tel.png') center/contain no-repeat;
}
#ec_package .ec_footer .table_ftr .ftr_info .f_address {
  font-size: 14px;
  line-height: 1.3;
}
#ec_package .ec_footer .ftr02 {
  background-color: #008dcb;
}
#ec_package .ec_footer .ftr02 .copyrights {
  padding: 10px 15px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1.3;
}
#contact #contents .hojokin_bnr,
#estimate #contents .hojokin_bnr,
#application #contents .hojokin_bnr{
  padding:0;
  margin-bottom:40px;
}

#top #sec01 .hojokin_bnr {
  background:#eee;
}
}



.form_btn{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.form_btn input{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-radius: 0;
    padding: 15px 60px;
    text-decoration: none;
    transition: 0.5s;
    min-width: 200px;
    cursor: pointer;
}

.form_btn .btn_submit{
    background: #09f;
    border: 1px solid #09f;
}
.form_btn .btn_submit:hover{
    background: #fff;
    border: 1px solid #09f;
    color: #09f;
}


.form_btn .btn_back{
    background: #aaa;
    border: 1px solid #aaa;
}
.form_btn .btn_back:hover{
    background: #fff;
    border: 1px solid #aaa;
    color: #aaa;
}
