@charset "utf-8";
/*
 * Theme Name: sanyo_realty
*/
*{
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
html,body { 
	font-size: 62.5%;
	height: 100%;
	padding: 0;
	margin: 0
}
body {
	font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.7;
	color: #000;
	letter-spacing: 0.02em;
	font-size: 1.4rem;
	font-weight: normal;
}
h1,h2,h3,h4,p,dl,dt,dd,img,a,div { padding: 0; margin: 0}
ul, ul > li { margin: 0; padding: 0; list-style-type: none}
img { width: 100%; height: auto; vertical-align: top; padding: 0; margin: 0!important}

.f_serif {
	font-family:'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

blockquote:after,blockquote:before,q:after,q:before {
content: '';
content: none;
}

a {
	color:#000;
	text-decoration:none;
	outline:none;
	transition: all 300ms 0s ease;
}
a:hover {
	text-decoration:none;
	transition: all 300ms 0s ease;
}

a.btn:hover{
	transform: translateY(-5px)
}

h2 {
	text-align: center;
	background: url("./images/common/logo_line.png") no-repeat 50% 0;
	background-size: 18px auto;
	padding: 55px 0 0;
	line-height: 1;
	font-size: 2.6rem;
	font-weight: normal
}
h2.type_02{
	font-size: 6rem;
	background-position: 0 0;
	background-size: auto 100%;
	padding: 0 0 0 65px;
	margin-bottom: 50px;
	text-align: left;
}
h2.type_02 span {
	font-size: 2.6rem;
	display: block;
	margin-bottom: 12px;
}

h2.type_03{
	background: none;
	font-size: 5rem;
	padding: 0;
	margin-bottom: 50px;
	text-align: left;
	line-height: 1.4
}
h2.type_03 span {
	font-size: 1.6rem;
	display: block;
	margin-bottom: -3px;
}

ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}

mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: 700
}

del {
text-decoration: line-through
}

abbr[title],dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}

input,
select {
vertical-align: middle;
*font-size: 100%;
}

#contents {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 100px;
}

#contents h2 {
	margin-bottom: 50px;
}

.btn_01 {
	text-align: center;
	color: #fff;
	border-radius: 30px;
	font-size: 1.2rem;
	font-weight: bold;
	background: linear-gradient(90deg, rgba(81,153,88,1) 0%, rgba(61,98,170,1) 100%);
	width: 300px;
	line-height: 40px;
	display: block;
	margin: 50px auto 0;
}

.anchor_btn {
	position: fixed;
	right: 5%;
	bottom: 48%;
}

.anchor_btn > div {
	margin: 0 auto 10px
}

.anchor_btn a {
	display: block;
}
.anchor_btn a:hover {
	transform: translateY(-5px)
}

.anchor_btn .anchor_top,
.anchor_btn .anchor_home{
	width: 60px;
}
.anchor_btn .anchor_rec{
	width: 100px;
}

.mb30 {
	margin-bottom: 30px!important;
}


@media screen and (max-width: 768px){
	.anchor_btn {
		right: 3%;
		bottom: 3%
	}
	.anchor_btn > div {
		margin: 0 auto
	}
	h2.type_02{
		font-size: 3rem;
		background-position: 0 0;
		background-size: auto 100%;
		padding: 0 0 0 75px;
		margin-bottom: 30px!important;
		text-align: left;
		line-height: 1.2
	}
	h2.type_02 span {
		font-size: 1.6rem;
		display: block;
		margin-bottom: 7px;
		line-height: 1.6
	}
	
}



@media screen and (min-width: 769px){
	a[href^="tel:"] {
		pointer-events: none;
	}
}
.fax_none{
      pointer-events: none;
}


/*----- body ---------------------------*/
input[type="submit"],textarea,button,input[type="text"],.no_appearance {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}

/*-----	content ---------------------------*/
#wrap {
	width: 100%;
}

main {
	max-width: 1000px;
	margin: 0 auto;
}

article{
}
.sp {
	display: none!important
}
@media screen and (max-width: 768px){
	.pc{
		display: none!important
	}
	.sp {
		display: block!important
	}
}

/*----- header ------*/
#header {
width: 100%;
height: 60px;
background: url('images/bg_header.png') repeat 0 0;
position: fixed;
	top: 0;
	left: 0;
z-index: 99;
}

#header div {
width: 1000px;
margin: 0 auto;
line-height: 1;
position: relative;
}

#logo {
width: 140px;
height: 42px;
position: absolute;
left: 24px;
top: 10px;
z-index: 101;
}

#logo img {
	width: 140px;
}

#main_nav {
width: 1000px;
height: 60px;
text-align: right;
position: absolute;
right: 20px;
top: 0;
letter-spacing: -.40em;
z-index: 100;
}

#main_nav .nav {
width: 100%;
}

#main_nav ul li.first {
display: inline-block;
padding: 0 10px;
text-align: center;
position: relative;
letter-spacing: normal;
cursor: pointer;
vertical-align: top;
}

#main_nav ul li.search {
width: 30px;
padding: 0 0 0 10px;
text-indent: -9999px;
overflow: hidden;
}

#main_nav ul li:last-child {
background: url('images/btn_search.png') no-repeat 15px 26px;
}

#main_nav ul li:last-child.active,
#main_nav ul li:last-child.current {
background-position: -47px 26px;
}

#main_nav ul li.first span {
display: block;
height: 60px;
line-height: 66px;
padding: 0 0 2px;
cursor: pointer;
}

#main_nav ul li.current span,
#main_nav ul li.active span {
color: #509a57;
padding: 0;
border-bottom: 2px solid #509a57;
}

#main_nav ul li.search span {
width: 210px;
}

#main_nav ul li:last-child.active span,
#main_nav ul li:last-child.current span {
padding: 10px 0 2px;
border-bottom: none;
}

#main_nav ul li.first a:hover {
text-decoration: none;
}

#main_nav ul ul {
display: none;
padding: 15px 15px 0;
text-align: left;
background: rgba(255,255,255,0.85);
position: absolute;
top: 60px;
left: 0;
}

#main_nav ul ul li {
margin-bottom: 15px;
}

#main_nav ul ul li a {
	display: block;
	white-space: nowrap
}

#main_nav ul li.active li a:hover {
color: #509a57;
}

#main_nav ul ul.search_box {
display: none;
width: 180px;
padding: 0;
text-align: left;
top: 17px;
left: 40px;
}

#main_nav ul ul.search_box li {
background-image: none;
}

#main_nav ul ul.search_box li.active {
width: auto;
}

#main_nav ul ul.search_box input {
display: block;
height: 30px;
float: left;
border: 1px solid #e4e4e4;
border-radius: 0;
background: none;
}

#main_nav ul ul.search_box .search-field {
width: 119px;
height: 30px;
line-height: 18px;
padding: 5px;
margin: 0;
background: #fff;
border-right: none;
cursor: text;
vertical-align: middle;
font-size: 1em;
}

#main_nav ul ul.search_box input[type="submit"] {
width: 50px;
line-height: 1;
margin: 0;
background: #eee;
cursor: pointer;
vertical-align: top;
}

#main_nav ul ul.search_box input[type="submit"]:hover {
color: #fff;
background: #509a57;
}

#main_nav ul ul.search_box input:focus {
outline: none;	
}

#sp_menu_btn {
width: 60px;
height: 60px;
position: absolute;
right: 0;
top: 0;
background: url('images/common/sp_btn_open.png') no-repeat 50%;
background-size: 100% auto;
z-index: 9999;
cursor: pointer;
}

#header .show {
background: url('images/common/sp_btn_close.png') no-repeat 50%;
background-size: 100% auto;
}

#sp_menu {
border-top: 1px solid #509a57;
line-height: 1;
vertical-align: top;
font-size: 1.071em;
	padding: 0 5%;
	position: fixed;
	top: 60px;
	width: 100%;
	background: #fff;
	z-index: 1000
}

#sp_menu ul li a,
#sp_menu ul li span {
padding: 5px 10px;
box-sizing: border-box;
text-decoration: none;
	text-align: center
}

#sp_menu ul li.first > span {
cursor: pointer;
}

#sp_menu ul li.first > a,
#sp_menu ul li.first > span {
display: block;
padding: 15px 10px 15px 25px;
}

#sp_menu ul li.first > span,
#sp_menu ul li.active > span {
/*background-image: url('images/bg_arw_green@2.png'),url('images/bg_plus_minus.png');*/
background-repeat: no-repeat;
background-size: 16px auto;
}

#sp_menu ul li.first > span {
	background-image: url("images/common/sp_plus_g.png");
	background-position: 95% 50%;
}

#sp_menu ul li.active > span {
	background-image: url("images/common/sp_minus_g.png");
	background-position: 95% 50%;
}

#sp_menu ul li.first > a {
background-size: auto 12px;
}

#sp_menu ul li.first a span,
#sp_menu ul li a span {
display: inline;
padding: 0;
}

