/* =====================================
■COMMON
===================================== */
a:hover img {
	opacity: 0.8;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
table {
	width: 100%;
}
.half {
	display: inline-block;
}
strong {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.auto_height {
		height: auto !important;
	}
}


/* -------------------------------------
CONTENT
------------------------------------- */
#content {
	padding: 20px 0 100px;
	min-height: 600px;
}
.home #content {
	padding: 0;
}


/* =====================================
■TOP
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
.home #mainimage {
    position: relative;
}
#mainimage img {
	width: 100%;
}
.bx-pager.bx-default-pager {
	width: 80px;
	height: 16px;
	position: absolute;
	bottom: 42px;
	left: 50%;
	margin-left: -40px;
	z-index: 80;
}
.bx-pager-item:first-child {
    margin-left: 0;
}
.bx-pager-item {
    width: 16px;
    float: left;
    margin-left: 16px;
}
a.bx-pager-link {
    background: #CCCCCC;
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 16px;
    border-radius: 50%;
    font-size: 10px;
    color: #CCCCCC;
    box-sizing: border-box;
    border: 1px solid #7E7E7E;
}
a.bx-pager-link.active {
    background: #7E7E7E;
    color: #7E7E7E;
}


/*--------------------------------------
OUR MISSION
公益財団法人ウイルス肝炎研究財団として
--------------------------------------*/
.mission_section {
    padding: 66px 0;
}
.mission_box {
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
}
.mission_box .top_title_h2 {
    margin-bottom: 16px;
}
.top_title_h2 h2 {
    line-height: 1.4;
    text-align: center;
    font-size: 31px;
    color: #FE867E;
    letter-spacing: 0.2em;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
}
.top_title_h2 h2 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    letter-spacing: 0.3em;
	font-weight: bold;
	margin-bottom: 2px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.top_title_h2 h2 {
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 767px) {
	.mission_section {
		padding: 45px 0;
	}
	.top_title_h2 h2 {
		letter-spacing: 0.1em;
		font-size: 28px;
	}
	.top_title_h2 h2 span {
		letter-spacing: 0.1em;
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.top_title_h2 h2 {
		letter-spacing: 0;
		font-size: 22px;
	}
	.top_title_h2 h2 span {
		letter-spacing: 0;
		font-size: 16px;
	}
}


/*--------------------------------------
活動成果
--------------------------------------*/
.test_section {
    background: rgba(254, 134, 126, 0.05);
    padding: 44px 0;
}
.tab {
    padding: 13px 10px 12px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    border: 2px solid #FE867E;
    border-radius: 50px;
    background: #FFFFFF;
    color: #FE867E;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.6;
    float: left;
    width: 31.5%;
    margin-left: 2.75%;
	margin-bottom: 32px;
}
.tab:hover {
	color: #fff;
}
.tab:first-child {
    margin-left: 0;
}
.tab span {
    display: inline-block;
    position: relative;
	padding-left: 35px;
}
.tab span:before {
    background: url(/wp-content/uploads/top_icon01.png) no-repeat;
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 24px;
    background-size: cover;
    left: 0;
    top: 3px;
}
.tab.is-active span:before, .tab:hover span:before {
	background: url(/wp-content/uploads/top_icon01_on.png) no-repeat;
	background-size: cover;
}
.panel-group {
	border: 2px solid #FE867E;
	background: #FFFFFF;
}
.panel {
    display: none;
}
.tab.is-active {
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
    background: #FE867E;
	position: relative;
	color: #fff;
}
/* .tab.is-active:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/top_icon03.png) no-repeat;
    width: 44px;
    height: 24px;
    bottom: -23px;
    left: 50%;
    margin-left: -22px;
} */
.tab.is-active:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-left: 2px solid #FE867E;
    border-bottom: 2px solid #FE867E;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    margin-left: -15px;
    bottom: -16px;
    background: #FE867E;
}
.panel.is-show {
	display: block;
	height: 100%;
}
.panel_box {
    display: table;
    width: 100%;
    height: 100%;
}
.panel_box_inner {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

@media screen and (max-width: 1130px) and (min-width: 768px) {
	.tab {
		letter-spacing: 0;
		font-size: 15px;
		width: 29%;
		margin-left: 1%;
		padding: 13px 5px 12px;
	}
	.tab:last-child {
		width: 40%;
	}
	.tab span {
		padding-left: 20px;
	}
	.tab span:before {
		width: 18px;
		height: 16px;
		top: 4px;
	}
}
@media screen and (max-width: 767px) {
	.tab {
		letter-spacing: 0;
		padding: 12px 5px;
		font-size: 12px;
		width: 33%;
		margin-left: 0.5%;
		margin-bottom: 20px;
	}
	/* .tab.is-active:after {
		height: 15px;
		width: 28px;
		background-size: cover;
		bottom: -14px;
		margin-left: -14px;
	} */
	.tab.is-active:before {
		width: 20px;
		height: 20px;
		bottom: -11px;
		margin-left: -10px;
	}
	.tab span:before {
		width: 16px;
		height: 15px;
	}
	.tab span {
		padding-left: 19px;
	}
}
@media screen and (max-width: 480px) {
	.tab {
		/* width: 100%; */
		/* float: none; */
		/* margin-left: 0; */
		font-size: 10px;
		padding: 9px 2px;
		width: 34%;
	}
	.tab:nth-child(1) {
		width: 32%;
		padding: 17.5px 2px;
	}
	.tab:nth-child(2) {
		width: 32%;
		padding: 17.5px 2px;
	}
	.tab span:before {
		/*
		width: 10px;
		height: 9px;
		top: 4px;
		*/
		position: relative;
		margin: 0 auto;
		top: 3%;
		left: 0;
	}
	.tab span {
		padding-left: 0;
	}
	.tab.is-active:before {
		width: 14px;
		height: 14px;
		margin-left: -7px;
		bottom: -9px;
	}
}


/*--------------------------------------
RECOMMENDED
おすすめコンテンツ
--------------------------------------*/
.recommended_section {
    padding: 95px 0 80px;
}
.recommended_section ul {
    margin-top: 25px;
}
.recommended_section li:nth-child(3n+1) {
    margin-left: 0;
}
.recommended_section li {
    float: left;
    width: 31.5%;
    box-sizing: border-box;
    border: 1px solid #FE867E;
    margin-left: 2.75%;
    padding: 19px;
	margin-bottom: 30px;
	position: relative;
}
.recommended_section li:hover {
    opacity: 0.8;
}
.recommended_section li > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.recommended_ttl {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	text-align: center;
	line-height: 1.4;
	font-size: 20px;
	color: #FE867E;
	letter-spacing: 0.2em;
	margin: 14px 0 10px;
}
.recommended_txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	.recommended_ttl {
		letter-spacing: 0;
		font-size: 16px;
	}
	.recommended_txt {
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 767px) {
	.recommended_section {
		padding: 45px 0;
	}
	.recommended_section ul {
		margin-top: 20px;
	}
	.recommended_section li:last-child {
		margin-bottom: 0;
	}
	.recommended_section li {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.recommended_ttl {
		letter-spacing: 0.05em;
	}
	.recommended_txt {
		letter-spacing: 0.1em;
	}
}


/*--------------------------------------
寄付をする
--------------------------------------*/
.donate_box {
    display: table;
    width: 100%;
}
.donate_box_left, .donate_box_right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.donate_box_left {
    background: url(/wp-content/uploads/top_bgimg01.png) no-repeat top center;
    background-size: cover;
}
.donate_box_right {
  position: relative;
  background: #FFFF00;
  border: 2px solid #ff0;
  -webkit-transition: background-color .1s .15s cubic-bezier(.23,1,.58,1);
  transition: background-color .1s .15s cubic-bezier(.23,1,.58,1);
  overflow: hidden;
  z-index: 1;
}
.donate_box_right:hover {
  background: #fff;
  border: 2px solid #FE867E;
  -webkit-transition: background-color 0s;
  transition: background-color 0s;
}
.donate_box_right:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
  transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
  transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1);
  transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: #ff0;
  will-change: transform;
}
.donate_box_right:hover:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.donate_box_left p {
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
    font-size: 15px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    line-height: 1.74;
}
.donate_box_right p {
	position: relative;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	font-size: 26px;
	color: #FE867E;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.2em;
	padding-top: 63px;
}
.donate_box_right p:before {
    width: 56px;
    height: 64px;
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/top_icon02.png) no-repeat;
    background-size: cover;
    top: 0;
    left: 50%;
    margin-left: -28px;
}
.donate_box_left_inner {
    padding: 24px 30px 22px;
    max-width: 535px;
    margin-left: auto;
}
.donate_box_right_inner {
    padding: 10px 30px;
    max-width: 670px;
    margin-right: auto;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.donate_box_left p {
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 767px) {
	.donate_box, .donate_box_left, .donate_box_right {
		display: block;
		width: 100%;
	}
	.donate_box_left {
		background: url(/wp-content/uploads/top_bgimg01_sp.png) no-repeat top center;
		background-size: cover;
	}
	.donate_box_right p:before {
		width: 83px;
		height: 61px;
		background: url(/wp-content/uploads/top_icon02_sp.png) no-repeat;
		background-size: cover;
		margin-left: -41.5px;
	}
	.donate_box_left_inner, .donate_box_right_inner {
		padding: 45px 20px;
		max-width: inherit;
	}
	.donate_box_left p {
		letter-spacing: 0;
	}
}


/*--------------------------------------
NEWS
お知らせ
--------------------------------------*/
.news_section {
    padding: 107px 0 106px;
}
.news_box {
    max-width: 898px;
    margin: 0 auto;
    width: 100%;
}
.news_box #newsList {
    margin: 25px 0 32px;
}
#newsList dl:first-child {
    border-top: 1px dashed #CBCBCB;
}
#newsList dl {
    padding: 13px 0 13px 10%;
    border-bottom: 1px dashed #CBCBCB;
}
#newsList dl dt {
	color: #000000;
	line-height: 1.4;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
	float: left;
}
#newsList dl dt .newIcon {
	display: inline-block;
	width: 140px;
	height: 17px;
	line-height: 17px;
	background: #fff;
	border: 1px solid #FE867E;
	color: #FE867E;
	font-size: 9px;
	letter-spacing: 0;
	padding: 0;
	text-indent: 0;
	text-align: center;
	box-sizing: border-box;
	margin: -2px 0 0 10px;
	vertical-align: middle;
	border-radius: 10px;
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
}
#newsList dl dd {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.2em;
	padding-left: 275px;
}
#newsList dl dd a {
	color: #000000;
	text-decoration: underline;
}
#newsList dl dd a:hover {
	color: #FE867E;
	text-decoration: underline;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	#newsList dl {
		padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.news_section {
		padding: 45px 0;
	}
	.news_box #newsList {
		margin: 20px 0;
	}
	#newsList dl {
		padding: 15px 0;
	}
	#newsList dl dt {
		float: none;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
	#newsList dl dd {
		padding-left: 0;
		letter-spacing: 0.05em;
	}
}


