@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.noto_sans_jp {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

body {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
	margin: 0px;
	background-color: #FFFFFF;
	margin-top: 118px;
}

body#tinymce {
    margin-top: 10px;
}




h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
}

body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5,
body#tinymce h6,
body#tinymce p {
	margin-bottom: 15px;
}




a:link {
	color: #004CCA;
	text-decoration: none;
}

a:visited {
	color: #6219DB;
}

a:hover {
	color: #048ADE;
	text-decoration: none;
}

a:active {
	color: #048ADE;
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

ul {
	padding: 0px;
	list-style: none;
	margin: 0;
}
.singleContent ul {
    padding-left: 40px;
    list-style: disc;
    margin-bottom: 16px;
    margin-top: 16px;
}





.oh {
	overflow: hidden;
}

.sp {
	display: none;
}

.flex {
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}

.flex-sb {
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
}

.flex-news {
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-around;
}


.wrap {
	width: 1100px;
	margin: 0 auto;
}

/*********************************************
 * PC固定ページ 共通設定
 *********************************************/

.common-page_wrap {
	padding: 100px 0;
}

.common-page_title {
	text-align: center;
	margin-bottom: 2em;
}

.common-page_title h2 {
	font-size: 30px;
}

.common-page_title p.sub_title {
	font-size: 14px;
	letter-spacing: .1em;
}

p.reserve_text {
	text-align: center;
	font-size: 30px;
}

a.common-btn {
	display: block;
	width: 300px;
	line-height: 50px;
	background-color: #333;
	color: #fff;
	margin: 0 auto;
	transition: .3s;
}

a.common-btn:hover {
	opacity: .7;
}

/* パンくず */

.breadcrumb {
	font-size: 12px;
	background: #f0f8ff;
	color: #333;
}

.breadcrumb a {
	text-decoration: none;
	color: #333;
}

/*********************************************
 * PC固定ページ 会社概要
 *********************************************/

section.company_profile {
	margin-bottom: 100px;
}

section.company_profile table {
	width: 100%;
	border-collapse: collapse;
}

section.company_profile table th,
section.company_profile table td {
	padding: 1em;
	border-bottom: 1px solid;
	font-size: 14px;
}

section.company_profile table th {
	width: 20%;
}

section.company_profile table td {
	width: 80%;
}

section.company_access .map {
	height: 350px;
}

section.company_access .map iframe {
	width: 100%;
	height: 100%;
}

/*********************************************
 * PC固定ページ お問い合わせ
 *********************************************/

section#page-contact table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
}

section#page-contact table th,
section#page-contact table td {
	padding: 1em;
	font-size: 14px;
}

section#page-contact table th {
	width: 25%;
}

section#page-contact table th span.hissu {
	color: #c70000;
	margin-right: .3em;
}

section#page-contact table td {
	width: 75%;
}

section#page-contact input[type="text"],
section#page-contact input[type="email"],
section#page-contact #zip {
	width: 60%;
	height: 50px;
	border: 1px solid #ccc;
	padding: 1em;
}

section#page-contact input.tel {
	border: 1px solid #ccc;
	padding: 1em;
	width: 18.8%;
}

section#page-contact select {
	outline: none;
	background: transparent;
	padding: 1em;
	width: 50%;
	border: 1px solid #ccc;
}

section#page-contact textarea {
	width: 60%;
	border: 1px solid #ccc;
	padding: 1em;
	height: 200px;
}

section#page-contact p.attention {
	font-size: 12px;
}

section#page-contact div#btn_wrap {
	justify-content: center;
}

section#page-contact div#btn_wrap button {
	background-color: #d10606;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	color: #fff;
	display: block;
	width: 300px;
	line-height: 50px;
	border-radius: 50px;
	font-size: 15px;
	transition: .3s;
}

section#page-contact div#btn_wrap button[name="submitBack"] {
	background-color: #333;
	margin-right: 20px;
}

section#page-contact div#btn_wrap button:hover {
	background-color: #bf0000;
}

/* ラジオボタン デザイン */

/* ラジオボタンを隠す */
.radio-btns input[type=radio].radio-btns__item {
	display: none;
}

.radio-btns label {
	display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio-btns .radio-btns__item+span {
	padding-left: 2em;
	display: inline-block;
	position: relative;
}

/* 各パーツを作成 */
.radio-btns .radio-btns__item+span::after,
.radio-btns .radio-btns__item+span::before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #AAAAAA;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}

/* after上書き */
.radio-btns .radio-btns__item+span::after {
	width: 14px;
	height: 14px;
	top: 3px;
	left: 3px;
	border: none;
	background: #f18800;
	-webkit-transform: scale(0);
	/*--ここを0にすることで下線は非表示となる--*/
	-ms-transform: scale(0);
	/*--ここを0にすることで下線は非表示となる--*/
	transform: scale(0);
	transition: all .3s;
	/*--0.3秒かけて下線が表示される--*/

}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio-btns .radio-btns__item:checked+span {
	color: #f18800;
}

.radio-btns .radio-btns__item:checked+span::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* チェックボックス デザイン */

section#page-contact input[type="checkbox"] {
	/* デフォルトcheckボックス非表示*/
	display: none;
}

