@charset "utf-8";

/* -----------------------------
	com
-------------------------------- */

#job .job-list-area{
	padding: 30px 0 10px;
}

#job .job-detail-area {
	padding: 50px 0 0;
}

#job .no-txt {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 50px 0 0;
}

#job .index-intro-txt{
	padding: 0 0 30px;
	font-size: 1.8rem;
	line-height: 1.6;
}

#job-detail-page .breadcrumbs .fa {
  color: #F96E6B;
}

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

	#job .job-list-area {
		padding: 0 0 0;
	}

	#job .job-list-area .inner {
		padding: 20px 20px 0;
	}

	#job .job-detail-area {
		padding: 30px 20px;
	}

	#job .no-txt {
		text-align: center;
	}
	#job .index-intro-txt{
		padding: 0 0 20px;
		font-size: 1.6rem;
	}

}


/* -----------------------------
	検索
-------------------------------- */
#job .job-list-area .accordion-box {
	background: #fff4f5;
	border: 1px #E0004B solid;
}

#job .job-list-area .accordion-box .ttl-m {
	display: block;
	padding: 28px 50px;
	position: relative;
	cursor: pointer;
}

#job .job-list-area .accordion-box .ttl-m .jp {
	font-size: 2rem;
    font-weight: 700;
    position: relative;
    width: fit-content;
}

#job .job-list-area .accordion-box .ttl-m .jp::after{
    position: absolute;
    content: "\f002";
    display: block;
    top: -2px;
    right: -39px;
    font: 900 2rem / 1 'Font Awesome 5 Free';
    padding: 0 10px;
    color: #E0004B;
}

#job .job-list-area .accordion-box .ttl-m i {
	font-size: 2rem;
	padding: 0 10px 0 0;
}

#job .job-list-area .accordion-box .ttl-m .accordion-icon {
	height: 50px;
	position: absolute;
	width: 50px;
	background: #E0004B;
	right: 40px;
	top: 12px;
	border-radius: 30px;
}

#job .job-list-area .accordion-box .ttl-m .accordion-icon::before,
#job .job-list-area .accordion-box .ttl-m .accordion-icon::after {
	background-color: #fff;
	content: "";
	height: 1px;
	position: absolute;
	width: 20px;
	transition: all .3s;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#job .job-list-area .accordion-box .ttl-m .accordion-icon::before {
	transform: rotate(0deg);
}

#job .job-list-area .accordion-box .ttl-m .accordion-icon::after {
	transform: rotate(90deg);
}

#job .job-list-area .accordion-box .ttl-m.active .accordion-icon::after {
	transform: rotate(180deg);
}

#job .job-list-area .accordion-box .search-box {
	padding: 0 48px 30px;
	display: none;
}

#job .job-list-area .accordion-box .search-box .search-list {
	display: flex;
	flex-wrap: wrap;
}

#job .job-list-area .accordion-box .search-box .search-list .search-li-occupation ,
#job .job-list-area .accordion-box .search-box .search-list .search-li-location {
	width: 300px;
	margin: 0 20px 20px 0;
}

#job .job-list-area .accordion-box .search-box .search-list select {
	width: 100%;
	height: 60px;
	background: #fff;
	border: none;
	padding: 0 30px;
	line-height: 1;
	font-size: 1.6rem;
	/*
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	*/
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}


#job .job-list-area .accordion-box .search-box .search-list .search-li-free {
	width: 460px;
	margin: 0 0 20px 0;
}

#job .job-list-area .accordion-box .search-box .search-list .search-li-free input {
	width: 100%;
	padding: 0 30px;
	height: 60px;
	font-size: 1.6rem;
	line-height: 1.7;
	border: none;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#job .job-list-area .accordion-box .search-box .search-list .search-li-free input::placeholder {
	font-weight: bold;
	color: #a8959b;
}
#job .job-list-area .accordion-box .search-box .search-list .search-li-occ ,
#job .job-list-area .accordion-box .search-box .search-list .search-li-status ,
#job .job-list-area .accordion-box .search-box .search-list .search-li-keyword {
	width: 100%;
	background: #fff;
	margin: 0 0 20px;
	display: flex;
}

#job .job-list-area .accordion-box .search-box .search-list .search-li-occ .ttl ,
#job .job-list-area .accordion-box .search-box .search-list .search-li-status .ttl ,
#job .job-list-area .accordion-box .search-box .search-list .search-li-keyword .ttl {
	border-right: #ebf1f5 solid 1px;
	width: 160px;
	box-sizing: content-box;
	padding: 25px 0 25px 30px;

}

#job .job-list-area .accordion-box .search-box .search-list .search-li-occ-wrap,
#job .job-list-area .accordion-box .search-box .search-list .search-li-keyword-wrap,#job .job-list-area .accordion-box .search-box .search-list .search-li-status-wrap {
	width: 940px;
	padding: 25px 30px;
	display: flex;
	flex-wrap: wrap;
    height: fit-content;
}

#job .job-list-area .accordion-box .search-box .search-list div label {
	line-height: 1.7;
    cursor: pointer;
}
#job .job-list-area .accordion-box .search-box .search-list .search-li-occ div label {
	margin: 0 20px 0 0;
    width: 15%;
}

#job .job-list-area .accordion-box .search-box .search-list .search-li-status div label {
	/*display: inline-block;*/
	margin: 0 30px 0 0;
    width: 25%;
}

#job .job-list-area .accordion-box .search-box .search-list .search-li-keyword .search-li-keyword-wrap .sp-flex {
	width: 25%;
}

#job .job-list-area .accordion-box .search-box .search-list .search-btn {
	width: 260px;
	height: 70px;
	margin: 0 auto;
}

#job .job-list-area .accordion-box .search-box .search-list input[type="submit"] {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(90deg, rgb(251, 126, 64) 0%, rgb(215, 11, 77) 100%);
	border: none;
	padding: 10px;
	cursor: pointer;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	box-shadow: 7px 7px 30px -10px rgba(0,0,0,0.3);
	transition: 0.5s;
    letter-spacing: 2.2px;
}

#job .job-list-area .accordion-box .search-box .search-list input[type="submit"]:hover {
	box-shadow: none;
}

span.att{
    font-size: 1.4rem;
    color: #a8959b;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
	
	#job .job-list-area .accordion-box .ttl-m {
		padding: 18px 20px;
	}

	#job .job-list-area .accordion-box .ttl-m .jp {
		font-size: 1.8rem;
	}
	#job .job-list-area .accordion-box .ttl-m i {
		font-size: 1.8rem;
		padding: 0 6px 0 0;
	}
	
	#job .job-list-area .accordion-box .ttl-m .accordion-icon {
		height: 30px;
		width: 30px;
		right: 20px;
		top:0;
		bottom: 0;
		margin: auto;
	}

	#job .job-list-area .accordion-box .ttl-m .accordion-icon::before,
	#job .job-list-area .accordion-box .ttl-m .accordion-icon::after {
		width: 10px;
	}


	#job .job-list-area .accordion-box .search-box {
		padding: 0 20px 20px;
	}

	#job .job-list-area .accordion-box .search-box .search-list {
		display: block;
	}

	#job .job-list-area .accordion-box .search-box .search-list .search-li-occupation ,
	#job .job-list-area .accordion-box .search-box .search-list .search-li-location {
		width: 100%;
		margin: 0 0 10px 0;
	}

	#job .job-list-area .accordion-box .search-box .search-list select {
		height: 50px;
		padding: 0 10px;
	}


	#job .job-list-area .accordion-box .search-box .search-list .search-li-free {
		width: 100%;
		margin: 0 0 10px 0;
	}

	#job .job-list-area .accordion-box .search-box .search-list .search-li-free input {
		padding: 0 10px;
		height: 50px;
	}

	#job .job-list-area .accordion-box .search-box .search-list .search-li-status ,
	#job .job-list-area .accordion-box .search-box .search-list .search-li-keyword {
		margin: 0 0 10px;
		display: block;
	}

	#job .job-list-area .accordion-box .search-box .search-list .search-li-status .ttl ,
	#job .job-list-area .accordion-box .search-box .search-list .search-li-keyword .ttl {
		border-right: none;
		border-bottom: #ebf1f5 solid 1px;
		width: 100%;
		padding: 10px;
	}

	#job .job-list-area .accordion-box .search-box .search-list .search-li-occ-wrap {
		width: 100%;
		padding: 10px;
        align-items: center;
	}

	#job .job-list-area .accordion-box .search-box .search-list .search-li-status div label {
		margin: 0 20px 0 0;
        padding: 2px 0;
        align-items: center;
	}

	#job .job-list-area .accordion-box .search-box .search-list .search-li-keyword div label {
		width: auto;
        padding: 2px 0;
	}

	#job .job-list-area .accordion-box .search-box .search-list .search-btn {
		width: 100%;
		height: 60px;
	}

	#job .job-list-area .accordion-box .search-box .search-list input[type="submit"]:hover {
		box-shadow: 7px 7px 30px -10px rgba(0,0,0,0.3);
	}
    
    #job .job-list-area .accordion-box .search-box .search-list .search-li-occ, #job .job-list-area .accordion-box .search-box .search-list .search-li-status, #job .job-list-area .accordion-box .search-box .search-list .search-li-keyword {
        width: 100%;
        background: #fff;
        margin: 0 0 20px;
        display: inline-block;
    }
    
    #job .job-list-area .accordion-box .search-box .search-list .search-li-occ .ttl, #job .job-list-area .accordion-box .search-box .search-list .search-li-status .ttl, #job .job-list-area .accordion-box .search-box .search-list .search-li-keyword .ttl{
        width: 100%;
        padding: 10px 10px 0;
        border-bottom: none;
        border-right: none;
    }
    
    #job .job-list-area .accordion-box .search-box .search-list .search-li-occ div label{
        width: calc(100% - 22px);
        margin: 0;
        padding: 2px 0;
    }
    
    .sp-flex{
        display: flex;
    }
    
    span.att{
        margin: 0 0 0 10px;
    }
    
    #job .job-list-area .accordion-box .search-box .search-list .search-li-keyword-wrap,#job .job-list-area .accordion-box .search-box .search-list .search-li-status-wrap{
        padding: 10px;
        display: block;
    }
    
    #job .job-list-area .accordion-box .search-box .search-list .sp-flex{
        padding: 0px;
    }
    
    #job .job-list-area .accordion-box .search-box .search-list .search-li-keyword .search-li-keyword-wrap .sp-flex {
        width: 100%;
        align-items: center;
    }
}


