/*
Theme Name: koizumi-child
Theme URI: 
Description: koizumi の子テーマです 
Author: ailylab
Author URI: http://www.aily-lab.co.jp/
Version: 1.0.0
Template: koizumi
*/

/* コーディング用。最後に削除 */
.row img[src=""] {
    width: 100%;
    height: 200px;
    border: 1px solid #eee;
}

/****************************************
1.Setting
*****************************************/
body {
    background-color: #fff;
    color: #090909;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img,
figure {
    display: table;
    margin: 0px auto;
}

p {
    padding: 0px;
    margin: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-position: inside;
}

@media print, (min-width: 768px) {
    .pc {
        display: block;
    }
    .mb {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .mb {
        display: block;
    }
}

.section .row a img:hover {
    opacity: 0.8;
}

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

/* プラグインのCSSで指定されたスタイルの上書き */
.bx-wrapper {
    background-color: transparent;
    margin: 0px auto 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.under_line {
    position: relative;
    margin: 0px 0px 80px 0px;
    color: #090909;
    font-size: 24px;
    text-align: center;
}

.under_line:after {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 80px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0076e0;
    content: '';
}

.head_line {
    position: relative;
    margin: 0px;
}

.head_line:before {
    position: absolute;
    top: 45%;
    left: 15px;
    width: 22px;
    height: 3px;
    background-color: #0076e0;
    content: '';
}

.head_line:not(:first-of-type) {
    margin-top: 60px;
}

h2.head_line {
    padding: 20px 10px 20px 50px;
    background-color: #1f1f1f;
    color: #fff;
    font-size: 20px;
}

h2.head_line + * {
    margin-top: 30px;
}

/* 詳細な定義で後述するスタイルの適用を防ぐ */
h2.head_line + h3.head_line {
    margin-top: 30px;
}

h3.head_line {
    padding: 0px 10px 0px 50px;
    background-color: #fff;
    color: #090909;
    font-size: 20px;
}

h3.head_line:before {
    width: 18px;
}

h3.head_line + * {
    margin-top: 30px;
}

h3.head_line:not(:first-child) {
    margin-top: 60px;
}

h4.head_line {
    padding: 10px 10px 10px 40px;
    background-color: #e6f1fb;
    color: #0076e0;
    font-size: 16px;
}

h4.head_line:before {
    width: 14px;
}

dl.check_list:not(:first-child) {
    margin-top: 30px;
}

dl.check_list dt {
    color: #0076e0;
    font-size: 16px;
    line-height: 2;
}

dl.check_list dt:not(:first-child) {
    padding: 20px 0px 0px;
}

dl.check_list dt:before {
    margin: 0px 1em 0px 0px;
    font-family: FontAwesome;
    content : "\f14a";
}

dl.check_list dd {
    padding: 0px 0px 20px;
    border-bottom: 1px solid #0076e0;
    font-size: 14px;
    line-height: 2;
}

ul.check_list li {
    margin: 10px 0px 0px 20px;
    list-style-type: none;
}

ul.check_list li:before {
    margin: 0px 1em 0px 0px;
    color: #0076e0;
    font-family: FontAwesome;
    content : "\f14a";
}

ul.check_list + p {
    margin: 10px 0px 0px 20px;
}

/* PC用2列テーブル */
@media print, (min-width: 768px) {
    .col2_table {
        background-color: #e6f1fb;
        border-right: 1px solid #0076e0;
        border-bottom: 1px solid #0076e0;
        border-left: 1px solid #0076e0;
        text-align: center;
    }

    .col2_table dt {
        width: 30%;
        min-height: 1em;
        float: left;
        padding: 10px;
        border-top: 1px solid #0076e0;
        font-weight: bold;
    }

    .col2_table dd {
        min-height: 50px;
        padding: 10px;
        margin: 0px 0px 0px 30%;
        background-color: #fff;
        border-top: 1px solid #0076e0;
        border-left: 1px solid #0076e0;
    }
    
    .col2_table dd ul li {
        text-align: left;
    }
}

/* スマホ用2段テーブル */
@media screen and (max-width: 767px) {
    .col2_table {
        background-color: #e6f1fb;
        border-bottom: 1px solid #0076e0;
        text-align: center;
    }

    .col2_table dt {
        padding: 10px;
        border-top: 1px solid #0076e0;
        border-right: 1px solid #0076e0;
        border-left: 1px solid #0076e0;
        font-weight: bold;
    }

    .col2_table dd {
        padding: 10px;
        background-color: #fff;
        border-top: 1px solid #0076e0;
        border-right: 1px solid #0076e0;
        border-left: 1px solid #0076e0;
    }
    
    .col2_table dd ul li {
        text-align: left;
    }
}

.cols_table {
    width: 100%;
    border-collapse: collapse;
}

.cols_table th,
.cols_table td {
    padding: 10px;
    border: 1px solid #0076e0;
}

.cols_table th {
    background-color: #e6f1fb;
    color: #0076e0;
}

.diamond {
    width: 30px;
    height: 30px;
    margin: 0px auto;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #0076e0;
}

.diamond p {
    padding: 0px 0px 0px 4px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
    font-size: 18px;
}

.btn_adopt {
    display: block;
    width: 120px;
    height: 58px;
    background-color: #009c97;
    color: #fff;
    font-size: 13px;
    line-height: 58px;
    text-align: center;
    text-decoration: none;
}

.btn_adopt:hover {
    background-color: #00aaa4;
    text-decoration: none;
    color: #fff;
}

.btn_adopt:before {
    margin: 0px 10px 0px 0px;
    font-size: 18px;
    font-family: FontAwesome;
    content : "\f007";
}

.btn_mail {
    display: block;
    width: 150px;
    height: 58px;
    background-color: #0082f7;
    color: #fff;
    font-size: 15px;
    line-height: 58px;
    text-align: center;
    text-decoration: none;
}

.btn_mail:hover {
    background-color: #0076e0;
    color: #fff;
    text-decoration: none;
}

.btn_mail:before {
    margin: 0px 10px 0px 0px;
    font-size: 18px;
    font-family: FontAwesome;
    content : "\f0e0";
}

.btn_link {
    display: block;
    width: 240px;
    height: 55px;
    line-height: 55px;
    position: relative;
    margin: 30px auto 0px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .btn_link {
        width: 90%;
    }
}

.btn_link:before {
    position: relative;
    top: -2px;
    margin: 0px 1em 0px 0px;
    font-family: FontAwesome;
    content : "\f105";
}

.btn_link:hover {
    background-color: #0076e0;
    border: 1px solid #0076e0;
    color: #fff;
    text-decoration: none;
}

.btn_link_blue {
    display: block;
    width: 60%;
    height: 55px;
    line-height: 55px;
    position: relative;
    margin: 30px auto 0px;
    background-color: #0076e0;
    border: 1px solid #0076e0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .btn_link_blue {
        width: 100%;
    }
}

.btn_link_blue:before {
    position: relative;
    top: -2px;
    margin: 0px 1em 0px 0px;
    font-family: FontAwesome;
    content : "\f105";
}

.btn_link_blue:hover {
    background-color: #fff;
    border: 1px solid #0076e0;
    color: #0076e0;
    text-decoration: none;
}

.pick_up {
    background-color: #e6f1fb;
    color: #0076e0;
    padding: 10px 30px;
    margin: 0px auto;
    border: 1px solid #4b92e5;
}

.proc_flow li {
    position: relative;
    padding: 10px 0px;
    margin: 0px 0px 50px;
    border: 1px solid #4b92e5;
    border-radius: 15px;
    font-weight: bold;
    text-align: center;
    list-style-type: none;
}

.proc_flow li:after {
    position: absolute;
    top: 50px;
    left: 48%;
    color: #0076e0;
    font-size: 24px;
    font-family: FontAwesome;
    font-weight: bold;
    content : "\f107";
}

.proc_flow li:last-child {
    margin-bottom: 0px;
}

.proc_flow li:last-child:after {
    content: "";
}

/* 電話番号 */
.tell_num {
    color: #0076e0;
    font-size: 22px;
    font-weight: bold;
}
.tell_num:before {
    margin: 0px 3px 0px 0px;
    font-family: FontAwesome;
    content : "\f095";
}

/* FAX番号 */
.fax_num {
    color: #0076e0;
    font-size: 16px;
}
.fax_num:before {
    margin: 0px 3px 0px 0px;
    font-family: FontAwesome;
    content : "\f1ac";
}

.link_list {
    margin: 0px 0px 0px 0px;
}

.link_list li {
    border-bottom: 1px solid #0076e0;
    font-size: 18px;
    line-height: 2;
    list-style-type: none;
}

.link_list li:not(:first-child) {
    margin: 20px 0px 0px 0px;
}

.link_list li a {
    display: block;
    text-decoration: none;
}

.link_list li a:after {
    margin: 0px 0px 0px 1em;
    font-family: FontAwesome;
    content : "\f105";
}

.link_list li a:hover {
    background-color: #e6f1fb;
}

.product_box {
    width: 220px;
    color: #090909;
    list-style-type: none;
}

.product_box img {
    width: 220px;
    height: auto;
}

.product_box p {
    text-align: center;
}

.bg_bk {
    background-color: #090909;
}

.bg_wt {
    background-color: #fff;
}

.bg_navy {
    background-color: #002440;
}

/****************************************
2. Layout 
*****************************************/
/* 親テーマ（habakiri/bootstrap）で指定されたスタイルに対する上書き */
#main {
    margin: 0px 0px 0px 0px;
}

.w100p {
    width: 100%;
}

.section {
    padding: 60px 0px 60px 0px;
}

.section:first-child {
    padding: 0px 0px 60px 0px;
}

.row.no_mt {
    margin-top: -30px;
}

.row > div > * {
    margin-top: 30px;
}

.row > div > a {
    display: block;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    /* カラム内のブロック要素は中央寄せ（上下マージンは継承）*/
    .row .col-xs-12 * {
        margin-left: auto;
        margin-right: auto;
    }
}

.container {
    width: 960px;
    margin: 0px auto;
}
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
    }
}
@media screen and (max-width: 959px) {
    .container {
        width: 100%;
    }
}

