@charset "utf-8";

/*===============================================
●page.css  画面の横幅が751px以上
===============================================*/
@media print, screen and (min-width:768px){
/*===============================================
●印刷用CSS
===============================================*/

/*-------------------------------------
      共通
--------------------------------------*/

.inner {
  padding:60px 0;
}
.under #mainimage {
  width: 100%;
    min-width: 1100px;
    height: 480px;
    display: table;
}
.under #mainimage .cover {
  text-align: center;
    background-color: rgba(51,51,51,0.8);
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.under #mainimage .cover p {
  font-size: 60px;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.08em;
    line-height: 1;
    display: inline-block;
    border-bottom: #fff 1px solid;
    padding: 0 20px 15px;
    margin: 80px 0 20px;
}
.under #mainimage .cover h1 {
  font-size: 22px;
    font-weight: 500;
    margin: 0;
}

/*-------------------------------------
      トップページ
--------------------------------------*/
/**　IT導入補助金バナー　**/
#top #it_hojokin_bnr{
  text-align: center;
  margin: 0 0 60px;
}

#top #wrapper {
  z-index:999;
  position:relative;
}
#top #sec01,
#top #sec02,
#top #sec03{
  background-color:#fff;
}
#top h2 {
  width: 345px;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    border-bottom: #333 1px dotted;
    padding-bottom: 8px;
    margin: 0 auto 80px;
}
#top h2 span {
  color:#333;
  font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
}
#top #mainimage {
  width: 100%;
    height: 700px;
    overflow: hidden;
    min-width: 1100px;
    position: relative;
/*  background:url(../Images/top/it_bg.jpg) top center no-repeat;
  background-size:cover;*/
}
#top #mainimage .pattern {
  width: 100%;
    height: 700px;
  background-color: rgba(51, 51, 51, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#top #mainimage video {
  width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
#top #mainimage .main_ttl {
  width: 1070px;
    position: absolute;
    top: 55%;
    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%);
    z-index: 10;
}
#top #mainimage .main_ttl_sab {
  width: 200px;
    position: absolute;
    top: 25%;
    left: 75%;
    -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: 120px;

}
#top .inner .linkArea {
  text-align:center;
  margin-top:80px;
}
#top .inner .linkArea a:hover img {
  opacity:1.0;
}
#top #sec01 h2 {
  color:#fe622e;
}
#top #sec01 .sec01_inner {
  width:1050px;
  margin:0 auto;
}
#top #sec01 .pickup {
  margin-bottom: 55px;
}
#top #sec01 .pickup li {
  float:left;
  width:480px;
}
#top #sec01 .pickup li:last-child {
  float:right;
}
#top #sec01 .pickup li .imgArea {
  width: 480px;
    height: 320px;
    overflow: hidden;
  text-align:center;
}
#top #sec01 .pickup li .imgArea img{
  height: 320px;
}
#top #sec01 .pickup li figure {
    width: 480px;
    height: 320px;
    overflow: hidden;
    position: relative;
}
#top #sec01 .pickup li 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;
}
#top #sec01 .pickup li:hover figcaption {
    top: 0;
}
#top #sec01 .pickup li:hover figcaption p {
  width: 120px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.25em;
    border: #fff 1px 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: 5px 0;
}
#top #sec01 .pickup li dl {
  text-align:center;
  margin-top: 15px;
}
#top #sec01 .pickup li:hover dl {
  color:#1CA4FF;
}
#top #sec01 .pickup li dt {
  font-size:18px;
  font-weight:600;
}
#top #sec01 .pickup li dt span {
  color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #1CA4FF;
    vertical-align: middle;
    padding: 3px 10px 2px;
    margin-right: 10px;
}
#top #sec01 .pickup li dd{
  font-size:16px;
}
#top #sec01 .works li {
  float: left;
    width: 218px;
    margin-right: 59px;
}
#top #sec01 .works li:last-child {
  margin-right:0;
}
#top #sec01 .works li .imgArea {
  width: 218px;
    height: 185px;
    overflow: hidden;
  text-align:center;
}
#top #sec01 .works li .imgArea img {
  height:157px;
}
#top #sec01 .works li dl {
  text-align:center;
  margin-top: 15px;
}
#top #sec01 .works li dt {
  font-size:15.5px;
  font-weight:600;
}
#top #sec01 .works li dd {
  font-size:15px;
}
/*#top #sec01 .linkArea {
  width: 210px;
  background: url(../Images/top/webdesign.png) left no-repeat;
  padding-left: 350px;
  margin: 80px auto 0;
}*/
#top #sec01 .linkArea {
  width: 210px;
  margin: 80px auto 0;
}

/*#top #sec01 .myflipster {
  margin-top:50px;
}*/
#top #sec02 {
  background: url(../Images/top/service_bg.png) repeat-y;
    background-size: 100%;
}
#top #sec02 h2 {
  color:#ff4d80;
}
#top #sec02 ul {
  width: 980px;
    margin: 0 auto;
}
#top #sec02 ul li {
  float:left;
  width:475px;
}
#top #sec02 ul li:nth-child(2n) {
  float:right;
}
#top #sec02 ul li:nth-child(-n+2) {
  margin-bottom:30px;
}
#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: 375px;
    padding: 50px;
}
#top #sec02 .complete_bnr {
  text-align: center;
  margin-top:50px;
}
#top #sec02 .contents_bnr {
  text-align: center;
  margin-top:50px;
        width:100%;
}
#top #sec02 ul li a {
  width: 375px;
    padding: 50px;
}
#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:nth-child(1) a:hover {
  background-color: rgba(254,98,46,1);
}
#top #sec02 ul li:nth-child(2) a:hover {
  background-color: rgba(8,76,97,1);
}
#top #sec02 ul li:nth-child(3) a:hover {
  background-color: rgba(0,153,255,1);
}
#top #sec02 ul li:nth-child(4) a:hover {
  background-color: rgba(255,77,128,1);
}
#top #sec02 ul li .icon {
  width: 100px;
    height: 100px;
    margin: 0 auto;
    -webkit-perspective: 1000;
    perspective: 1000;
}
#top #sec02 ul li .icon p {
  position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .6s;
    transition: .6s;
}
#top #sec02 ul li .icon p span {
  position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#top #sec02 ul li .icon p span.back {
  -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#top #sec02 ul li a:hover .icon p {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#top #sec02 ul li a:hover .icon img {
  opacity:1.0;
}
#top #sec02 ul li .tArea {
  color: #fff;
    text-align: center;
    margin-top: 10px;
}
#top #sec02 ul li .tArea h3 {
  font-size: 24px;
    margin-bottom: 20px;
}
#top #sec02 ul li .tArea h3 span {
  font-size:15px;
  display:block;
}
#top #sec02 ul li .tArea p {
  font-size: 16px;
}
#top #sec02 .linkArea a {
  background-color:#fff;
}
#top #sec03 {
  background:url(../Images/top/column_bg.jpg) repeat;
  background-size: cover;
}
#top #sec03 h2 {
  color:#1CA4FF;
}
#top #sec03 ul {
  width:1050px;
  margin:0 auto;
}
#top #sec03 li {
  float:left;
  width:480px;
  position:relative;
  margin:0 90px 50px 0;
}
#top #sec03 li:nth-child(n+3) {
  width: 238px;
    margin: 0 32px 0 0;
}
#top #sec03 li:nth-child(2),
#top #sec03 li:nth-child(6) {
  margin-right:0;
}
#top #sec03 li .imgArea {
  width:480px;
  height:320px;
  overflow:hidden;
    border: #ccc 1px solid;
    box-sizing: border-box;
}
#top #sec03 li .imgArea img {
  height:320px;
}
#top #sec03 li:nth-child(n+3) .imgArea {
  width: 238px;
  height: 158px;
}
#top #sec03 li:nth-child(n+3) .imgArea img {
  height:158px;
}
#top #sec03 li p.icon_new {
  width: 115px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #E30000;
    position: absolute;
    top: 20px;
    padding: 3px 0 2px;
}
#top #sec03 li figure {
    width: 480px;
    height: 320px;
    overflow: hidden;
    position: relative;
}
#top #sec03 li:nth-child(n+3) figure {
  width: 238px;
  height: 158px;
}
#top #sec03 li 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;
}
#top #sec03 li:hover figcaption {
    top: 0;
}
#top #sec03 li:hover figcaption p {
  width: 120px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.25em;
    border: #fff 1px 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: 5px 0;
}
#top #sec03 li dl {
  margin-top:15px;
}
#top #sec03 li dt {
  color: #666;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
#top #sec03 li:nth-child(n+3) dt {
  font-size:14px;
}
#top #sec03 li dt span {
  color: #fff;
  font-size:16px;
  font-weight:bold;
    vertical-align: middle;
    padding: 2px 10px 1px;
    margin-left: 10px;
}
#top #sec03 li:nth-child(n+3) dt span {
  font-size:12px;
}
#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:25px;
  font-weight:600;
  line-height:1.3;
}
#top #sec03 li:nth-child(n+3) dd {
  font-size:15px;
  line-height:1.4;
}
#top #sec03 li.business:hover dd {
  color:#FF4D80;
}
#top #sec03 li.technology:hover dd {
  color:#084C61;
}
#top #sec03 li.marketing:hover dd {
  color:#FDB813;
}
#top #sec03 li.web:hover dd {
  color:#0099FF;
}
#top #sec04 {
  width: 100%;
    color: #fff;
  padding:0;
}
#top #sec04 .sec04_inner {
    padding: 60px 0;
}
#top #sec04 .main_txt {
  margin-bottom: 60px;
}
#top #sec04 .main_txt h2 {
  width: auto;
    color: #fff;
    font-size: 32px;
    border-bottom: none;
    padding: 0;
    margin-bottom: 30px;
}
#top #sec04 .main_txt h2 span {
  color:#FF8D44;
  font-size:26px;
  font-weight:600;
  display:block;
  margin-top: 15px;
}
#top #sec04 .main_txt p {
  width:520px;
  margin:0 auto;
}
#top #sec04 ul {
  max-width: 1430px;
    min-width: 1080px;
    padding: 0 20px;
    margin: 0 auto;
}
#top #sec04 li {
  float: left;
    width: 23.5%;
    margin-right: 2%;
}
#top #sec04 li:last-child {
  margin-right:0;
}
#top #sec04 li h3 {
  color:#FF8D44;
  font-size:20px;
  font-weight:600;
  margin-bottom:15px;
}
#top #sec04 li:nth-child(1) h3 {
  margin-bottom: 45px;
}
#top #topicsArea {
    padding: 70px 0;
    background: #eee;
}
#top #topicsArea h2{
    color: #084c61;
    margin-bottom: 50px;
}
#top #topicsArea dl{
    width: 700px;
    margin: 0 auto;
}
#top #topicsArea dt {
    float: left;
    padding: 18px 16px 18px 25px;
    font-weight: bold;
    color: #fe622e;
    font-size: 12px;
}
#top #topicsArea dd {
    border-bottom: dashed 1px #ccc;
    padding: 15px 15px 15px 140px;
    font-size: 16px;
}
#top #topicsArea dd:last-child {
    border-bottom: none;
}
/*-------------------------------------
      サービス一覧
--------------------------------------*/

/*-- 共通 --*/

#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:60px 0;
}
#service .under_linkArea h2,
#service_seo .under_linkArea h2 {
  color: #555;
    font-size: 30px;
  text-align:center;
    margin-bottom: 30px;
}
#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: 955px;
    margin: 0 auto;
}
#service .under_linkArea ul li,
#service_seo .under_linkArea ul li {
  float:left;
  margin-right:20px;
}
#service .under_linkArea ul li:last-child,
#service_seo .under_linkArea ul li:last-child {
  margin-right:0;
}

/*-- 一覧 --*/

#service_top #sec01 {
  background: url(../Images/top/service_bg.png) repeat-y;
    background-size: 100%;
}
#service_top #sec01 ul {
  width: 980px;
    margin: 0 auto;
}
#service_top #sec01 ul li {
  float:left;
  width:475px;
}
#service_top #sec01 ul li:nth-child(2n) {
  float:right;
}
#service_top #sec01 ul li:nth-child(-n+2) {
  margin-bottom:30px;
}
#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: 375px;
    padding: 50px;
}
#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: 100px;
    height: 100px;
    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: 100px;
    height: 100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#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: 20px;
}
#service_top #sec01 ul li .tArea h2 span {
  font-size:15px;
  display:block;
}
#service_top #sec01 ul li .tArea p {
  font-size: 16px;
}

#service_top #sec01 .complete_bnr {
  text-align: center;
  margin-top:50px;
}
#service_top #sec01 .contents_bnr {
  text-align: center;
  margin-top:50px;
        width:100%;
}

/*-- ホームページ制作 --*/

#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:1000px;
  margin:0 auto;
}
#homepage #sec01 h2 {
  color:#555;
  font-size:24px;
  text-align:center;
  margin-bottom:20px;
}
#homepage #sec01 .sec01_left {
  float:left;
  width:500px;
}
#homepage #sec01 .sec01_left p {
  font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
}
#homepage #sec01 .sec01_left .imgArea {
  text-align: center;
    border: #a9e5e8 3px double;
    padding: 20px;
}
#homepage #sec01 .sec01_right {
  float: right;
    width: 450px;
    background-color: rgba(2, 192, 203, 0.4);
    box-sizing: border-box;
    padding: 32px 30px;
}
#homepage #sec01 .sec01_right ul {
  width: 100%;
    margin-bottom: 30px;
}
#homepage #sec01 .sec01_right li {
  margin-bottom:15px;
}
#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;
}
#homepage #sec02 {
  background-color: rgba(214, 229, 133, 0.49);
}
#homepage #sec02 .sec02_inner {
  width:1000px;
  margin:0 auto;
}
#homepage #sec02 h2 {
  color: #555;
    font-size: 30px;
    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 {
  float:left;
  width:520px;
}
#homepage #sec02 .tArea dt {
  font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px;
}
#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: outside decimal;
    padding: 0 0 0.5em 0.5em;
    margin: 0 0 0 2em;
}
#homepage #sec02 .tArea dd ul li:last-child {
  padding-bottom:0;
}
#homepage #sec02 .imgArea {
    float: right;
    width: 400px;
    padding: 28px 0;
}
#homepage #sec02 .imgArea img {
  width:100%;
}
#homepage #sec03 {
  width:900px;
  margin:0 auto;
}
#homepage #sec03 p {
  font-size: 16px;
    line-height: 1.8
  ;
    margin-bottom: 25px;
}
#homepage #sec03 p:last-child {
  margin-bottom:0;
}

