#main_content {
    background: url(../img/cmn/bg_cmn.png) no-repeat top 110px center;
}

.cta_bnr {
    padding: 0 0 50px;
    text-align: center;
    clear: both;
}

.cta_bnr_type2 {
    position: relative;
    max-width: 736px;
    margin: 0 auto 50px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
}

.cta_bnr_wrap .cta_bnr,
.cta_bnr_wrap .cta_bnr_type2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.cta_bnr_type2:after {
    content: "";
    display: block;
    padding-bottom: 43.47826%;
}

.cta_bnr_type2 a {
    display: block;
    position: absolute;
    max-width: 47%;
}

.cta_bnr_type2_link {
    bottom: 5%;
    left: 2%;
}

.cta_bnr_type2_tel {
    bottom: 5%;
    right: 2%;
}

.cta_txt {
    text-align: center;
    clear: both;
}

.page_bnr {
    padding: 20px 0 0 0;
    text-align: center;
    clear: both;
}

.page_bnrcom {
    padding: 60px 0 0 0;
    text-align: center;
    clear: both;
}

#bread_area {
    max-width: 1030px;
    margin: 0 auto;
    padding: 10px 15px 0;
    text-align: left;
}

#bread_area a {
    color: #0456D4;
    text-decoration: none;
}

#bread_area li {
    display: inline-block;
}

#bread_area li + li::before {
    content: "\3e";
    margin-right: 5px;
    color: #333333;
}





.page_content {
    padding: 65px 15px 140px;
    max-width: 1030px;
    margin: 0 auto;
}


.page_title {
    text-align: center;
    margin-bottom: 30px;
}

.page_title .tax_title {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.6;
    color: #0456D4;
    background: url(../img/cmn/bg_title.png) repeat-x center bottom 6px / auto 18px;

}



.page_title_sub.ver2 {
    font-size: 16px;
}

/*--
-- trouble ------------------------*/

