@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low .inner, .main_page .inner {
	max-width: 1000px;
}

.content_low {
	padding: calc(100 / 1920 * 100vw) 0 calc(200 / 1920 * 100vw);
}

.main_page {
	height: calc(500 / 1920 * 100vw);
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
}

.page_main section:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}

.hdg2 .ja {
	font-size: 277.78%;
	line-height: 1.5;
	display: block;
	letter-spacing: 0.1em;
}

.hdg2 .en {
	font-size: 188.89%;
	line-height: 1;
	display: block;
	letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.content_low {
		padding: calc(100 / 1599 * 100vw) 0 calc(200 / 1599 * 100vw);
	}

	.main_page {
		height: calc(500 / 1599 * 100vw);
	}

	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.content_low {
		padding: calc(100 / 1299 * 100vw) 0 calc(200 / 1299 * 100vw);
	}

	.main_page {
		height: calc(500 / 1299 * 100vw);
	}

	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
}

@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}

	.content_low .inner, .main_page .inner {
		max-width: calc(702 / 750 * 100vw);
	}

	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}

	.main_page {
		height: calc(500 / 750 * 100vw);
		padding: 0;
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}

	.hdg2 .ja {
		font-size: 156.25%;
	}

	.hdg2 .en {
		font-size: 106.25%;
	}

	.col_img {
		text-align: center;
	}
}


/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
}

@media(min-width: 768px) and (max-width:1299px) {
}

@media(max-width: 767px) {
}

/* 症例紹介 case
------------------------------------------------------------------*/
.wrap_case01 {
	position: relative;
}

.wrap_case01 .deco01 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.wrap_case01 .deco02 {
	position: absolute;
	z-index: -1;
	right: calc(6 / 1920 * 100vw);
	bottom: calc(-8 / 1920 * 100vw);
}

.wrap_case01 .ttl {
	font-size: 177.77%;
	letter-spacing: 0.1em;
}

.box_case01 {
	position: relative;
	padding: calc(30 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(60 / 1920 * 100vw);
}

.unit_case .en {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-50%);
}

.unit_case .en span {
	font-size: 277.77%;
	letter-spacing: 0.1em;
}

.wrap_case02 {
	max-width: 580px;
}

.wrap_case02 .ja {
	font-size: 166.6%;
	letter-spacing: 0.1em;
}

.unit_case .area_case_search dt {
	position: relative;
	z-index: 1;
	width: calc(160 / 1920 * 100vw);
	height: calc(38 / 1920 * 100vw);
	color: #fff;
	background: #555;
}

.unit_case .area_case_search dt::before {
	position: absolute;
	top: 0;
	right: calc(-13 / 1920 * 100vw);
	bottom: 0;
	width: 0;
	height: 0;
	content: "";
	border-top: calc(19 / 1920 * 100vw) solid transparent;
	border-bottom: calc(19 / 1920 * 100vw) solid transparent;
	border-left: calc(13 / 1920 * 100vw) solid #555;
}

.unit_case .area_case_search dd {
	width: calc(100% - calc(180 / 1920 * 100vw));
	margin-bottom: calc(10 / 1920 * 100vw);
}

.unit_case .area_case_search select {
	line-height: 1.5;
	width: 100%;
	padding: calc(4 / 1920 * 100vw) 4%;
	letter-spacing: 0.1em;
	border: solid 1px #ccc;
	background: #fff;
}

.btn_case {
	max-width: 350px;
}

.btn_case:before, .btn_case:after {
	position: absolute;
	top: 0;
	right: calc(20 / 1920 * 100vw);
	bottom: 0;
	width: calc(30 / 1920 * 100vw);
	height: 0;
	margin: auto;
	content: "";
	transform: rotate(0);
	border-top: 1px solid #fff;
	border-right: none;
	border-bottom: none;
}

.btn_case:after {
	top: calc(-7 / 1920 * 100vw);
	width: calc(9 / 1920 * 100vw);
	transform: rotate(45deg);
}

.btn_case input {
	font-size: 111.11%;
	padding: calc(30 / 1920 * 100vw) calc(5 / 1920 * 100vw);
	background: #555;
}

select {
	-webkit-appearance: none;
	        appearance: none;
	/* デフォルトの矢印を非表示 */
}

select::-ms-expand {
	display: none;
	/* デフォルトの矢印を非表示(IE用) */
}

.wrap_case02 dd {
	position: relative;
}