#sp_menu ul li.first a span,
#sp_menu ul li a span {
padding: 0;
}

#sp_menu ul li.first ul li a {
display: block;
padding: 15px 5px 15px;
background-size: auto 10px;
font-size: 1em;
}

#sp_menu ul li {
border-bottom: 1px solid #509a57;
}

#sp_menu ul li.current > a,
#sp_menu ul li.current > span {
color: #fff;
	background-color:#509a57;
}

#sp_menu ul li.current > span {
	color: #fff;
	background-color:#509a57;
	background-image: url("images/common/sp_plus_w.png");
	background-position: 95% 50%;
}

#sp_menu ul li.current.active > span {
	color: #fff;
	background-color:#509a57;
	background-image: url("images/common/sp_minus_w.png");
	background-position: 95% 50%;
}

#sp_menu ul li.current a span {
border-bottom: none;
}

#sp_menu ul li.current {
border-bottom: none;
}

#sp_menu ul li.first {
clear: both;
}

#sp_menu ul ul {
overflow: hidden;
border-top: 1px solid #509a57;
background: #deecd5;
}

#sp_menu ul li.current ul {
border-top: 1px solid #509a57;
border-bottom: 1px solid #509a57;
}

#sp_menu ul li.current.active ul,
#sp_menu ul li.search.current ul {
border-top: none;
}

#sp_menu ul ul li {
box-sizing: border-box;
width: 50%;
border-bottom: 1px solid #509a57;
font-size: 0.929em;
	float: left;
}
#sp_menu i.arrow_child::before{
	content:"＞";
	font-size: 1rem;
	margin-right:3px;
	transform: translateY(-2px);
	display: inline-block;
	font-style: normal;
}
#sp_menu ul ul li:nth-child(even) {
border-left: 1px solid #509a57;
}

#sp_menu ul li:nth-of-type(5) ul li:nth-of-type(3),
#sp_menu ul li:nth-of-type(6) ul li:nth-of-type(3),
#sp_menu ul li:nth-of-type(3) ul li:nth-of-type(5),
#sp_menu ul li:nth-of-type(4) ul li:nth-of-type(1),
#sp_menu ul ul li:last-child {
border-bottom: none;
}

#sp_menu ul li.search {
overflow: hidden;
}

#sp_menu ul li.search span {
display: none;
} 

#sp_menu ul ul.search_box {
padding: 5px 0;
border-top: none;
	background: none;
}

#sp_menu ul.search_box li {
float: none;
display: table;
width: 100%;
padding: 0 10px 0px 35px;
background: url('images/btn_search@2.png') no-repeat 10px 50%;
background-size: 100px auto;
box-sizing: border-box;
}

#sp_menu ul ul.search_box input {
display: table-cell;
height: 40px;
float: left;
border: 1px solid #000;
border-radius: 0;
background: none;
box-sizing: border-box;
}

#sp_menu ul ul.search_box .search-field {
width: 75%;
height: 40px;
padding: 0 5px;
margin: 0;
background: #fff;
border-right: none;
cursor: text;
font-size: 1.273em;
}

#sp_menu ul ul.search_box input[type="submit"] {
width: 25%;
line-height: 1;
margin: 0;
color: #fff;
background: #000;
cursor: pointer;
font-size: 1.154em;
vertical-align: top;
}

#sp_menu ul ul.search_box input:focus,
#sp_menu ul ul.search_box input:active {
outline: none;	
}

#sp_menu #close_btn {
	display: none
}

#sp_menu #close_btn a {
display: block;
padding: 10px 0;
color: #fff;
}

#sp_menu #close_btn span {
display: inline-block;
padding:  5px 0 5px 20px;
background: url('images/bg_close_btn.png') no-repeat 0 50%;
background-size: 15px 15px;
}

#main_nav ul li.sp_content,
#sp_menu,
#sp_menu_btn {
display: none;
}

@media screen and (max-width: 768px){
	#header {
	height: 60px;
	position: fixed;
	z-index: 1;
	}
	
	body{
		padding-top: 60px;
	}
	
	#header div {
	width: 100%;
	}

	#logo {
	left: 10px;
	top: 8px;
	z-index: 103;
	}

	#main_nav {
	width: 100%;
	height: 60px;
	right: 10px;
		position: absolute;
	top: 60px;
	}

	#main_nav .nav,
	.fade {
	display: none;
	}
	#sp_menu_btn {
	display: block;
	}
}


/*----- footer ------*/
#footer {
	background: #f5f3f2;
}

#footer h3{
	line-height: 1;
	margin-bottom: 0.5em;
}

#footer h3 a{
	font-size: 1.2rem
}

#footer li a {
	font-size: 1rem
}

#footer a:hover {
	color: #519b58
}

#footer_logo {
	margin-bottom: 20px
}

#footer_logo img {
	width: 150px;
}

#footer .inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
}

.footer_link {
	margin-bottom: 1.5em;
}

.footer_link li {
	margin-bottom: 0.5em;
	padding-left: 9px;
	line-height: 1;
	position: relative
}
.footer_link li::before {
	content: ">";
	font-size: 1rem;
	position: absolute;
	left: 0;
	top: 2px;
	margin-right: 3px;
}

.copyright {
	width: 100%;
	text-align: center;
	color: #fff;
	background: #519b58;
	font-size: 1.2rem;
	padding: 19px 10px
}

	@media screen and (max-width: 768px){
		#footer .info {
			width: 100%;
			text-align: center;
		}
		.f_link_item {
			display: none
		}
	}
	
	
/*----- head_img ------*/
.head_img {
	width: 100%;
	max-width: 1400px;
	height: 500px;
	margin: 60px auto 0;
	background-size: auto 100%!important;
	background-position: 50% 50%!important;
	background-repeat: no-repeat;
}

	@media screen and (max-width: 768px){
		.head_img {
			width: 100%;
			min-width: 100%;
			max-width: 100%;
			margin-top: 0;
			margin-bottom: 20px;
			padding-top: 40.08%;
			height: 0;
			background-size: 100% auto!important;
			}
	}


/*----------------------------------------------------------------------------- 

home

------------------------------------------------------------------------------*/

.main_visual{
	position: relative;
	margin-bottom: 50px;
}
.main_visual video {
	width: 100%
}
.main_visual img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 749px;
	height: auto
}

#banners a {
	background: #3d62ac;
	display: flex;
}

#banners a:hover {
	background: #519b58;
	transform: translateY(-5px)
}

.banner_wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.banner_item{
	margin-bottom: 50px
}

.banner_item .banner_summary {
	color: #fff;
	padding:40px 30px 0 50px;
	width: 40%;
	position: relative;
}

.banner_item .banner_summary img {
	max-width: 150px;
}

.banner_item figure {
	width: 60%;
	margin: 0
}
.banner_item h3 {
	font-size: 3rem;
	font-weight: normal
}

.banner_item p {
	font-size: 1.6rem;
	margin-bottom: 18px;
	line-height: 1.5;
	letter-spacing: -0.025em!important
}

#informations {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px;
}

#informations h2 {
	margin-bottom: 50px;
}

#informations dl {
	margin-bottom: 20px;
	padding:0 30px 20px;
}

#informations dt,
#informations dd{
	width: 100%;
	display: block
}

#informations dd{
	padding-top: 5px;
}
#informations dd a:hover {
	color: #519b58
}

#informations .category_tag {
	display: inline-block;
	line-height: 1;
	text-align: center;
	width: 100px;
	padding: 3px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
}

#informations .date {
	width: 7em;
	padding: 0;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1
}


.cat_info,
.side_cat_news,
span.topics-news,
#news .topics-news {
	background: #ea5550
}
.cat_investor,
.side_cat_investor,
span.investor-news,
#news .investor-news {
	background: #f08437
}
.cat_recruit,
.side_cat_recruit,
span.recruit-news,
#news .recruit-news {
	background: #42b153
}
.cat_seminar,
.side_cat_seminar,
span.seminar-news,
#news .seminar-news {
	background: #20aee5
}
.cat_event,
.side_cat_event,
span.event-news,
#news .event-news {
	background: #7d4698
}


@media screen and (min-width: 1002px){
	.sp2 {
		display: none!important
	}
}
@media screen and (max-width: 1001px){
	.pc2{
		display: none!important
	}
	.sp2 {
		display: block!important
	}
}

@media screen and (min-width: 769px){
	.banner_item .banner_summary img{
		position: absolute;
		left: 50px;
		bottom: 40px;
	}	
}
@media screen and (max-width: 768px){
	#informations {
		padding: 0 0 50px;
	}
	#informations h2 {
		margin-bottom: 20px;
	}
	#informations span{
		display: block;
		margin-top: 5px;
	}
	#informations dd a {
		font-size: 1.4rem;
	}
	#informations dd a span {
		font-size: 1rem;
	}

}