/****************************************
3. header,nav
*****************************************/
#header {
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    /* 固定ヘッダー分マージンを取る */
    #header + * {
        margin-top: 50px;
    }
}

#header .container {
    width: 1000px;
    padding: 0px;
}
@media screen and (max-width: 767px) {
    #header .container {
        width: 100%;
    }
}
@media screen and (max-width: 999px) {
    #header .container {
        width: 100%;
    }
}

.header_logo {
    width: 230px;
    height: 30px;
    margin: 12px 0px;
}
@media print, (min-width: 768px) {
    .header_logo {
        float: left;
    }
}
@media screen and (max-width: 767px) {
    .header_logo {
        margin: 20px auto;
    }
}

.header_info {
    float: left;
    text-align: center;
}

.header_info p {
    margin: 3px 0px 0px;
    line-height: 1;
}

.header_info_lead {
    font-size: 12px;
}

.header_info_time {
    color: #0076e0;
    font-size: 11px;
}

.header_btn {
    float: left;
    margin: 0px 0px 0px 20px;
}

.header_btn .btn_adopt {
    float: left;
}

.header_btn .btn_mail {
    float: left;
    margin: 0px 0px 0px 1px;
}

#gnavi {
    position: relative;
    z-index: 1;
}

#gnavi ul {
    padding: 0px;
    margin: 0px;
}

