/*
Theme Name: 美濃太田駅南地区市街地再開発準備組合
Theme URI: https://www.ak-promotion.co.jp/
Description: Child of Twenty Twenty-One
Author: Tomo
Author URI: https://www.ak-promotion.co.jp/
Template: twentytwentyone
Version: 1.0.0
*/

/* Fonts */
.font-min {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font-goth {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.noto {
    font-family: "Noto Sans", sans-serif;
}
.centry {
    font-family: "Century Gothic", sans-serif;
}
.din {
    font-family: "DIN Condensed", sans-serif;
}

/* common */
html { 
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

body {
    font-size: 1.0rem !important;
    line-height: 150%;
    -webkit-font-smoothing: antialiased;
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    background-color: #fff !important;
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 390px;/* for old smartphone */
}
@media (max-width: 767px) {
    body {
        font-size: 1rem !important;
        line-height: 150%;
    }
}
.wrapper {
    width:100%;
    margin: 0 auto;
    padding: 0;
}

a {
    color: #666;
}
a:hover {
    text-decoration: underline;
    color: #999;
}
a:hover img {
    filter: brightness(1.3);
}
img.auto {
    width:100%;
    height: auto;
}
img.max_auto {
    width:auto;
    max-width:100%;
    height: auto;
}

.narrow {
    letter-spacing: -.05em;
}
.clear_both {
    clear:both;
}
.anchor {
    display: block;
    height: 1px;
    margin-top: -100px;
    margin-bottom: 100px;
}


/* layout */
header {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    border-bottom:1px solid #fff;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}
header.sub {
    border-bottom:1px solid #ccc;
    background-color: #fff;
    color: #000;
}
header .header_nav {
    width:1280px;
    margin: 0 auto;
}
header .header_nav h1, header .header_nav .h1 {
    display: inline-block;
    padding: 1rem;
}
header .header_nav ul {
    display: inline;
    padding: 0;
    margin: 0;
}
header .header_nav li {
    display: inline-block;
    padding: 0;
    border-bottom: #fff;
}
header .header_nav li a {
    display: inline-block;
    color:#fff;
    padding: 2rem .8rem;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
header.sub .header_nav li a {
    color:#000;
    border-bottom: 1px solid #ccc;
}

header .header_nav li a:hover {
    color: #f00;
    text-decoration: none;
    border-bottom: 1px solid #f00;
}

header .header_nav .contact {
    display: inline-block;
    padding: 1rem;
}
header .header_nav .search {
    display: inline-block;
    padding: 1rem;
}


header .header_nav .dropdown_area {
    position: relative;
}
header .header_nav .dropdown_menu {
    display: none;
    position: absolute;
    top: 5rem;
    left: 0;
    width:33em;
    font-size: 90%;
    text-align: left;
}
header .header_nav .dropdown_menu li {
    display: block;
    background-color: #000;
    border-bottom: 1px solid #fff;
    width:100%;
}
header.sub .header_nav .dropdown_menu li {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width:100%;
}
header .header_nav .dropdown_menu a {
    display: block;
    width:100%;
    padding: 1.7rem 1rem;
    position: relative;
}
header .header_nav .dropdown_menu img.image {
    margin-top:-20px;
    margin-bottom: -20px;
    margin-right: 5px;
}
header .header_nav .dropdown_menu a span {
    display: block;
    position: absolute;
    right: .5rem;
    top: 1.5rem;
}

@media (max-width: 767px) {
    header {
        padding:1rem;
    }
    .header_nav_mobile {
        text-align: left;
    }
    .header_nav_mobile .h1 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header_nav_mobile .contact, .header_nav_mobile .search {
        padding-top: .4rem;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*** humberger menu ***/
.drawer_hidden {
    display: none;
}
.drawer_open {
    position: fixed;
    right: 15px;
    top: 10px;
    width: 17%;
    z-index: 9999;
    cursor: pointer;
}

/* active */

/* menu contents */
.nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 100%;
    z-index: 9999;
    background: rgb(255,255,255,1.0);
    transition: .5s;
    text-align: left;
   /*padding:1em 3em 1em 1em;*/
}
.nav_content .drawer_close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 17%;
    z-index: 9999;
    cursor: pointer;
}
.nav_content .head {
    padding: 1.3rem 1rem;
    border-bottom: 1px solid #ccc;
}
.nav_content .head .logo {
    display: inline-block;
    width: 50%;
}
.nav_content ul {
    margin: 10px;
}
.nav_content li {
    padding: 1rem;
    border-bottom: 1px dotted #ccc;
}
.nav_content li .dropdown {
    display: block;
    position: relative;
}
.nav_content li .dropdown span {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
}
.nav_content li a:hover {
    text-decoration: none;
}
.nav_content .contact {
    padding: 1rem;
}
/* active */
#drawer_input:checked ~ .nav_content {
    left: 0%;
}
/*******/

footer {
    clear: both;
    background: #000;
    color: #fff;
    margin-top: 5rem;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
footer address {
    font-size: 90%;
    margin:2rem 0;
}

footer a {
    color: #fff;
}
footer h3 {
    font-size: 100%;
}
footer li {
    padding-left:1.5rem;
    font-size: 90%;
    position: relative;
}
footer li.top::before {
    position: absolute;
    content: '－';
    top: 0;
    left: 0;
    color: #B90F16;
    font-weight: bold;
}
footer h3 span {
    color: #B90F16;
    font-size: 60%;
    display: block;
    font-weight: bold;
}
footer .footer_nav {
    text-align: right;
}
footer .footer_nav ul li {
    display: inline-block;
    margin: 1rem 5px;
    padding: 0;
}

footer .copy {
    font-size: 80%;
    text-align: right;
}
@media (max-width: 767px) {
    footer .goto_pagetop {
        top:-35px;
        width:70px;
    }
    footer h2 {
        text-align: center;
    }
    footer address {
        text-align: center;
    }
    footer .footer_nav_mobile {
        margin: 2rem 0 3rem;
    }
    footer .footer_nav_mobile div {
        padding: 10px 5px;
    }
    footer .footer_nav_mobile .tel {
        padding: 20px 50px;
    }
    footer .copy {
        text-align: center;
    }
}

.side_nav {
    position: fixed;
    top: 35vh;
    right:0;
    width:115px;
}

.goto_pagetop {
    position: fixed;
    bottom:20px;
    right: 80px;
    width:110px;
}

.mobile_nav {
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
}
.mobile_nav li {
    width:33.3%;
    float: left;
}

/** modal **/
.modal_area {
    display:none;
    z-index: 9999;
}
.modal_area .screen {
    background-color: rgba(0, 0, 0, .5);
    width:100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.modal_area .modal_window {
    position: fixed;
    top:20%;
    left:50%;
    margin-left:-10em;
    width:30em;
    background: #fff;
    padding:2rem 4rem;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    display: none;
    z-index: 9999;
}
.loading {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    display: none;
}
.loading img {
    z-index: 9999;
    position: fixed;
    top:50%;
    left:50%;
    margin-left:-62px;
    margin-top:-62px;
}

.modal_area #modal_search .search-field {
    display: block;
    width:85%;
    float:left;
}
.modal_area #modal_search label {
    display:none;
}
.modal_area #modal_search .search-submit {
    display: block;
    width:10%;
    padding: 5px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .modal_area .modal_window {
        width:90%;
        margin-left:-45%;
        padding:1rem;
    }
}
/*.modal_area #modal_search .searchandfilter {
    margin: 0;
    padding: 0;
}
.modal_area #modal_search .searchandfilter ul {
    margin: 0;
    padding: 0;
}
.modal_area #modal_search .searchandfilter li {
    margin: 0;
    padding: .2rem 0;
    display: block;
}
.modal_area #modal_search .searchandfilter input[type=text] {
    display: block;
    width:100%;
    padding: .2rem;
    border:1px solid #ccc;
    border-radius: 5px;
}
.modal_area #modal_search .searchandfilter select {
    width:100%;
    padding: .2rem;
    border:1px solid #ccc;
    border-radius: 5px;
}*/


.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}
.scroll_app {
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
}
.scroll_app.on {
    transform: translateX(0);
    opacity: 1.0;
}

/* top */
main {
    margin-top:-32px;
    padding: 0;
}
.top_box01 {
    background-color: #000;
    height: 110vh;
    margin: 0;
    padding-top: 91px;
    padding-bottom: 10vh;
    position: relative;
    z-index: -1;
    text-align: center;
    overflow-x: hidden;
}
.top_box01 h2 {
    padding-top: 45vh;
    display: none;
}
.top_box01 video {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top_box01 {
    height: auto;
    padding-top: 120px;
    padding-bottom: 5vh;
  }
    .top_box01 video {
    width: 100%;
    height: auto;
  }
}

.top_box02 {
    background:url(../images/top_bg02.png) no-repeat top center;
    margin-top: -100px;
    padding-top: 8rem;
}
.top_box02 h2 {
    padding-top: 2rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
}
.top_box02 .contents {
    padding:3rem 0 5rem 8rem;
}
.top_box02 .contents .bx-wrapper {
    background: none;
    box-shadow: none;
    border: none;
}
.top_box02 .contents .bx-wrapper .bx-controls-direction .bx-prev {
    top:inherit;
    bottom: -50px;
}
.top_box02 .contents .bx-wrapper .bx-controls-direction .bx-next {
    top:inherit;
    right:inherit;
    bottom: -50px;
    left:50px;
}
.top_box02 .contents .bx-wrapper .bx-pager.bx-default-pager a {
    width:180px;
    height: 1px;
    border: none;
    background: #fff;
}
.top_box02 .contents .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #B90F16;
}

.top_box02 .contents li small {
    display: block;
    height: 2rem;
    padding: 1rem 0;
    color: #fff;
    font-size: 80%;
}
.top_box02 .contents li span {
    display: block;
    height: 5rem;
    padding: .5rem 0;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
}
.top_box02 .contents li .icons {
    text-align: center;
}
.top_box02 .contents li .icons a {
    display: inline-block;
}
@media (max-width: 767px) {
    .top_box02 {
        background:url(../images/top_bg02.png) no-repeat top left;
    }
    .top_box02 .contents {
        padding:3rem 1rem 5rem 1rem;
    }
    .top_box02 .contents .bx-wrapper .bx-pager.bx-default-pager a {
        display: none;
    }
}

.top_box03 {
    background:url(../images/top_bg03.png) no-repeat top center;
    background-size: cover;
    min-height: 100vh;
    padding: 3rem 0;
}
.top_box03 h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
}
.top_box03 dt {
    font-weight: normal;
    font-size: 90%;
    padding: .7rem 1rem 0;
}
.top_box03 dt .date {
    display: inline-block;
    width: 7em;
}
.top_box03 dt .icon {
    display: inline-block;
    padding: 0 .5rem;
    border: 1px solid #B90F16;
    border-radius: 15px;
    font-size: 90%;
    color: #B90F16;
}
.top_box03 dd {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: .7rem;
    margin-bottom: 0;
}
.top_box03 dd .detail {
    position: absolute;
    right:10px;
    top: -10px;
}
.top_box03 .all_btn a {
    display: inline-block;
    text-align: center;
    padding: 1em;
    background-color: #eee;
    color: #B90F16;
    font-weight: bold;
    width:20em;
}
.top_box03 .all_btn a:hover {
    background-color: #B90F16;
    color: #eee;
    text-decoration: none;
}
@media (max-width: 767px) {
    .top_box03 {
        background:url(../images/top_bg03.png) no-repeat top left;
        background-size: cover;
        min-height: auto;
    }
    .top_box03 ul {
        text-align: center;
    }
    .top_box03 ul li {
        display: inline-block;
        padding-right: .5rem;
    }
    .top_box03 .all_btn {
        text-align: center !important;
    }
    .top_box03 .all_btn a {
        margin: 0 auto;
    }
}