.home article {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
}
.home .headline {
	font-size: 3rem;
}
.home #growth .item{
	color: #fff;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	background: rgb(81,155,88);
	background: linear-gradient(90deg, rgba(81,155,88,0.7) 0%, rgba(61,98,172,0.7) 100%);
}
.home #growth dt {
	font-size: 2.6rem;
	padding: 20px;
}
.home #growth dd {
	padding: 20px;
}
.home #growth dd p {
	font-size: 1.6rem;
	padding-left: 1em;
	text-indent: -1em
}
.home .figure li {
	position: relative;
	padding-left: 1.3em;
	font-size: 1.6rem
}
.home .figure li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "●";
	font-size: 1.6rem;
}
.fig_01{
	margin-bottom: 45px;
}
.fig_02{
	text-align: right;
	margin-bottom: 51px
}
.fig_02 ul {
	display: inline-block;
	text-align: left
}
.advantage_inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.advantage_inner .fig {
	width: 39%;
	padding-top: 4px;
}
.advantage_inner .summary {
	width: 56%;
}
.advantage_inner dl{
	display: flex;
	flex-wrap: wrap;
}
.advantage_inner .period {
	padding-right: 25px;
	width: 27%;
	padding-top: 4px;
}
.period_box {
	margin-bottom: 20px
}
.advantage_inner .hist {
	width: 73%;
}
.advantage_inner .period span{
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
	padding: 9px 20px 10px;
	line-height: 1;
	display: inline-block;
	background: rgb(81,155,88);
	background: linear-gradient(90deg, rgba(81,155,88,0.7) 0%, rgba(61,98,172,0.7) 100%);
	white-space: nowrap
} 

.table_type_02 dt{
	width: 20%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3px;
	white-space: nowrap;
}
.table_type_02 dd{
	width: 80%;
	padding-left: 1em;
	margin-bottom: 3px;
}
.table_type_02 dt span {
	display: inline-block;
}

@media screen and (min-width: 769px){
	.home .figure {
		width: 92%;
		height: 500px;
		margin: 50px auto 100px;
		padding-top: 65px;
		background: url("./images/home/gs_fig.png") no-repeat 50%;
		background-size: 342px auto;
	}
}

@media screen and (max-width: 768px){
	#banners a {
		flex-wrap: wrap;
	}
	.banner_item .banner_summary{
		padding: 14px;
		text-align: center
	}
	.t_detail{
		display: block;
		font-size: 1.4rem!important
	}
	.home #growth .item{
		flex-wrap: wrap;
	}
	.home #growth dt {
		width: 100%;
		text-align: center;
		font-size: 1.8rem;
		padding: 15px 0 0 0;
	}
	.home #growth dd {
		width: 100%;
		padding: 5px 15px 15px;
	}
	.banner_item .banner_summary,
	.banner_item figure,
	.advantage_inner .fig,
	.advantage_inner .summary,
	.advantage_inner .period,
	.advantage_inner .hist{
		width: 100%;
	}
	.home article {
		padding: 4%
	}
	.home .figure ul {
		display: none
	}
	.home h2 {
		font-size: 3rem;
		line-height: 1.5;
		margin-bottom: 20px
	}
	.home .headline {
		font-size: 1.8rem
	}
	.advantage_inner .fig {
		margin-bottom: 30px;
	}
	.home .figure{
		padding-bottom: 50px;
	}
	.advantage_inner .period span{
		padding: 7px 17px 8px;
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
}





/*----- contact ------*/
#contact_read {
width: auto;
padding: 0 30px 20px;
line-height: 2;
border-bottom: 1px solid #e4e4e4;
}

#contact_tel {
width: 100%;
padding: 40px 0;
line-height: 1.75;
border-bottom: 1px solid #e4e4e4;
list-style: none;
display: table;
}

#contact_tel li {
display: table-cell;
vertical-align: middle;
}

#contact_tel li:first-child {
width: 300px;
padding-left: 10px;
color: #3D62AD;
font-size: 1.714em;
font-weight: bold;
}

#contact_tel li:nth-of-type(2) {
font-size: 2.857em;
font-weight: bold;
padding-left: 43px;
background: url('images/bg_tel_big.png') no-repeat 0 50%;
}

#contact_tel li:last-child {
width: 220px;
line-height: 1.5;
margin-top: -2px;
}

.contact_read_caption {
padding: 0 0 40px;
text-align: left;
}

#contact_form,
#contact_form ul {
list-style: none;
}

#contact_form {
	width: 100%;
	margin-bottom: 20px;
}

#contact_form ul {
display: table;
width: 100%;
line-height: 1;
padding: 15px 0;
}

#contact_form ul ul {
padding: 0;
border-bottom: none;
}

#contact_form ul li {
display: table-cell;
}

#contact_form ul ul li {
display: block;
margin-bottom: 10px;
}
/*
#contact_form ul li:nth-child(2n) {
width: 510px;
}

#contact_form li:first-child ul li:nth-child(2n),
#contact_form li:last-child ul li:nth-child(2n) {
width: auto;
}*/

#contact_form ul ul li:last-child {
margin-bottom: 0;
}

#contact_form ul li.vat {
vertical-align: top;
}

#contact_form li.label {
width: 200px;
padding: 0;
vertical-align: middle;
text-align: left;
}

.contact_read_caption span,
#contact_form li.label span,
#contact_form span.error {
color: #cb0000;
}

.check_list {
display: block;
}

.check_list span {
display: block;
margin-bottom: 10px;
}

.mw_wp_form_confirm .check_list {
line-height: 1.5;
margin-top: -.25em;
}

.mw_wp_form_confirm #contact_form ul li.samples {
display: none;
}

.mw_wp_form_confirm #contact_form ul li:nth-child(2n) {
width: auto;
}

#contact_form span.error {
display: block;
margin-top: 5px;
line-height: 1.5;
}

#contact_form input[type="checkbox"] {
	margin-right: 5px;
	margin-bottom: .35em;
	display: inline-block;width: 16px;
}
#contact_form input[type="checkbox"] + span {
	display: inline-block;
}

#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"],
#contact_form textarea {
	width: 100%;
	padding: 5px;
	background: #f4f2f1;
	font-size: 1em;
	border: solid 1px #e9e4e2
}

#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"] {
height: 30px;
line-height: 30px;
vertical-align: middle;
}

#contact_form textarea {
	height: 200px;
}

#caution {
line-height: 2;
padding: 25px 30px 65px;
}

#caution span {
display: block;
color: #3D62AD;
font-weight: bold;
}

#caution a {
text-decoration: underline;
}

#caution a:hover {
text-decoration: none;
}

#contact_btn {
text-align: center;
padding-bottom: 65px;
}

#contact_btn input[type="submit"] {
text-align: center;
	color: #fff;
	border-radius: 30px;
	font-size: 1.2rem;
	font-weight: bold;
	background: linear-gradient(90deg, rgba(81,153,88,1) 0%, rgba(61,98,170,1) 100%);
	width: 300px;
	line-height: 40px;
	display: block;
	margin: 50px auto 0;
	transition: all 300ms 0s ease;
	border: none
}

#contact_btn input[type="submit"]:hover {
transform: translateY(-5px);
	transition: all 300ms 0s ease;
}

#back_btn input[type="submit"] {
	color: #000;
	background: #f2f2f2;
	margin-right: 30px
}

.recruit .note h3,
.contact .note h3 {
	position: relative;
	padding-left: 20px;
	font-weight: normal
}
.recruit .note h3::before,
.contact .note h3::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #519b58;
	position: absolute;
	top: 8px;
	left: 0;
}
.recruit .note p,
.contact .note p {
	font-size: 1.2rem
}
.recruit .note a,
.contact .note a {
	color: #519b58;
	text-decoration: underline
}

.mw_wp_form_input .input_time,
.mw_wp_form_preview .send_time {
display: block;
}

.mw_wp_form_input #contact_btn .input_time,
.mw_wp_form_preview #contact_btn .send_time {
display: inline-block;
}

.mw_wp_form_preview .input_time,
.mw_wp_form_input .send_time {
display: none;	
}

.mw_wp_form_preview #caution {
display: none;
}

.mw_wp_form_preview #contact_btn {
padding-top: 40px;
}

input.btn{
	border:none;
	border-radius: 30px;
	transition: all 300ms 0s ease;
}

input.btn:hover{
	transform: translateY(-5px)
}


.mw_wp_form_complete {
padding: 20px 0;
}



@media screen and (min-width: 769px){
	#contact_form ul li.vat2 {
	vertical-align: top;
	padding-top: 6px
	}
	
}