.wrap_case02 dd:before {
	position: absolute;
	top: 0;
	right: calc(15 / 1920 * 100vw);
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	content: "";
	border-width: calc(10 / 1920 * 100vw) calc(5 / 1920 * 100vw) 0 calc(5 / 1920 * 100vw);
	border-style: solid;
	border-color: #707070 transparent transparent transparent;
}

.wrap_case03:last-child {
	margin-bottom: 0 !important;
}

.unit_case .tbl_case01 .label01 {
	margin-bottom: calc(8 / 1920 * 100vw);
}

.unit_case label, .unit_case input[type="checkbox"] {
	cursor: pointer;
}
.tbl_case01{
	width: 100%;
}
.tbl_case01.tbl_default th{
	background:#97631d;
	padding: calc(22 / 1920 * 100vw) calc(30 / 1920 * 100vw) calc(23 / 1920 * 100vw);
}
/*.slide_case01 {
	max-width: calc( 1000 / 1920 * 100vw );
	margin-left: auto;
	margin-right: auto;
}
*/.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
	width: calc(50 / 1920 * 100vw);
	height: calc(84 / 1920 * 100vw);
	background: url(images/page/arw_slide01.svg)no-repeat center / contain;
	z-index: 9;
	top: 45%;
	margin: auto;
	transform: none;
}
.slide_case01 .slick-prev {
    left: 14%;
}
.slide_case01 .slick-next {
    right: 14%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	bottom: calc( -58 / 1920 * 100vw );
}
.slide_case01 .slick-dots li {
	width: calc( 11 / 1920 * 100vw );
	height: calc( 11 / 1920 * 100vw );
	margin: 0 calc( 8 / 1920 * 100vw );
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / 1920 * 100vw );
	height: calc( 11 / 1920 * 100vw );
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #ccc;
	width: calc( 11 / 1920 * 100vw );
	height: calc( 11 / 1920 * 100vw );
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #333;
	opacity: 1;
}
.row_case01 .ttl{
	background: #48240d;
}
.row_case01:after{
	border-left: calc(15 / 1920 * 100vw) solid #97631d;
}
.area_case_common01{
	max-width: 1240px;
	width: 100%;
	margin: 0 calc(80 / 1920 * 100vw );
	padding: calc(30 / 1920 * 100vw ) 0 calc(100 / 1920 * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_case01 .deco02 {
		right: calc(6 / 1599 * 100vw);
		bottom: calc(-8 / 1599 * 100vw);
	}

	.box_case01 {
		padding: calc(30 / 1599 * 100vw) calc(50 / 1599 * 100vw) calc(60 / 1599 * 100vw);
	}

	.unit_case .area_case_search dt {
		width: calc(160 / 1599 * 100vw);
		height: calc(38 / 1599 * 100vw);
	}

	.unit_case .area_case_search dt::before {
		right: calc(-13 / 1599 * 100vw);
		border-top: calc(19 / 1599 * 100vw) solid transparent;
		border-bottom: calc(19 / 1599 * 100vw) solid transparent;
		border-left: calc(13 / 1599 * 100vw) solid #555;
	}

	.unit_case .area_case_search dd {
		width: calc(100% - calc(180 / 1599 * 100vw));
		margin-bottom: calc(10 / 1599 * 100vw);
	}

	.unit_case .area_case_search select {
		padding: calc(4 / 1599 * 100vw) 4%;
	}

	.btn_case:before, .btn_case:after {
		right: calc(20 / 1599 * 100vw);
		width: calc(30 / 1599 * 100vw);
	}

	.btn_case:after {
		top: calc(-7 / 1599 * 100vw);
		width: calc(9 / 1599 * 100vw);
	}

	.btn_case input {
		padding: calc(30 / 1599 * 100vw) calc(5 / 1599 * 100vw);
	}

	.wrap_case02 dd:before {
		right: calc(15 / 1599 * 100vw);
		border-width: calc(10 / 1599 * 100vw) calc(5 / 1599 * 100vw) 0 calc(5 / 1599 * 100vw);
	}
	.tbl_case01.tbl_default th{
		padding: calc(22 / 1599 * 100vw) calc(30 / 1599 * 100vw) calc(23 / 1599 * 100vw);
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / 1599 * 100vw);
		height: calc(84 / 1599 * 100vw);
	}
	.slide_case01 .slick-prev {
		left: 6%;
	}
	.slide_case01 .slick-next {
		right: 6%;
	}
	.slide_case01 .slick-dots {
		bottom: calc( -58 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
		margin: 0 calc( 8 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
	}
	.row_case01:after{
		border-left: calc(15 / 1599 * 100vw) solid #97631d;
	}
	.area_case_common01{
		margin: 0 calc(60 / 1599 * 100vw );
		padding: calc(30 / 1599 * 100vw ) 0 calc(100 / 1599 * 100vw );
	}

}

@media(min-width: 768px) and (max-width:1299px) {
	.wrap_case01 .deco02 {
		right: calc(6 / 1299 * 100vw);
		bottom: calc(-8 / 1299 * 100vw);
	}

	.box_case01 {
		padding: calc(30 / 1299 * 100vw) calc(50 / 1299 * 100vw) calc(60 / 1299 * 100vw);
	}

	.unit_case .area_case_search dt {
		width: calc(160 / 1299 * 100vw);
		height: calc(38 / 1299 * 100vw);
	}

	.unit_case .area_case_search dt::before {
		right: calc(-13 / 1299 * 100vw);
		border-top: calc(19 / 1299 * 100vw) solid transparent;
		border-bottom: calc(19 / 1299 * 100vw) solid transparent;
		border-left: calc(13 / 1299 * 100vw) solid #555;
	}

	.unit_case .area_case_search dd {
		width: calc(100% - calc(180 / 1299 * 100vw));
		margin-bottom: calc(10 / 1299 * 100vw);
	}

	.unit_case .area_case_search select {
		padding: calc(4 / 1299 * 100vw) 4%;
	}

	.btn_case:before, .btn_case:after {
		right: calc(20 / 1299 * 100vw);
		width: calc(30 / 1299 * 100vw);
	}

	.btn_case:after {
		top: calc(-7 / 1299 * 100vw);
		width: calc(9 / 1299 * 100vw);
	}

	.btn_case input {
		padding: calc(30 / 1299 * 100vw) calc(5 / 1299 * 100vw);
	}

	.wrap_case02 dd:before {
		right: calc(15 / 1299 * 100vw);
		border-width: calc(10 / 1299 * 100vw) calc(5 / 1299 * 100vw) 0 calc(5 / 1299 * 100vw);
	}
	.tbl_case01.tbl_default th{
		padding: calc(22 / 1299 * 100vw) calc(30 / 1299 * 100vw) calc(23 / 1299 * 100vw);
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / 1299 * 100vw);
		height: calc(84 / 1299 * 100vw);
	}
	.slide_case01 .slick-prev {
		left: 5%;
	}
	.slide_case01 .slick-next {
		right: 5%;
	}
	.slide_case01 .slick-dots {
		bottom: calc( -58 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
		margin: 0 calc( 8 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
	}
	.row_case01:after{
		border-left: calc(15 / 1299 * 100vw) solid #97631d;
	}
	.area_case_common01{
		margin: 0 calc(60 / 1299 * 100vw );
		padding: calc(30 / 1299 * 100vw ) 0 calc(100 / 1299 * 100vw );
	}
}

@media(max-width: 767px) {
	.wrap_case01 .ttl {
		font-size: 125%;
	}
	.wrap_case02 dd:before {
		right: 2vw;
		border-width: calc(20 / 750*100vw) calc(10 / 750*100vw) 0 calc(10 / 750*100vw);
	}
	.wrap_case01 .txt {
		max-width: calc(646 / 750*100vw);
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	.wrap_case01 {
		padding-top: 8vw;
	}
	.wrap_case01 .deco01 {
		left: -3vw;
		width: calc(190 / 750*100vw);
	}
	.wrap_case01 .deco02 {
		right: -4vw;
		bottom: -4vw;
		width: calc(109 / 750*100vw);
	}
	.wrap_case02 {
		max-width: 100%;
	}
	.wrap_case02 .ja {
		font-size: calc(40 / 750 * 100vw);
	}
	.unit_case .en span {
		font-size: calc(75 / 750 * 100vw);
	}
	.unit_case .area_case_search dt {
		width: 100%;
		height: calc(76 / 750*100vw);
	}
	.unit_case .area_case_search dt::before {
		content: none;
	}
	.unit_case .area_case_search dd {
		width: 100%;
		height: calc(76 / 750*100vw);
	}
	.unit_case .en {
		top: 1vw;
	}
	.box_case01 {
		padding: 6vw 5% 7vw;
	}
	.btn_case input {
		font-size: calc(32 / 750 * 100vw);
		padding: 5vw 5%;
	}
	.btn_case {
		width: calc(550 / 750 * 100vw);
		max-width: 100%;
	}
	.tbl_case01.tbl_default th{
		padding: 3.5vw 3vw 4vw;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(33 / 750 * 100vw);
		height: calc(59 / 750 * 100vw);
		top:48%;
	}
	.slide_case01 .slick-prev {
		left: 1.8%;
	}
	.slide_case01 .slick-next {
		right: 1.8%;
	}
	.slide_case01 .slick-dots {
		bottom: calc( -58 / 750 * 100vw );
	}
	.slide_case01 .slick-dots li {
		width: calc( 11 / 750 * 100vw );
		height: calc( 11 / 750 * 100vw );
		margin: 0 calc( 8 / 750 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 11 / 750 * 100vw );
		height: calc( 11 / 750 * 100vw );
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 11 / 750 * 100vw );
		height: calc( 11 / 750 * 100vw );
	}
	.row_case01:after{
		border-left: calc(15 / 750 * 100vw) solid #97631d;
	}
	.area_case_common01{
		margin: 0 8vw;
		padding: calc(30 / 750 * 100vw ) 0 calc(100 / 750 * 100vw );
	}


}


/* リスク・副作用
------------------------------------------------------------------*/
.risk > iframe {
	/* width: calc(100% + 17px) !important; */
	height: 260px !important;
}

.risk.inner1000 {
	width: 90% !important;
	max-width: 1000px !important;
}

.box_risk01 {
	font-size: calc(18 / 1920 * 100vw) !important;
	min-height: 258px !important;
	padding: calc(38 / 1920 * 100vw) calc(30 / 1920 * 100vw) calc(38 / 1920 * 100vw) calc(50 / 1920 * 100vw) !important;
	border: 1px solid #333;
}

.box_risk01 .box {
	position: relative;
	overflow: hidden;
	height: auto;
	max-height: 180px !important;
	padding: 0 calc(20 / 1920 * 100vw) 0 0 !important;

	touch-action: auto !important;
}

.box_risk01 .ttl {
	font-size: 111.11% !important;
	margin-bottom: calc(7 / 1920 * 100vw) !important;
	letter-spacing: 0.1em !important;
	color: #af4a0e;
}

.box_risk01 .txt {
	font-size: 88.89% !important;
	letter-spacing: 0.1em !important;
}

/* パーフェクトスクロールバー */
.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	right: 0px !important;
	width: 4px !important;
	background: #af4a0e !important;
}

.risk .ps-container > .ps-scrollbar-y-rail {
	right: 0px !important;
	width: 4px !important;
	opacity: 1;
	background: transparent !important;
}

@media(min-width: 768px) and (max-width:1599px) {
	.risk > iframe {
		height: calc(260 / 1599*100vw) !important;
	}

	.risk.tab > iframe {
		width: 100% !important;
	}

	.box_risk01 {
		font-size: calc(18 / 1599 * 100vw) !important;
		min-height: calc(258 / 1599 * 100vw) !important;
		padding: calc(38 / 1599 * 100vw) calc(30 / 1599 * 100vw) calc(38 / 1599 * 100vw) calc(50 / 1599 * 100vw) !important;
	}

	.box_risk01 .box {
		max-height: calc(180 / 1599 * 100vw) !important;
		padding: 0 calc(20 / 1599 * 100vw) 0 0 !important;
	}

	.box_risk01 .ttl {
		margin-bottom: calc(7 / 1599 * 100vw) !important;
	}
}

@media(min-width: 751px) and (max-width:1299px) {
	.risk > iframe {
		height: calc(260 / 1299*100vw) !important;
	}

	.box_risk01 {
		font-size: calc(18 / 1299 * 100vw) !important;
		min-height: calc(258 / 1299 * 100vw) !important;
		padding: calc(38 / 1299 * 100vw) calc(30 / 1299 * 100vw) calc(38 / 1299 * 100vw) calc(50 / 1299 * 100vw) !important;
	}

	.box_risk01 .box {
		max-height: calc(180 / 1299 * 100vw) !important;
		padding: 0 calc(20 / 1299 * 100vw) 0 0 !important;
	}

	.box_risk01 .ttl {
		margin-bottom: calc(7 / 1299 * 100vw) !important;
	}
}

@media(max-width: 767px) {
	.risk > iframe {
		width: 100% !important;
	}

	.sp.risk.inner1000 {
		width: 100% !important;
		max-width: calc(702 / 750 * 100vw) !important;
	}

	.sp.risk iframe {
		height: calc(500 / 750 * 100vw) !important;
	}

	.sp.box_risk01 {
		font-size: 4.27vw !important;
		min-height: calc(500 / 750 * 100vw) !important;
		padding: 5vw 5% 5vw !important;
	}

	.sp.box_risk01 .box {
		max-height: calc(420 / 750 * 100vw) !important;
		padding: 0 3vw 0 0 !important;
	}

	.sp.box_risk01 .ttl {
		font-size: 112.5% !important;
		margin-bottom: 2vw !important;
		letter-spacing: 0 !important;
	}

	.sp.box_risk01 .txt {
		font-size: 100% !important;
		letter-spacing: 0 !important;
	}

	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail {
		right: 0 !important;
		width: 2px !important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
}

@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}

	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 750 * 100vw);
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.inv-recaptcha-holder {
	display: none !important;
}

@media(min-width: 768px) and (max-width:1599px) {
}

@media(min-width: 768px) and (max-width:1299px) {
}

@media(max-width: 767px) {
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}

#sidebar h4 {
	font-size: 111.11%;
	font-weight: 500;
	line-height: calc(40 / 1920 * 100vw);
	margin-bottom: calc(4 / 1920 * 100vw);
	text-align: center;
	color: #fff;
	background: #959595;
}

