@charset UTF-8;
/*
Theme Name: relltd 2025
Theme URI: https://www.rel-ltd.com/
Author: relltd
Author URI: https://www.rel-ltd.com/
Version: 1.0
*/

/* Color Palette */



/*
 * オリジナルカラー
 * 「スマホdeすまそ(オンライン申請)」で使用
 */
:root .has-sp-online-green-color {
	color: #11b584;
}
:root .has-sp-online-green-background-color {
	background-color: #11b584;
}
:root {
	--green-col: #11b584;
}
:root .has-sp-online-light-green-color {
	color: #e8f4ec;
}
:root .has-sp-online-light-green-background-color {
	background-color: #e8f4ec;
}
:root {
	--mist-green-col: #e8f4ec;
}
:root .has-sp-online-blue-color {
	color: #0389cb;
}
:root .has-sp-online-blue-background-color {
	background-color: #0389cb;
}
:root {
	--blue-col: #0389cb;
}
:root .has-sp-online-light-blue-color {
	color: #d2eefc;
}
:root .has-sp-online-light-blue-background-color {
	background-color: #d2eefc;
}
:root {
	--light-sky-col: #d2eefc;
}
:root .has-sp-online-light-gray-color {
	color: #cfd2d4;
}
:root .has-sp-online-light-gray-background-color {
	background-color: #cfd2d4;
}
:root {
	--cream-col: #fff9af;
	--cream-gray-col: #efede9;
	--dark-gray-col: #6e6e70;
}


/*
 * オリジナルカラー
 * 「オンライン予約」で使用
 */
:root .has-sp-raicho-yellow-green-color {
	color: #5bbb47;
}
:root .has-sp-raicho-yellow-green-background-color {
	background-color: #5bbb47;
}
:root {
	--yellow-green: #5bbb47;
}
:root .has-sp-raicho-cleam-color {
	color: #fffbda;
}
:root .has-sp-raicho-cleam-background-color {
	background-color: #fffbda;
}
:root {
	--raicho-cleam-col: #fffbda;
}
:root .has-sp-raicho-apricot-color {
	color: #feeed7;
}
:root .has-sp-raicho-apricot-background-color {
	background-color: #feeed7;
}
:root .has-sp-raicho-rose-gray-color {
	color: #e6e2db;
}
:root .has-sp-raicho-rose-gray-background-color {
	background-color: #e6e2db;
}

/*
 * オリジナルカラー
 *「書かない窓口」で使用
 */
:root .has-sp-madoguchi-turquoise-blue-color {
	color: #00b9cb;
}
:root .has-sp-madoguchi-turquoise-blue-background-color {
	background-color: #00b9cb;
}
:root {
	--turquoise-blue-col: #00b9cb;
}
:root .has-sp-madoguchi-ice-blue-color {
	color: #e3f5f8;
}
:root .has-sp-madoguchi-ice-blue-background-color {
	background-color: #e3f5f8;
}
:root {
	--ice-blue-col: #e3f5f8;
}
:root .has-sp-madoguchi-sky-blue-color {
	color: #95d7e2;
}
:root .has-sp-madoguchi-sky-blue-background-color {
	background-color: #95d7e2;
}
:root .has-sp-madoguchi-mint-green-color {
	color: #bfe3d0;
}
:root .has-sp-madoguchi-mint-green-background-color {
	background-color: #bfe3d0;
}
:root .has-sp-madoguchi-sand-biege-color {
	color: #e5e2d2;
}
:root .has-sp-madoguchi-sand-biege-background-color {
	background-color: #e5e2d2;
}
:root {
	--cobalt-green-col: #97d7e2;
}

:root {
	--gray-col: #cecfd1;
	--blond-col: #fed79f;
	--orange-col: #f48620;
	--stone-greige: #d6cfc0;
}