/*--------------------------------------
LINK
リンク
--------------------------------------*/
.link_section {
    padding-bottom: 83px;
}
.link_section ul {
	max-width: 590px;
	margin: 30px auto 0;
	width: 100%;
}
.link_section ul li:first-child {
    margin-left: 0;
}
.link_section ul li {
    float: left;
    width: 30.4%;
    margin-left: 4.4%;
}

@media screen and (max-width: 767px) {
	.link_section {
		padding-bottom: 45px;
	}
	.link_section ul {
		max-width: 179px;
		margin-top: 20px;
	}
	.link_section ul li:last-child {
		margin-left: 0;
	}
	.link_section ul li {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
}


/* =====================================
■UNDER
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
.under_mainimage .container h2 {
    font-size: 31px;
    text-align: center;
    color: #FE867E;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    padding: 51px 0;
}
.under_mainimage .container h2 span {
    display: inline-block;
    padding: 0 5px 13px;
    position: relative;
    border-bottom: 2px solid #FE867E;
}
.under_mainimage .container h2 span:after {
    content: '';
    position: absolute;
    display: block;
    border-left: 2px solid #FE867E;
    border-bottom: 2px solid #FE867E;
    width: 24px;
    height: 24px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    margin-left: -12px;
    bottom: -14px;
    background: #fff;
}

@media screen and (max-width: 767px) {
	.under_mainimage .container h2 {
		font-size: 23px;
		letter-spacing: 0.1em;
		padding: 45px 0 35px;
	}
	.under_mainimage .container h2 span:after {
		width: 18px;
		height: 18px;
		margin-left: -9px;
		bottom: -12px;
	}
}
@media screen and (max-width: 480px) {
	.under_mainimage .container h2 {
		letter-spacing: 0;
	}
}


/* -------------------------------------
Bread
------------------------------------- */
#bread {
	max-width: 1080px;
	margin: 16px auto 0;
	padding: 0 30px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	line-height: 1.3;
	display: none;
}
#bread li {
	font-size: 10px;
	color: #77716C;
	letter-spacing: 0.1em;
	display: inline;
}
#bread li+li:before {
	padding-right: .3em;
	content: ">";
}
#bread li a {
	color: #FE867E;
	text-decoration: underline;
	vertical-align: baseline;
}
#bread li a:hover {
	text-decoration: none;
}


/*--------------------------------------
elementor
--------------------------------------*/
/*
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1080px;
padding: 0 30px;
}
*/
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}
.elementor img {
	width: auto !important;
}
.elementor-image-box-wrapper {
	display: block !important;
}
.elementor-widget-image-box .elementor-image-box-content {
	text-align: left !important;
}
.elementor-image-box-title {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.4;
	color: #fff;
	overflow: hidden;
	background: #3dc2b7;
	padding: 10px 20px;
}
.elementor-image-box-img {
	width: 30% !important;
	float: right;
	display: block !important;
	margin: 0 0 10px 20px !important;
	text-align: center;
	text-align: right;
}
.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 10px 0 !important;
}
.auto_width .elementor-image-box-img {
	width: auto !important;
}
.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
	display: inline-block !important;
}
.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8 !important;
}
.elementor-toggle-item {
    margin-bottom: 20px;
}
.elementor-toggle .elementor-tab-title {
    border: 2px solid #FE867E !important;
    font-size: 18px;
    color: #FE867E;
    letter-spacing: 0.2em;
    line-height: 1.7 !important;
    position: relative;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    padding: 11px 20px 11px 115px !important;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    display: none;
}
.qa_ttl {
    position: absolute;
    top: 50%;
    font-size: 36px;
    letter-spacing: 0;
    margin-top: -30px;
    left: 34px;
}
.elementor-toggle .elementor-tab-content {
	border-bottom: none !important;
	background: rgba(254, 134, 126, 0.05);
	padding: 56px 55px 33px !important;
}
/* .elementor-toggle .elementor-toggle-item:nth-child(3) .elementor-tab-title, .elementor-toggle .elementor-toggle-item:nth-child(4) .elementor-tab-title {
    padding: 27px 20px 27px 115px !important;
} */
.elementor-tab-title.elementor-active {
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.elementor-tab-title.elementor-active:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    border-right: 2px solid #FE867E;
    border-bottom: 2px solid #FE867E;
    width: 34px;
    height: 34px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    bottom: -19px;
    margin-left: -17px;
	-moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

@media screen and (max-width: 767px) {
	/*
	.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 20px;
}
	*/
	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !important;
		text-align: center;
	}
	.elementor-toggle .elementor-tab-title, .elementor-toggle .elementor-toggle-item:nth-child(3) .elementor-tab-title, .elementor-toggle .elementor-toggle-item:nth-child(4) .elementor-tab-title {
		padding: 32px 20px 25px !important;
		text-align: center;
		letter-spacing: 0;
		font-size: 16px;
	}
	.qa_ttl {
		position: relative;
		top: 0;
		left: 0;
		margin-left: 0;
		text-align: center;
		display: block;
	}
	.elementor-toggle .elementor-tab-content {
		padding: 40px 20px 20px !important;
	}

}

/*--------------------------------------
Layout
--------------------------------------*/
.gnv_tmp_width_720 {
    padding: 0 30px;
    box-sizing: border-box;
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
}
.gnv_tmp_width_1110 {
    padding: 0 30px;
    box-sizing: border-box;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}