#sidebar caption {
	margin-bottom: calc(5 / 1920 * 100vw);
}

#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / 1920 * 100vw);
}

#wp-calendar thead th {
	font-size: 72.22%;
	font-weight: normal;
	border: 1px solid #eee;
	border-right-color: #eee;
	background: #eee;
}

#wp-calendar tbody td {
	font-size: 77.78%;
	line-height: 1.8;
	text-align: center;
	border: 1px solid #eee;
}

#wp-calendar tbody td a {
	text-decoration: underline;
	color: #959595;
}

#wp-calendar tfoot td {
	font-size: 81.25%;
}

#wp-calendar tfoot td#prev {
	padding-top: calc(8 / 1920 * 100vw);
	padding-left: calc(10 / 1920 * 100vw);
}

#wp-calendar tfoot td#next {
	padding-top: calc(8 / 1920 * 100vw);
	padding-right: calc(10 / 1920 * 100vw);
	text-align: right;
}

#wp-calendar tfoot td a {
	padding-bottom: calc(3 / 1920 * 100vw);
	border-bottom: 1px solid #333;
}

.wp-calendar-nav {
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: calc(60 / 1920 * 100vw);
}

.wp-calendar-nav-prev {
	padding-left: calc(10 / 1920 * 100vw);
}

