@charset "utf-8";
/*
Theme Name: ロシナンテ
Author: Russinante Inc.
Author URI: http://www.russinante.jp/
*/
/*
01.news
02.table
03.cms
04.form
05.page_nav
06.error-page
*/

.textCenter{
	text-align: center;
}

/*01.NEWS
************************************************************************************/
ul.news-list{
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}
ul.news-list li{
	display: table;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 1.5em 0;
}

ul.news-list li .date {
	color: #003376;
	font-weight: bold;
	display: table-cell;
	vertical-align: top;
	width: 8em;
}

ul.news-list li .title {
	display: table-cell;
	vertical-align: top;
	border: 0;
	padding: 0;
}
ul.news-list li .title a{
	color: #3F68B0;
}
@media screen and (max-width: 599px) {
	ul.news-list li{
		display: block;
	}

	ul.news-list li .date {
		display: block;
		width: auto;
		padding: 0;
	}

	ul.news-list li .title {
		display: block;
		padding: 0;
	}
}

#page_news.page_details .lv_h1{
	padding: .8em .9em;
	font-size: 1.85em;
	line-height: 1.6em;
}
#page_news.page_details .news_date{
	text-align: right;
}


/*02.table & dl
************************************************************************************/
/*table
----------------------------------------------------------------------*/
table.normal,
.post-content table{
	margin: 5px auto 15px auto;
	width: 100%;
	border: 0;
	border-top: 1px solid #003376;
}
table.normal.auto,
.post-content table.auto{
	width: auto;
	margin: 5px 0 15px 0;
}
table.normal caption,
.post-content table caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before,
.post-content table caption:before{
	content: "■";
}

table.normal thead th,
.post-content table thead th{
	padding: 15px;
	border-bottom: 1px solid #003376;
	text-align: center;
	font-weight:bold;
	color: #FFF;
	background: #3865a1;
}
table.normal thead th a,
.post-content table thead th a{
	color:#FFF;
}
table.normal tbody th,
.post-content table tbody th{
	padding: 15px;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #003376;
	background: #f0f8fc;
}
table.normal.auto th,
.post-content table.auto th{
	padding: 1px 2em;
}

table.normal tbody td,
.post-content table tbody td{
	padding: 15px;
	border-bottom: 1px solid #003376;
	border-right: 1px solid #ccc;
}
table.normal tbody td:last-child,
.post-content table tbody td:last-child{
	border-right: 0;
}
table.normal.center td{
	text-align: center;
}

.table_caption{
	text-align: right;
}

/*スクロール*/

.table_scroll .sp_comment{
	display: none;
}
.table_scroll .scroll_body{}


@media screen and (max-width: 768px){
	.table_scroll .sp_comment{
		display: block;
		padding: 10px;
		border: 1px solid #ededed;
		margin: 10px 0;
	}
	.table_scroll .sp_comment:after{
		content: "※表が見切れている場合は、横にスクロールしてご覧いただけます";
		color: #666;
		display: block;
	}
	.table_scroll .scroll_body{
		width: 97%;
		margin: auto;
		overflow-x: scroll;
		font-size: 14px !important;
	}
	.table_scroll .scroll_body table{
		width: 1200px !important;
		font-size: 14px !important;
	}
	.table_scroll .scroll_body table th,
	.table_scroll .scroll_body table td,
	.table_scroll .scroll_body table.main th,
	.table_scroll .scroll_body table.main td,
	.table_scroll .scroll_body table.normal th,
	.table_scroll .scroll_body table.normal td{
		word-break: break-all;
		font-size: 14px !important;
	}
}

/*sp*/

@media screen and (max-width: 768px){
	table.smartphone,
	.post-content .smartphone table{
		display: block;
		width: 100%;
		border: 0 !important;
	}
	table.smartphone thead,
	.post-content .smartphone table thead{
		display: none;
	}
	table.smartphone tbody,
	.post-content .smartphone table tbody{
		display: block;
		width: 100%;
	}
	table.smartphone tr,
	.post-content .smartphone table tr{
		display: block;
		width: 100%;
	}
	table.smartphone th,
	table.smartphone td,
	.post-content .smartphone table th,
	.post-content .smartphone table td{
		display: list-item;
		width: 100% !important;
		padding: 10px 10px !important;
		box-sizing: border-box;
		display: block;
	}
	table.smartphone th,
	.post-content .smartphone table th{
		list-style-type: none;
		display: block;
	}

	table.smartphone td,
	.post-content .smartphone table td{
		margin-left: 0;
		list-style-type: none;
		border: 0 !important;
	}
}

