@charset "utf-8";

/* ===================================================================
CSS information

 file name  :common.css
 author     :pcbrain
 style info :共通（ヘッダー、フッター）
=================================================================== */

body {
    min-width: 1000px;
    /*コンテンツ横幅を指定する（スマホ閲覧時の背景欠けを防ぐ）*/
    font-size: 15px;
}

input {
    vertical-align: middle;
}

input[type=text],
input[type=email],
input[type=tel] {
    width: 100%;
    box-sizing: border-box;
    background-color: #faf4b7;
    border: solid 1px #666;
}



.tel {
    font-size: 12px;
    font-weight: bold;
}

.tel span {
    font-size: 32px;
    color: #ff7010;
    font-weight: bold;
    background: url(../img/common/ico_tel01.png) no-repeat left center;
    padding-left: 37px;
    line-height: 1.2;
    display: block;
}


/* -----------------------------------------------------------
    header
        ヘッダー
----------------------------------------------------------- */

header {
    background: url(../img/common/hdr_bg.png) no-repeat center top;
    height: 600px;
    line-height: 1.5;
}

header section {
    width: 1000px;
    margin: 0 auto 20px;
    padding: 20px 0 0 0;
    position: relative;
}

header .logo {
    /*width: 234px;*/
    float: left;
}

header .ptitle {
    float: right;
    font-size: 11px;
    text-align: right;
    /*width: 500px;*/
    margin-bottom: 20px;
}

header .main_txt2 {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 18px;
    float: left;
}

header .tel {
    margin-bottom: 10px;
    line-height: 1;
}

header .top_head_contact {
    padding: 20px 18px;
    margin-top: -30px;
}

.top_head_contact {
    padding: 20px 18px 5px;
    margin-top: 0;
    font-size: 13px;
    float: right;
    border: solid 5px #ff7010;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 341px;
    box-sizing: border-box;
    z-index: 20;
}

.top_head_contact p {}

.top_head_contact input[type=checkbox] {
    position: relative;
    background-color: #faf4b7;
}

.top_head_contact input[type=checkbox]:before,
.top_head_contact input[type=checkbox]:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 12px;
    height: 12px;
}

.top_head_contact input[type=checkbox]:before {
    background: #faf4b7;
    border: 1px solid #666666;
}

.top_head_contact input:checked:after {
    top: 0px;
    height: 7px;
    border-left: 3px solid #E71063;
    border-bottom: 2px solid #E71063;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top_head_contact span.wpcf7-list-item {
    margin: 0 1em 7px 0;
    display: inline-block;
    /* width: 100px; */
}
.top_head_contact .privacy-check span.wpcf7-list-item {
    margin-right: 0;
}

.top_head_contact .wpcf7-checkbox {
    /* width: 220px; */
    display: block;
}

.top_head_contact table,
#main .top_head_contact table {
    margin-bottom: 5px;
}

.top_head_contact table th,
#main .top_head_contact table th{
    width: 100px;
    padding:0 0 5px 0;
    vertical-align: top;
    background-color: transparent;
}

.top_head_contact table th span,
#main .top_head_contact table th span{
    display: block;
    background: #666;
    padding: 2px 5px;
    color: #fff;
    font-weight: normal;
    height: 23px;
    box-sizing: border-box;
    float: none;
    border-radius: 0;
}

#main .top_head_contact tr:nth-child(odd) {
    background-image: none;
}

#main .top_head_contact tr:last-child{
    border:none;
}

.top_head_contact table td,
#main .top_head_contact table td{
    vertical-align: top;
    padding: 0;
    background-color: transparent;
}

.top_head_contact input[type=text],
.top_head_contact input[type=email],
.top_head_contact input[type=tel] {
    height: 23px;
}

.submit button {
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    width: 100%;
    background: url(../img/common/arrow_white.png) no-repeat 7px center #ff7010;
    color: #fff;
    border: none;
    padding: 10px 0px 10px 32px;
    font-size: 17px;
    text-align: left;
    letter-spacing: -0.1em;
}

.submit button:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.7s;
}

.submit button span {
    font-size: 10px;
    /*font-weight:bold;*/
    letter-spacing: -0.01em;
}

.top_head_contact .submit {
    margin-top: 5px;
    line-height: 1;
}

.top_head_contact div.wpcf7-response-output {
    margin: 5px 0 10px;
    padding: 5px;
}

.top_head_contact .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: -2px;
    right: -2px;
    left: initial;
    z-index: 100;
    border: none;
    background: rgba(255, 0, 0, 0.7);
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 11px;
    white-space: nowrap;
}

.top_head_contact .use-floating-validation-tip .privacy-check span.wpcf7-not-valid-tip {
    top: -2px;
    right: -284px;
}

.top_head_contact .wpcf7-form-control-wrap {
    /*display: block;*/
}