.trouble_list {
    background: #fff;
    padding: 10px 40px 0;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.trouble_list .trouble_post {
    display: block;
    text-decoration: none;
    padding: 20px 0 20px 0;
    position: relative;
}

.trouble_list .trouble_post + .trouble_post {
    border-top: 1px solid #c7c7c7;
}

.trouble_list .trouble_post dt {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.trouble_list .trouble_post dd {
    line-height: 2;
}

.trouble_title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center left 30px;
    background-size: 60px;
    padding: 12px 0 12px 100px;
    line-height: 1.5;
    border-radius: 5px 5px 0 0;

    @media (min-width: 640px) {
        font-size: 26px;
        padding: 34px 20px 34px 100px;
    }
}

.trouble_title.type1 {
    background-image: url(../img/top/ico_ranking1_2X.png);
    background-color: #0456D4;
}

.trouble_title.type2 {
    background-image: url(../img/top/ico_ranking2_2X.png);
    background-color: #e06310;
}

.trouble_title.type3 {
    background-image: url(../img/top/ico_ranking3_2X.png);
    background-color: #14c007;
}

.trouble_title.type4 {
    background-image: url(../img/top/ico_ranking4_2X.png);
    background-color: #9a05f9;
}

.trouble_title.type5 {
    background-image: url(../img/top/ico_ranking5_2X.png);
    background-color: #f5b300;
}

/*--
-- column ------------------------*/
.wp-pagenavi {
    text-align: center;
    padding: 40px 0 15px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    background: #fff;
    font-size: 18px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #0456D4 !important;
    color: #0456D4 !important;
}

.tax_list {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.tax_list li {
    display: inline-block;
    margin: 0 5px 10px;
}

.tax_list li a {
    background: #fff;
    text-decoration: none;
    color: #0456D4;
    font-weight: bold;
    display: block;
    padding: 6px 20px 5px 10px;
    border: 1px solid;
    border-radius: 5px;
    position: relative;
}

.tax_list li a::before {
    position: absolute;
    top: 50%;
    right: 6px;
    content: "";
    width: 1px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #0456D4;
    margin-top: -6px;
}

.tax_list li a::after {
    position: absolute;
    top: 50%;
    right: 6px;
    content: "";
    width: 1px;
    height: 6px;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #0456D4;
}


.bg_white_list {
    background: #fff;
    padding: 10px 40px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.bg_white_list .column_wrap {
    margin-bottom: 0;
}

.column_wrap {
    margin-bottom: 70px;
}

.column_wrap .column_post {
    display: block;
    text-decoration: none;
    padding: 20px 15px 20px 0;
    position: relative;
    overflow: hidden;
}

.column_wrap .column_post + .column_post {
    border-top: 1px solid #c7c7c7;
}

.column_wrap .column_post::before {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "";
    width: 1px;
    height: 14px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #0456D4;
    margin-top: -12px;
}

.column_wrap .column_post::after {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "";
    width: 1px;
    height: 14px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #0456D4;
}

.column_wrap + .mod_link {
    margin-bottom: 50px;
}

.column_wrap .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.related_link {
    margin-top: 50px;
}

.related_link ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.related_link ul li {
    width: 25%;
    margin-right: 10px;
}

.related_link ul li:last-of-type {
    margin-right: 0;
}

.related_link ul li div {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.related_link h3 {
    text-align: center;
    display: block;
    margin: 0 auto 30px;
    max-width: 600px;
    width: 80%;
}

/*--
-- price ------------------------*/

.price_box.price_box {
    margin-top: 40px;
}

.price_box .price_title {
    font-size: 37px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    line-height: 70px;
}

.price_box .price_title::before,
.price_box .price_title::after {
    content: "";
    background: #fff;
    position: absolute;
    width: 2px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.price_box .price_title::before {
    right: 38px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.price_box .price_title::after {
    right: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price_box .price_title.open::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price_box .price_title.open::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.price_box.type1 .price_title {
    background: #0456D4;
}

.price_box.type1 .price_table th {
    background: #baecff;
}

.price_box.type1 .price_table th.sub {
    background: #dcf5ff;
}

.price_box.type1 .price_table td {
    border: 1px solid #dcf5ff;
}

.price_box.type2 .price_title {
    background: #e06310;
}

.price_box.type2 .price_table {
    display: none;
}

.price_box.type2 .price_table th {
    background: #F6D0B7;
}

.price_box.type2 .price_table th.sub {
    background: #FAE8DB;
}

.price_box.type2 .price_table td {
    border: 1px solid #FAE8DB;
}

.price_box.type3 .price_title {
    background: #14c007;
}

.price_box.type3 .price_table {
    display: none;
}

.price_box.type3 .price_table th {
    background: #B8ECB4;
}

.price_box.type3 .price_table th.sub {
    background: #DCF6DA;
}

.price_box.type3 .price_table td {
    border: 1px solid #DCF6DA;
}

.price_box.type4 .price_title {
    background: #9a05f9;
}

.price_box.type4 .price_table {
    display: none;
}

.price_box.type4 .price_table th {
    background: #E1B4FD;
}

.price_box.type4 .price_table th.sub {
    background: #F0DAFE;
}

.price_box.type4 .price_table td {
    border: 1px solid #F0DAFE;
}

.price_box.type5 .price_title {
    background: #f5b300;
}

.price_box.type5 .price_table {
    display: none;
}

.price_box.type5 .price_table th {
    background: #FCE8B2;
}

.price_box.type5 .price_table th.sub {
    background: #FEF4D9;
}

.price_box.type5 .price_table td {
    border: 1px solid #FEF4D9;
}

.price_box .price_title2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.price_box .price_table {
    background: #fff;
    padding: 40px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px 40px 40px;
}

.price_box .price_table .line {
    background: url(../img/price/line1.png) no-repeat center bottom 10px;
    background-size: 100% auto;
    line-height: 1.0;
}

.price_box .price_table .line2 {
    background: url(../img/price/line2.png) no-repeat center bottom 10px;
    background-size: 100% auto;
    line-height: 1.0;
}

.price_box .price_table .line3 {
    background: url(../img/price/line3.png) no-repeat center bottom;
    background-size: 100% auto;
    line-height: 1.0;
}

.price_box .price_table .big {
    font-size: 36px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.0;
}

.price_box .price_table th {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #fff;
    vertical-align: middle;
}

.price_box .price_table td {
    padding: 10px;
    /*width: 33.3%;*/
}

.price_box .table_content + .table_content {
    margin-top: 40px;
}

/*--
-- column single------------------------*/

.post_title {
    background: #0456D4;
    font-size: 34px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    color: #fff;
}

.bg_white_post {
    background: #fff;
    padding: 40px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.post_single {
    margin-bottom: 40px;
}

.post_single p {
    margin-bottom: 25px;
    line-height: 1.6;
}

.post_single img {
    max-width: 100%;
    height: auto;
}

.post_single img.alignright {
    float: right;
    margin: 0 0 15px 15px;
    display: block;
}

.post_single img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
    display: block;
}

.post_single img.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.post_single h1 {
    font-size: 36px;
    border-bottom: 6px solid;
    margin: 0 0 35px;
    color: #0456D4;
    font-weight: bold;
}

.post_single h2 {
    font-size: 32px;
    border-bottom: 5px solid;
    margin: 0 0 35px;
    color: #0456D4;
    font-weight: bold;
}

.post_single h3 {
    font-size: 28px;
    border-bottom: 4px solid;
    margin: 0 0 35px;
    color: #0456D4;
    font-weight: bold;
}

.post_single h4 {
    font-size: 24px;
    border-bottom: 3px solid;
    margin: 0 0 35px;
    color: #0456D4;
    font-weight: bold;
}


.post_single h5 {
    font-size: 20px;
    border-bottom: 2px solid;
    margin: 0 0 35px;
    color: #0456D4;
    font-weight: bold;
}

.post_single h6 {
    font-size: 16px;
    border-bottom: 2px solid;
    margin: 0 0 35px;
    color: #0456D4;
    font-weight: bold;
}

.post_single td {
    padding: 10px;
    border: 1px solid;
}

.post_single table {
    margin-bottom: 25px;
}

.post_single ul,
.post_single ol {
    padding-left: 2.0em;
    margin-bottom: 25px;
}

.post_single ul li {
    list-style: outside;
    margin-bottom: 10px;
    line-height: 1.4;
}

.post_single ol li {
    list-style: outside decimal;
    margin-bottom: 10px;
    line-height: 1.4;
}

.post_single a {
    text-decoration: underline;
    color: #0456D4;
}

/*--
-- case ------------------------*/

.case_post {
    background: #fff;
    padding: 40px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.case_post .title {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c7c7c7;
}

.case_post .exp {
    overflow: hidden;
}

.case_post .exp .img {
    float: left;
    margin: 0 15px 15px 0;
}

.case_post .exp .txt {
    line-height: 2;
}

/*--
-- company ------------------------*/

.page_company {
    background: #fff;
    padding: 40px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px 40px 40px;
}

.page_company .company_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page_company table {
    margin-bottom: 40px;
    border: 1px solid #dcf5ff;
}

.page_company table th {
    font-weight: bold;
    padding: 16px;
    background: #dcf5ff;
    border-bottom: 1px solid #fff;
    width: 250px;
}

.page_company table td {
    padding: 16px;
    border: 1px solid #dcf5ff;
}

.page_company table td li + li {
    margin-top: 5px;
}

.page_company .access {
    overflow: hidden;
}

.page_company .access .info {
    line-height: 2;
    margin-bottom: 15px;
    font-size: 16px;
}

.page_company .access .map iframe {
    height: 260px;
    max-width: 355px;
    width: 100%;
}

.kuchikomi_wrap{
    padding:40px;
    background:#fff;
}
.kuchikomi_wrap .diff_title{
    background-color:#BAECFF;
    font-size:24px;
    font-weight: bold;
    padding:10px 15px 10px 50px;
    background-size:30px auto;
    background-position: center left 10px;
    background-repeat: no-repeat;
    margin-bottom:30px;
}
.kuchikomi_wrap .diff_title._type1{
    background-image:url(../img/cmn/obi1.png);
}
.kuchikomi_wrap .diff_title._type2{
    background-image:url(../img/cmn/obi2.png);
}
.kuchikomi_wrap .diff_title._type3{
    background-image:url(../img/cmn/obi3.png);
}
.kuchikomi_wrap .diff_title._type4{
    background-image:url(../img/cmn/obi4.png);
}
.kuchikomi_wrap .diff_title._type5{
    background-image:url(../img/cmn/obi5.png);
}
.kuchikomi_wrap .status{
    overflow: hidden;
    position: relative;
    padding-left:50%;
    border:1px solid #9D9D9D;
    margin-bottom:20px;
}
.kuchikomi_wrap .status .image{
    position: absolute;
    top:0;
    left:0;
    width:50%;
}
.kuchikomi_wrap .status .over{
    width:100%;
    border-left:1px solid #9D9D9D;
}
.kuchikomi_wrap .status .over th{
    border-bottom:1px solid #9D9D9D;
    border-right:1px solid #9D9D9D;
    padding:10px 15px;
    background:#DCF5FF;
    font-weight: bold;
    width:110px;
}
.kuchikomi_wrap .status .over td{
    border-bottom:1px solid #9D9D9D;
    padding:10px 15px;
}
.kuchikomi_wrap .status .over .last th,
.kuchikomi_wrap .status .over .last td{
    border-bottom:none;
}


.kuchikomi_wrap .comment{
    margin-bottom:30px;
}
.kuchikomi_wrap .kuchikomi{
    overflow: hidden;
}
.kuchikomi_wrap .kuchikomi .in{
    background: #FFFFEB;
    padding:30px;
    width:47%;
    margin-bottom:25px;
}
.kuchikomi_wrap .kuchikomi .in:nth-child(2n){
    float:right;
}
.kuchikomi_wrap .kuchikomi .in:nth-child(2n+1){
    float:left;
    clear:both;
}

.kuchikomi_wrap .kuchikomi .in .uman{
    font-weight: bold;
    padding:0 0 0 65px;
    background:url(../img/cmn/woman.png) no-repeat center left / 50px auto;
    line-height:50px;
    margin-bottom:10px;
}
.kuchikomi_wrap .kuchikomi .in .man{
    font-weight: bold;
    padding:0 0 0 65px;
    background:url(../img/cmn/man.png) no-repeat center left / 50px auto;
    line-height:50px;
    margin-bottom:10px;
}


@media only screen and (min-width: 641px) {

    .page_company .access .info {
        float: left;
    }

    .page_company .access .map {
        float: right;
        max-width: 355px;
        width: 100%;
    }

}

@media only screen and (max-width: 640px) {

    #main_content {
        background: url(../img/cmn/bg_cmn_sp.png) no-repeat top 40px center;
        background-size: 100% auto;
        margin-top: 50px;
        padding: 15px 15px 0;
    }

    .cta_bnr {
        padding: 0 15px 30px;
        max-width: 480px;
        margin: 0 auto;
    }

    .cta_txt {
        padding: 0 15px;
        max-width: 480px;
        margin: 0 auto;
    }

    #pankuzu {
        padding: 0;
    }

    .page_content {
        padding: 40px 0 80px;
    }

    .page_title {
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .page_title .tax_title {
        font-size: 22px;
    }

    .page_title_sub {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: left;
        padding: 15px 10px;
    }

    .page_title_sub.ver2 {
        font-size: 14px;
    }

    .trouble_list {
        padding: 5px 15px 0;
    }

    .trouble_list .trouble_post {
        padding: 15px 0 15px 0;
    }

    .trouble_list .trouble_post dt {
        font-size: 13px;
        line-height: 1.4;
    }

    .trouble_title {
        font-size: 16px;
        background-size: 30px;
        padding: 15px 15px 15px 55px;
        background-position: center left 15px;
        line-height: 24px;
    }

    .bg_white_list {
        padding: 0 15px;
    }

    .bg_white_list .column_wrap {
        margin-bottom: 0;
    }

    .column_wrap {
        margin-bottom: 30px;
    }

    .column_wrap .column_post {
        padding: 15px 15px 15px 0;
    }

    .column_wrap + .mod_link {
        margin-bottom: 20px;
    }

    .column_wrap .title {
        font-size: 13px;
        line-height: 1.4;
    }

    .related_link {
        margin-top: 50px;
    }

    .related_link ul {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
    }

    .related_link ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .related_link ul li:last-of-type {
        margin-right: 0;
        margin-bottom: 0;
    }

    .related_link ul li p {
        text-align: center;
    }

    .price_box.price_box {
        margin-top: 20px;
    }

    .price_box .price_title {
        font-size: 20px;
        line-height: 1.4;
    }

    .price_box .price_title::before,
    .price_box .price_title::after {
        height: 14px;
        margin-top: -7px;
    }

    .price_box .price_title::before {
        right: 25px;
    }

    .price_box .price_title::after {
        right: 15px;
    }

    .price_box .price_title2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .price_box .price_table {
        padding: 15px;
        margin-bottom: 20px;
    }

    .price_box .price_table .line {
        background: url(../img/price/line1.png) no-repeat center bottom;
    }

    .price_box .price_table .line2 {
        background: url(../img/price/line2.png) no-repeat center bottom;
    }

    .price_box .price_table .big {
        font-size: 14px;
    }

    .price_box .price_table th {
        padding: 5px;
    }

    .price_box .price_table td {
        padding: 5px;
    }

    .post_title {
        font-size: 20px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 14px;
    }

    .bg_white_post {
        padding: 15px;
    }

    .post_single {
        margin-bottom: 20px;
    }

    .post_single img.alignright {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .post_single img.alignleft {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .post_single img.aligncenter {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .post_single img.emoji {
        display: inline !important;
    }

    .case_post {
        padding: 15px;
        margin-bottom: 20px;
    }

    .case_post .exp .img {
        float: none;
        text-align: center;
        margin: 0 0 15px;
    }

    .page_company {
        padding: 15px;
        margin-bottom: 20px;
    }

    .page_company .company_title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .page_company table {
        margin-bottom: 20px;
    }

    .page_company table th {
        padding: 10px 0 10px 10px;
        width: 90px;
    }

    .related_link h3 {
        max-width: 400px;
        width: 80%;
    }
    
    
    .kuchikomi_wrap{
        padding:20px 10px;
    }
    .kuchikomi_wrap .diff_title{
        font-size:20px;
        padding:5px 15px 5px 44px;
        background-size:24px auto;
        margin-bottom:20px;
        line-height: 1.4;
    }
    .kuchikomi_wrap .status{
        padding:0;
    }
    .kuchikomi_wrap .status .image{
        position: static;
        width:100%;
    }
    .kuchikomi_wrap .status .over{
        border-top:1px solid #9D9D9D;
        border-left:none;
    }
    .kuchikomi_wrap .status .over th{
        padding:10px 5px;
        width:85px;
    }
    .kuchikomi_wrap .status .over td{
        padding:10px;
    }
    .kuchikomi_wrap .kuchikomi .in{
        padding:15px;
        width:100%;
        margin-bottom:20px;
    }
    .kuchikomi_wrap .kuchikomi .in:nth-child(2n),
    .kuchikomi_wrap .kuchikomi .in:nth-child(2n+1){
        float:none;
        clear:both;
    }

}


.under {
    position: relative;
    text-align: center;
    height: 2.5em;
}

.under p {
    z-index: 100;
    position: absolute;
    width: 100%;
    text-align: center;
}


@media (max-width: 640px) {
    .under p {
        font-size: 10px;
    }
}

.under span {
    font-size: 300%;
    color: red;
    line-height: 1em;
    font-style: italic;
    font-weight: 700;
}

.under::after {
    content: "";
    background: yellow;
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.feature{
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 3px;
    border-bottom: 2px dotted #aaa;
                }

@media screen and (max-width: 600px) {
    .under {
        height: 1em;
    }

    .under span {
        font-size: 100% !important;
    }

    .under::after {
        height: 5px;
    }

}


/*# sourceMappingURL=maps/page.css.map */