.outline_box {
    display: table;
    width: 100%;
}
.outline_box_left, .outline_box_right {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #FE867E;
}
.outline_box_left {
    border-right: none;
    text-align: center;
    background: rgba(254, 134, 126, 0.05);
    padding: 10px;
    width: 142px;
}
.outline_box_right {
    padding: 16px 10px 12px 25px;
}
.singlebox2 > li:first-child {
	padding-right: 20px;
	margin: 0;
}
.singlebox2 > li {
    width: 50%;
    float: left;
}
table.none_table th {
    vertical-align: top;
    width: 92px;
}
a.pdf_link {
    display: inline-block;
    position: relative;
    /* padding-right: 22px; */
}
a.pdf_link:after {
    position: absolute;
    content: '';
    display: none;
    right: 0;
    background: url(/wp-content/uploads/icon_pdf.png) no-repeat;
    width: 16px;
    height: 17px;
    background-size: cover;
    top: 7px;
}
/* a.pdf_link:hover {
    color: #FE867E;
    text-decoration: underline;
} */
.pdf_box {
    display: table;
    width: 100%;
}
.pdf_box li {
    display: table-cell;
    vertical-align: middle;
}
.pdf_box li:last-child {
    width: 124px;
    height: 20px;
}
.pdf_box li:last-child a {
    display: block;
    width: 100%;
    background: #FE867E;
    font-weight: bold;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
.pdf_box li:last-child a:hover {
	opacity: 0.7;
}
.dif.pdf_box li:last-child {
    padding-top: 5px;
}
.singlebox3 > li {
    float: left;
    width: 33.33%;
}
.singlebox3 > li:nth-child(2) {
    width: 33.34%;
}
/*.singlebox3 > li:nth-child(2) .singlebox3_box {
    border-right: 1px dashed #FE867E;
    border-left: 1px dashed #FE867E;
}*/
.singlebox3_box {
    padding: 0 35px;
	border-right: 1px dashed #FE867E;
}
.singlebox3 > li:last-child .singlebox3_box {
    border-right: none;
}
.singlebox3_box .under_title_h4 {
    text-align: center;
}
.btn.under_btn {
    margin-top: 24px;
}
.btn.under_btn a {
    font-size: 16px;
    letter-spacing: 0;
    max-width: 200px;
    padding: 9px 10px;
    border-radius: 30px;
}
.txt_small {
    font-size: 12px;
}
.txt_small_dif {
    font-size: 11px;
    line-height: 1.5;
}
.txt_pink {
    color: #FE867E;
}
.txt_bg {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FE867E;
	background: rgba(254, 134, 126, 0.2);
	padding: 9px 10px 8px;
	line-height: 1.4;
}
.btn_style a {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
    background: #FE867E;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.4;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
    padding: 8px 10px 9px;
    box-sizing: border-box;
	letter-spacing: 0.2em;
}
.btn_style a:hover {
    opacity: 0.8;
}
.bg_list2 > li:first-child {
    margin-left: 0;
}
.bg_list2 > li {
    width: 47.3%;
    float: left;
    margin-left: 5.4%;
}
.bg_list2 > li .under_title_h4 h4 {
    line-height: 1.8 !important;
}
.bg_list2 > li .under_title_h4 h4 span {
    font-size: 18px;
    margin-bottom: 8px;
    display: inline-block;
}
.bg_list2 > li .btn_style a {
    font-size: 14px;
    max-width: 180px;
    padding: 5px 5px 4px;
}
.donates_box {
    display: table;
    width: 100%;
    background: rgba(254, 134, 126, 0.05);
}
.donates_box_left, .donates_box_right {
    display: table-cell;
    vertical-align: middle;
}
.donates_box_left {
    padding: 10px 10px 10px 30px;
    width: 170px;
}
.donates_box_left p {
    font-size: 16px;
    color: #FE867E;
    letter-spacing: 0.2em;
    font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
}
.donates_box_right {
    padding: 15px 10px 15px 0;
}
.btn_style.bg08 a {
    max-width: 360px;
}
.btn_style.bg08 a span {
    display: inline-block;
    position: relative;
    padding-left: 40px;
}
.btn_style.bg08 a span:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/wp-content/uploads/icon_donate02.png) no-repeat;
    width: 29px;
    height: 33px;
    background-size: cover;
    left: 0;
    top: -1px;
}
.webfont_ttl {
    text-align: center;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
    margin-bottom: 15px;
    line-height: 1.6;
}
a.map_link {
    position: relative;
    display: inline-block;
    color: #FE867E;
    padding-right: 23px;
}
a.map_link:after {
    content: '';
    display: block;
    position: absolute;
    background: url(/wp-content/uploads/icon_map.png) no-repeat;
    right: 0;
    width: 15px;
    height: 15px;
    background-size: cover;
    top: 7px;
}
a.map_link:hover {
	text-decoration: underline;
}

.link_list li {
    margin-bottom: 40px;
}
.link_list li:last-child {
    margin-bottom: 0;
}
.link_list li a {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 25px;
    line-height: 1.4;
    color: #FE867E;
    letter-spacing: 0.2em;
    border: 2px solid #FE867E;
    background: #FFFFFF;
    padding: 26px 20px 25px;
}
.link_list li a:hover {
    opacity: 0.7;
}

table.bg_table td, table.bg_table th {
    padding: 5px 15px;
    border: 1px solid #FE867E;
}
table.bg_table th {
    background: rgba(254, 134, 126, 0.05);
}