@media screen and (max-width: 768px){
	#contact_read {
	width: auto;
	padding: 0 0 20px;
	}

	#contact_tel {
	width: 100%;
	padding: 20px 0;
	display: block;
	}
	
	#contact_tel li {
	width: 100%;
	display: block;
	box-sizing: border-box;
	}
	
	#contact_tel li:first-child {
	padding: 0;
	}
	
	#contact_tel li:last-child {
	width: 100%;
	float: none;
	margin-top: 0;
	padding-left: 0;
	}

	#contact_tel li:last-child br {
	display: none;
	}

	#contact_read_caption {
	padding: 20px 0;
	}

	#contact_form ul {
	padding: 15px 0 5px;
	}
	
	#contact_form ul li {
	display: block;		
	padding: 0 0 10px;
	}

	#contact_form li.label {
	width: 180px;
	padding: 0 0 15px;
	}

	#contact_form ul li.check_list {
	padding: 0;
	}

	.check_list span:nth-of-type(7) {
	margin-bottom: 0;	
	}

	#contact_form ul li:nth-child(2n) {
	width: 100%;
	}
	
	#contact_form input[type="text"],
	#contact_form input[type="tel"],
	#contact_form input[type="email"],
	#contact_form textarea {
	width: 100%;
	box-sizing: border-box;
	font-size: 1em;
	}
	
	#contact_form input[type="text"],
	#contact_form input[type="tel"],
	#contact_form input[type="email"] {
	width: 100%;
	height: 40px;
	line-height: 1.5;
	vertical-align: middle;
	}

	#caution {
	padding: 15px 0 65px;
	}

	#caution span{
	padding: 0 0 5px;
	}

	#caution br {
	display: none;
	}

	.mw_wp_form_input #contact_btn input[type="submit"] {
	width: 250px;
	padding: 20px 0;
	}

	.mw_wp_form_preview #contact_btn input[type="submit"] {
	width: 135px;
	padding: 20px 0;
	}
	#contact_btn input[type="submit"] {
		font-size: 1.6rem;
		padding: 0;
		line-height: 24px;
	}
}

	@media screen and (max-width: 640px){
	#contact_form ul li.check_list {
	font-size: 0.929em;
	}

}

	@media screen and (max-width: 399px){
	#contact_tel li:nth-of-type(2) {
	font-size: 2.286em;
	padding-left: 38px;
	background: url('images/bg_tel_big.png') no-repeat 0 50%;
	}
}

/*----- shop ------*/
.my_map {
width: 940px;
height: 320px;
margin: 25px 0;
background-repeat: no-repeat;
background-position: 50% 0;
}

.my_map img {
width: 100%;
}


	@media screen and (max-width: 768px){
	
	.my_map {
	width: auto;
	margin: 25px 0;
	}

}

	@media screen and (max-width: 640px){
	.my_map {
	background-position: 56% 0;
	}

}

/*----------------------------------------------------------------------------- 

recruit 採用情報

------------------------------------------------------------------------------*/
.recruit .page_title {
	display: none
}
.recruit .mv_text {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	text-align: left
}
.recruit .mv_text_img {
	max-width: 290px;
}
.recruit .h2_deco_none {
	background: none
}
.recruit .head_img {
	position: relative;
}
.recruit_head {
	position: relative
}
.recruit_head video {
	width: 100%
}
.recruit_head .head_img_btn{
	position: absolute;
	left: 58%;
	bottom:30px;
	width: 300px;
}
.recruit_head .head_img_btn a {
	display: block;
}

.recruit .emp {
	max-width: 400px;
	margin: 40px auto 40px 0
}
.recruit .graduate_rec a{
	max-width: 190px;
	display: block;
	margin: 0 auto 20px;
}
.recruit .graduate_rec a:hover{
	transform: translateY(-5px)
}
.recruit #briefing .lead_01{
	margin-bottom: 0;
}
.recruit #mid_career{
	text-align: center
}
.recruit #mid_career a {
	max-width: 190px;
	display: block;
	margin: 0 auto;
}
.recruit #mid_career a:hover{
	transform: translateY(-5px)
}
.table_type_01 dl{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	border-top: solid 1px #e9e5e2
}
.table_type_01 dl:last-of-type{
	border-bottom: solid 1px #e9e5e2;
	margin-bottom: 50px;
}
.table_type_01 dt {
	padding: 10px 20px;
	width: 156px;
	font-size:1.6rem;
	background: #f5f3f2;
	display: flex;
	justify-content: space-between
}
.table_type_01 dd{
	padding: 10px 20px
}

.table_lists{
	width: 100%;
}
.table_lists th{
	width: 140px;
	font-weight: normal;
	vertical-align: top
}
.table_lists th{
	padding: 10px 0 10px 20px;
}
.table_lists td{
	padding: 10px 10px 10px 0;
}
.table_lists_01{
	border-top: solid 1px #e9e5e2
}
.table_lists_01 tr {
	border-bottom: solid 1px #e9e5e2
}
.table_lists .inner_table {
	padding: 0;
}
.table_lists .inner_table table {
	width: 100%;
	border: none;
}
.table_lists .inner_table table tr:last-of-type{
	border: none
}
.table_lists .inner_table th {
	padding-left: 0
}
.table_lists .ex{
	border: none;
}
.table_lists .ex th{
	padding-bottom: 0
}

.recruit #briefing ul{
	display: flex;
	column-gap: 50px;
}
.recruit #briefing li {
	width: 190px;
}
.recruit #briefing li a{
	display: block;
}
.recruit article h3{
	position: relative;
	padding-left:20px;
	font-weight: normal;
}
.recruit article h3::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #519b58;
	position: absolute;
	top: 8px;
	left: 0;
}

.recruit #treatment .tel{
	font-size: 2rem;
	font-weight: bold;
	padding-left: 20px;
	background: url("./images/common/i_tel.png") no-repeat 0 50%;
	background-size: 16px auto;
}
.recruit #treatment .tel+p{
	margin-left: 14px;
	transform: translateY(-4px)
}
.recruit form .other{
	line-height: 1.7
}


.layout_horizon {
	display: flex!important;
}
.layout_horizon > div {
	width: 120px;
}
.layout_horizon > select {
	width: 60px;
}
.layout_horizon > #month {
	margin-left: 5px;
}
.layout_horizon .baseline {
	transform: translateY(3px)
}

.recruit_article {
margin-bottom: 55px;
}

.recruit_article p { margin-bottom: 0.6em}
.recruit_article.internship h3 { font-size: 22px!important}
.recruit_article.internship h4 { margin-top: 2em; font-size: 18px}

.recruit_banner_area { float: right; width: 200px}
.recruit_banner_area p { margin-bottom: 20px}

.recruit_list_job li:first-child li {
	font-weight: bold;
	background: #e6e4dd
}

.recruit .briefing_details a{
	padding-right: 26px;
	background: url("./images/common/i_blank.png") no-repeat 100% 50%;
	background-size: 18px auto;
}
@media screen and (max-width: 768px){
	.recruit .head_img {
		background-image: url("./images/recruit/mv_recruit_sp.jpg")!important;
		background-size: cover;
		position: relative;
		overflow: hidden;
		max-width: 100%;
		padding-top: 56.25%;
		margin: 0!important
	}
	.table_type_01 dt,
	.table_type_01 dd{
		width: 100%
	}
	.recruit_banner_area { width: 100%; text-align: center; float: none; margin-bottom: 30px}
	.recruit .head_img_btn{
		position: absolute;
		left: 5%;
		bottom:20px;
		width: 140px;
	}
	.table_lists th,
	.table_lists td{
		width: 100%;
		display: block
	}
	.table_lists th{
		padding-left: 0;
		padding-bottom: 0
	}
	.table_lists .ex td{
		padding-top: 0;
		border:solid 1px #f00
	}
	.recruit .lead_01{
		font-size: 4.7vw!important;
	}
	.recruit h2{
		font-size: 1.8rem;
	}
}