.wp-calendar-nav-next {
	padding-right: calc(10 / 1920 * 100vw);
}

.wp-calendar-nav a {
	display: -webkit-box;

/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;

/*--- IE10 ---*/
	display: -webkit-flex;

/*--- safari（PC）用 ---*/
	display:         flex;
	-webkit-flex-wrap: wrap;

/* Safari */
	        flex-wrap: wrap;
	-webkit-box-pack: justify;

/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;

/*--- IE10 ---*/
	-webkit-justify-content: space-between;

/*--- safari（PC）用 ---*/
	        justify-content: space-between;
	padding-bottom: calc(3 / 1920 * 100vw);
	border-bottom: 1px solid #333;
}

#sidebar ul li {
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#sidebar ul li a {
	line-height: 2.1;
	padding-bottom: calc(4 / 1920 * 100vw);
	border-bottom: 1px solid #333;
}

.post_main {
	width: 71%;
}

.navigation {
	display: -webkit-box;

/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;

/*--- IE10 ---*/
	display: -webkit-flex;

/*--- safari（PC）用 ---*/
	display:         flex;
	-webkit-box-pack: justify;

/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;

/*--- IE10 ---*/
	-webkit-justify-content: space-between;

/*--- safari（PC）用 ---*/
	        justify-content: space-between;
	margin-bottom: calc(60 / 1920 * 100vw);
}