@media screen and (max-width: 767px) {
	.gnv_tmp_width_720, .gnv_tmp_width_1110 {
		padding: 0 20px;
	}
	.outline_box {
		display: block;
	}
	.outline_box_left, .outline_box_right {
		display: block;
		width: 100%;
		padding: 20px;
	}
	.outline_box_left {
		border: 1px solid #FE867E;
		border-bottom: none;
	}
	.singlebox2 > li {
		width: 100%;
		float: none;
		margin: 40px 0 0;
	}
	.singlebox2 > li:first-child {
		padding: 0;	
	}
	a.pdf_link {
		letter-spacing: 0;
		font-size: 12px;
	}
	/* a.pdf_link:after {
		top: 5px;
	} */
	.singlebox3 > li {
		width: 100% !important;
		float: none;
	}
	.singlebox3_box {
		padding: 30px 0;
		border-bottom: 1px dashed #FE867E !important;
		border-right: none;
	}
	.singlebox3 > li:nth-child(1) .singlebox3_box {
		padding-top: 0;
	}
	.singlebox3 > li:nth-child(2) .singlebox3_box {
		border-right: none;
		border-left: none;
		border-top: none;
	}
	/*.singlebox3 > li:nth-child(3) .singlebox3_box {
		padding-bottom: 0;
	}*/
	.bg_list2 > li:first-child {
		margin: 0;
	}
	.bg_list2 > li {
		width: 100%;
		float: none;
		margin: 20px 0 0;
	}
	.bg_list2 > li .under_title_h4 h4 {
		font-size: 18px;
	}
	.donates_box {
		display: block;
		padding: 25px 20px;
	}
	.donates_box_left, .donates_box_right {
		display: block;
	}
	.donates_box_left {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.donates_box_right {
		padding: 0;
	}
	.btn_style.bg08 a {
		letter-spacing: 0;
		font-size: 18px;
		padding-bottom: 10px;
	}
	.txt_bg {
		font-size: 18px;
		letter-spacing: 0.1em;
	}
	
	.link_list li {
		margin-bottom: 20px;
	}
	.link_list li a {
		font-size: 20px;
		letter-spacing: 0.1em;
		padding: 20px;
	}

	table.bg_table td, table.bg_table th {
		padding: 5px;
		letter-spacing: 0;
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.pdf_box {
		display: block;
	}
	.pdf_box li {
		display: block;
	}
	.pdf_box li:last-child {
		margin: 5px 0 15px;
	}
}


/*--------------------------------------
TITLE
--------------------------------------*/
.under_title_h3 h3 {
    font-size: 26px;
    color: #FE867E;
    letter-spacing: 0.2em;
    line-height: 1.4 !important;
    position: relative;
    text-align: center;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    padding-top: 98px !important;
}
.under_title_h3 h3:before {
	background: url(/wp-content/uploads/icon_outline.png) no-repeat;
	width: 60px;
	height: 61px;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	background-size: cover !important;
	top: 0;
}
.bg01.under_title_h3 h3 {
    padding-top: 84px !important;
}
.bg01.under_title_h3 h3:before {
    width: 65px;
    height: 56px;
    background: url(/wp-content/uploads/icon_event.png) no-repeat;
    margin-left: -32.5px;
}
.bg02.under_title_h3 h3 {
    padding-top: 87px !important;
}
.bg02.under_title_h3 h3:before {
    height: 59px;
    background: url(/wp-content/uploads/icon_test.png) no-repeat;
}
.bg03.under_title_h3 h3 {
    padding-top: 99px !important;
}
.bg03.under_title_h3 h3:before {
    height: 62px;
    background: url(/wp-content/uploads/icon_check01.png) no-repeat;
}
.bg04.under_title_h3 h3 {
    padding-top: 82px !important;
}
.bg04.under_title_h3 h3:before {
	width: 63px;
    height: 44px;
    background: url(/wp-content/uploads/icon_publication.png) no-repeat;
	margin-left: -31.5px;
}
.bg05.under_title_h3 h3 {
    padding-top: 83px !important;
}
.bg05.under_title_h3 h3:before {
	width: 49px;
    height: 60px;
    background: url(/wp-content/uploads/icon_support.png) no-repeat;
	margin-left: -24.5px;
}
.bg06.under_title_h3 h3 {
    padding-top: 106px !important;
}
.bg06.under_title_h3 h3:before {
    height: 76px;
    background: url(/wp-content/uploads/icon_consul.png) no-repeat;
}
.bg07.under_title_h3 h3 {
    padding-top: 103px !important;
}
.bg07.under_title_h3 h3:before {
	width: 56px;
    height: 64px;
    background: url(/wp-content/uploads/icon_donate01.png) no-repeat;
	margin-left: -28px;
}
.dif.under_title_h3 {
    text-align: center;
}
.dif.under_title_h3 h3 {
    padding-top: 0 !important;
    padding-left: 40px !important;
    display: inline-block;
}
.dif.under_title_h3 h3:before {
    width: 30px;
    height: 28px;
    background: url(/wp-content/uploads/icon_check02.png) no-repeat;
    top: 6px;
    left: 0;
    margin-left: 0;
}
.under_title_h3.none h3 {
	padding-top: 0 !important;
}
.under_title_h3.none h3:before {
	display: none
}
.under_title_h4 h4 {
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 1.4 !important;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	color: #FE867E;
}
.under_title_h4.black h4 {
    color: #7E7E7E;
}
.under_title_h5 {
    border-left: 3px solid #6fba2c;
    padding: 8px 10px;
    background: #f5f5f5;
}
.under_title_h5 h5 {
	font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 1.6 !important;
}

@media screen and (max-width: 767px) {
	.under_title_h3 h3 {
		letter-spacing: 0.1em;
		font-size: 23px;
		padding-top: 75px !important;
	}
	.bg01.under_title_h3 h3, .bg02.under_title_h3 h3, .bg03.under_title_h3 h3, .bg04.under_title_h3 h3, .bg05.under_title_h3 h3, .bg07.under_title_h3 h3 {
		padding-top: 75px !important;
	}
	.under_title_h4 h4 {
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 480px) {
	.under_title_h3 h3 {
		letter-spacing: 0;
		font-size: 20px;
	}
	.under_title_h4 h4 {
		letter-spacing: 0;
	}
}


/* -------------------------------------
margin_base
------------------------------------- */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb115 { margin-bottom: 115px !important; }
.mb120 { margin-bottom: 120px !important; }
.mb130 { margin-bottom: 130px !important; }
.mb140 { margin-bottom: 140px !important; }

@media screen and (max-width: 767px) {
	.mb65 { margin-bottom: 40px !important; }
	.mb70 { margin-bottom: 40px !important; }
	.mb80 { margin-bottom: 40px !important; }
	.mb85 { margin-bottom: 50px !important; }
	.mb95 { margin-bottom: 50px !important; }
	.mb100 { margin-bottom: 40px !important; }
	.mb115 { margin-bottom: 50px !important; }
	.mb120 { margin-bottom: 40px !important; }
	.mb130 { margin-bottom: 40px !important; }
	.mb140 { margin-bottom: 50px !important; }
}


/*--------------------------------------
ボタン
--------------------------------------*/
.btn a {
	display: block;
  width: 100%;
  max-width: 150px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: #fff;
  color: #FE867E;
  padding: 6px 10px 4px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #FE867E;
  border-radius: 15px;
  font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
  -webkit-transition: background-color .1s .15s cubic-bezier(.23,1,.58,1);
  transition: background-color .1s .15s cubic-bezier(.23,1,.58,1);
  z-index: 1;
}
.btn a:after {
	display: none;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.btn a:before {
  display: block;
  content: "";
  opacity: 1;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50px;
  -webkit-transition: all .3s cubic-bezier(.23,1,.58,1);
  transition: all .3s cubic-bezier(.23,1,.58,1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: #fff;
  will-change: transform;
}
.btn a:hover:before {
  opacity: 0;
  -webkit-transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
  transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
  transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1);
  transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.btn a:hover {
  background: #FE867E;
  color: #fff;
  -webkit-transition: background-color 0s;
  transition: background-color 0s;
}


/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 340px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

@media screen and (max-width: 767px) {
	.map {
		padding-top: 260px;
	}
}


/* -------------------------------------
診療時間表
------------------------------------- */
table.timetable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetable th,
.timetable td {
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	padding: 4px 0 5px;
	font-size: 15px;
}
.timetable thead th {
	font-weight: normal;
	border-bottom: 1px solid #EBE9E7;
	padding: 0 0 10px;
}
.timetable thead th:first-child {
	width: 20%;
	text-align: left;
	letter-spacing: 0.15em;
	font-size: 18px;
}
.timetable tbody th {
	word-break: keep-all;
	white-space: nowrap;
	text-align: left;
	letter-spacing: 0.1em;
}
.timetable tbody tr:first-child th,
.timetable tbody tr:first-child td {
	padding-top: 17px;
}
.timetable tbody tr:last-child th,
.timetable tbody tr:last-child td {
	border-bottom: 1px solid #EBE9E7;
	padding-bottom: 17px;
}

@media screen and (max-width: 767px) {
	.timetable thead th:first-child {
		width: 28%;
	}
	.timetable tbody th {
		letter-spacing: 0.05em;
	}
}

@media screen and (max-width: 480px) {
	.timetable th,
	.timetable td {
		font-size: 70%;
		letter-spacing: 0;
	}
	.timetable thead th:first-child {
		width: 32%;
		font-size: 16px;
	}
}


/* -------------------------------------
番号リスト
------------------------------------- */
.num_list {
	counter-reset: li;
}
.num_list > li {
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative;
}
.num_list > li:last-child {
	margin-bottom: 0;
}
.num_list > li:before {
	background: #6fba2c;
	color: #fff;
	content: counter(li, decimal);
	counter-increment: li;
	display: block;
	font-size: 16px;
	width: 24px;
	height: 24px;
	left: 0;
	line-height: 26px;
	position: absolute;
	text-align: center;
	top: 4px;
	letter-spacing: 0;
}

/*--------------------------------------
2列テーブル
--------------------------------------*/
.column2_table th,
.column2_table td {
    line-height: 1.75;
    vertical-align: middle;
    border: 1px solid #FE867E;
}
.column2_table th {
width: 50%;
    padding: 13px 10px 8px 48px;
    box-sizing: border-box;
}
.column2_table td {
	padding: 13px 10px 8px 48px;
	box-sizing: border-box;
}
.page-id-514 .column2_table th {
    text-align: center;
    padding: 13px 5px;
}

@media screen and (max-width: 767px) {
	.column2_table th, .column2_table td {
		padding-left: 5px;
		letter-spacing: 0;
	}
	.page-id-514 .column2_table th {
		width: 35% !important;
	}
	.column2_table td a:hover {
		text-decoration: underline;
	}
}


/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table th,
.style_table td {
	line-height: 1.8;
	padding: 6px 5px 4px;
	border: 1px solid #fd867e;
	word-break: break-all;
	text-align: center;
}
.style_table thead th {
	background: #fd867e;
	color: #fff;
	text-align: center;
	box-shadow: 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
}
.style_table tbody th {
	background: #F4F8ED;
	width: 30%;
}
.style_table tbody td {
	text-align: center;
}

.table_none th, .table_none td {
    padding-bottom: 15px;
    vertical-align: bottom;
}
.table_none td {
	width: 23%;
}

.postid-953 .style_table thead th {
    width: 30%;
}
.postid-953 .style_table thead td {
    text-align: left;
    padding-left: 15px;
}
.postid-953 .style_table thead td a {
    text-decoration: underline;
}
.postid-953 .style_table thead td a.btnTel {
    text-decoration: none;
}
.postid-953 .style_table thead td a:hover {
    color: #fd867e;
}
.postid-953 .post-content .btn.under_btn {
    text-align: center;
}
.postid-953 .post-content .btn.under_btn a {
    max-width: inherit;
    display: inline-block;
    width: auto;
    padding: 9px 20px;
}

@media screen and (max-width: 767px) {
	.style_table th,
	.style_table td {
		font-size: 14px;
		letter-spacing: 0;
	}

	.table_none th, .table_none td {
		letter-spacing: 0;
		font-size: 13px;
	}
	.postid-953 .style_table thead td a.btnTel {
		text-decoration: underline;
	}
}


/*--------------------------------------
リスト
--------------------------------------*/
.circle_list li {
	position: relative;
	padding: 2px 0 2px 30px;
}
.circle_list li:before {
	content: "";
	position: absolute;
	background: #A8D87E;
	top: 10px;
	left: 5px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
}

.check_list li {
	position: relative;
	padding: 2px 0 2px 30px;
}
.check_list li:before {
	content: "";
	display: block;
	border: 2px solid #6fba2c;
	height: 19px;
	width: 19px;
	position: absolute;
	left: 0;
	top: 8px;
	box-sizing: border-box;
}
.check_list li:after {
	content: "";
	display: block;
	width: 5px;
	height: 11px;
	border: solid #6fba2c;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: 7px;
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
}

.column2_list li {
	display: inline-block;
	width: 48.5%;
	box-sizing: border-box;
	padding-right: 10px;
	vertical-align: top;
}
.column3_list li {
	display: inline-block;
	width: 31.5%;
	box-sizing: border-box;
	padding-right: 10px;
	vertical-align: top;
}
.column_list li {
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	padding-right: 30px;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.column2_list li,
	.column3_list li,
	.column_list li {
		display: block;
		width: 100%;
		padding-right: 0;
	}
}

/*--------------------------------------
文章・画像
--------------------------------------*/
.context_area .img_box img {
	float: right;
	width: 47.3% !important;
	margin: 0 0 10px 36px;
	/* display: block; */
}
.context_area.img_l .img_box img {
	float: left;
	margin: 0 20px 10px 0;
}
.context_area .auto_img img {
	width: auto !important;
	display: block;
}
.text_box {
	overflow: hidden;
}
.publication_area .img_box {
    width: 42.7%;
    float: left;
    margin-right: 25px;
}
.publication_area.context_area .img_box img {
    width: 100% !important;
    margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
	.context_area .img_box img {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 20px !important;
	}
	.context_area .auto_img img {
		width: auto !important;
	}
	.context_area.img_l .text_area {
		float: none;
		width: 100%;
	}
	.publication_area .img_box {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
}

/*--------------------------------------
フォントcolor
--------------------------------------*/
.txt_color {
	color: #FE867E;
}
b {
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
.txt_link {
	color: #6FBA2C !important;
	text-decoration: underline !important;
	font-weight: bold;
	vertical-align: top;
}
.txt_link:hover {
	text-decoration: none !important;
}
.catch_title {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.2em;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	margin-bottom: 8px;
}
.txt_gray {
    color: #7E7E7E;
    /* font-size: 10px; */
    letter-spacing: 0.2em;
    line-height: 1.6;
}
.txt_gray a {
    text-decoration: underline !important;
}
.txt_gray a:hover {
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {
	.catch_title {
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.txt_gray {
		letter-spacing: 0.05em;
	}
}


/*--------------------------------------
* 流れ
--------------------------------------*/
.flowList > li {
	background: #F5FBF0;
	position: relative;
	margin-bottom: 70px;
	padding: 30px;
}
.flowList > li:last-child {
	margin-bottom: 0;
}
.flowList > li:after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-right: 3px solid #6fba2c;
	border-bottom: 3px solid #6fba2c;
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
}
.flowList > li:last-child:after {
	display: none;
}
.flowList .flow_title {
	font-size: 24px;
	line-height: 1.4;
	position: relative;
	margin-bottom: 15px;
	color: #6fba2c;
	overflow: hidden;
}
.flowList .flow_title span {
	vertical-align: top;
	background: #6fba2c;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 22px;
	margin-right: 10px;
	letter-spacing: 0;
	margin-top: 2px;
}

@media screen and (max-width:767px) {
	.flowList .img_box {
		position: relative;
		top: initial;
		right: initial;
		padding-left: 0;
		text-align: center;
		margin-bottom: 15px;
	}
}


/*--------------------------------------
ボックス
--------------------------------------*/
.bg_box {
	background: #F3ECE5;
	padding: 40px;
}
.border_box {
    border: 2px solid #FE867E;
    padding: 61px 15px 60px;
}
.box_title {
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.box_list > li {
	margin-top: 40px;
}
.box_list > li:first-child {
	margin: 0;
}

@media screen and (max-width:767px) {
	.bg_box,
	.bg_box02,
	.border_box {
		padding: 25px 20px;
	}
}


/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
	border: 10px solid #c9ecab;
}
.style_box .style_title {
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	padding: 20px 20px 24px;
	margin: 0 !important;
	border-bottom: 4px solid #c9ecab;
}
.style_box .inner {
	padding: 30px;
}
.style_box .inner .title {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 10px !important;
	padding-left: 22px;
	position: relative;
}
.style_box .inner .title:before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: #6fba2c;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

@media screen and (max-width:767px) {
	.style_box .inner {
		padding: 25px;
	}
}


/*--------------------------------------
before after
--------------------------------------*/
.before_after {
	position: relative;
}
.before_after:before {
	display: block;
	content: "";
	border-left: 14px solid #6fba2c;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -7px;
}
.before_after li {
	float: left;
	width: 46%;
	position: relative;
	text-align: center;
	margin-left: 8%;
}
.before_after li:first-child {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.before_after:before {
		border-left: 20px solid transparent;
		border-top: 14px solid #6fba2c;
		border-right: 20px solid transparent;
		border-bottom: none;
		margin-top: -6px;
		margin-left: -20px;
	}
	.before_after li {
		float: none;
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
	}
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
	background: #f2fbeb;
	padding: 25px 35px;
	list-style: none;
}
.anchorlinks li {
	position: relative;
	width: auto;
	display: inline-block;
	padding-left: 16px;
	margin: 5px 30px 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6;
}
.anchorlinks li a {
	text-decoration: underline;
}
.anchorlinks li a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #6fba2c;
	-webkit-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
}
.anchorlinks li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.anchorlinks li a:hover {
	color: #6fba2c;
	text-decoration: none;
}

@media screen and (max-width:767px) {
	.anchorlinks li {
		width: 100%;
		display: block;
		margin: 5px 0;
	}
}


/*--------------------------------------
* qa
--------------------------------------*/
.qa_list dt,
.qa_list dd {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
.qa_list .num {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
}
.qa_list dt .num span {
	display: block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #6fba2c;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
}
.qa_list dd .num span {
	display: block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #eff9e5;
	border-radius: 50%;
	text-align: center;
	color: #6fba2c;
	letter-spacing: 0;
}
.qa_list .txt {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.qa_list dt .txt {
	font-size: 18px;
}


/* =====================================
■ブログ
===================================== */
/*--------------------------------------
POSTS
--------------------------------------*/
#blogDetail,
#blogList {
	margin-top: 40px;
	margin-bottom: 103px;
	min-height: 850px;
}

/*　blogList　*/
#blogList .post {
	font-size: 16px;
	line-height: 2;
	padding-bottom: 35px;
}
.posts_list li {
	float: left;
	width: 45%;
	margin-left: 10%;
	margin-bottom: 75px;
	position: relative;
}
.posts_list li:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}

.posts_list li .category {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	line-height: 1;
	z-index: 10;
}
.post .category a,
.posts_list .category a {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	display: inline-block;
	min-width: 107px;
	height: 25px;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	color: #fff;
	line-height: 23px;
	box-sizing: border-box;
	text-transform: uppercase;
	background: #6fba2c;
}
.post .category a:hover,
.posts_list .category a:hover {
	background: #8cc856;
}
.post .category a.news,
.posts_list .category a.news {
	background: #354fa8;
}
.post .category a.news:hover,
.posts_list .category a.news:hover {
	background: #4560bd;
}
.post .category a:before,
.posts_list .category a:before {
	font-size: 10px;
	margin-right: 7px;
	vertical-align: baseline;
}
.posts_list li .post-image {
	position: relative;
	overflow: hidden;
	min-height: 26px;
  margin-bottom: 20px;
}
.posts_list li .post-image a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 54%;
}
.posts_list li .post-image a span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
	transform: scale(1);
	transition: ease-in-out .2s;
}
.posts_list li .post-image a:hover span {
	transform: scale(1.1);
}
.posts_list li .post-image span.noimage {
    line-height: 0;
    text-indent: 100%;
    overflow: hidden;
}
.posts_list h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 35px;
	letter-spacing: 0;
}
.posts_list h3 a:hover {
	color: #FFAEA2;
}
.posts_list .excerpt {
	color: #72706E;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
	letter-spacing: 0;
}

/*　blogDetail　*/
#blogDetail .post {
    max-width: 898px;
    margin: 0 auto;
    width: 100%;
}
#blogDetail .post-header {
    padding: 0px;
    margin-bottom: 33px;
    border-bottom: 1px solid #707070;
}
#blogDetail .post-header h2 {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #FE867E;
    font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
}
#blogDetail .post-header .post-meta {
	margin-bottom: 10px;
}
#blogDetail .post-header .post-meta li.date {
	margin-top: 7px;
}
.post .date,
.posts_list .date {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.15em;
}
.post .date span,
.posts_list .date span {
	margin-left: 10px;
}
.post .date span:before,
.posts_list .date span:before {
	font-size: 9px;
	margin-right: 5px;
}
.post .date span a,
.posts_list .date span a {
	color: #6fba2c;
	vertical-align: baseline;
}
.post .date span a:hover,
.posts_list .date span a:hover {
	text-decoration: underline;
}