/*-- アフターフォロー --*/

#afterfollow #afterfollow_anchor {
  width: 825px;
    background: url(../Images/service/bg_gray.png) repeat;
    box-sizing: border-box;
    padding: 30px;
    margin: 50px auto -10px;
}
#afterfollow #afterfollow_anchor li {
  float:left;
}
#afterfollow #afterfollow_anchor li:nth-child(2n) {
  float:right;
}
#afterfollow #afterfollow_anchor li:nth-child(-n+4) {
  margin-bottom:15px;
}
#afterfollow #afterfollow_anchor li a {
  width: 375px;
    font-size: 20px;
    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 #sec06 {
  padding-bottom:60px;
}
#afterfollow .afterfollow_box h2 {
  font-size:30px;
  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;
}
#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;
}
#afterfollow .afterfollow_box .tArea dl dd {
  font-size: 16px;
    line-height: 1.8;
}
#afterfollow .box_inner01,
#afterfollow .box_inner02,
#afterfollow .box_inner03 {
  width: 1000px;
    padding-top: 50px;
    margin: 0 auto;
}
#afterfollow .box_inner01 .tArea,
#afterfollow .box_inner02 .tArea {
  width:490px;
}
#afterfollow .box_inner01 .tArea {
  float:left;
}
#afterfollow .box_inner02 .tArea {
  float:right;
}
#afterfollow .box_inner01 .imgArea {
  float:right;
}
#afterfollow #sec01 .imgArea {
  padding:13px 0;
}
#afterfollow .box_inner02 .imgArea {
  float:left;
}
#afterfollow .afterfollow_box .tArea .linkArea {
  width:350px;
  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: 16px;
    font-weight: bold;
    padding: 2px 5px;
    position: relative;
}
#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 {
  width: 800px;
    margin: 0 auto;
}
#afterfollow .box_inner03 .tArea02 p {
  font-size:16px;
  line-height:1.8;
  margin-bottom:18px;
}
#afterfollow .box_inner03 .tArea02 p:last-child {
  margin-bottom:0;
}

/*-- アクセスアップ支援 --*/

#accessup .inner {
  padding:0 0 90px;
}
#accessup h2 {
  color:#8f82bc;
  font-size:30px;
  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:28px;
  text-align:center;
  margin:50px 0 30px;
}
#accessup .imgArea {
  text-align:center;
}
#accessup #sec01 .sec01_top {
  background-color: #f5f5f5;
    padding: 50px 0;
}
#accessup #sec01 .sec01_top p {
  width: 800px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    margin: 0 auto;
}
#accessup #sec01 .sec01_mdl {
  width: 950px;
  padding:70px 0;
    margin: 0 auto;
}
#accessup #sec01 .sec01_mdl .tArea {
  float: left;
    width: 580px;
}
#accessup #sec01 .sec01_mdl .tArea > p {
  font-size: 16px;
    line-height: 1.8;
  margin-bottom:20px;
}
#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: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
#accessup #sec01 .sec01_mdl .img_link {
  float: right;
    width: 302px;
    margin-top: -20px;
}
#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 p {
  width: 800px;
    font-size: 16px;
    line-height: 1.8;
    margin: 40px auto;
}
#accessup #sec01 .sec01_btm .link_btn {
  text-align:center;
  margin-top:30px;
}
#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 {
  width:1000px;
  margin:0 auto 60px;
}
#accessup #sec02 .sec02_mdl .mdl_inner {
  width:800px;
  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 {
  width: 800px;
    box-sizing: border-box;
    padding: 25px 30px;
}
#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: 20px;
    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: 16px;
    line-height: 1.8;
    padding: 0 20px;
}
#accessup #sec02 .sec02_btm {
  width: 800px;
    background: url(../Images/service/accessup/sec03_bg.jpg) no-repeat;
    box-sizing: border-box;
    padding: 42px 50px;
    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 th {
  width: 33%;
    color: #fff;
    font-size: 16px;
    background-color: #0066cb;
    border-bottom: #999 1px solid;
    border-right: #999 1px solid;
    padding: 10px 0;
}
#accessup #sec02 .sec02_btm table td {
  font-size: 16px;
  text-align: center;
    background-color: #fff;
    border-right: #999 1px solid;
    padding: 15px 0;
}
#accessup #sec02 .link_btn {
  text-align:center;
  margin-top:50px;
}

/*-- アクセスアップ支援（コンプリートSEO） --*/

#service_seo #mainimage {
  display:none;
}
#service_seo #contents {
  padding-top: 79px;
}
.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;
}
.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;
}
.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;
}
.sub_mainimage_body {
  width:980px;
  margin: 0 auto;
  padding: 35px 0;
}
#seo_breadcrumb ol {
  text-align: right;
    padding: 10px;
    margin: 0 auto;
}
#seo_breadcrumb ol li,
#seo_breadcrumb ol li a {
  color: #555;
    font-weight: bold;
    display: inline;
    font-size: 13px;
}
#seo_breadcrumb ol li a {
  color: #999;
    border-bottom: #999 1px solid;
}
#seo_breadcrumb ol li a:hover {
  color:#ba70de;
  border-bottom:#ba70de 1px solid;
}
#seo_breadcrumb ol li:before {
    content: " > ";
    margin: 0 5px;
}
#seo_breadcrumb ol li:first-child:before {
  content: none;
}
#complete_seo {
  clear: both;
  width:100%;
}
#complete_seo  .complete_seo_nav_box {
  width: 100%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
#complete_seo  .complete_seo_nav {
  width: 900px;
    padding: 30px 0;
    margin: 0 auto;
}
#complete_seo  .complete_seo_nav .box03_ttl {
  color:#333;
  font-size:26px;
  text-align:center;
  margin-bottom:15px;
}
#complete_seo .complete_seo_nav ul {
  width:870px;
  margin:0 auto;
}
#complete_seo .complete_seo_nav li {
  width: 270px;
    height: 160px;
    margin: 10px;
    float: left;
    text-align: center;
    font-weight: bold;
}
#complete_seo .complete_seo_nav li span {
  font-size:14px;
  color:#FFF;
  margin-left: 3px;
}
#complete_seo .complete_seo_nav a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#complete_seo .complete_seo_nav .relative {
    position: relative;
}
#complete_seo .complete_seo_nav .absolute {
  position: absolute;
    bottom: 38px;
}
#complete_seo .complete_seo_nav li p {
  margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #FFF;
    text-align: left;
    padding-left: 15px;
}
#complete_seo .complete_seo_nav li p.page_name {
  font-size: 26px;
    font-weight: bold;
    padding: 0px 10px 10px 15px;
    color: #fefdc9;
}
#complete_seo a:hover {
  filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#complete_seo .complete_seo_content {
  width: 100%;
  margin-top: 60px;
}

#complete_seo #complete_seo_ttl01 {
  font-size:40px;
  text-align:center;
  margin-bottom:20px;
  line-height: 1.3;
  color:#333;
}
#complete_seo #complete_seo_ttl02 {
  font-size:30px;
  text-align:center;
  color:#C30E22;
  background:url(../Images/service/accessup/seo/complete_seo_ttl02_icon.jpg) no-repeat top center;
  padding-top:45px;
  margin-bottom:20px;
}
#complete_seo #complete_seo_ttl03 {
  font-size:40px;
  text-align:center;
  margin-bottom:20px;
  line-height: 1.3;
  color:#FFF;
}
#complete_seo .complete_seo_box01 {
  width: 100%;
    padding: 60px 0;
}
#complete_seo .complete_seo_box01 .box01_ttl {
  color:#c30e22;
  font-size:28px;
  text-align:center;
  margin-bottom:15px;
}
#complete_seo .complete_seo_box01 p {
  font-size: 16px;
    line-height: 1.8;
    text-align: left;
    width: 980px;
    margin: 0 auto 30px;
}
#complete_seo  .complete_seo_content02 {
  width:100%;
  padding:60px 0;
  background: url(../Images/service/accessup/seo/complete_seo01_bg01.jpg) no-repeat;
    background-size: cover;
}
#complete_seo  .complete_seo_content02 .complete_seo_box02 {
  width: 890px;
    border: 1px solid #cec8c8;
    margin: 35px auto;
    padding: 40px;
}
#complete_seo  .complete_seo_content02 .complete_seo_box02 .box02_ttl {
  color:#FFF;
  background-color:#2d518f;
  font-size:18px;
  text-align:center;
  padding:20px;
  margin-bottom:15px;
}
#complete_seo .complete_seo_box02 li {
  width:810px;
  color:#FFF;
  font-size:22px;
  text-align:left;
  font-weight:bold;
  line-height:1.8;
  border-bottom:1px #CCC dotted;
  margin-bottom: 15px;
  padding-left: 20px;
}
#complete_seo .complete_seo_box02 li:last-child {
  margin-bottom:0;
}
#complete_seo  .complete_seo_content02 p {
  width: 890px;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
    color: #FFF;
}
#complete_seo  .complete_seo_content03 {
  width:100%;
  padding:60px 0;
}
#complete_seo  .complete_seo_content03 p{
  width: 890px;
    font-size: 16px;
    line-height: 1.8;
    margin: 20px auto 0;
}
#complete_seo .complete_seo_box03 {
  width: 900px;
    border: 1px solid #c5c1c1;
    margin: 0 auto;
    padding: 40px 40px 60px;
    margin-bottom: 60px;
}
#complete_seo .complete_seo_box03 .box03_ttl {
  color:#333;
  font-size:26px;
  text-align:center;
  margin-bottom:15px;
}
#complete_seo .complete_seo_box03 ul {
  width:870px;
  margin:0 auto;
}
#complete_seo .complete_seo_box03 li {
  width: 270px;
    height: 160px;
    margin: 10px;
    float: left;
    text-align: center;
    font-weight: bold;
}
#complete_seo .complete_seo_box03 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#complete_seo .complete_seo_box03 .relative {
    position: relative;
}
#complete_seo .complete_seo_box03 .absolute {
  position: absolute;
    bottom: 38px;
}
#complete_seo .complete_seo_box03 li p {
  margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #FFF;
    text-align: left;
    padding-left: 15px;
}
#complete_seo .complete_seo_box03 li p.page_name {
  font-size: 26px;
    font-weight: bold;
    padding: 0px 10px 10px 15px;
    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 {
  width: 850px;
    height: 20px;
}

#complete_seo .complete_seo_box03 li:last-child a {
  display:inline-block;
  width: 850px;
    height: 20px;
  background-color:#FFF;
    border: 2px solid #e36008;
  float:left;
  color:#e36008;
  font-size:16px;
  text-align:center;
  padding:10px 0;
}
#complete_seo .complete_seo_box03 li:last-child a:hover {
  background-color:#e36008;
  color:#FFF;
  text-decoration:none;
  opacity:1.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: 100%;
  margin: 60px 0;
}
#complete_seo  .complete_seo02_content00 p {
  width: 980px;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto 40px;
    color: #333;
}
#complete_seo  .complete_seo02_content01 {
  width:100%;
  border:1px solid #D5DEFD;
  padding:60px 0;
  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: 40px;
    text-align: center;
    color: #FFF;
    margin: 0 auto 35px;
  line-height: 1.3;
}
#complete_seo  .complete_seo02_content01 p {
  width:980px;
  font-size:16px;
  line-height:1.8;
  margin:0 auto;
  color:#FFF;
}
#complete_seo .complete_seo02_content01 #complete_seo02_ttl02 {
  font-size: 32px;
    text-align: center;
    color: #FFF;
    margin: 0 auto 20px;
    padding-top: 50px;
    line-height: 1.3;
}
#complete_seo  .complete_seo02_content02 {
  width:100%;
  border-bottom:1px solid #CCC;
  padding:60px 0;
  margin-bottom:60px;
  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: 24px;
  width:980px;
    text-align: center;
    color: #FFF;
  margin:0 auto;
    padding: 8px 0;
  background-color:#036DB7;
  line-height: 1.3;
}
#complete_seo  .complete_seo02_content02 p {
  width: 940px;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
    padding: 20px;
    color: #333;
}
#complete_seo  .complete_seo03_content00 {
  width: 100%;
  margin: 60px 0;
}
#complete_seo .complete_seo03_content00 #complete_seo_ttl02 {
  font-size: 30px;
    text-align: center;
    color: #36C;
    background: url(../Images/service/accessup/seo/complete_seo03_icon01.jpg) no-repeat top center;
    padding-top: 60px;
    margin-bottom: 20px;
}
#complete_seo .complete_seo03_content00 #complete_seo_ttl03 {
  font-size: 30px;
    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 20px;
}
#complete_seo  .complete_seo03_content00 p {
  width: 980px;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto 40px;
}
#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:100%;
  background-color:#333;
  opacity: 0.8;
  margin:0 auto ;
  padding:60px 0;
}
#complete_seo .complete_seo03_content01 .complete_seo03_content01_ttl01 {
  font-size: 40px;
    text-align: center;
    color: #FFF;
}
#complete_seo .complete_seo03_content01 .complete_seo03_content01_ttl02 {
  font-size: 32px;
    text-align: center;
    color: #FFF;
    margin: 45px 0 25px;
}
#complete_seo  .complete_seo03_content01 p {
  width: 800px;
    font-size: 16px;
    line-height: 1.8;
    color: #FFF;
    margin: 0 auto;
}
#complete_seo  .complete_seo03_content01 img {
  margin-bottom:20px;
}
#complete_seo  .complete_seo03_content02 {
  width: 100%;
    background-size: cover;
    padding: 60px 0 10px;
    border-bottom: 1px solid #CCC;
}
#complete_seo  .complete_seo03_content02  .complete_seo03_content02_box01 {
  width:980px;
  margin:0 auto 60px;
}
#complete_seo .complete_seo03_content02 .complete_seo03_content02_box01 ul {
  float:right;
  width:435px;
}
#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: 16px;
    font-weight: bold;
    line-height: 1.8;
    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 {
  float:left;
  margin-right:20px;
}
#complete_seo .complete_seo03_content02 .complete_seo03_content02_ttl01 {
  font-size: 40px;
    text-align: center;
    color:#333;
  margin-bottom:20px;
}
#complete_seo .complete_seo03_content02 .complete_seo03_content02_ttl02 {
  font-size: 32px;
    text-align: center;
    background-color: #900;
    margin: 0 auto 25px;
    padding: 8px;
    color: #FFF;
    width: 980px;
}
#complete_seo .complete_seo03_content02 .complete_seo03_content02_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_content02 .complete_seo03_content02_ttl05 {
  background:#36C;
  font-size:24px;
    text-align: center;
    color:#FFF;
  margin-bottom:25px;
}
#complete_seo  .complete_seo03_content02 p {
  font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
}
#complete_seo  .complete_seo03_content01 img {
  margin-bottom: 30px;
}
#complete_seo  .complete_seo03_content03 {
  width:100%;
  background-image: url(../Images/service/accessup/seo/complete_seo03_content03_bg.jpg);
  padding:60px 0;
  margin-bottom:60px;
  border-bottom:1px solid #CCC;
}
#complete_seo  .complete_seo03_content03  .complete_seo03_content03_box01 {
  width:980px;
  margin:0 auto;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_box01 .complete_seo03_content03_box01_r {
  float:right;
  width:435px;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_box01 .complete_seo03_content03_box01_r_ttl {
  margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 2px dotted #1CA4FF;
    line-height: 1;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_box01 li {
  position: relative;
  float: left;
    background: url(../Images/service/accessup/seo/complete_seo03_icon05.jpg) no-repeat center left;
    padding-left:30px;
    margin-bottom: 40px;
    font-size: 16px;
  line-height:1.4;
}
#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: -20px;
    left: 200px;
}
#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 {
  float:right;
  margin-left:20px;
}
#complete_seo  .complete_seo03_content03  .complete_seo03_content03_box02 {
  width:980px;
  margin:0 auto;
}
#complete_seo  .complete_seo03_content03  .complete_seo03_content03_box02 .complete_seo03_content03_box02_ttl {
  margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 2px dotted #1CA4FF;
    line-height: 1;
  margin-top: 10px;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_ttl01 {
  font-size: 40px;
    text-align: center;
    color:#333;
  margin-bottom:20px;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_ttl02 {
  width: 980px;
    font-size: 28px;
    text-align: left;
    background-color:#FF4D80;
    margin: 0 auto;
    padding: 8px 0;
    color: #fff;
    margin-bottom: 25px;
}
#complete_seo .complete_seo03_content03 .complete_seo03_content03_ttl02 span {
  font-size: 16px;
    margin: 0 15px;
}
#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 {
  color: #333;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
}
#complete_seo  .complete_seo04_content00 {
  width: 100%;
  margin: 60px 0;
}
#complete_seo .complete_seo04_content00 #complete_seo_ttl02 {
  font-size: 30px;
    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 {
  width: 980px;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto 30px;
}
#complete_seo  .complete_seo04_content01 {
  width:100%;
  background: url(../Images/service/accessup/seo/complete_seo04_bg01.jpg) no-repeat ;
  background-size:cover;
  padding:60px 0;
}
#complete_seo .complete_seo04_content01 .complete_seo04_content01_ttl01 {
  font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}
