@charset "utf-8";

/***************************************************************************
*
* BLOG STYLE
*
***************************************************************************/
@import url(sidebar-blog-area.css);
body {
    background: #edf8ff;
}

p.relatedAvatar {
    position: relative;
}

p.relatedAvatar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/blog/thumbnail-detail.png) no-repeat center center/cover;
}

.main-img-banner.main {
    height: 600px;
    background: url(../images/blog/main-big-bg-lightblue.png) no-repeat top center;
    padding-top: 105px;
    text-align: center;
}

.marker.yellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #ffe08a));
    background: linear-gradient(transparent 55%, #ffe08a 55%);
}

/*MAIN*/
.main .inner {
    position: relative;
}

.main img {
    margin-left: 23px;
}

.main .mainBtn {
    position: absolute;
    bottom: 50px;
    left: 167px;
}

.main .mainBtn a {
    display: inline-block;
    font-size: 17px;
    color: #172942;
    background: url(../images/blog/btn_arrow-carrot_right_blue.png) no-repeat right 15px center/10px, #ffff05;
    border-radius: 5px;
    font-weight: bold;
    padding: 6px 47px 8px;
}

/*MAIN*/

#breadCrumbs {
    position: relative;
    margin-top: -205px;
    padding-left: 5px;
    z-index: 1;
}

/*BOXBLOG*/
.boxWrapBlog {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 21px;
    margin-bottom: -6px;
}

.boxWrapBlog .boxBlog {
    width: 732px;
    padding: 30px 28px 43px 32px;
    background: #fff;
}

.boxWrapBlog .boxBlog .boxThumbnail {
    position: relative;
    margin-bottom: -15px;
}

.boxWrapBlog .boxBlog .boxThumbnail .thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 470px;
}

.boxThumbnail img {
    height: 470px;
    object-fit: cover;
}

.bB_thumbnail {
    position: relative;
	margin-bottom: 16px;
}

.boxWrapBlog .boxBlog .boxThumbnail .thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/blog/thumbnail-detail.png) no-repeat center center/cover;
}

.boxWrapBlog .boxBlog .boxThumbnail .listCat {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.boxWrapBlog .boxBlog .boxThumbnail .listCat li {
    display: inline-block;
    margin-right: 5px;
}

.boxWrapBlog .boxBlog .boxThumbnail .listCat li a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    background: url(../images/blog/btn_arrow-carrot_right_blue.png) no-repeat left 11px center/5px, #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 2px 22px 4px 24px;
    letter-spacing: -0.3px;
}

.boxWrapBlog .boxBlog .boxThumbnail .title {
    position: absolute;
    top: 44%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 0 #14263f, 2px -2px 0 #14263f, -3px 2px 0 #14263f, -3px -2px 0 #14263f, -2px 2px 0 #14263f, -2px -2px 0 #14263f, 2px 0px 0 #14263f, 0px 2px 0 #14263f, 0px -2px 0 #14263f, -2px 0px 0 #14263f, 0px -2px 0 #14263f;
    padding: 0 30px;
    line-height: 1.3;
    letter-spacing: -1px;
}

.boxWrapBlog .boxBlog .date {
    margin-left: 10px;
    margin-bottom: 24px;
	position: absolute;
    bottom: 0;
}

.boxWrapBlog .boxBlog .date .clock {
    background: url(../images/blog/icon_clock.png) no-repeat left 1px top 3px;
    padding-left: 21px;
    letter-spacing: -0.5px;
    margin-right: 19px;
}

.boxWrapBlog .boxBlog .date .update {
    background: url(../images/blog/icon_arow_update.png) no-repeat left top 3px;
    padding-left: 22px;
    letter-spacing: -0.5px;
}

.boxWrapBlog .boxBlog .boxContent {
    background: #edf8ff;
    padding: 28px 25px 34px 30px;
    margin-bottom: 41px;
}

.boxWrapBlog .boxBlog .dataContent>div:not('#toc_container'):first-child {
    border: 0 !important;
    margin-top: 0 !important;
    background-color: #edf8ff !important;
    padding: 28px 25px 34px 30px !important;
    margin-bottom: 41px;
    font-size: 15px;
    line-height: 1.8;
}

/*.boxWrapBlog .boxBlog .boxContent p {
    font-size: 15px;
    line-height: 1.53;
    letter-spacing: -1.3px;
}*/
.boxWrapBlog .boxBlog .dataContent p+p {
    margin-top: 17px;
}

.boxWrapBlog .boxBlog .boxRanking {
    border: 2px solid #e6e6e6;
    padding: 16px 26px 31px;
    margin: 0 53px 43px;
}