/* common */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #FD7026;
	text-decoration: none;
	transition: 0.5s ;
}
a:hover, a:active {
	color: red;
	text-decoration: underline;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
div.breadcrumb {
	font-size: 70%;
	max-width: 950px;
	margin: 10px auto;
}
/*div.breadcrumb,*/
div.main {
	/*margin: 0 auto;
	clear: both;
	padding: 0% 5%;*/
}
div.left_contents {
	/*
	float: left;
	width: 665px;
	*/
	max-width: 950px;
	margin: 0 auto;
}
div.right_contents {
	float: right;
	width: 220px;
}
/* 視覚的に隠しつつ読み上げ対応 */
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

/* header */
header {
	display: block;
	position: sticky;
	top: 0px;
	z-index: 1000;
	background: white;
	overflow: hidden;
}

div.header_box {
	margin: 0 auto;
	padding: 0 10px;
}
div.header_tel {
	float: none;
	clear: both;
	text-align: right;
}
div.header_title_box {
	/*height: 55px;*/
}
div.header_title {
	float: left;
}
div.header_title a {
	background-image: url(/wp-content/themes/relltd2025/image/common/header_title.png);
	height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -30px;
	display: block;
	width: 180px;
}
/**********/

div.header_box a {
	text-decoration: none;
	color: #313131;
}

div.header_box div.nav {
	padding: 15px 0px 15px 0px;
}
div.header_box div.logo {
	align-self: center;
	height: 40px;
}
div.header_box div.nav {
	background-color: #e9e8e6;
	border-radius: 0px 0px 0px 15px;
	margin-right: calc(50% - 50vw);
}
div.header_box div.nav li {
	display: inline-block;
}
div.header_box div.nav li {
	margin: 0 0 0 4ex;
}

div.header_contents {
	max-width: 1000px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	/*max-width: 1000px;
	display: grid;
	grid-template-columns: 0.5fr 1fr;
	align-items: center;
	margin: 0 auto;
	*/
	/*
	display: grid;
	grid-template-columns: 42% 1fr;
	grid-gap: 5%;
	align-items: center;
	padding: 0px 0px 0px 15px;
	*/
}/*
div.header_contents a {
	text-decoration: none;
	color: #313131;
}

div.header_contents div.nav {
	padding: 15px 0px 15px 0px;
}
div.header_contents div.logo {
	justify-self: end;
	height: 40px;
}
div.header_contents div.nav {
	background-color: #e9e8e6;
	border-radius: 0px 0px 0px 15px;
}
div.header_contents div.nav li {
	display: inline-block;
}
div.header_contents div.nav li {
	margin: 0 0 0 4ex;
}

div.header_contents div.contact a {
	border: 1px #313131 solid;
	border-radius: 20px;
	padding: 4px 16px;
}
div.header_contents div.contact a::after {
	content: url(/wp-content/themes/relltd2025/image/common/icon_mail_header.png);
	margin: 0 0 0 1ex;
}*/


/* footer */
div.pagetop {
	margin: 0 auto;
	width: 1000px;
	clear: both;
	text-align: right;
	height: 22px;
}
footer {
	clear: both;
	text-align: left;
}
div.dummy_contact {
	background: linear-gradient(45deg, #80756e, #5d524c);
	height: 92px;
}
div.footer_contact {
	background-image: url(/wp-content/themes/relltd2025/image/common/line_footer_tel.png);
	background-repeat: round;
	min-height: 92px;
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 10px 0px;
}
div.footer_mail_contact {
	padding: 0px 10px 0 10px;
	justify-self: end;
}
div.footer_mail_contact a {
	text-decoration: none;
	color: white;
	border: 1px solid white;
	border-radius: 20px;
	padding: 4px 3ex 4px 3ex;
	display: flex;
	align-items: center;
}
div.footer_mail_contact a::after {
	content: url(/wp-content/themes/relltd2025/image/common/icon_mail_footer.png);
	margin: 0 0 0 1ex;
	height: 20px;
}
div.footer_tel_contact {
	padding: 0px 10px 0 10px;
	display: inline-flex;
	justify-self: start;
}
div.footer_tel_contact span {
	margin: 0px 1ex 0px 0px;
}
div.footer_contents {
	max-width: 1000px;
	min-height: 120px;
	margin: 0 auto;
	padding: 10px 0 0px 0px;
	display: grid;
	grid-template-columns: 1fr;
	text-align: end;
}
div.footer_menu {

	display: grid;
	grid-template-columns: 1fr;
	justify-items: end;
}
div.footer_menu li {
	list-style: none;
	display: inline-block;
}
div.footer_menu li:not(:first-child) {
	margin: 0px 0px 0px 2ex;
}
div.footer_menu a {
	color: #313131;
	text-decoration: none;
}
div.copyright {
	font-size: 80%;
	justify-self: end;
}
div.alcohol_cautionary {
	text-align: start;
	font-size: 99%;
}
div.footer_end_line {
	background-image: url(/wp-content/themes/relltd2025/image/common/line_footer_red.png);
	background-repeat: repeat-x;
	min-height: 7px;
}

strong.title {
	display: flex;
	align-items: center;
}
/* home */
strong.title::before {
	content: url(/wp-content/themes/relltd2025/image/common/title_obi_red.png);
	height: 18px;
	margin: 0px 10px 0px 0px;
}
#documentBanner {
	margin-left: auto;
	margin-right: auto;
	width: 892px;
	max-height: 312px;
	background-color: #9FA702;
	clear: both;
	padding: 10px;
	margin: 5px 0 30px 0;
	overflow: hidden;
}
#slider {
	height: 247px;
	overflow: hidden;
}
#sliderController {
	margin-top: 10px;
}