.mwform-checkbox-field-text {
	display: inline-block;
	position: relative;
	padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
	content: "";
	position: absolute;
	display: block;
}

.mwform-checkbox-field-text::before {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 2px;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
	border-width: 3px;
	border-color: transparent transparent #f18800 #f18800;
	border-style: solid;
	width: 20px;
	height: 10px;
	margin-top: -0.2em;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
	opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
	opacity: 1;
}

/* サンクスページ */

section#page-contact .thanks_textArea {
	text-align: center;
}

section#page-contact .thanks_textArea p {
	font-size: 16px;
	line-height: 2;
}

section#page-contact .thanks_textArea p.contact_text {
	margin-bottom: 20px;
}

section#page-contact .thanks_textArea a.ichiran_link {
	background-color: #d10606;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	color: #fff;
	display: block;
	width: 300px;
	line-height: 50px;
	border-radius: 50px;
	font-size: 15px;
	transition: .3s;
	margin: 0 auto;
	text-decoration: none;
}

section#page-contact .thanks_textArea a.ichiran_link:hover {
	background-color: #bf0000;
}

/* ステップバー デザイン */

section#page-contact .progressbar {
	margin-bottom: 30px;
}

section#page-contact .progressbar .item {
	position: relative;
	width: 33%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 13px 0;
	line-height: 1.5;
	background: #F5F5F5;
	color: #999999;
}

section#page-contact .progressbar .item:not(:last-child)::before,
section#page-contact .progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 37px solid transparent;
	border-left: 20px solid #F5F5F5;
	margin: auto;
}

section#page-contact .progressbar .item:not(:last-child)::before {
	margin-left: 1px;
	border-left-color: #FFF;
}

/* active */

section#page-contact .progressbar .item.active {
	z-index: 1;
	background: #0070BD;
	color: #FFF;
}

section#page-contact .progressbar .item.active:not(:last-child)::after {
	border-left-color: #0070bd;
}

section#page-contact .progressbar .item.active:not(:last-child)::before {
	border-left: none;
}

/*********************************************
 * PC固定ページ 個人情報保護方針
 *********************************************/

section.privacy_page p.main_text {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 3em;
}

section.privacy_page dl {
	margin-bottom: 30px;
}

section.privacy_page dl:last-child {
	margin-bottom: 0;
}

section.privacy_page dl dt {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: .5em;
	border-left: 5px solid;
	padding-left: 1em;
}

section.privacy_page dl dd {
	font-size: 14px;
	line-height: 2;
}

/*********************************************
 * PC固定ページ 404ページ
 *********************************************/


section#page-404 {
	text-align: center;
}

section#page-404 p.num {
	font-size: 100px;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

section#page-404 p.text {
	margin-bottom: 1em;
	font-size: 16px;
}

/*********************************************
 * PC固定ページ アーカイブページ
 *********************************************/


/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}

.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #66cccc;
	border-color: #66cccc;
}

.wp-pagenavi span.current {
	color: #FFF;
	background-color: #66cccc;
	border-color: #66cccc;
	font-weight: bold;
}

/*********************************************
 * PC投稿ページ シングルページ
 *********************************************/

div#single_page .fl_wrap {
	align-items: flex-start;
}

.singleContent h1 {
    font-size: 22px;
    padding: 15px 40px 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    letter-spacing: 1px;
    line-height: 1.4;
}

.singleContent .single_title {
	margin-bottom: 50px;
}

.singleContent .single_title time {
	font-size: 12px;
	font-weight: 600;
}

.singleContent .single_title time i {
	margin-right: .5em;
}

.singleContent .category_list {
	margin-bottom: 20px;
}

.singleContent .category_list ul li {
    font-size: 10px;
    font-weight: 600;
    padding: 0.5em 2em;
    margin: 5px;
    list-style: none;
    background: #f0f8ff;
    color: #333;
    border: 1px solid #bdd7ee;
}

.singleContent h2 {
	font-size: 20px;
	border-left: 2px solid;
	padding: 15px;
	margin: 1.5em 0 1em;
	position: relative;
	line-height: 1.4;
	background-color: rgb(52 61 74 / 20%);
}

.singleContent h2::before,
.singleContent h2::after {
	content: "";
	position: absolute;
	left: -3px;
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 15px;
}

.singleContent h2::before {
	top: 0px;
}

.singleContent h2::after {
	bottom: 0;
}

.singleContent h3 {
	position: relative;
	padding: 0.7rem 1rem;
	font-size: 18px;
	margin: 1.5em 0 1.5em 0;
	color: #fff;
	background-color: #566b73;
}

.singleContent h4 {
	padding: 10px;
	margin: 1.5em 0 1em 0;
	color: #333;
	border-bottom: 1px solid #333;
	font-size: 22px;
}

.singleContent h4:before {
	content: '■';
	padding-right: 10px;
}

.singleContent h5 {
	font-size: 18px;
	border-left: 5px solid;
	padding-left: 1em;
	margin: 1.5em 0;
}

