@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/

h2.cms_h2{
	margin:10px auto 20px auto;
	position: relative;
	padding-bottom: 0.7em;
	border-bottom: 4px solid #DDD;
	display:inline-block;
	width:100%;
	line-height:25px;
}
h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #CABE98;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}
.container{
	width:1000px;
	margin:20px auto;
	overflow:hidden;
}

.maincontents{
	width:780px;
	float:left;
}

.side{
	width:200px;
	float:right;
}

.cms_back{
	text-align:left;
	margin: 10px auto 10px auto;
	padding:0px 0px 0px 0px;
}
.cms_back a{
	color:#004CD3;
	line-height:18px;
}
.cms_back a:hover{
	text-decoration:none;
	color: #999999;
}

/* ----------新テンプレ------------- */
/* 一覧ページ */
.oh_list_main {
	margin: 40px 0;
	letter-spacing: 1px;
}
.oh_h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}
.oh_h2 span {
	display: block;
	font-size: 15px;
}
.open_house_main_txt {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.oh_orange {
	color: #ff9600;
}
.oh_green {
	color: #7dcb52;
}
.oh_tag_clicklist {}
.oh_tag_clicklist ul {
	display: flex;
	flex-wrap: wrap;
	border: solid 1px #ccc;
	border-radius: 10px;
	margin: 40px 0;
	overflow: hidden;
}
.oh_tag_clicklist ul li {
	flex: 1;
	border-right: 1px solid #ccc;
}
.oh_tag_clicklist ul li:last-child {
	border-right: 0px solid #e5e5e5;
}
.oh_tag_clicklist ul li a {
	display: block;
	text-align: center;
	padding: 20px 0;
	font-size: 15px;
	transition: 0.3s;
}
.oh_tag_clicklist ul li a:hover {
	background-color: #f7f7f4;
}
.new_open_house_ma {}
.new_open_house_ma ul {
	display: flex;
	flex-wrap: wrap;
}
.new_open_house_ma ul li {
	width: 48%;
	margin: 0 4% 4% 0;
	background-color: #f7f7f4;
	position: relative;
}
.new_open_house_ma ul li a {
	display: block;
	color:#000 !important;
	text-decoration:none !important;
}
.new_open_house_ma ul li a:hover img {
	transform: scale(1.1);
}
.new_open_house_ma ul li:nth-child(2n) {
	margin-right: 0;
}
.oh_list_img {
	position: relative;
	height: 250px;
	overflow: hidden;
}
.終了 .oh_list_img:after {
	position: absolute;
	content: "好評につき終了致しました。";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
}
.oh_list_img img {
	transition: 0.3s;
}
.oh_list_txt {
	padding: 25px 20px;
}
.oh_list_title {
	position: relative;
	margin-bottom: 30px;
}
.oh_list_title p {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 0;
}
.終了 .oh_list_txt p {
	color: #aaa;
}
.oh_list_title:after {
	content: "";
	height: 1px;
	width: 50px;
	position: absolute;
	bottom: -10px;
	left: 0;
	background-color: #333;
}
.終了 .oh_list_title:after {
	background-color: #aaa;
}
.oh_list_day {
	font-size: 13px;
}
.oh_list_tag {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: #3c4652;
	padding: 5px 15px;
	color: #fff;
}
.oh_list_tag:empty {
	padding: 0;
}
.oh_list_tag.終了 {
	background-color: #a3a3a3;
}
/* 詳細ページ */
.open_house_shosai_wrap {
	font-weight:500;
}
.open_house_shosai_day {
	margin: 40px 0 20px;
	font-size: 14px;
	font-weight: bold;
}
.open_house_shosai_day p {
	display: inline-block;
	margin: 0;
}
.open_house_shosai_day .oh_shosai_tag {
	display: inline-block;
	background-color:#3c4652;
	color: #fff;
	padding: 5px 15px;
	margin-right: 10px;
	font-size: 12px;
}
.open_house_shosai_day .oh_shosai_tag:empty {
	padding: 0;
	margin: 0;
}
.open_house_shosai_day .oh_shosai_tag.終了 {
	background-color: #a3a3a3;
}
.open_house_shosai_title {
	margin: 0px 0 30px;
}
.open_house_shosai_title h2 {
	margin: 0px 0 10px;
}
.open_house_shosai_title p {
	margin: 0;
	font-size: 12px;
}
.open_house_shosai_main {
	width: 90%;
	margin: 0 auto;
}
.open_house_shosai_main img {
	width: 100% !important;
	height: auto !important;
	max-width: 1000px !important;
	max-height: none !important;
}
.open_house_shosai_osusume {
	padding: 30px 0;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 40px;
}
.open_house_shosai_osusume p {
	font-size: 15px;
	line-height: 30px;
	margin: 0;
}
.oh_shosai_point {
	margin-bottom: 40px;
}
.oh_shosai_point li {
	display: flex;
	margin-bottom: 20px;
}
.oh_shosai_point li .oh_shosai_point_txt {
	width: 45%;
	margin-right: 5%;
}
.oh_shosai_point li .oh_shosai_point_txt span {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.oh_shosai_point li .oh_shosai_point_txt p {
	font-size: 15px;
	line-height: 30px;
	position: relative;
    margin: 40px 0px;
}
.oh_shosai_point li .oh_shosai_point_txt p:after {
	content: "POINT1";
	position: absolute;
	top: -40px;
	left: 0;
	font-weight: bold;
    font-size: 18px;
}
.oh_shosai_point li:nth-child(2) .oh_shosai_point_txt p:after {
	content: "POINT2";
}
.oh_shosai_point li:nth-child(3) .oh_shosai_point_txt p:after {
	content: "POINT3";
}
.oh_shosai_point li .oh_shosai_point_txt p:empty:after {
	content: none;
}
.oh_shosai_point li .oh_shosai_point_txt p:empty {
	margin: 0;
}
.oh_shosai_point li .oh_shosai_point_img {
	width: 50%;
}
.oh_shosai_gaiyou ul {
	border: 1px solid #eeeeee;
}
.oh_shosai_gaiyou ul li {
	display: flex;
	align-items: center;
}
.oh_shosai_gaiyou ul li {
	border-bottom: 1px solid #eee;
}
.oh_shosai_gaiyou ul li:last-child {
	border-bottom: 0px solid #eee;
}
.oh_shosai_gaiyou ul li p {
	margin: 0;
	font-size: 14px;
}
.oh_shosai_gaiyou ul li p:nth-child(1) {
	background-color: #f7f7f4;
	width: 150px;
	box-sizing: border-box;
	padding: 15px 20px;
	margin-right: 20px;
}
.oh_shosai_gaiyou iframe {
	width: 100%;
	height: 400px;
	margin: 30px 0;
}
.oh_ma_inq a {
	display: block;
	background-color: #3c4652;
	border-radius: 100px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	color: #fff !important;
	padding: 30px 0 25px;
	transition: 0.3s;
	position: relative;
		width: 70%;
	margin: 50px auto 0;
	text-decoration:none !important;
}
.oh_ma_inq.終了 a {
	background-color: #a3a3a3;
	pointer-events: none;
}
.oh_ma_inq a:hover {
	box-shadow: 0 0 0;
	transform: translateY(3px);
	background-color: #ad553a;
}
.oh_ma_inq a p {
	margin: 0;
}
.oh_ma_inq a span {
	font-size: 15px;
	padding: 10px 25px;
	border-radius: 50px;
	display: inline-block;
	background-color: #cabe98;
	position: absolute;
	left: 0;
	right: 0;
	width: 90px;
	margin: 0 auto;
	top: -17px;
	font-weight: bold;
}
.oh_ma_inq a span:empty {
	padding: 0;
}
.oh_ma_inq.終了 a span {
	background-color: #555;
}
.oh_ma_inq a p.oh_ma_inq_txt {
	font-size: 23px;
	font-weight: bold;
	margin: 15px 0 10px;
	line-height: 23px;
}
.oh_ma_inq a p.oh_ma_inq_kome {
	font-size: 13px;
}
.open_house_ma_shosai2 table {
 width: 100%;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 border-top: solid 1px #eee;
 border-left: solid 1px #eee;
}
.open_house_ma_shosai2 th {
 width: 15%;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 background: #f7f7f4;
 border-right: solid 1px #eee;
 border-bottom: solid 1px #eee;
}
.open_house_ma_shosai2 td {
 width: 35%;
 text-indent: 10px;
 margin: 0px 0px 0px 0px;
 padding: 7px;
 background: #FFF;
 border-right: solid 1px #eee;
 border-bottom: solid 1px #eee;
}
.open_house_ma_shosai2 td a {
 font-size: 12px;
 text-decoration: underline;
 color: #0a7be0;
 font-weight: normal;
 display: block;
 margin: 0 !important;
}
/* -------フォーム-------- */
.oh_inq_day {
	background: #eee;
    padding: 0 20px 20px;
    box-sizing: border-box;
}
.oh_inq_day li {
    list-style: none;
    display: flex;
    align-items: center;
}
.oh_inq_day li div:nth-child(1) {
    font-size: 15px;
    width: 25%;
}
.oh_inq_day li div:nth-child(2) {
    width: 75%;
}
.oh_inq_day li div select {
    height: 46px;
    width: 100px;
    /* margin-bottom: 5px; */
    margin-right: 5px;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #ccdae4;
    background: #ffffff;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /* width: 100%; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    box-shadow: none;
}
.oh_inq_day img.ui-datepicker-trigger {
    background: #ffffff;
}

/*---------採用エントリーフォーム　一覧-------*/
.entry_list {
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 letter-spacing: 0.5px;
 margin: 0;
}
.entry_list img {
 display: block;
 margin: auto;
}
.entry_list ul {
 display: flex;
 flex-wrap: wrap;
 align-items: stretch;
 margin-top: 50px;
}
.entry_list ul li {
 margin-bottom: 50px;
}
.entry_list ul li a {
 display: block;
 width: 380px;
 border: solid 2px #3c4652;
 padding: 60px 20px 20px;
 box-sizing: border-box;
 vertical-align: top;
 position: relative;
 height: 100%;
 text-decoration:none;
}
.entry_list ul li a:hover {
 background: #eaf5fb;
}
.entry_list ul li:nth-child(2n) {
 margin-left: 20px;
}
.entry_list h2 {
 font-size: 18px;
 line-height: 32px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align: center;
 z-index: 10;
 color: #000;
}
.entry_list table {
 width: 100%;
 border: solid 1px #bfbfbf;
 border-collapse: collapse;
 margin-top: 20px;
}
.entry_list table th,
.entry_list table td {
 font-size: 12px;
 line-height: 21px;
 text-align: left;
 border: solid 1px #bfbfbf;
 border-collapse: collapse;
 padding: 10px;
 background: #fff;
}
.entry_list table th {
 width: 60px;
 background: #eeeeee;
}
.entry_more {
 width: 180px;
 color: #3c4652;
 font-weight: normal;
 text-align: center;
 background: #FFF;
 border: solid 2px #3c4652;
 text-align: center;
 margin: 30px auto 0;
 padding: 20px;
 font-size: 16px;
}
.entry_list ul li a:hover .entry_more {
 color: #FFF;
 background: #3c4652;
 border: solid 2px #3c4652;
}
/*採用エントリーフォーム　詳細*/
.entry_shosai {
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 letter-spacing: 0.5px;
 margin: 50px 0px 0px 0px;
}
.entry_shosai img {
 display: block;
 margin: auto;
}
.entry_shosai h2 {
 font-size: 20px;
 line-height: 32px;
 margin: 50px 0px 0px 0px;
 padding: 50px 50px 0px 50px;
 border-top: solid 1px #3c4652;
}
.entry_shosai p {
 font-size: 16px;
 line-height: 24px;
 padding: 0px 50px 50px 50px;
 border-bottom: solid 1px #3c4652;
}
.entry_shosai table {
 width: 100%;
 border: solid 1px #bfbfbf;
 border-collapse: collapse;
 margin-top: 50px;
}
.entry_shosai table th,
.entry_shosai table td {
 font-size: 16px;
 line-height: 24px;
 text-align: left;
 border: solid 1px #bfbfbf;
 border-collapse: collapse;
 padding: 15px 20px;
}
.entry_shosai table th {
 width: 160px;
 background: #eeeeee;
}
.entry_b {
 text-align: center;
}
.entry_shosai a {
 margin: 30px 10px;
 padding: 20px;
 display: inline-block;
 font-size: 16px;
 text-decoration:none;
}
.entry_shosai a:nth-child(1) {
 width: 150px;
 color: #383635;
 font-weight: normal;
 text-align: center;
 background: #FFF;
 border: solid 2px #383635;
 text-decoration:none;
}
.entry_shosai a:nth-child(1):hover {
 color: #FFF;
 background: #383635;
 border: solid 2px #383635;
}
.entry_shosai a:nth-child(2) {
 width: 300px;
 color: #b33449;
 font-weight: bold;
 text-align: center;
 background: #FFF;
 border: solid 2px #b33449;
 text-decoration:none;
}
.entry_shosai a:nth-child(2):hover {
 color: #FFF;
 background: #b33449;
 border: solid 2px #b33449;
}
.recruit_main {
 text-align: center;
 margin-top: 30px;
}
.recruit_main h2{
 font-size:35px;
 line-height:30px;
 border-top:none;
    margin-top: 0;
    padding-top: 0;
}
.recruit_main h2 span{
 font-size:15px;
 display:block;
 color:#c8bb8e;
}
.recruit_tag ul {
 display: flex;
 justify-content: flex-start;
 box-sizing: border-box;
 background: #e3ddc6;
 padding: 30px;
 margin-top: 40px;
}
.recruit_tag ul li{
 margin-right:15px;
}
.recruit_tag ul li a {
    background-color: #fff;
    border: 2px solid #3c4652;
    font-size: 14px;
    padding: 10px 20px;
    color: #3c4652;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: .3s;
    font-weight: bold;
}
.recruit_tag ul li a:hover {
background-color: #3c4652;
    color: #fff;
}
.recruit_con_tag {
 display: inline-block;
 background: #3c4652;
 padding: 0px 15px;
 border-radius: 0 0 10px 10px;
 color: #fff;
 font-weight: bold;
 font-size: 12px;
 line-height: 12px;
 position: absolute;
 right: 20px;
 top: 0;
}
.entry_ti {
 font-size: 14px;
 letter-spacing: 0.05em;
}
/*---------/ 採用エントリーフォーム-------*/


.staff_tag ul {
 display: flex;
 justify-content: flex-start;
 box-sizing: border-box;
 background: #e3ddc6;
 padding:20px 30px;
}
.staff_tag ul li{
 width:380px;
 margin-right:15px;
}
.staff_tag ul li:last-child{
 margin-right:0;
}
.staff_tag ul li a {
    background-color: #fff;
    border: 2px solid #3c4652;
    font-size: 16px;
    padding: 13px 20px;
    color: #3c4652;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    font-weight: bold;
}
.staff_tag ul li a:hover {
background-color: #3c4652;
    color: #fff;
}
.staff_tenpo_tl{
	border-bottom:2px solid #3c4652;
	color:#3c4652;
	font-size:22px;
	font-weight:bold;
	padding:50px 0 10px 10px;
	margin-bottom:15px;
}
.staff_tenpo_tl.kawagoe{
	margin-top:40px;
}




/*現地販売会　物件詳細用ボタンcss*/
.de_link_ta{
	width: 70%;
    	margin: 0 auto 20px;
	cursor: pointer;
}
.de_link_ta a{
	display:block;
	position:relative;
	transition:.3s;
	text-decoration:none !important;
}
.de_link_ta a span:before{
	content:"物件の詳細情報はこちら";
	background-color:#3c4652;
	color:#fff;
	font-size:18px;
	text-align:center;
	padding: 20px;
	font-weight:bold;
	display:block;
	transition:.3s;
	box-shadow: 0 5px 0 #051223;
    	border-radius: 100px;
}
.de_link_ta a span{
	    color: transparent;
	    font-size:0px;
	position:relative;
	display:block;
}
.de_link_ta a span:hover:before{
  box-shadow: none;
  transform: translateY(5px);
}

.de_link_ta a span:empty{
	display:none;
}
/* vo_de_tag
---------------------------------------- */
.vo_de_tag {
 max-width: 1100px;
 margin: 50px auto 0;
 padding: 30px;
 background: #f5f5f5;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.vo_de_tag_ttl {
 border-bottom: 1px solid #111;
 margin-bottom: 10px;
 padding-bottom: 10px;
}

.vo_de_tag_ttl p {
 font-weight: bold;
}

.vo_de_tag_li p {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 flex-wrap: wrap;
}

.vo_de_tag_li label.cms_topic_tag {
 padding: 3px;
}

.vo_de_tag_li label.cms_topic_tag a {
 display: block;
 padding: 10px 15px;
 border: 1px solid #333;
 color: #333;
 background: #fff;
 font-weight: bold;
}

.vo_de_tag_li label.cms_topic_tag a:hover {
 color: #fff;
 background: #333;
}

.col_wrap {
 width: 1000px;
}


.mokuji {
 padding: 10px;
 margin: 10px auto;
 box-shadow: 0 0 5px #3335;
 border-radius: 5px;
 max-width: 300px;
 width: 100%;
}

.mokuji_ti {
 text-align: center;
 font-size: 15px;
 font-weight: bold;
 line-height: 40px;
 background-color: #eee;
}

ul.mokuji_list {
 margin: 15px 10px;
 0
}

.mokuji_list li a {
 border-bottom: dotted #aaa 1px;
 margin-bottom: 8px;
 display: block;
 padding-bottom: 8px;
 position: relative;
 padding-left: 35px;
 margin-left: 20px;
 font-size: 15px;
}

.mokuji_list li a:before {
 position: absolute;
 content: "";
 top: 5px;
 left: 15px;
 width: 5px;
 height: 5px;
 border-top: 1px solid #333;
 border-right: 1px solid #333;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

li.main_tl a {
 font-size: 15px;
 line-height: 22px;
 font-weight: bold;
 padding-left: 25px;
 position: relative;
 margin-left: 0;
}

li.main_tl a:before {
 content: "";
 position: absolute;
 left: 5px;
 width: 15px;
 height: 15px;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 background: #484848;
}

li.main_tl a:after {
 content: "";
 position: absolute;
 top: 10px;
 left: 9px;
 width: 4px;
 height: 4px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

.blog_ma_left h4 {
 font-size: 15px;
 background-color: #eee;
 line-height: 50px;
 text-indent: 25px;
 border-left: 5px solid #aaa;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.blog_ma_left h5 {
 font-size: 15px;
 border-bottom: solid 1px;
 padding-bottom: 10px;
}

.padding {
 padding-top: 35px;
}


.col ul {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 flex-wrap: wrap;
}

.col ul li {
 width: 230px;
}

.col ul li:nth-child(4n) {
 margin: 0 0px 0px 0;
}
/* ----------------------------------------
group_all_topiclinks
---------------------------------------- */
.group_all_topiclinks {
 width: 100%;
 margin: 40px auto;
 border: 1px solid #cccccc;
 box-shadow: 0px 0px 0px 5px #eeeeee inset;
 overflow: hidden;
 padding: 20px;
 display: flex;
 align-items: center;
 box-sizing: border-box;
}

.group_all_topiclinks ul {
 width: 70%;
 overflow: hidden;
 display: flex;
 flex-wrap: wrap;
}

.group_all_topiclinks li {
 margin: 3px;
}

.group_all_topiclinks_tl {
 width: 30%;
 text-align: center;
 padding: 0 24px 0 0;
 box-sizing: border-box;
 font-size: 15px;
}

.group_all_topiclinks li a {
 border: 2px solid #135074;
 background-color: #FFF;
 padding: 5px 10px;
 border-radius: 5px;
 display: block;
 color: #135074;
 font-weight: bold;
 font-size: 14px;
}

.group_all_topiclinks li a:hover {
 display: block;
 opacity: 0.6;
}


.w780 {
 width: 780px;
 margin: 0 auto;
}

.grouppaging {
 justify-content: center;
}

.privacy_btn {
 text-align: center;
}

.privacy_btn a {
 color: #333;
 font-size: 14px;
 line-height: 30px;
 text-decoration: underline;
 font-weight: 500;
 margin-bottom: 10px;
 display: block;
 text-align: center;
}

/**detail**/
.det_allwrap {
margin-bottom: 20px;
}
.det_wrap {
width: 780px;
margin: 0 auto;
margin-top: 25px;
margin-bottom: 40px;
}
}
.det_movie {
margin-bottom: 25px;
}
.det_movie iframe {
width: 780px;
height: 450px;
}

.voice3_li_img{
	height:230px !important;
}
.voice3_li_img img{
	max-height: 230px !important;
	object-position: 100% 0%;
}
.sale2_l_ti {
width: 25% !important;
}
.sale2_l_item {
width: 25% !important;
}
.sale2_l_item:nth-child(2) {
    width: 25% !important;
}
.sale2_l_ti:nth-child(2) {
    width: 25% !important;
}
.staff3_ma_shosai_voice ul li {
    height: 186px;
}
.voice3_detail_tl h2 {
    line-height: 34px;
}
.voice_ma_pict .img img {
   object-fit: cover;
}
.column_foot{
    width: 1000px;
    margin-bottom: 100px;
}
.column_detail {
    width: 1000px !important;
}
.column_conts_wrap{
    width: 1000px;

}
.col ul li {
    width: 320px !important;
}
.col_item_img img {
    max-height: 190px;
}
.col_item_img {
    height: 190px !important;
}
.col_item_tl a span {
    top: 198px !important;
}
.voice_wrap{
	width:780px;
	margin:0 auto;
}
.voice_wrap ul {
	margin: 0;
	padding: 0;
}
.voice_wrap ul li {
    float: left;
    width: 248px;
    margin-right: 10px;
border: 1px solid;
    border-color: darkgray;
    list-style-type: none;
    margin-top: 20px;
}
.voice_wrap ul li:nth-child(4n) {
    	margin-right: 0;
}
.voice_wrap ul li a{
	display:block;
	text-decoration:none;
	padding-bottom: 20px;
}
.voice_wrap ul li a:hover{
	opacity:0.8;
}
.voice_wrap ul .l_voice_img {
	    height: 175px;
    overflow: hidden;
}
.voice_wrap ul li img {
    	width: 250px;
    	object-fit: cover;
    	font-family: 'object-fit: cover';
}
.voice_wrap ul .l_voice_txt {

}
.voice_wrap ul .l_voice_txt .l_voice_name {
	color: #042455;
	font-size: 14px;
	line-height: 22px;
	width: 230px;
	font-weight: bold;
margin: 0 auto 0 auto;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
    	overflow: hidden;
padding: 5px;
}
.voice_bukken_if iframe {
    width: 100%;
    height: 290px;
    border: none;
}
.lpo_con_tl{
	text-align: center;
}
.lpo_con_tl h3{
    	font-size: 30px;
    	line-height: 35px;
    	font-weight: bold;
    	letter-spacing: 3px;
    	margin-bottom: 13px;
    	color: #333333;	
		margin-top: 60px;
}
.lpo_con_tl p{
    	font-size: 15px;
    	line-height: 15px;
    	color: #aaaaaa;
    	letter-spacing: 3px;
    	margin-bottom: 13px;
}
.lpo_con_tl hr{
	margin: 0 auto;
    	width: 75px;
    	height: 7px;
    	background-color: #c8ba8d;
    	border: none;
}
.lpo_andmore {
    	display: block;
    	box-sizing: border-box;
    	border-bottom: 1px solid #bbbbbb;
    	background: #333333;
    	color: #fff !important;
    	border-radius: 3px;
    	width: 350px;
    	text-align: center;
    	font-size: 20px;
    	line-height: 20px;
    	padding: 19px 0;
    	margin: 0 auto;
    	position: relative;
    	clear: both;
text-decoration: none !important;
}
.lpo_andmore:before {
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	margin: auto;
    	content: "";
    	vertical-align: middle;
    	left: 320px;
    	width: 6px;
    	height: 6px;
    	border-top: 3px solid #FFF;
    	border-right: 3px solid #FFF;
    	border-radius: 3px;
    	-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
}
.lpo_andmore:hover {
    	background: #555555;
    	color: #fff !important;
}
.column_mc {
 width: 1100px;
 margin: 30px auto;
}

.column_mc h3 {
 background-color: #171771;
 color: #ffffff;
 font-size: 20px;
 padding: 15px;
 font-weight: bold;
 line-height: 40px;
 margin-bottom: 20px;
}

.column_mc ul li a {
 display: flex;
 align-items: center;
 padding: 10px 0;
 font-size: 14px;
 line-height: 1;
 border-bottom: 1px dashed #ccc;
}

.column_mc ul li a:hover {
 text-decoration: underline;
}

.column_mc_img {
 width: 120px;
 height: 80px;
 overflow: hidden;
 margin-right: 15px;
}

.column_mc ul li a p {
 display: block;
 width: 100%;
 font-size: 18px;
 line-height: 24px;
 display: -webkit-box;
 display: -ms-flexbox;
 -webkit-box-orient: vertical;
 -ms-flex-direction: column;
 -webkit-line-clamp: 1;
 overflow: hidden;
 position: relative;
 padding-right: 25px;
}

.column_mc ul li a p::after {
 content: "";
 width: 6px;
 height: 6px;
 border-top: 2px solid #171771;
 border-right: 2px solid #171771;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 position: absolute;
 right: 10px;
 top: 8px;
}

.column_mc ul li:last-child a {
 border-bottom: none;
}