#complete_seo .complete_seo04_content01 .complete_seo03_content01_ttl02 {
  font-size: 32px;
    text-align: center;
  margin-top:40px;
}
#complete_seo  .complete_seo04_content01 p {
  width: 800px;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
}
#complete_seo  .complete_seo04_content01 img {
  margin: 45px 0;
}
#complete_seo  .complete_seo04_content02 {
  width:100%;
  background-size:cover;
  padding:60px 0;
  margin-bottom:60px;
  border-bottom:1px solid #CCC;
}
#complete_seo .complete_seo04_content02 .complete_seo04_content02_ttl01 {
  font-size:36px;
  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 {
    width: 860px;
  margin:0 auto 30px;
}
#complete_seo .complete_seo04_content02 li {
  float: left;
    background: url(../Images/service/accessup/seo/complete_seo04_icon03.jpg) no-repeat top left 10px;
    background-size: 30px;
    padding-left: 60px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px dotted #ccc;
    width: 800px;
    height: 45px;
}
#complete_seo .complete_seo04_content02 li:last-child {
    margin-bottom: 0;
}
#complete_seo  .complete_seo04_content02 p {
  width: 800px;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto 40px;
}
#complete_seo .complete_seo04_content02 table {
  width: 980px;
  margin:0 auto;
  border-spacing: 0;
  font-size:14px;
}
#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;
    font-size: 16px;
}
#complete_seo .complete_seo04_content02 table th:last-child {
  border-right:1px solid #ccc;
}
#complete_seo .complete_seo04_content02 table tr td {
  font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
}
#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:30px;
  text-align:center;
  margin-bottom:20px;
}
#marketing #sec01 .sec01_inner {
  width:1100px;
  margin:0 auto;
}
#marketing #sec01 .sec01_left {
  float:left;
  width:600px;
}
#marketing #sec01 .sec01_left p {
  font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
}
#marketing #sec01 .sec01_right {
  float: right;
  padding-top:15px;
}
#marketing #sec02 {
  background:#fef7d4;
}
#marketing #sec02 .sec02_inner {
  width:724px;
  margin:0 auto;
}
#marketing #sec02 p {
  font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
}
#marketing #sec03 .sec03_inner,
#marketing #sec04 .sec04_inner{
  text-align:center;
}
#marketing #sec03 h2,
#marketing #sec04 h2{
  background:url(../Images/service/marketing/icon02.png) left center no-repeat;
  line-height:55px;
  display:inline-block;
  padding-left:80px;
  margin-bottom:35px;
}
#marketing #sec04 h2{
  background:url(../Images/service/marketing/icon03.png) left center no-repeat;
}
#marketing #sec05 .sec05_inner {
  width:1100px;
  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;
  margin-bottom:55px;
}
#marketing #sec05 .sec05_left {
  float: left;
  padding-top:20px;
}
#marketing #sec05 .sec05_right {
  float:right;
  width:620px;
}
#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:before {
  content:"●";
}
#marketing #sec06 {
  text-align:center;
}

/*-------------------------------------
      制作の流れ
--------------------------------------*/

#flow #mainimage {
  background: url(../Images/flow/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#flow .flow_wrap {
  background:url(../Images/flow/flow_bg.png) repeat;
  background-size:cover;
}
#flow #sec01 {
  width:1100px;
  background: url(../Images/flow/bg01.png) center center repeat-y;
  margin:0 auto;
}
#flow #sec01 .sec01_inner {
  background: url(../Images/flow/bg02.png) center center repeat-y;
}
#flow #sec01 .color_box {
  width: 350px;
  color:#fff;
    text-align: center;
    /*border: #0099ff 3px solid;
    box-sizing: border-box;*/
    padding: 25px;
    margin: 0 auto;
}
#flow #sec01 .color_box dt {
  font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}
#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 .flow_box {
  position:relative;
  overflow: hidden;
  padding:60px 0;
}
#flow #sec01 .flow_box li {
  float:right;
  background:url(../Images/flow/arrow_left.png) left 3px center no-repeat;
  transition: .8s;
  opacity: 0;
  transform: translate(0,100px);
  -webkit-transform: translate(0,100px);
  padding-left:66px;
}
#flow #sec01 .flow_box li.inviewing {
  opacity: 1.0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}
#flow #sec01 .flow_box li:nth-child(2n) {
  float:left;
  background:url(../Images/flow/arrow_right.png) right center no-repeat;
  padding-left: 0;
  padding-right:66px;
}
#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: -70px;
}
#flow #sec01 .flow_box li:nth-child(4) {
  margin-top: -100px;
}
#flow #sec01 .flow_box li:nth-child(5) {
  margin-top: -100px;
}

#flow #sec01 .flow_box li .tArea {
  width:500px;
  color:#fff;
  border:#0099ff 3px solid;
  box-sizing:border-box;
  padding:40px 30px;
}
#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: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border-bottom: #fff 2px dotted;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#flow #sec01 .flow_box li .imgArea {
  margin:15px 0;
}
#flow #sec01 .flow_box li .txt {
  font-size: 16px;
    line-height: 1.7;
}

/*-------------------------------------
      料金について
--------------------------------------*/

#price #mainimage {
  background: url(../Images/price/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#price #sec01 {
  background-color:#FAFAFA;
}
#price #sec01 .sec01_inner {
  width:1100px;
  margin:0 auto 30px;
}
#price #sec01 .sec01_box {
  float:left;
  width:350px;
  background-color:#fff;
  margin-right:25px;
}
#price #sec01 .box03 {
  margin-right:0;
}
#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 {
    height: 124px;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    padding: 30px;
}
#price #sec01 .sec01_box .white_box dt {
  color: #fff;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 20px;
  background-color:#666;
}
#price #sec01 .sec01_box .white_box dt span {
  font-size:20px;
  display:block;
}
#price #sec01 .sec01_box .white_box dd {
  font-size: 30px;
    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:1100px;
  text-align:right;
  margin:0 auto;
}
#price #sec02 .sec02_inner {
  width:1050px;
  margin:0 auto;
}
#price #sec02 .sec02_inner li {
  float:left;
  width:490px;
}
#price #sec02 .sec02_inner li:nth-child(2) {
  float:right;
}
#price #sec02 .sec02_inner li h2 {
  font-size: 26px;
    border-bottom: #333 1px dotted;
    padding: 0 0 5px;
    margin-bottom: 30px;
}
#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%;
}
#price #sec02 .sec02_inner li table th {
  color:#fff;
  font-size:18px;
  text-align: center;
  background-color:#084C61;
    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: 10px 20px;
    border-bottom: #fff 2px solid;
}
#price #sec02 .sec02_inner li table tr:nth-child(even) td {
    background-color: #f3f3f3;
}
#price #sec02 .sec02_inner li table tr td:first-child {
    border-right: #fff 2px solid;
}

/*-------------------------------------
      よくある質問
--------------------------------------*/

#faq #mainimage {
  background: url(../Images/faq/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#faq #sec01 {
  background-color:#FAFAFA;
}
#faq #sec01 .sec01_inner {
  width: 850px;
    background-color: #fff;
    padding: 50px;
    margin: 0 auto;
}
#faq #sec01 .sec01_box {
  background-color: #FAFAFA;
    padding: 40px 50px;
}
#faq #sec01 .box01,
#faq #sec01 .box02 {
  margin-bottom:40px;
}
#faq #sec01 .sec01_box h2 {
  font-size: 28px;
    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 {
}
#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: 19px;
    font-weight: 600;
    background: url(../Images/faq/q_01.png) left center no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
}
#faq #sec01 .sec01_box ul li dl dd {
  min-height: 24px;
  font-size:16px;
  line-height: 1.7;
  background:url(../Images/faq/a_01.png) left top no-repeat;
  padding-left:35px;
}
#faq #sec01 .box02 ul li dl dt {
  color:#1ca4ff;
    background: url(../Images/faq/q_02.png) left center no-repeat;
}
#faq #sec01 .box02 ul li dl dd {
  background:url(../Images/faq/a_02.png) left top 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: 17px;
    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: 8px;
}
#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:16px;
  font-weight:bold;
}
#pageNav li a {
  color:#333;
}
#pageNav li a:hover {
  color:#FE622E;
}
#pageNav .to_blog {
  margin: 0 40px;
}

/*-------------------------------------
      制作実績
--------------------------------------*/

#works #mainimage {
  background: url(../Images/works/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#works h2 {
  color:#fe622e;
  width: 400px;
    font-size: 34px;
    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:18px;
  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 {
  width:1100px;
}
#works .sec02_inner {
  max-width: 1430px;
    padding: 0 20px;
}
#works .works_list li {
  float: left;
    text-align: center;
}
#works .sec01_inner li {
    width: 49.75%;
    background-color: #f5f5f5;
}
#works .sec01_inner li:nth-child(2n) {
  float:right;
}
#works .sec02_inner li {
    width: 33%;
    background-color: #fff;
    margin:0 0.5% 0.5% 0;
}
#works .sec02_inner li:nth-child(3n) {
  margin-right:0;
}
#works .works_list li:hover {
    background-color: #ddd;
}
#works .works_list li a {
    width: 100%;
    box-sizing: border-box;
    padding: 35px 30px;
}
#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 {
  height: 252px;
}
#works .sec02_inner li .imgArea img {
  height: 200px;
}
#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:18px;
  font-weight:600;
  margin-bottom:8px;
}
#works .sec02_inner li:hover dl dt {
  color:#0099FF;
}
#works .works_list li dl dd {
  color:#fe622e;
  font-size:16px;
}
#works .sec02_inner li dl dd {
  color:#0099FF;
}

/*-------------------------------------
    制作実績／ピックアップ
--------------------------------------*/

#pickup #mainimage {
  display:none;
}
#pickup h2 {
    width: 550px;
    font-size: 34px;
    text-align: center;
  line-height:1;
    border-bottom: #333 1px dotted;
  padding-bottom: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: 185px;
}
#pickup .sec01_bg {
  min-height: 320px;
      background-color: #f5f5f5;
      position: relative;
      padding: 150px 0 175px;
}
#pickup .sec01_inner {
  min-width: 1000px;
  position: absolute;
      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);
}
#pickup .sec01_inner .imgArea {
  float:left;
  width:450px;
  margin-right:60px;
}
#pickup .sec01_inner .imgArea img {
  width:100%;
}
#pickup .sec01_inner .tArea {
  float:left;
  width:490px;
}
#pickup .sec01_inner .tArea h1 {
  font-size: 40px;
      line-height: 1;
      margin-bottom: 30px;
}
#pickup .sec01_inner .tArea h1 span {
  color: #ba70e2;
  font-size:20px;
  display:block;
  margin-bottom:8px;
}
#pickup .sec01_inner .tArea li {
  font-size: 18px;
      margin-bottom: 8px;
}
#pickup .sec01_inner .tArea li span {
  width: 115px;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      background-color: #666;
      display: inline-block;
      padding: 5px 0;
      margin-right: 20px;
}
#pickup .sec01_inner .tArea li a {
  color:#BA70DE;
}
#pickup .sec01_inner .tArea li a:hover {
  font-weight:bold;
}
#pickup #sec01 .navi {
  width: 770px;
  position: absolute;
    bottom: -125px;
    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);
}
#pickup #sec01 .navi li {
  float:left;
  margin-right:10px;
}
#pickup #sec01 .navi li:last-child {
  margin-right:0;
}
#pickup #sec01 #works_breadcrumb {
  position: absolute;
    top: 90px;
    right: 2%;
}
#pickup #sec01 #works_breadcrumb ol {
  text-align: right;
}
#pickup #sec01 #works_breadcrumb ol li,
#pickup #sec01 #works_breadcrumb ol li a {
  color: #555;
    font-weight: bold;
    display: inline;
    font-size: 13px;
}
#pickup #sec01 #works_breadcrumb ol li a {
  color: #999;
    border-bottom: #999 1px solid;
}
#pickup #sec01 #works_breadcrumb ol li a:hover {
  color:#ba70de;
  border-bottom:#ba70de 1px solid;
}
#pickup #sec01 #works_breadcrumb ol li:before {
    content: " > ";
    margin: 0 5px;
}
#pickup #sec01 #works_breadcrumb ol li:first-child:before {
  content: none;
}
#pickup #story .story_inner {
  width: 800px;
    background-color: rgba(255, 219, 230, 0.41);
    padding: 50px 60px;
    margin: 0 auto;
}
#pickup #story .story_box {
  margin-bottom:50px;
}
#pickup #story .box03 {
  margin-bottom:0;
}
#pickup #story .story_box h3 {
  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;
    margin-bottom: 10px;
}
#pickup #story .story_box p {
  font-size: 15px;
    line-height: 1.7;
}
#pickup #beforeafter {
  background: url(../Images/works/pickup/beforeafter_bg.jpg) no-repeat;
    background-size: cover;
}
#pickup #beforeafter ul {
  width:1100px;
  margin:0 auto;
}
#pickup #beforeafter ul li {
  float:left;
  width:525px;
  position:relative;
}
#pickup #beforeafter ul li:first-child:after {
  content: "";
    border: 8px solid transparent;
    border-left-color: #565656;
    position: absolute;
  top: 50%;
    right: -38px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