.singleContent h6 {
	font-size: 18px;
	border-bottom: 1px solid;
	padding-bottom: .5em;
	margin: 1.5em 0;
}
.singleContent p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px;
}
.singleContent img {
margin-bottom: 20px;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.alignleft {
    float: left;
    margin-right: 15px;
}

div#single_page .singleContent {
	width: 62%;
}

div#single_page .singleContent a.ichiran_link {
	display: block;
	width: 300px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #333;
	margin: 50px auto 0 auto;
	font-size: 16px;
	transition: .3s;
}

div#single_page .singleContent a.ichiran_link:hover {
	opacity: .7;
}

div#single_page .singleSidebar {
	width: 32%;
	background-color: #f1f1f1;
	padding: 20px;
}

div#single_page aside#info-side {
	background-color: #fff;
	padding: 20px;
}

div#single_page aside#info-side h2 {
	font-size: 20px;
	text-align: center;
	border-bottom: 2px solid;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

div#single_page aside#info-side p#news-not_found {
	text-align: center;
}

div#single_page aside#info-side ul li a {
	color: initial;
	display: block;
	border-bottom: 1px dashed;
	padding: 10px;
	transition: .3s;
}

div#single_page aside#info-side ul li a:hover {
	opacity: .7;
}

div#single_page aside#info-side ul li a time {
	font-size: 12px;
	font-weight: 600;
}

div#single_page aside#info-side ul li a time i {
	margin-right: .5em;
}

div#single_page aside#info-side ul li a h3 {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.hd_area {
	align-items: center;
	padding: 25px 30px;
	position: relative;
	box-shadow: 0px 10px 10px rgba(70, 70, 70, 0.08);
}

.hd_area p.small_text {
	width: 100%;
	font-size: 12px;
	margin-left: 100px;
}

.hd_logo {
	width: 280px;
	margin-top: 6px;
}

.hd_txt {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	left: 328px;
	top: 52px;
	/*font-weight: 600;*/
}

@media (max-width:1300px) {
    .hd_area {
    align-items: center;
    padding: 25px 30px;
    position: relative;
    justify-content: center;
    box-shadow: 0px 10px 10px rgb(70 70 70 / 8%);
}
	.hd_txt {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: 2px;
    left: 40px;
    font-weight: 600;
}
}

ul.hd_menu li a {
	color: #333;
	font-size: 16px;
	display: block;
	padding: 4px 31px 2px;
	border-left: solid 2px #E6E6E6;
	/*font-weight: bold;*/
	letter-spacing: 0.06em;
}

ul.hd_menu li a span {
	display: block;
	font-size: 10px;
}

ul.hd_menu li {
	text-align: center;
}

ul.hd_menu li a:hover {
	transition: 0.2s;
	color: #b3b3b3;
}

ul.hd_menu li:first-child a {
	border-left: none;
}

section.sec_mv {
	position: relative;
	height: calc(100vh - 98px);
	padding-top: 6vh;
	min-height: 700px;
}

section.sec_mv .slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

section.sec_mv .bx-wrapper {
	background: none;
	border: none;
	box-shadow: none;
}

section.sec_mv .bx-viewport {
	height: calc(100vh - 98px) !important;
	min-height: 700px;
}

section.sec_mv .slider ul li {
	height: calc(100vh - 98px);
	background-size: cover !important;
	background-position: center !important;
	min-height: 700px;
}

.mv_txt {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 2;
}

p.mv_txt_ja_small {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 4px;
}

p.mv_txt_ja_big {
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 12px;
	letter-spacing: 4px;
}

p.mv_txt_en {
	font-size: 14px;
	letter-spacing: 1.7px;
}

section.sec_mv:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 2;
}