.boxWrapBlog .boxBlog .boxRanking .rankingTtl {
    font-size: 29px;
    color: #eba600;
    font-weight: bold;
    background: url(../images/blog/icon-ranking.png) no-repeat left 17px center;
    border-bottom: 4px solid #ffd900;
    padding-left: 86px;
    padding-top: 11px;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

.boxWrapBlog .boxBlog .boxRanking .rankingTitle {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.boxWrapBlog .boxBlog .boxRanking .thumbnail {
    text-align: center;
    margin-bottom: 14px;
}

.boxWrapBlog .boxBlog .boxRanking .content {
    padding-left: 3px;
    margin-bottom: 23px;
}

.boxWrapBlog .boxBlog .boxRanking .content p {
    font-size: 15px;
    letter-spacing: -1.2px;
    line-height: 1.7;
}

.boxWrapBlog .boxBlog .boxRanking .btnDetail {
    text-align: center;
}

.boxWrapBlog .boxBlog .boxRanking .btnDetail a {
    display: inline-block;
    width: 204px;
    font-size: 17px;
    color: #fff;
    background: url(../images/blog/btn_arrow-carrot_right_white.png) no-repeat right 20px center, #0096ff;
    font-weight: bold;
    border-radius: 5px;
    text-shadow: 2px 2px 2px #0071d9;
    padding: 8px 25px;
    letter-spacing: 1.5px;
}

.boxWrapBlog .dataContent h2 {
    background: url(../images/news/column-title-brg.jpg) no-repeat top center/cover;
    padding: 20px 30px;
    color: #fff;
    font-size: 24px;
    border-bottom: 5px solid #003277;
    margin: 43px -29px 31px -31px;
}

.boxWrapBlog .dataContent h3 {
    background: #ffe600;
    color: #062c7a;
    font-size: 20px;
    padding: 7px 30px;
    margin-bottom: 15px;
    border-radius: 5px;
    margin: 43px 0 19px;
}

.boxWrapBlog .dataContent h4 {
    position: relative;
    font-size: 20px;
    margin: 29px 0 7px;
    padding-left: 12px;
	color: #004eb8;
}

.boxWrapBlog .dataContent h4:before {
    content: "";
    position: absolute;
    border-left: 6px solid #004eb8;
    height: 18px;
    left: 0;
    top: 50%;
    border-radius: 20px;
    transform: translateY(-50%);
}

table {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cfe3ee;
}

table tr {
    border-top: 1px solid #cfe3ee;
    font-size: 15px;
    font-weight: 500;
}

table tr td:first-child {
    width: 150px !important;
    background: #e9f7ff;
    padding: 10px 0 8px;
	text-align: center;
}

table tr td+td {
    background: #e9f7ff;
}

table tr td:last-child {
    width: calc(100% - 150px) !important;
    padding: 10px 20px 8px;
    background: #fff !important;
    letter-spacing: 0.4px;
}

.boxWrapBlog .dataContent ul,
.boxWrapBlog .dataContent ol {
    list-style-type: numberic;
    border: 2px solid #afd2ed;
    margin: 7px 0;
    padding: 15px 44px 19px 44px;
}

.boxWrapBlog .dataContent ul li,
.boxWrapBlog .dataContent ol li {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    padding-left: 2px;
}

.boxWrapBlog .dataContent ul li+li,
.boxWrapBlog .dataContent ol li+li {
    margin-top: 3px;
}

.boxWrapBlog .dataContent ul li::marker,
.boxWrapBlog .dataContent ol li::marker {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}

#toc_container {
    display: block !important;
    width: 100% !important;
    margin: 48px 0 43px;
    padding: 0 0 30px;
    background: transparent;
    border: 1px solid #e0e1e3;
    font-size: 100%;
}

#toc_container p.toc_title {
    font-size: 17px;
    color: #172942;
    background: #7dd5f5;
    font-weight: 500;
    padding: 11px 0;
}

#toc_container .toc_list,
#toc_container .toc_list ul {
    border: 0;
}

#toc_container .toc_list li {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
    padding-left: 0;
}

#toc_container .toc_list li a {
    color: #0092d8;
    font-weight: 500;
    border-bottom: 1px solid #0092d8;
}

#toc_container .toc_list li a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

#toc_container .toc_list li a .toc_number {
    color: #000;
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 26px;
    padding: 0 30px;
}

#toc_container.no_bullets ul.toc_list>li+li {
    margin-top: 20px;
}

#toc_container ul ul {
    margin-left: 17px;
    margin-top: 10px;
}

#toc_container ul ul li+li {
    margin-top: 9px;
}

.boxWrapBlog .dataContent .itemExpert {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 48px;
}

.boxWrapBlog .dataContent .itemExpert+.itemExpert {
    margin-top: 22px;
}

.boxWrapBlog .dataContent .itemExpert.item_expert--reverse {
    flex-direction: row-reverse;
}

.boxWrapBlog .dataContent .itemExpert .info {
    width: 62px;
}

.boxWrapBlog .dataContent .itemExpert .info .avatar {
    margin-bottom: 2px;
}

.boxWrapBlog .dataContent .itemExpert .info .name {
    font-size: 13px;
    text-align: center;
    line-height: 1.25;
    font-weight: bold;
}

.boxWrapBlog .dataContent .itemExpert .detailContent {
    position: relative;
    width: 584px;
    border-radius: 5px;
    padding: 16px 12px 16px 17px;
	background-color: #f5f5f5;
    border-radius: 1rem;
}