/* -----------------------------
	一覧
-------------------------------- */
#job .job-list-area .list-area {
	padding: 50px 0 0;
}

#job .job-list-area .list-area .job-txt {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 0 20px;
}

#job .job-list-area .list-area .job-txt em {
	font-size: 1.8rem;
    margin: 0 5px 0 0;
}

#job .list-box{
	box-shadow: none;
	margin: 25px 0 50px;
}

#job .list-box .list-com{
	background: #fff;
	position: relative;
	margin: 0 0 50px;
	box-shadow: 2px 5px 25px rgba(94, 80, 42, 0.1);
    padding: 50px;
}

#job .list-box .list-com .list-com-wrap{
    display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#job .list-box .list-com .new-icon {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	line-height: 30px;
	font-size: 1.6rem;
	color: #fff;
	background: #f7a900;
	width: 60px;
	height: 30px;
	text-align: center;
	position: absolute;
	left: -1px;
	top: -1px;
}

#job .list-box .list-com .job-img {
	width: 450px;
	height: 290px;
	text-align: center;
}

#job .list-box .list-com .job-img img {
	/*width: 455px;
	height: 290px;
	object-fit: cover;*/
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#job .list-box .list-com .list-div {
	width: 600px;
}

#job .cate-box {
	display: flex;
	justify-content: flex-start;
	padding: 0 0 15px;
    align-items: stretch;
    flex-wrap: wrap;
}

#job .job-cate{
	margin: 0 10px 0 0;
	font-size: 1.8rem;
    font-weight: 600;
}

#job .job-type span{
	background-color: #076631;
    color: #fff;
    font-weight: 600;
    padding: 7px 14px;
    margin: 0 20px 0 0;
}

#job .job-type .part-time{
    background-color: #ea7118;
}

#job .job-type .full-time{
    background-color: #184fa6;
}

#job .job-type .contract-em{
    background-color: #057d50;
}

#job .list-box .list-com .list-div .cate-box .job-cate ,
#job .list-box .list-com .list-div .cate-box .job-es {
	display: flex;
	justify-content: flex-start;
}

#job .list-box .list-com .list-div .cate-box .job-cate li ,
#job .list-box .list-com .list-div .cate-box .job-es li {
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	position: relative;
	line-height: 1.7;
	font-weight: bold;
}

#job .list-box .list-com .list-div .cate-box .job-cate li {
	color: #f5a62c;
}

#job .list-box .list-com .list-div .cate-box .job-es li::before {
	position: absolute;
	content: "、";
	right: 0;
	bottom: 0; 
}

#job .list-box .list-com .list-div .cate-box .job-es li:last-child::before {
	display: none;
}

#job .job-ttl {
	font-weight: bold;
    font-size: 2.3rem;
    line-height: 1.8;
    padding: 15px 26px;
    background-color: #fff7e9;
    margin: 15px 0 20px;
}

#job .list-box .list-com .list-div .job-keyword {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 0 10px;
}

#job .list-box .list-com .list-div .job-keyword li {
	background: #efefef;
	color: #666;
	margin: 0 5px 5px 0;
	line-height: 1.7;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 10px;
}

#job .list-box .list-com .list-div .job-description {
	margin: 0 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#job .job-info {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 0 20px;
}
#job .btn-b a {
    background: linear-gradient(90deg, rgb(255, 193, 46) 0%, rgb(255, 140, 40) 100%);
    width: 300px;
    color: #fff;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    position: relative;
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 20px;

}

#job .btn-b.submit a{
    background: linear-gradient(90deg, rgb(251, 126, 64) 0%, rgb(215, 11, 77) 100%);
}

#job .btn-b a:hover{
	opacity: .8;
}
#job .btn-b a i{
	position: absolute;
	right: 15px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}

#job .job-info .job-area-t ,
#job .job-info .job-money-t {
	width: 80px;
	border-right: 1px solid #ecb79f;
	line-height: 1.2;
	margin: 0 20px 20px 0;
    font-weight: 600;
}

#job .list-box .list-com .list-div .job-info .job-area-d ,
#job .list-box .list-com .list-div .job-info .job-money-d {
	width: 500px;
	margin: 0 0 20px 0;
}

#job .list-box .list-com .list-div .job-info .job-area-d p ,
#job .list-box .list-com .list-div .job-info .job-money-d p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.5;
}

#job .job-date {
	font-size: 1.3rem;
    position: absolute;
    right: 50px;
    bottom: 35px;
    letter-spacing: .5px;
    color: #80746e;
    text-align: right;
}


#job .job-date.card-num{
    font-size: 1rem;
    bottom: 17px;
}


#job .btn-wrap{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    width: fit-content;
}

#job .pager-area .current{
    background: #a27e6f;
    border: 1px solid #a27e6f;
}

#job .pager-area .current:hover {
    background: #fff;
    color: #a27e6f;
}

#job .pager-area a:hover {
  background: #E18046;
  border: 1px solid #E18046;
  color: #fff;
}

.facility-wrap{
    margin: 0 0 40px;
}

.feature-item-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.feature-item{
    padding: 2px 8px;
    border: 1px solid #ecc39f8c;
    background-color: #fffaf4e5;
    margin: 0 8px 7px 0;
    white-space: nowrap;
    display: block;
    width: fit-content;
    font-size: 1.4rem;
}

.recruit-title{
    border-bottom: 1px dashed #ecb79f;
    padding: 6px 0 5px;
    margin: 0 auto 10px;
    font-size: 1.9rem;
    color: #996954;
    font-weight: 600;
}

.facility-name{
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0 auto 5px;
}

.postcode{
    position: relative;
    padding: 0 0 0 20px;
    display: block;
    width: fit-content;
}

.postcode::before{
    content: "〒";
    position: absolute;
    left: 1px;
    top: 2px;
}

.job-detail .access{
    margin: 10px 0 0;
}

.job-detail .postcode a{
    margin: 0 0 0 15px;
    color: #996954;
    border-bottom: 1px solid #996954;
}

#facility-detail.job-detail h4.title{
    font-size: 1.8rem;
    font-weight: 600;
    color: #6f645f;
    letter-spacing: .5px;
    margin: 20px 0 25px 0;
}

.job-detail .job-info dt{
    font-size: 1.8rem;
    font-weight: 600;
    color: #6f645f;
    letter-spacing: .5px;
    width: 25%;
    border-bottom: 1px solid #ecb79f;
    align-items: center;
    display: grid;
    padding: 0 0 0 35px;
}

.job-detail .job-info dd{
    width: 72%;
    border-bottom: 1px solid #ecb79f;
    padding: 20px 0;
    line-height: 1.7;
}

.job-detail .job-info-main-wrap{
    line-height: 1.6;
}

.job-detail .job-info-main-wrap p,.job-detail .job-info dd p{
    margin-bottom: 15px;
}

.job-detail .job-info dd p:last-child{
    margin-bottom: 0;
}

.job-detail .info-area{
    margin: 50px auto;
}

.facility-detail-area#job .job-info .job-area-t, .facility-detail-area#job .job-info .job-money-t{
    width: 25%;
    border-right: none;
    margin: 0;
    align-items: center;
    display: grid;
    padding: 0 0 0 35px;
}

.job-info #map{
    margin-top: 15px;
}

.job-info #map iframe{
    width: 100%;
    height: 450px;
}

.same-area{
    padding: 30px 0 50px;
}

#facility-detail .same-area h4{
    font-weight: 600;
    font-size: 2.4rem;
    padding: 20px 0 10px;
    color: #574d49;
    letter-spacing: .8px;
}

.same-area.facility{
    background-color: #FFF2ED;
}

.same-area.city{
    background-color: #EAF9F5;
}

.same-area#job .job-info .job-area-t, .same-area#job .job-info .job-money-t,.same-area .job-info dd{
    border-bottom:none;
    padding: 0;
    align-items: baseline;
}