@media screen and (min-width: 769px){
	.recruit .head_img {
		display: none
	}
	.recruit_article li span.add { margin-left: 20px}
}
@media screen and (max-width: 768px){
	.recruit_article li span.add { display: block; border-bottom: solid 1px #ccc; padding-bottom: 5px}
	.recruit_article li span.add:last-child { border: none; margin-bottom: 20px}
	.recruit_article .visible-xs { display: none !important}
}

.recruit_banner_area h5 { margin-bottom: 0; border-bottom: solid 1px #ccc; color: #000; background: url('images/bg_head01.png') no-repeat -10px 50%; padding-left: 16px}

.side-ttl.mid-career-ttl{
	margin-bottom: 20px
}










/*----- recruit ------*/

.recruit_list_head,
.recruit_list_body ul{
	display: flex;
	width: 100%
}

.recruit_list_head li{
	width: 42%;
	padding: 10px 20px;
}
.recruit_list_head li:first-child,
.recruit_list_body ul li:first-child{
	width: 16%;
}

.recruit_list_head li:not(:first-child),
.recruit_list_body ul li:first-child{
	background: #f5f3f2
}

.recruit_list_body ul li{
	padding: 10px 20px;
}
.recruit_list_body ul li:last-child{
	width: 84%
}
.recruit_list_body .division li:nth-child(2),
.recruit_list_body .division li:last-child{
	width: 42%
}
.recruit_list_head,
.recruit_list_body > li {
	border-bottom: solid 1px #e9e5e2;
}
.recruit_list_head li:nth-child(2),
.recruit_list_body .division li:nth-child(2){
	border-right: solid 1px #e9e5e2;
}

.recruit_list_body dt::first-letter{
	color: #519b58;
}
.recruit_list_body dd{	
	padding-left: 1em;
}
.recruit_list_body dt,
.recruit_list_body dd{
	display: block;
	width: 100%;
}

.recruit_list_body a {
color: #509A57;
}

.recruit_article .tel{
	font-size: 2rem;
	font-weight: bold;
	padding-left: 20px;
	background: url("./images/common/i_tel.png") no-repeat 0 6px;
	background-size: 16px auto;
	margin-bottom: 0;
}
.recruit_article .tel small{
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
	transform: translate(-10px, -5px)
}

@media screen and (max-width: 768px){
	.recruit_list_head li{
		width: 50%;
	}
	.recruit_list_head li:first-child{
		display: none;
	}
	.recruit_list_body ul{
		flex-wrap: wrap;
	}
	.recruit_list_body ul li:first-child{
		width: 100%;
	}
	.recruit_list_body ul li:last-child{
		width: 100%
	}
	.recruit_list_body .division li:nth-child(2),
	.recruit_list_body .division li:last-child{
		width: 50%
	}
}








/*----- privacy ------*/
.privacy h2 {
	display: none
}
.privacy_article {
margin-bottom: 70px;
line-height: 2;
}

.privacy_article p,
.privacy_article ul {
margin-bottom: 30px;
font-size: 0.857em;
}

.privacy_article ul {
margin-left: 1.5em;
padding-left: -1em;
}

.privacy_article h2 + p {
margin-bottom: 35px;
font-size: 1em;
}

.privacy_article p + ul {
margin-top: -30px;
}

.privacy_article2 h3 + p,
.privacy_article2 ul {
padding-left: 15px;
}

.privacy_article h3 {
margin: 0 0 10px;
line-height: 1;
color: #3D62AD;
}

.privacy_article h4 {
margin-top: -30px;
padding-left: 15px;
font-size: 0.857em;
}

#signature {
text-align: right;
font-size: 1em;
}

#signature span {
padding-right: 1em;
}

	@media screen and (max-width: 640px){
	.privacy_article h4,
	.privacy_article2 h3 + p,
	.privacy_article2 ul {
	padding-left: 0;
	}
}

/*----- able ------*/
.able_article {
line-height: 2;
padding-bottom: 70px;
}

.able_article_list {
line-height: 2;
padding-bottom: 30px;
}

.able_article .img {
margin-bottom: 20px;
}

.able_article img {
max-width: 612px;
padding: 3px;
border: 1px solid #000;
}

.able_article_list ul {
list-style: none;
letter-spacing: -.40em;
}

.able_article_list ul a {
color: #3d62ad;
}

.able_article_list ul li {
letter-spacing: normal;
}

.able_article_list ul li span {
margin: 0 5px;
}

.circle {
list-style: none;
}

.able_article .circle li:before {
content: '●';
}

.pdf_dl {
margin: 25px 0;
line-height: 1;
}

.able_article_list .pdf_dl {
margin: 0;
line-height: 2;
}

.pdf_dl a {
background: url('images/bg_pdf.png') no-repeat 0 0;
padding-left: 20px;
color: #3d62ad;
}

.able_article #get_pdf {
margin-top: 10px;
}

.able_article #get_pdf img {
border: none;	
padding: 0;
}

.able_article_list .ttl_block a,
.able_article_list .ttl_block:before {
color: #509a57;
}

.able_article_list .ttl_block {
font-size: 1.286em;
}

.able_article_list .ttl_block:before {
content: '●';
}

	@media screen and (max-width: 768px){
	.able_article .img {
	text-align: center;
	}
}

	@media screen and (max-width: 640px){
	.able_article .img {
	max-width: 100%;
	}

	.able_article .img img {
	max-width: 100%;
	box-sizing: border-box;
	}

}

	@media screen and (max-width: 360px){
	.new_post {
	display: block;
	}
}

/*----- owners ------*/
.owners_img {
margin-bottom: 30px;
}

.owners_img img {
width: 620px;
}

.owners_article {
line-height: 2;
padding-bottom: 70px;
}

.owners_article .img_box {
padding-bottom: 55px;
margin-bottom: -70px;
}

.owners_article .img_box .text {
width: 380px;
float: left;
}

.owners_article .img_box .img {
width: 220px;
padding-left: 20px;
float: right;
}

.owners_article .img_box .img img {
width: 220px;
}

.owners_article .img_box .text2 {
width: 440px;
float: left;
}

.owners_article .img_box .img2 {
width: 160px;
padding-left: 20px;
float: right;
}

.owners_article .img_box .img2 img {
width: 160px;
}

.owners {
width: 620px;
margin-bottom: 40px;
line-height: 1.3;
font-size: 3.571em;
font-weight: normal;
}

.owners span {
display: block;	
font-size: 0.48em;
}

.owners #owners_logo {
float: right;
width: 182px;
}

.owners #owners_logo img {
width: 182px;
}

.owners_ttl {
margin-bottom: 15px;
font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝","Yu Mincho","MS P明朝","MSP Mincho",serif;
font-size: 2.571em;
line-height: 1.5;
}

.owners_ttl_h2 {
width: 640px;
font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝","Yu Mincho","MS P明朝","MSP Mincho",serif;
font-size: 1.429em;
font-weight: normal;
line-height: 2;
margin-bottom: 30px;
}

.owners_ttl_h2 span {
display: block;
}

.number {
list-style: none;
}

.number,
.owners_article h3 + p {
margin-bottom: 30px;
}

.owners_article .img_box .text3 {
width: 270px;
float: left;
}

.owners_article .img_box .img3 {
width: 328px;
padding-left: 20px;
float: right;
}

.owners_article .img_box .img3 img {
width: 328px;
}

.owners_article p span {
display: block;
}

.owners_article p span a {
color: #3d62ad;
}


	@media screen and (max-width: 768px){
	.owners {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	}

	.owners #owners_logo {
	float: none;
	margin: 0 auto 20px;
	}

	.owners_img {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	}

	.owners_ttl_h2 {
	width: 100%;
	letter-spacing: -.40em;
	}
	
	.owners_ttl_h2 br {
	display: none;
	}
	
	.owners_ttl_h2 span {
	display: block;
	letter-spacing: normal;
	}

	.owners_article .img_box .text,
	.owners_article .img_box .text3  {
	display: inline;
	width: auto;
	margin-right: 210px;
	float: none;
	}
	
	.owners_article .img_box .img,
	.owners_article .img_box .img3 {
	width: 200px;
	padding-left: 10px;
	margin-bottom: 5px;
	}
	
	.owners_article .img_box .img img,
	.owners_article .img_box .img3 img {
	width: 200px;
	}
	
	.owners_article .img_box .text2 {
	display: inline;
	width: auto;
	margin-right: 170px;
	float: none;
	}
	
	.owners_article .img_box .img2 {
	padding-left: 10px;
	}

}

	@media screen and (max-width: 640px){
	.owners_img,
	.owners_img img {
	width: 100%;
	}

	.owners {
	font-size: 2.857em;
	}

	.owners_ttl {
	font-size: 2.571em;
	}
}

	@media screen and (max-width: 450px){
	.owners {
	font-size: 1.643em;
	}

	.owners {
	font-size: 1.643em;
	}

	.owners_ttl_h2 {
	font-size: 1.071em;
	}

	.owners_article .img_box .text,
	.owners_article .img_box .text2,
	.owners_article .img_box .text3 {
	display: block;
	width: 100%;
	margin-right: 0;
	}
	
	.owners_article .img_box .img,
	.owners_article .img_box .img2,
	.owners_article .img_box .img3 {
	width: 200px;
	padding-left: 0;
	margin: 0 auto 20px;
	float: none;
	text-align: center;
	}
}

/*----- search ------*/
.search_ttl {
line-height: 1.5;
}

	@media screen and (max-width: 768px){
	.search_ttl {
	box-sizing: border-box;
	padding: 0 10px;
	}
}

/*----- 404 ------*/
#search_404 {
padding: 25px 0 10px;
}

#search_404 input {
display: block;
height: 30px;
float: left;
border: 1px solid #e4e4e4;
border-radius: 0;
background: none;
}

#search_404 .search404-field {
width: 250px;
height: 18px;
line-height: 18px;
padding: 5px;
margin: 0;
background: #fff;
border-right: none;
cursor: text;
vertical-align: middle;
font-size: 1em;
}