.navigation li {
	width: calc(170 / 1920 * 100vw);
}

.navigation .navitop {
	text-align: center;
}

.navigation .naviright {
	text-align: right;
}

.navigation li a {
	padding-bottom: calc(4 / 1920 * 100vw);
	border-bottom: 1px solid #333;
}

.post_content img {
	max-width: 100%;
	height: auto;
}

.date_single {
	font-size: 72.22;
	display: block;
	margin-top: calc(-30 / 1920 * 100vw);
	margin-bottom: calc(40 / 1920 * 100vw);
	text-align: right;
}

.post_content {
	line-height: 1.75;
}

.img_thmb {
	display: block;
	width: calc(120 / 1920 * 100vw);
	height: calc(120 / 1920 * 100vw);
}

.thmb {
	width: calc(120 / 1920 * 100vw);
}

.thmb a:hover .img_thmb {
	opacity: 0.75;
}

.txt_post {
	width: calc(100% - calc(140 / 1920 * 100vw));
}

.page_main section.blog_archive {
	padding-bottom: calc(35 / 1920 * 100vw);
	border-bottom: 1px solid #959595;
}

.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / 1920 * 100vw);
}

.txt_post a {
	color: inherit;
}

.txt_post a:hover {
	text-decoration: underline;
}

.txt_post h4 {
	line-height: 1.7;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.txt_post .date {
	font-size: 75%;
	color: #959595;
}

.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / 1920 * 100vw);
}