@media screen and (max-width: 768px) {
	
	#job .job-list-area .list-area {
		padding: 30px 0;
	}
	
	#job .list-box{
		margin: 0;
	}

	#job .job-txt {
		padding: 0 0 15px;
	}

	#job .list-box .list-com {
		padding: 13px 16px 40px;
		display: block;
		margin: 0 0 20px;
        box-shadow: 0px 0px 30px rgba(94, 80, 42, 0.18);
	}

	#job .list-box .list-com .job-img img {
		width: 100%;
		height: 150px;
	}
	
	#job .list-box .list-com .job-img {
		width: 100%;
		height: auto;
        display: none;
	}

	#job .list-box .list-com .job-img img {
		max-width: 100%;
		max-height: 100%;
		height: auto;
	}

	#job .list-box .list-com .list-div {
		width: 100%;
	}

	#job .cate-box {
		padding: 0 0 5px;
	}
    
	#job .list-box .list-com .list-div .cate-box .job-cate li ,
	#job .list-box .list-com .list-div .cate-box .job-es li {
		padding: 0 20px 0 0;
		font-size: 1.4rem;
	}

	#job .job-ttl {
        font-size: 1.8rem;
        padding: 10px;
        margin: 10px 0;
        line-height: 1.6;
	}

	#job .list-box .list-com .list-div .job-keyword li {
		font-size: 1.2rem;
	}

	#job .job-info {
		padding: 0 0 20px;
	}

	#job .job-info .job-area-t ,
	#job .job-info .job-money-t {
		width: 100%;
        margin: 12px 0 5px 0;
        border-right: none;
        border-bottom: 1px solid #ecb79f;
        padding-bottom: 5px;
        color: #514946;
	}

	#job .list-box .list-com .list-div .job-info .job-area-d ,
	#job .list-box .list-com .list-div .job-info .job-money-d {
		width: 100%;
		margin: 0 0 5px 0;
        padding: 0 0;
	}

	#job .list-box .list-com .list-div .btn-b {
		width: 100%;
	}
	
	#job .job-date {
		right: 17px;
        bottom: 25px;
        font-size: 1rem;
	}
    
    #job .job-date.card-num{
        bottom: 10px;
    }
    
	#job .list-box .list-com .list-div .btn-b a{
		width: 100%;
	}
    
    .facility-wrap{
        display: block;
        margin: 0 0 25px;
    }
    
    .feature-item-wrap {
        
    }
    
    .feature-item{
        font-size: 1.3rem;
        padding: 1px 6px 0px;
    }
    
    .facility-name {
        font-size: 2.1rem;
        font-weight: 700;
        letter-spacing: 0;
        margin-bottom: 5px;
    }
    
    #job .job-type span{
        padding: 5px 7px;
        font-size: 1.5rem;
        margin: 0 10px 0 0;
    }
    
    #job .btn-wrap {
        display: block;
        width: 100%;
    }
    
    #job .btn-b a{
        width: 100%;
        height: 65px;
        line-height: 65px;
        letter-spacing: .5px;
        margin: 0 auto 12px;
    }
    
    .job-info #map iframe{
        height: 230px;
    }
    
    .recruit-title{
        font-size: 1.7rem;
    }
	
}

/* -----------------------------
	詳細
-------------------------------- */

.contents.job-detail{
    padding: 0;
}

.job-detail .top-area{
    padding: 50px 25px 0;
}

.job-detail .h1-area{
    left: 25px;
}

.job-detail .breadcrumbs{
    right: 25px;
}

#job .job-detail-area .detail-area .job-type {
	padding: 0 5px 0;
	color: #ff9c3a;
	font-weight: 500;
	font-size: 1.6rem;
	border: solid 1px #ff9c3a;
	    margin: 0 5px 5px 0;
}

#job .job-detail-area .detail-area .job-keyword {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 0 0;
}

#job .job-detail-area .detail-area .job-keyword li {
	background: #fff;
	color: #399ceb;
	border: solid 1px #399ceb;
	margin: 0 5px 5px 0;
	line-height: 1.7;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 10px;
}

#job .job-detail-area .detail-area .title-area {
	border-bottom: #E0004B solid 10px;
	border-right: #E0004B solid 10px;
	background: #fff4f5;
	padding: 30px 50px 40px;
}

#job .job-detail-area .detail-area .title-area .cate-box {
	display: flex;
	justify-content: flex-start;
}
#job .job-detail-area .job-cate{
	font-size: 1.6rem;
	display: inline-block;
}

#job .job-detail-area .detail-area .title-area .cate-box .new-icon {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	line-height: 30px;
	font-size: 1.6rem;
	color: #fff;
	background: #f7a900;
	width: 60px;
	height: 30px;
	text-align: center;
	margin: 0 20px 0 0;
}

#job .job-detail-area .detail-area .title-area .cate-box .job-es ,
#job .job-detail-area .detail-area .title-area .cate-box .job-cate {
	display: flex;
	justify-content: flex-start;
}
#job .job-detail-area .detail-area .title-area .cate-box .job-es li ,
#job .job-detail-area .detail-area .title-area .cate-box .job-cate li {

	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	position: relative;
	line-height: 1.7;
	font-weight: bold;
}

#job .job-detail-area .detail-area .title-area .cate-box .job-cate li {
	color: #f5a62c;
}

#job .job-detail-area .detail-area .title-area .cate-box .job-es li::before {
	position: absolute;
	content: "、";
	right: 0;
	bottom: 0; 
}

#job .job-detail-area .detail-area .title-area .cate-box .job-es li:last-child::before {
	display: none;
}

#job .job-detail-area .detail-area .info-area {
	padding: 50px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	/*align-items: center;*/
}

#job .job-detail-area .detail-area .info-area div {
	width: 600px;
}

#job .job-detail-area .detail-area .info-area div p {
	line-height: 2.0;
}

#job .job-detail-area .detail-area .info-area .job-img img {
	width: 455px;
	height: 290px;
	object-fit: cover;
}

#job .job-detail-area .detail-area .ttl-icon {
	color: #E0004B;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.7;
	padding: 0 0 10px;
}

#job .job-detail-area .detail-area .ttl-icon i {
	padding: 0 10px 0 0;
}

#job .job-detail-area .detail-area .ttl-icon i {
	padding: 0 10px 0 0;
}

#job .job-detail-area .detail-area .under-area {
	padding: 0 50px;
}

#job .job-detail-area .detail-area .under-area .table-area {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
	line-height: 1.7;
	border-top: 1px #e2e2e2 solid;
}

#job .job-detail-area .detail-area .under-area .table-area th {
	padding: 30px 0 30px;
	width: 200px;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px #e2e2e2 solid;
}

#job .job-detail-area .detail-area .under-area .table-area td {
	padding: 30px 40px 30px 0;
	border-bottom: 1px #e2e2e2 solid;
}

#job .job-detail-area .detail-area .under-area .table-area .btn-pdf {
	width: 270px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}

#job .job-detail-area .detail-area .under-area .table-area .btn-pdf a {
	display: block;
	width: 100%;
	height: 100%;
	background: #e6e6e6;
}

#job .job-detail-area .detail-area .under-area .table-area .btn-pdf a:hover {
	color: #fff;
	background: #f5a62c;
}

#job .job-detail-area .detail-area .under-area .table-area .btn-pdf a i {
	color: #f5a62c;
	padding: 0 10px 0 0;
}

#job .job-detail-area .detail-area .under-area .table-area .btn-pdf a:hover i {
	color: #fff;
}

#job .job-detail-area .detail-area .under-area .free-area {
	display: flex;
	justify-content: space-between;	
}

#job .job-detail-area .detail-area .under-area .free-area .ttl {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.7;
	width: 200px;
	padding: 30px 0 0;
}

/* 追加 */
#job .job-detail-area .job-flex{
	display: flex;
}


/*詳細（　detail-contents　）*/
/*#job .detail-contents {
	width: 900px;
}*/

/* pタグ */
#job .detail-contents p {
	margin-bottom: 1.5em;
	font-size: 1.6rem;
}

#job .detail-contents .job-area-d p{
    margin-bottom: 0px;
}

/* 見出し系 */
#job .detail-contents h1,
#job .detail-contents h2,
#job .detail-contents h3,
#job .detail-contents h4{
	color: #333;
	font-weight: bold;
	line-height: 1.5;
}

#job .detail-contents h1 {
	font-size: 2.6rem;
    color: #f5a62c;
}

#job .detail-contents h2 {
    border-bottom: 3px #f5a62c solid;
	font-size: 2.4rem;
	margin: 40px 0 30px 0;
	padding: 0 0 10px;
}

#job .detail-contents h3 {
	font-size: 2.2rem;
	margin: 40px 0 30px 0;
	padding: 15px 30px;
    border-radius: 6px;
    background: #f5f2ed;
}

#job .detail-contents h4 {
	font-size: 2.0rem;
	margin: 30px 0 20px 0;
	padding: 0 0 0 16px;
    position: relative;
}