#pickup #beforeafter ul li:last-child {
  float:right;
}
#pickup #beforeafter ul li .badge {
  color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    background-color: #565656;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 5px 20px;
}
#pickup #beforeafter ul li .imgArea {
  height: 550px;
    overflow: hidden;
    border: #ccc 1px solid;
}
#pickup #beforeafter ul li .imgArea img {
  width: 525px;
}
#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:1100px;
  margin:0 auto;
}
#pickup #design .top_view {
  margin-bottom:25px;
}
#pickup #design .top_view .imgArea {
  width: 1100px;
    height: 650px;
    overflow: hidden;
    border: #ccc 1px solid;
    box-sizing: border-box;
}
#pickup #design .top_view .imgArea img {
  width:100%;
}
#pickup #design .top_view figure {
  width: 1100px;
    height: 650px;
    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 {
  float: left;
    width: 350px;
    border: #ccc 1px solid;
    box-sizing: border-box;
    margin-right: 25px;
}
#pickup #design .under_view li:last-child {
  margin-right:0;
}
#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: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 2% 0 3%;
}
#example h2 span {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
}
#example .case_nav{
  width:780px;
  margin:50px auto 0;
    background: url(../Images/service/bg_gray.png) repeat;
  padding:35px 35px 20px;
}
#example .case_nav li{
    float: left;
    font-size: 16px;
    width: 250px;
    text-align: center;
    margin-bottom: 10px;
    background: #fff;
    margin-right: 15px;
    font-weight: bold;
}
#example .case_nav li:nth-child(3n){
  margin-right:0;
}
#example .case_nav li a{
  display:block;
  padding:5px 15px;
}
#example .case_nav li a:hover{
  background:#0099ff;
  color:#fff;
}
#example #sec01 {
  width:1000px;
  margin:0 auto;
}
#example #sec01 h2 {
  margin-bottom:30px;
}
#example #sec01 ul.new_post{
}
#example #sec01 ul.new_post li{
  margin-bottom:80px;
}
#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:22px;
  margin-bottom:15px;
}
#example #sec01 ul.new_post li .example_box p{
  padding:10px 0 15px 75px;
  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: 32px;
  top:0;
}
#example #sec01 ul.new_post li .example_box p::after{
    position: absolute;
    content: "";
    background: #b670e1;
    width: 968px;
    height: 1px;
    left: 32px;
  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 100px;
    font-size: 18px;
    border-radius: 5px;
    margin-left: 30px;
    background: url(../Images/example/icon_02.png) no-repeat left 20px center rgba(161, 161, 199, 0.13);
    background-size: 60px auto;
    color: #170e98;
}
#example #sec02 {
  background:#fafafa;
}
#example #sec02 .past_month {
  font-size:16px;
  text-align:center;
  margin-bottom:15px;
}
#example #sec02 .past_month dt{
  display:inline-block;
  background:#0099FF;
  padding:2px 15px 0;
  color:#fff;
  font-weight:bold;
  margin-right:15px;
}
#example #sec02 .past_month dd{
    display: inline-block;
    padding: 0 18px;
    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:-10px;
}
#example #sec02 .past_month dd:last-child::before{
  content:none;
}
#example #sec02 .btn_01{
    width: 880px;
  margin:25px auto 0;
  text-align:right;
}
#example #sec02 .btn_01 a{
    background: #fe622e;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 35px 10px;
    color: #fff;
    letter-spacing: 0.05em;
}
/*　2015年以前の相談事例　*/
#example .past_post dl,
#example .past_post .index_example{
  margin-bottom:75px;
}
#example .past_post dl dt {
    font-size: 22px;
    margin-bottom: 15px;
    background: url(../Images/example/icon_01.png) no-repeat left center;
    background-size: 60px auto;
    padding-left: 75px;
    font-weight: bold;
    height: 37px;
    padding-top: 6px;
}
#example .past_post dl dt span {
  font-weight:normal;
  font-size:13px;
}

#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 75px;
    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: 32px;
  top:0;
}
#example .past_post dl dd::after,
#example .past_post .index_example_text::after{
    position: absolute;
    content: "";
    background: #b670e1;
    width: 968px;
    height: 1px;
    left: 32px;
  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;
}
#column .cate_nav ul {
  width:1100px;
  border-left:#f5f5f5 1px solid;
  margin:0 auto;
}
#column .cate_nav li {
  float: left;
    height: 67px;
}
#column .cate_nav li a {
  width: 220px;
  color:#fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-right: #f5f5f5 1px solid;
    box-sizing: border-box;
    padding: 20px 0;
}
#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;
}
#column h2.list_ttl {
  font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 4% 0 2%;
}
#column h2.list_ttl span {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
}

/*-- 一覧 --*/

#column #column_list {
  width: 100%;
  /*min-width:1200px;*/
    background-color: #f5f5f5;
    margin: 0 auto 3%;
}
#column #column_list ul {
  width:1100px;
  margin:0 auto;
}
#column #column_list li a {
  float:left;
  width:537.5px;
  background-color:#fff;
  border:#ddd 1px solid;
  box-sizing:border-box;
  margin-right:25px;
  margin-bottom:25px;
  position:relative;
}
#column #column_list li:nth-child(4) a,
#column #column_list li:nth-child(5) a,
#column #column_list li:nth-child(6) a {
  width:350px;
  height: 485px;
}
#column #column_list li:nth-child(1) a {
  height:525px;
}
#column #column_list li:nth-child(2) a,
#column #column_list li:nth-child(3) a,
#column #column_list li:nth-child(7) a,
#column #column_list li:nth-child(8) a,
#column #column_list li:nth-child(9) a,
#column #column_list li:nth-child(10) a {
  height:250px;
}
#column #column_list li:nth-child(2) a,
#column #column_list li:nth-child(3) a,
#column #column_list li:nth-child(6) a,
#column #column_list li:nth-child(8) a,
#column #column_list li:nth-child(10) a {
  margin-right:0;
}
#column #column_list li.business a:hover {
  color:#FF4D80;
}
#column #column_list li.technology a:hover {
  color:#084C61;
}
#column #column_list li.marketing a:hover {
  color:#FDB813;
}
#column #column_list li.web a:hover {
  color:#0099FF;
}
#column #column_list li .imgArea {
  overflow:hidden;
}
#column #column_list li:nth-child(1) .imgArea {
  height: 270px;
}
#column #column_list li:nth-child(4) .imgArea,
#column #column_list li:nth-child(5) .imgArea,
#column #column_list li:nth-child(6) .imgArea {
  height: 230px;
}
#column #column_list li:nth-child(2) .imgArea,
#column #column_list li:nth-child(7) .imgArea,
#column #column_list li:nth-child(8) .imgArea,
#column #column_list li:nth-child(3) .imgArea,
#column #column_list li:nth-child(9) .imgArea,
#column #column_list li:nth-child(10) .imgArea {
  width: 45%;
    height: 100%;
}
#column #column_list li:nth-child(2) .imgArea,
#column #column_list li:nth-child(7) .imgArea,
#column #column_list li:nth-child(8) .imgArea {
  float:left;
}
#column #column_list li:nth-child(3) .imgArea,
#column #column_list li:nth-child(9) .imgArea,
#column #column_list li:nth-child(10) .imgArea {
  float:right;
}
#column #column_list li .imgArea img {
  width:100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#column #column_list li:nth-child(1) .imgArea img{
  min-height: 270px;
  min-width:100%;
}
#column #column_list li:nth-child(4) .imgArea,
#column #column_list li:nth-child(5) .imgArea,
#column #column_list li:nth-child(6) .imgArea {
  min-height: 230px;
  min-width:100%;
}
#column #column_list li:nth-child(2) .imgArea img ,
#column #column_list li:nth-child(7) .imgArea img ,
#column #column_list li:nth-child(8) .imgArea img ,
#column #column_list li:nth-child(3) .imgArea img ,
#column #column_list li:nth-child(9) .imgArea img ,
#column #column_list li:nth-child(10) .imgArea img {
  width: auto;
    height: 100%;
}
#column #column_list li a:hover .imgArea img {
  opacity:1.0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  overflow:hidden;
}
#column #column_list li .tArea {
    padding: 20px;
    box-sizing: border-box;
}
#column #column_list li:nth-child(1) .tArea {
  padding:30px;
}
#column #column_list li:nth-child(2) .tArea,
#column #column_list li:nth-child(7) .tArea,
#column #column_list li:nth-child(8) .tArea,
#column #column_list li:nth-child(3) .tArea,
#column #column_list li:nth-child(9) .tArea,
#column #column_list li:nth-child(10) .tArea {
    width: 55%;
}
#column #column_list li:nth-child(2) .tArea,
#column #column_list li:nth-child(7) .tArea,
#column #column_list li:nth-child(8) .tArea {
  float:right;
}
#column #column_list li:nth-child(3) .tArea,
#column #column_list li:nth-child(9) .tArea,
#column #column_list li:nth-child(10) .tArea {
  float:left;
}
#column #column_list li .tArea .date {
  color: #666;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 3px;
}
#column #column_list li .tArea .date span {
  color: #fff;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
  margin-top: -2px;
    margin-left: 5px;
    padding: 4px 8px;
}
#column #column_list li.business .tArea .date span {
  background-color:#FF4D80;
}
#column #column_list li.technology .tArea .date span {
  background-color:#084C61;
}
#column #column_list li.marketing .tArea .date span {
  background-color:#FDB813;
}
#column #column_list li.web .tArea .date span {
  background-color:#0099FF;
}
#column #column_list li .tArea h3 {
  font-size:18px;
  margin-bottom:10px;
}
#column #column_list li:nth-child(1) .tArea h3 {
  font-size:21px;
}
#column #column_list li .tArea .txt {
  font-size:13px;
}
#column #column_list li:nth-child(1) .tArea .txt {
  font-size:16px;
}
#column #column_list li .tArea .more {
  width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: "Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    text-align: center;
    background-color: #333;
    padding: 5px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  position:absolute;
  bottom:20px;
}
#column #column_list li:nth-child(1) .tArea .more {
  width: 475.5px;
}
#column #column_list li:nth-child(2) .more,
#column #column_list li:nth-child(3) .more,
#column #column_list li:nth-child(7) .more,
#column #column_list li:nth-child(8) .more,
#column #column_list li:nth-child(9) .more,
#column #column_list li:nth-child(10) .more {
  width: 254px;
}
#column #column_list li:nth-child(4) .more,
#column #column_list li:nth-child(5) .more,
#column #column_list li:nth-child(6) .more {
  width:308px;
}
#column #column_list li a:hover .tArea .more {
  letter-spacing:0.1em;
}
#column #column_list li.business a:hover .tArea .more {
  background-color:#FF4D80;
}
#column #column_list li.technology a:hover .tArea .more {
  background-color:#084C61;
}
#column #column_list li.marketing a:hover .tArea .more {
  background-color:#FDB813;
}
#column #column_list li.web a:hover .tArea .more {
  background-color:#0099FF;
}

/*-- 詳細 --*/

#column #column_single {
  width: 100%;
    /*min-width: 1200px;*/
    background-color: #f5f5f5;
    margin: 3% auto;
}
#column #column_single .article_box {
  width: 1100px;
    background-color: #fff;
    border: #ddd 1px solid;
    box-sizing: border-box;
    padding: 50px 80px;
    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: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}
#column #column_single .article_box .ttlArea .date span {
  color: #fff;
    font-size: 14px;
    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: 26px;
}
#column #column_single .article_box .propArea {
  margin-bottom:50px;
}
#column #column_single .article_box .prof_box {
  float: left;
}
#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 {
    float:right;
  padding-top:35px;
}
#column #column_single .article_box .shareBtn ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

#column #column_single .article_box .tArea {
  font-size: 16px;
    margin-bottom: 50px;
}
#column #column_single .article_box .tArea h3 {
  font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
#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 {
  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: 18px;
  margin-bottom: 20px;
