*{font-family: "Noto Sans JP";}


.cate_area > .cate_name{
	display: none;
}
.title_block{
	color: #fff;
    padding: 15px 0;
    margin: 0 0 25px;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    clear: both;
    margin-bottom: 20px;
    background-color: #484848;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.title_block h2{
	margin: 0;
}
.title_block .lead{
	font-size: 14px;
    width: 100%;
	text-align: left;
	padding: 0 20px;
}
.tabs-box{
	display: flex;
	flex-flow: wrap;
	padding: 0 1rem;
}
.tabs-box li{
	border: 1px solid rgb(38,166,91);
	width: calc(50% - 1rem);
	margin: 0 1rem 1rem 0;
	font-size: 1.4rem;
}
.tabs-box li:nth-child(2n) {
  margin-right: 0;
}

.tabs-box li a{
	display: block;
	cursor: pointer;
	background: rgb(38,166,91);
	text-align: center;
	height: 64px;
	line-height: 64px;
	-webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
	  color: white;
	  margin-bottom: 0 !important;
}

#rate .tabs-box li:hover,
.tabs-box li:hover a{
	color: black;
	background: white;
	
}
.result .cate_area .parent,
.result .cate_area .sub{
	display: flex;
    justify-content: center;
}
.cate_area .parent a{
	color: #333;
    border-bottom: 1px solid #333;
    width: 100%;
    text-align: center;
	font-size: 24px;
}
.cate_area .sub{
    width: 100%;
}
.cate_area .sub{
	color: #333;
    border-bottom: 1px solid #333;
    width: 100%;
    text-align: center;
}

.result .cate_area .row{
	display: flex;
}
.result .cate_area .cate_box{
    margin: 0 10px 10px 0;
	flex: 0 0 calc(33.333% - (20px/3));
	width: calc(33.333% - (20px/3));
	border:1px solid #e6e6e6;
	padding: 10px;
}
.result .cate_area .cate_box:nth-child(3n){
	margin-right: 0;
}
.result .cate_link{	
    display: flex;
	flex-flow: column;
    justify-content: center;
    align-items: center;
	color: #000;
	font-size: 11px;
}
.result .cate_link.no-link{
    pointer-events: none;
}