#job .detail-contents h4::before {
	background: #f5a62c;
	border-radius: 3px;
	content: '';
	display: block;
	height: calc(100% - 10px);
	left: 0;
	position: absolute;
	top: 5px;
	width: 4px;
}

#job .detail-contents img{
	display: block;
	height: auto;
	max-width: 790px;
	margin: 0 auto;
}

#job .detail-contents a:link{
	color: #996954;
    display: inline-block;
    border-bottom: 1px solid;
}

#job .job-detail-area .detail-area {
	padding: 0 0 100px;
}

#job .job-detail-area .detail-area .under-area .voice-area {
	border: #ddf2ff solid 3px;
	padding: 40px 50px;
	margin: 50px 0 0;
}

#job .job-detail-area .detail-area .under-area .job-date {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 30px 0 0;
	text-align: right;
	color: #666;
}

#job .job-detail-area .detail-area .under-area .job-date span {
	padding: 0 0 0 10px;
}

#job .job-detail-area .detail-area .btnbox {
	padding: 20px 0 0;
}

/*追加 */

#job .job-detail-area .entry-btnwrap > div{
	background: rgba(255,255,255,0.9);
	padding: 50px;
	border-radius: 10px;
}

#job .job-detail-area .detail-area .j-txt {
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	padding: 0 0 0;
}

#job .job-detail-area .detail-area .btnbox .btn-o {
	width: 600px;
	height: 80px;
	line-height: 80px;
	font-size: 2.0rem;
	margin: 10px auto;
	text-align: center;
	font-weight: 500;
}
#job .job-detail-area .detail-area .btnbox .btn-o a {
	color: #fff;
	display: block;
	background: #FF6D3A;
	background: linear-gradient(90deg, rgba(255,156,58,1) 0%, rgba(255,118,88,1) 100%);
    transition: all 0.3s ease-out;
	box-shadow: 10px 10px 20px rgb(0 0 0 / 20%);
}
#job .job-detail-area .detail-area .btnbox .btn-o a:hover {
	opacity: .8;
	box-shadow: none;
}

#job .job-detail-area .detail-area .btnbox .btn-o i {
	position: static;
	padding: 0 10px 0 0;
	font-size: 1.8rem;
}

/*固定*/
#job .bbox {
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 0;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}

#job .bbox.static {
	margin: 0 auto;
	position:static;
	padding: 0;
	background: none;
	transform: none;
}


#job .job-detail-area .detail-area .bk-btn {
	text-align: center;
	padding: 30px 0 0;
}

#job .job-detail-area .detail-area .bk-btn a i {
	font-size: 1.4rem;
	color: #E0004B;
	padding: 0 10px 0 0;
}

#facility-detail #job.facility-detail-area {
  padding: 50px 0px 100px;
}

.job-location-wrap{
    display: flex;
    align-items: baseline;
    margin: 10px 0 0;
}

.job-detail .facility-name{
    font-size: 2.6rem;
}

.job-detail .access {
  margin: 0px 0 0;
}

.job-detail .flex-control-thumbs img{
    min-height: 68px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-detail #job .job-date{
    position: relative;
    right: 0;
    bottom: 0;
}

.job-detail .facility_detail_left{
    width: 575px;
}

.job-detail .facility-detail-area .facility-detail_right{
    width: 600px!important;
}

.job-detail #job .job-ttl{
    min-height: 85px;
    border-left: 5px solid #FDCEA4;
}

.job-detail .flex-control-thumbs img:hover {
    border: 3px solid #FDD984;
}

.job-detail .job-area-t{
    font-weight: 600;
    margin: 0 20px 0 0;
}

@media screen and (max-width: 768px){
	
	#job .job-detail-area .detail-area .job-keyword {
		padding: 0 0 10px;
	}

	#job .job-detail-area .detail-area .job-keyword li {
		font-size: 1.2rem;
	}

	#job .job-detail-area .detail-area .title-area {
		padding: 5px 20px 20px;
	}
	
	#job .job-detail-area .detail-area .title-area .cate-box {
		display: block;
	}

	#job .job-detail-area .detail-area .title-area .cate-box .new-icon {
		line-height: 20px;
		font-size: 1.4rem;
		width: 50px;
		height: 20px;
		margin: 0 10px 0 0;
		display: inline-block;
	}

	#job .job-detail-area .detail-area .title-area .cate-box .job-cate {
		padding: 0 10px 0 0;
		display: inline-block;
	}

	#job .job-detail-area .detail-area .title-area .cate-box .job-es li {
		font-size: 1.4rem;
	}

	#job .job-detail-area .detail-area .info-area {
		padding: 30px 0;
		display: block;
	}

	#job .job-detail-area .detail-area .info-area div {
		width: 100%;
	}

	#job .job-detail-area .detail-area .info-area div p {
		line-height: 1.7;
	}

	#job .job-detail-area .detail-area .info-area .job-img {
		margin: 0 0 20px;
	}

	#job .job-detail-area .detail-area .info-area .job-img img {
		width: 100%;
		height: 150px;
	}

	#job .job-detail-area .detail-area .ttl-icon {
		font-size: 1.8rem;
		padding: 0 0 5px;
	}

	#job .job-detail-area .detail-area .ttl-icon i {
		padding: 0 5px 0 0;
	}

	#job .job-detail-area .detail-area .under-area {
		padding: 0 0;
	}

	#job .job-detail-area .detail-area .under-area .table-area th {
		padding: 20px 0 0;
		width: 100%;
		display: block;
		border-bottom: none;
	}

	#job .job-detail-area .detail-area .under-area .table-area td {
		padding: 0 0 20px;
		width: 100%;
		display: block;
	}

	#job .job-detail-area .detail-area .under-area .table-area .btn-pdf {
		width: 100%;
	}

	#job .job-detail-area .detail-area .under-area .table-area .btn-pdf a:hover {
		color: #333;
		background: #e6e6e6;
	}

	#job .job-detail-area .detail-area .under-area .table-area .btn-pdf a:hover i {
		color: #333;
	}

	#job .job-detail-area .detail-area .under-area .free-area {
		display: block;
		justify-content: flex-start;	
	}

	#job .job-detail-area .detail-area .under-area .free-area .ttl {
		width: 100%;
		padding: 20px 0 0;
	}
	
	#job .job-detail-area .entry-btnwrap{
		padding: 15px;
	}
	#job .job-detail-area .entry-btnwrap > div{
		padding: 15px;
	}
	/*詳細（　detail-contents　）*/
	#job .detail-contents {
		width: 100%;
	}

	#job .detail-contents h1 {
		font-size: 2.2rem;
		margin: 20px 0 10px 0;
		padding: 10px 15px;
	}

	#job .detail-contents h2 {
		margin: 30px 0 20px 0;
		padding: 0 0 8px;
		font-size: 2rem;
	}

	#job .detail-contents h3 {
		margin: 30px 0 20px 0;
		padding: 15px 15px;
		font-size: 1.8rem;
	}

	#job .detail-contents h4 {
		margin: 20px 0 10px 0;
		padding: 0 0 0 18px;
		font-size: 1.6rem;
	}

	#job .detail-contents h4::before {
		top: 5px;
		height: calc(100% - 10px);
	}

	#job .detail-contents img {
		float: none;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		text-align: center;
		height: auto;
		display: block;
	}
	
	#job .job-detail-area .detail-area {
		padding: 0 0 0;
	}

	#job .job-detail-area .detail-area .under-area .voice-area {
		padding: 20px;
		margin: 30px 0 0;
	}

	#job .job-detail-area .detail-area .under-area .job-date {
		padding: 20px 0 0;
	}

	#job .job-detail-area .detail-area .btnbox {
		padding: 10px 0 0;
	}

	#job .job-detail-area .detail-area .j-txt {
		font-size: 1.6rem;
		text-align: left;
		padding: 20px 0 0;
	}

	#job .job-detail-area .detail-area .btnbox .btn-o {
		height: 60px;
		line-height: 60px;
		font-size: 1.8rem;
		margin: 10px auto;
		width: 90%;
	}

	#job .job-detail-area .detail-area .btnbox .btn-o i {
		font-size: 1.6rem;
	}

	#job .job-detail-area .detail-area .bk-btn {
		padding: 20px 0 0;
	}
	
	/*固定*/
	#job .bbox.static {
		margin: 0 auto 20px;
	}
    
    .job-detail .top-area {
        padding: 5px 0 0;
    }
    
    #facility-detail #job.facility-detail-area {
        padding: 0 20px;
        margin: 20px 0px 5px;
    }
    
   .job-detail .job-location-wrap .job-area-t,.job-detail-intro .access{
        display: none;
    }
    
    .same-area .postcode a{
        margin: 0;
    }
    
    .job-detail .facility_detail_left,.job-detail .facility-detail-area .facility-detail_right {
        width: 100%!important;
    }
    
    #facility-detail #job.facility-detail-area .summary .inner{
        display: flex;
        flex-direction: column-reverse;
        
    }
    
    .info-area .inner{
        position: relative;
    }
    
    .job-detail #job .job-date {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 1.2rem;
    }
    
    #facility-detail.job-detail h4.title{
        text-align: left;
        background-color: #fff7e9;
        border-bottom: none;
        border-left: 5px solid #FFCA9A;
        padding: 10px 16px;
        color: #514946;

    }
    
    .job-detail .info-area {
        margin: 5px auto 20px;
    }
    
    .job-detail #job .job-ttl{
        /*background-color: #f4f4f4;*/
        border-left: none;
    }
    
    .facility-detail-area#job .job-info .job-area-t, .facility-detail-area#job .job-info .job-money-t, .job-detail .info-area .job-info dt{
        width: 100%;
        padding: 10px 16px;
        font-size: 1.7rem;
        display: block;
        background-color: #fff7e9;
        border-bottom: none;
        border-left: 5px solid #FFCA9A;
        color: #514946;
    }
    
    .job-detail .facility-detail-area .job-info dd{
        width: 100%;
        border-bottom: none;
        padding: 13px 0 20px;
    }
    
    .facility-detail-area#job .cate-box {
        padding: 0 0 10px;
        align-items: stretch;
        flex-wrap: wrap;
    }
    
    #job .cate-box li{
        width: fit-content;
        line-height: 1.4;
        margin: 5px 13px 0 0;
    }
    
    #job .cate-box li:first-child{
        margin: 5px 3px 0 0;
    }
    
    .job-detail .job-info-main-wrap p, .job-detail .job-info dd p {
        margin-bottom: 12px;
    }
    
    .job-info-main-wrap{
        margin: 0 0 15px;
    }
    
    .same-area {
        padding: 15px 15px 15px;
    }
    
    #facility-detail .same-area h4{
        font-size: 2rem;
        padding: 20px 0 15px;
    }
    
    .job-detail #job.same-area .job-date{
        right: 9px;
        bottom: 6px;
    }
    
    .same-area#job .job-info .job-area-t, .same-area#job .job-info .job-money-t{
        border-bottom: 1px solid #ecb79f;
        font-size: 1.6rem;
        padding: 0 0 5px;
    }
    
    .job-detail .flex-control-thumbs img{
        min-height: auto;
    }
    
    .job-detail .facility-name{
        font-size: 2.1rem;
    }
    
}