.use-floating-validation-tip .subject {
    display: block;
}

.top_head_contact .btn {
    background-position: 7px center;
    display: block;
    line-height: 1;
    letter-spacing: -0.1em;
    padding: 10px 0 10px 30px;
}

.top_head_contact .btn span {
    font-size: 10px;
    letter-spacing: -0.01em;
}


/*----------------------------------------------------
    #gnav
----------------------------------------------------*/

#gnav {
    position: relative;
    clear: both;
    width: 1000px;
    margin: 0px auto 40px;
    padding-top: 20px;
}

#gnav > ul {
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    justify-content:space-between;
}

#gnav > ul > li {
    font-size: 15px;
    text-align: center;
    position: relative;
    width: 143px;

}

#gnav > ul > li:last-child {
    position: relative;
}



#gnav > ul > li > a:before {
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    top: 0px;
    left: 50%;
    margin-left: -29px;
    background-color:#e0cb05;
    transition: 0.7s;
    overflow: hidden;
    box-sizing: border-box;
}

/*ChromeとOperaのみ*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    #gnav > ul > li > a:before {
        padding-top:7px;
    }
}

#gnav > ul > li > a:hover:before{
    opacity: 0.7;
    transition: 0.7s;
}

#gnav > ul > li > a > p{
    border-right: dotted 1px #666;
}

#gnav > ul > li:first-child > a > p{
    border-left: dotted 1px #666;
}

#gnav > ul > li.home > a:before {
    content: url(../img/common/gnav_home.png);
}

#gnav > ul > li.service > a:before {
    content: url(../img/common/gnav_service.png);
}

#gnav > ul > li.price > a:before {
    content: url(../img/common/gnav_price.png);
}

#gnav > ul > li.works > a:before {
    content: url(../img/common/gnav_works.png);
}

#gnav > ul > li.voice > a:before {
    content: url(../img/common/gnav_voice.png);
}

#gnav > ul > li.profile > a:before {
    content: url(../img/common/gnav_profile.png);
}

#gnav > ul > li.contact > a:before {
    content: url(../img/common/gnav_contact.png);
}

#gnav > ul > li span {
    display: block;
    font-size: 8px;
    color: #ff6600;
}

#gnav > ul > li a {
    text-decoration: none;
    color: #444;
    display: block;
    padding:70px 0 10px;
    transition: 0s;
    width: 100%;}

#gnav > ul > li a:hover {
    opacity: 0.7;
    transition: 0.7s;
}

#gnav > ul > li ul {
    position: absolute;
    top: 109px;
    /*親メニューの高さと同じにする*/
    padding: 0;
    margin-left: 1px;
    width: 100%;
    color: #fff;
    z-index: 100;
}

#gnav > ul > li ul li {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    background-color: rgba(32, 44, 29, 0.7);
    border-bottom: solid 1px;
    border-bottom-color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    box-sizing: border-box;
}

#gnav > ul > li ul li a:link,
#gnav > ul > li ul li a:visited {
    color: #ffffff;
    text-decoration: none;
    display: block;
    height:100%;
    box-sizing: border-box;
    padding-top:6px;
}

#gnav > ul > li ul li:last-child {
    border-bottom: none;
}

#gnav > ul > li ul li a:hover {
    background-color: rgba(cc, cc, cc, 0.8);
    /*ホバー時のサブメニューの背景色*/
    color: #ff9933;
    transition: 0.7s;
}

#gnav > ul > li:hover ul li,
#gnav > ul > li a:hover ul li {
    visibility: visible;
    overflow: visible;
    height: 30px;
    /*サブメニューの高さ*/
    z-index: 10;
    transition: 0.7s;
}


/* -----------------------------------------------------------
    footer
        フッター
----------------------------------------------------------- */

footer {
    border-top: #ccc solid 1px;
    padding: 50px 0 150px;
}

footer > section {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#ftrMenu {}

#ftrMenu > ul {
    float: left;
    width: 610px;
    position: relative;
    overflow: hidden;
}

#ftrMenu ul > li {
    float: left;
    font-size: 12px;
    margin: 0 28px 30px 0;
}

#ftrMenu ul > li a {
    color: #444;
    text-decoration: none;
}

#ftrMenu ul > li a:hover {
    color: #ff9933;
}

#ftrMenu ul > li h5 {
    position: relative;
    padding-left: 15px;
    font-size: 12px;
}

#ftrMenu ul > li h5:before,
#ftrMenu ul > li h5:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#ftrMenu ul > li h5:before {
    width: 12px;
    height: 12px;
    background: #88c000;
}

#ftrMenu ul > li h5:after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#ftrMenu ul li ul li {
    float: none;
    margin: 0 0 0 15px;
}

#ftrMenu ul li ul li:before {
    content: "├";
    margin-right: 5px;
}