.post-content {
	overflow: hidden;
	line-height: 2.3;
	letter-spacing: 0;
}
div#blogDetail .post-content img {
	width: auto;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
}
div#blogDetail .post-content .tal img {
    display: block;
}
/*
#blogDetail .post-content h3 {
	font-size: 22px;
	letter-spacing: 0;
	background: #e8e8e8;
	padding: 30px 10px 30px 28px;
	line-height: 1.5;
	border-top: 5px solid #f5c6b6;
	margin: 40px 0 30px;
}
#blogDetail .post-content h4 {
	font-size: 20px;
	letter-spacing: 0;
	border-bottom: 5px solid #f5c6b6;
	padding: 10px 0 12px 0;
	line-height: 1.5;
	margin: 30px 0 25px 0;
}
*/
.blog_txt1 {
    text-indent: -15px;
    padding-left: 15px;
}
.blog_txt2 {
    display: block;
    padding-left: 80px;
}
.blog_txt3 {
    padding-left: 15px;
}
.blog_txt3 span {
    padding-left: 15px;
}

.bloginfo_box {
	display: table;
	width: 100%;
	background: #EBE9E7;
	margin-top: 60px;
}
.bloginfo_box .blog_name {
	display: table-cell;
	width: 50%;
	border-right: 1px solid #BFBEBD;
	box-sizing: border-box;
	padding: 29px 30px;
	vertical-align: middle;
}
.bloginfo_box .blog_name .icon-blog {
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	color: #373431;
	line-height: 1.6;
}
.bloginfo_box .blog_name .icon-blog:before {
	display: block;
	font-size: 15px;
	color: #6fba2c;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.bloginfo_box .share_btn {
	display: table-cell;
	width: 50%;
	padding: 30px 10px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
.bloginfo_box .share_btn li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.bloginfo_box .share_btn li a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 0;
	line-height: 1;
}
.bloginfo_box .share_btn li a:before {
	color: #fff;
}
.bloginfo_box .share_btn .icon-facebook {
	background: #4967A3;
}
.bloginfo_box .share_btn .icon-facebook:hover {
	background: #587cc1;
}
.bloginfo_box .share_btn .icon-facebook:before {
	font-size: 26px;
	margin-top: 12px;
}
.bloginfo_box .share_btn .icon-line {
	background: #18BC01;
}
.bloginfo_box .share_btn .icon-line:hover {
	background: #1cde00;
}
.bloginfo_box .share_btn .icon-line:before {
	font-size: 29px;
	margin-top: 11px;
}
.bloginfo_box .share_btn .icon-twitter {
	background: #11BBEF;
}
.bloginfo_box .share_btn .icon-twitter:hover {
	background: #13C7FE;
}
.bloginfo_box .share_btn .icon-twitter:before {
	font-size: 24px;
	margin-top: 14px;
}
.bloginfo_box .share_btn .icon-google {
	background: #E05C4F;
}
.bloginfo_box .share_btn .icon-google:hover {
	background: #fb7468;
}
.bloginfo_box .share_btn .icon-google:before {
	font-size: 20px;
	margin-top: 15px;
}