/* -----------------------------
	job-page
-------------------------------- */

#job-page .job-info-area{
    background: #FFFFC2;
    padding: 70px 0 115px;
    margin: 50px 50px 0;
    min-width: 1200px;
}

/* -----------------------------
	fix-btn
-------------------------------- */

.fix-btn{
    position: fixed;
    bottom: 0;
    background-color: #8C8A858C;
    width: 100%;
    height: 110px;
    text-align: center;
    z-index: 10;
}

.fix-btn #job .btn-b a{
    width: 400px;
    margin: 15px auto 0;
}

#job-detail-page #page-top{
      bottom: 120px;
}

@media screen and (max-width: 768px){
    
    .fix-btn{
        height: 95px;
    }
    
    .fix-btn #job .btn-b a{
        width: 90%;
    }
    
    #job-detail-page #page-top{
          bottom: 105px;
    }
}

/* -----------------------------
	job詳細ページ　フリーエリア/備考欄
-------------------------------- */

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

.detail-contents ol,
.detail-contents ul {
  list-style: none;
}

.detail-contents table {
  border-collapse: separate;
  border-spacing: 0;
}

.detail-contents caption,
.detail-contents th,
.detail-contents td {
  font-weight: normal;
  text-align: left;
}

.detail-contents fieldset {
  min-width: inherit;
}

.detail-contents blockquote::before,
.detail-contents blockquote:after,
.detail-contents q::before,
.detail-contents q:after {
  content: "";
}

.detail-contents blockquote,
.detail-contents q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

.detail-contents a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

.detail-contents a:hover,
.detail-contents a:active {
  outline: 0;
}

.detail-contents a img {
  border: 0;
}

.detail-contents figcaption,
.detail-contents figure {
  display: block;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a::before,
.secondary-toggle::before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a::before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a::before,
.posted-on::before,
.byline::before,
.cat-links::before,
.tags-links::before,
.comments-link::before,
.entry-format::before,
.edit-link::before,
.full-size-link::before,
.pagination .prev::before,
.pagination .next::before,
.image-navigation a::before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

/**
 * 3.0 Typography
 */
/*
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Noto Serif", serif;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.6em;
}
*/

.detail-contents b,
.detail-contents strong {
  font-weight: 700;
}

.detail-contents dfn,
.detail-contents cite,
.detail-contents em,
i {
  font-style: italic;
}

.detail-contents blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}

.detail-contents blockquote p {
  margin-bottom: 1.6667em;
}

.detail-contents blockquote > p:last-child {
  margin-bottom: 0;
}

.detail-contents blockquote cite,
.detail-contents blockquote small {
  color: #333;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
}

.detail-contents blockquote em,
.detail-contents blockquote i,
.detail-contents blockquote cite {
  font-style: normal;
}

.detail-contents blockquote strong,
.detail-contents blockquote b {
  font-weight: 400;
}

.detail-contents address {
  font-style: italic;
  margin: 0 0 1.6em;
}

.detail-contents code,
.detail-contents kbd,
.detail-contents tt,
.detail-contents var,
.detail-contents samp,
.detail-contents pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.detail-contents pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.detail-contents abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

.detail-contents mark,
.detail-contents ins {
  background-color: #fff9c0;
  text-decoration: none;
}

.detail-contents sup,
.detail-contents sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.detail-contents sup {
  bottom: 1ex;
}

.detail-contents sub {
  top: 0.5ex;
}

.detail-contents small {
  font-size: 75%;
}

.detail-contents big {
  font-size: 125%;
}

/**
 * 4.0 Elements
 */

.detail-contents hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

.detail-contents ul,
.detail-contents ol {
  margin: 0 0 1.6em 1.3333em;
}

.detail-contents ul {
  list-style: disc;
}

.detail-contents ol {
  list-style: decimal;
}

.detail-contents li > ul,
.detail-contents li > ol {
  margin-bottom: 0;
}

.detail-contents dl {
  margin-bottom: 1.6em;
}

.detail-contents dt {
  font-weight: bold;
}

.detail-contents dd {
  /*margin-bottom: 1.6em;*/
}

.detail-contents table,
.detail-contents th,
.detail-contents td {
  border: 1px solid #ddd;
  /*
	border: 1px solid rgba(51, 51, 51, 0.1);
	*/
}

.detail-contents table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

.detail-contents caption,
.detail-contents th,
.detail-contents td {
  font-weight: normal;
  text-align: left;
}

.detail-contents th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

.detail-contents td {
  border-width: 0 1px 1px 0;
}

.detail-contents th,
.detail-contents td {
  padding: 0.4em;
}

.detail-contents img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.detail-contents figure {
  margin: 0;
}

.detail-contents del {
  opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}

/**
 * 5.0 Forms
 */

.detail-contents button,
.detail-contents input,
.detail-contents select,
.detail-contents textarea {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

.detail-contents button,
.detail-contents input {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: normal;
}

.detail-contents input,
.detail-contents textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.detail-contents input:focus,
.detail-contents textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
}

.detail-contents input:focus,
.detail-contents select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

.detail-contents button[disabled],
.detail-contents input[disabled],
.detail-contents select[disabled],
.detail-contents textarea[disabled] {
  cursor: default;
  opacity: 0.5;
}

.detail-contents button,
.detail-contents input[type="button"],
.detail-contents input[type="reset"],
.detail-contents input[type="submit"] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}

.detail-contents button:hover,
.detail-contents input[type="button"]:hover,
.detail-contents input[type="reset"]:hover,
.detail-contents input[type="submit"]:hover,
.detail-contents button:focus,
.detail-contents input[type="button"]:focus,
.detail-contents input[type="reset"]:focus,
.detail-contents input[type="submit"]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0;
}

.detail-contents input[type="search"] {
  -webkit-appearance: textfield;
}

.detail-contents input[type="search"]::-webkit-search-cancel-button,
.detail-contents input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.detail-contents button::-moz-focus-inner,
.detail-contents input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.detail-contents input[type="text"],
.detail-contents input[type="email"],
.detail-contents input[type="url"],
.detail-contents input[type="password"],
.detail-contents input[type="search"],
.detail-contents textarea {
  padding: 0.375em;
  width: 100%;
}

.detail-contents textarea {
  overflow: auto;
  vertical-align: top;
}

.detail-contents input[type="text"]:focus,
.detail-contents input[type="email"]:focus,
.detail-contents input[type="url"]:focus,
.detail-contents input[type="password"]:focus,
.detail-contents input[type="search"]:focus,
.detail-contents textarea:focus {
  outline: 0;
}

.post-password-form {
  position: relative;
}

.post-password-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.post-password-form input[type="submit"] {
  padding: 0.7917em;
  position: absolute;
  right: 0;
  bottom: 0;
}

.detail-contents input[type="checkbox"],
.detail-contents input[type="radio"] {
  padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0;
}

.main-navigation a {
  display: block;
  padding: 0.8em 0;
  position: relative;
  text-decoration: none;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
}

.main-navigation ul ul {
  display: none;
  margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
  display: block;
}

.main-navigation li {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
  border-top: 0;
}

.main-navigation .menu-item-has-children > a {
  padding-right: 48px;
}