padding: 0 15px;
}
#column #column_single .article_box .tArea p {
  line-height: 1.8;
  margin-bottom:15px;
}
#column #column_single .article_box .tArea > p,
#column #column_single .article_box .tArea > ol{
  padding: 0 15px;
}
#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 {
  padding: 0 20px;
    margin:10px 0 20px;
}
#column #column_single .article_box .tArea .quotation_box dt {
  color: #555;
    font-weight: bold;
    text-align: right;
    margin-top: 8px;
}
#column #column_single .article_box .tArea .quotation_box dd {
  background: url(../Images/column/quotation.png) left 20px top 20px no-repeat #f5f5f5;
    background-size: 25px;
    padding: 25px 25px 25px 60px;
}
#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 {
  text-align:center;
  margin-bottom:45px;
}
#column #column_single .article_box .inner_img {
  text-align:center;
  margin:30px 0;
}
#column #column_single .article_box .top_img img,
#column #column_single .article_box .inner_img img {
  max-width: 800px;
}
#column #column_single .article_box .float_left,
#column #column_single .article_box .float_right {
  padding:0 20px;
}
#column #column_single .article_box .float_left img {
  float: left;
  text-align:center;
    max-width: 400px;
    margin: 0 20px 20px 0;
}
#column #column_single .article_box .float_right img {
  float: right;
  text-align:center;
    max-width: 400px;
    margin: 0 0 20px 20px;
}
#column #column_single .article_box #pageNav {
  border-top:#ddd 1px solid;
}
#column #column_single .cate_list h2.list_ttl {
  font-size:30px;
}
#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;
}
#column #column_single .cate_list ul {
  width:1100px;
  margin:0 auto;
}
#column #column_single .cate_list li a {
  float:left;
  width:350px;
  height: 485px;
  background-color:#fff;
  border:#ddd 1px solid;
  box-sizing:border-box;
  margin-right:25px;
  margin-bottom:25px;
  position:relative;
}
#column #column_single .cate_list li:last-child a {
  margin-right:0;
}
#column .article_business .cate_list li a:hover {
  color:#FF4D80;
}
#column .article_technology .cate_list li a:hover {
  color:#084C61;
}
#column .article_marketing .cate_list li a:hover {
  color:#FDB813;
}
#column .article_web .cate_list li a:hover {
  color:#0099FF;
}
#column #column_single .cate_list li .imgArea {
  overflow:hidden;
  height:230px;
}
#column #column_single .cate_list li .imgArea img {
  width:100%;
  min-width:348px;
  min-height:230px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#column #column_single .cate_list li a:hover .imgArea img {
  opacity:1.0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  overflow:hidden;
}
#column #column_single .cate_list li .tArea {
    padding: 20px;
    box-sizing: border-box;
}
#column #column_single .cate_list li .tArea .date {
  color: #666;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 3px;
}
#column #column_single .cate_list li .tArea .date span {
  color: #fff;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
  margin-top: -2px;
    margin-left: 5px;
    padding: 4px 8px;
}
#column .article_business .cate_list li .tArea .date span {
  background-color:#FF4D80;
}
#column .article_technology .cate_list li .tArea .date span {
  background-color:#084C61;
}
#column .article_marketing .cate_list li .tArea .date span {
  background-color:#FDB813;
}
#column .article_web .cate_list li .tArea .date span {
  background-color:#0099FF;
}
#column #column_single .cate_list li .tArea h3 {
  font-size:18px;
  margin-bottom:10px;
}
#column #column_single .cate_list li .tArea .txt {
  font-size:13px;
}
#column #column_single .cate_list li .tArea .more {
  width:308px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: "Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    text-align: center;
    background-color: #333;
    padding: 5px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  position:absolute;
  bottom:20px;
}
#column #column_single .cate_list li a:hover .tArea .more {
  letter-spacing:0.1em;
}
#column .article_business .cate_list li a:hover .tArea .more {
  background-color:#FF4D80 !important;
}
#column .article_technology .cate_list li a:hover .tArea .more {
  background-color:#084C61 !important;
}
#column .article_marketing .cate_list li a:hover .tArea .more {
  background-color:#FDB813 !important;
}
#column .article_web .cate_list li a:hover .tArea .more {
  background-color:#0099FF !important;
}

/*-------------------------------------
      会社概要
--------------------------------------*/

#company #mainimage {
  background: url(../Images/company/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#company h2 {
  width: 345px;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    border-bottom: #333 1px dotted;
    padding-bottom: 8px;
    margin: 0 auto 60px;
}
#company h2 span {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
}
#company #sec01 .sec01_inner {
  width:1000px;
  background-color:#084C61;
  margin:0 auto;
}
#company #sec01 .sec01_inner ul {
  width: 800px;
  padding: 75px 0;
  margin: 0 auto;
  display:flex;
  justify-content:center;
  align-items:stretch;
  flex-wrap:wrap;
}
#company #sec01 .sec01_inner li {
  float: left;
  width: 190px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
  padding: 30px;
  /*margin-right: 25px;*/
}
#company #sec01 .sec01_inner li:nth-child(2),
#company #sec01 .sec01_inner li:nth-child(3),
#company #sec01 .sec01_inner li:nth-child(5){
  margin-left:25px;
}
#company #sec01 .sec01_inner li:nth-child(n+4){
  margin-top:25px;
}
/*
#company #sec01 .sec01_inner li:nth-child(3),
#company #sec01 .sec01_inner li:nth-child(5) {
  margin-right:0;
}
#company #sec01 .sec01_inner li:nth-child(4) {
  margin-left: 153px;
}
#company #sec01 .sec01_inner li:nth-child(-n+3) {
  margin-bottom:25px;
}
*/
#company #sec01 .sec01_inner li h3 {
  color: #FE622E;
    font-size: 18px;
    line-height: 1.45;
  padding-top:74px;
    margin-bottom: 10px;
}
#company #sec01 .sec01_inner li.li_01 h3 {
  background:url(../Images/company/icon_01.png) top center no-repeat;
}
#company #sec01 .sec01_inner li.li_02 h3 {
  background:url(../Images/company/icon_02.png) top center no-repeat;
}
#company #sec01 .sec01_inner li.li_03 h3 {
  background:url(../Images/company/icon_03.png) top center no-repeat;
}
#company #sec01 .sec01_inner li.li_04 h3 {
  background:url(../Images/company/icon_04.png) top center no-repeat;
}
#company #sec01 .sec01_inner li.li_05 h3 {
  background:url(../Images/company/icon_05.png) top center no-repeat;
}
#company #sec02 {
  padding-bottom:120px;
}
#company #sec02 .sec02_inner {
  width:1100px;
  margin:0 auto;
}
#company #sec02 table {
  float:left;
  width:550px;
}
#company #sec02 table tr {
  border-bottom:#fff 3px solid;
}
#company #sec02 table tr.last {
  border-bottom:none;
}
#company #sec02 table th {
  width: 22%;
    text-align: left;
    background-color: rgba(253,174,57,0.4);
    border-right: #fff 3px solid;
    padding: 10px 15px;
}
#company #sec02 table td {
  line-height: 1.4;
    background-color: rgba(253,174,57,0.1);
    padding: 10px 15px;
}
#company #sec02 table td span {
  color:#999;
  font-size:12px;
  font-weight:bold;
}
#company #sec02 table td .tel {
  margin-bottom:5px;
}
#company #sec02 .imgArea {
  float: right;
    width: 500px;
    height: 546px;
    overflow: hidden;
}
#company #sec02 .imgArea img {
  height: 100%;
}
#company #gMap{
  width:100%;
  height:350px;
  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: 95%;
    background-color: #f5f5f5;
    margin: 0 auto 3%;
}
#privacy-policy #sec01 .sec01_inner {
  width: 990px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 65px 0;
    margin: 0 auto;
}
#privacy-policy #sec01 .top_txt {
  width: 800px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 50px;
}
#privacy-policy #sec01 dl {
  width: 800px;
  margin:0 auto;
}
#privacy-policy #sec01 dl dt {
  font-size: 18px;
    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: -5px 10px 0 0;
}
#privacy-policy #sec01 dl dd {
  padding: 0 20px;
    margin-bottom: 45px;
}
#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: 800px;
  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: 95%;
    background-color: #f5f5f5;
    margin: 0 auto 3%;
}
#sitemap #sec01 .sec01_inner {
  width: 990px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 65px 0;
    margin: 0 auto;
}
#sitemap #sec01 dl {
  width: 800px;
  margin:0 auto 25px;
}
#sitemap #sec01 dl dt {
    border-bottom: 2px solid #d1edff;
}
#sitemap #sec01 dl dt a {
  width: 790px;
    color: #666;
    font-size: 18px;
    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 {
  border-bottom: 2px solid #ffb69d;
  margin-bottom: 10px;
}
#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: 16px;
    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: 5px;
}
#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 #sec01{
  background:#fafafa;
  padding:70px 0;
}
#contact #sec01 .inner_box{
  width:900px;
  margin:0 auto;
}
#contact #sec01 .inner_box p{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
}
#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.text_red{
  margin-bottom:0;
  font-size:16px;
  color:#CD2924;
  padding: 30px 120px;
}
#contact #sec01 .tel_box{
  margin-bottom:50px;
}
#contact #sec01 .tel_box dt{
  float:left;
  background: #fe622e;
  font-weight:bold;
  color:#fff;
  line-height:1.35;
  padding:7px 15px;
  margin-right:15px;
}
#contact #sec01 .tel_box dd{
  font-size:50px;
  font-weight:bold;
  line-height:1.15;
}
#contact #sec01 .tel_box dd span{
  font-size:18px;
  margin-left:25px;
}
#contact .mfp_phase{
  margin-bottom:50px;
}
#contact #sec01 table{
  width: 100%;
  font-size: 16px;
}
#contact #sec01 table th,
#contact #sec01 table td{
  text-align:left;
  box-sizing:border-box !important;
  padding: 3em 0;
  border-bottom: 1px solid #ddd;
}
#contact #sec01 table tr:first-child th,
#contact #sec01 table tr:first-child td{
  border-top: 1px solid #ddd;
}
#contact #sec01 table th{
    padding-left: 10px;
    line-height: 1.35;
    width: 260px;
}
#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: 30px;
  width: 640px;
}
#contact #sec01 table td.short_mgb{
  margin-bottom: 15px;
}
#contact #sec01 table tr:last-child td{
  margin-bottom:0;
}
#contact #sec01 table td li{
  margin-bottom: 10px;
}
#contact #sec01 table td li:last-child{
  margin-bottom:0;
}
#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:15px;
  transition:.5s;
  font-size:15px;
}
#contact #sec01 table input[type=text].middle,
#contact #sec01 table input[type=email].middle,
#contact #sec01 table input[type=tel].middle{
  width: 80%!important;
}
#contact #sec01 table input[type=text].short{
  width: 40%!important;
}
#contavt #sec01 .inner_box .mail_red{
  coler:#CD2B26;
}
#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: none;
}
#contact .table_right{
  float:right;
}
#contact .mfp_buttons{
  text-align:center;
}
#contact button{
    background: #09f;
    border: none;
    padding: 13px 45px;
    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 #mainimage .cover h1 {
    color: #1CA4FF;
    font-weight: 500;
}
/*-内容確認画面-*/
#contact table#mfp_confirm_table{
  border-collapse: separate;
  border-spacing: 0 25px;
  width: 800px !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{
  display: table-cell !important;
  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;

  width: 30% !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-left: 15px;
}
/*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;
    font-size: 15px;
}
/* エラー箇所のフォーム部品を色つきで強調 */
.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 p.text_red {
    margin-bottom: 0;
    font-size: 16px;
    color: #CD2924;
  padding:30px 120px;
}

#estimate #mainimage .cover h1 {
    color: #FE622E;
    font-weight: 500;
}
#estimate #sec01{
  background:#fafafa;
  padding:70px 0;
}
#estimate #sec01 .inner_box{
  width:900px;
  margin:0 auto;
}
#estimate #sec01 .inner_box p{
  margin-bottom:20px;
  font-size:16px;
}
#estimate #sec01 .tel_box{
  margin-bottom:50px;
}
#estimate #sec01 .tel_box dt{
  float:left;
  background: #fe622e;
  font-weight:bold;
  color:#fff;
  line-height:1.35;
  padding:7px 15px;
  margin-right:15px;
}
#estimate #sec01 .tel_box dd{
  font-size:50px;
  font-weight:bold;
  line-height:1.15;
}
#estimate #sec01 .tel_box dd span{
  font-size:18px;
  margin-left:25px;
}
#estimate .mfp_phase{
  margin-bottom:50px;
}
#estimate #sec01 table{
  width:420px;
}
#estimate .mfp_phase{
  margin-bottom:50px;
}
#estimate #sec01 table{
  width:420px;
}
#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;
  margin-top: 5px;
}
#estimate #sec01 .last_dd{
  margin-bottom: 15px;
}
#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: 15px;
  transition:.5s;
  font-size:15px;
}
#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;
    padding: 13px 45px;
    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{
  border-collapse: separate;
  border-spacing: 0 25px;
  width: 800px !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{
  display: table-cell !important;
  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;
  width: 30% !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-left: 15px;
}

#contact #mainimage,
#estimate #mainimage,
#contact02 #mainimage,
#request #mainimage{
    background: url(../Images/privacy-policy/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#contact #mainimage .cover,
#contact02 #mainimage .cover,
#estimate #mainimage .cover,
#application #mainimage .cover,
#webtantou_form #mainimage .cover,
#request #mainimage .cover {
  padding: 30px;
}
#contact #mainimage .cover p,
#contact02 #mainimage .cover p,
#estimate #mainimage .cover p,
#application #mainimage .cover p,
#webtantou_form  #mainimage .cover p,
#request #mainimage .cover p {
    font-size: 50px;
    padding: 0 20px 10px;
    margin: 80px 0 10px;
}

#contact02{
  background: #FAFAFA;
}
#contact02 #crmWebToEntityForm.zcwf_lblTopBottom{
    padding: 50px 0;
}
#contact02 .zcwf_title{
    font-size: 24px;
    text-align: center;
}
#contact02 .zcwf_row{
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2em 0;
}
#contact02 .zcwf_row.nb{
  border-bottom: 0;
}
#contact02 .zcwf_col_lab{
  width: 30%;
  font-weight: 600;
}
#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: 60%;
}
#contact02 .zcwf_col_fld input[type=text],
#contact02 .zcwf_col_fld textarea{
  width: 100%;
  font-size: 16px;
  padding: 15px;
}
#contact02 .zcwf_col_fld #formsubmit  {
    background: #09f;
    border: none;
    padding: 13px 10px;
    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;
    width: 200px;
}
#contact02 .zcwf_col_fld #formsubmit:hover{
  background: #fff;
  color: #09f;
}
#contact02 .zcwf_col_fld .zcwf_button  {
    cursor: pointer;
    background: #ccc;
    border: none;
    padding: 13px 10px;
    font-size: 17px;
    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;
}