#gnavi ul li {
    position: relative;
    float: left;
    width: 14%;
    height: 58px;
    background-color: #090909;
    text-align: center;
    line-height: 58px;
    list-style-type: none;
}

#gnavi ul li:last-child {
    width: 16%;
}

#gnavi ul li a,
#gnavi ul li span {
    display: block;
    color: #fff;
    text-decoration: none;
}

#gnavi ul li a:hover,
#gnavi ul li span:hover {
    background-color: #002a4a;
}

#gnavi ul.gnavi_sub {
    display: none;
    position: absolute;
    background-color: #002a4a;
}

#gnavi ul.gnavi_sub li {
    width: 280px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    height: auto;
    padding: 10px 50px 0px 30px;
    background-color: #002a4a;
    text-align: left;
    line-height: normal;
}

#gnavi ul.gnavi_sub li:last-child {
    padding-bottom: 20px;
}

#gnavi ul.gnavi_sub li a {
    position: relative;
    height: 41px;
    border-bottom: 1px solid #002a4a;
    line-height: 40px;
}

#gnavi ul.gnavi_sub li a:hover {
    border-bottom: 1px solid #0076e0;
}

#gnavi ul.gnavi_sub li a:before {
    position: relative;
    top: -2px;
    margin: 0px 1em 0px 0px;
    color: #0076e0;
    font-family: FontAwesome;
    font-weight: bold;
    content: "\f105";
}

.navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    background-color: #fff;
}

.nab_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
    padding: 0px;
    margin: 0px;
    border: none;
    background-color: #0076e0;
    color: #fff;
    border-radius: 0px;
}

.nab_btn_open {
    display: block;
    position: relative;
    width: 36px;
    height: 3px;
    padding: 12px 0px;
    margin: auto;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.nab_btn_open:before {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: inherit;
    background-color: #fff;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}

.nab_btn_close {
    display: block;
    width: 4px;
    height: 40px;
    padding: 0px;
    margin: auto;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.nab_btn_close:before {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    content: "";
}

.nab_btn .nab_btn_open {
    display: none;
}
.nab_btn .nab_btn_close {
    display: block;
}

.nab_btn.collapsed .nab_btn_open {
    display: block;
}
.nab_btn.collapsed .nab_btn_close {
    display: none;
}

#nav_menu {
    background-color: #090909;
}

#nav_menu > ul {
    width: 50%;
    float: left;
}

#nav_menu ul li {
    width: 100%;
    padding: 10px 0px;
    line-height: 1.5;
    list-style: none;
    margin-left: 10px;
    text-indent: -18px;
}

#nav_menu ul li span {
    color: #999;
}

#nav_menu ul li ul {
    padding-left: 12px;
}

#nav_menu ul li a {
    color: #fff;
    text-decoration: none;
}

#nav_menu ul li a:before {
    margin-right: 1em;
    font-family: "FontAwesome";
    color: #0076e0;
    content: "\f105";
}

.page-die-cast .page-header {
    background-image: url(./images/pagetitle/pagetitle_diecast.jpg);
}
.page-machining .page-header {
    background-image: url(./images/pagetitle/pagetitle_machining.jpg);
}
.page-strengths .page-header {
    background-image: url(./images/pagetitle/pagetitle_strengths.jpg);
}
.post-type-archive-product .page-header,
.single-product .page-header,
.tax-parts_category .page-header, 
.tax-proc_category .page-header {
    background-image: url(./images/pagetitle/pagetitle_product.jpg);
}
.post-type-archive-case .page-header,
.single-case .page-header {
    background-image: url(./images/pagetitle/pagetitle_case.jpg);
}
.page-quality .page-header {
    background-image: url(./images/pagetitle/pagetitle_quality.jpg);
}
.page-company .page-header {
    background-image: url(./images/pagetitle/pagetitle_company.jpg);
}
.page-equipment .page-header {
    background-image: url(./images/pagetitle/pagetitle_equipment.jpg);
}
.page-recruit .page-header {
    background-image: url(./images/pagetitle/pagetitle_recruit.jpg);
}
.page-information .page-header {
    background-image: url(./images/pagetitle/pagetitle_information.jpg);
}
.page-contact .page-header,
.page-thanks .page-header {
    background-image: url(./images/pagetitle/pagetitle_contact.jpg);
}
.page-sitemap .page-header {
    background-image: url(./images/pagetitle/pagetitle_sitemap.jpg);
}
.page-privacy .page-header {
    background-image: url(./images/pagetitle/pagetitle_privacy.jpg);
}

.page-header {
    height: 160px;
    padding: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.page-header .container {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.page-header__title {
    line-height: 160px;
}

/****************************************
4. sidebar
*****************************************/
#sub {
    display: none;
    margin-top: 0px;
}

@media screen and (min-width: 1000px) {
    #sub {
        display: block;
    }
}

.side_relation {
    padding: 20px 0px;
    background-color: #1f1f1f;
    color: #fff;
}

.side_relation .under_line {
    font-size: 18px;
    color: #fff;
    margin: 0px 0px 10px;
}

.side_relation .under_line:after {
    bottom: -10px;
    height: 2px;
}

.side_relation .head_line {
    padding: 10px 10px 10px 40px;
    color: #fff;
    font-size: 16px;
}

.side_relation .head_line:before {
    width: 16px;
}

.side_relation ul {
    margin: 40px 0px 0px 0px;
}

.side_relation ul li {
    list-style-type: none;
    padding: 0px 20px;
}

