<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* -------------------------------- 
Theme: Curation Media
Title: Base style
Copyright: X-Link-Life K.K.
Author: Shogo Yokosaka
-------------------------------- */

/* -------------------------------- 
	Base
-------------------------------- */
html,body {
	word-wrap: break-word;
}

body, html {
	font-family: -apple-system, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.4;
	font-size: 16px;
	background-color: #fff;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

.container {
	padding: 0;
}
main {
	padding-bottom: 150px;
}
span.none {
	display:block;
	text-indent:100%;
	white-space: nowrap;
	overflow:hidden;
}

a:hover {
	text-decoration: none;
}

/* -------------------------------- 
	Header
-------------------------------- */
#header-wrap {
	background-color: #fff;
	color: #000;
}

#header-wrap a {
	color: #000;
}

#header-wrap .inner {
	padding:20px 30px;
}

#site-logo a {
	display:block;
	background-image:url("../img/common/logo.png");
	background-position:left;
	background-repeat:no-repeat;
	background-size: contain;
	height:100px;
	width:300px;
}

#header-navi a {
	display: block;
	padding:10px 0;
}

#header-navi a:hover {
	background-color:rgba(255,255,255,0.2);
}

#header-navi .sp-logo {
    background-color: transparent;
    background-image: url(../img/common/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 80px;
    display: inline-block;
    width: 80%;
}

#header-navi .sp-logo:hover {
	background-color:transparent;
}

#header-navi .dropdown-item:hover {
	background-color:rgba(255,255,255,0.2);
}

#header-navi .navbar-toggler {
	border:none;
	font-size:1.75rem;
	padding-left:0;
	padding-right:0;
}

#header-navi ul li {
	border-bottom:4px solid #fff;
}

#header-navi ul li:hover {
	border-bottom:4px solid #DB5153;
}

#header-navi ul li .dropdown:hover .dropdown-menu {
    display: block;
    width: 100%;
}

#header-navi ul li .dropdown-item {
	border-bottom:4px solid #fff;
}

#header-navi ul li .dropdown-item:hover {
	border-bottom:4px solid #DB5153;
}
/* -------------------------------- 
	Footer
-------------------------------- */
#footer-wrap {
	background:#000;
	color: #fff;
}

#footer-wrap a {
	color:#fff;
}

#footer-wrap .inner {
	padding:20px 0;
}

#footer_wrap .inner .copyright {
	margin-bottom:0;
	padding-bottom:15px;
}

/* -------------------------------- 
	Common Layout
-------------------------------- */
#main-contents {
	padding-top:60px;
}

/* -------------------------------- 
	Common parts
-------------------------------- */
.img_center,
.txt_center {
	text-align: center;
}
.img_right,
.txt_right {
	text-align: right;
}

.attention {
	color:#DC0723;
}

.color-white,
.color-white a {
	color:#fff;
	text-decoration:none;
}

.btn a {
	width:100%;
	height:100%;
	display:block;
}
.display-block {
	display: block !important;
}
.letter-spacing00 {
	letter-spacing: 0 !important;
}
p {
	letter-spacing: 0.01em;
}
.ui-autocomplete {
	z-index:99999;
}
.row-center {
	text-align:center;
	letter-spacing:-0.4em;
}
.row-center &gt; [class*='col-'] {
	display:inline-block;
	letter-spacing:0;
	vertical-align:top;
	float:none !important;
}

.btn-location {
	z-index:99999 !important;
	cursor:pointer !important;
}

dl.list dt {
	float:left;
}
dl.list dd {
	float: right;
	text-align:left;
}

/* -------------------------------- 
	Image parts
-------------------------------- */
img {
	max-width: 100%;
	height: auto;
}

.imgthumb {
	width:80px;
	height:60px;
	border-radius:unset;
	background:transparent;
	overflow:hidden;
}
.imgthumb &gt; img {
	height:100%;
	text-align:center;
	margin:auto;
}

/* -------------------------------- 
	Background Color
-------------------------------- */
.bg-sky{background-color:#b4ebee;}
.bg-pink{background-color:#ffdfea;}
.bg-darkpink{background-color:#fb8095;}

/* -------------------------------- 
	Icon
-------------------------------- */
.fa-twitter {color:#1DA1F2;}
.fa-facebook {color:#2C64AF;}
.fa-line {color:#3AAE36;}
.fa-bookmark {color:#F87174;}
.fa-book-reader {color:#15AABF;}
/* -------------------------------- 
	Title
-------------------------------- */
h3 {
	font-size: 25px;
	margin-top: 60px;
	margin-bottom: 60px;
}
h4 {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.title {
    position: relative;
    padding-bottom: 0.5em;
    padding-left:40px;
    border-bottom: 4px solid #dfdfdf;
	background-color:transparent;
	background-size:28px;
	background-position:left top 1px;
	background-repeat:no-repeat;
	text-align:left;
	margin-bottom:40px;
}
.title::after {
    position: absolute;
    content: " ";
    border-bottom: solid 4px #DB5153;
    bottom: -4px;
    left:0;
    width:20%;
    display: block;
}

.title.red::after {
	border-bottom: solid 4px #fb8095;
}
.title.blue::after {
	border-bottom: solid 4px #59d2f0;
}

.title-circle {
	position: relative;
	padding:0.5em 0.5em 0.5em 1.8em;
	border: 1px solid #fb8095;
	border-radius: 5px;
}
.title-circle::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 8px;
     height:8px;
     border: solid 3px #fb8095;
     border-radius:100%;
}
.title-circle-nb {
	position: relative;
	padding:0.8em 0.5em 0.8em 1.8em;
}
.title-circle-nb::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 12px;
     height:12px;
     border: solid 3px #fb8095;
     border-radius:100%;
}

.block-title {
	position: relative;
	background-color:transparent;
	padding:0.25em 0;
	text-align:center;
	text-shadow: 0px 0px 5px #000;
	color:#fff;
	font-weight: bold;
}

.block-title.red:after {
	content: "";
	display: block;
	height: 4px;
	margin-top:10px;
	background: -moz-linear-gradient(to right, rgb(251, 128, 149), transparent);
	background: -webkit-linear-gradient(to right, rgb(251, 128, 149), transparent);
	background: linear-gradient(to right, rgb(251, 128, 149), transparent);
}
.block-title.blue:after {
	content: "";
	display: block;
	height: 4px;
	margin-top:10px;
	background: -moz-linear-gradient(to right, rgb(89, 210, 240), transparent);
	background: -webkit-linear-gradient(to right, rgb(89, 210, 240), transparent);
	background: linear-gradient(to right, rgb(89, 210, 240), transparent);
}
/* -------------------------------- 
	Top Page
-------------------------------- */

/* Comment Area */

/* Item List */

/* news_area */

/* txt_bnr */

/* -------------------------------- 
	Media query
-------------------------------- */</pre></body></html>