.pp_box > ul{
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 1.5em;
  font-size: 0.9em;
  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;
  font-size: 1.1em;
  margin: 2em 0 1.5em!important;
  flex-wrap: wrap;
}
.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 p.text_red {
    margin-bottom: 20px;
    font-size: 16px;
    color: #CD2924;
    padding:30px 0;
}
#application p.text_red img {
    margin:-5px 0 0 10px;
}
#application #mainimage {
    background: url(../Images/example/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#application #mainimage .cover h1 {
    font-size: 45px;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 80px;
}
#application #mainimage .cover p {
    display: none;
}
#application #sec01{
    background:#fafafa;
    padding:70px 0;
}
#application #sec01 .inner_box{
    width:900px;
    margin:0 auto;
}
#application #sec01 .inner_box p{
    margin-bottom:20px;
    font-size:16px;
}
#application #sec01 .inner_box p .font18{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}
#application #sec01 .tel_box{
    margin-bottom:50px;
}
#application #sec01 .tel_box dt{
    float:left;
    background: #fe622e;
    font-weight:bold;
    color:#fff;
    line-height:1.35;
    padding:7px 15px;
    margin-right:15px;
}
#application #sec01 .tel_box dd{
    font-size:50px;
    font-weight:bold;
    line-height:1.15;
}
#application #sec01 .tel_box dd span{
    font-size:18px;
    margin-left:25px;
}
#application .mfp_phase{
    margin-bottom:50px;
}
#application #sec01 table{
    width:420px;
}
#application .mfp_phase{
    margin-bottom:50px;
}
#application #sec01 table{
    width:420px;
}
#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;
    margin-top: 5px;
}
#application #sec01 .last_dd{
    margin-bottom: 15px;
}
#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: 15px;
    transition:.5s;
    font-size:15px;
}
#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;
    padding: 13px 45px;
    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;
    cursor: pointer;
}
#application .back{
    background: #ddd;
    color: #363636;
    border: solid 1px #808080;
    margin-left: 1em;
}
#application button:hover,
#application .btn_submit:hover{
    background:#fff;
    color: #fe622e;
}
#application .back:hover{
  background: #363636;
  color: #ddd;
}

/*-内容確認画面-*/
#application table#mfp_confirm_table{
    border-collapse: separate;
    border-spacing: 0 25px;
    width: 800px !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{
    display: table-cell !important;
    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;
    width: 30% !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-left: 15px;
}
/*-------------------------------------
            IT導入補助金申込みフォーム
--------------------------------------*/
#webtantou_form p.text_red {
    margin-bottom: 20px;
    font-size: 16px;
    color: #CD2924;
    padding:30px 0;
}
#webtantou_form p.text_red img {
    margin:-5px 0 0 10px;
}
#webtantou_form #mainimage {
    background: url(../Images/example/h1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#webtantou_form #mainimage .cover h1 {
    font-size: 45px;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 80px;
}
#webtantou_form #mainimage .cover p {
    display: none;
}
#webtantou_form #sec01{
    background:#fafafa;
    padding:70px 0;
}
#webtantou_form #sec01 .inner_box{
    width:900px;
    margin:0 auto;
}
#webtantou_form #sec01 .inner_box p{
    margin-bottom:20px;
    font-size:16px;
}
#webtantou_form #sec01 .inner_box p .font18{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}
#webtantou_form #sec01 .tel_box{
    margin-bottom:50px;
}
#webtantou_form #sec01 .tel_box dt{
    float:left;
    background: #fe622e;
    font-weight:bold;
    color:#fff;
    line-height:1.35;
    padding:7px 15px;
    margin-right:15px;
}
#webtantou_form #sec01 .tel_box dd{
    font-size:50px;
    font-weight:bold;
    line-height:1.15;
}
#webtantou_form #sec01 .tel_box dd span{
    font-size:18px;
    margin-left:25px;
}
#webtantou_form .mfp_phase{
    margin-bottom:50px;
}
#webtantou_form #sec01 table{
    width:420px;
}
#webtantou_form .mfp_phase{
    margin-bottom:50px;
}
#webtantou_form #sec01 table{
    width:420px;
}
#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;
    margin-top: 5px;
}
#webtantou_form #sec01 .last_dd{
    margin-bottom: 15px;
}
#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: 15px;
    transition:.5s;
    font-size:15px;
}
#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;
    padding: 13px 45px;
    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;
    cursor: pointer;
}
#webtantou_form .back{
    background: #ddd;
    color: #363636;
    border: solid 1px #808080;
    margin-left: 1em;
}
#webtantou_form button:hover,
#webtantou_form .btn_submit:hover{
    background:#fff;
    color: #fe622e;
}
#webtantou_form .back:hover{
  background: #363636;
  color: #ddd;
}

/*-内容確認画面-*/
#webtantou_form table#mfp_confirm_table{
    border-collapse: separate;
    border-spacing: 0 25px;
    width: 800px !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{
    display: table-cell !important;
    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;
    width: 30% !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-left: 15px;
}

/*-------------------------------------
    お問い合わせ送信完了
--------------------------------------*/

#thanks #sec01{
  text-align:center;
  min-height:300px;
  font-size:18px;
  padding:70px 0;
  background:#fafafa;
}
#thanks .btn_01{
  margin-top:45px;
}
#thanks .btn_01 a{
    background: #09f;
    border: none;
    padding: 13px 55px 13px 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 #mainimage {
    height: auto;
    display: table;
}
#thanks #mainimage .cover {
    padding: 30px;
}
#thanks #mainimage .cover p {
    font-size: 50px;
    padding: 0 20px 10px;
    margin: 80px 0 10px;
}
#thanks #mainimage .cover {
    padding: 30px;
}
#thanks #mainimage .cover p {
    font-size: 50px;
    padding: 0 20px 10px;
    margin: 80px 0 10px;
}
#thanks.application_thanks #mainimage .cover h1 {
    color: #FFF;
    font-weight: 500;
    font-size: 36px;
    padding: 0 20px 10px;
    margin: 100px 0 30px;
    border-bottom: #fff 1px solid;
    display: inline-block;
    letter-spacing: 0.08em;
    line-height: 1;
}
#thanks.application_thanks #mainimage .cover p {
    display: none;
}
/*=================================================
  it_package　CMSパッケージ
=================================================*/
#it_package .sec_inner{
  width: 1100px;
  margin: 0 auto;
}
#it_package #mainimage{
  width: 100%;
  min-height: 600px !important;
  padding-top: 79px;
}
#it_package #mainimage img{
  width: 100%;
  height: auto;
}
#it_package #sec_01{
  padding: 0 0 90px;
}
#it_package #sec_01 .ttl_01{
  color: #fff;
  font-size: 24px;
  text-align: center;
    background-color: #0081b2;
    padding: 5px 0;
  margin-bottom: 30px;
}
#it_package #sec_01 table{
  width: 90%;
    margin: 0 auto;
}
#it_package #sec_01 table tr{
  border-bottom: 1px solid #ddd;
}
#it_package #sec_01 table th{
  width: 25%;
  font-size: 18px;
}
#it_package #sec_01 table th span{
  font-size: 40px;
    margin-right: 10px;
}
#it_package #sec_01 table td{
  width: 75%;
  font-size: 16px;
  line-height: 1.7;
  padding: 18px 0;
}
#it_package #sec_01 table td span{
  font-size: 18px;
  font-weight: bold;
}
#it_package #sec_01 table tr:nth-child(1) th,
#it_package #sec_01 table tr:nth-child(1) td span{
  color: #ea5529;
}
#it_package #sec_01 table tr:nth-child(2) th,
#it_package #sec_01 table tr:nth-child(2) td span{
  color: #66ad3f;
}
#it_package #sec_01 table tr:nth-child(3) th,
#it_package #sec_01 table tr:nth-child(3) td span{
  color: #e070a1;
}
#it_package #sec_01 table tr:nth-child(4) th,
#it_package #sec_01 table tr:nth-child(4) td span{
  color: #325a8d;
}
#it_package #sec_02{
  background-color: #f5f5f5;
    padding: 70px 0 90px;
}
#it_package #sec_02 .ttl_box{
  margin-bottom: 50px;
  text-align: center;
}
#it_package #sec_02 .ttl_01{
    font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
}
#it_package #sec_02 .ttl_01 span{
    font-family: 'franklin gothic Heavy', 'Osaka', 'MS PGothic', sans-serif;
    font-size: 45px;
  }
#it_package #sec_02 .works_list{
  background-color: #fff;
  padding: 25px 5px;
}
#it_package #sec_02 .works_list li{
  float: left;
    text-align: center;
  width: 33%;
  padding: 35px 0px;
}
#it_package #sec_02 .works_list li a{
  width: 100%;
    box-sizing: border-box;
}
#it_package #sec_02 .works_list li .imgArea {
    margin: 0 auto 30px;
}
#it_package #sec_02 .works_list li .imgArea img{
  height: 200px;
  transition: .3s ease-in-out;
}
#it_package #sec_02 .works_list li dl {
    line-height: 1;
}
#it_package #sec_02 .works_list li dl dt {
    font-size: 17px;
    font-weight: 600;
  color: #343434;
    margin-bottom: 8px;
}
#it_package #sec_02 .works_list li dl dd {
  font-size: 16px;
    color: #0099FF;
}
#it_package #sec_02 .works_list li:hover dt{
  color: #FE622E;
}
#it_package #sec_02 .works_list li:hover .imgArea img {
    opacity: 1.0;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
#it_package #sec_03{
  display: none;
  background-color: #0081b2;
  color: #fff;
  padding: 50px 0;
}
#it_package #sec_03 ul{
  padding: 30px 0;
}
#it_package #sec_03 .left_box,
#it_package #sec_03 .right_box{
  float: left;
  box-sizing: border-box;
  width: 45%;
}
#it_package #sec_03 .left_box{
  margin-left: 58px;
}
#it_package #sec_03 .right_box{
  border-left: 1px solid #fff;
}
#it_package #sec_03 .left_box .ttl_01,
#it_package #sec_03 .left_box .text,
#it_package #sec_03 .right_box .ttl_01,
#it_package #sec_03 .right_box .text{
  float: left;
}
#it_package #sec_03 .ttl_01{
  color: #f5f085;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 24px;
  padding-right: 20px;
}
#it_package #sec_03 .right_box .ttl_01{
  padding-left: 61px;
}
#it_package #sec_03 .text{
  font-size: 18px;
  vertical-align: middle;
  padding: 0 20px;

}
#it_package #sec_03 .left_box .text span{
  font-size: 16px;
}
#it_package #sec_03 .under_box{
  border-top: 1px solid #fff;
  padding-left: 58px;
}
#it_package #sec_03 .under_box .ttl_01{
  padding-right: 55px;
}
#it_package #sec_03 .under_box li{
  float: left;
}
#it_package #sec_03 .under_box li:nth-child(n+2){
  border-left: 1px dashed #fff;
}
#it_package #sec_03 .under_box .date{
  font-size: 18px;
  padding: 0 55px;
}
#it_package #sec_03 .under_box .date span{
  font-size: 35px;
}
/*-------------------------------------
      IT導入補助金について
--------------------------------------*/
#it_hojokin #mainimage {
    background: url(../Images/it_hojokin/it_bg.png) center center no-repeat;
    background-size: cover;
}
#it_hojokin #mainimage .cover {
  background: none;
}
#it_hojokin #mainimage .cover h1 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 80px;
}
#it_hojokin #mainimage .cover p {
    display: none;
}
#it_hojokin .sec_inner{
  width: 1000px;
  margin: 0 auto;
}
#it_hojokin #sec01{
  background-image: url(../Images/it_hojokin/sec01_01.jpg);
  background-size: cover;
  background-position: center;
  height: 700px;
  padding: 100px 0 70px;
}
#it_hojokin #sec01 .img_box{
  margin-bottom: 70px;
}
#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{
    background: rgba(243,243,243,0.7);
  padding: 80px 0 40px;
}
#it_hojokin #sec01 .cts_box01 .ttl_01{
  text-align: center;
    font-size: 36px;
  font-weight: bold;
    margin-bottom: 20px;
}
#it_hojokin #sec01 .cts_box01 .text_box{
  width: 850px;
    font-size: 18px;
    margin: 0 auto 45px;
}
#it_hojokin #sec01 .cts_box02{
  background: #0297e0;
  padding: 20px 0;
}
#it_hojokin #sec01 .cts_box02 ul{
  margin-left: 44px;
}
#it_hojokin #sec01 .cts_box02 li{
  float: left;
}
#it_hojokin #sec01 .cts_box02 li a{
  display: block;
}
#it_hojokin #sec01 .cts_box02 .left{
  width: 392px;
    border-right: #b5d3ea solid 1px;
  padding-right: 50px;
}
#it_hojokin #sec01 .cts_box02 .right{
  width: 463px;
  padding-left: 50px;
}
#it_hojokin #sec02 .sec_inner{
  padding: 90px 0 0;
}
#it_hojokin #sec02 .sec_ttl{
  font-size: 38px;
    font-weight: bold;
    text-align: center;
  margin-bottom: 30px;
}
#it_hojokin #sec02 .sec_ttl span{
  display: block;
    font-size: 22px;
}
#it_hojokin #sec02 .tab{
  margin-bottom: 50px;
}
#it_hojokin #sec02 .tab li{
  position: relative;
    display: table-cell;
    width: 270px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-left: 4px solid rgb(177, 177, 149);
    border-top: 4px solid rgb(177, 177, 149);
    border-bottom: 4px solid rgb(177, 177, 149);
}
#it_hojokin #sec02 .tab li:first-child{
  border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}
#it_hojokin #sec02 .tab li:last-child{
  border-right: 4px solid #b1b195;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
}
#it_hojokin #sec02 .tab li a{
  display: block;
    padding: 18px 0px 29px;
}
#it_hojokin #sec02 .tab li:hover{
  background: #ea5529;
}
#it_hojokin #sec02 .tab li:hover a,
#it_hojokin #sec02 .tab li:hover .fa-chevron-down{
  color: #fff;
}
#it_hojokin #sec02 .tab .fa-chevron-down{
  position: absolute;
    left: calc(50% - 9px);
    top: 43px;
    color: #b1b195;
    font-size: 89%;
}
#it_hojokin #sec02 .ttl_box{
  display: table;
}
#it_hojokin #sec02 .ttl_01{
  color: #0297e0;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 25px;
    padding-left: 81px;
    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: 90px;
  margin-top: -100px;
    padding-top: 100px;
}
#it_hojokin #sec02 .sec_box_inner{
  width: 1000px;
  margin: 0 auto;
}
#it_hojokin #sec02 .ttl_box{
  margin-bottom: 35px;
}
#it_hojokin #sec02 .text_box{
  position: relative;
    line-height: 1.6;
    border-left: 3px solid #0097e0;
    font-size: 19px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 0 10px;
}
#it_hojokin #sec02 .text_box span{
  color: #ea5529;
}
#it_hojokin #sec02 #sec_box01 table{
  width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    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: 28%;
}
#it_hojokin #sec02 #sec_box01 table thead .w40{
  width: 36%;
}
#it_hojokin #sec02 #sec_box01 table tbody th{
    color: #235c80;
  font-weight: bold;
  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;
    width: 1000px;
    text-align: center;
}
#it_hojokin #sec02 #sec_box01 .link_box a{
  display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 40px;
}
#it_hojokin #sec02 #sec_box01 .link_box:hover{
  background: #fff;
  border: 2px solid #ea5529;
}
#it_hojokin #sec02 #sec_box01 .link_box:hover a,
#it_hojokin #sec02 #sec_box01 .link_box:hover .icon{
  color: #ea5529;
}
#it_hojokin #sec02 #sec_box01 .link_box .icon{
  margin-left: 10px;
}
#it_hojokin #sec02 #sec_box02{
  background: #f3f3f3;
  padding: 80px 0;
}
#it_hojokin #sec02 #sec_box02 .cts_box .left_box{
  float: left;
    width: 50%;
}
#it_hojokin #sec02 #sec_box02 .cts_box .left_box .text_box02{
  font-size: 16px;
}
#it_hojokin #sec02 #sec_box02 .cts_box .img_box{
  float: left;
    width: 40%;
    margin-left: 100px;
}
#it_hojokin #sec02 #sec_box02 .cts_box .img_box img{
  width: 100%;
}