#ftrMenu ul li ul li:last-child:before {
    content: "└";
}

footer .ftrInfo {
    float: right;
    width: 315px;
    font-size: 13px;
}

footer .ftrInfo .logo {
    margin-bottom: 15px;
}

footer .ftrInfo .privacyBox {
    border-top: #666 dotted 1px;
    font-size: 11px;
    margin-top: 20px;
    padding-top: 20px;
}

footer .ftrInfo .privacyBox img {
    float: left;
    margin-right: 15px;
}

footer .copyRight {
    clear: both;
    float: right;
    text-align: right;
    font-size: 12px;
}

footer .ftrContact {
    background: #e0cb05;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 1001;
}

footer .ftrContact section {
    width: 1000px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}

footer .ftrContact .contactBox {
    background: #fff;
    margin-right: 15px;
    padding: 10px 15px;
    float: left;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

footer .ftrContact h4 {
    font-size: 28px;
    line-height: 1;
}

footer .ftrContact h4 strong {
    color: #bc3309;
}

footer .ftrContact .floatL {
    font-size: 13px;
    line-height: 1.2;
}

footer .ftrContact .tel {
    border-left: #414141 dotted 1px;
    display: inline-block;
    float: left;
    margin: 0 10px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
}

footer .ftrContact .tel span{
    line-height: 1;
}

footer .ftrContact .btn {
    background: url(../img/common/arrow_white.png) no-repeat 10px center #ff7010;
    padding: 10px 10px 10px 40px;
    line-height: 1.5;
    letter-spacing: -0.05em;
}

footer .ftrContact .totop {
    background: rgba(68, 68, 68, 0.6);
    display: table-cell;
    width: 70px;
    height: 67px;
    text-align: center;
    vertical-align: middle;
}

footer .ftrContact .totop img {
    width: 50px;
    height: auto;
}


/* -----------------------------------------------------------
    #side
        サイドバー、サブ
----------------------------------------------------------- */

#side {
    width: 250px;
    float: right;
    margin-bottom: 50px;
}

#contents #side h3 {
    vertical-align: middle;
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: bold;
}
#topics #contents #side h3,
#newsletter #contents #side h3,
#contact #contents #side h3,
#case #contents #side h3{
    background: #88c000;
    color: #fff;
    vertical-align: middle;
    font-size: 16px;
    padding: 20px 15px;
    margin-bottom: 2px;
    font-weight: bold;
}

#contents #side h3.homepage a{
    background:url(../img/common/side_h3_bg_homepage.png) no-repeat right center #88c000;
    background-position:center right 8px;
}

#contents #side h3.homepageadmin a{
    background:url(../img/common/side_h3_bg_homepageadmin.png) no-repeat right center #88c000;
    background-position:center right 8px;
}

#contents #side h3.seo a{
    background:url(../img/common/side_h3_bg_seo.png) no-repeat right center #88c000;
    background-position:center right 8px;
}

#contents #side h3.system a{
    background:url(../img/common/side_h3_bg_system.png) no-repeat right center #88c000;
    background-position:center right 8px;
}

#contents #side h3 a{
    color: #fff;
    display: block;
    padding:26px 15px;
    background: #88c000;
    text-decoration: none;
}

#contents #side h3 a:hover{
    opacity: 0.7;
}

#side nav{
    margin-bottom:2px;
}

#side nav ul {}

#side nav ul li {
    border-bottom: #fff solid 1px;
    position: relative;
    padding: 0;
    font-size: 14px;
}

#side nav ul li a:before,
#side nav ul li a:after {
    position: absolute;
    top: 17px;
    left: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#side nav ul li a:before {
    width: 10px;
    height: 10px;
    background: #f60;
}

#side nav ul li a:after {
    top: 20px;
    left: 17px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#side nav ul li a {
    color: #444;
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 35px;
    position: relative;
    background: url(../img/common/brown_bg.png) center center;
}

#side nav ul li a:hover {
    color: #ff9933;
    opacity: 0.7;
}

#side nav ul li strong {
    color: #444;
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 20px;
    position: relative;
    background: url(../img/common/brown_bg.png) center center;
}

#side nav ul li .listdate {
    display: block;
    color: #ff7010;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

#side nav ul li .listdate {
    display: block;
}


/*----------------------------------------------------
    #contents
----------------------------------------------------*/

#contents {
    position: relative;
    clear: both;
    margin-top: -265px;
}

.inner {
    position: relative;
    clear: both;
    width: 1000px;
    margin: 0 auto 0;
    overflow: hidden;
}

article {
    margin-bottom: 50px;
}

#contents h1,
#contents #h1{
    text-align: center;
    font-size: 55px;
    font-weight: normal;
    line-height: 2;
    display: block;
}