.boxWrapBlog .dataContent .itemExpert .detailContent:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 17px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	border-left: 18px solid #f5f5f5;
    border-right: none;
    right: -17px;
    top: 20px;
}

.boxWrapBlog .dataContent .itemExpert:nth-child(2n) .detailContent:before {
    left: auto;
    right: -17px;
    border-left: 17px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #f5f5f5;
    border-right: none;
}

.boxWrapBlog .dataContent .itemExpert .detailContent p {
    font-size: 15px;
    line-height: 1.94;
}

.boxWrapBlog .dataContent .itemExpert .detailContent p span {
    color: #b50000;
}

.boxWrapBlog .dataContent .itemExpert.yellow .info .name {
    color: #e1ad10;
}

.boxWrapBlog .dataContent .itemExpert.yellow .detailContent {
    background: #fff8db;
}

.boxWrapBlog .dataContent .itemExpert.yellow .detailContent:before {
    border-right-color: #fff8db;
}

.boxWrapBlog .dataContent .itemExpert.blue .info .name {
    color: #50b2e3;
}

.boxWrapBlog .dataContent .itemExpert.blue .detailContent {
    background: #e5f6ff;
}

.boxWrapBlog .dataContent .itemExpert.blue .detailContent:before {
    border-left-color: #e5f6ff;
}

.boxWrapBlog .dataContent .itemExpert.green .info .name {
    color: #50c29b;
}

.boxWrapBlog .dataContent .itemExpert.green .detailContent {
    background: #dcfaf0;
}

.boxWrapBlog .dataContent .itemExpert.green .detailContent:before {
    border-right-color: #dcfaf0;
}

.boxWrapBlog .dataContent .itemExpert.brown .info .name {
    color: #797979;
}

.boxWrapBlog .dataContent .itemExpert.brown .detailContent {
    background: #f5f5f5;
}

.boxWrapBlog .dataContent .itemExpert.brown .detailContent:before {
    border-left-color: #f5f5f5;
}

.boxWrapBlog .boxBlog .boxArticle .boxExpertDetail {
    margin-top: 51px;
    border-radius: 5px;
    overflow: hidden;
}

.boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxName {
    font-size: 20px;
    color: #fff;
    background: url(../images/blog/bg-blue.png) repeat-x center center/cover;
    text-align: center;
    padding: 14px 0 16px;
    letter-spacing: 1px;
    margin: 0;
    border-radius: 0;
}

.boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail {
    border: 10px solid #7dd5f5;
}

.boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoDetail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #edf8ff;
    padding: 19px 0 23px 21px;
}

.boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoDetail .avatar {
    width: 80px;
    margin-top: 2px;
}

.boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoDetail .info {
    width: calc(100% - 80px);
    padding: 0 12px 0 18px;
}

.boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoDetail .info .name {
    font-size: 17px;
    margin-bottom: 7px;
    font-weight: bold;
}

.boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoDetail .info .name span {
    font-size: 13px;
    margin-left: 16px;
}

.boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoDetail .info .expert {
    line-height: 1.35;
    letter-spacing: -1px;
}

.boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoExpert {
    padding: 16px 21px 26px;
}

.boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoExpert .title {
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoExpert .expert {
    font-size: 15px;
    letter-spacing: 0.1px;
    line-height: 1.54;
}

.boxWrapBlog .dataContent {
    margin-bottom: 40px;
}

.boxWrapBlog .dataContent .relatedTtl {
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: url(../images/blog/icon_write_white.png) no-repeat left 9px center, #006ed8;
    padding: 3px 29px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 40px;
}

.boxWrapBlog .dataContent .relatedTtl:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 34px solid #fff;
    border-left: 19px solid transparent;
}

.boxWrapBlog .dataContent .relatedPost {
    display: flex;
    justify-content: space-around;
    position: relative;
    border-top: 4px solid #006ed8;
    border-bottom: 4px solid #006ed8;
    margin-top: -4px;
    padding: 23px 30px 11px;
    z-index: 1;
}

.boxWrapBlog .dataContent .relatedAvatar {
    width: 168px;
    margin-top: -3px;
}

.boxWrapBlog .dataContent .relatedInfo {
    width: calc(100% - 168px);
    padding-right: 20px;
}

.boxWrapBlog .dataContent .relatedInfo .link {
    margin-bottom: 14px;
}

.boxWrapBlog .dataContent .relatedInfo .link a {
    letter-spacing: 0.3px;
    line-height: 1.65;
    font-weight: bold;
}

.boxWrapBlog .dataContent .relatedInfo .date {
    margin-left: 0;
}

.boxWrapBlog .dataContent .relatedInfo .date .clock {
    margin-right: 10px;
}

.boxWrapBlog .boxBlog .boxQuestion {
    position: relative;
    margin: 0 -28px 41px -32px;
}

.boxWrapBlog .boxBlog .boxQuestion .ttl1 {
    position: absolute;
    left: 31px;
    top: -13px;
}

.boxWrapBlog .boxBlog .boxQuestion .ttl2 {
    position: absolute;
    top: -20px;
    right: 23px;
}