/* navigation */
.navigation {
    overflow: hidden;
    max-width: 898px;
    margin: 52px auto 0;
    width: 100%;
}
.navigation:after {
	content: "";
	display: table;
	clear: both;
}
.navigation .prev {
	float: left;
	width: 100px;
}
.navigation .next {
	float: right;
	width: 100px;
}
.navigation a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #FE867E;
    background: #FFFFFF;
    line-height: 40px;
    letter-spacing: 0.1em;
    border-radius: 5px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    border: 1px solid #FE867E;
}
.navigation a:hover {
	background: #FE867E;
	color: #fff;
}
.navigation .prev a span {
	padding-left: 8px;
}
.navigation .next a span {
	padding-right: 8px;
}
.navigation .prev a span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation .next a span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation ul {
	display: flex;
	max-width: 200px;
	margin: 0 auto;
}
.navigation li {
	display: flex;
	margin: 0 1px 0 2px;
	width: 30px;
}

/* pagination */
.pagination {
    overflow: hidden;
    position: relative;
    padding-top: 52px;
    max-width: 898px;
    margin: 0 auto;
    width: 100%;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	width: 45px;
	font-weight: bold;
}
.pagination ul li a,
.pagination ul li span.dots {
	background: #FE867E;
	display: block;
	width: 100%;
	height: 45px;
	font-size: 20px;
	background: #fff;
	color: #FE867E;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	border: 1px solid #FE867E;
}
.pagination ul li span.dots {
	background: none;
}
.pagination ul li a:hover {
	background: #FE867E;
	color: #FFFFFF;
}
.pagination ul li span.current {
	display: block;
	width: 100%;
	height: 45px;
	font-size: 20px;
	background: #FE867E;
	color: #FFFFFF;
	line-height: 43px;
	letter-spacing: 0;
	font-weight: 400;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev {
	display: block;
	width: 100px;
	position: absolute;
	left: 0;
	top: 52px;
	padding-left: 8px;
	box-sizing: border-box;
}
.pagination ul li .next {
	display: block;
	width: 100px;
	position: absolute;
	right: 0;
	top: 52px;
	padding-right: 8px;
	box-sizing: border-box;
	font-weight: bold;
}
.pagination ul li .prev span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.pagination ul li .next span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}

@media screen and (max-width: 1000px) {
	.posts_list li {
		width: 48%;
		margin-left: 4%;
	}
	.posts_list li:nth-child(2n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.bloginfo_box .share_btn li {
		margin: 0 3px;
	}
	.bloginfo_box .share_btn li a {
		width: 40px;
		height: 40px;
	}
	.bloginfo_box .share_btn .icon-facebook:before {
		font-size: 22px;
		margin-top: 9px;
	}
	.bloginfo_box .share_btn .icon-line:before {
		font-size: 25px;
		margin-top: 8px;
	}
	.bloginfo_box .share_btn .icon-twitter:before {
		font-size: 20px;
		margin-top: 11px;
	}
	.bloginfo_box .share_btn .icon-google:before {
		font-size: 16px;
		margin-top: 12px;
	}
}

@media screen and (max-width: 767px) {
	#posts {
		float: none;
		width: 100%;
	}
	.posts_list li {
		margin-bottom: 50px;
	}

	#blogDetail .post-header {
		margin-bottom: 20px;
	}
	#blogDetail .post-header li.category,
	#blogDetail .post-header .post-meta li.date {
		float: none;
	}
	#blogDetail .post-header h2 {
		letter-spacing: 0.1em;
	}

	.bloginfo_box {
		display: block;
	}
	.bloginfo_box .blog_name {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #BFBEBD;
		box-sizing: border-box;
		padding: 20px;
		text-align: center;
	}
	.bloginfo_box .blog_name .icon-blog {
		display: inline-block;
		text-align: left;
	}
	.bloginfo_box .share_btn {
		display: block;
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}

	.navigation {
		margin-top: 35px;
	}
	.navigation ul {
		clear: both;
		padding-top: 20px;
	}
	.pagination {
		padding-top: 95px;
	}
	.pagination ul li .prev,
	.pagination ul li .next {
		top: 30px;
		width: 48%;
	}
}

@media screen and (max-width: 480px) {
	.posts_list li {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	#blogDetail .post-content h3 {
		font-size: 20px;
		padding: 26px 5px 26px 20px;
		line-height: 1.4;
		margin: 35px 0 30px;
	}
	#blogDetail .post-content h4 {
		font-size: 19px;
	}
}


/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
	float: right;
	width: 28%;
}
.blogside h2.widgettitle {
	display: none;
}
.blogside h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 9px;
	margin-bottom: 24px;
	color: #373431;
	border-bottom: 2px solid #373431;
}
.blogside h2 span {
	font-size: 14px;
	letter-spacing: 0;
	vertical-align: middle;
	color: #72706E;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -6px;
}
.blogside .searchBox {
	margin-bottom: 40px;
}
.blogside .searchBox label {
	display: none;
}
.blogside .searchBox #searchform {
	position: relative;
}
.blogside .searchBox #s {
	background: #EBE9E7;
	border: none;
	height: 55px;
	width: 100%;
	padding: 0 40px 0 14px;
	box-sizing: border-box;
	color: #72706E;
	font-size: 13px;
}
.blogside .searchBox .icon-search:before {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	color: #6fba2c;
}
.blogside .searchBox #searchsubmit {
	background: none;
	border: none;
	position: absolute;
	right: 16px;
	width: 15px;
	height: 15px;
	top: 50%;
	margin-top: -8px;
	font-size: 0;
	cursor: pointer;
}

.blogside .categoryBox {
	margin-bottom: 50px;
}
.blogside .categoryBox ul li {
	border-bottom: 1px solid #b8c2c1;
	padding-bottom: 16px;
	margin-bottom: 18px;
	color: #000;
}
.blogside .categoryBox ul li:last-child {
	margin-bottom: 0;
}
.blogside .categoryBox ul li a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #373431;
}
.blogside .categoryBox ul li a span {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	color: #373431;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
	color: #6fba2c;
}

.recentBox {
	margin-bottom: 50px;
}
.recentBox li {
	font-size: 13px;
	border-bottom: 1px solid #BFBEBD;
	padding-bottom: 13px;
	margin-bottom: 22px;
	line-height: 1.3;
}
.recentBox li:last-child {
	margin-bottom: 0;
}
.recentBox li .recent_thumbnail {
    float: right;
    width: 48px;
    height: 48px;
    margin-left: 12px;
    position: relative;
    overflow: hidden;
}
.recentBox li .recent_thumbnail a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 1;
}
.recentBox li .recent_thumbnail a span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	transform: scale(1);
}
.recentBox li .recent_thumbnail a:hover {
	transform: scale(1.1);
}

.recentBox li h3 a {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #373431;
}
.recentBox li h3 a:hover {
	color: #6fba2c;
}
.recent_date {
	font-size: 10px;
	margin-top: 5px;
	color: #72706E;
}
.recentBox li .recent_date {
	margin-top: 15px;
}

.blogside .tagBox {
	margin-bottom: 40px;
}
.blogside .tagBox h2 {
	margin-bottom: 12px;
}
.blogside .tagBox .tagcloud a {
	display: inline-block;
	padding: 7px 10px;
	color: #373431;
	font-size: 14px !important;
	line-height: 1;
	border: 1px solid #72706E;
	border-radius: 3px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	margin-bottom: 9px;
	letter-spacing: 0;
}
.blogside .tagBox .tagcloud a:hover {
	color: #fff;
	background: #72706E;
}

.archiveBox {
	font-size: 14px;
	line-height: 1.4;
}
.archiveBox > ul > li {
	margin-top: 20px;
}
.archiveBox > ul > li:first-child {
	margin: 0;
}
.archiveBox ul li p {
	position: relative;
	margin: 0;
	padding-left: 22px;
	cursor: pointer;
	display: inline-block;
}
.archiveBox ul li p:visited {
	color: #373431;
}
.archiveBox ul li p:hover {
	color: #6fba2c;
	font-weight: bold;
}
.archiveBox ul li p.acv_open {
	color: #6fba2c;
	font-weight: bold;
}
.archiveBox ul li p:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 1px solid #6fba2c;
	border-bottom: 1px solid #6fba2c;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