#contents #main h1{
    text-align: left;
    font-size:30px;
    font-weight: bold;
    border-bottom: solid 4px #88c000;
    padding:5px 0 5px;
    margin-bottom:10px;
    line-height: 1.2;
    background-image:none;
    height:auto;
}
#contents #main h1 span{
    display: block;
    font-size:20px;
}

#contents h1.ltxt,
#contents #h1.ltxt{
    text-align: center;
    font-size: 43px;
    font-weight: normal;
    line-height: 2;
}

#contents h1 span.enTtl,
#contents #h1 span.enTtl{
    background: rgba(68, 68, 68, 0.6);
    color: #fff;
    display: block;
    font-size: 15px;
    letter-spacing: 1em;
    line-height: 2.8;
}

#breadCrumb {
    background-color: rgba(236, 236, 236, 0.5);
    border-bottom: #ccc solid 1px;
    margin-bottom: 45px;
}

#breadCrumb .inner {
    font-size: 11px;
    line-height: 3;
}

#breadCrumb .inner > span:first-of-type {
    background: url(../img/common/ico_bc_home.png) no-repeat left center;
    padding-left: 17px;
}

#contents h2.ptitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    /* for no-flexbox browsers */
    font-size: 40px;
    margin-bottom: 20px;
    background-color: transparent;
    color: #444;
    padding: 0px;
    font-weight: normal;
    line-height: 1.2;
}

#contents h2.ptitle:before,
#contents h2.ptitle:after {
    border-top: 7px solid #e0cb05;
    content: "";
    display: inline;
    /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 30px;
}

#contents h2.ptitle:before {
    margin-right: 20px;
}

#contents h2.ptitle:after {
    margin-left: 20px;
}

#contents h2 {
    font-size: 23px;
    color: #fff;
    background-color: #88c000;
    padding: 8px 20px;
    margin-bottom: 20px;
    vertical-align: middle;
    line-height: 1.2;
    position: relative;
}

#contents h2 span {
    background-color: #669000;
    font-size: 16px;
    padding: 5px 10px;
    margin: 0 10px 0 -10px;
    vertical-align: middle;
    display: inline-block;
}

#newsletter #contents h2 span {
    background-color: #88c000;
    font-size: 23px;
    padding: 0;
}

#contents h3 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.3;
}

#contents h3 strong {
    color: #ff7010;
    font-weight: normal;
}

#contents h4 {
    font-size: 20px;
    padding: 15px 20px;
    background-color: rgba(224, 224, 224, 0.3);
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    line-height: 1.5;
}

#contents h4 span {
    font-size: 14px;
}

#contents h5 {
    font-size: 25px;
    background: url(../img/common/arrow_yellow.png) no-repeat left 5px;
    padding-left: 40px;
    margin-bottom: 20px;
    font-weight: normal;
}

#contents h6 {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #e0cb05;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#contents .normalList {
    margin-bottom: 20px;
}

#contents .normalList > li {
    position: relative;
    padding-left: 25px;
    ;
}

#contents .normalList > li:before,
#contents .normalList > li:after {
    position: absolute;
    top: 5px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#contents .normalList > li:before {
    background: #88c000;
    border-radius: 3px;
    width: 18px;
    height: 18px;
}

#contents .normalList > li:after {
    left: 4px;
    top: 10px;
    width: 8px;
    height: 3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


#contents .synthesis{
    background: url(../img/common/contactarea_bg.png) no-repeat right bottom;
    border: #ccc solid 1px;
    border-radius: 4px;
    margin: 0 0 25px 0;
    padding: 20px;
    box-shadow: 0px 0px 0px 4px rgba(249, 249, 249, 0.5) inset;
    -moz-box-shadow: 0px 0px 0px 4px rgba(249, 249, 249, 0.5) inset;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(249, 249, 249, 0.5) inset;
    -ms-box-shadow: 0px 0px 0px 4px rgba(249, 249, 249, 0.5) inset;
}

#contents .synthesis h4{
        background: none;
    padding: 0;
    font-size:27px;
    line-height: 1.2;
    border-bottom: none;
    margin-bottom: 15px;
}
#contents .synthesis h4 strong {
    color: #bc3309;
}

#contents .synthesis h4 span {
    font-size:13px;
    font-weight: normal;
    margin-left: 10px;
}

#contents .synthesis .tel {
    float: left;
    margin: 0 10px 0 0;
    font-weight: normal;
    line-height: 1.2;
        display: flex;
    -ms-align-items: center;
    align-items: center;
}

#contents .synthesis .tel span{
    background: url(../img/common/ico_tel02.png) no-repeat left center;
    display: inline-block;
    margin-right: 10px;
    float: left;
    padding-left: 55px;
    font-size: 39px;
}

#contents .synthesis .telBox {
    clear: both;
    position: relative;
    overflow: hidden;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