/*スクロールダウン全体の場所*/
.scrolldown1 {
	/*描画位置※位置は適宜調整してください*/
	position: absolute;
	left: 50%;
	bottom: 10px;
	/*全体の高さ*/
	height: 50px;
	z-index: 2;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
	/*描画位置*/
	position: absolute;
	left: -37px;
	top: -19px;
	/*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	width: 100px;
}

/* 線の描写 */
.scrolldown1::after {
	content: "";
	/*描画位置*/
	position: absolute;
	top: 0;
	/*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
	/*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}

	30% {
		height: 30px;
		opacity: 1;
	}

	100% {
		height: 0;
		top: 50px;
		opacity: 0;
	}
}

.home section.sec_about {
	padding-top: 100px;
}

section.sec_about {
	padding-bottom: 75px;
	text-align: center;
}

section.sec_about p.info_text {
	text-align: justify;
}

section.sec_about .inBox+.inBox {
	margin-top: 100px;
}

section.sec_about ul {
	margin: 50px 0 0;
}

section.sec_about ul li {
	width: 49%;
	text-align: left;
	margin-bottom: 25px;
}

section.sec_about ul li .image {
	height: 350px;
	background-size: cover !important;
	background-position: center !important;
}

section.sec_about ul li .textArea {
	display: none;
	position: relative;
	padding: 10px 10px 10px 130px;
}

section.sec_about ul li .textArea p.num {
	position: absolute;
	left: 0;
	top: 0;
	background: #f0f8ff;
	color: #333;
	height: 100%;
	width: 120px;
	text-align: center;
	font-size: 13px;
	font-style: italic;
	justify-content: center;
	align-items: center;
	font-weight: 800;
}

section.sec_about ul li .textArea h3 {
	font-size: 18px;
}

p.sec_about_h2_en {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1.2px;
}

h2.sec_about_h2 {
	font-size: 30px;
	letter-spacing: 6px;
}

dl.sec_about_txt {
	margin-top: 30px;
	margin-bottom: 60px;
}

dl.sec_about_txt dd {
	margin: 0;
}

dl.sec_about_txt dt {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
}

dl.sec_about_txt dd {
	font-size: 16px;
	letter-spacing: 1px;
	text-align: justify;
}

dl.sec_about_txt dd .image {
	margin-top: 50px;
}

a.top_btn {
	color: #333;
	font-weight: bold;
	display: inline-block;
	border: solid 2px #333;
	font-size: 16px;
	padding: 15px 70px;
	border-radius: 7px;
}

p.sec_news_en {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

h2.sec_news_h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

ul.news_ul li {
	width: 31%;
	margin-bottom: 40px;
	margin-right: 30px;
}

.home ul.news_ul li {
	margin-bottom: 0;

}

.news_image {
	margin-bottom: 20px;
	height: 240px;
}

ul.news_ul .flex_box {
	align-items: center;
	margin-bottom: 5px;
}

ul.news_ul .flex_box .cat {
	background-color: #333;
	color: #fff;
	font-size: 14px;
	letter-spacing: .08em;
	padding: 2px 10px 0;
	margin-left: 15px;
}

body.category-information ul.news_ul .flex_box .cat {
	display: none;
}

p.news_date {
	color: #696969;
	font-size: 14px;
}
.block-date-cate {
    display: flex;
    justify-content: space-between;
}
.item-cate {
}
.item-cate .cate-list {
    display: inline-block;
}
.item-cate .cate-list li {
    display: inline-block;
    width: auto;
    margin-right: 0;
    margin-left: 5px;
    background: #f0f8ff;
    color: #333;
    border: 1px solid #bdd7ee;
}
.item-cate .cate-list li:first-child {
    margin-left: 0;
}
.news-box-border {
    border-bottom: solid 1px #959595;
    padding-bottom: 30px;
    margin-bottom: 20px;
    /* min-height: 230px; */
}

h3.news_ttl {
	color: #333;
	font-size: 18px;
	margin-bottom: 5px;
	overflow: hidden;
	/*display: -webkit-box;*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

p.news_txt {
    color: #333;
    font-size: 14px;
    /* overflow: hidden; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 3; */
    text-align: justify;
}

p.news_more {
	font-size: 14px;
	color: #333;
}

p.news_more:after {
	content: "";
	width: 13px;
	height: 13px;
	background-image: url(/wp-site/wp-content/uploads/2022/01/plus.png);
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 1px;
	left: 10px;
}

ul.news_ul {
	margin-bottom: 60px;
	display: flex;
}

.news-archive ul.news_ul {
    display: inline-block;
    width: 100%;
}
.news-archive ul.news_ul li {
    width: 100%;
}
.news-archive ul.news_ul li .news_image {
    max-width: 240px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.news-info-box {
    width: calc(100% - 270px);
    display: inline-block;
}
.news-archive .item-cate .cate-list li {
    width: auto;
    margin-bottom: 10px;
}
.news-archive .news-box-border {
    padding-bottom: 15px;
    margin-bottom: 20px;
    min-height: 160px;
}



.news_btn {
	text-align: center;
}

section.sec_news {
	padding-bottom: 120px;
}

ul.news_ul li:hover {
	opacity: 0.7;
	transition: 0.3s;
}

footer#main_footer {
	background-color: #f0f8ff;
	text-align: center;
	padding-top: 28px;
	padding-bottom: 20px;
	color: #333;
}

.ft_logo {
	width: 230px;
	/* margin: 0 auto 40px; */
	margin-right: 50px;
}

p.ft_address {
	font-size: 14px;
}

p.ft_number {
	font-size: 12px;
	line-height: 1;
	margin-top: 4px;
}

footer#main_footer .wrap {
	border-bottom: solid 1px #333;
	padding-bottom: 45px;
	margin-bottom: 20px;
}

address {
	font-size: 12px;
	font-style: normal;
}