.top_box04 {
    background:url(../images/top_bg04.png) no-repeat top center;
    padding: 3rem 0;
    height: 960px;
    color:#fff;
}
.top_box04 h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#fff;
    font-size: 1.5rem;
    line-height: 300%;
    margin-bottom: 5rem;
}

.top_box04 .all_btn a {
    display: inline-block;
    text-align: center;
    padding: 1em;
    background-color: #fff;
    color: #B90F16;
    font-weight: bold;
    width:20em;
    margin-top: 7rem;
}
.top_box04 .all_btn a:hover {
    background-color: #B90F16;
    color: #fff;
    text-decoration: none;
}

.top_box04 ul {
    margin-left:2rem;
    height:900px;
    overflow-y: scroll;
}
.top_box04 ul .headline {
    display: block;
    font-weight: bold;
    margin: 1rem 0 0;
    font-size: 110%;
}
.top_box04 ul .headline strong {
    display: inline-block;
    color: #B90F16;
    font-weight: normal;
    font-size: 300%;
    font-style: italic;
    padding-right: 1rem;
    vertical-align: -5px;
}
.top_box04 ul .contents {
    display: block;
    margin: 1em 0 1em;
}
@media (max-width: 767px) {
    .top_box04 {
        height: auto;
        background-color: #000;
        background-image:url(../images/top_bg04.png);
    }
    .top_box04 h2 {
        margin-bottom: 1rem;
    }
    .top_box04 .all_btn {
        text-align: center !important;
    }
    .top_box04 .all_btn a {
        margin: 2rem auto;
    }
    .top_box04 ul {
        margin:1rem;
        height:auto;
        overflow-y:visible;
    }
}

.top_box05 {
    background:url(../images/top_bg05.png) no-repeat top center;
    padding: 3rem 0;
    overflow: hidden;
}
.top_box05 h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top: 5rem;
}
.top_box05 .all_btn a {
    display: inline-block;
    text-align: center;
    padding: 1em;
    background-color: #B90F16;
    color: #fff;
    font-weight: bold;
    width:20em;
    margin-top: 4rem;
}
.top_box05 .all_btn a:hover {
    background-color: #fff;
    color: #B90F16;
    text-decoration: none;
}
.top_box05 ul.revolver {
    position: relative;
    width: 800px;
    height: 800px;
}
.top_box05 ul.revolver li {
    position: absolute;
    width:207px;
}
.top_box05 ul.revolver li:nth-child(1) {
    top: 0px;
    left: 276px;
}
.top_box05 ul.revolver li:nth-child(2) {
    top: 96px;
    left: 516px;
}
.top_box05 ul.revolver li:nth-child(3) {
    top: 349px;
    left: 576px;
}
.top_box05 ul.revolver li:nth-child(4) {
    top: 566px;
    left: 423px;
}
.top_box05 ul.revolver li:nth-child(5) {
    top: 571px;
    left: 160px;
}
.top_box05 ul.revolver li:nth-child(6) {
    top: 372px;
    left: 0px;
}
.top_box05 ul.revolver li:nth-child(7) {
    top: 117px;
    left: 45px;
}

@media (max-width: 767px) {
    .top_box05 .all_btn {
        text-align: center !important;
    }
    .top_box05 .all_btn a {
        margin: 2rem auto 5rem;
    }
    .top_box05 .bx-wrapper {
        background: none;
        box-shadow: none;
        border: none;
        margin-bottom: 0;
    }
}


.top_box06 {
    /*background:url(../images/top_bg06.png) no-repeat top center;*/
    padding: 3rem 0;
}
.top_box06 h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top: 5rem;
    text-align: center;
}
.top_box06 ul {
    margin:3rem 5%;
}
.top_box06 ul li a {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.top_box06 ul .box01 {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -4rem;
    width: 8rem;
    font-size: 110%;
    font-weight: bold;
    display: inline-block;
    background: #000;
    color: #fff;
}
.top_box06 ul .box02 {
    position: absolute;
    top: 27%;
    left: 50%;
    margin-left: -4rem;
    width: 8rem;
    font-size: 80%;
    font-weight: bold;
    display: inline-block;
    color: #B90F16;
}
.top_box06 ul .icon {
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -34px;
    width: 68px;
    text-align: center;
    display: inline-block;
}

.top_box07 {
    background:url(../images/top_bg07.png) no-repeat top center;
    padding: 3rem 0;
    color: #fff;
}
.top_box07 h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#fff !important;
    font-size: 1.5rem;
    line-height: 300%;
    margin: 2rem 0;
}
.top_box07 .btn01, .top_box07 .btn02, .top_box07 .btn03, .top_box07 .btn04 {
    padding:1rem;
}

/* sub */
main.sub {
    margin-top: 100px;
}

@media (max-width: 767px) {
}

main h2 {
}
main h3 {
}

main.sub .bread li {
    display: inline-block;
    margin: 1rem .5rem 1rem 0;
    padding: 0;
}
main.sub .bread li a {
    color: #000;
}
main.sub .bread li.current {
    color: #B90F16;
}

main.sub .btn01 {
    text-align: center;
}
main.sub .btn01 a {
    display: block;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    min-width: 15em;
    padding: 1.5em;
    margin: 3rem auto;
    background: url(../images/common_btn04.png) no-repeat center;
    background-size: contain;
}
main.sub .btn01 a:hover {
    background-image: url(../images/common_btn05.png);
}

main.sub .btn02 {
    text-align: center;
    margin:1rem auto 2rem;
}
main.sub .btn02 input, main.sub .btn02 button {
    display: inline-block;
    padding: 1.3rem;
    background-color: #B90F16;
    border:1px solid #ccc;
    color: #fff;
    width:40%;
}

/* news */
.news .title {
    background: url(../images/news_img01.png) no-repeat top center;
    height: 509px;
    margin-bottom: 3rem;
}
.news h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top:110px;
}
.news h1 strong {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 350%;
}
.news h2 {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 200%;
}
.news .icon {
    display: inline-block;
    padding: 0 .5rem;
    border: 1px solid #B90F16;
    border-radius: 15px;
    font-size: 90%;
    color: #B90F16;
}

.news .selector {
    margin-top:-2.5rem;
    margin-left: 13em;
}
.news .selector a .icon {
    border: 1px solid #000;
    color: #000;
    margin:5px 0;
}
.news .selector a:hover .icon {
    border: 1px solid #B90F16;
    color: #B90F16;
}

.news .pager {
    text-align: center;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding: 2rem;
    margin: 3rem 0;
}
.news .pager .prev {
    text-align: left;
    color: #B90F16;
}
.news .pager .next {
    text-align: right;
    color: #B90F16;
}
.news .pager ul {
    margin: 0;
}
.news .pager a {
    color: #000;
}


.news .news_box01 dl {
    margin:2rem 0;
}