#search_404 input[type="submit"] {
width: 50px;
line-height: 1;
margin: 0;
background: #eee;
cursor: pointer;
vertical-align: top;
}

#search_404 input[type="submit"]:hover {
color: #fff;
background: #509a57;
}

	@media screen and (max-width: 768px){
	#search_404 {
	padding: 25px 0 60px;
	}

	#search_404 input {
	display: table-cell;
	height: 40px;
	float: left;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	background: none;
	box-sizing: border-box;
	}
	
	#search_404 .search404-field {
	width: 75%;
	height: 40px;
	padding: 0 5px;
	margin: 0;
	background: #fff;
	border-right: none;
	cursor: text;
	font-size: 1.273em;
	}
	
	#search_404 input[type="submit"] {
	width: 25%;
	line-height: 1;
	margin: 0;
	color: #fff;
	background: #509a57;
	cursor: pointer;
	font-size: 1.154em;
	vertical-align: top;
	}
	
	#search_404 input:focus,
	#search_404 input:active {
	outline: none;	
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx) {
	#main_nav ul li:last-child {
	background: url('images/btn_search@2.png') no-repeat 20px 28px;
	background-size: 80px auto;
	}

	#main_nav ul li:last-child.active {
	background-position: -49px 28px;
	}

	#main_nav ul ul li a {
	background-size: auto 10px;
	}

	#crumb_box li {
	background-size: auto 10px;
	}

	#tel .tel_number {
	background-image: url('images/bg_tel@2.png');
	background-size: 17px auto;
	}
	
	.footer_link li {
	background-size: auto 8px;
	}
	
	#footer_link5 li {
	background-size: auto 8px;
	}
	
	.ttl {
	background-image: url('images/bg_head01@2.png');
	background-size: 15px auto;
	}
	
	.list {
	background-image: url('images/bg_list@2.png');
	background-size: 14px auto;
	}
	
	#top_aside #bnr_list li:first-child a {
	background-image: url('images/bnr01@2.png');
	background-size: auto 130px;
	}
	
	#top_aside #bnr_list li:nth-of-type(2) a {
	background-image: url('images/bnr02@2.png');
	background-size: auto 130px;
	}
	
	#top_aside #bnr_list li:last-child a {
	background-image: url('images/bnr03@2.png');
	background-size: auto 130px;
	}
	/*
	.archive_list li a,
	.category_list li a {
	background-size: auto 10px;
	}
	
	.archive_list li.current a,
	.category_list li.current a {
	background-size: auto 10px;
	}
	*/
	#back_text a {
	background-size: auto 10px;
	}
	
	#contact_tel li:nth-of-type(2) {
	background-image: url('images/bg_tel@2.png');
	background-size: 28px auto;
	}

	@media screen and (max-width: 399px){
		#contact_tel li:nth-of-type(2) {
		background-size: 28px auto;
		}
	}

	.shop_article_content3 h3 a {
	background-image: url('images/bg_win@2.png');
	background-size: 16px auto;
	}
	
	.shop_article_content3 li.img + li {
	background-image: url('images/bg_tel@2.png');
	background-size: auto 18px;
	}
	
	.shop_article_content3 li.mail {
	background-image: url('images/bg_mail@2.png');
	background-size: 12px auto;
	}

	.pdf_dl {
	background-size: auto 10px;
	}
	
	.pdf_dl a {
	background-image: url('images/bg_pdf@2.png');
	background-size: auto 14px;
	}
	
	.owners_article p span {
	background-size: auto 10px;
	}
}

/*----- common ------*/
.img_box + h1,
.img_box + h2,
.img_box + h3,
.img_box + h4,
.img_box + h5,
.img_box + h6,
.img_box + section,
.img_box + article,
.img_box + div,
.img_box + p{
clear: both;
}

img.alignnone {
display: block;
margin: 0 auto;
}

.cfx:after {
display: block;
clear: both;
height: 0px;
line-height: 0px;
overflow: hidden;
visibility: hidden;
content: ".";
font-size: .1em;
}

.clr {clear: both;}

.home-note{
	background: #60905d;
	border-radius: 15px;
	padding: 1em 1.5em 1em 1em;
	letter-spacing: -0.02em;
	color: #fff;
	width: 90%;
	max-width: 900px;
	margin: 0 auto 30px;
	box-sizing: border-box;
}
.home-note .title{
	font-size: 20px;
}

.access_map iframe{
	border: 0;
	width: 100%;
	height: 400px;
}

/*----------------------------------------------------------------------------- 

page  下層ページ

------------------------------------------------------------------------------*/
.page article {
	margin-bottom: 100px;
}


.lead_01 {
	font-size: 3rem;
	line-height: 1.6;
	margin-bottom: 70px;
}
.lead_02 {
	font-size: 3rem;
	line-height: 1.6;
	margin-bottom: 70px;
	text-align: center;
}
.lead_03 {
	font-size: 3rem;
	line-height: 1;
	margin: 50px auto;
	text-align: center;
	font-weight: bold;
}



#lead .headline {
	line-height: 1.6;
	font-family:'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 0.5em;
}
#lead .fig {
	margin-bottom: 1em;
}
#lead .text {
	font-size: 1.6rem;
	margin-bottom: 80px;
}

.page_item h3{
	font-family:'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 2rem;
	line-height: 1.7;
	margin-bottom: 0.5em;
	font-weight: normal;
}

.page_item_container .page_item:nth-child(odd) {
	background: #deecd5
}
.page_item_container .page_item:nth-child(even) {
	background: #dce7f5
}

.page_item_wrap .page_item:nth-child(odd) {
	background: #deecd5
}
.page_item_wrap .page_item:nth-child(even) {
	background: #dce7f5
}

.service_lists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service_lists ul{
	width: 50%;
}
.service_lists li{
	position: relative;
	padding-left:1.5em;
	font-size: 1.5rem;
	font-weight: bold;
}
.service_lists li::before{
	content: "";
	background: #519858;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 0;
}
@media screen and (min-width: 769px){
	#lead .headline {
		font-size: 3rem!important;
	}
	.page_item {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 80px;
		width: calc(100% - 60px);
		transform: translateX(60px)
	}
	.page_item figure{
		margin: 0;
		max-width: 410px;
		transform: translate(-60px,-30px);
	}
	.page_item .summary {
		width: calc(100% - 410px);
		margin: 0;
		padding: 24px 24px 24px 0;
		margin-left: -30px
	}
	
}
@media screen and (max-width: 768px){
	.page #contents {
		padding-top: 30px
	}
	#lead .headline {
		font-size: 2rem;
		margin-bottom: 0.5em;
	}
	.lead_01,
	.lead_02,
	.lead_03 {
		font-size: 2rem;
	}
	#contents article {
		padding: 0 5%;
	}
	.page_item {
		padding: 5%;
		margin-bottom: 50px;
	}
	.page_item figure{
		max-width: 100%;
		margin: 0 0 20px;
	}
	.service_lists ul{
		width: 100%;
	}
}
/*----------------------------------------------------------------------------- 

不動産開発・販売事業

------------------------------------------------------------------------------*/
.service-sales .page_title {
	display: none
}
.service-sales .column_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service-sales .column {
	width: 47.5%;
	margin-bottom: 50px;
}
.service-sales .sales_img_04{
	max-width: 280px;
	display: block;
	margin: 10px 0 0 auto;
}
@media screen and (min-width: 769px){
	.service-sales .headline{
		letter-spacing: -0.03em;
	}
}
@media screen and (max-width: 768px){
	.service-sales article {
		margin-bottom: 50px
	}
	.service-sales .case h2,
	.service-sales #services h2{
		font-size: 1.8rem;
	}
	.service-sales .head_img {
		background-image: url("./images/service/sales_mv_sp.jpg")!important;
		max-width: 100%;
		padding-top: 46%!important;
		margin: 0!important;
	}
	.service-sales .headline{
		font-size: 4.7vw!important;
		letter-spacing: 0;
	}
	.service-sales .column {
		width: 100%
	}
}

/*----------------------------------------------------------------------------- 

建設事業

------------------------------------------------------------------------------*/
.service-construction .page_title {
	display: none
}
.service-construction .column_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service-construction .column {
	width: 47.5%;
	margin-bottom: 50px!important;
}
.er_mv {
	margin: 0 calc(50% - 50vw) 50px;
	text-align: center
}
.er_mv img {
	max-width: 1400px;
}
#er h2.type_03{
	font-size: 6rem;
	margin-bottom: 30px
}
#er h2.type_03 span {
	font-size: 2.6rem
}
#er .headline {
	font-size: 3rem;
}
.service-construction .case {
	margin-bottom: 50px;
}
#merit .item_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#merit .item {
	width: calc(100% / 5 - 12px);
	border: solid 4px #dcd5d1;
	border-radius: 140px;
	padding: 40px 0px;
}
#merit .item p {
	padding: 0 20px;
}
#merit .item h3 {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 1;
	line-height: 1.3
}