.common-page_main {
	padding: 60px 0;
	text-align: center;
	background-image: url("/wp-site/wp-content/uploads/2022/03/top03-scaled.jpeg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.page_theStudy section.summary_group {
	margin-bottom: 100px;
}

.page_theStudy section h2 {
	margin-bottom: 1em;
	text-align: center;
}

.page_theStudy section.summary_group .textArea p {
	line-height: 2;
}

.page_theStudy section.summary_group .textArea ul {
	margin: 20px 0;
}

.page_theStudy section.summary_group .textArea ul li {
	background: #f0f8ff;
	padding: .8em .8em .8em 60px;
	color: #333;
	background-image: url(/wp-site/wp-content/uploads/2022/03/icon_check.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 20px;
	border: 1px solid #cce7ff;
}

.page_theStudy section.summary_group .textArea ul li small {
	margin-left: .5em;
}

.page_theStudy section.summary_group .textArea ul li+li {
	margin-top: 20px;
}

.page_theStudy section.planned_research dl {
    /* border: 2px solid #cce7ff; */
    line-height: 2;
    margin: 0;
}

.page_theStudy section.planned_research dl dt {
	width: 30%;
	background: #f0f8ff;
	color: #333;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 220px;
}

.page_theStudy section.planned_research dl dd {
    width: 70%;
    margin: 0;
    padding: 1em;
    padding-bottom: 50px;
    margin-bottom: 0;
    min-height: 230px;
}

.page_theStudy section.planned_research dl dd .ttl {
	font-weight: 700;
	font-size: 18px;
}
.page_theStudy section.planned_research dl dd p:nth-child(3) {
	    text-align: justify;
}

.page_member nav {
	margin-bottom: 60px;
	/*border-bottom: 3px solid #07539f;*/
	padding: 0 0 20px;
}

.page_member nav ul li {
	/* width: 20%; */
	text-align: center;
}

.page_member nav ul li:first-child a {
	/* border-left: 2px solid #ccc; */
}

.page_member nav ul li a {
    display: block;
    color: initial;
    /* border: 2px solid #ccc; */
    border-left: none;
    padding: 0 28px;
    position: relative;
    background-color: #f0f8ff;
    color: #333;
    border: 1px solid #bdd7ee!important;
    line-height: 32px;
    transition: 0.2s;
}

.page_member nav ul li a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 22px;
	display: none;
}

.page_member .member_wrap h2 {
	/* background: #f1f1f1; */
	color: #333;
	/* padding: .5em 1em; */
	/* margin-bottom: 1em; */
	position: relative;
	border-bottom: 2px solid #07539f;
	color: #07539f;
	padding: 0 0 6px;
	margin-bottom: 20px;
}

.page_member .member_wrap h2:before {
	content: "■";
	margin-right: .5em;
}

.page_member .member_box+.member_box {
	margin-top: 30px;
}

.page_member .member_box ul li+li {
	/* margin-top: 20px; */
}

.page_member .member_box ul li {
	/* background: #07539f; */
	/* padding: 3px; */
	width: 49%;
	margin-bottom: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.page_member .member_box ul li a {
	background: #fff;
	padding: 18px 14px;
	color: initial;
	align-items: center;
	transition: .3s;
	flex-wrap: nowrap;
	justify-content: flex-start;
	height: 100%;
}

.page_member .member_box ul li a:hover {
	opacity: .7;
}

.page_member .member_box ul li a .image {
	width: 150px;
	flex-shrink: 0;
}

.page_member .member_box ul li a .textArea {
	/* width: 88%; */
	flex-grow: 1;
	margin-left: 20px;
}

.page_member .member_box ul li a .textArea h3 {
	border-left: 3px solid #07539f;
	font-size: 22px;
	letter-spacing: 0.03em;
	padding-left: 10px;
}

.page_member .member_box ul li a .textArea h3 span {
	margin-left: 1em;
	font-size: 14px;
}

.page_member .member_box ul li a .biko p {
	margin: 0px 10px 3px 0;
	font-size: 14px;
}

/* .page_member .member_box ul li a .biko p:before {
  content: "#";
} */

a.pageTop {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 80px;
	background: #333;
	color: #fff;
	text-align: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	border: 1px solid #fff;
}

a.pageTop:before {
	content: "";
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	position: absolute;
	left: calc(50% - 5px);
	top: 13px;
}

header#pc_header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	background: #fff;
}

.common-page_main .title_box h1.title {
    letter-spacing: 0.2em;
    line-height: 1;
    font-weight: bold;
    text-shadow: -2px -2px 15px #fff, 2px 2px 15px #fff;
}

.common-page_main .title_box .sub_title {
	font-weight: bold;
	margin-top: 6px;
	display: none;
}

.common-page_main::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.3;
	z-index: 50;
}

.common-page_main .wrap {
	position: relative;
	z-index: 100;
}

body.overview ul.hd_menu li a.overview,
body.research ul.hd_menu li a.research,
body.member ul.hd_menu li a.member,
body.page-template-page-news ul.hd_menu li a.information,
body.single-post ul.hd_menu li a.information,
body.category-information ul.hd_menu li a.information,
body.page-template-page-report ul.hd_menu li a.results,
body.results ul.hd_menu li a.results {
	background-color: #333;
	color: #fff;
}

.ft_box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ft_company_info {
	text-align: left;
}

section.sec_about ul li a {
	color: #000;
	position: relative;
	display: block;
}

section.sec_about ul li a .hover_text_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.7);
	flex-direction: column;
	color: #fff;
	padding: 0 36px;
	text-align: center;
	letter-spacing: 0.06em;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}

section.sec_about ul li a:hover .hover_text_area {
	visibility: visible;
	opacity: 1;
}

section.sec_about ul li a .hover_text_area h3 {
	margin-top: 0;
	font-size: 24px;
}

.page_theStudy section.summary_group .image {
	margin-top: 50px;
}

.planned_research .page_member nav ul li {
	width: 25%;
}