/*dl
----------------------------------------------------------------------*/
dl.dl_normal dt{
	background: #f2f7fc;
	position: relative;
	padding: .8em 1em .8em 1.5em;
	color: #003376;
	font-weight: bold;
	margin-bottom: .7em;
	font-size: 1.125em;
}
dl.dl_normal dt:before{
	position: absolute;
	height: 1px;
	width: 30px;
	background: #003376;
	content: "";
	left: -1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
dl.dl_normal dd{
	margin-bottom: 50px;
	padding: 0 1em;
}
dl.dl_normal dd p{
	padding-bottom: 1em;
}
dl.dl_normal dd p:last-child{
	padding-bottom: 0;
}

/*09.cms
************************************************************************************/
.post-content a{
	color: #1295BC;
	text-decoration: underline;
}
.post-content a.wp-block-button__link{
	text-decoration: none !important;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content blockquote{
	padding-bottom: 1em;
}
.wp-block-uagb-container p{
	padding-bottom: 0;
}
/*list*/
.post-content ul{
	list-style: disc;
	margin-left: 3em;
}
.post-content ul.ar{
	list-style: none;
}
.post-content ol{
	list-style: decimal;
	margin-left: 3em;
}
.post-content ol li,
.post-content ul li{
	margin-bottom: .7em;
}


/*blockquote*/
.post-content blockquote{
	max-width: 90%;
	position: relative;
	padding: 3em 2.5em 2em 3.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1em auto 2em;
	color: #000000;
	background-color: #eef5f7;
}
.post-content blockquote::before {
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
	width: 1.5em;
	height: 1.5em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M21.8%2012H18V9c0-1.7%201.3-3%203-3h.4c.6%200%201.1-.5%201.1-1.1V2.6c0-.6-.5-1.1-1.1-1.1H21c-4.1%200-7.5%203.4-7.5%207.5v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6C24%2013%2023%2012%2021.8%2012zM8.2%2012H4.5V9c0-1.7%201.3-3%203-3h.4C8.5%206%209%205.5%209%204.9V2.6c0-.6-.5-1.1-1.1-1.1h-.4C3.4%201.5%200%204.9%200%209v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6c.1-1.2-.9-2.2-2.2-2.2z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	content: '';
	opacity: .4;
}
.post-content blockquote p {
	margin-top: 0;
}
.post-content blockquote cite {
	display: block;
	opacity: .9;
	font-size: .8em;
	text-align: right;
}

/*caption*/
.post-content .wp-caption{
	margin-bottom: 2em;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.post-content .wp-caption-text{
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0;
	font-size: 0.933em;
}
.post-content .wp-caption img[class*="wp-image-"]{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

@media screen and (max-width: 599px) {
	.post-content blockquote{
		padding: 3.5em 1.5em 2em 1.5em;
	}
}


/*04.form
************************************************************************************/
.post-content table.contact_table{
	width: 100%;
	border-collapse:collapse;
	border: 0;
	border-top: 1px solid #000;
	margin: 30px auto 50px;
}
.post-content table.contact_table th{
	font-weight: bold;
	padding: 1em;
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid #000;
	text-align: left;
	width: 10em;
	background: none;
	color: #000;
}
.post-content table.contact_table td{
	padding: 1em;
	border: 0;
	border-bottom: 1px solid #000;
	position: relative;
	padding-left: 70px;
	background: none;
}
.post-content table.contact_table td.required:before{
	content: "必須";
	border-radius: 3px;
	padding: 3px 0;
	background: #FF9100;
	font-size: 0.713em;
	color: var(--color-textLight);
	margin-right: 1.5em;
	width: 60px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px){
	table.smartphone{
		display: block;
		width: 100%;
	}
	table.smartphone thead{
		display: none;
	}
	table.smartphone tbody{
		display: block;
		width: 100%;
	}
	table.smartphone tr{
		display: block;
		margin-bottom: 1.5em;
		width: 100%;
	}
	table.smartphone th,
	table.smartphone td{
		display: list-item;
		width: 100%;
		padding: 5px 10px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		border: 0;
	}
	table.smartphone th{
		list-style-type: none;
		display: block;
		background: #ededed;
		color: var(--color-textNormal);
	}

	table.smartphone td{
		margin-left: 0;
		list-style-type: none;
		border: 0;
		padding-left: 25px;
	}

	.post-content table.contact_table td{
		position: static;
		padding-left: 25px;
	}
	.post-content table.contact_table td.required:before{
		position: static;
		display: block;
		transform: none;
		margin-bottom: 3px;
	}

	.form input[type=text],
	.form input[type=tel],
	.form input[type=email],
	.form textarea{
		background: #FFF;
		border: 1px solid #ededed;
	}
}
/*form
************************************************************************************/
.error_msg{
	color:#F00;
}
.privacyBox{
	padding: 2em 0;
	text-align: center;
}
.wpcf7-list-item{
	margin: 0 1em 0 0;
}

/*form
----------------------------------------------------------------------*/
.form td li{
	display: inline-block;
	padding: 0 15px 0 0;
}

.form input{
	margin: 2px;
	padding: .5em;
	background: #f6f6f6;
	border: 0;
	outline: none;
}
.form input:focus,
.form select:focus,
.form textarea:focus{
	outline: none;
	box-shadow: 0px 0px 15px -5px #7a7a7a;
	background: #f1f1f1;
}


.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=url]{
	width: 450px;
}

.form input.m[type=text],
.form input.m[type=tel]{
	width: 200px;
}

.form input.s[type=text],
.form input.s[type=tel]{
	width: 100px;
}

.form input.zip{
	width: 100px;
}

.form label{
	padding-right: 1em;
}

.form textarea{
	width: 500px;
	height: 150px;
	padding: 15px;
	background: #f6f6f6;
	border: 0;
}

.form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .5em 40px .5em .5em;
	background: url("../img/common/ar_dwn.svg") no-repeat right 15px center #f6f6f6;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
	border: 0;
	margin: 5px 0;
}

.btnSend{
	text-align: center;
	padding: 20px 0;
}

.btnSend input[type=submit]{
	padding: 15px 3em;
	background: var(--color-point);
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 16px;
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}


@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
.form input{
	padding: 15px 1%;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=url]{
	width: 100%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form input.m[type=text],
.form input.m[type=tel]{
	width: 50%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form input.s[type=text],
.form input.s[type=tel]{
	width: 30%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.form textarea{
	width: 100%;
	padding: 5px 1%;
	height: 150px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form select{
	padding: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 20px 40px 20px 15px;
	background: url("../../common/img/common/ar_black_dwn.svg") no-repeat right 15px center #e6f2f7;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
	border: 0;
}
.btnSend input[type=submit]{
	padding: 15px 0;
	width: 95%;
	background: var(--color-point);
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
}
}


/*05.page_nav
************************************************************************************/
ul.page_navi{
	text-align: center;
}
ul.page_navi li{
	margin: 10px 0 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}

ul.page_navi li span{
	background: #666565;
	border: 2px solid #666565;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: block;
		-webkit-transition: all 0.9s ease-in-out;
		-moz-transition: all 0.9s ease-in-out;
		-o-transition: all 0.9s ease-in-out;
		transition: all 0.9s ease-in-out;
}
ul.page_navi li a{
	background: #c9c9ca;
	border: 2px solid #c9c9ca;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: block;
	text-decoration: none;
		-webkit-transition: all 0.9s ease-in-out;
		-moz-transition: all 0.9s ease-in-out;
		-o-transition: all 0.9s ease-in-out;
		transition: all 0.9s ease-in-out;
}

ul.page_navi li:first-child a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_prev.svg) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: block;
	text-indent: -9999px;
}
ul.page_navi li:last-child a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_next.svg) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: block;
	text-indent: -9999px;
}

ul.page_navi li:hover span,
ul.page_navi li:hover a{
	background: #666565;
}
ul.page_navi li:first-child:hover a{
	border: 2px solid #666565;
	background: #FFF url(assets/img/pagenav_prev.svg) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
ul.page_navi li:last-child:hover a{
	border: 2px solid #666565;
	background: #FFF url(assets/img/pagenav_next.svg) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}

/*06.error-page
************************************************************************************/
#error-page{
	width: 100%;
	max-width: 800px;
	margin: auto;
}
#error-page .cover-img{
	text-align: center;
}
#error-page .cover-img img{
	max-width: 100%;
	height: auto;
}
#error-page .title{
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	margin: 1.5em 0;
	color: #5F5F5F;
}
#error-page .error-message{
	text-align: center;
	color: #5F5F5F;
	margin-bottom: 3em;
}

#error-page .btn{
	text-align: center;
}
#error-page .btn a{
	display: inline-block;
	border-radius: 3px;
	background: #4D4D4D;
	padding: .8em 2em;
	color: #FFF;
	text-decoration: none;
}