#it_hojokin #sec02 #sec_box03{
  padding: 80px 0;
}
#it_hojokin #sec02 #sec_box03 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

#it_hojokin #sec02 #sec_box03 .wrap_key .k_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
#it_hojokin #sec02 #sec_box03 .table_key {
  display: table;
  width: 100%;
}
#it_hojokin #sec02 #sec_box03 .table_key > * {
  display: table-cell;
  vertical-align: middle;
}
#it_hojokin #sec02 #sec_box03 .table_key .key_contents {
  width: 42%;
}
#it_hojokin #sec02 #sec_box03 .table_key .key_contents .k_title {
  margin-bottom: 30px;
}
#it_hojokin #sec02 #sec_box03 .table_key .key_contents .k_text + .k_text {
  margin-top: 20px;
}
#it_hojokin #sec02 #sec_box03 .table_key .key_contents .k_deco {
  margin-top: 30px;
}
#it_hojokin #sec02 #sec_box03 .table_key .key_img {
  padding-left: 30px;
}
#it_hojokin #sec02 #sec_box03 .table_key .key_img > img {
  margin-left: auto;
}


#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .p_title {
  margin-bottom: 15px;
  padding: 5px 10px;
  background-color: #008dcb;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  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: 33.3333%;
  min-height: 280px;
  padding: 45px 15px;
  border-bottom: 1px solid #aca8a7;
  text-align: center;
  box-sizing: border-box;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .flex_pack > .item:nth-child(3n+2)::before {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 30px;
  width: 1px;
  background-color: #aca8a7;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .flex_pack > .item:nth-child(3n+2)::after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  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;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .flex_pack > .item .p_option {
  margin: 25px auto 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}

#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .wrap_option {
  position: relative;
  margin-top: 45px;
  padding: 30px 45px;
  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: 70%;
  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: 70%;
  height: 3px;
  background-color: #fff;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .wrap_option .o_title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  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: 33.3333%;
  margin-top: 10px;
  padding: 0 15px;
  font-size: 16px;
  box-sizing: border-box;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .wrap_option .ul_check > li > span {
  position: relative;
  display: block;
  padding: 10px;
  padding-left: 33px;
  border-bottom: 1px dotted #aca8a7;
  font-size: 16px;
}
#it_hojokin #sec02 #sec_box03 .wrap_pack .p_inner .wrap_option .ul_check > li > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  margin: auto;
  width: 26px;
  height: 24px;
  background: url('../Images/ec_package/ec_icon_check.png') left center/contain no-repeat;
}





#it_hojokin #sec02 #sec_box04{
    background: #f1f8fb;
    padding: 80px 0;
}
#it_hojokin #sec02 #sec_box04 .overview-table__tr{
    display: table;
    table-layout: fixed;
    width: 100%;
  border-top: #C0C0C0 1px solid;
    border-bottom: #C0C0C0 1px solid;
}
#it_hojokin #sec02 #sec_box04 .overview-table--lv2 .overview-table__th{
    width: 120px;
}
#it_hojokin #sec02 #sec_box04 .overview-table__th{
    display: table-cell;
    vertical-align: middle;
    border-left: #C0C0C0 1px solid;
    width: 241px;
    text-align: center;
    padding: 0 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    background: #f4f4f4;
}
#it_hojokin #sec02 #sec_box04 .overview-table__tr .overview-table__th--short {
    width: 12%;
    border-left: none;
    border-right: #C0C0C0 1px solid;
    font-size: 90%;
    background: #fff;
}
#it_hojokin #sec02 #sec_box04 .overview-table__td{
    display: table-cell;
  font-size: 16px;
    vertical-align: middle;
    border-left: #C0C0C0 1px solid;
}
#it_hojokin #sec02 #sec_box04 .overview-table__tr .overview-table__tr:first-child{
    border-top: none;
}
#it_hojokin #sec02 #sec_box04 .overview-table__tr .overview-table__tr{
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: none;
    border-top: #C0C0C0 1px solid;
}
#it_hojokin #sec02 #sec_box04 .overview-table__tr .overview-table__tr .overview-table__th{
    border-left: none;
}
#it_hojokin #sec02 #sec_box04 .overview-table__tr .overview-table__td--short {
    width: 80%;
    border-left: none;
}
#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-top: #C0C0C0 1px solid;
}
#it_hojokin #sec02 #sec_box04 .overview-table__td-col-sub{
    display: table-cell;
    vertical-align: middle;
    border-right: #C0C0C0 1px solid;
    width: 25%;
    text-align: center;
    padding: 10px 10px;
}
    #it_hojokin #sec02 #sec_box04 .overview-table__td-col-sub.small {
        width: 12%;
    }
#it_hojokin #sec02 #sec_box04 .overview-table__td-col-main{
    display: table-cell;
    vertical-align: middle;
    border-right: #C0C0C0 1px solid;
    width: 74%;
    padding: 15px 40px;
}
#it_hojokin #sec02 #sec_box04 .overview-table__td-col-main .strike{
  text-decoration: line-through;
}
#it_hojokin #sec02 #sec_box05{
  padding: 90px 0 60px;
}
#it_hojokin #sec02 #sec_box05 .flow li{
  display: block;
    position: relative;
    padding: 25px 0 25px 40px;
    margin-bottom: 30px;
    background-color: #f2f2f2;
    border: solid 1px #c0bfbf;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
}
#it_hojokin #sec02 #sec_box05 .flow .icon_box{
  display: inline-block;
    width: 40px;
    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: 22px;
  font-weight: bold;
    vertical-align: -webkit-baseline-middle;
}
#it_hojokin #sec02 #sec_box05 .flow li p{
  font-weight: 500;
  padding-left: 54px;
}
#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: 30px 0;
}
#it_hojokin #sec02 #sec_box06 .cts_box ul{
  margin-left: 24px;
}
#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: 392px;
    border-right: #b5d3ea solid 1px;
  padding-right: 50px;
}
#it_hojokin #sec02 #sec_box06 .cts_box .right{
  width: 438px;
  padding-left: 50px;
}

/*-----------2020------------------*/
#it_hojokin2020 #sec01 .cts_box01 .text_box {
  font-size: 20px;line-height: 2;
}
#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:1.5em;  
}
#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 {
    background: none;
}
#it_hojokin2020 #mainimage .cover h1,
#it_hojokin2021 #mainimage .cover h1,
#it_hojokin2021-2 #mainimage .cover h1,
#it_hojokin2022 #mainimage .cover h1 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 80px;
}
#it_hojokin2020 #mainimage .cover h1 img,
#it_hojokin2021 #mainimage .cover h1 img,
#it_hojokin2021-2 #mainimage .cover h1 img,
#it_hojokin2022 #mainimage .cover h1 img{
    width: 590px;
}
#it_hojokin2020 #sec_box01 ul.target{
  margin-bottom:2.5em;
}
#it_hojokin2020 #sec_box01 ul.target li{
  margin-bottom:1.5em;
}
#it_hojokin2020 #sec_box01 ul.target li p{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 0.3em;
}
#it_hojokin2020 #sec_box01 ul.target li:last-child{
  margin-bottom:0;
}
#it_hojokin2020 #sec_box01 ul.target li span{
    font-size: 16px;
    padding-left: 2.5em;
}
#it_hojokin2020 #sec02 #sec_box01 .link_box{
  background: #1ca4ff;
  border: 2px solid #1ca4ff;
  width: 1000px;
  text-align: center;
}
@media print, screen and (min-width: 768px){
  #it_hojokin2020 #sec02 #sec_box01 .link_box:hover {
      background: #fff;
      border: 2px solid #1ca4ff;
  }
}
@media print, screen and (min-width: 768px){
  #it_hojokin2020 #sec02 #sec_box01 .link_box:hover a, 
  #it_hojokin2020 #sec02 #sec_box01 .link_box:hover .icon {
      color: #1ca4ff;
  }
}
#it_hojokin2020 #sec02 .sec_inner {
    padding: 1250px 0 0;
}
#it_hojokin2020 #sec_box01 .annotation{
    margin-bottom: 2em;
}
#it_hojokin2020 #sec02 #sec_box03 .wrap_pack .p_inner .wrap_option .ul_check > li {
    width: 100%;
}
#it_hojokin2020 #sec02 #sec_box01 table{
  width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
  box-sizing: border-box;
    border: 2px solid #5fa0c8;
}
#it_hojokin2020 #sec02 #sec_box01 table thead th{
  padding: 15px;
    text-align: center;
    border: 1px solid #5fa0c8;
    background: #f4f4f4;
}
#it_hojokin2020 #sec02 #sec_box01 table thead .w20{
  width: 46%;
}
#it_hojokin2020 #sec02 #sec_box01 table thead .w40{
  width: 36%;
}
#it_hojokin2020 #sec02 #sec_box01 table tbody th{
    color: #235c80;
  font-weight: bold;
  padding: 15px;
    border: 1px solid #5fa0c8;
}
#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 tbody .no:before{
  content:counter(num);
  font-weight:bold;
  color:#235c80;
}
#it_hojokin2020 #sec02 #sec_box01 table tbody span{
  font-size: 13px;
  display: block;
}
#it_hojokin2020 #sec02 #sec_box01-2{
  padding: 0 0 80px 0;
}
#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: 36px;
    color: #fff;
    line-height: 1.3;
}
#it_hojokin2020 #sec02 #sec_box01-2 .wrap_option {
    position: relative;
    margin-top: 2em;
    padding: 30px 45px;
    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: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    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: 16px;
    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: 16px;
}
#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: 26px;
  height: 24px;
  background: url('../Images/ec_package/ec_icon_check.png') left center/contain no-repeat;
}

#it_hojokin2020 #sec02 #sec_box02 .cts_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#it_hojokin2020 #sec02 #sec_box02 .cts_box .left_box {
    float: none;
    width: 60%;
}
#it_hojokin2020 #sec02 #sec_box02 .cts_box .left_box .ttl_box h3{
    letter-spacing:-0.1px;
}
#it_hojokin #sec02 #sec_box02 .cts_box .left_box .ttl_box{
  margin-bottom: 20px;
}
#it_hojokin2020 #sec02 #sec_box02 .cts_box .img_box {
    float: none;
    width: 34%;
    margin-left: 0;
}
#it_hojokin2020 #sec02 #sec_box02 h4{
  font-size: 18px;
  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: 20px;
}
#it_hojokin2020 #sec02 #sec_box02 .txt ul.about{
  margin-bottom:1em;
}
#it_hojokin2020 #sec02 #sec_box02 .txt ul.about li{
  padding-left:1em;
  margin-right: 0.5em;
  max-width: 100%;
  font-size: 16px;
  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: 13px;
}
#it_hojokin2020 #sec02 #sec_box02 p span {
    font-size: 18px;
    font-weight: 700;
}
#it_hojokin2020 #sec02 #sec_box02 .link_box{
    max-width: 650px;
    text-align: center;
    width: 100%;
}
#it_hojokin2020 #sec02 #sec_box02 .link_box a{
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 40px;
  background: #1ca4ff;
  border: 2px solid #1ca4ff;
}
#it_hojokin2020 #sec02 #sec_box02 .link_box a:hover{
  background: #fff;
  border: 2px solid #1ca4ff;
  color: #1ca4ff;
}
#it_hojokin2020 #sec02 #sec_box03 .txt{
    margin-bottom: 1em;
    font-size: 18px;
}
#it_hojokin2020 #sec02 #sec_box03 li{
  padding-left: 1.2em;
  position: relative;
  padding: 0.5em 0 0.5em 1.2em;
  font-size: 16px;
}
#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 .in_list{
    margin-bottom: 2.5em;
    font-size: 16px;
}
#it_hojokin2020 #sec02 #sec_box03 .in_list_02{
    border: solid 10px #f6f6f6;
    padding: 40px;
    margin-bottom: 3em;
}
#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_box04 .overview-table__td-col-sub {
    width: 40%;
}
#it_hojokin2020 #sec02 #sec_box04 .overview-table__td-col-main {
    width: 59%;
}
#it_hojokin2020 #sec_box05-2 {
  padding-bottom: 60px;
}
#it_hojokin2020 #sec_box05-2 .txt{
    font-size: 18px;
    margin-bottom: 1em;
}
#it_hojokin2020 #sec_box05-2 h4 {
  font-size: 24px;
  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: 1000px;
  margin: 0 auto;
  margin-top: 40px;
  border: solid 10px #f6f6f6;
  padding: 40px;
}
#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: 18px;
  margin-bottom: 0.5em;
}
#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: 1em;
}


#it_hojokin2020 .inquiry{
    background: #0097e0;
    padding: 50px 0;
}
#it_hojokin2020 #intro_03.inquiry{
    background: #bae4f8;
}
#it_hojokin2020 .inquiry .container{
    width: 1000px;
    margin: 0 auto;
}
#it_hojokin2020 .inquiry .h_ttl01 {
  color: #ffff00;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .75em;
}
#it_hojokin2020 #intro_03.inquiry .h_ttl01{
  color: #333333;
}