.page_member .member_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page_member .member_box ul li a .textArea .biko {
	margin-top: 16px;
}

.news_image img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}

.page_theStudy section.planned_research dl dt .img {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.sec_about ul li a .hover_text_area .num {
	font-size: 60px;
	font-weight: bold;
}

.page_theStudy section.summary_group .textArea {
	text-align: justify;
}

.research_overview_list .list li {
    width: 49%;
    margin-bottom: 8px;
    border: 1px solid #333;
    margin-right: 1%;
}

.research_overview_list .list li a {
	display: flex;
	align-items: center;
}

.research_overview_list .list li .num {
	width: 100px;
	flex-shrink: 0;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
}

.research_overview_list .list li .img {
	flex-shrink: 0;
	width: 165px;
	height: 108px;
}

.research_overview_list .list li .img img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}

.research_overview_list .list li .text {
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.research_overview_list .list {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
}

.page_member nav ul {
	justify-content: flex-start;
}

.page_member nav ul li+li {
	margin-left: 14px;
}

.page_member nav ul li a:hover {
    background-color: #07539f;
    color: #fff;
}

.page_theStudy section.planned_research dl dd strong {
	font-size: 18px;
}

.page_theStudy section.planned_research dl dd a.link {
	background-color: #333;
	display: block;
	display: inline-block;
	color: #fff;
	padding: 2px 22px 0px;
	border-radius: 2px;
	margin-top: 10px;
	font-size: 15px;
}

.research_group_box {
    border: 2px solid #cce7ff;
    margin-bottom: 20px;
}




/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.link-more {
    background-color: #333;
    display: block;
    display: inline-block;
    color: #fff;
    padding: 2px 22px 0px;
    border-radius: 2px;
    margin-top: 0;
    font-size: 15px;
    margin-left: 31.5%;
	cursor : pointer;
}


/*アコーディオンで現れるエリア*/
.research-content .box {
    display: none;
    margin: 20px 15px 0;
    padding: 10px 0 5px;
    border-top: 2px solid #cce7ff;
}
.research-content {
    position: relative;
    margin: -40px 0 10px;
}
.research-content .box p {
    margin-bottom: 10px;
}



@media (max-width: 750px) {

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.wrap {
		max-width: 90%;
	}

	/*********************************************
     * SP固定ページ 共通設定
     *********************************************/

	.common-page_wrap {
		padding: 20vw 0;
	}

	.common-page_title h2 {
		font-size: 5vw;
	}

	.common-page_title p.sub_title {
		font-size: 3vw;
	}

	p.reserve_text {
		font-size: 6vw;
	}

	a.common-btn {
		width: 80%;
		line-height: 12vw;
	}

	a.common-btn:hover {
		opacity: 1;
	}

	/* パンくず */

	.breadcrumb {
		font-size: 2.5vw;
	}

	/*********************************************
     * SPヘッダー
     *********************************************/

	header#sp_header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		box-shadow: 1px 1px #ccc;
		z-index: 999;
		height: 55px;
	}

	header#sp_header .logo {
		position: absolute;
		left: 10px;
		top: 10px;
		line-height: 0;
		width: 180px;
	}

	header#sp_header .logo img {
		/* height: 40px; */
	}

	header#sp_header a.icon {
		color: #000;
		position: absolute;
	}

	header#sp_header a.mail {
		right: 70px;
		top: 13px;
		font-size: 25px;
	}

	header#sp_header a.tel {
		right: 110px;
		top: 15px;
		font-size: 20px;
	}

	/*********************************************
     * SP固定ページ 会社概要
     *********************************************/

	section.company_profile {
		margin-bottom: 20vw;
	}

	section.company_profile table th,
	section.company_profile table td {
		font-size: 3.2vw;
		width: 100%;
		display: block;
	}

	section.company_profile table {
		border-top: 1px solid;
	}

	section.company_profile table th {
		width: 100%;
		background-color: #f2f2f2;
	}

	section.company_profile table td {
		width: 100%;
	}

	section.company_access .map {
		height: 50vw;
	}

	/*********************************************
     * SP固定ページ お問い合わせ
     *********************************************/

	section#page-contact table {
		margin-bottom: 10vw;
	}

	section#page-contact table th,
	section#page-contact table td {
		font-size: 4vw;
		display: block;
	}

	section#page-contact table th {
		width: 100%;
		text-align: left;
	}

	section#page-contact table td {
		width: 100%;
	}

	section#page-contact input[type="text"],
	section#page-contact input[type="email"],
	section#page-contact #zip {
		width: 100%;
		height: 12vw;
	}

	section#page-contact input.tel {
		width: 30%;
	}

	section#page-contact select {
		width: 100%;
	}

	section#page-contact textarea {
		width: 100%;
		height: 60vw;
	}

	section#page-contact div#btn_wrap button {
		width: 80%;
		line-height: 12vw;
		border-radius: 12vw;
		font-size: 4vw;
	}

	section#page-contact div#btn_wrap button[name="submitBack"] {
		margin-right: 0;
		margin-bottom: 4vw;
	}

	span.mwform-checkbox-field.horizontal-item {
		display: block;
	}

	.mw_wp_form .horizontal-item+.horizontal-item {
		margin-left: 0;
		margin-top: 2vw;
	}

	section#page-contact p.attention {
		font-size: 3vw;
	}

	/* サンクスページ */
	section#page-contact .thanks_textArea p {
		font-size: 4vw;
	}

	section#page-contact .thanks_textArea p.contact_text {
		margin-bottom: 2em;
	}

	section#page-contact .thanks_textArea a.ichiran_link {
		width: 80%;
		line-height: 12vw;
		border-radius: 12vw;
		font-size: 4vw;
	}

	/* ステップバー デザイン */

	section#page-contact .progressbar .item {
		font-size: 11px;
		line-height: 1.4;
		padding: 10px 0;
	}

	section#page-contact .progressbar .item:not(:last-child)::before,
	section#page-contact .progressbar .item:not(:last-child)::after {
		border-width: 25px;
		border-left-width: 12px;
	}

	/*********************************************
     * SP固定ページ 個人情報保護方針
     *********************************************/

	section.privacy_page p.main_text {
		font-size: 3.5vw;
	}

	section.privacy_page dl {
		margin-bottom: 10vw;
	}

	section.privacy_page dl dt {
		font-size: 4vw;
	}

	section.privacy_page dl dd {
		font-size: 3.5vw;
		margin-left: 5vw;
	}

	/*********************************************
     * SP固定ページ 404ページ
     *********************************************/


	section#page-404 p.num {
		font-size: 20vw;
		line-height: 1.5;
	}

	section#page-404 p.text {
		font-size: 3.5vw;
	}

	/*********************************************
     * SP投稿ページ シングルページ
     *********************************************/

	.singleContent h1 {
		font-size: 4.5vw;
		padding: 2vw;
	}

	.singleContent .single_title {
		margin-bottom: 10vw;
	}

	.singleContent .single_title time {
		font-size: 3vw;
	}

	.singleContent .category_list {
		margin-bottom: 2vw;
	}

	.singleContent .category_list ul li {
		font-size: 2.5vw;
	}

	.singleContent h2 {
		font-size: 4.2vw;
		padding: 2vw;
	}

	.singleContent h3 {
		font-size: 4vw;
		padding: 2vw;
		margin: 1.5em 0 1em;
	}

	.singleContent h4 {
		font-size: 4vw;
		padding: 2vw;
		margin: 1.5em 0 1em;
	}

	.singleContent h5 {
		font-size: 4vw;
	}

	.singleContent h6 {
		font-size: 3.8vw;
	}

	.singleContent p {
		font-size: 3.5vw;
	}

	div#single_page .singleContent {
		width: 100%;
	}

	div#single_page .singleContent a.ichiran_link {
		width: 80%;
		line-height: 12vw;
		margin: 10vw auto 0 auto;
		font-size: 4vw;
	}

	div#single_page .singleContent a.ichiran_link:hover {
		opacity: 1;
	}

	div#single_page .singleSidebar {
		display: none;
	}

	section.sec_mv {
		height: auto;
		padding-top: 10vw;
		padding-bottom: 40vw;
		z-index: 10;
		min-height: unset;
	}

	p.mv_txt_ja_small {
		font-size: 3.7vw;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	p.mv_txt_ja_big {
		font-size: 6vw;
		line-height: 1.2;
		padding: 0 3%;
		margin-bottom: 30px;
	}

	p.mv_txt_en {
		font-size: 1vw;
		padding: 0 3%;
	}

	.home section.sec_about {
		padding: 50px 5%;
	}

	section.sec_about {
		background-size: cover;
		background-position: center 70px;
	}

	p.sec_about_h2_en {
		font-size: 4vw;
	}

	h2.sec_about_h2 {
		font-size: 6vw;
	}

	dl.sec_about_txt dd {
		/* text-align: left; */
		font-size: 15px;
		line-height: 2;
	}

	dl.sec_about_txt dd br {
		display: none;
	}

	a.top_btn {
		padding: 0;
		width: 100%;
		line-height: 4;
	}

	dl.sec_about_txt {
		margin-bottom: 30px;
	}

	p.sec_news_en {
		font-size: 4vw;
	}

	h2.sec_news_h2 {
		font-size: 8vw;
	}

	ul.news_ul li {
		width: 100%;
		margin-bottom: 50px;
		margin-right: 0;
	}

	p.news_txt {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	ul.news_ul {
		margin-bottom: 20px;
		flex-wrap: wrap;
	}

	section.sec_news {
		padding-bottom: 90px;
	}

	.news_image img {
		width: 100%;
	}

	address {
		padding: 0 5%;
	}

	.ft_logo {
		width: 70%;
		margin: auto;
	}

	section.sec_about .inBox+.inBox {
		margin-top: 20vw;
	}

	section.sec_about ul {
		margin: 4vw 0;
	}

	section.sec_about ul li {
		width: 100%;
		margin-bottom: 4vw;
	}

	section.sec_about ul li .image {
		height: 54vw;
	}

	section.sec_about ul li .textArea {
		padding: 4vw 4vw 4vw 25vw;
	}

	section.sec_about ul li .textArea p.num {
		width: 22vw;
		font-size: 3vw;
	}

	section.sec_about ul li .textArea h3 {
		font-size: 3vw;
	}

	.common-page_main {
		padding: 10vw 0 6vw;
		margin-top: 50px;
	}

	.page_theStudy section.summary_group {
		margin-bottom: 20vw;
	}

	.page_theStudy section.summary_group .textArea {
		font-size: 4vw;
	}

	.page_theStudy section.summary_group .textArea ul {
		margin: 4vw 0;
	}

	.page_theStudy section.summary_group .textArea ul li {
		background-size: 4vw;
		background-position: 4vw;
		padding-left: 12vw;
	}

	.page_theStudy section.summary_group .textArea ul li+li {
		margin-top: 4vw;
	}

	.page_theStudy section.planned_research dl {
		font-size: 4vw;
	}

	.page_theStudy section.planned_research dl dt {
		width: 100%;
		height: auto;
		padding: .5em;
	}

	.page_theStudy section.planned_research dl dd {
		width: 100%;
	}

	.page_member nav {
		margin-bottom: 10vw;
	}

	.page_member nav ul li {
		/* width: 100%; */
		flex-grow: 1;
	}

	.page_member nav ul li:last-child a {
		border-bottom: 2px solid;
	}

	.page_member nav ul li a {
		border-left: 2px solid;
		border-bottom: none;
	}

	.page_member .member_wrap h2 {
		font-size: 5vw;
	}

	.page_member .member_wrap h2:before {
		content: "■";
		margin-right: .5em;
	}

	.page_member .member_box+.member_box {
		margin-top: 8vw;
	}

	.page_member .member_box ul li+li {
		margin-top: 5vw;
	}

	.page_member .member_box ul li a .image {
		width: 100%;
		margin-bottom: 4vw;
		text-align: center;
	}

	.page_member .member_box ul li a .textArea {
		width: 100%;
	}

	.page_member .member_box ul li a .textArea h3 {
		font-size: 5vw;
		margin-bottom: 3vw;
	}

	.page_member .member_box ul li a .textArea h3 span {
		font-size: 3.3vw;
	}

	.page_member .member_box ul li a .biko p {
		margin: 0 3vw;
		font-size: 3.5vw;
	}

	/* .page_member .member_box ul li a .biko p:before {
		content: "#";
	} */

	section.sec_mv .bx-viewport {
		height: 100vw !important;
		min-height: unset;
	}

	section.sec_mv .slider ul li {
		height: 140vw;
		min-height: unset;
	}

	a.pageTop {
		width: 12vw;
		height: 12vw;
		line-height: 15vw;
		right: 4vw;
		bottom: 4vw;
		font-size: 3.5vw;
	}

	a.pageTop:before {
		width: 2vw;
		height: 2vw;
		left: calc(50% - 1vw);
		top: 2vw;
	}

	body {
		margin-top: 55px;
	}

	.common-page_main .title_box h1.title {
		font-size: 26px;
	}

	.ft_box {
		flex-direction: column;
	}

	.ft_company_info {
		text-align: center;
		margin-top: 18px;
	}

	footer#main_footer .wrap {
		padding-bottom: 28px;
	}

	section.sec_about ul li a .hover_text_area {
		opacity: 1;
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
	}

	section.sec_about ul li a .hover_text_area .num {
		font-size: 7vw;
	}

	section.sec_about ul li a .hover_text_area h3 {
		font-size: 3.5vw;
	}

	.planned_research .page_member nav ul li {
		width: 100%;
	}

	.page_member .member_box ul li {
		width: 100%;
	}

	.page_member .member_box ul li a {
		flex-wrap: wrap;
		padding: 10px 0;
	}

	.page_member .member_box ul li a .image img {
    max-height: 200px;
    width: auto!important;
}

	.home ul.news_ul li {
		margin-right: 0;
	}

	.home ul.news_ul li+li {
		margin-top: 30px;
	}

	.page_theStudy section.planned_research dl dt .img {
		height: 55vw;
	}

	.research_overview_list .list li .num {
		width: 100%;
		font-size: 20px;
		border-bottom: 1px solid #eee;
		margin-bottom: 10px;
	}

	.research_overview_list .list {
		display: block;
	}

	.research_overview_list .list li {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 6px 0 14px;
		width: 100%;
	}

	.research_overview_list .list li a {
		flex-wrap: wrap;
	}

	.research_overview_list .list li .img {
		width: 100px;
		height: auto;
	}

	.research_overview_list .list li .text {
		width: calc(100% - 120px);
		margin-left: 15px;
		font-size: 14px;
	}

	.page_theStudy section.planned_research dl dd .ttl {
		font-size: 4vw;
		line-height: 1.5;
	}

	.page_member nav ul li+li {
		margin-left: 0;
	}

	.page_member nav ul {
		gap: 6px;
	}

.link-more {
    margin-left: 15px;
}
p.news_txt {
    -webkit-box-orient: unset;
}




}




@media (max-width: 600px) {
.news-info-box {
    width: 100%;
}
.news-archive ul.news_ul li .news_image {
    display: table;
    margin: 0 auto 15px;
}

}



.singleContent .thumbnail {
    display: none;
}