#flow p {
	text-align: center;
	margin-bottom: 20px;
	font-size: 2rem;
}
#flow .item_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#flow .item {
	width: 23%;
	padding: 0 20px;
	position: relative;
}
#flow .item ul {
	margin-top: 20px;
}
#flow .item li {
	position: relative;
	padding-left: 20px;
	font-size: 1.6rem;
}
#flow .item li::before{
	content: "";
	border: solid 1px #111;
	height: 14px;
	width: 14px;
	position: absolute;
	top: 6px;
	left: 0;
}
@media screen and (min-width: 769px){
	#flow .item_container {
		margin-bottom: 50px;
	}
	#merit .item h3 {
		height: 3em;
	}
	#flow .item:not(:last-of-type)::after{
		content: "";
		border-top: 18px solid transparent;
		border-bottom: 18px solid transparent;
		border-left: 18px solid #c8c9ca;
		position: absolute;
		top: 30%;
		right: -10%;
	}
}
@media screen and (max-width: 768px){
	.service-construction #lead {
		margin-bottom: 50px
	}
	.service-construction .head_img {
		background-image: url("./images/service/construction_mv_sp.jpg")!important;
		max-width: 100%;
		padding-top: 46%!important;
		margin: 0!important
	}
	.service-construction .headline{
		font-size: 4.7vw!important;
	}
	.service-construction .column{
		width: 100%
	}
	.er_mv {
		margin-bottom:30px;
	}
	#er {
		margin-bottom: 50px
	}
	#er h2.type_03{
		font-size: 3rem;
		margin-bottom: 20px
	}
	#er h2.type_03 span {
		font-size: 1.6rem
	}
	.service-construction .case {
		margin-bottom: 0;
	}
	.service-construction .case h2 {
		font-size: 1.8rem;
		margin-bottom: 30px!important
	}
	#merit {
		margin-bottom: 30px
	}
	#merit h2 {
		font-size: 1.8rem;
		margin-bottom: 30px
	}
	#merit .item {
		width: 100%;
		border-radius: 140px;
		padding: 18px 0px;
		margin-bottom: 25px;
		text-align: center
	}
	#merit .item h3 {
		font-size: 1.8rem;
		margin-bottom: 10px
	}
	#flow h2 {
		font-size: 1.8rem;
		line-height: 1.7;
		margin-bottom: 20px
	}
	#flow .item {
		width: 100%;
		padding: 0 20px 0 0;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px;
	}
	#flow .item:not(:last-of-type)::after{
		content: "";
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
		border-top: 20px solid #c8c9ca;
		position: absolute;
		transform: translateX(16px);
		top: 110%;
		right: 50%;
	}
	#flow .item img {
		width: 50%;
	}
	#flow .flow_02 .item img {
		width: 45%;
	}
	#flow .item ul{
		width: 50%
	}
	#flow .item li{
		text-align: left;
		font-size: 1.4rem;
	}
	#flow .item li::before{
		height: 10px;
		width: 10px;
		top: 6px;
		left: 4px;
	}
	#services h2 {
		font-size: 1.8rem
	}
}

/*----------------------------------------------------------------------------- 

賃貸仲介事業

------------------------------------------------------------------------------*/
.service-mediation .page_title {
	display: none
}
.service-mediation .column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.service-mediation .column figure{
	width: 47.5%;
}
.service-mediation .column .summary{
	width: 50%;
}
.service-mediation .column h3 {
	font-size: 2.6rem;
	transform: translateY(-7px);
	padding-bottom: 12px
}

.service-mediation .column_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service-mediation .column_vertical {
	width: 47.5%;
}
@media screen and (max-width: 768px){
	.service-mediation .head_img {
		background-image: url("./images/service/mediation_mv_sp.jpg")!important;
		max-width: 100%;
		padding-top: 46%;
		margin: 0!important
	}
	.service-mediation h2.type_02 {
		padding-bottom: 1.2em;
	}
	.service-mediation h2.type_02 span{
		transform: translateY(-4px);
		margin-bottom: 0
	}
	.service-mediation .headline{
		font-size: 4.7vw!important;
	}
	.service-mediation article {
		margin-bottom: 50px
	}
	.service-mediation .column {
		margin-bottom: 50px;
	}
	.service-mediation .column figure,
	.service-mediation .column .summary{
		width: 100%;
	}
	.service-mediation .case h2,
	.service-mediation .column h3 {
		font-size: 1.8rem;
	}
	.service-mediation .column_vertical {
		width: 100%;
	}
	.service-mediation .column_vertical:first-of-type{
		margin-bottom: 40px;
	}
}




/*----------------------------------------------------------------------------- 

企業情報

------------------------------------------------------------------------------*/
.company .page_title {
	display: none
}
.company_lead {
	margin-bottom: 70px;
}
.company_lead p {
	line-height: 1.8;
	font-size: 1.6rem;
	margin-bottom: 1.5em
}
.company_lead small{
	font-size: 1.2rem;
}
.company .lead_01 {
	text-align: center
}
.company .brandlogo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.company .brandlogo figure{
	width: 50%;
	padding-right: 60px;
	text-align: right
}
.company .brandlogo figure img {
	max-width: 320px
}
.company .brandlogo .summary{
	width: 50%;
}
.company .brandlogo .summary p {
	max-width: 380px
}
.concept {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 80px!important;
}
.concept .figure {
	width: 50%;
	text-align: right;
	padding-right: 65px
}
.concept .figure img {
	max-width: 320px;
}
.concept .summary {
	width:50%;
}
.philosophy{
	margin-bottom: 100px;
}
.philosophy .title {
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}
.philosophy .title span {
	background: rgb(81,155,88);
	background: linear-gradient(90deg, rgba(81,155,88,0.75) 0%, rgba(61,98,172,0.75) 100%);
	color: #fff;
	text-align: center;
	width: 6em;
	line-height: 1;
	padding: 5px 0 7px;
	display: inline-block;
}
.philosophy .title + p,
.philosophy li{
	font-size: 2.6rem;
	font-family:'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.philosophy li{
	position: relative;
}
.philosophy li::before{
	content: "・";
	
}
.philosophy .title + p {
	margin-bottom: 2em;
	line-height: 1.7;
}
.philosophy ul {
	display: inline-block;
}
.philosophy li {
	text-align: left;
}

.company .outline {
	margin-bottom: 100px
}

.company .history dl{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	border-bottom: solid 1px #e9e5e2
}
.company .history dl:first-of-type{
	border-top: solid 1px #e9e5e2
}
.company .history dt {
	padding: 10px 20px;
	width: 156px;
	font-size:1.6rem;
	background: #f5f3f2;
	display: flex;
	justify-content: space-between
}
.company .history dd{
	padding: 10px 20px
}
.company .column {
	margin-bottom: 70px
}
.company .column_half {
	width: 47.5%;
}
.company .csr_mv {
	margin: 0 calc(50% - 50vw) 50px;
	text-align: center
}
.company .csr_mv img {
	max-width: 1400px;
}
.company #csr .lead_01{
	text-align: left;
}
.company #csr h3 {
		margin-bottom: 10px;
	}
.company .column .figures {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.company .figures figure{
	width: 47.5%;
}
.company .column_half .figures figure{
	width: 100%;
}
.company .column .summary li{
	position: relative;
	padding-left: 16px;
	display: inline-block;
}
.company .column .summary li::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #519b58;
	position: absolute;
	top: 6px;
	left: 0;
}
@media screen and (min-width: 769px){
	.company .history dt span{
		width: 3em;
		text-align: right;
		display: inline-block;
	}
}

@media screen and (max-width: 768px){
	.company .head_img {
		background-image: url("./images/company/company_mv_sp.jpg")!important;
		position: relative;
		overflow: hidden;
		max-width: 100%;
		padding-top: 56.25%;
		margin: 0!important
	}
	.concept .figure,
	.concept .summary{
		width: 100%
	}
	.concept .figure{
		text-align: center;
		padding: 0 10%;
		margin: 0 auto 30px;
	}
	.company .brandlogo figure{
		width: 100%;
		padding-right: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.company .brandlogo .summary {
		width: 100%
	}
	#philosophy .text,
	#philosophy .text li{
		font-size: 5vw;
	}
	#philosophy .text li {
		padding-left: 2em;
		text-indent: -2em
	}
	.company .history dt,
	.company .history dd{
		width: 100%
	}
	.company .history dt {
		justify-content: flex-start
	}
	.company .column_half,
	.company .figures figure{
		width: 100%;
	}
	.company .column {
		margin-bottom: 50px;
	}
	#csr .type_02 {
		padding-bottom: 2em
	}
	.ex_m_01 {
		margin-bottom: 50px
	}
	#philosophy h2,
	#outline h2,
	#history h2,
	#sdgs h2{
		font-size: 1.8rem;
	}
	#csr h3 {
		font-size: 1.8rem;
	}
	.ttl_01 {
		font-size: 1.6rem;
	}
	#sdgs .lead_02{
		font-size: 4.7vw!important;
	}
}

