.breadcrumbs{
	background: #eee;
}
.breadcrumbs span{
	font-size: 13px;
}
.breadcrumbs a{
	text-decoration: underline;
}
.breadcrumbs a:before{
	display: none;
}
.breadcrumbs a:after {
    border-bottom:none;
    border-left: none;
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 3px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    right: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.breadcrumbs span:last-child a{
	text-decoration: none;
}
.breadcrumbs span:last-child a:after{
	display: none;
}
.page .page-header{
    text-align: center;

    background-size: cover;
	padding: 10px 0;
}

.entry-header .entry-title,h4{
    font-family: 'Noto Sans JP', sans-serif;
}
.page .page-header h1{
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
}
.right-sidebar #main h2{
	text-align: left;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
    padding-left: 20px;
    border-bottom: 2px solid #fd9535;
    padding: 0 0 10px 30px;
    font-size: 23px;
    border-left: none;
    margin-top: 50px!important;
}
.right-sidebar #main h2:first-of-type {
    margin-top: 0!important;
}
.right-sidebar #main h2:first-child {
    margin-top: 0!important;
}
.right-sidebar #main h2::before{
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	left: 0;
    top: 25%;
	background: #fd9535;
	border-radius: 50%;

}
.entry-content{
    font-size: 1rem;
}
#main .btn-square-pop{
	position: relative;
}
#main .btn-square-pop::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 5%;
    top: 40%;
}
#main .btn-flexitem .btn-square-pop{
    width: 48%;
}
.right-sidebar #main h3{
	background: #FAE4CD;
    margin-top: 20px!important;
    padding: 15px!important;
}

.link_box {
    border: none;
    border-top: 3px solid #fd9535;
    padding: 50px 20px 20px 20px!important;
    position: relative;
}

.link_box::before{
	position: absolute;
	content: 'Contents';
	top: 10px;
    background: url(/wp-content/themes/onepress/assets/images/top/icon_list.png) no-repeat 0 7px;
    padding-left: 25px;
}
.link_box a{
	font-size: 0.9em;
}

.price-text-color{
	font-weight: bold;
	color: #FC0000;
	font-size: 2rem;
}
.service-cont{
	border: 1px solid #eee;
    padding: 10px;
    margin: 10px 0;
}
.wpcf7-form{
	border: 1px solid #ddd;
    padding: 20px;
}
.entry-content strong {
    color: #333;
    padding-left: 20px;
    position: relative;
    font-size: 1.1rem;
}
.entry-content strong:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #787878;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#main .entry-content img {
    margin: 10px 0;
}
.single-sub{
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 30px;
}
.single-sub .btn-square-pop{
    background: linear-gradient(#FD9535 50%,#FDA34F 50%);
}
.single-sub .service-text{
    padding: 10px;
}
.right-sidebar #main .single-sub h2{
    text-align: center;
    border-bottom: none;
}
.right-sidebar #main .single-sub h2:before {
    content: '';
    width: 80%;
    height: 2px;
    background: #999;
    margin: auto;
    bottom: -30px;
    left: 0;
    right: 0;
}
.right-sidebar #main .single-sub h3{
    background: none;
    margin-top: 0!important;
    padding: 0 0 10px 0!important;
}
.service-list{
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}
.service-list ul{
    overflow: hidden;
}
.service-list li{
    flex: 0 0 23.5%;
    background: #fff;
    border-radius: 8px;
    margin: 0 15px 15px 0;
    overflow: hidden;
}
.service-cont li:nth-child(4n){
    margin-right: 0;
}
.service-list p{
    margin-bottom: 0;
}
.service-text{
    padding: 15px;
}
.service-text h3{
    border-bottom: 1px solid #000;
    margin-top: 0;
    text-align: left;
    display: inline-block;
    padding: 10px 0;
    font-size: 1rem;
}
.service-img{
    height: 180px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.service-img img{
    min-height: 180px;
}
.btn-flexitem{
    justify-content: space-around;
}

.table-profile{
    width: 70%;
    margin:20px auto;
}
.fix_entry-header_R table tr {
    border-bottom: 1px dotted #d6d6d6;
}
.fix_entry-header_R table tr:nth-child(odd){
    background: none;
}
.fix_entry-header_R table td:first-child {
    width: 30%;
    padding-left: 20px;
}
.fix_entry-header_R table td:last-child {
    font-weight: bold;
}
.yarpp-thumbnails-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    border: 1px solid rgba(127,127,127,0.1);
    width: auto;
    height: auto;
    margin: 0;
    margin-left: 0px;
    vertical-align: top;
    display: flex;
    padding: 10px;
    width: 49%;
    flex: 0 0 49%;
    margin-bottom: 15px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    width: auto;
}
#main .entry-content .yarpp-thumbnail > img, .yarpp-thumbnail-default {
    margin: 0 10px 0 0;
}
@media screen and (max-width: 768px){
    .site{
        overflow: hidden;
    }
    .page .page-header{
        text-align: center;
		padding: 30px 0;
    }
    .page .page-header h1{
        font-size: 20px;
    }
    .right-sidebar #main h2{
        font-size: 18px;
    }
    .right-sidebar #main h3{
        padding: 10px!important;
        font-size: 1.1rem;
        line-height: 1.3;
    }
    .service-list li{
        flex: 0 0 47.5%;
        margin: 0 15px 15px 0;
    }
    .service-cont li:nth-child(2n){
        margin-right: 0;
    }
    .btn-flexitem{
        flex-direction: column;
    }
    #main .btn-flexitem .btn-square-pop {
        width: 80%;
        margin: 0 auto 10px;
    }
    .table-profile{
        width: 96%;
    }
    .yarpp-thumbnails-horizontal{
        flex-direction: column;
    }
    .yarpp-thumbnails-horizontal .yarpp-thumbnail{
        width: 100%;
    }
    .breadcrumbs span{
        font-size: 10px;
    }
    .breadcrumbs a:after {
        right: -12px;
        border-right: 1px solid #666;
        border-top: 1px solid #666;
        width: 5px;
        height: 5px;
    }
    .service-img{
        height: 100px
    }
    .service-img img{
        min-height: 100px
    }
}