.news .news_box01 dt {
    font-weight: normal;
    font-size: 90%;
    padding: 15px 1rem 0 300px;
    height: 50px;
    box-sizing: border-box;
}
.news .news_box01 dt .date {
    display: inline-block;
    width: 7em;
}
.news .news_box01 dd {
    margin-top: -50px;
    border-bottom: 1px solid #ccc;
    padding: 15px 1rem 15px 300px;
    margin-bottom: 0;
    min-height: 135px;
    position: relative;
}
.news .news_box01 dd figure {
    display: inline-block;
    margin: 0 0 0 -300px;
    padding: 0;
}
.news .news_box01 dd figure img.attachment-post-thumbnail {
    height: auto;
    width: 240px !important;
    height: 135px !important;
}
.news .news_box01 dd p {
    position: absolute;
    top:50px;
}
.news .news_box01 dd .detail {
    position: absolute;
    right: 10px;
    top:50%;
    margin-top: -20px;
}

.news .news_box02 h1 {
    color: #B90F16;
    padding: 0;
    margin:2rem;
}
.news .news_box02 figure {
    margin: 2rem;
}
.news .news_box02 figure img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
}
.news .news_box02 .entry {
    margin: 3rem 2rem;
    line-height: 180%;
}

@media (max-width: 767px) {
    .news .title {
        height: 130px;
        margin-bottom: 1rem;
        background-size: cover;
    }
    .news h1 {
        line-height: 180%;
        padding-top: 35px;
        font-size: .7rem;
    }
    .news .selector {
        margin:.5rem 0;
    }

    .news .news_box01 dt {
        padding: 15px 1rem 0 1rem;
    }
    .news .news_box01 dd {
        margin-top: 0;
        padding: 0 1rem 15px 1rem;
    }
    .news .news_box01 dd figure {
        margin: 0 0 1rem;
    }
    .news .news_box01 dd p {
        position: relative;
        top:0;
    }
    .news .news_box02 h1 {
        font-size: 1.5rem;
        margin: 2rem 0;
    }
    .news .news_box02 .entry {
        margin: 2rem 0;
    }
}



/* search */
.search .title {
    background: url(../images/news_img01.png) no-repeat top center;
    height: 509px;
    margin-bottom: 3rem;
}
.search h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top:110px;
}
.search h1 strong {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 350%;
}
.search h2 {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 200%;
}
.search .icon {
    display: inline-block;
    padding: 0 .5rem;
    border: 1px solid #B90F16;
    border-radius: 15px;
    font-size: 90%;
    color: #B90F16;
}

.search .selector {
    margin-top:-2.5rem;
    margin-left: 13em;
}
.search .selector a .icon {
    border: 1px solid #000;
    color: #000;
    margin:5px 0;
}
.search .selector a:hover .icon {
    border: 1px solid #B90F16;
    color: #B90F16;
}

.search .pager {
    text-align: center;
    /*border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;*/
    padding: 2rem;
    margin: 3rem 0;
}
.search .pager .prev {
    text-align: left;
    color: #B90F16;
}
.search .pager .next {
    text-align: right;
    color: #B90F16;
}
.search .pager ul {
    margin: 0;
    color: #B90F16;
}
.search .pager a {
    color: #000;
}


.search .news_box01 dl {
    margin:2rem 0;
}

.search .news_box01 dt {
    font-weight: normal;
    font-size: 120%;
    padding: 15px 1rem 0;
    height: 50px;
    box-sizing: border-box;
}
.search .news_box01 dt .date {
    display: inline-block;
    width: 7em;
}
.search .news_box01 dd {
    margin-top: -50px;
    border-bottom: 1px solid #ccc;
    padding: 15px 1rem 15px;
    margin-bottom: 0;
    min-height: 135px;
    position: relative;
}
.search .news_box01 dd figure {
    display: inline-block;
    margin: 0 0 0 -300px;
    padding: 0;
}
.search .news_box01 dd figure img.attachment-post-thumbnail {
    height: auto;
    width: 240px !important;
    height: 135px !important;
}
.search .news_box01 dd p {
    position: absolute;
    top:50px;
}
.search .news_box01 dd .detail {
    position: absolute;
    right: 10px;
    top:50%;
    margin-top: -20px;
}

@media (max-width: 767px) {
    .search .title {
        height: 130px;
        margin-bottom: 1rem;
        background-size: cover;
    }
    .search h1 {
        line-height: 180%;
        padding-top: 35px;
        font-size: .7rem;
    }
    .search .selector {
        margin:.5rem 0;
    }

    .search .news_box01 dt {
        padding: 15px 1rem 0 1rem;
    }
    .search .news_box01 dd {
        margin-top: 0;
        padding: 0 1rem 15px 1rem;
    }
    .search .news_box01 dd figure {
        margin: 0 0 1rem;
    }
    .search .news_box01 dd p {
        position: relative;
        top:0;
    }
}

/* catalog */
.catalog .title {
    background: url(../images/news_img01.png) no-repeat top center;
    height: 509px;
    margin-bottom: 3rem;
}
.catalog h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top:110px;
}
.catalog h1 strong {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 350%;
}
.catalog h2 {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 200%;
}
.catalog .icon {
    display: inline-block;
    padding: 0 .5rem;
    border: 1px solid #B90F16;
    border-radius: 15px;
    font-size: 90%;
    color: #B90F16;
}

.catalog .selector {
    margin-top:-2.5rem;
    margin-left: 13em;
}
.catalog .selector a .icon {
    border: 1px solid #000;
    color: #000;
}
.catalog .selector a:hover .icon {
    border: 1px solid #B90F16;
    color: #B90F16;
}

.catalogs .pager {
    text-align: center;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding: 2rem;
    margin: 3rem 0;
}
.catalog .pager .prev {
    text-align: left;
    color: #B90F16;
}
.catalog .pager .next {
    text-align: right;
    color: #B90F16;
}
.catalog .pager ul {
    margin: 0;
}
.catalog .pager a {
    color: #000;
}

.catalog .catalog_box01 dl {
    margin:2rem 0;
}

.catalog .catalog_box01 dt {
    font-weight: normal;
    font-size: 90%;
    padding: 15px 1rem 0 200px;
    height: 50px;
    box-sizing: border-box;
}
.catalog .catalog_box01 dt .date {
    display: inline-block;
    width: 7em;
}
.catalog .catalog_box01 dd {
    margin-top: -50px;
    border-bottom: 1px solid #ccc;
    padding: 15px 1rem 15px 200px;
    margin-bottom: 0;
    min-height: 135px;
    position: relative;
}
.catalog .catalog_box01 dd figure {
    display: inline-block;
    margin: 0 0 0 -200px;
    padding: 0;
}
.catalog .catalog_box01 dd figure img {
    width: auto;
    height: 200px;
}
.catalog .catalog_box01 dd p {
    position: absolute;
    top:50px;
}
.catalog .catalog_box01 dd .detail {
    position: absolute;
    right: 10px;
    top:50%;
    margin-top: -20px;
}
@media (max-width: 767px) {
    .catalog .title {
        height: 130px;
        margin-bottom: 1rem;
        background-size: cover;
    }
    .catalog h1 {
        line-height: 180%;
        padding-top: 35px;
        font-size: .7rem;
    }

    .catalog .icon {
        font-size: 80%;
        color: #B90F16;
    }

    .catalog .selector {
        margin-top:1rem;
        margin-left:1rem;
    }

    .catalog .catalog_box01 dt {
        padding: 15px 1rem 0 1rem;
    }
    .catalog .catalog_box01 dd {
        margin-top: 0;
        padding: 0 1rem 15px 1rem;
    }
    .catalog .catalog_box01 dd figure {
        margin: 0 0 1rem;
    }
    .catalog .catalog_box01 dd p {
        position: relative;
        top:0;
    }

}

/* sanki */
.sanki .title {
    background: url(../images/sanki_img01.png) no-repeat top center;
    height: 509px;
    margin-bottom: 3rem;
}
.sanki h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top:110px;
}
.sanki h1 strong {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 350%;
}
.sanki h2 {
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 150%;
}
.sanki h2 strong {
    color: #B90F16;
}
.sanki .subtitle {
    font-family: "Century Gothic", sans-serif;
    color: #B90F16;
    font-weight: bold;
    font-style: italic;
    font-size: 90%;
    margin-top: 3rem;
}
.sanki .number {
    float: right;
    margin-right:-5%;
    margin-bottom: -3rem;
    width:40%;
}

.sanki_box01 p {
    text-align: center;
    font-size: 150%;
    line-height: 150%;
    margin:3em 1em;
}

.sanki_box02 .container {
    position: relative;
    clear: both;
    height: 1100px;
}
.sanki_box02 .content {
    position: absolute;
    left: 50%;
}
.sanki_box02 .pic01 {
    position: absolute;
    right: 50%;
    margin-left:-5%;
}
.sanki_box02 .pic02 {
    position: absolute;
    top: 550px;
    left: 10%;
}

.sanki_box03 {
    background: url(../images/sanki_img05.png) no-repeat top center;
    background-size: cover;
    margin-top:-200px;
    padding:200px 0 0;
}
.sanki_box03 .container {
    position: relative;
    clear: both;
    height: 1200px;
    color: #fff;
}
.sanki_box03 .content {
    position: absolute;
    right: 50%;
}
.sanki_box03 .subtitle {
    color: #fff;
}
.sanki_box03 .pic01 {
    position: absolute;
    left: 55%;
    margin-right:-5%;
}
.sanki_box03 .pic02 {
    position: absolute;
    top: 450px;
    right: 20%;
}