.result .cate_area .cate_box figure{
	width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result .cate_box > .cate_link > figure{
	margin-bottom: 10px;
}
.result figure > .cate_link{
	padding: 0;
}
.result figure + .cate_link{
	padding: 10px 0 0;
}

.result .cate_link img{
	border: none;
	width: auto;
	max-width: 90%;
    height: auto;
}


@media only screen and (min-width:640px) {
	.container{
        width: 100%;
        max-width: 114rem;
	}
    @media screen and (max-width: 1140px) {
		.container{
			padding: 0 20px;
		}
	}
	.container .col-12{
		max-width: 100%;
		padding: 0;
	}
    
    .container .col-12.inc_left {
        flex: 0 0 calc(100% - 260px);
        max-width: calc(100% - 260px);
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }
	.title_block h2{
		font-size: 24px;
	}
	.title_block .lead{
		font-size: 16px;
		padding: 0;
		text-align: center;
	}
	.cate_area{
		max-width: 100%;
		margin-bottom: 60px;
		padding: 0;
	}
	.cate_area.main_maker{
		margin-bottom: 100px;
	}
	.tabs-box{
		max-width: 896px;
		width: 100%;
		margin: 50px auto 10px;
	  	
	}
	.tabs-box li{
		width: calc(33.3% - 1rem);
	}
	.tabs-box li:nth-child(2n) {
	  margin-right: 1rem;
	}
	.tabs-box li a{
		font-size: 16px;
	}
	.result .cate_area .parent{
		margin: 4rem 0 2rem;
		width:100%;
	}
	.cate_area .parent a{
		font-size: 30px;
		letter-spacing: .35rem;
	}
	.cate_area .sub {
		font-size: 22px;
		padding: 1rem 0;
		background-color: #f3f3f3;
		border-bottom: 2px solid #919191;
	}
	.result .cate_area .row{
		border-top: 1px solid #e6e6e6;
		border-left: 1px solid #e6e6e6;
	}
	.result .cate_area .cate_box{
		flex: 0 0 calc(16.66666%);
		width: calc(16.66666%);
		margin: 0;
		border-top: none;		
		border-left: none;
		padding: 20px 10px 20px;
	}
	.result .cate_link{
		font-size: 13px;
	}
	.result .cate_box > .cate_link figure{
		padding-bottom: 15px;
	}
	.result .cate_area .cate_box figure{
		margin: 0 auto;
	}
	.result figure + .cate_link{
		padding-top: 15px;
	}
	.result .cate_link figure img,
	.result figure >  .cate_link > img{
		max-width: 114px;
		width: 100%;
	}
	
	
}


.result .cate_area .text_link_list{
	margin-top: 30px;
	border: none;
}
.result .cate_area .text_link_list .cate_box{
	border: none;
	width: auto;
	flex:0 0 auto;
	padding: 0 10px 10px 0;
	margin-right: 0;
	margin-bottom: 0;
}
.result .text_link_list .cate_link{
	background-color: #f2f0da;
	border-radius: 5px;
	padding: 3px 10px;
	color: #a67b5d;
}
@media only screen and (max-width: 640px) {
	.result .text_link_list .cate_link{
		
		font-size:13px;
	}
	.result .cate_area .text_link_list .cate_box{
		padding-right: 15px;

	}

}

/*read more box */

.grad-wrap {
    position: relative;
	margin-bottom: 90px;
}

.grad-wrap+.grad-wrap {
    margin-top: 40px;
}

.grad-trigger {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    margin: auto;
    padding: .2rem 0;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    border: 1px solid #333333;
    background: #fff;
	z-index: 9;
}

.grad-trigger::before {
    content: "続きを見る"
}

.grad-trigger .fa {
    margin-left: .5em;
}
.grad-trigger::after{
	content:'';
    background: url(../../img/icons/icon_arrow.svg) no-repeat center center;
    background-size: 42px;
    width: 20px;
    height: 42px;
    position: absolute;
    right: 5px;
    top: 0;
	background-size:contain;
	width: 12px;
	height: 12px;
	transform: rotate(180deg);
	right:5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.grad-item {
    position: relative;
    overflow: visible;
	height: auto !important;
}

.grad-wrap {
    padding-bottom: 40px;
}

.grad-item.is-hide {
    height: 70px !important;
	overflow: hidden;
}

.grad-item::before {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    width: 200%;
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	z-index: 3;
}

.grad-trigger.is-show {
    bottom: 0;
}

.grad-trigger.is-show::before {
    content: "閉じる"
}
.grad-trigger.is-show::after{
    transform: rotate(0deg);
}

.grad-trigger.is-show+.grad-item::before {
    display: none;
}
.pagetop{
z-index: 20;
}

section#ng-item {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
section article {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
}
section#ng-item article {
    padding: 0;
}
section#ng-item h3 {
    margin: 0 0 1rem;
    padding: 8px;
    background-color: #f2f0da;
    font-size: 16px;
    color: #a67b5d;
    letter-spacing: 0;
	text-align: center;
}
section#ng-item ul {
    margin: 0 0 2rem;
}
section#ng-item li {
	list-style: square;
    font-size: 1.4rem;
    line-height: 1.5;
	margin: 0 0 10px 25px;
}
section#ng-item p{
	font-size: 1.4rem;
}
.txtRed {
    color: #e71f19;
}
.threeway_box{
	margin: 50px auto;
	width: calc(100% - 40px);
    max-width: 960px;
}
.ttl_h3 {
    color: #fff;
    background: #a67b5d;
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.threeway_box .row{
    padding: 20px;
    background-color: #f2f0da;
}

.threeway_box .row .col-3:nth-child(3){
    margin-right: 0;
}
.threeway_box .row h4{
    border: none;
    padding: 0 0 10px;
    margin-top: 0;
    text-align: center;
}
.threeway_box .row h4.threeway_shop{
    color: #c08e6c;
}
.threeway_box .row h4.threeway_deliver{
    color: #128469;
}
.threeway_box .row h4.threeway_onsite{
    color: #cb674a;
}
.threeway_box .row .col-3 .text_box{
    word-break: break-all;
    font-size: 14px;
	line-height: 1.6;
    text-align: justify;
}
span.red{
    color: #f00;
}
.threeway_box .row figure{
    margin-bottom: 10px;
}
.threeway_box .row figure img{
     border-radius: 10px;
}
.threeway_link{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.threeway_box .row .col-3{
	flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.3;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .threeway_box{
        margin: 30px auto;
        width: 100%;
    }
    .title_block h2{
        font-size: 17px;
    }
    section#ng-item h3{
        font-size: 15px
    }
    .grad-wrap{
        margin-bottom: 50px;
    }
	.threeway_box .row .col-3{
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 10px;
		line-height: 1.3;
		background-color: #fff;
		border-radius: 10px;
		padding: 15px;
		position: relative;
        display: flex;
        flex-flow: wrap;
	}
	.threeway_box .row figure {
        max-width: 40%;
        margin-bottom: 0;
    }
	.threeway_box .row .col-3 .text_box{
        width: 60%;
        padding-left: 15px;
        font-size: 13px;
    }
    .threeway_box .row h4{
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 640px) {
    section#ng-item {
        max-width: 840px;
    }
	section#ng-item h3 {
        font-size: 20px;
    }
	.threeway_box .row{
		display: flex;
		flex-flow: wrap;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.threeway_box .row .col-3{
        display: flex;
        flex-flow: column;
    }
	.threeway_box .row .col-3 {
        flex: 0 0 calc(33% - (20px / 3));
        width: calc(33% - (20px / 3));
		max-width: calc(33% - (20px / 3));
        margin-right: 10px;
        margin-bottom: 0;
    }
    .threeway_box .row h4{
        width: 100%;
        padding-bottom: 0;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.5em;
    }
    .threeway_box .row figure{
        max-width: 100%;
    }
    .threeway_box .row figure img{
		width: 100%;
	}
    .three_reason li{
        flex-flow: row;
        justify-content: flex-start;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .three_reason li:not(:last-child){
        margin-right: 0;
    }
    .reasonball{
        margin-right: 5px;
        width: 100px;
        height: 100px;
    }
    .reasonball img{
        max-width: 80%;
    }
}


.text-center {
	text-align: center;
}
.personal-id {
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
}
@media screen and (min-width: 640px) {
	.personal-id {
	padding: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 960px;
	}
}
.personal-id .heading-bar {
    width: 100%;
    display: table;
	text-align: center;
}
.personal-id h2 {
    display: table-cell;
    vertical-align: bottom;
    font-size: 20px;
    line-height: 1.3;
    font-weight: normal;
    letter-spacing: 2px;
    color: #a67b5d;
    padding: 0 10px;
}
.personal-id h2 span {
    font-size: 28px;
    color: #f3c11a;
}
.personal-id .holder {
    padding: 25px 25px 20px 22px;
    background: #f2f0da;
}
.personal-id .box {
    border-radius: 5px;
    padding: 15px;
    margin: 0 0 5px -2px;
    background: #ffffff;
    text-align: center;
}
.personal-id .box .heading {
    font-size: 32px;
    line-height: 37px;
    color: #a67b5d;
    padding: 0 0 15px 45px;
    position: relative;
}
.personal-id .box .heading:before {
	width: 36px;
    height: 25px;
    position: absolute;
    content: "";
    top: 14px;
    right: auto;
    bottom: auto;
    left: 0;
    background: url(/img/icons/img_icon_id.svg) no-repeat;
}
.personal-id .required{
    margin: 0;
    letter-spacing: -6px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
	display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
}
.personal-id .required li {
    letter-spacing: normal;
    padding: 0 10px;
    position: relative;
}
.residencecard-text{
	color: #de1010;
    font-size: 70%;
    line-height: 1.4;
    display: inline-block;
}
.personal-id .more {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    color: #231b00;
    border-bottom: 1px solid #231b00;
    padding: 10px 0 0;
}
@media only screen and (max-width: 639px) {
	.personal-id .box .heading{
		font-size: 20px;
		padding-left: 30px;
	}
	.personal-id .box .heading:before{
		width: 24px;
		height: 21px;
		background-size: contain;
		top: 7px;
	}
	.personal-id .required{
		margin-top: 5px;
	}
	.personal-id .required li{
		padding-left: 0;
		font-size: 16px;
	}
	.personal-id .required li:last-child{
		padding-right: 0;
	}
	.personal-id .required li small{
		font-size: 60%;
	}
	.personal-id .more{
		font-size: 14px;
        line-height: 1.4;
        letter-spacing: -.1rem;
	}
}

@media only screen and (min-width: 640px) {
	small, .small {
        font-size: 85%;
    }
	.personal-id .required{
        font-size: 20px;
        line-height: 1.6;
		max-width: 90%;
        margin: 20px auto 0;
    }
	.personal-id .more {
        font-size: 16px;
    }
	.personal-id .heading-bar{
		margin-bottom: 10px;
	}
	.personal-id h2{
		font-size:28px;
		font-weight: bold;
	}
	.personal-id h2 span{
		font-size: 34px;
	}
	.personal-id h2 br{
		display: none;
	}
	.personal-id .box .heading:before{
		top: 11px;
	}
	.personal-id .required li{
		font-weight: normal;
		margin-bottom: 10px;
	}
}

.box_gotosearch{
    display: flex;
    justify-content: center;
    margin: 50px auto;
}
.box_gotosearch a{


}
.container_cta1 {
    display: flex;
    justify-content: center;
    margin: 50px auto;
}
.call_c1 {
    margin-right: 2vw;
}
.web_c1:not(:first-child){
    margin-left: 10px;
}
.call_c1 > p {
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.call_c1 > div {
    color: #f49c1c;
    font-size: 32px;
    font-weight: 700;
}
.web_c1 > a > img {
    margin-top: 2rem;
}
.method_three_more_link {
    text-align: center;
    margin: 20px auto;
}
.method_three_more_link_text {
    color: #686e6f;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px;
}
.method_three_more_link_text + a {
    color: #222;
    font-size: 27px;
    font-weight: bold;
    text-decoration: underline;
    padding: 0 50px 0 0;
    position: relative;
}

@media screen and (max-width: 639px){
    .box_gotosearch{
        margin: 30px auto;
    }
    .container_cta1{
        width: 90vw;
        margin: 30px auto;
        flex-flow: column;
    }
    .call_c1 > p{
        font-size: 15px;
    }
    .call_c1 > .margin_b5{
        font-size: 12px;
    }
    .call_c1 > .phone{
        font-size: 24px;
        text-align: center;
    }
    .phone img{
        width: 15px;
    }
    .web_c1{
        max-width: 100%;
    }
    .method_three_more_link_text{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .method_three_more_link_text + a {
        font-size: 18px;
        padding-right: 0;
    }
}

@media screen and (min-width: 640px) {
    .method_three_more_link{
        margin-bottom: 80px;
    }
}