.txt_post .txt_excerpt a {
	text-decoration: underline;
	color: #aaa;
}

.page_main .wp-pagenavi {
	font-size: 77.78%;
	margin-top: calc(60 / 1920 * 100vw);
	text-align: center;
}

.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	display: inline-block;
	margin: calc(2 / 1920 * 100vw);
	padding: 0 calc(10 / 1920 * 100vw);
	text-decoration: none;
	color: #959595;
	border: 1px solid #959595;
}

.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / 1920 * 100vw);
}

.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	color: #fff;
	border-color: #959595;
	background: #959595;
}

.page_main .wp-pagenavi span.current {
	font-weight: normal;
}

.post_content li {
	margin-left: 1.5em;
	list-style: inherit;
}

.single_post h3 {
	font-size: 166.67%;
	line-height: 1.6;
}

@media(min-width: 768px) and (max-width:1599px) {
	#sidebar h4 {
		line-height: calc(40 / 1599 * 100vw);
		margin-bottom: calc(4 / 1599 * 100vw);
	}

	#sidebar caption {
		margin-bottom: calc(5 / 1599 * 100vw);
	}

	#wp-calendar {
		margin-bottom: calc(10 / 1599 * 100vw);
	}

	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1599 * 100vw);
		padding-left: calc(10 / 1599 * 100vw);
	}

	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1599 * 100vw);
		padding-right: calc(10 / 1599 * 100vw);
	}

	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1599 * 100vw);
	}

	.wp-calendar-nav {
		margin-bottom: calc(60 / 1599 * 100vw);
	}

	.wp-calendar-nav-prev {
		padding-left: calc(10 / 1599 * 100vw);
	}

	.wp-calendar-nav-next {
		padding-right: calc(10 / 1599 * 100vw);
	}

	.wp-calendar-nav a {
		padding-bottom: calc(3 / 1599 * 100vw);
	}

	#sidebar ul li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}

	.navigation {
		margin-bottom: calc(60 / 1599 * 100vw);
	}

	.navigation li {
		width: calc(170 / 1599 * 100vw);
	}

	.navigation li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}

	.date_single {
		margin-top: calc(-30 / 1599 * 100vw);
		margin-bottom: calc(40 / 1599 * 100vw);
	}

	.img_thmb {
		width: calc(120 / 1599 * 100vw);
		height: calc(120 / 1599 * 100vw);
	}

	.thmb {
		width: calc(120 / 1599 * 100vw);
	}

	.txt_post {
		width: calc(100% - calc(140 / 1599 * 100vw));
	}

	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1599 * 100vw);
	}

	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1599 * 100vw);
	}

	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1599 * 100vw);
	}

	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1599 * 100vw);
	}

	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		margin: calc(2 / 1599 * 100vw);
		padding: 0 calc(10 / 1599 * 100vw);
	}

	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1599 * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	#sidebar h4 {
		line-height: calc(40 / 1299 * 100vw);
		margin-bottom: calc(4 / 1299 * 100vw);
	}

	#sidebar caption {
		margin-bottom: calc(5 / 1299 * 100vw);
	}

	#wp-calendar {
		margin-bottom: calc(10 / 1299 * 100vw);
	}

	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1299 * 100vw);
		padding-left: calc(10 / 1299 * 100vw);
	}

	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1299 * 100vw);
		padding-right: calc(10 / 1299 * 100vw);
	}

	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1299 * 100vw);
	}

	.wp-calendar-nav {
		margin-bottom: calc(60 / 1299 * 100vw);
	}

	.wp-calendar-nav-prev {
		padding-left: calc(10 / 1299 * 100vw);
	}

	.wp-calendar-nav-next {
		padding-right: calc(10 / 1299 * 100vw);
	}

	.wp-calendar-nav a {
		padding-bottom: calc(3 / 1299 * 100vw);
	}

	#sidebar ul li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}

	.navigation {
		margin-bottom: calc(60 / 1299 * 100vw);
	}

	.navigation li {
		width: calc(170 / 1299 * 100vw);
	}

	.navigation li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}

	.date_single {
		margin-top: calc(-30 / 1299 * 100vw);
		margin-bottom: calc(40 / 1299 * 100vw);
	}

	.img_thmb {
		width: calc(120 / 1299 * 100vw);
		height: calc(120 / 1299 * 100vw);
	}

	.thmb {
		width: calc(120 / 1299 * 100vw);
	}

	.txt_post {
		width: calc(100% - calc(140 / 1299 * 100vw));
	}

	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1299 * 100vw);
	}

	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1299 * 100vw);
	}

	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1299 * 100vw);
	}

	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1299 * 100vw);
	}

	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		margin: calc(2 / 1299 * 100vw);
		padding: 0 calc(10 / 1299 * 100vw);
	}

	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1299 * 100vw);
	}
}