.sanki_box04 .container {
    position: relative;
    clear: both;
    height: 1100px;
}
.sanki_box04 .content {
    position: absolute;
    left: 50%;
}
.sanki_box04 .pic01 {
    position: absolute;
    right: 50%;
    margin-left:-5%;
}
.sanki_box04 .pic02 {
    position: absolute;
    top: 500px;
    left: 30%;
}

.sanki_box05 {
    background: url(../images/sanki_img12.png) no-repeat top center;
    background-size: cover;
    margin-top:-200px;
    padding:200px 0 0;
}
.sanki_box05 .container {
    position: relative;
    clear: both;
    height: 1200px;
    color: #fff;
}
.sanki_box05 .content {
    position: absolute;
    right: 50%;
}
.sanki_box05 .subtitle {
    color: #fff;
}

.sanki_box05 h2 {
    white-space: nowrap;
}
.sanki_box05 .pic01 {
    position: absolute;
    left: 55%;
    margin-right:-5%;
}
.sanki_box05 .pic02 {
    position: absolute;
    top: 450px;
    right: 20%;
}

.sanki_box06 .container {
    background: url(../images/sanki_img16.png) no-repeat top center;
    background-size: contain;
    height: 400px;
    margin-top: 3rem;
    padding: 3rem;
    position: relative;
}
.sanki_box06 h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#fff;
    font-size: 1rem;
    line-height: 300%;
    margin-top:1.5rem;
    margin-left:2rem;
}
.sanki_box06 h2 strong {
    display: block;
    font-family: "Century Gothic", sans-serif;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 300%;
}
.sanki_box06 ul {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -30%;
    width: 60%;
    text-align: center;
}
.sanki_box06 ul li {
     display: inline-block;
     width:45%;
     margin: 2%;
}
.sanki_box06 ul li a {
    display: block;
    background: url(../images/sanki_img17.png) no-repeat top center;
    background-size: contain;
    padding: 1.5rem;
    width: 100%;
    color: #fff;
    font-weight: bold;
}
.sanki_box06 ul li a:hover {
    background: url(../images/sanki_img18.png) no-repeat top center;
    background-size: contain;
    text-decoration: none;
}
@media (max-width: 767px) {
    .sanki .title {
        height: 130px;
        margin-bottom: 1rem;
        background-size: cover;
    }
    .sanki h1 {
        line-height: 180%;
        padding-top: 35px;
        font-size: .7rem;
    }
    .sanki_box01 p {
        font-size: 140%;
        margin:2em 0;
    }

    .sanki_box02 .container {
        height: auto;
    }
    .sanki_box02 .content {
        position: relative;
        left: 0;
    }
    .sanki_box02 .pic01 {
        position:relative;
        right: 0;
    }
    .sanki_box02 .pic02 {
        position: relative;
        top: 0;
        left: 0;
    }
    .sanki_box03 {
        margin-top:0px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .sanki_box03 .container {
        height: auto;
    }
    .sanki_box03 .content {
        position: relative;
        right: 0;
    }
    .sanki_box03 .pic01 {
        position: relative;
        left: 0;
    }
    .sanki_box03 .pic02 {
        position: relative;
        top: 0;
        right: 0;
    }

    .sanki_box04 .container {
        height: auto;
    }
    .sanki_box04 .content {
        position: relative;
        left: 0;
    }
    .sanki_box04 .pic01 {
        position: relative;
        right: 0;
    }
    .sanki_box04 .pic02 {
        position: relative;
        top: 0;
        left: 0;
    }


    .sanki_box05 {
        margin-top:0;
        padding-top:100px;
        padding-bottom:100px;
    }
    .sanki_box05 .container {
        height: auto;
    }
    .sanki_box05 .content {
        position: relative;
        right: 0;
    }
    .sanki_box05 .pic01 {
        position: relative;
        left: 0;
    }
    .sanki_box05 .pic02 {
        position: relative;
        top: 0;
        right: 0;
    }
    .sanki_box05 h2 {
        white-space:unset;
    }

    .sanki_box06 .container {
        background-size: contain;
        background-position: left top;
        height: auto;
        padding: 3rem 0;
    }
    .sanki_box06 h2 {
        color:#000;
        margin-top:90px;
        margin-left:1rem;
    }
    .sanki_box06 h2 strong {
        color: #000;
    }
    .sanki_box06 ul {
        position: relative;
        top: 0;
        left: 0;
        margin-left: -2.5%;
        width: 100%;
    }
    .sanki_box06 ul li a {
        padding: .5rem;
    }

}

/* company */
.company .title {
    background: url(../images/company_img01.png) no-repeat top center;
    height: 509px;
    margin-bottom: 3rem;
}
.company h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top:110px;
}
.company h1 strong {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 350%;
}
.company h2 {
    font-weight: bold;
    line-height: 200%;
    font-size: 1.1rem;
    color: #B90F16;
    padding:2rem 0 1rem;
}
.company h2 strong {
    font-family: "Century Gothic", sans-serif;
    font-style: italic;
    color: #000;
    font-size: 320%;
}
.company_box01 {
    padding:5rem 0;
}
.company_box01 ul {
    display: inline-block;
    margin: 3rem auto;
}
.company_box01 ul li {
    display: inline-block;
    width: 202px;
    font-size: 110%;
    margin-left: -10px;
    margin-right: -10px;
}
.company_box01 ul li a {
    display: block;
    background: url(../images/common_btn06.png) no-repeat center top;
    background-size: contain;
    height: 90px;
    padding: 1.4rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.company_box01 ul li a:hover {
    background: url(../images/common_btn07.png) no-repeat center top;
    background-size: contain;
    text-decoration: none;
}

.company_box02 table {
    margin:2rem 10%;
    width: 80%;
}
.company_box02 table th {
    font-weight: bold;
    color: #B90F16;
    border-bottom:2px solid #B90F16;
    padding: 1.2rem;
    vertical-align: top;
    width: 10em;
}
.company_box02 table td {
    border-bottom:1px solid #ccc;
    padding: 1.2rem 2rem 1.2rem 4rem;
    vertical-align: top;
}
.company_box02 table td dl dd {
    margin-bottom: 1rem;
}
.company_box02 table td strong {
    color: #B90F16;
}
.company_box02 table .noborder {
    border: none;
}
.company_box03 {
    padding:5rem 0;
    background-color: #000;
    color: #fff;
}
.company_box03 h2 strong {
    color:#fff
}
.company_box03 dl {
    position: relative;
    margin-left:50%;
    border-left:1px solid #fff;
    margin-top:3rem;
    padding: 0 0 -10rem;
}
.company_box03 dl dt {
    font-family: "Century Gothic", sans-serif;
    font-style: italic;
    font-size: 230%;
    padding:0 2rem 1rem; 
    position: relative;
}
.company_box03 dl dt small {
    font-size: 70%;
}
.company_box03 dl dd {
    padding:0 2rem; 
}
.company_box03 dl dd strong {
    font-family: "Century Gothic", sans-serif;
    font-style: italic;
    font-size: 150%;
}
.company_box03 dl dt.layout_r::before {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 1rem;
    content: '●';
    position: absolute;
    left:-.5rem;
}
.company_box03 dl dt.layout_l {
    margin-left: -100%;
    text-align: right;
    width:100%;
}
.company_box03 dl dt.layout_l::after {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 1rem;
    content: '●';
    position: absolute;
    right:-.5rem;
}
.company_box03 dl dd.layout_l {
    margin-left: -100%;
    text-align: right;
    width:100%;
}
.company_box04 {
    padding:5rem 0;
}
.company_box04 h3 {
    font-size: 1.1rem;
    color: #B90F16;
    font-weight: bold;
}
.company_box04 .equipment {
    padding: 3%;
}
.company_box04 li {
    padding:.5rem 1rem;
    background-color: #FCF7F7;
    border: 1px solid #ccc;
    margin: .3rem 2rem;
}
.company_box05 {
    padding:5rem 0;
}
.company_box05 h3 {
    text-align: center;
    font-weight: bold;
    line-height: 200%;
    font-size: 1.1rem;
    color: #B90F16;
    padding:2rem 0 1rem;
}
.company_box05 h3 strong {
    font-family: "Century Gothic", sans-serif;
    font-style: italic;
    color: #000;
    font-size: 280%;
}
.company_box05 .map {
    text-align: center;
    padding: 2rem 0;
}
.company_box05 h4 {
    color: #B90F16;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 1rem;
}
.company_box05 .headoffice strong {
    color: #B90F16;
}
.company_box05 span.tel {
    display: block;
    padding: .2em .2em .2em 1.5em;
    background: url(../images/common_icon23.png) no-repeat;
    background-position: 0 .6em;
}
.company_box05 span.fax {
    display: block;
    padding: .2em .2em .2em 1.5em;
    background: url(../images/common_icon24.png) no-repeat;
    background-position: 0 .6em;
}
.company_box05 span.email {
    display: block;
    padding: .2em .2em .2em 1.5em;
    background: url(../images/common_icon25.png) no-repeat;
    background-position: 0 .6em;
}
.company_box05 .map_btn01 {
    display: block;
    margin: 1.5rem 0;
    background: url(../images/common_btn09.png) no-repeat center top;
    background-size: contain;
    width:24em;
    padding: .8rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.company_box05 .map_btn01:hover {
    background: url(../images/common_btn10.png) no-repeat center top;
    background-size: contain;
    text-decoration: none;
}
.company_box05 .slide_area {
    margin:3rem 0;
}
.company_box05 .slide_area .bx-wrapper {
    background: none;
    box-shadow: none;
    border: none;
}
.company_box05 .map_btn02 {
    display: block;
    margin: .3rem 0 1rem;
    background: url(../images/common_btn11.png) no-repeat center top;
    background-size: contain;
    width:100%;
    padding: .3rem 0;
    font-size: 90%;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.company_box05 .map_btn02:hover {
    background: url(../images/common_btn12.png) no-repeat center top;
    background-size: contain;
    text-decoration: none;
}
.company_box05 .box_area {
    background-color: #FFF4F4;
    padding: 3rem;
    margin: 2rem 10%;
    text-align: center;
    height: 100%;
}
.company_box05 .row .box_area {
    margin: 0;
}
.company_box05 .list {
    max-width:28em;
    margin:2rem auto;
    text-align: left;
}
.company_box05 .list .icon {
    color: #B90F16;
}
.company_box06 {
    padding:5rem 0;
}
.company_box06 p.strong {
    font-size: 120%;
    font-weight: bold;
}
.company_box06 .box {
    margin: 3rem;
}
.company_box06 h3 {
    font-size: 120%;
    font-weight: bold;
    padding: .5em 0;
    border-bottom: 2px solid #ccc;
    position: relative;
}
.company_box06 h3::before {
    display: block;
    position: absolute;
    content: ' ';
    padding: .5em 0;
    bottom: -2px;
    width:10em;
    border-bottom: 3px solid #B90F16;
}
.company_box06 ul {
    margin: 1rem 0;
}
.company_box06 ul li {
    margin: 2px;
    display: inline-block;
}

@media (max-width: 767px) {
    .company .title {
        height: 130px;
        margin-bottom: 1rem;
        background-size: cover;
    }
    .company h1 {
        line-height: 180%;
        padding-top: 35px;
        font-size: .7rem;
    }

    .company_box01 {
        padding:2rem 0;
    }
    .company_box01 ul {
        margin: 0;
        padding: 0;
    }
    .company_box01 ul li {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .company_box02 table {
        margin:1rem 2%;
        width: 96%;
    }
    .company_box02 table th {
        padding: 1rem;
        display: inline-block;
    }
    .company_box02 table td {
        padding: 1rem;
        display: block;
    }

    .company_box03 dl {
        font-size: 90%;
    }
    .company_box03 dl dt {
        font-size: 150%;
        padding:0 1rem .5rem;
    }
    .company_box03 dl .layout_r {
        padding-right:0;
    }
    .company_box03 dl .layout_l {
        padding-left:0;
    }
    .company_box03 dl dt small {
        font-size: 60%;
    }
    .company_box03 dl dd {
        padding:0 1rem; 
    }
  
    .company_box04 {
        padding:2rem 0;
    }
    .company_box04 li {
        margin: .3rem 1rem;
    }
    .company_box05 {
        padding:2rem 0;
    }

    .company_box05 .box_area {
        padding: 1rem;
        margin: 1rem 0;
    }
    .company_box05 .row div.col-md-6 {
        padding: 1rem;
    }
    .company_box05 .factory .col-md-6 .row .col-md-6 {
        padding:1em 1em;
    }
    .company_box06 {
        padding:2rem 0;
    }
    .company_box06 .box {
        margin: 1rem;
    }
    .company_box06 ul li {
        width:30%;
    }
}

/* faq */
.faq .title {
    background: url(../images/faq_img01.png) no-repeat top center;
    height: 509px;
    margin-bottom: 3rem;
}
.faq h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top:110px;
}
.faq h1 strong {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 350%;
}
.faq h2 {
    position: relative;
    padding:2rem 0 1rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    background: #B90F16;
    margin-right: 5em;
}
.faq h2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    margin-left: -50%;
    background-color: #B90F16;
    z-index: -1;
}
.faq h2::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    margin-left: 4em;
    background-color: #B90F16;
    transform: skew(-30deg);
    z-index: -1;
}
.faq_box01 {
    padding:5rem 0;
}
.faq_box01 dl {
    margin:2rem;
    font-size: 110%;
}
.faq_box01 dl dt {
    padding:1.3rem 1.3rem 1.3rem 3rem;
    border-bottom: 1px solid #ccc;
    background: url(../images/faq_img02.png) no-repeat;
    background-position: 0 1rem;
    position: relative;
}
.faq_box01 dl dd {
    padding:1.3rem 1.3rem 1.3rem 3rem;
    padding-bottom: 3rem;
    background: url(../images/faq_img04.png) no-repeat;
    background-position: 0 1rem;
    display: none;
}
.faq_box01 .btn01 {
    display: inline-block;
    position: absolute;
    top:1rem;
    right:1rem;
}
.faq_box01 .btn02 {
    display: inline-block;
    padding: 1.5rem 3rem;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    background: #B90F16;
}
@media (max-width: 767px) {
    .faq .title {
        height: 130px;
        margin-bottom: 1rem;
        background-size: cover;
    }
    .faq h1 {
        line-height: 180%;
        padding-top: 35px;
        font-size: .7rem;
    }
    .faq_box01 dl {
        margin:.5rem;
    }
    .faq_box01 .btn01 {
        right:-0.5rem;
    }
}

/* sitemap */
.sitemap .title {
    background: url(../images/sitemap_img01.png) no-repeat top center;
    height: 509px;
    margin-bottom: 3rem;
}
.sitemap h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top:110px;
}
.sitemap h1 strong {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 350%;
}
.sitemap_box01 {
    padding:5rem 0;
}
.sitemap_box01 h2 {
    font-size: 120%;
    font-weight: bold;
    padding: .5em 0;
    border-bottom: 2px solid #ccc;
    position: relative;
    margin-bottom: 2rem;
}
.sitemap_box01 h2::before {
    display: block;
    position: absolute;
    content: ' ';
    padding: .5em 0;
    bottom: -2px;
    width:10em;
    border-bottom: 3px solid #B90F16;
}
.sitemap_box01 ul {
    margin:2rem;
}
.sitemap_box01 a {
    display: inline-block;
    padding: .5rem .5rem .5rem 2rem;
    background: url(../images/common_icon28.png) no-repeat;
    background-position: 0 .5rem;
    color: #000;
} 