.main-navigation .menu-item-description {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
  display: block;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 42px;
  padding: 0;
  position: absolute;
  text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
  top: 3px;
  right: 0;
  width: 42px;
}

.dropdown-toggle:after {
  color: #333;
	/*
  content: "\f431";
	*/
  font-size: 2.4rem;
  line-height: 42px;
  position: relative;
  top: 0;
  left: 1px;
  width: 42px;
	
	content:"";
	background: url("../img/plus.svg") no-repeat center center / contain;
	width: 16px;
	height: 16px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
  outline: 1px solid #c1c1c1;
  outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	/*
  content: "\f432";
	*/
	
	content:"";
	background: url("../img/minus.svg") no-repeat center center / contain;
	width: 16px;
	height: 16px;
}

.social-navigation {
  margin: 9.0909% 0;
}

.social-navigation ul {
  list-style: none;
  margin: 0 0 -1.6em 0;
}

.social-navigation li {
  float: left;
}

.social-navigation a {
  display: block;
  height: 3.2em;
  position: relative;
  width: 3.2em;
}

.social-navigation a::before {
	/*
  content: "\f415";
	*/
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
}

.secondary-toggle {
  background-color: transparent;
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  height: 42px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
}

.secondary-toggle::before {
  color: #333;
	/*
  content: "\f419";
	*/
	content: "";
  line-height: 40px;
  width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
  background-color: transparent;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  outline: 0;
}

.secondary-toggle.toggled-on::before {
	/*
  content: "\f405";
	*/
	content: "";
  font-size: 3.2rem;
  position: relative;
  top: 1px;
  left: -1px;
}

.post-navigation {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-weight: 700;
}

.post-navigation a {
  display: block;
  padding: 3.8461% 7.6923%;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.post-navigation .post-title {
  font-family: "Noto Serif", serif;
  font-size: 1.8rem;
  line-height: 1.3333;
  position: relative;
  z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  background-position: center;
  background-size: cover;
  position: relative;
}

.post-navigation a::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.post-navigation a:hover::before,
.post-navigation a:focus::before {
  opacity: 0.5;
}

.post-navigation .meta-nav {
  opacity: 0.8;
}

.post-navigation div + div {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
  background-color: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-family: "Noto Sans", sans-serif;
}

.pagination .nav-links {
  min-height: 3.2em;
  position: relative;
  text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important;
}

.pagination .page-numbers {
  display: none;
  line-height: 3.2em;
  padding: 0 0.6667em;
}

.pagination .page-numbers.current {
  text-transform: uppercase;
}

.pagination .current {
  display: inline-block;
  font-weight: 700;
}

.pagination .prev,
.pagination .next {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  color: #fff;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 48px;
}

.pagination .prev::before,
.pagination .next::before {
  font-size: 3.2rem;
  height: 48px;
  line-height: 48px;
  position: relative;
  width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
  left: 0;
}

.pagination .prev::before {
	/*
  content: "\f430";
	*/
	content:"";
  left: -1px;
}

.pagination .next {
  right: 0;
}

.pagination .next::before {
	/*
  content: "\f429";
	*/
	content:"";
  right: -1px;
}

.image-navigation,
.comment-navigation {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.2rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
  color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty)::before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty)::before {
	/*
  content: "\2215";
	*/
	content:"";
  font-weight: 400;
  margin: 0 0.7em;
}

.image-navigation .nav-previous a::before,
.comment-navigation .nav-previous a::before {
	/*
  content: "\f430";
	*/
	content:"";
  margin-right: 0.2em;
  position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	/*
  content: "\f429";
	*/
	content:"";
  margin-left: 0.2em;
  position: relative;
}

.comment-navigation {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 2em 0;
}

.comments-title + .comment-navigation {
  border-bottom: 0;
}

.image-navigation {
  padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
  margin-bottom: 2em;
}

/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 1.4rem / normal "Noto Sans", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 1.4rem / normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * 8.0 Alignments
 */

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/**
 * 9.0 Clearings
 */

.clear::before,
.clear:after,
.site::before,
.site:after,
.entry-content::before,
.entry-content:after,
.comment-content::before,
.comment-content:after,
.site-content::before,
.site-content:after,
.nav-links::before,
.nav-links:after,
.comment-navigation::before,
.comment-navigation:after,
.social-navigation ul::before,
.social-navigation ul:after,
.textwidget::before,
.textwidget:after {
  content: "";
  display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
  clear: both;
}

/**
 * 10.0 Header
 */

.site-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 7.6923%;
}

.site-branding {
  min-height: 2em;
  padding-right: 60px;
  position: relative;
}

.site-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3636;
  margin-bottom: 0;
}

.custom-logo {
  max-height: 84px;
  width: auto;
}

.wp-custom-logo .site-title {
  margin-top: 0.545454545em;
}

.site-description {
  display: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0.5em 0 0;
  opacity: 0.7;
}

/**
 * 11.0 Widgets
 */

.widget {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 auto 9.0909%;
  width: 100%;
  word-wrap: break-word;
}

.widget pre {
  line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
  font-size: 1.6rem;
  line-height: 1.5;
}

.widget button,
.widget input {
  line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
  font-size: 1.2rem;
  padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
  padding: 0.375em;
}

.widget-title {
  color: #333;
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.widget > :last-child {
  margin-bottom: 0;
}

.widget_calendar table {
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  line-height: 2.3333;
  text-align: center;
  padding: 0;
}

.widget_calendar caption {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  color: #fff;
  display: block;
  font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
  border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
  border-top: 0;
  padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
  padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0.7667em 0 0 0.8em;
  padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
  display: block;
}

.widget_rss ul {
  list-style: none;
  margin: 0;
}

.widget_rss li {
  margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}

.widget_rss .rsswidget img {
  margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
}

.textwidget > :last-child {
  margin-bottom: 0;
}

.textwidget a {
  border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
  border-bottom: 0;
}

.textwidget ul,
.textwidget ol {
  margin-left: 1.6em;
}

.tagcloud ul {
  list-style-type: none;
}

.tagcloud ul li {
  display: inline-block;
}

/**
 * 12.0 Content
 */

.secondary {
  background-color: #fff;
  display: none;
  padding: 0 7.6923%;
}

.secondary.toggled-on {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: block;
}

.widget-area {
  margin: 9.0909% auto 0;
}

.site-footer {
  background-color: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 3.84615% 7.6923%;
}

/**
 * 12.1 Posts and pages
 */

.hentry {
  background-color: #fff;
  padding-top: 7.6923%;
  position: relative;
}

.hentry.has-post-thumbnail {
  padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
  padding-top: -webkit-calc(7.6923% + 24px);
  padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
  border: 0;
  display: block;
  margin-bottom: 2.4em;
}
.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85;
}

.entry-header {
  padding: 0 7.6923%;
}

.entry-title {
  font-size: 2.6rem;
  line-height: 1.1538;
  margin-bottom: 0.9231em;
}

.entry-content,
.entry-summary {
  padding: 0;
}

.entry-content > :last-child,
.entry-summary > :last-child {
  margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

/*
.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {

	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}
*/

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
  border-bottom: none;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
  border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
  display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
  white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	/*
  content: "\f429";
	*/
	content:"";
  font-size: 1.6rem;
  position: relative;
  top: 5px;
}

.author-info {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0 7.6923%;
  padding: 7.6923% 0;
}

.author-info .avatar {
  float: left;
  height: 36px;
  margin: 0 1.6em 1.6em 0;
  width: 36px;
}

.author-heading {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.author-title {
  clear: none;
}

.author-bio {
  font-size: 1.2rem;
  line-height: 1.5;
  overflow: hidden;
  padding-bottom: 1px;
}

.author-description {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.author-description a {
  border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
  border-bottom: 0;
}

.author-description > :last-child {
  margin-bottom: 0;
}

.author-link {
  white-space: nowrap;
}

.author-link:after {
	/*
  content: "\f429";
	*/
	content:"";
  position: relative;
  top: 1px;
}

.entry-footer {
  background-color: #f7f7f7;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 3.8461% 7.6923%;
}

.entry-footer a {
  border-bottom: 1px solid transparent;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
  border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
  color: #333;
}

.sticky-post {
  background-color: #333;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.25em 0.5em;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}

.updated:not(.published) {
  display: none;
}

.sticky .posted-on {
  display: none;
}

.posted-on::before,
.byline::before,
.cat-links::before,
.tags-links::before,
.comments-link::before,
.entry-format::before,
.edit-link::before,
.full-size-link::before {
  margin-right: 2px;
  position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
  margin-right: 1em;
}
/*
.format-aside .entry-format::before {
  content: "\f101";
}

.format-image .entry-format::before {
  content: "\f473";
}

.format-gallery .entry-format::before {
  content: "\f103";
}

.format-video .entry-format::before {
  content: "\f104";
}

.format-status .entry-format::before {
  content: "\f105";
}

.format-quote .entry-format::before {
  content: "\f106";
}

.format-link .entry-format::before {
  content: "\f107";
}

.format-chat .entry-format::before {
  content: "\f108";
}

.format-audio .entry-format::before {
  content: "\f109";
}

.posted-on::before {
  content: "\f307";
}

.byline::before {
  content: "\f304";
}

.cat-links::before {
  content: "\f301";
}

.tags-links::before {
  content: "\f302";
}

.comments-link::before {
  content: "\f300";
}

.full-size-link::before {
  content: "\f402";
}

.edit-link::before {
  content: "\f411";
}
*/

.comments-link,
.edit-link {
  white-space: nowrap;
}

.page-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 7.6923%;
}

.page-title {
  font-family: "Noto Serif", serif;
  font-size: 1.8rem;
  line-height: 1.3333;
}

.taxonomy-description {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  padding-top: 0.4em;
}

.taxonomy-description a {
  border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
  border-bottom: 0;
}

.taxonomy-description > :last-child {
  margin-bottom: 0;
}

.page-content {
  background-color: #fff;
  padding: 7.6923%;
}

.page-content > :last-child {
  margin-bottom: 0;
}

.page-links {
  clear: both;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  font-size: 1.2rem;
  height: 2em;
  line-height: 2;
  margin: 0 0.3333em 0.3333em 0;
  text-align: center;
  width: 2em;
}

.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.page-links a:hover,
.page-links a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  border-color: transparent;
  color: #fff;
}

.page-links > .page-links-title {
  border: 0;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto;
}

.entry-attachment {
  margin-bottom: 1.6em;
}

.type-attachment .entry-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.entry-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
  padding-top: 0.5em;
  word-wrap: break-word;
}