#contents .synthesis .telBox p{
    margin-bottom: 0;

}

#contents .synthesis .btn {
    font-size: 21px;
    padding: 10px 30px 10px 50px;
    background-position: 20px center;
}

#contents .side_on .synthesis .tel {
    display: block;
    font-size: 13px;
}

#contents .side_on .synthesis .tel span{
    font-size: 32px;
    display: block;
    float: none;
}

#contents .side_on .synthesis .btn {
        padding: 10px 20px 10px 50px;
}

#main .wp-caption-text{
    padding:10px;
    margin-bottom: 0;
}

/*----------------------------------------------------
    #serviceList
        サービス一覧
----------------------------------------------------*/

#serviceList {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content:space-around;
    margin-bottom: 50px;
}

#main #serviceList li {
    width: 250px;
    font-size: 12px;
    text-align: center;
    padding-left: 0;
}

#serviceList li:before,
#serviceList li:after {
    display: none;
}

#serviceList li a {
    color: #444444;
    text-decoration: none;
}

#serviceList li span {
    background: #88c000;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    height: 250px;
}

#serviceList li img {}

#serviceList li h4 {
    background: none;
    font-size: 25px;
    font-weight: normal;
    padding: 15px 0;
    margin: 10px 0;
    line-height: 1;
}


/*----------------------------------------------------
    #worksBox
        制作事例・お客様の声
----------------------------------------------------*/

#worksBox {
    background: url(../img/common/brown_bg.png) center center;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

#worksBox .btn {
    /*background: none;
    display: block;
    margin: 0 auto;*/
}

#worksBox .btn a {
    background: #666;
    display: inline-block;
    padding: 5px 40px;
}

#worksBox .voiceBox {
    margin: 0 auto 30px;
}

#worksBox .voiceBox .slick-prev,
#worksBox .voiceBox .slick-next {
    width: 41px !important;
    height: 41px !important;
    display: block;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    border-style: none;
    outline: none;
    padding: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
}

#worksBox .voiceBox *:focus {
    outline: none;
}

#worksBox .voiceBox .slick-prev {
    left: 10px !important;
    background-image: url(../img/common/arrow_left.png) !important;
}

#worksBox .voiceBox .slick-next {
    right: 10px !important;
    background-image: url(../img/common/arrow_right.png) !important;
}

#worksBox .voiceBox li {
    position: relative;
}

#worksBox .voiceBox li .summary {
    color: #444;
    position: absolute;
    width: 520px;
    margin: 0 0 0 0;
    top: 60px;
    left: 400px;
}

/*
#worksBox .voiceBox li:nth-child(2) .summary {
    left: 80px;
}
*/

#worksBox .voiceBox li .summary p {
    line-height: 1.3;
    margin-bottom: 20px;
}

#worksBox .voiceBox li .summary strong {
    font-size: 27px;
    font-weight: normal;
}

#worksBox .voiceBox li .summary span {
    font-size: 19px;
    display: block;
    margin-top: 15px;
}

#worksBox .voiceBox li .summary .btn {
    background: #666666;
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
    display: inline-block;
}

#worksBox .voiceBox li .summary .btn a {}

#worksBox .casesPickup {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#worksBox .casesPickup li {
    background: #fff;
    margin: 0 0 30px 0;
    width: 230px;
    padding-left: 0;
}

#worksBox .casesPickup li:before,
#worksBox .casesPickup li:after{
    content: none;
}

#worksBox .casesPickup li:nth-child(4n) {
    margin-right: 0;
}

#worksBox .casesPickup li a {
    color: #444;
    text-decoration: none;
}

#worksBox .casesPickup li img {
    margin-bottom: 10px;
}

#worksBox .casesPickup li h4,
#worksBox .casesPickup li dl,
#worksBox .casesPickup li p{
    display: block;
    margin: 0 5px;
}

#worksBox .casesPickup li dl{
    margin-bottom: 5px;
}

#worksBox .casesPickup li h4{
    background: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 12px;
}

#worksBox .casesPickup li strong {
    font-weight: normal;
}

#worksBox .casesPickup li dt {
    clear: both;
    background: #666;
    color: #fff;
    padding: 0 3px;
    display: block;
   float: left;
    width: 37px;
    text-align: center;
font-size: 10px;
}



#worksBox .casesPickup li dd {
   padding-left: 45px;
    margin-bottom: 5px;
    display: block;
font-size: 11px;}

/*#worksBox .casesPickup li dd:last-child{
    margin-bottom: 0;
}*/

#worksBox .casesPickup li p.siteUrl{
    font-size: 10px;
    padding: 0;
    margin-bottom: 5px;
    word-wrap:break-word;
}

#worksBox .casesPickup li p.siteUrl a {
    text-decoration: underline;
    color: #999;
}