@media (max-width: 767px) {
    .sitemap .title {
        height: 130px;
        margin-bottom: 1rem;
        background-size: cover;
    }
    .sitemap h1 {
        line-height: 180%;
        padding-top: 35px;
        font-size: .7rem;
    }
}

/* mission */
.mission .title {
    background: url(../images/mission_img01.png) no-repeat top center;
    height: 509px;
    margin-bottom: 3rem;
}
.mission h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top:110px;
}
.mission h1 strong {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 350%;
}
.mission_box01 {
    padding:3rem 0;
}
.mission_box01 ul {
    display: inline-block;
    margin: 3rem auto;
}
.mission_box01 ul li {
    display: inline-block;
    width: 202px;
    font-size: 110%;
    margin-left: -10px;
    margin-right: -10px;
}
.mission_box01 ul li a {
    display: block;
    background: url(../images/common_btn06.png) no-repeat center top;
    background-size: contain;
    height: 90px;
    padding: 1.4rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.mission_box01 ul li a:hover {
    background: url(../images/common_btn07.png) no-repeat center top;
    background-size: contain;
    text-decoration: none;
}
.mission_box02 {
    padding:3rem 0;
}
.mission_box02 h2 {
    font-size: 180%;
    color: #B90F16;
    font-weight: bold;
}
.mission_box02 p {
    margin: 1rem 0;
}
.mission_box03 {
    padding:5rem 0;
    background: url(../images/mission_img11.png) no-repeat center;
    background-size: 60%;
    background-color: #000;
    color: #fff;
    min-height: 20em;
}
.mission_box03 h2 {
    text-align: center;
    font-weight: bold;
    line-height: 200%;
    font-size: 1.5rem;
    color: #B90F16;
    padding:2rem 0 1rem;
}
.mission_box03 h2 strong {
    font-family: "Century Gothic", sans-serif;
    font-style: italic;
    color: #BFBABA;
    font-size: 200%;
}
.mission_box03 p {
    margin: 1rem 18%;
}
.mission_box04 {
    padding:5rem 0;
    background: url(../images/mission_img12.png) no-repeat center;
    background-size: 60%;
    background-color: #F5F5F5;
    min-height: 20em;
}
.mission_box04 h2 {
    text-align: center;
    font-weight: bold;
    line-height: 200%;
    font-size: 1.5rem;
    color: #B90F16;
    padding:2rem 0 1rem;
}
.mission_box04 h2 strong {
    font-family: "Century Gothic", sans-serif;
    font-style: italic;
    /*color: #BFBABA;*/
    color:#000;
    font-size: 200%;
}
.mission_box04 p {
    margin: 1rem 18%;
    font-weight: bold;
}
.mission_box05 {
    padding:5rem 0;
    background: url(../images/mission_img05.png) no-repeat;
    background-position: 20% 5%;
}
.mission_box05 h2 {
    font-weight: bold;
    line-height: 200%;
    font-size: 1.1rem;
    color: #B90F16;
    padding:2rem 0 1rem;
}
.mission_box05 h2 strong {
    font-family: "Century Gothic", sans-serif;
    font-style: italic;
    color: #000;
    font-size: 280%;
}
.mission_box05 p strong {
    display:inline-block;
    margin: 5rem 0;
    font-size: 250%;
    line-height: 120%;
    color: #B90F16;
}
.mission_box05 p small {
    font-weight: bold;
    font-size: 60%;
}
.mission_box05 h3 {
    background: url(../images/mission_img08.png) no-repeat left;
    padding:2rem 2rem 1rem;
    color: #B90F16;
    font-size: 150%;
    font-weight: bold;
}
.mission_box05 .box {
    border: 2px #5D080B solid;
    border-radius: 15px;
    background-color: #F5F5F5;
    padding: 1rem 2rem;
    margin-bottom: 3rem;
}
.mission_box05 .image {
    padding-top: 3rem;
    margin:0 2rem 3rem;
}
@media (max-width: 767px) {
    .mission .title {
        height: 130px;
        margin-bottom: 1rem;
        background-size: cover;
    }
    .mission h1 {
        line-height: 180%;
        padding-top: 35px;
        font-size: .7rem;
    }
    .mission_box01 ul {
        margin: 1rem auto;
        padding:0;
    }
    .mission_box03 {
        padding:2rem 0;
    }
    .mission_box03 p {
        margin: 1rem;
    }
    .mission_box04 {
        padding:2rem 0;
    }
    .mission_box04 p {
        margin: 1rem;
    }
    .mission_box05 p strong {
        margin: 2rem 0;
    }

}


/* business */
.business .title {
    background: url(../images/business_img01.png) no-repeat top center;
    height: 509px;
    margin-bottom: 3rem;
}
.business h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top:110px;
}
.business h1 strong {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 350%;
}
.business h2 {
    font-weight: bold;
    font-size: 180%;
    color: #B90F16;
}
.business_box01 {
    padding: 5rem 0;
    background: url(../images/business_img02.png) no-repeat center top;
    background-size: cover;
}
.business_box01 p.top {
    text-align: center;
    font-size: 110%;
    margin:1em 10% 3rem;
}
.business_box01 p.top strong {
    color: #B90F16;
    font-size: 105%;
}
.business_box02 {
    padding: 5rem 0;
}
.business_box02 .row {
    margin-right:-5rem;
}
.business_box02 .content {
    position: relative;
}
.business_box02 .content .box {
    position: absolute;
    top:1rem;
    width:110%;
    padding: 2rem 5rem;
    background-color: rgba(255,255,255,.5);
    transform: skew(-7deg);
    z-index: 10;
}
.business_box02 .content .inner {
    transform: skew(7deg);
}
.business_box02 .number01 {
    background: url(../images/business_img11.png) no-repeat left top;
    padding: 12rem 0 2rem 12rem;
    margin:-8rem 0 0 -8rem;
}