#it_hojokin2020 .inquiry p {
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-bottom: 1.2em;
    font-size: 18px;
}
#it_hojokin2020 .inquiry ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#it_hojokin2020 #intro_03.inquiry ul{
  justify-content: space-between;
  width: 70%;
  margin: auto;
}
#it_hojokin2020 .inquiry ul li.tel {
  line-height: 1;
  position:relative;
  padding-left: 80px;
}
#it_hojokin2020 .inquiry ul li.tel:before{
  content:"";
  background: url(../Images/common/icon_tel.png) no-repeat;
  background-size:contain;
  width: 68px;
  height: 68px;
  display:block;
  position:absolute;
  left:0;
  bottom: -1px;
  vertical-align: 3px;
}
#it_hojokin2020 .inquiry ul li.tel h3 {
  font-size: 18px;
  text-align: left;
  color: #fff;
  margin-bottom: .5em;
}
@media (min-width: 768px) {
  #it_hojokin2020 .inquiry ul li.tel .tel_link a {
    pointer-events: none;
    /* padding-left: 60px; */
  }
}
#it_hojokin2020 .inquiry ul li.mail {
  padding-left: 0;
  margin-left: 60px;
  /* border-left: solid 1px #fff; */
}
#it_hojokin2020 #intro_03.inquiry ul li.mail{
  margin-left: 0;
  padding-left: 0;
}
#it_hojokin2020 .inquiry ul li.mail .button a {
    width: 300px;
    padding-left: 1em !important;
    padding-right: 1em !important;
    box-sizing: border-box;
    background: #fff;
    color: #0097e0;
    padding: 1.5em 5.45em;
    border-radius: 5em;
    font-weight: 600;
    font-size: 18px;
}
#it_hojokin2020 .inquiry ul li.mail .button {
    text-align: center;
    line-height: 1;
}
#it_hojokin2020 .inquiry ul li.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_hojokin2021 #mainimage {
    background: url(../Images/it_hojokin/it_bg.png) center center no-repeat;
    background-size: cover;
}

#it_hojokin2020 .request a{
    background: #fe622e;
    margin-top: 3em;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    padding: 1.3em 1em;
    border: 2px solid #fe622e;
    transition-duration: 0.3s;
}
#it_hojokin2020 .request a:hover{
  color:#fe622e ;
  background: #fff;
}
#it_hojokin2020 .request a span{
  color: #faff37;
  font-size: 1.2em;
  transition-duration: 0.3s;
}
#it_hojokin2020 .request a:hover span{
  color:#fe622e ;
}

/*----------------------------------*/
#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;
  padding-bottom: 0;
}
#it_hojokin.about .trouble{
  background: #F1F8FB;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0.5em;
}
#it_hojokin.about .trouble .inner{
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}
#it_hojokin.about .c-ttl01{
  font-size: 36px;
  text-align: center;
  margin-bottom: 0.5em;
}
#it_hojokin.about .ttl_02{
  font-size: 24px;
  margin-bottom: 0.5em;
}
#it_hojokin.about .trbl_list{
  background: #fff;
  max-width: 1000px;
  margin: auto;
  width: 77%;
  padding: 1.5em 2em;
  text-align: left;
}
#it_hojokin.about .trbl_list li{
  position: relative;
  padding-left: 2em;
  width: 100%;
  font-size: 26px;
  font-weight: 600;
}
#it_hojokin.about .trbl_list li:nth-child(n+2){
  margin-top: 1.5em;
}
#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 0;
}
#it_hojokin.about .exam{
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#it_hojokin.about .exam li{
  background: #fff;
  width: 32%;
  padding: 2em;
  box-sizing: border-box;
  text-align:center;
}
#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: 0px 0 0;
}
#it_hojokin.about #sec_box03 .sec_box_inner > p{
    font-size: 20px;
    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: 20px;
    color: #fe622e;
    text-decoration: underline;
    display: block;
    margin-top: 0.3em;
    word-break: break-all;
}
@media print, screen and (min-width: 768px){
  #it_hojokin.about #sec_box03 .box a:hover{
    text-decoration: none;
  }
}
#it_hojokin.about #sec_box03 span{
    margin-top: -2rem;
    margin-bottom: 2rem;
    display: block;
}
#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: 24px;
  font-weight: 600;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 2em;
}
#it_hojokin.about .faq dd{
  margin-bottom: 2em;
  font-size: 18px;
  background: #fff;
  padding: 2em 2em 2em 3.8em;
  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: 1.5em;
  top: 1.9em;
}
#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;
}
#it_hojokin.about .faq dd a:hover{
  text-decoration: none;
}

/*-----------2022------------------*/
#it_hojokin2022 #sec02 #sec_box02 .cts_box .img_box{
    width: 28%;
}
#it_hojokin2022 #sec02 #sec_box02 .cts_box .left_box{
    width: 68%;
}
#it_hojokin2022 #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_hojokin2020 #it_hojokin #sec02 #sec_box04 .ttl_01:before{
  content: '03';
}
#it_hojokin2020 #it_hojokin #sec02 #sec_box05 .ttl_01:before{
  content: '04';
}

/*=================================================
  EC_package　ECパッケージ
=================================================*/
#ec_package #header,
#ec_package #footer {
  display: none;
}

#ec_package .wrap_ec {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}
#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: 20px solid #008dcb;
  background: url('../Images/ec_package/bg_key.jpg') center top/contain no-repeat;
}
#ec_package .wrap_key .k_inner {
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 15px;
}
#ec_package .table_key {
  display: table;
  width: 100%;
}
#ec_package .table_key > * {
  display: table-cell;
  vertical-align: middle;
}
#ec_package .table_key .key_contents {
  width: 42%;
}
#ec_package .table_key .key_contents .k_title {
  margin-bottom: 30px;
}
#ec_package .table_key .key_contents .k_text + .k_text {
  margin-top: 20px;
}
#ec_package .table_key .key_contents .k_deco {
  margin-top: 30px;
}
#ec_package .table_key .key_img {
  padding-left: 30px;
}
#ec_package .table_key .key_img > img {
  margin-left: auto;
}


#ec_package .wrap_pack .p_inner {
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 90px;
}
#ec_package .wrap_pack .p_inner .p_title {
  margin-bottom: 15px;
  padding: 5px 10px;
  background-color: #008dcb;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  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: 33.3333%;
  min-height: 280px;
  padding: 45px 15px;
  border-bottom: 1px solid #aca8a7;
  text-align: center;
}
#ec_package .wrap_pack .p_inner .flex_pack > .item:nth-child(3n+2)::before {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 30px;
  width: 1px;
  background-color: #aca8a7;
}
#ec_package .wrap_pack .p_inner .flex_pack > .item:nth-child(3n+2)::after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  width: 1px;
  background-color: #aca8a7;
}
#ec_package .wrap_pack .p_inner .flex_pack > .item .p_icon {
  margin-left: auto;
  margin-right: auto;
}
#ec_package .wrap_pack .p_inner .flex_pack > .item .p_option {
  margin: 25px auto 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}

#ec_package .wrap_pack .p_inner .wrap_option {
  position: relative;
  margin-top: 45px;
  padding: 30px 45px;
  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: 70%;
  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: 70%;
  height: 3px;
  background-color: #fff;
}
#ec_package .wrap_pack .p_inner .wrap_option .o_title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  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: 33.3333%;
  margin-top: 10px;
  padding: 0 15px;
  font-size: 16px;
}
#ec_package .wrap_pack .p_inner .wrap_option .ul_check > li > span {
  position: relative;
  display: block;
  padding: 10px;
  padding-left: 33px;
  border-bottom: 1px dotted #aca8a7;
  font-size: 18px;
}
#ec_package .wrap_pack .p_inner .wrap_option .ul_check > li > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  margin: auto;
  width: 26px;
  height: 24px;
  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 {
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 15px;
}
#ec_package .wrap_work .w_inner .w_title {
  position: relative;
  padding-bottom: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  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: 5px;
  background-color: #000;
}
#ec_package .wrap_work .w_inner .w_title > .jp {
  display: block;
  margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
#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: -15px;
  margin-right: -15px;
}
#ec_package .wrap_work .w_inner .flex_work > .site {
  flex-basis: auto;
  width: 33.3333%;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
#ec_package .wrap_work .w_inner .flex_work > .site > a {
  display: block;
  height: 100%;
  padding: 15px 30px;
  text-align: center;
  font-weight: 700;
}
#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 {
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px;
}
#ec_package .ec_footer .table_ftr {
  display: table;
  width: 100%;
}
#ec_package .ec_footer .table_ftr > * {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
}
#ec_package .ec_footer .table_ftr .ftr_logo {
  width: 40%;
  text-align: center;
}
#ec_package .ec_footer .table_ftr .ftr_logo > a {
  display: inline-block;
  padding: 10px;
}
#ec_package .ec_footer .table_ftr .ftr_info .f_company {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1px;
}
#ec_package .ec_footer .table_ftr .ftr_info .f_tel {
  position: relative;
  padding-left: 35px;
  font-weight: bold;
  font-size: 48px;
  color: #008dcb;
  pointer-events: none;
  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: 30px;
  height: 38px;
  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: 16px;
  line-height: 1.3;
}
#ec_package .ec_footer .ftr02 {
  background-color: #008dcb;
}
#ec_package .ec_footer .ftr02 .copyrights {
  padding: 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
}



}



@media print {
  /* 印刷用のCSS */
#it_hojokin #sec02 .ttl_01{
  page-break-before: always;
}
}


@media screen and (max-width:767px){
#price_policy #mainimage {
background: url(../Images/works/h1_bg.jpg) center center no-repeat;
background-size: cover;
}
#price_policy h2 {
  font-size: 25px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 25px;
}
#price_policy h2 span {
  color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    display: block;
    margin-top: 6px;
}
#price_policy {
  
}
#price_policy #sec01 h2 {
  margin-bottom:10%;
}
.price_policy_read {
    width: 80%;
    font-weight: 600;
    text-align: left;
    margin-bottom: 72px;
    margin-left: 9%;
}
#price_policy #sec01 ul.new_post{
  padding:0 7%;
}
#price_policy #sec01 ul.new_post li{
    margin-bottom: 15%;
}
#price_policy #sec01 .price_policy_post{
  font-size:13px;
  margin-bottom:15px;
}

#price_policy #sec01 ul.new_post li .price_policy_box h3{
  font-size:18px;
  margin-bottom:15px;
color:#ffa500;
}
#price_policy #sec01 ul.new_post li .price_policy_box p{
    padding: 10px 0 15px 33px;
    font-size: 15px;
    position: relative;
}
#price_policy #sec01 ul.new_post li .price_policy_box p::before{
    position: absolute;
    content: "";
    background: #cccccc;
    width: 3px;
    height: 100%;
    left: 3%;
    top: 0;
}
#price_policy #sec01 ul.new_post li .price_policy_box p::after{
    position: absolute;
    content: "";
    background: #cccccc;
    width: 97%;
    height: 2px;
    left: 3%;
    bottom: 0;
}
#price_policy #sec01 ul.new_post li .price_policy_box.open p::after{
  content:none;
}
#price_policy #sec02 {
  background:#fafafa;
}
#price_policy #sec02 .past_month {
  font-size:16px;
    margin: 0 7% 5%;
}
#price_policy #sec02 .past_month dt{
  background: #0099FF;
  text-align:center;
    padding: 2px 15px 0;
    color: #fff;
    font-weight: bold;
}
#price_policy #sec02 .past_month dd{
    display: inline-block;
  width:15%;
    position: relative;
    vertical-align: text-bottom;
  font-size:15px;
  color:#aaa;
}
}
@media print, screen and (min-width:768px){
#price_policy h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 2% 0 3%;
}
#price_policy h2 span {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
}
.price_policy_read {
    width: 83%;
    font-weight: 600;
    text-align: left;
    margin-bottom: 72px;
    margin-left: 9%;
font-size: 16px;
}
#price_policy #sec01 {
  width:1000px;
  margin:0 auto;
}
#price_policy #sec01 h2 {
  margin-bottom:30px;
}
#price_policy #sec01 ul.new_post{
}
#price_policy #sec01 ul.new_post li{
  margin-bottom:80px;
}
#price_policy #sec01 .price_policy_post{
  font-size:16px;
padding-left:75px;
  margin-bottom:15px;
}
#price_policy #sec01 ul.new_post li .price_policy_box h3{
  font-size:22px;
  margin-bottom:15px;
color:#ffa500;
}
#price_policy #sec01 ul.new_post li .price_policy_box p{
  padding:10px 0 15px 75px;
  font-size:18px;
  position:relative;
}
#price_policy #sec01 ul.new_post li .price_policy_box p::before{
    position: absolute;
    content: "";
    background: #cccccc;
    width: 3px;
    height: 100%;
    left: 32px;
  top:0;
}
#price_policy #sec01 ul.new_post li .price_policy_box p::after{
    position: absolute;
    content: "";
    background: #cccccc;
    width: 968px;
    height: 2px;
    left: 32px;
  bottom:0;
}
#price_policy #mainimage {
  background: url(../Images/works/h1_bg.jpg) center center no-repeat;
  background-size: cover;
}
#price_policy #sec02 {
  background:#fafafa;
}
#contact #contents .hojokin_bnr,
#estimate #contents .hojokin_bnr,
#application #contents .hojokin_bnr{
  margin-bottom: 40px;
}
#top #sec01 .hojokin_bnr {
  margin-bottom:40px;
}
}



#ec_package .wrap_extension{
    margin-top:40px;
}
#ec_package .wrap_extension table {
    width:100%;
}
#ec_package .wrap_extension tr{
    border-bottom:solid 1px #eee;
}
#ec_package .wrap_extension th,
#ec_package .wrap_extension td{
    vertical-align: middle;
    padding: 1.5em 0;
}
#ec_package .wrap_extension th{
    text-align:left;
    line-height:1.5;
}
#ec_package .wrap_extension td{
    text-align:right;
}
#ec_package .wrap_extension td span{
    font-size:2em;
    margin: 0 .25em;
}
#ec_package .wrap_extension h4{
    position:relative;
    font-size:1.5em;
    padding-left:1.5em;
}

#ec_package .wrap_extension h4:before{
    position:absolute;
    content:"";
    left:0;
    top: 0;
    width:1.5em;
    height:1.5em;
    border-radius:50%;
    background:#008dcb;
    transform:scale(.25);
}
#ec_package .wrap_extension p{
    padding-left:2.25em;
    font-weight:400;
}
@media (max-width: 768px){
    #ec_package .wrap_extension tr{
        display:block;
        padding:1em 0
    }
    #ec_package .wrap_extension th,
    #ec_package .wrap_extension td{
        display:block;
        padding: 0;
    }

#ec_package .wrap_extension h4{
    font-size:1.3em;
}
#ec_package .wrap_extension p{
    padding-left:1.95em;
}
#ec_package .wrap_extension td{
    padding-top:01em;
}
#ec_package .wrap_extension td span{
    font-size:1.5em;
}
}