@media(max-width: 767px) {
	.page_main {
		display: block !important;
	}

	#sidebar {
		width: 100%;
	}

	#sidebar h4 {
		line-height: calc(80 / 750 * 100vw);
		margin: calc(4 / 750 * 100vw);
	}

	#sidebar caption {
		margin-bottom: calc(5 / 750 * 100vw);
	}

	#wp-calendar {
		margin-bottom: calc(10 / 750 * 100vw);
	}

	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 750 * 100vw);
		padding-left: calc(10 / 750 * 100vw);
	}

	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 750 * 100vw);
		padding-right: calc(10 / 750 * 100vw);
	}

	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 750 * 100vw);
	}

	.wp-calendar-nav {
		margin-bottom: calc(60 / 750 * 100vw);
	}

	.wp-calendar-nav-prev {
		padding-left: calc(10 / 750 * 100vw);
	}

	.wp-calendar-nav-next {
		padding-right: calc(10 / 750 * 100vw);
	}

	.wp-calendar-nav a {
		padding-bottom: calc(3 / 750 * 100vw);
	}

	#sidebar ul li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}

	.navigation li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}

	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}

	.date_single {
		margin-top: calc(-30 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}

	.thmb {
		width: 30%;
	}

	.img_thmb {
		display: block;
		width: 100%;
		height: auto;
		padding-top: 100%;
	}

	.txt_post {
		width: 66%;
	}

	.txt_post .txt_excerpt {
		margin-top: calc(8 / 750 * 100vw);
	}

	.navigation {
		margin-bottom: calc(60 / 750 * 100vw);
	}

	.navigation li {
		width: calc(200 / 750 * 100vw);
	}

	.page_main .wp-pagenavi {
		margin-top: calc(60 / 750 * 100vw);
	}

	.page_main .wp-pagenavi span.pages, .page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		margin: calc(4 / 750 * 100vw);
		padding: 0.5vw 2vw;
	}

	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}

	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}

	.post_main .wp-pagenavi {
		display: -webkit-box;

/*--- Androidブラウザ用 ---*/
		display: -ms-flexbox;

/*--- IE10 ---*/
		display: -webkit-flex;

/*--- safari（PC）用 ---*/
		display:         flex;
		-webkit-flex-wrap: wrap;

/* Safari */
		        flex-wrap: wrap;
		-webkit-box-pack: justify;

/*--- Androidブラウザ用 ---*/
		-ms-flex-pack: justify;

/*--- IE10 ---*/
		-webkit-justify-content: center;
		        justify-content: center;
		margin-top: 12vw;

		    -ms-justify-content: center;
	}

	.single_post h3 {
		font-size: 118.75%;
		letter-spacing: 0;
	}
}