/* content */
div.document_title_box {
	/*
	background-color: white;
	padding: 3px;
	border: 5px solid #8e9b18;
	margin-bottom: 1em;
	*/
	background-image: url(/wp-content/themes/relltd2025/image/common/page_title_obi.png);
	background-size: cover;
}
div.document_title {
	color: white;
	padding: 30px;
}
div.document_title h1 {
	font-size: 18pt;
	max-width: 950px;
	margin: 0 auto;
}
div.document_title div {
	/*
	display: table-cell;
	background-color: #8e9b18;
	height: 40px;
	color: white;
	vertical-align: middle;
	*/
}
div.document_title div.title_left {
	/*
	padding-left: 50px;
	background-image: url(/wp-content/themes/relltd2025/image/common/title_icon.png);
	background-repeat: no-repeat;
	background-position-x: left 15px;
	font-size: 110%;
	*/
}
div.document_title div.title_right {
	text-align: right;
	padding-right: 10px;
	font-size: 90%;
}

div.content_box {
	/*background-image: url(/wp-content/themes/relltd2025/image/common/back_sankaku.png);
	background-position-x: left;
	background-position-y: top;
	background-repeat: no-repeat;
	display: inline-block;*/
}
div.content_title {
	margin: 0 5px;
	font-size: 90%;
	font-weight: bolder;
	color: #000;
	background-color: #F1F2EE;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
	border-left: solid 5px #F77129;
	border-bottom: dashed 1px #CCC;
	text-align: left;
	margin-bottom: 1em;
}
div.page_thumbnail {
	float: left;
}
div.page_content {
	padding-bottom: 2em;
}
div.page_content table th,
div.page_content table td {
	border-bottom: dashed 1px #CCC;
	padding: 1em;
}
div.page_content table th {
	white-space: nowrap;
}
div.page_content table td {
	word-break: break-all;
}
div.page_content li {
	margin-left: 2em;
	padding-bottom: 1em;
}
div.page_content dt {
	margin-top: 0.5em;
}
div.page_content dd {
	margin-left: 0.6em;
}

div.side_navi_title {
	margin: 0 auto;
	width: 223px;
	height: 29px;
	vertical-align: middle;
	background-image: url(/wp-content/themes/relltd2025/image/products/gray_obi.jpg);
	background-position: top;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-bottom: dashed 1px #CCC;
	text-align: left;
	line-height: 29px;
	text-indent: 1em;
}
div.side_navi {
	font-size: 75%;
}
div.side_navi div.list {
	float: none;
	clear: both;
	border-bottom: dashed 1px #CCC;
	margin: 1em 0;
	padding-bottom: 1ex;
}
div.side_navi div.list a {
	font-weight: bold;
	padding-left: 1.5em;
	background-image: url(/wp-content/themes/relltd2025/image/common/icon02.png);
	background-repeat: no-repeat;
	background-position: 0 0.7ex;
}

/* ソリューションアーカイブ */
div.solution_box {
	display: inline-grid;
	max-width: 400px;
	border-bottom: 1px dashed #313131;
	/*margin: 10px 20px;*/
	padding: 25px 0px 0px 25px;
	background-image: url(/wp-content/themes/relltd2025/image/common/back_sankaku.png);
	background-position-x: left;
	background-position-y: top;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
div.solution_box:nth-child(odd) {
	margin-right: 15px;
}
div.solution_box:nth-child(even) {
	margin-left: 15px;
}
div.solution_box strong.title {
	margin-bottom: 20px;
}

div.news_topics {
	margin-bottom: 60px;
}
div.news_topics ul.news_list li {
	list-style: none;
	padding: 20px 10px;
	border-bottom: 1px dashed #CCC;
}

@media screen and (min-width: 1000px){
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: unset !important;
	}
}/* min-width: 1000px */