.side_relation ul li a {
    display: block;
    position: relative;
    padding: 0px 0px 10px 1em;
    margin: 20px 0px 0px 0px;
    border-bottom: 1px solid #1f1f1f;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    text-indent: -1.2em;
}

.side_relation ul li a:hover {
    border-bottom: 1px solid #0076e0;
    text-decoration: none;
}

.side_relation ul li a:before {
    position: relative;
    top: -2px;
    margin: 0px 1em 0px 0px;
    color: #0076e0;
    font-family: FontAwesome;
    font-weight: bold;
    content: "\f105";
}

.side_contact {
    margin: 40px 0px 0px 0px;
}

.side_contact p {
    text-align: center;
}

.side_contact_lead {
    font-size: 16px;
}

.side_contact_time {
    font-size: 13px;
}

.side_contact .btn_mail {
    width: 80%;
    margin: 20px auto 0px;
}

.side_company {
    margin: 40px 0px;
}

.side_company p {
    text-align: center;
}

.side_company img {
    display: block;
    margin: 10px auto 0px;
}

.side_company_lead {
    font-size: 15px;
    font-weight: bold;
}

.side_company_address {
    margin: 10px 0px 0px 0px;
    font-size: 12px;
}

/****************************************
5. contents
****************************************/
/*-------- TOP --------*/
.main_slider img {
    display: block;
    margin: 0px auto;
}

.home .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 20px;
}

.home .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #ccc;
}

.top_appeal {
    background-color: #eee;
    text-align: center;
}

.top_appeal h1 {
    color: #090909;
    font-size: 28px;
}

.top_appeal p {
    font-size: 17px;
}

.top_appeal h1 + p {
    margin: 10px 0px 0px 0px;
    color: #0076e0;
    font-size: 12px;
}