#worksBox .casesPickup li p.siteUrl a:hover{
 color: #ff9933;
    transition: 0.7s;
}

#worksBox h2.catchTtl{
    background: url(../img/common/ico_workscatch.png) no-repeat left center;
    border-bottom: #af4500 solid 8px;
    font-size: 41px;
    font-weight: normal;
    color: #444;
    padding: 15px 0 15px 110px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;/*--- Androidブラウザ用 ---*/
    -ms-flex-align:center;/*--- IE10 ---*/
    -webkit-align-items:center;/*--- safari（PC）用 ---*/
    align-items:center;
    justify-content: space-between;
}

#worksBox h2.catchTtl span{
    font-size: 41px;
    padding:0;
    margin: 0;
    background: none;
}

#worksBox h2.catchTtl span.subttl {
    background: none;
    display: block;
    font-size: 25px;
}

#worksBox h2.catchTtl a{
    float: right;
    height: 79px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
        padding: 10px 30px 10px 45px;
    font-size: 20px;
}

/*----------------------------------------------------
    #reasonBox
        選ばれる理由
----------------------------------------------------*/

#reasonBox {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#reasonBox .meritList {
    position: relative;
    overflow: hidden;
    counter-reset: merit;
    margin-left: 0;
}

#reasonBox .meritList li {
    border: #ccc solid 1px;
    border-radius: 4px;
    float: left;
    margin: 30px 30px 0 0;
    padding: 15px;
    width: 281px;
    box-shadow: 0px 0px 0px 4px #f9f9f9 inset;
    -moz-box-shadow: 0px 0px 0px 4px #f9f9f9 inset;
    -webkit-box-shadow: 0px 0px 0px 4px #f9f9f9 inset;
    -ms-box-shadow: 0px 0px 0px 4px #f9f9f9 inset;
    list-style: none;
}

#reasonBox .meritList li:nth-child(3n) {
    margin-right: 0;
}

#reasonBox .meritList li h3 {
    font-size: 28px;
    position: relative;
    margin-bottom: 15px;
}

#reasonBox .meritList li h3:before {
    background: #88c000;
    counter-increment: merit;
    content: counter(merit, decimal-leading-zero);
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    padding: 5px 10px;
    vertical-align: middle;
}

#reasonBox .meritList li img {
    float: right;
    margin-left: 12px;
}

#reasonBox .meritList li p {
    font-size: 12px;
}


/*----------------------------------------------------
    #problemBox
        ホームページに関するお悩みはピーシー・ブレインにお聞かせ下さい
----------------------------------------------------*/

#problemBox {
    background: url(../img/common/brown_bg.png) center center;
    padding: 65px 0;
    position: relative;
    overflow: hidden;
}

#problemBox .problemList {
    overflow: hidden;
    float: left;
    width: 640px;
}

#problemBox .problemList h3 {
    font-size: 35px !important;
    line-height: 1.5;
}

#problemBox .problemList .normalList li {
    font-size: 18px;
    margin-bottom: 10px;
}


/*----------------------------------------------------
    #beliefBox
        私たちはお客様との定期的なコミュニケーションを大切にしております
----------------------------------------------------*/

#beliefBox {
    padding: 65px 0;
    position: relative;
    overflow: hidden;
}

#beliefBox h2 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}

.beliefComment {
    /*background: url(../img/common/comment_pict.png) no-repeat right bottom;*/
    position: relative;
    overflow: hidden;
    /*float: left;
    padding-bottom: 100px;
    width: 460px;*/
    line-height: 2;
}

.beliefComment .words {
    background: #88c000;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    color: #fff;
    font-size: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    top: 20px;
}

.beliefComment .words:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #88c000;
    position: absolute;
    /*right: 0;
    z-index: -1;
    transform: rotate(20deg);
    bottom: 15px;*/
    right: -14px;
    z-index: -1;
    transform: rotate(2deg);
    bottom: 60px;
}

.managementArea {
    /*float: right;*/
    position: relative;
    overflow: hidden;
    /*width: 500px;*/
}

.managementArea dt {
    border-bottom: #e0cb05 solid 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.managementArea dt span {
    color: #ff7010;
    font-size: 12px;
}

.managementArea dd {
    margin-bottom: 20px;
    font-size: 14px;
}


/*----------------------------------------------------
    #main
        メイン
----------------------------------------------------*/

#main {
    padding-bottom: 30px;
}

.side_on {
    width: 710px;
    float: left;
}

#main article {
    position: relative;
    overflow: hidden;
    margin: 0px 0 50px;
}

#main article article{
    margin-bottom: 20px;
}

#main p {
    margin-bottom: 20px;
}

#main form p{
	margin-bottom: 0;
}

#main ul {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#main ul > li {
    position: relative;
    padding-left: 20px;
}

