@charset "utf-8";


/* 質問
============================================================================================================ */
.qa_contents {
}
.qa_contents .qa + .qa {
	margin-top: 15px;
}
.qa_contents .qa h4.q {
	position: relative;
	min-height: 40px;
	padding: 9px 10px 7px 55px;
	background-color: #fdf1ef;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.qa_contents {
	counter-reset: flow;
}

.qa_contents h4.q:before {
	counter-increment: flow;      /* flow カウンタを増加 */
	content: counter(flow); /* カウンタを表示 */
  	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 12px;
	padding: 10px ;
	background: #d12626  no-repeat 50%;

}
.qa_contents .qa .a {
	padding: 20px 0 20px 20px;
	background: none;
}


/* page_head
============================================================================================================ */

.page_head .h1 {
	position: relative;
	padding-top: 48px;
	padding-bottom: 50px;
	z-index: 3;
	font-size: 32px;
	font-size: 3.2rem;
	color: #B99875;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.page_head .en {
	position: absolute;
	right: 0;
	bottom: -34px;
	color: #fff;
	font-size: 70px;
	font-size: 7.0rem;
	font-style:italic;
	font-weight: normal;
}
.header_img {
	border-top: 1px solid #e2d8c2;
	width: 100%;
	background-image: url(../images/header_img.jpg);
	background-position: 50% top;
	background-size: cover;
	height: 300px;
}
.header_img span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	font-size: 3.0rem;
	color: #A5784C;
	margin: 130px 0 0 -10em;
	display: inline-block;
}
.header_img span br {
	display: none;
}

/* index
============================================================================================================ */

.catch_l {
	width: 1120px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
	font-size: 28px;
	font-size: 2.8rem;
	color: #5E3C1D;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.waku {
    border: 5px solid #fdf1ef;
    padding: 15px;
}
.waku .link_r {
	text-align: right;
	margin-top: 0.5em;
}
.waku .link_r .box_link {
	width: 8em;
	min-width: 8em;
	padding: 7px 10px;
}
.waku .link_r .box_link:before {
	content: ">";
	padding-right: 5px;
}
.treatment {
	position: relative;
}
.link_red {
	position: absolute;
	right: 0;
	top: 0;
}
.link_red a {
	background: #b40605;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: none;
	padding: 7px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.link_red a:before {
	content: ">";
	padding-right: 5px;
}
.list_type {
	display:flex;
	flex-wrap: wrap;
}
.list_type li a {
	display: block;
	width: 147px;
	float: left;
	text-align: center;
	text-decoration: none;
	margin-left: 20px;
	border: 1px solid #e2e1de;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 25px 8px 0px;
	min-height: 11.5em;
}
.list_type li a span {
	display: block;
	margin-top: 15px;
}
.list_type li a span:before {
	content: "－";
	padding-right: 0.3em;
}
.list_type li a span:after {
	content: "－";
	padding-left: 0.3em;
}

#roujinsei {
	margin-top: -125px;
	padding-top: 125px;
}
#experience,#ex01,#ex02 {
	margin-top: -125px;
	padding-top: 125px;
}


/* ブログ
============================================================================================================ */
.blog {
	padding: 20px 0 50px;
}
.blog article {
	float: left;
	width: 250px;
}
.blog article + article {
	margin-left: 25px;
}
.blog article h4 {
	margin: 25px 0 5px;
}

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

	.qa_contents .qa .a {
		padding: 20px;
		background: none;
	}

	.page_head .h1 {
		padding-top: 24px;
		padding-bottom: 24px;
		font-size: 2rem;
		color: #b99875;
		font-weight: normal;
	}
	.page_head .h1 .en{
		display: block;
		width: auto;
		height: 40px;
		bottom: -7px;
		font-size: 27px;
		font-size: 2.7rem;
	}
/* page_head
============================================================================================================ */

.header_img {
	border-top: 1px solid #e2d8c2;
	width: 100%;
	background-image: url(../images/header_img.jpg);
	background-position: 60% top;
	background-size: cover;
	height: 150px;
}
.header_img  span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #A5784C;
	text-align: center;
	margin: 45px 0 0 -5em;
	padding: 0 2em;
	display: block;
}
.header_img span br {
	display: block;
}

/* index
============================================================================================================ */

.catch_l {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 15px;
	padding-bottom: 25px;
}

.waku .box_link {
	font-size: 10px;
	font-size: 1rem;
}
.link_red {
	position: relative;
	right: 0;
	top: 0;
}
.treatment .title_s {
	background: #FDF1EF;
	padding: 0.75em 0.5em;
}
.list_type {
	margin-left: -5%;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-around;
}

.list_type li a {
	display: block;
	width: 140px;
	margin-left: 5%;
	margin-bottom: 5%;
	min-height: 155px;
}

.list_type li a span{
	font-size: 1.4rem;
}

/* ブログ
============================================================================================================ */
.blog {
	padding: 15px 0 30px;
}
.blog article {
	clear: both;
	float: none;
	width: 100%;
	margin-bottom: 1.5em;
}
.blog article:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.blog article + article {
	margin-left: 0;
}
.blog article h4 {
	margin: 0px 0 5px;
	/*padding-left: 35%;*/
}
.blog article p {
	/*padding-left: 35%;*/
}
.blog article p.img {
	float: left;
	padding-left: 0;
	width: 30%;
}

}


.title_s_red {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #B40605;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.title_ss_red {
    margin-bottom: 10px;
    color: #B40605;
	font-weight: normal;
}

@media screen and (max-width: 680px) {
	.title_s_red {
	    font-size: 1.2rem;
	}
}