.top_product {
    background-image: url(./images/top/main/bg_product.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .top_product {
        background-size: cover;    
    }
}

.top_product h2 {
    color: #fff;
}

.top_product_box {
    color: #fff;
    text-align: center;
}

.top_advantage {
    background-image: url(./images/top/main/bg_select.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .top_advantage {
        background-size: cover;    
    }
}

.top_advantage h3 {
    margin: 20px 0px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}

.top_advantage h3 strong {
    color: #0076e0;
    font-size: 24px;
}

.top_advantage .btn_link {
    border: 1px solid #0076e0;
    background-color: #0076e0;
    color: #fff;
}

.top_advantage .btn_link:hover {
    background-color: transparent;
    color: #0076e0;
}

.top_proposal .under_line {
    color: #fff;
}

.top_proposal p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.top_proposal img {
    margin: 30px auto 0px;
}

.top_proposal .btn_link {
    margin-top: 0px;
}

.top_news {
    margin: 40px 0px 0px 0px;
}

.top_news h2 {
    font-size: 22px;
    text-align: center;
}

.top_news dl {
    height: 240px;
    padding: 0px 20px 0px 0px;
    overflow-y: scroll;
}
@media screen and (max-width: 767px) {
    .top_news dl {
        font-size: 12px;
    }
}

.top_news dl dt,
.top_news dl dd {
    padding: 10px 0px;
    line-height: 3;
}

.top_news dl dt {
    float: left;
    width: 20%;
    text-align: center;
    font-weight: normal;
}

.top_news dl dd {
    padding-left: 25%;
    border-bottom: 1px solid #7d7d7d;
}

.top_news .btn_link {
    border: 1px solid #090909;
    background-color: transparent;
    color: #090909;
}

.top_news .btn_link:hover {
    border: 1px solid #e8e8e8;
    background-color: #e8e8e8;
    color: #090909;
}

.spec_list li {
    padding: 0px 0px 0px 1em;
    border-bottom: 1px solid #090909;
    color: #090909;
    line-height: 2;
    list-style-type: none;
}

/*-------- 個別ページ共通 --------*/
.page h2 {
    margin: 0px;
}

.page h3.head_line + ul {
    margin-left: 50px;
}

.page figcaption,
.single figcaption {
    padding: 5px 10px;
    background-color: #181918;
    color: #fff;
    text-align: center;
}

/*-------- content_contact --------*/
.content_contact {
    padding: 30px 0px;
    background-image: url(./images/etc/bg_pageinfo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.content_contact .btn_mail {
    width: 280px;
    margin: 20px auto;
    font-size: 22px;
}

.content_contact .btn_mail:before {
    font-size: 24px;
}

.content_contact p {
    text-align: center;
}

.content_contact .row {
    margin-top: 20px;
}

.content_contact_lead {
    font-size: 30px;
}

.content_contact .tell_num,
.content_contact .fax_num {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.content_contact .tell_num:before,
.content_contact .fax_num:before {
    color: #0076e0;
    font-size: 30px;
    font-weight: normal;
}

.content_contact_time {
    font-size: 14px;
}

/* 添付情報 */
.content_contact_file {
    font-size: 10px;
}
.content_contact_file:before {
    margin: 0px 10px 0px 0px;
    content: url(./images/etc/icon_file.png);
}
.content_contact_file span {
    font-size: 14px;
}

/*-------- page-machining --------*/
.page-machining dl.check_list dt:before {
    margin: 0px;
    content : "";
}

.machining_before p + p,
.machining_after p + p {
    margin-top: 20px;
}

.machining_before {
    margin: 20px 0px 0px 0px;
}

.machining_before strong {
    border-bottom: 3px solid #0076e0;
    font-size: 22px;
    color: #0076e0;
}

.machining_before div {
    padding: 20px;
    margin: 10px 0px 0px 0px;
    border: 1px solid #0076e0;
    border-radius: 15px;
    text-align: center;
}

.machining_after {
    position: relative;
    margin: 60px 0px 0px 0px;
}

.machining_after:before {
    position: absolute;
    top: -40px;
    left: 48%;
    color: #0076e0;
    font-family: FontAwesome;
    font-size: 25px;
    content : "\f063";
}

.machining_after strong {
    border-bottom: 3px solid red;
    font-size: 22px;
    color: red;
}

.machining_after div {
    padding: 20px;
    margin: 10px 0px 0px 0px;
    background-color: #e6f1fb;
    border: 1px solid #0076e0;
    border-radius: 15px;
    text-align: center;
}

/*-------- company --------*/
@media print, (min-width: 768px) {
    .page-company .col2_table {
        text-align: left;
    }
}

/*-------- category-news --------*/
.category-news .section:first-child {
    padding: 0px 0px 30px 0px;
}

.category-news .section {
    padding: 30px 0px;
}

/*-------- カスタム投稿インデックスページ共通 --------*/
.post-type-archive .section,
.tax-proc_category .section,
.tax-parts_category .section {
    padding: 30px 0px;
}

.post-type-archive .section:first-child,
.tax-proc_category .section:first-child,
.tax-parts_category .section:first-child {
    padding: 0px 0px 30px 0px;
}

.post-type-archive-product .btn_link_blue,
.tax-proc_category .btn_link_blue,
.tax-parts_category .btn_link_blue {
    width: 100%;
    margin-top: 10px;
}

/*-------- product --------*/
.single-product h2.head_line + * {
    margin-top: 0px;
}

.single-product .section {
    padding: 30px 0px;
}

.single-product .section:first-child {
    padding: 0px 0px 30px 0px;
}

.single-product .bx-wrapper {
    margin-top: 20px;
}

.single-product .product_box a {
    display: block;
    margin: 0px auto;
}

/*-------- case --------*/
.single-case h2.head_line + * {
    margin-top: 0px;
}

.single-case .section {
    padding: 30px 0px;
}

.single-case .section:first-child {
    padding: 0px 0px 30px 0px;
}

.single-case .under_line {
    font-size: 30px;
    margin: 0px 0px 50px;
}

.single-case .under_line:after {
    bottom: -20px;
}

.case_box {
    padding: 30px;
    margin: 0px;
    border: 2px solid #0076e0;
    border-radius: 20px;
}

.case_box:not(:first-child) {
    margin-top: 60px;
}

.case_box img {
    margin-top: 30px;
}

/*-------- contact --------*/
.contact_info{
    padding: 18px;
    border: 1px solid #0076e0;
}

.contact_info p {
    text-align: center;
}

.contact_info_lead {
    margin: 0px 0px 18px 0px;
    color: #0076e0;
    font-weight: bold;
}

.contact_info_num {
    margin: 0px 0px 8px 0px;
    color: #0076e0;
}
.contact_info_num strong {
    font-size: 30px;
}

#contact_mail .no_must {
    display: block;
    background-color: #fc0;
    padding: 4px 5px;
    font-size: 10px;
    color: #fff;
    float: left;
    margin: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #ccc;
}

#contact_mail img {
    margin: 20px 0px 10px;
}

/*-------- thanks --------*/
.page-thanks .section {
    text-align: center;
}

.page-thanks .section .row div > *:not(:first-child) {
    margin-top: 30px;
}

/*-------- sitemap --------*/
.page-sitemap ul li ul {
    margin-left: 30px;
}

/*-------- recruit --------*/
@media print, (min-width: 768px) {
    .page-recruit .col2_table dd {
        text-align: left;
    }
}

.recruit_step > p {
    position: relative;
    padding: 20px;
    border: 1px solid #0076e0;
    border-radius: 15px;
    text-align: center;
}

.recruit_step > p:not(:first-child) {
    margin-top: 60px;
}

.recruit_step > p:not(:first-child):before {
    position: absolute;
    top: -50px;
    left: 48%;
    color: #0076e0;
    font-family: FontAwesome;
    font-size: 25px;
    content : "\f063";
}

.recruit_step > p strong {
    color: #0076e0;
    font-size: 20px;
    text-decoration: underline;
}

/*-------- privacy --------*/
.page-privacy h2 {
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .page-privacy h2 {
        font-size: 15px;
    }
}

/****************************************
6. Footer 
****************************************/
#footer {
    padding: 30px 0px 90px;
    background-color: #181918;
    color: #fff;
}

#footer .row > div > * {
    margin-top: 0px;
}

@media screen and (max-width: 768px) {
    #footer {
        padding: 30px 0px;
    }
    #footer .row > div > *:first-child {
        margin-top: 30px;
    }
}