.archiveBox ul li p.acv_open:before {
	top: 1px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.archiveBox ul li a {
	color: #373431;
}
.archiveBox ul li a:link {
	/*color: #FFAEA2;*/
	text-decoration: underline;
}
.archiveBox ul li a:visited {
	color: #373431;
}
.archiveBox ul li a:hover {
	color: #6fba2c;
	font-weight: bold;
}
.archiveBox ul li a:active {
	color: #6fba2c;
}
.archiveBox ul li ul {
	margin-left: 44px;
}
.archiveBox ul li li {
	margin-top: 10px;
}
.archiveBox ul li ul.hide {
	display: none;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.blogside {
		float: right;
		width: 30%;
	}
	.blogside h2 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.blogside h2 span {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.blogside {
		float: none;
		width: 100%;
		border-top: 1px solid #5D5555;
		padding: 46px 0 0;
		box-sizing: border-box;
		margin-top: 35px;
	}
}


/* =====================================
■新着情報
===================================== */
.category #newsList,
.single #newsDetail {
	background: #fff;
	padding: 42px 0 0;
}
.news_panel {
    display: none;
}
.news_panel.news_is-show {
	display: block;
}
.categories_list {
    max-width: 898px;
    margin: 0 auto;
    width: 100%;
	text-align: center;
}
.categories_list .cat-item:last-child {
    margin-right: 0;
}
.categories_list .cat-item {
    display: inline-block;
    line-height: 1.4;
    font-size: 13px;
    font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
    margin-right: 18px;
}
.categories_list .cat-item a {
    /* pointer-events: none;
    cursor: text; */
    border: 1px solid #FE867E;
    border-radius: 20px;
    color: #FE867E;
    letter-spacing: 0;
    padding: 4px 30px 5px;
}
.categories_list .cat-item:hover a {
    background: #FE867E;
    color: #FFFFFF;
}
.categories_list .cat-item.news_is-active a, .categories_list .cat-item.current-cat a {
    background: #FE867E;
    color: #fff;
}
a.cat-item_link {
    background: #FE867E;
    color: #FFFFFF !important;
}
.news_panel-group {
    max-width: 898px;
    margin: 0 auto;
    width: 100%;
}
.news_panel-group #newsList dl {
    border: none !important;
    background: rgba(254, 134, 126, 0.05);
    border-radius: 4px;
    padding: 23px 45px 22px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.news_panel-group #newsList dl:nth-child(2n) {
    background: #fff;
}
.news_panel-group #newsList dl dd, .news_panel-group #newsList dl dt {
    display: table-cell;
    vertical-align: middle;
}
.news_panel-group #newsList dl dt {
	width: 130px;
    float: none;
}
.news_panel-group #newsList dl dd {
    padding-left: 0;
}
.news_panel-group #newsList dl dd .newIcon {
	display: block;
	width: 140px;
	height: 17px;
	line-height: 17px;
	color: rgb(254, 134, 126);
	font-size: 9px;
	letter-spacing: 0px;
	text-indent: 0px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
	background: rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(254, 134, 126);
	border-image: initial;
	padding: 0px;
	border-radius: 10px;
	margin-bottom: 11px;
}
/* .single_list.categories_list .cat-item a {
    pointer-events: auto;
    cursor: pointer;
} */
.single_list.categories_list .cat-item:hover a {
	background: #FE867E;
	color: #fff;
}
.single .categories_list .cat-item.news_is-active a {
    color: #FE867E;
    background: #fff;
}
.single_list.categories_list .cat-item:hover a.cat-item_link {
    background: #FE867E;
    color: #FFFFFF;
}
.back_link {
    font-size: 12px;
    letter-spacing: 0.12em;
    margin: 35px 0 20px;
}
.back_link a:hover {
    text-decoration: underline;
}
/* .panel-1+.news_panel-group .item-0 {
    display: block;
}
.panel-2+.news_panel-group .item-1 {
    display: block;
}
.panel-3+.news_panel-group .item-2 {
    display: block;
}
.panel-4+.news_panel-group .item-3 {
    display: block;
}
.panel-1+.news_panel-group .item-4, .panel-2+.news_panel-group .item-4, .panel-3+.news_panel-group .item-4, .panel-4+.news_panel-group .item-4 {
    display: none;
} */

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.categories_list .cat-item {
		margin-right: 10px;
	}
	.categories_list .cat-item a {
		padding: 4px 15px;
	}
}
@media screen and (max-width: 767px) {
	.categories_list {
		max-width: 440px;
	}
	.categories_list .cat-item {
		margin-bottom: 15px;
	}
	.categories_list .cat-item:nth-child(2) {
		margin-right: 0;
	}
	.news_panel-group #newsList dl {
		display: block;
		position: relative;
		padding: 20px;
	}
	.news_panel-group #newsList dl dd, .news_panel-group #newsList dl dt {
		display: block;
	}
	.news_panel-group #newsList dl dt {
		width: 100%;
	}
	.news_panel-group #newsList dl dd .newIcon {
		position: absolute;
		top: 22px;
		left: 120px;
	}
	.categories_list .cat-item a {
		padding: 4px 20px;
	}
}
@media screen and (max-width: 480px) {
	.categories_list {
		max-width: 300px;
	}
	.categories_list .cat-item {
		margin-right: 2px;
	}
	.categories_list .cat-item a {
		padding: 4px 5px;
	}
}


/*--------------------------------------
新着情報一覧
--------------------------------------*/
.h2Wrap {
	border-bottom: 1px solid #EBE9E7;
	padding: 0 0 28px;
	position: relative;
}
.h2Wrap h2 {
	color: #473019;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1;
}
.h2Wrap a {
	position: absolute;
	font-size: 13px;
	color: #473019;
	text-decoration: underline;
	right: 0;
	top: 0;
}
.h2Wrap a:hover {
	text-decoration: none;
}


/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
	font-size: 24px;
	color: #574f4f;
	letter-spacing: 0.18em;
	line-height: 1.4;
	position: relative;
	padding-left: 30px !important;
	margin-bottom: 20px;
}
#newsDetail h3:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 14px solid #6f87a3;
	border-left: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}
#newsDetail h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #96a8bf;
	border-right: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}


/* =====================================
■サイトマップ
===================================== */
#sitemap_list {
	margin: 0 auto !important;
	background: none !important;
}
#sitemap_list li,
.sitemap_list li {
	border-bottom: 1px dashed #ccc;
	line-height: 1.4 !important;
	position: relative;
	margin: 0 !important;
}
.sitemap_list li:first-child {
	border-top: 1px dashed #ccc;
}
#sitemap_list li:before,
.sitemap_list li:before {
	position: absolute;
	content: '';
	display: block;
	background: #FE867E;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 24px;
}
#sitemap_list li a,
.sitemap_list li a {
	display: block;
	padding: 19px 40px 15px 20px !important;
	position: relative;
	box-sizing: border-box;
	background: none !important;
}
#sitemap_list li a:after,
.sitemap_list li a:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
}
#sitemap_list li a:hover,
.sitemap_list li a:hover {
	color: #FE867E;
}


/* =====================================
■お問い合わせ
===================================== */
.wrap_contact {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
	width: 100%;
}
.inquiryForm_message {
	text-align: center;
}
.step_list {
	width: 467px;
	margin: 0 auto 60px;
	/* display: none; */
}
.step_list li {
	float: left;
	width: 100px;
	margin-left: 83px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	color: #BFBEBD;
}
.step_list li:first-child {
	margin: 0;
}
.step_list li span {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	margin: 0 auto 12px;
	background: #BFBEBD;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	position: relative;
}
.step_list li span:after {
	display: block;
	content: "";
	width: 130px;
	height: 1px;
	background: #bfbebd;
	position: absolute;
	top: 50%;
	left: 54px;
}
.step_list li:last-child span:after {
	display: none;
}
.step_list li.current {
	color: #373431;
}
.step_list li.current span {
	background: #fd867e;
}
.step_list li span.current:after {
	background: #fd867e;
}
.inquiryForm_message .step_catch {
	font-size: 12px;
	text-align: center;
	color: #000000;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
/* .inquiryForm_message .wpcf7c-elm-step1 .step_catch {
    text-align: left;
} */

.inquiryFormTable {
	/* border-top: 1px solid #707070; */
	font-size: 16px;
	/* padding-top: 22px; */
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
}
.inquiryFormTable dt,
.inquiryFormTable dd {
	display: table-cell;
	padding: 20px 0 24px;
	text-align: left;
	vertical-align: top;
}
.inquiryFormTable dt {
	border-right: none;
    position: relative;
    width: 30%;
    /* padding-top: 31px; */
    color: #2C2F30;
    letter-spacing: 0.2em;
    box-sizing: border-box;
    font-size: 20px;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
}
.inquiryFormTable dd {
	box-sizing: border-box;
	position: relative;
	/* padding-right: 40px; */
}
/*.inquiryFormTable dd:last-child {
    padding-top: 30px;
}*/
.inquiryFormTable dd.check_box {
    padding-top: 28px;
}
.wpcf7-form-control-wrap {
	display: block;
}
.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 14px 14px;
	border: 1px solid #CCCCCC;
	background: #fff;
	color: #333;
	border-radius: 4px;
}
.inquiryFormTable select {
	position: relative;
	background: #ECECEC url(/wp-content/uploads/ico_select.png) no-repeat right center;
	background-size: contain;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.inquiryFormTable select::-ms-expand {
	display: none;
}
.inquiryFormTable input[type="checkbox"],
.inquiryFormTable input[type="radio"] {
	display: none;
	/*display: inline-block;*/
	width: 32px;
	height: 32px;
	border: 0;
	position: relative;
	margin-right: 0;
	visibility: hidden; 
	z-index: 999;
	-webkit-appearance: none;
	background: none;
	box-sizing: border-box;
}
/* .inquiryFormTable .wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0 0 13px;
	box-sizing: border-box;
} */
.wpcf7-list-item-label {
	position: relative;
}
span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
	display: none;
}
.inquiryFormTable input[type="checkbox"] + span label.icon-check:before,
.inquiryFormTable input[type="radio"] + span label.icon-check:before {
	content: "\e902";
	color: #CCCCCC;
	margin-right: 5px;
	vertical-align: text-top;
	font-size: 18px;
}
.inquiryFormTable input[type="checkbox"]:checked+ span label.icon-check:before,
.inquiryFormTable input[type="radio"]:checked+ span label.icon-check:before {
	/* content: "\e903";
	color: #91de4d; */
	content: '';
	background: url(/wp-content/uploads/icon-radio-checked.png) no-repeat top center;
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #6fba2c;
	background: #fff;
	box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}