.entry-caption > :last-child {
  margin-bottom: 0;
}

/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
  font-size: 1.8rem;
  line-height: 1.3333;
  margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	/*
  content: "\f442";
	*/
	content:"";
  font-size: 2.4rem;
  height: 24px;
  position: relative;
  top: 0;
  width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
  display: none;
}

/**
 * 12.3 Comments
 */

.comments-area {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 7.6923%;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  font-family: "Noto Serif", serif;
  font-size: 1.8rem;
  line-height: 1.3333;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}

.bypostauthor > article .fn:after {
	/*
  content: "\f304";
	*/
	content:"";
  position: relative;
  top: 5px;
  left: 3px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link::before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 1.2rem;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

.comment-form {
  padding-top: 1.6em;
}

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
  width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

.form-submit {
  margin-bottom: 0;
}

.required {
  color: #c0392b;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a::before {
	/*
  content: "\f405";
	*/
	content:"";
  font-size: 3.2rem;
  position: relative;
  top: -3px;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

/**
 * 13.0 Footer
 */

.site-info {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.2rem;
  line-height: 1.5;
}

.site-info a {
  border-bottom: 1px solid transparent;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
  border-bottom: 1px solid #333;
}

.site-info a:hover,
.site-info a:focus {
  color: #333;
}

.site-info span[role="separator"] {
  padding: 0 0.25em 0 0.5em;
}

.site-info span[role="separator"]::before {
	/*
  content: "\002f";
	*/
	content:"";
}

/**
 * 14.0 Media
 */

.site .avatar {
  border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.detail-contents audio,
.detail-contents canvas {
  display: inline-block;
}

.detail-contents embed,
.detail-contents iframe,
.detail-contents object,
.detail-contents video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}

.detail-contents p > embed,
.detail-contents p > iframe,
.detail-contents p > object,
.detail-contents p > video {
  margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 10px;
}

/**
 * 14.1 Captions
 */

.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

/**
 * 14.2 Galleries
 */

.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 15.0 Multisite
 */

.widecolumn {
  background-color: #fff;
  padding: 7.6923%;
}

.widecolumn .mu_register {
  width: auto;
}

.widecolumn .mu_alert {
  margin-bottom: 1.6em;
}

.widecolumn form,
.widecolumn .mu_register form {
  margin-top: 0;
}

.widecolumn h2 {
  font-size: 2.6rem;
  line-height: 1.1538;
  margin-bottom: 0.9231em;
}

.widecolumn p {
  margin: 1.6em 0;
}

.widecolumn p + h2 {
  margin-top: 1.8462em;
}

.widecolumn label,
.widecolumn .mu_register label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.widecolumn .mu_register label {
  margin: 2em 0 0;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
  font-size: 1.6rem;
  width: 100%;
}

.widecolumn .mu_register #blogname {
  margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
  margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
  font-size: 1.2rem;
  margin: 0;
  width: 100%;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
  margin-bottom: 0;
}

/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

/*
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
*/

/**
 * 16.1 Mobile Large 620px
 */

@media screen and (max-width: 768px) {
  .detail-contents ul,
  .detail-contents ol {
    margin-left: 0;
  }

  .detail-contents li > ul,
  .detail-contents li > ol,
  .detail-contents blockquote > ul,
  .detail-contents blockquote > ol {
    margin-left: 1.3333em;
  }

  .detail-contents blockquote {
    margin-left: -1em;
  }

  .detail-contents blockquote > blockquote {
    margin-left: 0;
  }

  .site-branding {
    min-height: 3.2em;
  }

  .site-title {
    font-size: 2.2rem;
    line-height: 1.0909;
  }

  .site-description {
    display: block;
  }

  .secondary {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923% 7.6923% 0;
    padding: 7.6923% 7.6923% 0;
  }

  .main-navigation {
    margin-bottom: 11.1111%;
  }

  .main-navigation ul {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }

  .main-navigation ul ul {
    border-top: 0;
    border-bottom: 0;
  }

  .social-navigation {
    margin-bottom: 11.1111%;
  }

  .social-navigation {
    margin-top: 0;
  }

  .widget-area {
    margin-top: 0;
  }

  .widget {
    margin-bottom: 11.1111%;
  }

  .site-main {
    padding: 7.6923% 0;
  }

  .hentry.sticky:not(.has-post-thumbnail) {
    padding-top: inherit;
  }

  .hentry,
  .page-header,
  .page-content {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 0 7.6923%;
  }

  .hentry + .hentry,
  .page-header + .hentry,
  .page-header + .page-content {
    margin-top: 7.6923%;
  }

  .hentry + .hentry {
    border-top: 0;
  }

  .post-thumbnail {
    margin-bottom: 2.4em;
  }

  .entry-header {
    padding: 0 9.0909%;
  }

  .entry-content,
  .entry-summary {
    padding: 0;
  }

  .entry-footer {
    padding: 4.5454% 9.0909%;
  }

  .page-header {
    border-bottom: 0;
    border-left: 7px solid #333;
    padding: 3.8461% 7.6923%;
  }

  .page-title,
  .taxonomy-description {
    margin-left: -7px;
  }

  .page-content {
    padding: 9.0909%;
  }

  .site-footer {
    border-top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 0 7.6923%;
    padding: 3.84615% 7.6923%;
  }

  .post-navigation {
    border-top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923% 7.6923% 0;
  }

  .post-navigation a {
    padding: 4.5454% 9.0909%;
  }

  .pagination {
    border-top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923% 7.6923% 0;
    padding: 0;
  }

  /* restore screen-reader-text */
  .pagination .current .screen-reader-text {
    position: absolute !important;
  }

  .pagination .page-numbers {
    display: inline-block;
  }

  .image-navigation {
    padding: 0 9.0909%;
  }

  .comments-area {
    border-top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923% 7.6923% 0;
  }

  .comment-content ul,
  .comment-content ol {
    margin-left: 0;
  }

  .comment-content li > ul,
  .comment-content li > ol,
  .comment-content blockquote > ul,
  .comment-content blockquote > ol {
    margin-left: 1.3333em;
  }

  .widecolumn {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923%;
  }
}

/**
 * 16.2 Tablet Small 740px
 */

@media screen and (max-width: 768px) {
  /*
	body,
	button,
	input,
	select,
	textarea {
		font-size: 1.7rem;
		line-height: 1.6471;
	}
	*/

  .detail-contents button,
  .detail-contents input {
    line-height: normal;
  }

  /*
	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6471em;
	}
	*/

  .detail-contents blockquote {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    margin-left: -1.05em;
    padding-left: 0.85em;
  }

  .detail-contents blockquote p {
    margin-bottom: 1.75em;
  }

  .detail-contents blockquote cite,
  .detail-contents blockquote small {
    font-size: 1.7rem;
    line-height: 1.6471;
  }

  .detail-contents pre {
    line-height: 1.2353;
  }

  .detail-contents button,
  .detail-contents input[type="button"],
  .detail-contents input[type="reset"],
  .detail-contents input[type="submit"],
  .post-password-form input[type="submit"],
  .widecolumn #submit,
  .widecolumn .mu_register input[type="submit"] {
    font-size: 1.4rem;
    padding: 0.8214em 1.6429em;
  }

  .detail-contents input[type="text"],
  .detail-contents input[type="email"],
  .detail-contents input[type="url"],
  .detail-contents input[type="password"],
  .detail-contents input[type="search"],
  .detail-contents textarea {
    padding: 0.5em;
  }

  .main-navigation {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .main-navigation a {
    padding: 1em 0;
  }

  .main-navigation ul ul {
    margin-left: 1em;
  }

  .main-navigation .menu-item-description {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .social-navigation ul {
    margin-bottom: -1.4706em;
  }

  .social-navigation a {
    height: 2.8824em;
    width: 2.8824em;
  }

  .secondary-toggle {
    height: 56px;
    width: 56px;
  }

  .secondary-toggle::before {
    line-height: 54px;
    width: 54px;
  }

  .post-password-form label,
  .post-navigation .meta-nav,
  .image-navigation,
  .comment-navigation,
  .author-heading,
  .author-bio,
  .entry-footer,
  .page-links a,
  .page-links span,
  .comment-metadata,
  .pingback .edit-link,
  .comment-list .reply,
  .comment-notes,
  .comment-awaiting-moderation,
  .logged-in-as,
  .comment-form label,
  .comment-form .comment-form-cookies-consent label,
  .form-allowed-tags,
  .site-info,
  .wp-caption-text,
  .gallery-caption,
  .entry-caption,
  .widecolumn label,
  .widecolumn .mu_register label {
    font-size: 1.4rem;
  }

  .pagination .nav-links {
    min-height: 3.2941em;
  }

  .pagination .page-numbers {
    line-height: 3.2941em;
    padding: 0 0.8235em;
  }

  .pagination .prev,
  .pagination .next {
    height: 56px;
    padding: 0;
    width: 56px;
  }

  .pagination .prev::before,
  .pagination .next::before {
    height: 56px;
    line-height: 56px;
    width: 56px;
  }

  .image-navigation .nav-previous a::before,
  .image-navigation .nav-next a:after,
  .comment-navigation .nav-previous a::before,
  .comment-navigation .nav-next a:after {
    top: 2px;
  }

  blockquote.alignleft,
  .wp-caption.alignleft,
  img.alignleft {
    margin: 0.4118em 1.6471em 1.6471em 0;
  }

  blockquote.alignright,
  .wp-caption.alignright,
  img.alignright {
    margin: 0.4118em 0 1.6471em 1.6471em;
  }

  blockquote.aligncenter,
  .wp-caption.aligncenter,
  img.aligncenter {
    margin-top: 0.4118em;
    margin-bottom: 1.6471em;
  }

  .wp-caption.alignleft,
  .wp-caption.alignright,
  .wp-caption.aligncenter {
    margin-bottom: 1.2353em;
  }

  .site-branding {
    min-height: 3.7059em;
    padding-right: 66px;
  }

  .site-title {
    font-size: 2.9rem;
    line-height: 1.2069;
  }

  .custom-logo {
    max-height: 105px;
  }

  .wp-custom-logo .site-title {
    margin-top: 0.482758621em;
  }

  .site-description {
    font-size: 1.4rem;
  }

  .widget {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .widget p,
  .widget address,
  .widget hr,
  .widget ul,
  .widget ol,
  .widget dl,
  .widget dd,
  .widget table,
  .widget pre {
    margin-bottom: 1.5em;
  }

  .widget li > ul,
  .widget li > ol {
    margin-bottom: 0;
  }

  .widget blockquote {
    font-size: 1.7rem;
    line-height: 1.6471;
    margin-bottom: 1.6471em;
    margin-left: -1.2353em;
    padding-left: 1em;
  }

  .widget blockquote p {
    margin-bottom: 1.6471em;
  }

  .widget blockquote cite,
  .widget blockquote small {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .widget blockquote > blockquote {
    margin-left: 0;
  }

  .widget pre {
    line-height: 1.5;
    padding: 0.75em;
  }

  .widget button,
  .widget input,
  .widget select,
  .widget textarea {
    line-height: 1.75;
  }

  .widget button,
  .widget input {
    line-height: normal;
  }

  .widget button,
  .widget input[type="button"],
  .widget input[type="reset"],
  .widget input[type="submit"] {
    font-size: 1.4rem;
    padding: 0.8214em 1.6429em;
  }

  .widget input[type="text"],
  .widget input[type="email"],
  .widget input[type="url"],
  .widget input[type="password"],
  .widget input[type="search"],
  .widget textarea {
    padding: 0.5625em;
  }

  .widget blockquote.alignleft,
  .widget .wp-caption.alignleft,
  .widget img.alignleft {
    margin: 0.5em 1.5em 1.5em 0;
  }

  .widget blockquote.alignright,
  .widget .wp-caption.alignright,
  .widget img.alignright {
    margin: 0.5em 0 1.5em 1.5em;
  }

  .widget blockquote.aligncenter,
  .widget .wp-caption.aligncenter,
  .widget img.aligncenter {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
  }

  .widget .wp-caption.alignleft,
  .widget .wp-caption.alignright,
  .widget .wp-caption.aligncenter {
    margin-bottom: 1em;
  }

  .widget-title {
    margin: 0 0 1.5em;
  }

  .widget_calendar td,
  .widget_calendar th {
    line-height: 2.9286;
  }

  .widget_calendar caption {
    margin: 0 0 1.5em;
  }

  .widget_archive li,
  .widget_categories li,
  .widget_links li,
  .widget_meta li,
  .widget_nav_menu li,
  .widget_pages li,
  .widget_recent_comments li,
  .widget_recent_entries li {
    padding: 0.9643em 0;
  }

  .widget_categories .children,
  .widget_nav_menu .sub-menu,
  .widget_pages .children {
    margin: 0.9643em 0 0 1em;
    padding-top: 0.9643em;
  }

  .widget_rss li {
    margin-bottom: 1.5em;
  }

  .widget_rss .rss-date,
  .widget_rss cite {
    line-height: 1.75;
  }

  .post-thumbnail {
    margin-bottom: 3em;
  }

  .entry-title,
  .widecolumn h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.2em;
  }

  /*
	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 2.9rem;
		line-height: 1.2069;
		margin-top: 1.931em;
		margin-bottom: 0.9655em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 2.8em;
		margin-bottom: 1.4em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 1.7rem;
		line-height: 1.2353;
		margin-top: 3.2941em;
		margin-bottom: 1.6471em;
	}
	*/

  .entry-content .more-link:after,
  .entry-summary .more-link:after {
    font-size: 2.4rem;
    top: 2px;
  }

  .author-info {
    margin: 0 9.0909%;
    padding: 9.0909% 0;
  }

  .author-info .avatar {
    height: 42px;
    margin: 0 1.6471em 1.6471em 0;
    width: 42px;
  }

  .author-link:after {
    top: 3px;
  }

  .posted-on::before,
  .byline::before,
  .cat-links::before,
  .tags-links::before,
  .comments-link::before,
  .entry-format::before,
  .edit-link::before,
  .full-size-link::before {
    top: 3px;
  }

  .taxonomy-description {
    padding-top: 0.4118em;
  }

  .page-title,
  .comments-title,
  .comment-reply-title,
  .post-navigation .post-title {
    font-size: 2.4rem;
    line-height: 1.1667;
  }

  .page-links {
    margin-bottom: 1.4117em;
  }

  .page-links a,
  .page-links > span {
    margin: 0 0.2857em 0.2857em 0;
  }

  .entry-attachment {
    margin-bottom: 1.6471em;
  }

  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.4em;
  }

  .format-link .entry-title a:after {
    top: 0.0833em;
  }

  .comments-title {
    margin-bottom: 1.4em;
  }

  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback {
    padding: 1.6471em 0;
  }

  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 1.6471em;
  }

  .comment-list .children > li {
    padding-left: 1.2353em;
  }

  .comment-meta {
    position: relative;
  }

  .comment-author {
    margin-bottom: 0;
  }

  .comment-author .avatar {
    height: 42px;
    margin-right: 1.64705em;
    position: relative;
    top: 5px;
    width: 42px;
  }

  .comment-metadata .edit-link::before {
    top: 2px;
  }

  .pingback .edit-link::before {
    top: 6px;
  }

  .bypostauthor > article .fn:after {
    top: 7px;
    left: 6px;
  }

  .comment-content ul,
  .comment-content ol {
    margin-bottom: 1.6471em;
  }

  .comment-list .reply a {
    padding: 0.4286em 0.8571em;
  }

  .comment-form,
  .no-comments {
    padding-top: 1.6471em;
  }

  .comment-reply-title small a::before {
    top: -1px;
  }

  .detail-contents embed,
  .detail-contents iframe,
  .detail-contents object,
  .detail-contents video {
    margin-bottom: 1.6471em;
  }

  .wp-audio-shortcode,
  .wp-video,
  .wp-playlist.wp-audio-playlist {
    font-size: 1.7rem;
    margin-bottom: 1.6471em;
  }

  .wp-caption,
  .gallery {
    margin-bottom: 1.6471em;
  }

  .widecolumn .mu_alert {
    margin-bottom: 1.6471em;
  }

  .widecolumn p {
    margin: 1.6471em 0;
  }

  .widecolumn p + h2 {
    margin-top: 1.6em;
  }

  .widecolumn #key,
  .widecolumn .mu_register #blog_title,
  .widecolumn .mu_register #user_email,
  .widecolumn .mu_register #blogname,
  .widecolumn .mu_register #user_name {
    font-size: 1.7rem;
    line-height: normal;
  }

  .widecolumn .mu_register #blog_title,
  .widecolumn .mu_register #user_email,
  .widecolumn .mu_register #user_name {
    margin: 0 0 0.4117em;
  }
}