.business_box03 {
    padding: 5rem 0;
    color: #fff;
    background: url(../images/business_img04.png) no-repeat center top;
    background-size: cover;
    background-color: #000;
}
.business_box03 .number02 {
    background: url(../images/business_img12.png) no-repeat right top;
    padding: 12rem 18rem 2rem 0;
    margin-right: -5rem;
    text-align: right;
    color: #fff;
}
.business_box03 p {
    margin: 2rem 3rem;
}
.business_box03 .image {
    margin: 2rem 10%;
}
.business_box03 .image figure {
    padding: 4rem;
}
.business_box03 .box {
    margin: 2rem 15%;
    padding: 2rem 6rem 1rem;
    background-color: #000;
    transform: skew(-7deg);
    border: 1px solid #fff;
}
.business_box03 .box dl {
    transform: skew(7deg);
    margin: 0 auto;
}
.business_box03 .box dt {
    background: url(../images/common_icon29.png) no-repeat left;
    padding: .5rem .5rem .5rem 1.5rem;
}
.business_box03 .box dd {
    background: url(../images/common_icon30.png) no-repeat left;
    padding: .5rem .5rem .5rem 1.5rem;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.business_box04 {
    padding: 5rem 0;
    background: url(../images/business_img02.png) no-repeat center top;
    background-size: cover;
}
.business_box04 .row {
    margin-right:-5rem;
}
.business_box04 .content {
    position: relative;
}
.business_box04 .content .box {
    position: absolute;
    top:1rem;
    width:110%;
    padding: 2rem 5rem;
    background-color: rgba(255,255,255,.5);
    transform: skew(-7deg);
    z-index: 10;
}
.business_box04 .content .inner {
    transform: skew(7deg);
}
.business_box04 .number03 {
    background: url(../images/business_img13.png) no-repeat left top;
    padding: 12rem 0 2rem 12rem;
    margin:-8rem 0 0 -8rem;
}


.business_box05 {
    padding: 5rem 0;
    color: #fff;
    background: url(../images/business_img04.png) no-repeat center top;
    background-size: cover;
    background-color: #000;
}
.business_box05 .row {
    margin-left:-5rem;
}
.business_box05 .number04 {
    background: url(../images/business_img14.png) no-repeat right top;
    padding: 12rem 18rem 2rem 0;
    margin-right: -5rem;
    margin-left: -5rem;
    margin-top: -5rem;
    text-align: right;
    color: #fff;
}
.business_box05 .content {
    position: relative;
}
.business_box05 .content .box {
    position: absolute;
    top:10rem;
    right:0;
    width:130%;
    color: #000;
    padding: 2rem 4rem;
    background-color: rgba(255,255,255,.7);
    transform: skew(7deg);
    z-index: 10;
}
.business_box05 .content .inner {
    transform: skew(-7deg);
}

.business_box06 {
    padding: 5rem 0;
    background: url(../images/business_img04.png) no-repeat center top;
    background-size: cover;
}
.business_box06 .number05 {
    background: url(../images/business_img15.png) no-repeat left top;
    padding: 12rem 0 2rem 12rem;
    margin:-5rem 0 0 0;
}
.business_box06 p {
    margin: 3rem;
}

@media (max-width: 767px) {
    .business .title {
        height: 130px;
        margin-bottom: 1rem;
        background-size: cover;
    }
    .business h1 {
        line-height: 180%;
        padding-top: 35px;
        font-size: .7rem;
    }

    .business_box02 {
        padding: 2rem 0;
    }
    .business_box02 .row {
        margin-right:0;
    }
    .business_box02 .content .box {
        position: relative;
        top:0;
        width:100%;
        transform: skew(0);
        padding:1rem;
        margin-bottom: 1rem;
    }
    .business_box02 .content .inner {
        transform: skew(0);
    }
    .business_box02 .number01 {
        background-size: contain;
        padding: 6rem 0 1rem 6rem;
        margin:-4rem 0 0 -4rem;
    }

    .business_box03 {
        padding: 2rem 0;
    }
    .business_box03 .number02 {
        padding: 6rem 11rem 1rem 0;
        margin-right: -2.5rem;
        background-size: contain;
    }
    .business_box03 p {
        margin: 1rem;
    }
    .business_box03 .image {
        margin: 1rem;
    }
    .business_box03 .image figure {
        padding: 1rem;
    }
    .business_box03 .box {
        margin: 1rem;
        padding: 1rem;
        transform: skew(0);
    }
    .business_box03 .box dl {
        transform: skew(0);
    }

    .business_box04 {
        padding: 2rem 0;
    }
    .business_box04 .row {
        margin-right:0;
    }
    .business_box04 .content .box {
        position: relative;
        top:0rem;
        width:100%;
        padding: 1rem;
        transform: skew(0);
        margin-bottom: 1rem;
    }
    .business_box04 .content .inner {
        transform: skew(0);
    }
    .business_box04 .number03 {
        padding: 6rem 0 1rem 9rem;
        margin:-4rem 0 0 -4rem;
        background-size: contain;
    }

    .business_box05 {
        padding: 2rem 0;
    }
    .business_box05 .row {
        margin-left:0;
    }
    .business_box05 .number04 {
        padding: 6rem 11rem 1rem 0;
        background-size: contain;
        margin: 0 -4rem 0 0;
    }
    .business_box05 .content .box {
        position: relative;
        top:0;
        right:0;
        width:100%;
        padding: 1rem;
        transform: skew(0);
    }
    .business_box05 .content .inner {
        transform: skew(0);
    }

    .business_box06 {
        padding: 2rem 0;
    }
    .business_box06 .number05 {
        padding: 6rem 0 1rem 6rem;
        background-size: contain;
    }
    .business_box06 p {
        margin: 1rem;
    }
}

/* csr */
.csr .title {
    background: url(../images/csr_img01.png) no-repeat top center;
    height: 509px;
    margin-bottom: 3rem;
}
.csr h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top:110px;
}
.csr h1 strong {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 350%;
}
.csr h2 {
    font-weight: bold;
    font-size: 180%;
    color: #B90F16;
    text-align: center;
    margin:4rem 0 2rem;
}
.csr_box01 {
    padding: 5rem 0;
}
.csr_box01 .container {
    padding: 0 5%;
}
.csr_box01 p {
    margin: 1rem 1rem 3rem;
}
.csr_box01 p.indent {
    margin: 1rem 3rem 3rem;
}
.csr_box01 h3 {
    border-bottom: 1px solid #ccc;
    padding: .5rem;
    font-size: 120%;
    font-weight:bold;
}
.csr_box01 h3 strong {
    font-family: "Century Gothic", sans-serif;
    font-size: 200%;
    font-style: italic;
    color: #B90F16;
    display: inline-block;
    padding-right: 1rem;
}
@media (max-width: 767px) {
    .csr .title {
        height: 130px;
        margin-bottom: 1rem;
        background-size: cover;
    }
    .csr h1 {
        line-height: 180%;
        padding-top: 35px;
        font-size: .7rem;
    }
    .csr h2 {
        margin:0 0 2rem;
    }
}