/*----------------------------------------------------------------------------- 

事業所

------------------------------------------------------------------------------*/
.shop_info_head {
	background: rgb(81,153,88);
	background: linear-gradient(90deg, rgba(81,153,88,1) 0%, rgba(61,98,170,1) 100%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.shop_name {
	font-weight: 600;
	font-size: 2rem;
}

.shop_info_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.shop_info{
	width: 45%;
	margin-bottom: 50px;
}
.shop_info figure {
	padding: 0;
	margin: 0;
}
.shop_info figure img {
	
}

.shop_info dt{
	position: relative;
	padding-left: 20px
}
.shop_info dt::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #519b58;
	position: absolute;
	top: 8px;
	left: 0;
}
.shop_info dd {
	padding-left:22px;
}
.shop .band {
	text-align: center;
	background: #029c6b;
	padding: 20px;
	margin: 0 auto;
}
.shop .band img {
	max-width: 346px;
}

.able_shop_info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.able_shop{
	width: 45%;
	margin-bottom: 40px;
	line-height: 1.7;
}

.able_shop_info .able_shop_name{
	background: rgb(81,153,88);
	background: linear-gradient(90deg, rgba(81,153,88,1) 0%, rgba(61,98,170,1) 100%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.able_shop_info .able_shop_name a{
	font-size: 2.6rem;
	font-weight: bold;
	padding-right: 30px;
	background: url("./images/common/i_blank.png") no-repeat 100% 50%;
	background-size: 16px auto;
}
.able_shop_info .able_shop_name {
	font-size: 2.6rem;
	font-weight: bold;
}
.able_shop_info .shop_tel{
	color: #519858;
	font-size: 2.6rem;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.2;
	background: url("./images/common/i_tel.png") no-repeat 0 6px;
	background-size: 16px auto;
}

@media screen and (min-width: 1401px){
	.shop .band {
		margin: 0 -200px;
	}
}
@media screen and (min-width: 1201px)and (max-width: 1400px){
	.shop .band {
		margin: 0 -10%;
	}
}

@media screen and (max-width: 768px){
	.shop .head_img {
		background-image: url("./images/shop/mv_shop_sp.jpg")!important;
		position: relative;
		overflow: hidden;
		max-width: 100%;
		padding-top: 56.25%;
		margin: 0!important
	}
	.shop_info{
		width: 100%;
	}
	.head_office_info .shop_info{
		margin-bottom: 0
	}
	.able_shop {
		width: 100%
	}
}
/*----------------------------------------------------------------------------- 

IR情報

------------------------------------------------------------------------------*/

.investor .page_title{
	display: none;
}
.link_pdf li {
	border-bottom: solid 1px #e9e5e2;
	padding: 10px 20px;
}
.link_pdf li:first-of-type{
	border-top: solid 1px #e9e5e2;
}
.link_pdf li a {
	padding-right: 30px;
	background: url("./images/common/i_pdf.png") no-repeat 100% 50%;
	background-size: 16px auto;
	
}
.link_pdf li a:hover {
	color: #519b58
}

#governance ul {
	margin-bottom: 50px;
}

.library_banner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.library_banner li {
	width: calc(100%/4 - 30px);
}
.library_banner li a{
	display: block;
}
@media screen and (max-width: 768px){
	.investor .head_img {
		background-image: url("./images/investor/mv_investor_sp.jpg")!important;
		position: relative;
		overflow: hidden;
		max-width: 100%;
		padding-top: 56.25%;
		margin: 0!important
	}
	.library_banner li {
		width: calc(100%/2 - 10px);
		margin-bottom: 20px;
	}
}

/*----------------------------------------------------------------------------- 

お問い合わせ

------------------------------------------------------------------------------*/
.contact .page_title {
	display: none
}

@media screen and (max-width: 768px){
	.contact .head_img {
		background-image: url("./images/contact/mv_contact_sp.jpg")!important;
		background-size: cover;
		position: relative;
		overflow: hidden;
		max-width: 100%;
		padding-top: 56.25%;
		margin: 0!important
	}
	.contact .lead_01{
		font-size: 4.7vw!important;
	}
}	
		


/*----------------------------------------------------------------------------- 

プライバシー

------------------------------------------------------------------------------*/
.privacy article {
	margin-bottom: 0;
}
.privacy article h3{
	position: relative;
	padding-left:20px; 
}
.privacy article h3::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #519b58;
	position: absolute;
	top: 8px;
	left: 0;
}
.privacy article ul,
.privacy h3 + p,
.privacy h4 + p{
	margin-bottom: 45px;
}
.privacy h4{
	color: #519958
}
.privacy .mn {
	margin-bottom: 0;
}
.privacy article dt {
	color: #519958
} 
.privacy article li {
	position: relative;
	padding-left: 20px
}
.privacy article li::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #519b58;
	position: absolute;
	border-radius: 50px;
	top: 7px;
	left: 0;
}
.privacy .policy {
	border-bottom: solid 1px #e8e3e1;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.privacy .policy dl {
	margin-bottom: 40px;
}
.privacy .sign {
	display: flex;
	justify-content: flex-end;
}
.privacy .sign p {
	text-align: left;
}
@media screen and (max-width: 768px){
	.privacy .head_img {
		background-image: url("./images/privacy/mv_privacy_sp.jpg")!important;
		background-position: 50% 0%!important;
		padding-top: 30.08%!important;
	}
}


/*----------------------------------------------------------------------------- 

ニュースリリース

------------------------------------------------------------------------------*/
.topics_single .head_img,
.archive .head_img {
	background-image: url("./images/common/mv_topics.png");
}

h2#topic_ttl {
	padding: 0;
	margin-bottom: 50px;
	background: none
}
.topics_single .single_thumbnail{
	margin-bottom: 50px
}
.topics_contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding: 5% 20px;
}
.category_list a {
	display: block;
	color: #fff;
	text-align: center;
	width: 100px;
}
.category_list li {
	margin-bottom: 10px;
}
.single .date_box {
	margin-bottom: 20px;
}
.date_box span.cat {
	color: #fff;
	display:block;
	width: 100px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 2px;
	text-align: center;
	margin-bottom: 5px;
}
#topic_ttl {
	text-align: left
}
.newposts_list,
.years_list,
.archive_list {
	margin-bottom: 50px;
}

.newposts_list,
.years_list{
	border-top:solid 1px #e8e3e1
}
.newposts_list li,
.years_list li{
	border-bottom:solid 1px #e8e3e1
}
.newposts_list li a,
.years_list li a{
	display: block;
	padding: 5px
}

.archive_entry{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.archive_entry dt{
	width: 35%;
}
.archive_entry dd{
	width: 60%
}
a .archive_entry p {
	transition: all 300ms 0s ease;
}
a:hover .archive_entry p {
	color: #519b58;
	text-decoration: underline;
	transition: all 300ms 0s ease;
}
.newposts_list a:hover,
.years_list a:hover{
	color: #519b58;
}
.archive_entries h2 {
	background: none;
	margin-bottom: 50px;
}
@media screen and (min-width: 769px){
	.privacy .head_img,
	.topics_single .head_img,
	.archive .head_img {
		height: 250px;
	}
	.topics_contents #main{
		width: 70%;
		order: 2;
		margin: 0 0 0 auto
	}
	.topics_contents #aside{
		width: 24%;
		order: 1
	}
	.archive_entry dt img {
		object-fit: cover;
		width: 100%;
		height: 140px
	}
}
@media screen and (max-width: 768px){
	.topics_single .head_img,
	.archive .head_img {
		background-position: 50% 0%!important;
		padding-top: 30.08%!important;
		background: url("./images/common/mv_topics_sp.jpg");
		background-repeat: no-repeat
	}
	.topics_contents #main,
	.topics_contents #aside{
		width: 	100%;
	}
	.topics_contents #main {
		margin-bottom: 50px;
	}
	#topic_ttl{
		font-size: 1.8rem;
		line-height: 1.4
	}
}



.accordion-area{
    list-style: none;
	margin-bottom: 50px
}
.accordion-area .title {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    padding: 5px;
    transition: all .5s ease;
	border-bottom: solid 1px #e8e3e1;
}
.accordion-area .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 15px;
	background: url("./images/common/side_arrow.png") no-repeat 50%;
	background-size: cover;
	transition: all .5s ease;
}
.accordion-area .title::after{    
    top:12px;
    right: 4px;
    transform: rotate(-90deg);

}
.accordion-area .title.close::after{
    transform: rotate(0deg);
	transition: all .5s ease;
}
.accordion-area .box {
    display: none;
}
.accordion-area .box li {
	border-bottom: solid 1px #e8e3e1;
	padding: 5px 5px 5px 20px;
}