@media screen and (max-width: 999px) {
    #footer .row > div > *:first-child {
        margin-top: 30px;
    }
}

.footer_link ul li {
    position: relative;
    padding: 0px 0px 0px 1em;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    text-indent: -1.2em;
    line-height: 1.5;
    list-style-type: none;
}
@media screen and (max-width: 767px) {
    .footer_link ul li {
        font-size: 13px;
    }
}

.footer_link ul li:before {
    position: relative;
    top: -2px;
    margin: 0px 1em 0px 0px;
    color: #0076e0;
    font-family: FontAwesome;
    font-weight: bold;
    content: "\f105";
}

.footer_link ul li.head_line {
    color: #999;
}

.footer_link ul li.head_line:before {
    margin: 0px;
    content: "";
}

.footer_link ul li a {
    color: #fff;
}

.footer_info {
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.footer_info img {
    width: 230px;
    height: 30px;
}

.footer_info_address {
    margin: 10px 0px 0px 0px;
    font-size: 12px;
}

.footer_info .tell_num {
    margin: 0px;
    color: #fff;
    line-height: 1;
}

.footer_info .tell_num:before {
    color: #0076e0;
}

.footer_info_time {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
}

.footer_info .fax_num {
    margin: 8px 0px 0px 0px;
    color: #fff;
}
@media print, (min-width: 1000px) {
    .footer_info .fax_num {
        text-align: left;
    }    
}

.footer_info .fax_num:before {
    color: #0076e0;
}

.footer_cta {
    position: fixed;
    bottom: -100%;
    left: 0px;
    right: 0px;
    z-index: 9999;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    transition: bottom 0.5s;
}

@media screen and (min-width: 768px) {
    .footer_cta.js_active {
        bottom: 0px;
    }
}

.footer_cta a {
    display: block;
    padding: 0.5em;
    margin: 0px auto;
    max-width: 500px;
    border-radius: 10px;
    background-color: #0082f7;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.footer_cta a:hover {
    background-color: #0076e0;
    color: #fff;
    text-decoration: none;
}

#page-top {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    font-size: 12px;
    display: none;
}

#page-top a {
    width: 70px;
    height: 70px;
    text-decoration: none;
    color: #fff;
    padding: 0px;
    text-align: center;
    display: block;
    background-color: #0076e0;
    font-size: 38px;
    outline: none;
}

/*-------- wrapper --------*/
.pagination-wrapper {
    margin-top: 30px;
    text-align: center;
}

/****************************************
7. Single 
****************************************/
/* 投稿記事から投稿者名を消す */
.entry-meta__item.vCard.author {
    display: none;
}

/****************************************
8. WP
****************************************/