#main ul > li:before,
#main ul > li:after {
    position: absolute;
    top: 8px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main ul > li:before {
    width: 10px;
    height: 10px;
    background: #88c000;
}

#main ul > li:after {
    left: 3px;
    width: 3px;
    height: 3px;
    top: 11px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main ol {
    margin: 0 0 10px 25px;
}

#main ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
}

#main .synthesis {

}

#main .synthesis h4 {
}



#main .contactBox {
    /*    background: #e0cb05;
    padding: 20px;*/
}

#main .contactBox article {
    /*background: #fff;
    padding: 15px;*/
    margin-bottom: 100px;
}

#main .contactBox article p:last-child {
    margin-bottom: 0;
}

#main .contactBox article:last-child {
    margin-bottom: 0;
}

#main .contactBox h2 {
    color: #444;
    background-image: none;
    position: relative;
    border-bottom: solid 1px #ccc;
    font-weight: bold;
    background-color: #f6f6f6;
    padding: 8px 20px 8px 25px;
}

#main .contactBox h2:before {
    content: '';
    width: 10px;
    height: 30px;
    position: absolute;
    background: #88c000;
    top: 7px;
    left: 7px;
}

#main .leadBox {
    border-bottom: #414141 dotted 1px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

#main .leadBox div {
}

#main .leadBox img {
    display: block;
    margin-bottom: 20px;
}

#main .leadBox p {
    font-size: 15px;
}

#main .leadBox .catch_txt {
    color: #ff7010;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -0.05em;
    margin-bottom:10px;
}

#main table ul {
    margin-bottom: 0;
}

#main table {
    background: #fff;
    margin-bottom: 35px;
    width: 100%;
}

#main table tr:last-child {
    border-bottom: #efe9dc solid 5px;
}

#main table tr:nth-child(odd) {
    background: url(../img/common/brown_bg.png) center center;
}

#main table th,
#main table td {
    padding: 10px 20px;
    vertical-align: top;
    box-sizing: border-box;
}

#main table th {
    width: 25%;
    position: relative;
    /*    overflow: hidden;*/
}

#main table th span {
    background: #ccc;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    float: right;
    padding: 0 5px;
}

#main table.normalT {
    background: #fff;
    margin-bottom: 35px;
    width: 100%;
}

#main h2 + table.normalT {
    margin-top: -15px;
}

#main table.normalT tr:last-child {
    border-bottom: #efe9dc solid 5px;
}

#main table.normalT tr:nth-child(odd) {
    background: url(../img/common/brown_bg.png) center center;
}

#main table.normalT th,
#main table.normalT td {
    padding: 10px 20px;
    vertical-align: top;
}

#main table.normalT th span {
    background: #ccc;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    float: right;
    padding: 0 5px;
}

#main blockquote {
    border: #ff7010 solid 5px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 25px;
}

#main blockquote.guideBox {
    border: #ccc solid 1px;
    box-shadow: 0px 0px 0px 4px #f9f9f9 inset;
    -moz-box-shadow: 0px 0px 0px 4px #f9f9f9 inset;
    -webkit-box-shadow: 0px 0px 0px 4px #f9f9f9 inset;
    -ms-box-shadow: 0px 0px 0px 4px #f9f9f9 inset;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 25px;
}

#main blockquote p:last-child {
    margin-bottom: 0;
}

#main hr {
    display: block;
    border: 0;
    clear: both;
    border-bottom: #414141 dotted 1px;
    margin-bottom: 30px;
}

#main .eachserviceList {}

#main .eachserviceList li {
    float: left;
    width: 220px;
    margin: 0 25px 25px 0;
    padding: 0;
    position: relative;
}

#main .eachserviceList li:nth-child(3n) {
    margin-right: 0;
}

#main .eachserviceList li:before,
#main .eachserviceList li:after {
    display: none;
}

#main .eachserviceList li a {
    color: #fff;
}

#main .eachserviceList li p {
    background: rgba(0, 0, 0, 0.8);
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.7s;
}

#main .eachserviceList li.active p,
#main .eachserviceList li a:hover p {
    background: #ff7010;
}

#main .eachserviceList li p span {
    background: url(../img/common/arrow_white02.png) no-repeat left center;
    padding-left: 15px;
    text-align: center;
}


/*----------------------------------------------------
.wp-pagenavi
----------------------------------------------------*/

#main .wp-pagenavi a {
    border-radius: 5px;
    background: #ff7010;
    padding: 5px 10px;
    text-align: center;
    transition: 0.7s;
    border: none;
    display: inline-block;
}

#main .wp-pagenavi span {
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    transition: 0.7s;
    border: none;
    background-color: #ccc;
    color: #fff;
    display: inline-block;
}

