/*
Theme Name: estate_tak
Author: Tak Iwabuchi
Author URI: https://fudousan-toushi-guide.com/
Theme URI: https://fudousan-toushi-guide.com/theme/estate_tak/
Description: リアルエステートのオリジナルテーマ
Version: 1.1.1
License: GNU General Public License 2.0
License URI: http://www.gnu.org/licenses/gpl-violation.html
*/
.top-header .wrap + .google-auto-placed{
    display: none;
}
body{
    font-family: serif,"Yu Gothic", 游ゴシック, 游ゴシック体, YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    background: #ecf9f9;
}
.total_score{
    background: #ecf9f9;
    color: #000000;
}
img{
    width: 100%;
    height: auto;
}
a{
    color: #28acad;
    text-decoration: none;
}
a:hover{
    opacity: 0.7;
    cursor: pointer;
}
.wsp-container li{
    padding-bottom: 2%;
}
.wsp-posts-list{
    padding-top: 1%;
}
blockquote{
    background: #c6c2c2;
    padding: 2%;
    margin-bottom: 2%;
}
figure,caption{
    line-height: 1.5;
}
figcaption{
    line-height: 1.5;
    font-size: 70%;
    padding-bottom: 3%;
}
.text_big{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
}
.text_red{
    color: #ff0000;
}
.text_blue{
    color: #0000ff;
}
.ul_list{
    padding-bottom: 20px;
}
.ul_list li{
    padding-bottom: 5px;
}
ul,ol,li{
    list-style: none;
}
.top-header{
    border-bottom: 1px solid #28acad;
    background: #ffffff;
}
.top-header .wrap{
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
}
.top-header h1,.top-header p{
    float: left;
}
.top-header nav{
    float: right;
    font-size: 14px;
    padding-top: 12px;
}
.top-header nav ul{
    overflow: hidden;
}
.top-header nav ul li{
    float: left;
    border-left: 1px solid;
}
.top-header nav ul li:last-of-type{
    border-right: 1px solid;
}
.top-header nav ul li a{
    padding: 0 20px;
}
#menu,.qlose-menu{
    display:none;
}
.kv{
    background-image: url(image/kv_pc.jpg);
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-color: #c2ebff;
    background-size: cover;
    background-position: center;
}
.kv p{
    background: #ffffff;
    padding: 0;
    display: block;
    width: 220px;
    margin: 0 auto;
}
.kv p img{
    width: auto;
}
main.top > section{
    max-width:1000px;
    margin: 0 auto;
    padding: 30px 0;
    margin-bottom: 30px;
}
main.top > section:first-of-type{
    margin-bottom: 0;
}
main.top > section h2{
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 20px;
}
main.top > section h2:before{
    font-size: 18px;
    text-align: center;
    display: block;
    padding-bottom: 5px;
}
main.top > section h2.it:before{
    content: "it";
}
main.top > section h2.indonesia:before{
    content: "Indonesia";
}
main.top > section h2.thailand:before{
    content: "Thailand";
}
main.top > section h2.malaysia:before{
    content: "Malaysia";
}
main.top > section > p{
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 2px;
}
main.top > section > ul{
    overflow:hidden;
}
main.top > section > ul > li{
    float: left;
    background: #ffffff;
    border: 1px solid #000000;
    width:29%;
    margin-right: 1.5%;
    padding: 1.5%;
    margin-bottom: 50px;
}
main.top > section > ul > li:last-of-type{
    margin-right:0;
}
main.top > section > ul > li a{
    display: block;
}
main.top > section > ul > li img{
    width:100%;
    height: auto;
    padding-bottom: 10px;
}
main.top > section > ul > li p{
    line-height: 1.2;
    padding-bottom: 10px;
}
main.top > section > ul > li p span:first-of-type{
    color: #000000;
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
}
main.top > section > ul > li .tag{
    overflow: hidden;
}
main.top > section > ul > li .tag li{
    float: left;
    font-size: 12px;
    margin-bottom: 3px;
}
main.top > section > ul > li .tag li a{
    display: block;
    border: 1px solid;
    padding: 5px;
    border-radius: 30px;
    margin-right: 5px;
}
main.top > section > ul > li .tag li a:hover{
    background: #28acad;
    color: #ffffff;
}
.btn{
    display: block;
    width: 50%;
    background: #ffffff;
    border: 1px solid #000000;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    font-weight: bold;
    border-radius: 50px;
}
.btn:hover{
    background: #28acad;
    color: #ffffff;
}
.btn:hover:after{
    background-image: url(image/white-arrow.png);
}
.btn:after{
    content: "";
    background-image: url(image/arrow.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 14px;
    position: absolute;
    right: 25px;
}
footer dt,.author dt{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 20px;
}
footer dt:before,.author dt:before{
    content:"Author";
    font-size: 18px;
    text-align: center;
    display: block;
    padding-bottom: 5px;
}
footer dd,.author dd{
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid;
    padding:20px;
}
footer dd p,.author dd p {
    overflow: hidden;
    padding-top: 30px;
    line-height: 1.4;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
footer dd p:before,.author dd p:before {
    content: "";
    width: 128px;
    height: 128px;
    background-image: url(image/takemaru.png);
    border: 1px solid;
    border-radius: 80px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    display: block;
    float: left;
    margin-right: 35px;
    margin-top: -30px;
}
footer dd ul,.author dd ul{
    margin: 0 auto;
    width: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}
footer dd ul,.author dd ul{
    margin: 0 auto;
    width: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}
footer dd ul li{
    width: 49%;
    float: left;
    text-align: center;
}
footer dd ul li:first-of-type,.author dd ul li:first-of-type{
    margin-right: 2%;
}
footer dd ul li a,.author dd ul li a{
    background: #1D4384;
    display: block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #ffffff;
    padding: 16px 0;
    border-radius: 10px;
}
footer dd ul li:first-of-type a,.author dd ul li:first-of-type a{
    background: #277BB9;
}
footer dd ul li a:before,.author dd ul li a:before{
    content: "";
    width: 14.5px;
    height: 25px;
    background-image: url(image/facebook-icon.svg);
    left: 22px;
    top: 12px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
footer dd ul li:first-of-type a:before,.author dd ul li:first-of-type a:before{
    width: 25px;
    height: 20.5px;
    background-image: url(image/twitter-icon.svg);
    left: 15px;
    top: 15px;
}
footer > p{
    text-align: center;
    padding: 20px;
    font-size:14px;
}
footer .top_other_page_link{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
footer .top_other_page_link li{
    float: left;
}
footer .top_other_page_link li a{
    padding: 0 5px;
}
footer .top_other_page_link li:after{
    content: "/";
}
footer .top_other_page_link li:last-of-type::after{
    content: none;
}
.breadcrumb{
    max-width: 1000px;
    margin: 0 auto;
    overflow: scroll;
    display: flex;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.breadcrumb::-webkit-scrollbar{
  display: none;
}
.breadcrumb li{
    padding: 5px 0 5px 5px;
    font-size: 12px;
}
.breadcrumb li:after {
    content: ">";
    padding-left: 5px;
}
.breadcrumb li:last-of-type:after {
    content: none;
}
.col-two{
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 0;
}
.col-two main{
    width: 65.5%;
    display: inline-block;
    margin-right: 3%;
}
.col-two main.page{
    width: 61.5%;
    padding:2%;
}
.col-two.list h1{
    font-size: 24px;
    border-left: 5px solid #28acad;
    border-bottom: 2px solid #28acad;
    padding: 10px;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.5;
}
.col-two.list main > p{
    font-size: 14px;
    padding: 10px 10px 30px;
    line-height: 1.4;
}
.col-two.list main h2{
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}
.col-two.list section li{
    background: #ffffff;
    margin-bottom: 20px;
}
.col-two.list section li a{
    display: block;
    font-size: 0;
}
.col-two.list section li a img{
    width: 30%;
    height: auto;
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
}
.col-two.list section li a p{
    font-size: 16px;
    display: inline-block;
    width: 60%;
    line-height: 1.2;
    vertical-align: middle;
}
.col-two.list section li a p span{
    display: block;
    color: #000000;
    padding-bottom: 5px;
    font-size: 14px;
}
.m-pagenation__body{
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 10px;
    background: #ffffff;
    margin-bottom:20px;
}
.col-two.list section .m-pagenation__body li{
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
    background: unset;
}
.col-two.list section .m-pagenation__body li:last-of-type{
    margin-right: 0;
}
.col-two.list section .m-pagenation__body li a{
    font-size: 14px;
}
.col-two aside{
    display: inline-block;
    width: 31.5%;
    vertical-align: top;
}
.col-two aside a{
    cursor: pointer;
}
.col-two aside dl{
    padding-bottom:20px;
}
.col-two aside dt{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
.col-two aside dd ul li{
    background: #ffffff;
    margin-bottom: 10px;
}
.col-two aside dd ul li:last-of-type{
    margin-bottom:0;
}
.col-two aside dd ul li a{
    display: block;
}
.col-two aside dd ul li a img{
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
.col-two aside dd ul li a p{
    display: inline-block;
    font-size: 14px;
    width: 65%;
    vertical-align: middle;
    padding-left: 5%;
}
.col-two aside .link_banner{
    font-size: 0;
}
.col-two aside .link_banner li{
    padding-bottom: 10px;
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.col-two aside .link_banner li:nth-of-type(2n){
    margin-left: 2%;
}
.col-two aside dd .other_page_link{
    font-size: 14px;
}
.col-two aside dd .other_page_link li{
    background: none;
}
article,.page{
    font-size:16px;
    background: #ffffff;
    padding: 20px;
}
article h1,.page h1{
    font-size: 28px;
    line-height: 1.2;
    padding-bottom: 20px;
}
article header > ul,.page > ul{
    overflow: hidden;
    padding-bottom: 20px;
    font-size: 14px;
}
article header > ul > li,.page > ul > li{
    float:right;
}
.page > ul > li{
    padding-top:5px;
}
.page > ul > li:first-of-type{
    padding-left:10px;
}
article header > ul > li.cat_article{
    float:left;
    margin-bottom: 1%;
    display: block;
    border: 1px solid;
    padding: 5px;
    border-radius: 30px;
    margin-right: 5px;
    color: #28acad;
}
article header > ul > li.author_article,.page > ul > li:nth-of-type(2){
    padding-top: 5px;
    padding-left: 10px;
}
article header > ul > li:last-of-type,.page > ul > li:last-of-type{
    padding-top: 5px;
}
article header > ul > li.last-update,.page > ul > li.last-update{
    padding-top: 5px;
    padding-left: 10px;
}
article img,.page img{
    padding-bottom:30px;
}
article h2,.page h2{
    font-size:24px;
    background: #28acad;
    color: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
}
article h2 a,.page h2 a{
    color: #ffffff;
}
article h3,.page h3{
    font-size:22px;
    border-left: 5px #28acad solid;
    padding: 10px 20px;
    margin-bottom: 20px;
    line-height: 1.6;
}
article h4,.page h4{
    font-size:20px;
    border-bottom: 2px solid #28acad;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 1.6;
}
article h5,.page h5{
    font-size:18px;
    color: #000000;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 1.6;
}
article p,.page p{
    padding-bottom:20px;
    line-height: 2;
}
article p span{
    color: #ff0000;
}
article section ul,.list_setting,article section dl,article section ol,article section table,.page section ul,.page section dl,.page section ol,.page section table{
    margin-bottom: 20px;
}
article section ul,.list_setting,article section ol,.page section ul,.page section ol{
    padding-left: 20px;
    line-height: 1.6;
}
article section ul li,.list_setting li,.page section ul li{
    list-style: disc;
}
article section ol li,.page section ol li{
    list-style: decimal;
}
article section dl,.page section dl{
    background: #28acad;
    padding: 20px;
    color: #ffffff;
}
article section dl dt,.page section dl dt{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
article section dl dd,.page section dl dd{
    line-height: 1.4;
}
article section table,.page section table{
    width:100%;
}
article section table th,.page section table th{
    border: 1px solid #28acad;
    padding: 10px 0;
    background: #28acad;
    color: #ffffff;
}
article section table thead th,.page section table thead th{
    border-right: 1px solid #ffffff;
}
article section table thead th:last-of-type,.page section table thead th:last-of-type{
    border-right: 1px solid #28acad;
}
article section table tbody th,.page section table tbody th{
    color: #000000;
    background: #ecf9f9;
    vertical-align: middle;
    line-height: 1.2;
}
article section table td,.page section table td{
    border: 1px solid #28acad;
    padding: 10px 0;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    line-height: 1.4;
}
article section table td ul{
    margin-bottom: 0;
}
div#toc_container.toc_light_blue {
    background: #ecf9f9;
    width: 94% !important;
    padding: 3%;
}
div#toc_container p.toc_title+ul.toc_list{
    line-height: 2;
}
.out_banner li{
    padding-bottom: 5%;
}
.aff_link{
    display: none;
}
@media screen and (max-width: 999px){
    .col-two{
        width:92%;
    }
}
@media screen and (max-width: 768px){
    .text_big{
        font-size: 8vw;
    }
    .ul_list{
        padding-bottom: 5.333vw;
    }
    .ul_list li{
        padding-bottom: 1.067vw;
    }
    .top-header .wrap{
        padding: 4vw;;
    }
    .top-header nav{
        display: none;
    }
    .breadcrumb li{
        font-size: 2.8vw;
        padding: 0.8vw 0 0.8vw 0.8vw;;
    }
    .breadcrumb li:after{
        padding:1.333vw;
    }
    #menu{
        display: block;
        width: 11%;
        float: right;
        padding: 0.5% 1% 0 0;
    }
    .qlose-menu{
        width: 70%;
        padding: 5% 0 0 20%;
    }
    .kv{
        padding: 20vw 0;
        background-image: url(image/kv_sp.jpg);
    }
    .kv p{
        background: #ffffff;
        padding: 0;
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    main.top > section{
        padding: 8vw 4vw;
    }
    main.top > section h2{
        font-size: 5.333vw;
        padding-bottom: 5.333vw;
    }
    main.top > section > p{
        font-size: 4.2vw;
        text-align: left;
        letter-spacing: 0.2vw;
        line-height: 1.6;
    }
    main.top > section h2:before{
        font-size:3.5vw;
        padding-bottom: 0.8vw;
    }
    main.top > section > ul > li{
        float: none;
        width: 91%;
        padding: 4%;
        margin-bottom: 8vw;
        margin-right: 0;
    }
    main.top > section > ul > li a{
        overflow: hidden;
    }
    main.top > section > ul > li img{
        width: 21.333vw;
        float: left;
        padding-bottom: 2.667vw;
        margin-right: 5%;
    }
    main.top > section > ul > li p{
        font-size: 4.267vw;
        padding-bottom: 2.67vw;
        height: auto;
    }
    main.top > section > ul > li p span:first-of-type{
        font-size: 3.733vw;
        padding-bottom: 0.8vw;
    }
    main.top > section > ul > li .tag li{
        font-size: 3.2vw;
        margin-bottom: 0.5vw;
    }
    main.top > section > ul > li .tag li a{
        padding: 0.8vw;
        margin-right: 0.8vw;
    }
    .btn{
        width: 88%;
        font-size: 4vw;
        padding: 5.333vw;
        border-radius: 8vw;
    }
    footer dl,.author dl{
        width: 92%;
        margin: 0 auto;
    }
    footer dt,.author dt{
        font-size: 5.333vw;
        padding-bottom: 5.333vw;
    }
    footer dt:before,.author dt:before{
        font-size:3.5vw;
        padding-bottom: 0.8vw;
    }
    footer dd,.author dd{
        padding: 5.333vw;
    }
    footer dd p,.author dd p{
        padding-top: 0;
        font-size: 4.267vw;
        padding-bottom: 5.333vw;
        letter-spacing: 0.267vw;
        line-height: 1.5;
    }
    footer dd p:before,.author dd p:before{
        margin-bottom: 0;
        margin-right: 4vw;
        width: 34.13vw;
        height: 34.13vw;
        border-radius: 21.333vw;
        margin-top: 0;
    }
    footer dd ul,.author dd ul{
        width:100%;
        margin-bottom: 4vw;
    }
    footer dd ul li a,.author dd ul li a{
        font-size:4.267vw;
    }
    footer dd ul li a:before,.author dd ul li a:before{
        width: 3.867vw;
        height: 6.667vw;
        left: 2.8vw;
        top: 3.2vw;
    }
    footer dd ul li:first-of-type a:before,.author dd ul li:first-of-type a:before{
        width: 6.667vw;
        height: 5.467vw;
        left: 3.2vw;
        top: 3.7333vw;
    }
    footer > p{
        padding: 5.333vw;
        font-size: 3.733vw;
    }
    footer .top_other_page_link{
        width: 92%;
        margin-top: 4vw;
    }
    footer .top_other_page_link li{
        padding-bottom: 2vw;
    }
    footer .top_other_page_link li a{
        padding: 0 5px;
    }
    footer .top_other_page_link li:after{
        content: "/";
    }
    footer .top_other_page_link li:last-of-type::after{
        content: none;
    }
    .col-two{
        padding-top:8vw;
    }
    .col-two main{
        width: 100%;
        margin-right: 0;
        padding-bottom: 2.667vw;
    }
    .col-two main.page{
        width:92%;
        padding: 4%;
        margin-bottom: 5.333vw;
    }
    .col-two.list h1{
        font-size: 4.8vw;
        border-left: 1.333vw solid #28acad;
        border-bottom: 0.533vw solid #28acad;
        padding: 2.667vw;
        margin-bottom: 2.667vw;
    }
    .col-two.list main > p{
        font-size: 3.2vw;
        padding: 1.333vw 2.667vw 8vw;
    }
    .col-two.list main h2{
        font-size: 3.67vw;
        padding-bottom: 5.333vw;
    }
    .col-two.list section li{
        margin-bottom: 2.667vw;
    }
    .col-two.list section li a img{
        padding-right: 5.333vw;
        vertical-align: middle;
    }
    .col-two.list section li a p{
        padding: 0;
        vertical-align: middle;
        font-size: 3.2vw;
    }
    .col-two.list section li a p span{
        font-size: 2.8vw;
        padding-bottom: 1.333vw;
    }
    .m-pagenation__body{
        padding: 2.667vw;
        margin-bottom:5.333vw;
    }
    .col-two.list section .m-pagenation__body li{
        font-size: 3.467vw;
        margin-right: 2.667vw;
    }
    .col-two.list section .m-pagenation__body li a{
        font-size: 3.467vw;
    }
    .col-two aside{
        width:100%;
    }
    .col-two aside dl{
        padding-bottom: 5.333vw;
    }
    .col-two aside dt{
        font-size: 3.67vw;
        padding-bottom: 5.333vw;
    }
    .col-two aside dd ul li{
        margin-bottom: 2.667vw;
    }
    .col-two aside dd ul li a p{
        font-size: 3.2vw;
    }
    .col-two aside .link_banner li{
        padding-bottom: 1.333vw;
    }
    .col-two aside dd .other_page_link{
        font-size: 3.2vw;
    }
    article,.page{
        font-size:4.267vw;
        padding: 4vw;
        margin-bottom: 2.667vw;
    }
    article h1,.page h1{
        font-size: 6vw;
        padding-bottom: 5.333vw;
    }
    article header > ul,.page > ul{
        padding-bottom: 5.333vw;
        font-size: 3.733vw;
    }
    .page > ul{
        text-align: right;
    }
    .page > ul li{
        float: none;
    }
    article header > ul > li.author_article,.page > ul > li:nth-of-type(2){
        padding-top: 1.333vw;
        padding-left: 0;
    }
    article header > ul > li:last-of-type,.page > ul > li:last-of-type{
        padding-top: 1.333vw;
    }
    article header > ul > li.last-update,.page > ul > li.last-update{
        padding-top: 1.333vw;
        padding-left: 30vw;
    }
    article img,.page img{
        padding-bottom:8vw;
    }
    article h2,.page h2{
        font-size: 6vw;
        padding: 5.333vw;
        margin-bottom: 8vw;
    }
    article h3,.page h3{
        font-size: 5.5vw;
        border-left: 1.333vw #28acad solid;
        padding: 2.667vw 5.333vw;
        margin-bottom: 5.333vw;
    }
    article h4,.page h4{
        font-size: 5vw;
        border-bottom: 0.5333vw solid #28acad;
        padding: 2.667vw;
        margin-bottom: 5.333vw;
    }
    article h5,.page h5{
        font-size: 4.5vw;
        padding: 2.667vw;
        margin-bottom: 2.667vw;
    }
    article p,.page p{
        padding-bottom: 5.333vw;
    }
    article section ul,.list_setting,article section dl,article section ol,article section table,.page section ul,.page section dl,.page section ol,.page section table{
        margin-bottom: 5.333vw;
    }
    article section ul,.list_setting,article section ol,.page section ul,.page section ol{
        padding-left: 5.333vw;
    }
    article section dl,.page section dl{
        padding: 5.333vw;
    }
    article section dl dt,.page section dl dt{
        font-size: 4.5vw;
        padding-bottom: 2.667vw;
    }
    article section table th,.page section table th{
        border: 0.267vw solid #28acad;
        padding: 1.333vw;
    }
    article section table thead th,.page section table thead th{
        border-right: 0.267vw solid #ffffff;
    }
    article section table thead th:last-of-type,.page section table thead th:last-of-type{
        border-right: 0.267vw solid #28acad;
    }
    article section table td,.page section table td{
        border: 0.267vw solid #28acad;
        padding: 2.667vw;
    }
    .aff_link{
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 2%;
        background: #ecf9f9;
        width: 96%;
    }
    .aff_link span{
        text-align: center;
        display: block;
        font-weight: bold;
    }
    .aff_link a{
        display: block;
    }
    .aff_link img{
        padding: 0;
        display: block;
    }
}