.inquiryFormTable input.wpcf7-not-valid {
	border: 1px solid #D93636 !important;
	background: #FDD2D2 !important;
}
.inquiryFormTable .comment {
	display: block;
	color: #63696A;
	font-size: 13px;
	margin-top: 0.4em;
	letter-spacing: 0;
}
.inquiryFormTable .required {
	background: #D93636;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 36px;
	right: 28px;
}
.inquiryFormTable .optional {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	background: #63696A;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 36px;
	right: 28px;
}

/* .inquiryFormTable .btBox {
	text-align: center;
	margin: 103px 0 80px;
} */
.inquiryFormTable .btBox input[type="submit"] {
	background: #FE768E url(/wp-content/uploads/ico_arrow02.png) no-repeat 95% center !important;
	background-size: 6px 10px;
	border: none;
	width: 100%;
	color: #fff;
	display: block;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 20px;
	letter-spacing: 0.2em;
	padding: 20px 40px;
}
.inquiryFormTable .btBox input[type="submit"].disabled {
	background: #72706E url(/wp-content/uploads/ico_arrow01.png) no-repeat 96% center !important;
	background-size: 6px 10px;
	color: #BFBEBD;
	opacity: 1 !important;
	pointer-events: none;
	cursor: default;
	padding: 20px 40px;
}
.inquiryFormTable .btBox input[type="submit"].abled {
	background-position: 96% center !important;
	padding: 20px 40px;
}
.inquiryFormTable .wpcf7-back {
	width: 47.3% !important;
	color: #fff;
	background: #72706E url(/wp-content/uploads/ico_arrow02.png) no-repeat 92% center !important;
	background-size: 6px 10px;
	border: none;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 20px;
	letter-spacing: 0.2em;
	padding: 20px 40px;
	float: left;
	text-align: center;
}
.inquiryFormTable .wpcf7-submit {
	width: 47.3% !important;
	float: right;
	text-align: left;
}
.inquiryFormTable .btBox input[type="submit"]:hover,
.inquiryFormTable .btBox input[type="button"]:hover {
	opacity: 0.8;
}

span.verify_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -42px;
	top: 13px;
	display: none;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: block;
	display: none;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon:before {
	color: #6fba2c;
	font-size: 25px;
	vertical-align: top;
}

.inquiryFormTable .wpcf7-not-valid-tip {
	color: #DE5050;
	font-weight: normal;
	display: block;
	font-size: 12px;
}

.file_btn {
	display: block;
	overflow: hidden;
	position: relative;
	background: #807B7B;
	color: #fff;
	width: 123px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	margin-top: 13px;
}
.file_btn .wpcf7-form-control-wrap {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 30px;
}
/*div.wpcf7 input[type="file"] {
	padding: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px;
	border-radius: 0;
}*/
div.wpcf7 input[type="file"] {
    border: none;
    padding: 11px 0;
    border-radius: 0;
}

.failed .confirm_table input[type="text"],
.failed .confirm_table input[type="tel"],
.failed .confirm_table input[type="email"],
.failed .confirm_table textarea,
.failed .confirm_table select,
.failed .confirm_table input[type="checkbox"],
.failed .confirm_table input[type="radio"],
.failed .confirm_table input[type="file"] {
	display: none;
}
.failed .confirm_table .required,
.failed .confirm_table .optional {
	display: none;
}
.failed .confirm_table .wpcf7-list-item-label {
	display: none;
}
.failed .confirm_table span.comment {
	display: none;
}
.failed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}
.result_txt {
	display: block;
	word-break: break-all;
	white-space: pre-wrap;
}
.failed .confirm_table .wpcf7-list-item {
	padding-left: 0;
}
.failed .confirm_table dt,
.failed .confirm_table dd {
	padding: 12px 0 10px;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}

.inquiryForm_box {
	max-width: 950px;
	margin: 33px auto 0;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}
.contact_txt {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	margin-bottom: 29px;
}
.contact_txt span {
    color: #FE867E;
}
.inquiryForm_box dl {
    display: table;
    width: 100%;
    margin-bottom: 58px;
}
.inquiryForm_box dl dt, .inquiryForm_box dl dd {
    display: table-cell;
    vertical-align: top;
	line-height: 1.6;
}
.inquiryForm_box dl dt {
	font-size: 20px;
	color: #FE867E;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	letter-spacing: 0.2em;
	width: 273px;
}
.inquiryForm_box dl dt span {
    font-size: 15px;
}
span.wpcf7-list-item {
    position: relative;
    padding-left: 22px;
    margin-left:  0 !important;
}
span.wpcf7-list-item.first {
    margin-left: 0;
	padding-left: 0;
}
.inquiryForm_box dl dd {
    font-size: 16px;
    letter-spacing: 0;
}
.inquiryForm_box dl dd input[type="radio"] {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
}
.inquiryForm_box input, .inquiryForm_box textarea, .inquiryForm_box select {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #7E7E7E;
    padding: 8px 5px 9px;
	box-sizing: border-box;
}
.btBox {
	max-width: 550px;
	padding: 80px 0;
	width: 100%;
	margin: 0 auto;
}
.inquiryForm_box .btBox input:first-child {
    margin-left: 0;
}
.inquiryForm_box .btBox input {
    width: 47.3%;
    float: left;
    margin-left: 5.4%;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	border: none;
    color: #FFFFFF;
	border-radius: 0;
	box-sizing: border-box;
	background: rgba(126, 126, 126, 0.54);
	cursor: pointer;
}
.inquiryForm_box .btBox input.wpcf7-submit {
    background: #FE867E;
}
.inquiryForm_box .btBox input:hover {
	opacity: 0.8;
}
.inquiryForm_box select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 131px;
}
.inquiryForm_box dl dd.check_box {
    vertical-align: middle;
}
.inquiryFormTable .w131 select {
    width: 131px;
    background: #fff url(/wp-content/uploads/icon-radio-down.png) no-repeat right center;
}

@media screen and (max-width: 1060px) {
	.inquiryFormTable dt {
		width: 25%;
		letter-spacing: 0;
		font-size: 16px;
	}
	.inquiryForm_box dl dd {
		font-size: 15px;
	}
	span.wpcf7-list-item {
		padding-left: 22px;
	}
	.inquiryFormTable dd.check_box {
		padding-top: 21px;
	}
}

@media screen and (max-width: 767px) {
	.step_list {
		width: 400px;
		margin: 0 auto 60px;
	}
	.step_list li {
		margin-left: 50px;
	}
	.inquiryFormTable dl {
		display: block;
	}
	.inquiryFormTable dt,
	.inquiryFormTable dd {
		display: block;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable dd {
		padding: 10px 0 30px 0;
	}
	.inquiryFormTable dd.check_box {
		padding-top: 10px;
	}
	.inquiryFormTable .required,
	.inquiryFormTable .optional {
		position: static;
		margin-left: 20px;
		display: inline-block;
		margin-top: -2px;
		vertical-align: middle;
	}
	.inquiryFormTable .btBox {
		margin: 50px auto;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		width: 100% !important;
		float: none;
		font-size: 20px;
		padding: 29px 20px 28px 20px;
		box-sizing: border-box;
		background-position: 96% center !important;
		text-align: center;
	}
	.inquiryFormTable .btBox input[type="submit"].disabled,
	.inquiryFormTable .btBox input[type="submit"].abled {
		padding: 29px 20px 28px 20px;
	}
	.inquiryFormTable .wpcf7-back {
		margin-bottom: 15px;
	}
	.file_btn {
		margin-top: 0;
	}
	.failed .confirm_table dt,
	.failed .confirm_table dd {
		padding: 5px 0;
	}

	.inquiryForm_box dl, .inquiryForm_box dl dt, .inquiryForm_box dl dd {
		display: block;
		width: 100%;
	}
	.inquiryForm_box dl {
		margin-bottom: 25px;
	}
	.inquiryForm_box dl dt {
		margin-bottom: 10px;
		letter-spacing: 0.1em;
		font-size: 18px;
	}
	.inquiryForm_box .btBox input {
		max-width: 260px;
		width: 100%;
		float: none;
		margin: 10px auto 0 !important;
		display: block;
	}
	.inquiryForm_box {
		padding: 0 20px;
	}
	.contact_txt {
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	.inquiryForm_box dl dd {
		font-size: 15px;
	}
	.inquiryForm_box dl dd input[type="radio"] {
		top: 2px;
	}
	span.wpcf7-list-item {
		display: block;
		width: 100%;
		padding: 0;
	}
	.inquiryFormTable input[type="checkbox"]:checked+ span label.icon-check:before, .inquiryFormTable input[type="radio"]:checked+ span label.icon-check:before {
		margin-right: 6.5px;
	}
}

@media screen and (max-width: 480px) {
	.step_list {
		width: 270px;
	}
	.step_list li {
		width: 70px;
		margin-left: 30px;
		font-size: 16px;
	}
	.step_list li span:after {
		width: 60px;
	}
	.inquiryForm_message .step_catch {
		font-size: 11px;
		letter-spacing: 0;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	.inquiryForm_box dl dd {
		font-size: 12px;
	}
	.inquiryForm_box dl dd input[type="radio"] {
		width: 10px;
		height: 10px;
		top: 5px;
	}
	span.wpcf7-list-item {
		padding-left: 11px;
		margin-left: 5px !important;
	}
	span.wpcf7-list-item.first {
		margin-left: 0 !important;
	}
}