#main .wp-pagenavi a:link,
#main .wp-pagenavi a:visited {
    color: #ffffff;
    text-decoration: none;
}

#main .wp-pagenavi a:hover {
    color: #fff !important;
    opacity: 0.7;
}


/*----------------------------------------------------
.webdata
----------------------------------------------------*/

.webdata {
    background: url(../img/common/brown_bg.png) repeat;
    padding: 30px 0;
}

#case .webdata {
    background-image: none;
}

.webdata article {
    margin: 0 auto;
    overflow: hidden;
}

.webdata article > a {
    float: left;
}

.webdata article dl {
    margin-left: 520px;
}

.webdata article dl dt {
    color: #fff;
    background-color: #666;
    padding: 0 8px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
}

.webdata article dl dd {
    margin-bottom: 15px;
}

.webdata article dl dd span a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 13px;
    padding: 0 8px;
    line-height: 1.5;
}

.webdata article dl dd span a:hover {
    opacity: 0.7;
}

/*----------------------------------------------------
contact
----------------------------------------------------*/
#main table.mainContact {
    background: #fff;
    margin-bottom: 35px;
    width: 100%;
}

#main table.mainContact tr:last-child {
    border-bottom: #efe9dc solid 5px;
}

#main table.mainContact tr:nth-child(odd) {
    background: url(../img/common/brown_bg.png) center center;
}

#main table.mainContact th,
#main table.mainContact td {
    padding: 10px 20px;
    vertical-align: top;
}

#main table.mainContact th {
    width: 30%;
    postion: relative;
    overflow: hidden;
}

#main table.mainContact th span {
    background: #ccc;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    float:right;
    padding: 0 5px;
}

#main table.mainContact th span.req {
    background: #bc3309;
}

#main table.mainContact td input[type=text],
#main table.mainContact td input[type=tel],
#main table.mainContact td input[type=email],
#main table.mainContact td textarea {
    background: #faf4b7;
    border: #666 solid 1px;
    box-sizing: border-box;
    width: 60%;
    font-size: 16px;
    padding: 5px;
}

#main table.mainContact td.addressColumn input[type=text],
#main table.mainContact td textarea {
    width: 100%;
}

#main table.mainContact td input[type=checkbox] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

#main table.mainContact td span.wpcf7-list-item {
    display: block;
    margin-left: 0;
}

#main input[type=submit] {
    font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    background:url(../img/common/arrow_white.png) no-repeat 30px center #ff7010;
    border-style: none;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    width: 390px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    font-size: 30px;
    font-weight:normal;
    text-decoration: none;
    text-align: center;
    transition: 0.7s;
}

#main input[type=submit]:hover{
    opacity:0.7;
}

#main table.mainContact input[type=checkbox] {
    position:relative;
    background-color:#faf4b7;
}

#main table.mainContact input[type=checkbox]:before,
#main table.mainContact input[type=checkbox]:after{
    content:'';
    display:block;
    position:absolute;
    top:-1px;
    left:0;
    width:13px;
    height:13px;
}
#main table.mainContact input[type=checkbox]:before{
    background:#faf4b7;
    border:1px solid #666666;
}

#main table.mainContact input:checked:after{
    top:0px;
    height:7px;
    border-left: 3px solid #E71063;
    border-bottom: 2px solid #E71063;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main table.mainContact td input.w050 {
    width: 50px !important;
}

#topcontrol {
    background: rgba(68, 68, 68, 0.6);
    display: table-cell;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

/* --------------------------------------------------
add by 20200116
-------------------------------------------------- */

.clearfix { min-height:1%; }
.clearfix:after { content:"."; display:block; height:0px; clear:both; visibility:hidden; }
.clearfix { display:inline-table; }
* html .clearfix { height:1px; }
.clearfix { display:block; }

#newsletter section + section,
#newsletterTOP section + section,{
    margin-top: 40px;
}

#newsletter section img,
#newsletterTOP section img {
    max-width: 100%;
    height: auto;
}

#newsletterTOP {
    background: white;
    padding: 40px;
    margin-bottom: 40px;
}
#newsletterTOP p {
    margin-bottom: 20px;
}

span.bold {
    font-weight: bold;
}

#worksBox .casesPickup li .cname {
    background: none;
    border-bottom: none;
    padding: 0;
    margin: 0 5px 5px 5px;
    line-height: 1.2;
    font-size: 12px;
}

#serviceList li .sname {
    background: none;
    font-size: 25px;
    font-weight: normal;
    padding: 15px 0;
    margin: 10px 0;
    line-height: 1;
    border-bottom: solid 1px #ccc;
}

#contents h3 span.str {
    color: #ff7010;
    font-weight: normal;
}

header h1 {
    float: right;
    font-size: 13px;
    text-align: right;
    margin-bottom: 20px;
    color: black;
    text-shadow: 
        white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/
}