/* user */
.user .title {
    background: url(../images/user_img01.png) no-repeat top center;
    height: 509px;
    margin-bottom: 3rem;
}
.user h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top:110px;
}
.user h1 strong {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 350%;
}
.user h2 {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 200%;
}
.user .icon {
    display: inline-block;
    padding: 0 .5rem;
    border: 1px solid #B90F16;
    border-radius: 15px;
    font-size: 90%;
    color: #B90F16;
}

.user .selector {
    margin-top:-2.5rem;
    margin-left: 13em;
}
.user .selector a .icon {
    border: 1px solid #000;
    color: #000;
    margin:5px 0;
}
.user .selector a:hover .icon {
    border: 1px solid #B90F16;
    color: #B90F16;
}

.user .pager {
    text-align: center;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding: 2rem;
    margin: 3rem 0;
}
.user .pager .prev {
    text-align: left;
    color: #B90F16;
}
.user .pager .next {
    text-align: right;
    color: #B90F16;
}
.user .pager ul {
    margin: 0;
}
.user .pager a {
    color: #000;
}


.user .user_box01 dl {
    margin:2rem 0;
}

.user .user_box01 dt {
    font-weight: normal;
    font-size: 90%;
    padding: .7rem 1rem .5rem 300px;
}
.user .user_box01 dt .date {
    display: inline-block;
    width: 7em;
}
.user .user_box01 dd {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: .5rem .7rem .7rem 300px;
    margin-bottom: 0;
    min-height: 120px;
}
.user .user_box01 dd figure {
    position: absolute;
    left:15px;
    top: -30px;
    width: 240px;
}
.user .user_box01 dd figure img {
    width:100%;
    height: auto;
}
.user .user_box01 dd .detail {
    position: absolute;
    right:10px;
    top: 0px;
}

.user .user_box02 h1 {
    color: #B90F16;
    padding: 0;
    margin:2rem;
}
.user .user_box02 figure {
    margin: 2rem;
}
.user .user_box02 .entry {
    margin: 3rem 2rem;
    line-height: 180%;
}

@media (max-width: 767px) {
    .user .title {
        height: 130px;
        margin-bottom: 1rem;
        background-size: cover;
    }
    .user h1 {
        line-height: 200%;
        padding-top: 25px;
        font-size: .7rem;
    }
    .user .selector {
        margin:.5rem 0;
    }

    .user .user_box01 dt {
        padding: 15px 1rem 0 1rem;
    }
    .user .user_box01 dd {
        margin-top: 0;
        padding: 0 1rem 15px 1rem;
    }
    .user .user_box01 dd figure {
        margin: 0 0 1rem;
    }
    .user .user_box01 dd p {
        position: relative;
        top:0;
    }
}




/* contact */
.contact .title {
    background: url(../images/news_img01.png) no-repeat top center;
    height: 509px;
    margin-bottom: 3rem;
}
.contact h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top:110px;
}
.contact h1 strong {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 350%;
}
.contact h2 {
    font-weight: bold;
    line-height: 200%;
    font-size: 1.1rem;
    color: #B90F16;
    padding:3rem 0 2rem;
    text-align: center;
}
.contact h2 strong {
    font-family: "Century Gothic", sans-serif;
    font-style: italic;
    color: #000;
    font-size: 320%;
}

.contact .icon01 {
    display: inline-block;
    padding: .2rem .5rem;
    border: 1px solid #B90F16;
    font-size: 80%;
    color: #B90F16;
}
.contact .icon02 {
    display: inline-block;
    padding: 0 .5rem;
    border: 1px solid #999;
    font-size: 80%;
    color: #999;
}

.contact .contact_box01 {
    padding: 2rem 0;
}
.contact .contact_box01 .box {
    background: url(../images/contact_img09.png) repeat-y center;
    background-size: contain;
    padding: 10px 2rem;
    margin: 1rem 15% 6rem;
    text-align: center;
    position: relative;
}
.contact .contact_box01 .box::before {
    display: block;
    content: '';
    min-height: 40px;
    margin:-40px -2rem 0 -2rem;
    background: url(../images/contact_img08.png) no-repeat center;
    background-size: contain;
}
.contact .contact_box01 .box::after {
    display: block;
    content: '';
    min-height: 40px;
    margin:0 -2rem -40px -2rem;
    background: url(../images/contact_img10.png) no-repeat center;
    background-size: contain;
}
.contact .contact_box01 .box h3 {
    font-weight:bold;
    margin: 1.5rem 0;
}
.contact .contact_box01 .box h3.strong {
    color: #B90F16;
}
.contact .contact_box01 .box .open_time {
    display: inline-block;
    padding: .3rem 3rem;
    background: #B90F16;
    color: #fff;
}

.contact .contact_box01 .box li {
    padding: .5rem 1rem 0;
}
.contact .contact_box02 dl {
    margin: 3rem 15%;
}
.contact .contact_box02 dt {
    margin: .5rem 0;
}
.contact .contact_box02 dt small {
    color: #B90F16;
}
.contact .contact_box02 dd {
    margin: 0 0 2rem;
}
.contact .contact_box02 input[type=text] {
    padding: 1rem;
    height: auto;
}
.contact .contact_box02 input[type=text].short01 {
    width:10em;
}
.contact .contact_box02 input[type=text].short02 {
    width:15em;
}
.contact .contact_box02 input[type=text].w5em {
    width: 5em;
    display: inline-block;
}
.contact .contact_box02 input[type=checkbox], .contact .contact_box02 input[type=radio] {
    transform: scale(1.5);
    margin: 5px;
}
.contact .contact_box02 dd label {
    display: inline-block;
    margin-right:1.5rem;
}
.contact .contact_box02 input[type=file] {
    margin: .5rem;
}
.contact .contact_box02 textarea {
    height: 10rem;
    padding: 1rem;
}
.contact .contact_box02 .es_hidden  {
    display:none;
}

.contact .contact_box02 .estimate {
    /*display:none;*/
}
.contact .contact_box02 .estimate .box {
    background: #FAFAFA;
    padding: 3rem;
    margin: 10%;
}
.contact .contact_box02 .estimate .box h3 {
    color: #B90F16;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
    padding: 1em 0 2em;
}
.contact .contact_box02 .estimate .box h4 {
    color: #fff;
    background-color: #B90F16;
    font-weight: normal;
    font-size: 100%;
    padding: 1em;
}

.contact .contact_box02 .estimate .box .headline {
    position: relative;
}
.contact .contact_box02 .estimate .box .detail {
    display: inline-block;
    position: absolute;
    top:1em;
    right:0;
    width:40px;
}
.contact .contact_box02 .estimate .box .headline p {
    display: inline-block;
    position: absolute;
    top:4em;
    left:50%;
    width:12em;
    margin-left: -6em;
    font-weight: bold;
}

.contact .contact_box02 .estimate .box .content {
    display: none;
}

.contact .contact_box02 .estimate .box dl {
    margin: 3rem 0;
}

.contact .contact_box02 .privacy {
    margin: 3rem 10%;
}
.contact .contact_box02 .privacy .detail {
    max-width:50em;
    height: 8em;
    margin: 1rem auto;
    padding: 1rem;
    overflow-y: scroll;
    background: #eee;
}
.contact .contact_box02 .privacy .agree {
    text-align: center;
    color: #B90F16;
    display: inline-block;
    margin: 1rem auto;
}

@media (max-width: 767px) {
    .contact .title {
        height: 130px;
        margin-bottom: 1rem;
        background-size: cover;
    }
    .contact h1 {
        line-height: 180%;
        padding-top: 35px;
        font-size: .7rem;
    }

    .contact .contact_box01 .box {
        margin: 1rem 1rem 3rem;
    }
    .contact .contact_box02 dl {
        margin: 2rem;
    }

    .contact .contact_box02 .estimate .box {
        padding: 1rem;
        margin: 1rem;
    }
    .contact .contact_box02 .estimate .box h3 {
        padding: 1em 2em 1em 0;
        text-align: left;
    }
    .contact .contact_box02 .estimate .box .detail {
        right:-.5rem;
    }

}

/* cad */
.cad .title {
    background: url(../images/news_img01.png) no-repeat top center;
    height: 509px;
    margin-bottom: 3rem;
}
.cad h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 1.5rem;
    line-height: 300%;
    padding-top:110px;
}
.cad h1 strong {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 350%;
}
.cad h2 {
    font-weight: bold;
    line-height: 200%;
    font-size: 1.1rem;
    color: #B90F16;
    padding:3rem 0 2rem;
    text-align: center;
}
.cad h2 strong {
    font-family: "Century Gothic", sans-serif;
    font-style: italic;
    color: #000;
    font-size: 320%;
}

.cad .icon01 {
    display: inline-block;
    padding: .2rem .5rem;
    border: 1px solid #B90F16;
    font-size: 80%;
    color: #B90F16;
}
.cad .icon02 {
    display: inline-block;
    padding: 0 .5rem;
    border: 1px solid #999;
    font-size: 80%;
    color: #999;
}