.boxWrapBlog .boxBlog .boxQuestion .questionTitle {
    font-size: 30px;
    color: #fff;
    background: #2fa7e0;
    text-align: center;
    padding: 22px 130px;
    border-bottom: 5px solid #0066cc;
    letter-spacing: -1.8px;
}

.boxWrapBlog .boxBlog .boxQuestion .listFAQ {
    padding: 29px 28px 29px 32px;
    background: url(../images/blog/faq-bg.jpg) repeat-y center center/100%;
}

.boxWrapBlog .boxBlog .boxQuestion .listFAQ li {
    margin-bottom: 10px;
}

.boxWrapBlog .boxBlog .boxQuestion .listFAQ li .question {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #2e6fb1;
    padding: 13px 50px 17px;
    letter-spacing: -1.4px;
    transition: 250ms all linear;
}

.boxWrapBlog .boxBlog .boxQuestion .listFAQ li .question:hover {
    background-color: #efefef;
}

.boxWrapBlog .boxBlog .boxQuestion .listFAQ li .question:before {
    content: "Q";
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
    font-family: 'Roboto', sans-serif;
}

.boxWrapBlog .boxBlog .boxQuestion .listFAQ li .question:after {
    content: "";
    position: absolute;
    background: url(../images/beginners/faq-icon-plus.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
}

.boxWrapBlog .boxBlog .boxQuestion .listFAQ li .question.changeIcon:after {
    background-image: url(../images/beginners/faq-icon-minus.png);
    height: 2px;
}

.boxWrapBlog .boxBlog .boxQuestion .listFAQ li .anwser {
    display: none;
    background: #fffdf7;
    font-size: 15px;
    border-radius: 5px;
    color: #454545;
    margin-top: 10px;
    margin-bottom: 21px;
}

.boxWrapBlog .boxBlog .boxQuestion .listFAQ li .anwser .iconA {
    display: block;
    position: relative;
    padding: 15px 30px 15px 51px;
    line-height: 1.74;
}

.boxWrapBlog .boxBlog .boxQuestion .listFAQ li .anwser .iconA:before {
    content: "A";
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #f45959;
    top: 11px;
    left: 19px;
    font-family: 'Roboto', sans-serif;
}

.boxWrapBlog .boxBlog .boxFind {
    border: 2px solid #afd2ed;
    padding: 16px 28px 27px;
    margin-bottom: 40px;
}

.boxWrapBlog .boxBlog .boxFind .titleFind {
    text-align: center;
    background: url(../images/blog/title-find-bd.png) repeat-x center bottom/100%;
    padding-bottom: 9px;
    margin-bottom: 9px;
}

.boxWrapBlog .boxBlog .boxFind .titleFind span {
    font-size: 15px;
    color: #004eb8;
    background: url(../images/blog/icon_magnifying-glass_blue.png) no-repeat left center;
    padding: 0 32px 3px;
    margin-left: -38px;
}

.boxWrapBlog .boxBlog .boxFind .listFind {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    border: 0;
    margin-top: 0;
    padding: 0;
}

.boxWrapBlog .boxBlog .boxFind .listFind li {
    width: 50%;
    font-size: 17px;
    margin-bottom: 4px;
}

.boxWrapBlog .boxBlog .boxFind .listFind li a {
    display: inline-block;
    font-size: 15px;
    color: #0092d8;
    font-weight: 500;
    border-bottom: 1px solid #0092d8;
    line-height: 1.3;
}

.boxWrapBlog .boxBlog .boxRelatedList {
    margin: 0 -30px 49px -31px;
    background: #7dd5f5;
    padding-bottom: 35px;
}

.boxWrapBlog .boxBlog .boxRelatedList .ttl {
    margin-bottom: 14px;
}

.boxWrapBlog .boxBlog .boxRelatedList .relatedListItem+.relatedListItem {
    margin-top: 26px;
}

.boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .itemTitle {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}

.boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct {
    overflow: hidden;
    padding: 0 30px;
}

.boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct li {
    float: left;
    margin-right: 12.5px;
    margin-bottom: 11px;
    width: 216px;
}

.boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct li:nth-child(3n) {
    margin-right: 0;
}

.boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct li a {
    background: #ffffff url(../images/toiletinfo/btn_arrow-carrot_right_blue.png) no-repeat right 7px top 27px;
    background-size: 8px 13px;
    border-radius: 5px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    font-size: 15px;
}

.boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct li a .icon {
    width: calc(100% - 170px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct li a .icon img{
    filter: saturate(3.2);
}



.boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct li a .text {
    width: 149px;
    line-height: 1.3;
}

.boxWrapBlog .boxBlog .boxBnr {}

.boxWrapBlog .boxBlog .boxBnr .bnrList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.boxWrapBlog .boxBlog .boxBnr .bnrList li {
    margin-bottom: 20px;
}

.boxWrapBlog .boxSearch {
    width: 268px;
}

.boxWrapBlog .boxSearch .formSearch {
    border-radius: 5px;
    background: #00b1f2;
    padding: 30px 16px 15px 14px;
}

.boxWrapBlog .boxSearch .formSearch .searchTtl {
    text-align: center;
    margin-bottom: 75px;
}

.boxWrapBlog .boxSearch .formSearch .boxForm {
    background: #fff;
    border-radius: 5px;
    padding: 0 14px 18px;
}

.boxWrapBlog .boxSearch .formSearch .boxForm .ttl {
    text-align: center;
    transform: translateY(-58px);
    margin-bottom: -46px;
}

.boxWrapBlog .boxSearch .formSearch .boxForm .sub {
    text-align: center;
    margin-bottom: 8px;
}

.boxWrapBlog .boxSearch .formSearch .boxForm .boxSelect+.boxSelect {
    margin-top: 5px;
}

.boxWrapBlog .boxSearch .formSearch .boxForm .boxSelect select {
    width: 100%;
    appearance: none;
    border-radius: 5px;
    border: 1px solid #95c8de;
    background: url(../images/blog/btn_arrow-carrot_down_blue.png) no-repeat right 10px center/14px, #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 13px 9px;
    letter-spacing: -0.3px;
}

select::-ms-expand {
    display: none;
}

.boxWrapBlog .boxSearch .formSearch .boxForm .boxSubmit {
    margin-top: 10px;
    text-align: center;
}

.boxWrapBlog .boxSearch .formSearch .boxForm .boxSubmit input {
    width: 108px;
    margin-left: -3px;
    appearance: none;
    border-radius: 5px;
    border: 0;
    font-size: 12.5px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    background: url(../images/blog/icon_magnifying-glass_white.png) no-repeat left 28px top 52%/16px, #006dd8;
    padding: 11px 10px 11px 51px;
    letter-spacing: 3px;
    text-align: left;
}

.boxWrapBlog .boxSearch .boxBtn {
    margin-top: 14px;
    text-align: center;
}

.boxWrapBlog .boxSearch .boxBtn .btn {
    margin-bottom: -2px;
}

/*AREACONCIERGE*/
.areaConcierge {
    /*background: #e9f7ff;*/
	background: #D1EDFF;
    padding: 37px 26px 32px 34px;
    margin: 0 -28px 0 -32px;
}

.areaConcierge .ttl {
    text-align: center;
    margin-left: 3px;
}

.areaConcierge .contactBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    background: #fff;
    border: 6px solid #afd2ed;
    margin-top: 26px;
    padding: 9px 32px 20px 27px;
}

.areaConcierge .contactBox .ttl1 {
    position: absolute;
    top: -12px;
    left: 25px;
}

.areaConcierge .contactBox .ttl2 {
    position: absolute;
    top: -17px;
    right: 43px;
}

.areaConcierge .contactBox .itemTel {
    width: 100%;
    text-align: center;
    margin-bottom: 11px;
}

.areaConcierge .contactBox .itemTel .tel a {
    font-size: 47px;
    font-weight: bold;
    color: #ff6918;
    background: url(../images/index/concierge-tel.png) no-repeat left center/42px;
    padding-left: 48px;
    letter-spacing: -1.5px;
    line-height: 1.25;
    margin-left: -13px;
}

.areaConcierge .contactBox .itemTel .note {
    font-size: 15px;
    margin-top: -5px;
    letter-spacing: 1px;
}

.areaConcierge .contactBox .itemMail {
    position: relative;
    z-index: 1;
}

/*AREACONCIERGE*/

.areaTrouble {
    background: transparent;
}

/*SP STYLE*/
@media (max-width: 768px) {
    .main-img-banner.main {
        padding: 81px 8px 0 12px;
        background: transparent;
        height: auto;
    }

    .main .inner {
        padding: 0;
    }

    .main img {
        margin-left: 0;
    }

    .main .mainBtn {
        bottom: 11.8vw;
        left: -3px;
        width: 100%;
        text-align: center;
    }

    .main .mainBtn a {
        font-size: 13px;
        padding: 5px 23px 6px;
        background: url(../images/blog/btn_arrow-carrot_right_blue.png) no-repeat right 11px center/8px, #ffff05;
        letter-spacing: -1px;
        border-radius: 2px;
    }

    #breadCrumbs {
        margin-top: 0vw;
        display: none;
    }

    #content .inner {
        padding: 0 3%;
    }

    .boxWrapBlog {
        padding-bottom: 0;
        margin-bottom: -23px;
    }

    .boxWrapBlog .boxBlog {
        width: 100%;
        padding: 11px 20px;
    }

    .boxWrapBlog .boxBlog .boxThumbnail {
        margin-bottom: -3px;
    }

    .boxWrapBlog .boxBlog .boxThumbnail .thumbnail {
        height: 57.1vw;
    }
	.boxThumbnail img {
		height: 57.1vw;
	}

    .boxWrapBlog .boxBlog .boxThumbnail .thumbnail:before {
        background: url(../images/blog/thumbnail-detail-sp.png) no-repeat center center/cover;
    }

    .boxWrapBlog .boxBlog .boxThumbnail .listCat {
        top: 9px;
        left: 14px;
    }

    .boxWrapBlog .boxBlog .boxThumbnail .listCat li a {
        font-size: 9px;
        letter-spacing: 0;
        padding: 3px 8px 1px 13px;
        background: url(../images/blog/btn_arrow-carrot_right_blue.png) no-repeat left 6px center/3px, #fff;
    }

    .boxWrapBlog .boxBlog .boxThumbnail .title {
        top: 40%;
        font-size: 15px;
        padding: 0 13px;
        line-height: 1.45;
        letter-spacing: -1px;
        text-align: left;
        text-shadow: 1px 1px 0 #14263f, 1px -1px 0 #14263f, -2px 1px 0 #14263f, -2px -1px 0 #14263f, -1px 1px 0 #14263f, -1px -1px 0 #14263f, 1px 0px 0 #14263f, 0px 1px 0 #14263f, 0px -1px 0 #14263f, -1px 0px 0 #14263f, 0px -1px 0 #14263f;
    }

    .boxWrapBlog .boxBlog .date {
        margin-left: 0;
        margin-bottom: 0;
    }

    .boxWrapBlog .boxBlog .date span {
        font-size: 11px;
    }

    .boxWrapBlog .boxBlog .date .clock {
        background: url(../images/blog/icon_clock.png) no-repeat left 1px top 3px/13px;
        padding-left: 16px;
        letter-spacing: 0;
        margin-right: 11px;
    }

    .boxWrapBlog .boxBlog .date .update {
        background: url(../images/blog/icon_arow_update.png) no-repeat left top 3px/11px;
        padding-left: 18px;
        letter-spacing: 0;
    }

    .boxWrapBlog .boxBlog .dataContent>div:first-child {
        font-size: 13px;
        line-height: 1.46;
        padding: 16px 17px 17px 18px !important;
        margin-bottom: 20px;
    }

    .boxWrapBlog .boxBlog .boxRanking {
        border: 1px solid #e6e6e6;
        padding: 1px 18px 19px;
        margin: 0 0 20px;
    }

    .boxWrapBlog .boxBlog .boxRanking .rankingTtl {
        font-size: 17px;
        color: #eba600;
        background: url(../images/blog/icon-ranking.png) no-repeat left 1px top 10px/27px;
        border-bottom: 2px solid #ffd900;
        padding-left: 30px;
        padding-top: 11px;
        padding-bottom: 3px;
        margin-bottom: 4px;
    }

    .boxWrapBlog .boxBlog .boxRanking .rankingTitle {
        font-size: 17px;
        margin-top: 0;
        margin-bottom: 6px;
    }

    .boxWrapBlog .boxBlog .boxRanking .thumbnail {
        margin-top: 0;
    }

    .boxWrapBlog .boxBlog .boxRanking .content {
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .boxWrapBlog .boxBlog .boxRanking .btnDetail a {
        width: 174px;
        font-size: 15px;
        background: url(../images/blog/btn_arrow-carrot_right_white.png) no-repeat right 18px center/6px, #0096ff;
        padding: 7px 25px;
        letter-spacing: 1.5px;
    }

    .boxWrapBlog .boxBlog .boxRanking .content p {
        font-size: 14px;
        letter-spacing: -2px;
        line-height: 1.6;
    }

    .boxWrapBlog .boxBlog .boxArticle {
        padding: 49px 0 0;
    }

    .boxWrapBlog .boxBlog .boxArticle .tableAnchor {
        margin: 0 -1px 30px;
    }

    #toc_container {
        margin: 22px 0 43px;
        padding: 0 0 30px;
    }

    #toc_container p.toc_title {
        font-size: 14px;
        padding: 11px 0;
    }

    #toc_container .toc_list li a {
        display: inline;
        font-size: 13px;
        line-height: 1.05;
        font-weight: normal;
    }

    #toc_container p.toc_title+ul.toc_list {
        margin-top: 18px;
        padding: 0 18px;
    }

    #toc_container.no_bullets ul.toc_list>li+li {
        margin-top: 10px;
    }

    #toc_container ul ul {
        margin-left: 17px;
        margin-top: 2px;
    }

    #toc_container ul ul li+li {
        margin-top: 0;
    }

    .boxWrapBlog .dataContent h2 {
        font-size: 17px;
        min-height: auto;
        margin: 30px -1px 20px;
        padding: 15px 20px;
        border-width: 0 0 3px;
        letter-spacing: 0.1px;
        background: url(../images/blog/column-title-brg-sp.jpg) no-repeat center center/cover;
    }

    .boxWrapBlog .dataContent h3 {
        font-size: 16px;
        padding: 5px 16px;
        margin-bottom: 15px;
        border-radius: 2px;
        margin: 25px 0 16px;
        letter-spacing: -0.6px;
    }

    .boxWrapBlog .dataContent h4 {
        font-size: 16px;
        margin: 19px 0 15px;
        padding-left: 8px;
    }

    .boxWrapBlog .dataContent h4:before {
        border-left: 5px solid #004eb8;
        height: 16px;
        left: -1px;
        top: 5px;
        transform: none;
    }

    .boxWrapBlog .dataContent p {
        font-size: 13px;
        letter-spacing: -1.4px;
    }

    .boxWrapBlog .dataContent p+p {
        margin-top: 17px;
    }

    .boxWrapBlog .dataContent ul,
    .boxWrapBlog .dataContent ol {
        border: 1px solid #afd2ed;
        margin: 23px -1px 19px;
        padding: 15px 13px 18px 33px;
    }

    .boxWrapBlog .dataContent ul li,
    .boxWrapBlog .dataContent ol li {
        font-size: 13px;
        padding-left: 0;
        letter-spacing: 0;
        line-height: 1.65;
    }

    .boxWrapBlog .dataContent ul li+li,
    .boxWrapBlog .dataContent ol li+li {
        margin-top: 2px;
    }

    .boxWrapBlog .dataContent ul li::marker,
    .boxWrapBlog .dataContent ol li::marker {
        font-weight: 500;
    }

    .boxWrapBlog .dataContent .itemExpert {
        margin: 19px -1px 0;
    }

    .boxWrapBlog .dataContent .itemExpert+.itemExpert {
        margin-top: 9px;
    }

    .boxWrapBlog .dataContent .itemExpert .info {
        width: 43px;
    }

    .boxWrapBlog .dataContent .itemExpert .info .name {
        font-size: 9px;
    }

    .boxWrapBlog .dataContent .itemExpert .detailContent {
        width: calc(100% - 57.5px);
        padding: 13px 12px 16px 16px;
    }

    .boxWrapBlog .dataContent .itemExpert .detailContent p {
        font-size: 11px;
        line-height: 1.45;
        letter-spacing: -0.4px;
    }

    .boxWrapBlog .boxBlog .boxArticle .boxExpertDetail {
        border-radius: 2px;
        margin: 0;
    }

    .boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxName {
        font-size: 16px;
        padding: 4px 0 7px;
    }

    .boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail {
        border: 5px solid #7dd5f5;
    }

    .boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoDetail {
        padding: 11px 13px 13px 14px;
        flex-wrap: wrap;
    }

    .boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoDetail .avatar {
        width: 40px;
        margin-top: 2px;
    }

    .boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoDetail .info {
        width: calc(100% - 40px);
        padding: 0 12px 0 9px;
    }

    .boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoDetail .info .name {
        font-size: 14.5px;
        margin-bottom: 2px;
    }

    .boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoDetail .info .name span {
        display: block;
        font-size: 11px;
        margin-left: 0;
    }

    .boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoDetail .expert {
        width: 100%;
        font-size: 11px;
        margin-top: 6px;
    }

    .boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoExpert {
        padding: 11px 14px 14px;
    }

    .boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoExpert .title {
        font-size: 13px;
        letter-spacing: 0;
        margin-bottom: 3px;
    }

    .boxWrapBlog .boxBlog .boxArticle .boxExpertDetail .boxDetail .infoExpert .expert {
        font-size: 13px;
        letter-spacing: 0.4px;
        line-height: 1.73;
    }

    .boxWrapBlog .dataContent .relatedTtl {
        font-size: 11px;
        background: url(../images/blog/icon_write_white.png) no-repeat left 7px top 45%/10.5px, #006ed8;
        padding: 2px 27px 4px 24px;
        letter-spacing: 1px;
        margin-top: 19px;
    }

    .boxWrapBlog .dataContent .relatedPost {
        padding: 13px 19px 9px;
        border-top: 5px solid #006ed8;
        margin-top: -5px;
    }

    .boxWrapBlog .dataContent .relatedAvatar {
        width: 84px;
        margin-top: -3px;
    }

    .boxWrapBlog .dataContent .relatedInfo {
        width: calc(100% - 84px);
        padding-right: 2px;
        margin-top: -6px;
    }

    .boxWrapBlog .dataContent .relatedInfo .date {
        margin-bottom: 0;
    }

    .boxWrapBlog .dataContent .relatedInfo .link a {
        display: inline-block;
        line-height: 1.55;
        font-size: 13px;
        letter-spacing: 0.1px;
    }

    .boxWrapBlog .dataContent .relatedInfo .link {
        margin-bottom: 0px;
    }

    .boxWrapBlog .dataContent {
        font-size: 13px;
        margin-bottom: 19px;
    }

    table {
        font-size: 11px;
    }

    table tr {
        font-size: 11px;
    }

    table tr td:first-child {
        width: 104px !important;
        padding: 7px 0 8px;
    }

    table tr td:last-child {
        width: calc(100% - 104px) !important;
        font-weight: normal;
        padding: 7px 0px 8px 15px;
        letter-spacing: 0.4px;
        line-height: 1.65;
    }

    .boxWrapBlog .boxBlog .boxQuestion {
        margin: 0 -20px 31px;
    }

    .boxWrapBlog .boxBlog .boxQuestion .listFAQ {
        padding: 14px 19px 8px 19px;
    }

    .boxWrapBlog .boxBlog .boxQuestion .listFAQ li {
        margin-bottom: 10px;
    }

    .boxWrapBlog .boxBlog .boxQuestion .listFAQ li .question {
        font-size: 15px;
        border-radius: 3px;
        border: 1px solid #2e6fb1;
        padding: 8px 30px 9px 23px;
        letter-spacing: -1px;
        line-height: 1.2;
    }

    .boxWrapBlog .boxBlog .boxQuestion .listFAQ li .question:before {
        font-size: 15px;
        top: 8px;
        left: 8px;
        transform: none;
    }

    .boxWrapBlog .boxBlog .boxQuestion .listFAQ li .question:after {
        width: 17px;
        right: 9px;
        top: 50%;
        background-size: 100%;
    }

    .boxWrapBlog .boxBlog .boxQuestion .listFAQ li .anwser {
        margin-bottom: 10px;
    }

    .boxWrapBlog .boxBlog .boxQuestion .listFAQ li .anwser .iconA {
        font-size: 13px;
        padding: 10px 18px 10px 24px;
        letter-spacing: -0.6px;
        line-height: 1.73;
    }

    .boxWrapBlog .boxBlog .boxQuestion .listFAQ li .anwser .iconA:before {
        font-size: 16px;
        top: 10px;
        left: 11px;
    }

    .boxWrapBlog .boxBlog .boxQuestion .ttl1 {
        left: 19px;
        top: -6px;
        width: 55px;
    }

    .boxWrapBlog .boxBlog .boxQuestion .ttl2 {
        top: 6px;
        right: 1px;
        width: 47px;
    }

    .boxWrapBlog .boxBlog .boxQuestion .questionTitle {
        font-size: 18.5px;
        padding: 6px 80px;
        border-bottom: 5px solid #0066cc;
        letter-spacing: -1.8px;
        line-height: 1.3;
    }

    .boxWrapBlog .boxBlog .boxFind {
        border: 1px solid #afd2ed;
        padding: 10px 12px 8px;
        margin: 0 -1px 42px;
    }

    .boxWrapBlog .boxBlog .boxFind .titleFind {
        padding-bottom: 9px;
        margin-bottom: 6px;
    }

    .boxWrapBlog .boxBlog .boxFind .titleFind span {
        font-size: 12px;
        color: #004eb8;
        background: url(../images/blog/icon_magnifying-glass_blue.png) no-repeat left center/17px;
        padding: 0 26px 3px;
        margin-left: 0;
    }

    .boxWrapBlog .boxBlog .boxFind .listFind {
        flex-direction: column;
        padding: 0 3px;
    }

    .boxWrapBlog .boxBlog .boxFind .listFind li {
        width: 100%;
        font-size: 12px;
        margin-bottom: 7.5px;
    }

    .boxWrapBlog .boxBlog .boxFind .listFind li a {
        font-size: 13px;
        margin-left: 4px;
        letter-spacing: -0.3px;
        line-height: 1.1;
    }

    .boxWrapBlog .boxBlog .boxRelatedList {
        margin: 0 -1px 30px;
        background: #7dd5f5;
        padding-bottom: 9px;
    }

    .boxWrapBlog .boxBlog .boxRelatedList .ttl {
        margin-bottom: 4px;
    }

    .boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .itemTitle {
        font-size: 16px;
        margin-bottom: 13px;
    }

    .boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct {
        padding: 0 20px;
    }

    .boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct li {
        width: 48%;
        margin-bottom: 11px;
    }

    .boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct li:nth-child(n) {
        margin-right: 3.6%;
    }

    .boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct li a {
        font-size: 9px;
        font-weight: 500;
        height: 42px;
        background: #ffffff url(../images/toiletinfo/btn_arrow-carrot_right_blue.png) no-repeat right 4px top 17px;
        background-size: 4px 6px;
        border-radius: 3px;
    }

    .boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct li a .text {
        width: 108px;
    }

    .boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct li a .icon {
        width: 25px;
        margin-right: 4px;
    }

    .boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct li a .icon img {
        width: 71.4%;
        max-width: 15px;
    }

    .boxWrapBlog .boxBlog .boxRelatedList .relatedListItem .listProduct li:nth-child(2n) {
        margin-right: 0;
    }

    .boxWrapBlog .boxBlog .boxBnr .bnrList {}

    .boxWrapBlog .boxBlog .boxBnr .bnrList li {
        width: 48.5%;
        margin-bottom: 12px;
    }

    /*AREACONCIERGE*/
    .areaConcierge {
        background: #e9f7ff;
        padding: 43px 15px 40px 22px;
    }

    .areaConcierge .ttl {
        position: relative;
        margin-left: 1px;
        z-index: 1;
    }

    .areaConcierge .contactBox {
        flex-direction: column;
        align-items: center;
        border: 0;
        margin-top: -10px;
        padding: 23px 21px 16px;
    }

    .areaConcierge .contactBox .itemTel,
    .areaConcierge .contactBox .itemLine,
    .areaConcierge .contactBox .itemMail {
        margin-bottom: 10px;
        margin-top: 0;
    }

    /*AREACONCIERGE*/
}