.cad .cad_box01 dl {
    margin: 3rem 15%;
}
.cad .cad_box01 dt {
    margin: .5rem 0;
}
.cad .cad_box01 dt small {
    color: #B90F16;
}
.cad .cad_box01 dd {
    margin: 0 0 2rem;
}
.cad .cad_box01 input[type=text] {
    padding: 1rem;
    height: auto;
}
.cad .cad_box01 input[type=text].short01 {
    width:10em;
}
.cad .cad_box01 input[type=text].short02 {
    width:15em;
}
.cad .cad_box01 input[type=checkbox], .cad .cad_box01 input[type=radio] {
    transform: scale(1.5);
    margin: 5px;
}
.cad .cad_box01 dd label {
    display: inline-block;
    margin-right:1.5rem;
}
.cad .cad_box01 input[type=file] {
    margin: .5rem;
    padding: 1rem;
}
.cad .cad_box01 textarea {
    height: 10rem;
    padding: 1rem;
}

.cad .cad_box01 .privacy {
    margin: 3rem 10%;
}
.cad .cad_box01 .privacy .detail {
    max-width:50em;
    height: 8em;
    margin: 1rem auto;
    padding: 1rem;
    overflow-y: scroll;
    background: #eee;
}
.cad .cad_box01 .privacy .agree {
    text-align: center;
    color: #B90F16;
    display: inline-block;
    margin: 1rem auto;
}

@media (max-width: 767px) {
    .cad .title {
        height: 130px;
        margin-bottom: 1rem;
        background-size: cover;
    }
    .cad h1 {
        line-height: 180%;
        padding-top: 35px;
        font-size: .7rem;
    }
}

/* prodeucts */
.products_box01 h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color:#B90F16;
    font-size: 200%;
    padding-bottom: 2rem;
}
.products_box01 h1 small {
    display: block;
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 60%;
    padding-bottom: 1rem;
}
.products_box01 .category {
    margin: 2rem;
    padding: 2rem 3rem 5rem;
    background-color: #F7F7F7;
    border-radius: 15px;
}
.products_box01 .category ul {
    margin: 1rem 0 3rem;
}
.products_box01 .category ul li {
    border: 1px solid #ccc;
    margin-right:-1px;
    margin-bottom: -1px;
    position:relative;
    min-height: 70px;
}

.products_box01 .category01 h2 {
    background: url(../images/products_img01.png) no-repeat right;
    background-size: cover;
    padding: .5rem 1rem;
    color: #fff;
    font-weight: bold;
}
.products_box01 .category01 ul li a {
    display: block;
    padding: 1rem .5rem 1rem 70px;
    font-weight: bold;
    font-size: 85%;
    line-height: 140%;
}
.products_box01 .category01 ul li img {
    position:absolute;
    top: 1rem;
    left: 1rem;
    width: 60px;
}
.products_box01 .category02 h2 {
    background: url(../images/products_img02.png) no-repeat right;
    background-size: cover;
    padding: .5rem 1rem;
    color: #fff;
    font-weight: bold;
}
.products_box01 .category02 ul li a {
    display: block;
    padding: 2rem 2rem 2rem 5rem;
    font-weight: bold;
}
.products_box01 .category02 ul li img {
    position:absolute;
    top: 1.8rem;
    left: 2rem;
}
@media (max-width: 767px) {
    .products_box01 .category {
        margin: .5rem;
        padding: 1rem 1rem 3rem;
    }
    .products_box01 .category01 h2 {
        background: url(../images/products_img01.png) no-repeat left;
        background-size: cover;
        font-size: 1.2rem;
    }
}
.products_box02 {
    padding: 3rem 0;
}
.products_box02 h2 {
    font-size: 150%;
    padding-right: 2rem;
    min-height: 1em;
    position: relative;
}
.products_box02 h2 span {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    background-color: #fff;
    padding-right: 1em;
    z-index: 1;
}
.products_box02 h2::after {
    display: block;
    background-color: #B90F16;
    position: absolute;
    top:5px;
    left: 0;
    height: 15px;
    width: 100%;
    content: '';
}
.products_box02 ul {
    margin:3rem 0;
}
.products_box02 li {
    border: 1px solid #ccc;
    margin-right:-1px;
    margin-bottom: -1px;
}
.products_box02 li a {
    display: block;
    padding: 1rem;
    position: relative;
}
.products_box02 li a:hover {
    text-decoration: none;
}
.products_box02 li a:hover::after {
    position: absolute;
    top:120px;
    left: 50%;
    width:30px;
    height: 30px;
    margin-left: -15px;
    background: url(../images/common_icon28.png) no-repeat top center;
    background-size: contain;
    content: '';
}
.products_box02 li span {
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 1rem 0;
}
.products_box02 li ul {
    margin: 0;
    height: 5rem;
}
.products_box02 li ul li {
    margin: 0;
    border: none;
    color: #B90F16;
    font-size: 90%;
    line-height: 120%;
    text-indent: -1.0em;
    padding-left:1.0em;
}

.products_box03 {
    padding: 3rem 0;
}
.products_box03 h2 {
    font-size: 150%;
    padding-right: 2rem;
    min-height: 1em;
    position: relative;
}
.products_box03 h2 span {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    background-color: #fff;
    padding-right: 1em;
    z-index: 1;
}
.products_box03 h2::after {
    display: block;
    background-color: #1A5B23;
    position: absolute;
    top:5px;
    left: 0;
    height: 15px;
    width: 100%;
    content: '';
}
.products_box03 ul {
    margin:3rem 0;
}
.products_box03 li {
    border: 1px solid #ccc;
    margin-right:-1px;
    margin-bottom: -1px;
}
.products_box03 li a {
    display: block;
    padding: 1rem;
}
.products_box03 li span {
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 1rem 0;
}
.products_box03 li ul {
    margin: 0;
    height: 5rem;
}
.products_box03 li ul li {
    margin: 0;
    border: none;
    color: #1A5B23;
    font-size: 90%;
    line-height: 120%;
    text-indent: -1.0em;
    padding-left:1.0em;
}
.products_box03 li a:hover {
    text-decoration: none;
}

.products_box04 {
    padding: 3rem 0;
}
.products_box04 h1 {
    text-align: center;
    margin-bottom: 2rem;
}
.products_box04 h1 span {
    display: inline-block;
    padding: 0 2rem .5rem;
    margin-bottom: 1rem;
    background-color:#B90F16;
    transform: skew(-7deg);
    color: #fff;
    font-size: 60%;
    font-weight: bold;
}
.products_box04 h1 span span {
    transform: skew(7deg);
    padding:0;
    margin:0;
}
.products_box04 h1 span.color2 {
    background-color:#1A5B23;
}

.products_box04 .buttons {
    margin: 2rem 0 ;
}
.products_box04 .buttons li {
    margin: 1rem;
}
.products_box05 {
    padding: 2rem 10%;
}
.products_box05 h2 {
    font-weight: bold;
    line-height: 200%;
    font-size: 1.1rem;
    color: #B90F16;
    padding:2rem 0 1rem;
}
.products_box05 h2 strong {
    font-family: "Century Gothic", sans-serif;
    font-style: italic;
    color: #000;
    font-size: 320%;
}
.products_box05 dt {
    font-size:180%;
    font-weight: bold;
    line-height: 120%;
    margin-bottom:1rem;
    padding-left: 3rem;
    padding-top: .3rem;
    position: relative;
}
.products_box05 dt span {
    font-size:180%;
    font-weight: bold;
    font-family: "Century Gothic", sans-serif;
    font-style: italic;
    color: #B90F16;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.products_box05 dd {
    margin-bottom:3rem;
    padding-left: 3rem;
}
.products_box06 {
    padding: 3rem 10% 3rem;
}
.products_box06 nav.type {
    margin: 0 -10% 3rem;
    padding: 2rem 10% .5rem;
    background: #eee;
    text-align: center;
}
.products_box06 nav.type ul li {
    display: inline-block;
    width:20%;
}
.products_box06 nav.type ul li a {
    display: block;
    background: url(../images/products_btn05.png) no-repeat center top;
    background-size: contain;
    padding: .5rem .5rem 1.5rem;
    text-align: center;
    color:#B90F16;
    font-size: 90%;
    font-weight: bold;
}
.products_box06 nav.type ul li a:hover {
    background: url(../images/products_btn05.png) no-repeat center top;
    background-size: contain;
    text-decoration: none;
}
.products_box06 h2 {
    color: #fff;
    background: url(../images/products_img14.png) no-repeat top right;
    background-size: cover;
    font-size: 130%;
    font-weight: bold;
    padding: 1rem;
    margin:0 0 2rem;
}
.products_box06 h3 {
    color: #B90F16;
    font-size: 120%;
    font-weight: bold;

}
.products_box06 figure {
    margin: 1rem 0 2rem;
    text-align: center;
}
.products_box06 figure a:hover img {
    filter:none;
}
.products_box06 table.table {
    /*width:auto;*/
}
.products_box06 table.table th {
    background-color: #eee;
    font-weight: normal;
    padding: .2rem .5rem;
    vertical-align: middle;
}
.products_box06 table.table th.th01 {
    background-color: #999;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}
.products_box06 table.table td {
    padding: .2rem .5rem;
    vertical-align: middle;
    text-align: center;
}
.products_box06 table.table caption {
    white-space: nowrap;
    padding: 0;
    color: #000;
    font-size: 90%;
}

@media (max-width: 767px) {
    .products_box05 {
        padding: 1rem;
    }
}
