<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css*/
@import "//static.plimo.com/static/type6/css/camera.css";
@import "//static.plimo.com/static/type6/css/owl.carousel.css";
@import "//static.plimo.com/static/type6/css/owl.theme.css";
@import "//static.plimo.com/static/type6/css/grid.css";
@import "//static.plimo.com/static/type6/css/font-awesome.css";
html, body {
	height: 100%;
}
body {
	background: #ebebeb;
	/*font: 14px/24px "繝｡繧､繝ｪ繧ｪ", "Meiryo", Verdana, "貂ｸ繧ｴ繧ｷ繝�け", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;*/
	color: #8c9799;
	position: relative;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}
.wrapper{
	overflow-x: hidden;
}
/*Imeges*/
img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	max-width: 100%;
}
.img_fleft {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}
.img_right {
	float: right;
	margin-left: 20px;
}
.img_top {
	margin-top: 8px;
	width: 100%;
}
/*Links*/
a {
        color: #2b2b2b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus, *:focus {
	outline:none;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
input[type=submit]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.btn {
	display: inline-block;
	background: #e5b215;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d83f4b), color-stop(0.00, #cd2d39));
	background: -webkit-linear-gradient(top, #d83f4b 0%, #cd2d39 100%);
	background: -moz-linear-gradient(top, #d83f4b 0%, #cd2d39 100%);
	background: -o-linear-gradient(top, #d83f4b 0%, #cd2d39 100%);
	background: -ms-linear-gradient(top, #d83f4b 0%, #cd2d39 100%);
	background: linear-gradient(top, #d83f4b 0%, #cd2d39 100%);*/
	font:bold 14px/24px Arial, Helvetica, sans-serif;
	color:#fff;
	display: inline-block;
	padding: 9px 35px;
	text-decoration:none;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
	moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn:hover {
	background: #545e60;
	text-decoration: none;
}
/*Titles
h2 {
	color: #333f00;
	font: bold 30px/36px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
h3 {
	color: #f00;
	font: bold 26px/30px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	word-wrap: break-word;
}
h4 {
	font-size: 36px;
	line-height: 43px;
	font-weight: 700;
	color: #545e60;
	margin-bottom: 30px;
	text-transform: uppercase;
}
h4.simple {
	font: bold 48px/58px Arial, Helvetica, sans-serif;
	color: #545e60;
	margin-bottom: 42px;
	text-transform: none;
}
h4.simple span {
	color: #d33541;
	vertical-align:top;
}
h4.footer_title {
	font: bold 18px/18px;
	color: #fff;
	text-transform: none;
	margin-bottom: 0px;
}
h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #545e60;
	text-transform: uppercase;
	margin-bottom: 10px;
	word-wrap: break-word
}
h6 {
	font-size: 11px;
	line-height: 21px;
	font-weight: 400;
	color: #6f7a7c;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h6.simple {
	font: 18px/24px Arial, Helvetica, sans-serif;
	color: #545e60;
	margin-bottom: 8px;
	text-transform: none;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #d33541;
	text-decoration: none;
}*/
.second_link:hover {
	color: #545e60;
}
hr {
	border: none;
	border-bottom: 1px solid #c9c9c9;
}
a.mail_link {
	font: 14px/24px Arial, Helvetica, sans-serif;
	color: #545e60;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a.mail_link:hover {
	text-decoration: none;
	color: #d53543;
}
/* Indents */
/*p {
	margin-bottom: 23px; /*as line-height in body*/
}*/
.m_0 {
	margin-bottom: 0px !important;
}
.m_10 {
	margin-bottom: 10px;
}
.m_15 {
	margin-bottom: 15px;
}
.m_20 {
	margin-bottom: 20px;
}
.m_21 {
	margin-bottom: 21px !important;
}
.m_22 {
	margin-bottom: 22px !important;
}
.m_23 {
	margin-bottom: 23px;
}
- .m_25 {
margin-bottom: 25px !important;
}
.m_27 {
	margin-bottom: 27px !important;
}
.m_30 {
	margin-bottom: 30px;
}
.m_40 {
	margin-bottom: 40px;
}
.m_44 {
	margin-bottom: 44px;
}
.m_45 {
	margin-bottom: 45px;
}
.m_46 {
	margin-bottom: 46px;
}
.m_47 {
	margin-bottom: 47px;
}
.m_48 {
	margin-bottom: 48px;
}
.m_50 {
	margin-bottom: 50px;
}
.m_64 {
	margin-bottom: 64px;
}
.m_65 {
	margin-bottom: 65px;
}
.m_66 {
	margin-bottom: 66px;
}
.m_67 {
	margin-bottom: 67px;
}
.m_70 {
	margin-bottom: 70px;
}
.m_76 {
	margin-bottom: 76px;
}
/* Lists */
.list li {
	margin-top:15px;
	padding-left:12px;
	line-height: 14px;
	background: url(//static.plimo.com/static/type6/images/list_marker2.png) no-repeat 0px 6px;
}
.list li:first-child {
	margin-top:0;
}
.list li a {
	color: #fff;
	text-decoration: none;
}
.type6 ul.list li a {
	color: #8c9799;
}
.list li a:hover, .type6 .list li a:hover {
	color: #d53543;
	text-decoration: none;
}
/************Header************/
#header {
	width: 100%;
}
.top_box {
	background: #3c4144;
	padding-top: 5px;
	padding-bottom: 9px;
}
.top_box .social {
	float: right;
}
.top_box .social li {
	margin-left: 18px;
	font-size: 20px;
	line-height: 22px;
}
.top_box .social li a {
	color: #bdbdbd;
}
.head_contact_list {
	overflow: hidden;
	float: left;
}
.head_contact_list li {
	float: left;
	position: relative;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #fff;
}
.head_contact_list li.icon1 {
	padding-left: 22px;
	padding-top: 7px;
	padding-bottom: 1px;
	margin-right: 10px;
	margin-right: 29px;
}
.head_contact_list li.icon1:after {
	position:  absolute;
	display: block;
	left: 3px;
	top: 6px;
	width: 11px;
	height: 16px;
	content: '';
	background: url( //static.plimo.com/static/type6/images/soc_icon1.png) no-repeat 0px 0px;
}
.head_contact_list li.icon2 {
	padding-left: 27px;
	padding-top: 6px;
	padding-bottom: 1px;
	margin-right: 50px;
}
.head_contact_list li.icon2 a {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.head_contact_list li.icon2 a:hover {
	text-decoration: none;
	color: #d53543;
}
.head_contact_list li.icon2:after {
	position:  absolute;
	display: block;
	left: 3px;
	top: 6px;
	width: 15px;
	height: 14px;
	content: '';
	background: url( //static.plimo.com/static/type6/images/soc_icon2.png) no-repeat 0px 0px;
}
.head_contact_list li.icon3 {
	padding-left: 23px;
	padding-top: 7px;
	padding-bottom: 1px;
}
.head_contact_list li.icon3:after {
	position:  absolute;
	display: block;
	left: 3px;
	top: 6px;
	width: 12px;
	height: 12px;
	content: '';
	background: url( //static.plimo.com/static/type6/images/soc_icon3.png) no-repeat 0px 0px;
}
.header_box {
	position: relative;
	padding-top: 38px;
	padding-bottom: 33px;
	z-index: 1;
	background: url(//static.plimo.com/static/type6/images/header_box.png) repeat 0 0;
}
.type6 .header_box {
	background: url( //static.plimo.com/static/type6/images/second_index_top.png) no-repeat 0 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
h1 {
	float: left;
}
h1 a {
}
h1 a:hover {
	text-decoration: none;
}
h1 .slogan {
	display: block;
}
/* Menu */
nav {
	float: right;
}
.sf-menu {
	list-style:none;
	padding-top: 6px;
	padding-right: 10px;
}
.sf-menu &gt; li {
	float: left;
	/*font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 17px;*/
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 39px;
	position: relative;
}
.sf-menu &gt; li:first-child {
	margin-left: 0;
}
.sf-menu &gt; li &gt; a {
	display: block;
	color: #4a5152;
	text-decoration:none;
	position: relative;
	padding: 12px 12px 12px 12px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	z-index: 5;
}
.sf-menu &gt; li.sfHover &gt; a, .sf-menu &gt; li &gt; a:hover, .sf-menu &gt; li.current &gt; a {
	color: #fff;
	text-decoration: none;
}
.sf-menu &gt; li span, .sf-menu &gt; li.sfHover span, .sf-menu &gt; li.current span {
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	width: 0px;
	top: 50%;
	bottom: 50%;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	z-index: 4;
}
.sf-menu &gt; li:hover span, .sf-menu &gt; li.sfHover span, .sf-menu &gt; li.current span {
	border-radius: 7px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #d33541;
	width: 100%;
}
.sf-menu &gt; li &gt; a.sf-with-ul:after {
	display: block;
	position: absolute;
	content: '';
	width: 7px;
	height: 4px;
	top: 32px;
	left: 50%;
	margin-left: -2px;
	background: url(//static.plimo.com/static/type6/images/menu_arrow.png) no-repeat 0 0;
}
 .sf-menu &gt; li.sfHover &gt; a.sf-with-ul:after, .sf-menu &gt; li &gt; a.sf-with-ul:after:hover, .sf-menu &gt; li.current &gt; a.sf-with-ul:after {
 background: url(//static.plimo.com/static/type6/images/menu_arrow.png) no-repeat 0 -6px;
}
.sf-menu .menu-arrow {
	display: none;
}
/* submenu */
  .sf-menu ul {
	border-radius: 7px;
	background: #56605c;
	display: none;
	padding: 15px;
	position: absolute;
	top: 42px;
	z-index: 99;
}
.sf-menu ul li {
	margin-top: 19px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}
.sf-menu ul li:first-child {
	margin-top: 0;
}
.sf-menu ul li a {
	color: #fff;
	text-decoration: none;
}
.sf-menu ul li &gt; a:hover, .sf-menu ul li.sfHover &gt; a, .sf-menu ul li.active &gt; a {
	text-decoration: none;
}
/* subsubmenu */
  .sf-menu ul ul {
	background: #d33541;
	left: 97px;
	top: -7px;
	padding: 15px;
}
.sf-menu ul ul li {
	margin-top: 15px;
}
.sf-menu ul ul li a {
	color: #fff;
	text-decoration: none;
}
.sf-menu ul ul li &gt; a:hover, .sf-menu ul ul li.sfHover &gt; a, .sf-menu ul ul li.active &gt; a {
	color:#000;
	text-decoration: none;
	font-weight: normal;
}
#mm0 {
	display: none;
	border: 1px solid #ff781d;
	padding: 3px;
	width: 100%;
}
/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ陦ｨ遉ｺ縺ｫ繧医ｋ蛻�崛陦ｨ遉ｺ繝舌げ蟇ｾ遲� */
@media screen and (min-width: 768px) {
	#mm0 {
		display: none!important;
	}
	.sf-menu {
		display: block!important;
	}
}
/************Content***********/
.overflow_box {
	overflow: hidden;
}
.type6 #content {
	padding-top: 64px;
	padding-bottom: 69px;
}
.link_box {
	display: block;
	background-color: #666;
	display: block;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.link_box:hover {
	background-color: #000;
}
.link_box_cont {
	padding: 0px 25px 32px;
}
.link_box img {
	width: 100%;
	margin-bottom: 23px;
}
.link_box h4 {
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.link_box p {
	line-height: 21px;
	font-weight: 400;
	text-align: center;
	color: #b1c0c3;
	margin-bottom: 0;
}
.link_box:hover p {
	color: #fff;
}
.link_box a.info_link {
	display: inline-block;
	text-align: center;
	margin-bottom: 11px;
	background: url(/asset/info_link_bg.png) no-repeat 22px 21px #788686;
	width: 59px;
	height: 59px;
	border-radius: 49%;
	margin-bottom: 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.link_box:hover a.info_link {
	background-color: #fff;
	background-position: 22px -21px;
	text-decoration: none;
}
.link_box p.link_box_p {
	color: #8c9799;
}
#owl .owl-item .carousel_item {
	padding: 54px 0px 28px 0px !important;
}
h4.carousel_qoute {
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	text-transform: none;
	font-style: italic;
	text-align: center;
	padding: 0px 165px;
	color: #fff;
	margin-bottom: 0px;
}
h3.carousel_autor {
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	line-height: 36px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	padding: 0px 165px;
	color: #fea3ab;
	margin-bottom: 0px;
}
.owl-theme .owl-controls {
	margin-top: -38px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -38px;
	width: 76px;
	height: 35px;
	background: #ebebeb;
	border-radius: 49%;
	padding-top: 40px;
}
.owl-theme .owl-controls .owl-page {
	margin-left: 2px !important;
}
.owl-theme .owl-controls .owl-page:first-child {
	margin-left: 0px !important;
}
.owl-theme .owl-controls .owl-page span {
	width: 9px;
	height: 9px;
	margin: 0px !important;
}
.owl-theme .owl-controls .owl-page span:first-child {
	margin-left: 0 !important;
}
.box1 {
	background: url( //static.plimo.com/static/type6/images/box1.jpg) repeat 0 0;
	padding-top: 37px;
	padding-bottom: 41px;
	text-align: center;
}
.box1 h4 {
	font:bold 36px/43px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: none;
	margin-bottom: 7px;
}
.box1 p {
	font: 16px/24px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 26px;
	text-align: center;
}
.box1 .btn {
	text-align: left;
	display: inline-block;
	background: #cd2d39;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d83f4b), color-stop(0.00, #cd2d39));
	background: -webkit-linear-gradient(top, #d83f4b 0%, #cd2d39 100%);
	background: -moz-linear-gradient(top, #d83f4b 0%, #cd2d39 100%);
	background: -o-linear-gradient(top, #d83f4b 0%, #cd2d39 100%);
	background: -ms-linear-gradient(top, #d83f4b 0%, #cd2d39 100%);
	background: linear-gradient(top, #d83f4b 0%, #cd2d39 100%);
	font: 14px/24px Arial, Helvetica, sans-serif;
	color:#fff;
	display:inline-block;
	padding: 9px 45px 9px 45px;
	text-decoration:none;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
	moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.box1 .btn:hover {
	background:  #545e60;
}
.central {
	text-align: center;
}
.type6 .link_box_cont {
	padding: 0px 20px 32px;
}
.float_img {
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
}
.box2 {
	background: url(//static.plimo.com/static/type6/images/box2.jpg) repeat 0 0;
	padding: 40px 0;
}
.oval {
	position: relative;
	display: inline-block;
	margin-bottom: 21px;
}
.fiture_link {
	position: relative;
	display: inline-block;
	width: 149px;
	height: 86px;
	padding-top: 53px;
	padding-bottom: 10px;
	border-radius: 49%;
	border: 1px solid #6f797c;
	background: url(//static.plimo.com/static/type6/images/box2.jpg) repeat 0 0;
	z-index: 10;
}
.fiture_link:after {
	position: absolute;
	content: '';
	display: block;
	width: 15px;
	height: 17px;
	background: url(//static.plimo.com/static/type6/images/fiture_link.png) no-repeat 0px 0px;
	bottom: 23px;
	left: 70px;
}
.fiture_link:hover {
	text-decoration: none;
}
.fiture_link .span1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	color: #fe1123;
	margin-bottom: 0px;
}
.fiture_link .span2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}
.box2 p {
	font: 13px/24px Arial, Helvetica, sans-serif;
	color: #c2d6d6;
	margin-bottom: 14px;
}
.box2_simple_link {
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fe1123;
	margin-left: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.box2_simple_link:hover {
	color: #fff;
	text-decoration: none;
}
span.after {
	display: block;
	position: absolute;
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 49%;
	z-index: 3;
	top: 10px;
	left: 50%;
	margin-left: -69px;
}
.oval:hover span.after {
	background: #d33541;
}
.box3 {
	background: url(//static.plimo.com/static/type6/images/box3.jpg) repeat 0 0;
	padding-top: 29px;
	margin-bottom: 45px;
}
.box_p {
	padding-top: 36px;
}
.bottom_border_box {
	font: 36px/36px Arial, Helvetica, sans-serif;
	color: #545e60;
	border-bottom: 5px solid #545e60;
	padding-bottom: 20px;
	margin-bottom: 16px;
}
p.second {
	font: 14px/24px Arial, Helvetica, sans-serif;
	color: #8c9799;
	margin-bottom: 0px;
}
.type6 .box3 {
	padding-top: 66px;
	padding-bottom: 46px;
	margin-bottom: 65px;
}
.quote {
	overflow: hidden;
	margin-bottom: 21px;
}
.qoute_number {
	float: left;
	font: bold 48px/48px;
	color: #d33541;
	margin-top: 0px;
	margin-right: 27px;
	text-align: center;
	padding-left: 6px;
}
.quote_cont {
	overflow: hidden;
}
.quote_cont h6.simple {
	margin-bottom: 11px;
}
.post_disc {
	overflow: hidden;
	margin-bottom: 34px;
}
.blog_img {
	width: 100%;
	margin-bottom: 30px;
}
.date_box {
	float: left;
	width: 58px;
	background: #d23541;
	text-align: center;
	padding: 4px 6px;
	margin-right: 32px;
}
.oval_box {
	background: #fff;
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #545e60;
	text-transform: uppercase;
	border-radius: 49%;
	padding-top: 16px;
	padding-bottom: 12px;
}
.post_info {
	overflow: hidden;
}
.oval_box span {
	display: block;
	font: 24px/16px Arial, Helvetica, sans-serif;
	color: #d33541;
}
.post_info {
	padding-top: 7px;
}
.autor, .contributor {
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #8c9799;
}
.autor span, .contributor span {
	color: #d33541;
	vertical-align: top;
}
.autor a, .contributor a {
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #d33541;
	vertical-align: top;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.autor a:hover, .contributor a:hover {
	text-decoration: none;
	color: #8c9799;
}
.post {
	overflow: hidden;
	margin-bottom: 76px;
}
/*----------- Map ------------*/
.map {
	margin-bottom: 76px;
}
.map iframe {
	width: 100%;
	height: 392px;
}
address {
	margin-bottom: 21px;
}
address dl {
	width: 100%;
	overflow: hidden;
	position: relative;
}
address dt {
	font: 18px/24px Arial, Helvetica, sans-serif;
	color: #545e60;
	margin-bottom: 8px;
}
address dd {
	overflow: hidden;
	font: 14px/24px Arial, Helvetica, sans-serif;
	color: #8c9799;
}
address dd a {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	color: #545e60;
}
address dd a:hover {
	color: #ce2f3a;
	text-decoration: none;
}
address dl span {
	float: left;
	width: 143px;
}
/************Footer************/
#footer {
	width: 100%;
	background: url(//static.plimo.com/static/type6/images/footer_bg.jpg) repeat 0 0;
	padding-top: 58px;
	padding-bottom: 50px;
}
.copyright {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.copyright span {
	vertical-align: top;
}
#footer .list li {
	background: url(//static.plimo.com/static/type6/images/list_marker.png) no-repeat 0px 6px;
}
.copyright a {
	color: inherit;
	vertical-align: top;
	-webkit-transition: 0.34s;
	-moz-transition: 0.34s;
	-ms-transition: 0.34s;
	-o-transition: 0.34s;
	transition: 0.34s;
}
.copyright a:hover {
	color: #e22230;
	text-decoration: none;
}
.social {
	overflow: hidden;
	padding-left: 4px;
}
.social li {
	float: left;
	margin-left: 23px;
	font-size: 22px;
	line-height: 22px;
}
.social li:first-child {
	margin-left: 0px;
}
.social li a {
	color: #989a9b;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.social li a:hover {
	color: #e22230;
}
.footer_contact {
	font: bold 14px/33px Arial, Helvetica, sans-serif;
	color: #e22230;
	margin-bottom: 14px;
	line-height: 1.4;
	text-transform: uppercase;
}
.footer-link {
	display: block;
}
#toTop {
	background: url(//static.plimo.com/static/type6/images/to_top.png) center top no-repeat;
	border: none;
	bottom: 80px;
	color: transparent;
	display: none;
	font-size: 0;
	height: 42px;
	line-height: 0;
	overflow: hidden;
	position: fixed;
	right: 55% !important;
	margin-right: -750px !important;
	text-decoration: none;
	width: 42px;
	z-index: 20;
}
#toTop:hover {
	background-position: center -50px;
}
#toTop:active, #toTop:focus {
	outline: none;
}

@media only screen and (max-width: 1400px) {
#toTop {
	left: auto;
	margin-left: 0;
	right: 10px !important;
	bottom: 20px !important;
	margin-right: 10px !important;
}
}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1200px) {
.sf-menu &gt; li {
	margin-left: 15px;
}
h4.carousel_qoute {
	padding: 0px 50px;
}
.link_box_cont {
	padding: 0px 15px 32px;
}
.col1, .col2 {
	float: left;
	margin-right: 15px;
	width: 196px;
}
.col3 {
	float: left;
	width: 197px;
	margin-right: 0;
}
.post_info {
	padding-top: 0px;
}
.camera_caption {
	margin-left: -460px;
}
}
@media only screen and (max-width: 995px) {
.img_fleft, .img_right {
	max-width: 45%;
}
.sf-menu {
	list-style: none;
	padding-top: 2px;
	padding-right: 10px;
}
.sf-menu &gt; li {
	margin-left: 2px;
	font-size: 11px;
}
.bottom_border_box {
	font: 34px/36px Arial, Helvetica, sans-serif;
}
.social li {
	margin-left: 20px;
}
.top_box {
	display: none;
}
address dl span {
	float: left;
	width: 90px;
}
.col1, .col2 {
	float: none;
	margin-right: 0;
	width: 100%
}
.col3 {
	float: none;
	margin-right: 0;
	width: 100%
}
.camera_caption {
	display: none !important;
}
}
@media only screen and (max-width: 767px) {
.sf-menu {
	display: none;
}
#mm0 {
	display: block;
}
h1 {
	float: none;
	margin-bottom: 20px;
}
nav {
	float: none;
}
.float_img {
	width: 100%;
	float: none;
}
.camera_wrap {
	margin-top: -142px;
}
.header_box {
	position: relative;
	padding-top: 15px;
	padding-bottom: 20px;
}
.img_top {
	margin-bottom: 30px;
}
h4.carousel_qoute {
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 0px 20px;
}
h3.carousel_autor {
	padding: 0px 50px;
}
}
@media only screen and (max-width: 480px) {
.img_fleft.nofloat, .img_right.nofloat {
	float: none;
	max-width: inherit;
	margin: 0 0 20px;
}
.post_info {
	float: none;
	width: 100%;
}
.date_box {
	margin-bottom: 15px;
}
.sp_img_height{
    max-width: 80%;
}
}
/*-----------------------------------------------------------------------------------------------------------------------*//* inquiry */
.inquiry #content .contentArea {
	margin: 0 0 2em;
	width: 100%;
}
.inquiry #content .message {
	margin-bottom: 2.4em;
}
.inquiryFormTable {
	border-bottom: 1px solid rgb(153, 153, 153);
	border-top: 1px solid rgb(153, 153, 153);
	padding: 0 0 2.4em;
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
}
.inquiryFormTable dt {
	border-right: medium none;
	font-weight: 700;
	width: 25%;
}
.inquiryFormTable dd, .inquiryFormTable dt {
	display: table-cell;
	padding: 7px 10px 20px;
	text-align: left;
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	.inquiryFormTable dt {
		display: block;
		width: 100%;
		padding: 20px 0 0 0;
	}
	.inquiryFormTable dd {
		display: block;
		width: 100%;
		padding: 5px 0 0 0;
	}
}
#inquiryForm .comment {
	color: rgb(153, 153, 153);
	display: block;
	font-size: 70%;
	margin-top: 0.3em;
}
.inquiryFormTable .formS {
	width: 30%;
}
.inquiryFormTable .formM {
	width: 50%;
}
.inquiryFormTable .formL {
	width: 82%;
}
.inquiryFormTable textarea {
	padding: 0.3em;
	width: 98%;
}
.inquiryFormTable .required {
	color: rgb(204, 0, 0);
	font-size: 80%;
	font-weight: 700;
	padding-left: 0.5em;
}
.inquiryFormTable .title {
	border-bottom: 1px solid rgb(153, 153, 153);
	color: rgb(51, 51, 51);
	margin: 1.5em 0;
	padding: 0.7em 0.5em;
}
.inquiryFormTable hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: rgba(0, 0, 0, 0) -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 15px 0 0;
	color: rgb(255, 255, 255);
	height: 0;
}
.inquiryFormTable .text {
	color: rgb(102, 102, 102);
	font-size: 90%;
	margin: 0.5em 0;
}
.inquiryFormTable label.tandem {
	display: block;
}
.inquiry #content .btBox {
	margin: 3.5em 0 0;
	text-align: center;
}
.inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt {
	/* border: thin solid rgb(0, 0, 0); */
	height: auto;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	width: 152px;
}
.inquiry #content .backBt {
	margin-right: 30px;
}
.inquiry #content .topBt {
	display: block;
	margin: 2em auto;
}
.inquiry #content .errorText:before {
	content: "窶ｻ";
}
.inquiry #content .errorText {
	color: rgb(204, 0, 0);
	display: block;
	font-size: 85%;
}
.inquiryFormTable textarea, input.formM {
	border: 1px solid rgb(204, 204, 204);
	border-radius: 3px;
}

/* =====================================
 blog
===================================== */
.blog h3 {
	margin-bottom :0px;
	padding-bottom :0px;
}
/* blog imgs -------------------------- */
.blog #content img {
	height: auto;
	max-width: 100%;
	width: auto;
}
.blog #content .icon_imgs {
	width: auto !important;
}
/* blog link -------------------------- */
#blogBody .contentArea a {
	word-break: break-all;
}
/* blog蝗槭ｊ霎ｼ縺ｿ隗｣髯､ */
#blogBody .blogArea:after {
	content: ".";
	display: block;
	clear: both;
}
/* =====================================
 pagenation
===================================== */
#pagenation .inner {
    margin: 30px auto 20px;
    padding-top: 20px;
    white-space: nowrap;
    width: 235px;
}
#pagenation ul,#pagenation ol {
    margin: 0;
    padding: 0;
}
#pagenation ul {
    list-style: none outside none;
}
#pagenation li {
    float: left;
    font-size: 100%;
    margin: 0.15em;
    text-align: center;
    width: 2em;
}
#pagenation li a {
    background: none repeat scroll 0 0 rgb(237, 237, 237);
    color: rgb(102, 102, 102);
    display: block;
    padding: 0.25em 0;
}
#pagenation .active a, #pagenation a.active:hover {
    background: none repeat scroll 0 0 rgb(241, 72, 71);
    color: rgb(255, 255, 255);
}
#pagenation .arrow {
    float: left;
    margin: 0.2em;
}
/* =====================================
 notfound
===================================== */
#notfoundBody p {
	text-align: center;
}
#notfoundBody p strong {
    font-size: 130%;
    font-weight: bold;
}
#notfoundBody form {
	text-align: center;
}
#notfoundBody .contentArea {
	margin-bottom: 2em;
}
.static #content .contentArea p {
	line-height: 1.4em;
	margin: 1em 0;
}
.static #content h2.titleBg, h2.titleBg {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgb(237, 237, 237);
	border-left: medium none;
	border-top: 3px solid rgb(0, 0, 0);
	font-size: 120%;
	padding: 10px 15px;
}
#notFound.grid_8 {
    min-height: 200px;
}
#notfoundBody form input {
    padding: 5px;
}
#notfoundBody form input.searchButton {
    padding: 0 5px;
}
/* =====================================
 sitemap
===================================== */
ul.sitemap_ic li {
	border-bottom: 1px dotted rgb(204, 204, 204);
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(//static.plimo.com/static/type6/images/list_marker2.png) no-repeat 0px 25px;
}
ul.sitemap_ic li a {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 20px 40px 20px 15px;
	position: relative;
	text-decoration: none;
}
ul.sitemap_ic li a:before {
	background: none repeat scroll 0 0 rgb(204, 204, 204);
	content: "";
	display: block;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
}
ul.sitemap_ic li a:after {
	background: none repeat scroll 0 0 rgb(235, 235, 235);
	content: "";
	display: block;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
}
#sitemapBody #sitemap.grid_12 {
	margin-left: 0;
}
/* =====================================
 news
===================================== */
#news {
	position: relative;
	margin-left: 0;
}
#news h2 {
	border-top: 3px solid rgb(0, 0, 0);
	display: block;
	font-size: 130%;
	margin: 0 0 1em !important;
	padding: 10px;
}
#news dl {
	border-bottom: 1px dashed rgb(204, 204, 204);
	margin-bottom: 0.6em;
	width: 100%;
}
#news dt {
	float: none;
	font-weight: bold;
	margin-bottom: 0.1em;
	padding: 0 10px;
}
#news dt .newsNew {
	background: none repeat scroll 0 0 rgb(0, 0, 0);
	border-radius: 2px;
	font-size: 0.5em;
	margin: 0 0 0 10px;
	padding: 0.3em 0.5em;
}
#news dd {
	float: none;
	padding: 0 10px 0.6em;
	width: auto;
}
#news dd a {
	text-decoration: underline;
}
/* title 螟画峩逕ｨ -------------------------- */
.gnv_tmp_008_title_block .gnv_tmp_008_link {
	display: none;
}
.gnv_tmp_008_title_block #news h2 {
	display: none;
}
.gnv_tmp_008_title_block #news .ov {
	top: -45px;
	position: relative;
}
.gnv_tmp_008_title_block h2 {
	margin-bottom: 0;
}
/* news link -------------------------- */
#news .ov {
	display: block;
	float: left;
	position: absolute;
	text-align: right;
	top: 21px;
	width: 100%;
}
/* news detail -------------------------- */
#newsDetail {
	margin-top: 10px;
}
.newsDetailBody {
	margin-top: 1em;
	padding: 0 10px 10px;
}
/* =====================================
 youtube resp 蟇ｾ蠢懊さ繝ｼ繝�
===================================== */
.youtube_contents {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
.youtube_contents embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube_contents iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* =====================================
 singlebox
===================================== */
/* 2 column -------------------------- */
.singlebox2 {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	width: 48.2% !important;
}
.singlebox2 img {
	width: 100% !important;
}
/* 3 column -------------------------- */
.singlebox3 {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	width: 31.6% !important;
}
/* 4 column -------------------------- */
.singlebox4 {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	width: 23.2% !important;
}
@media only screen and (max-width: 1200px) {
/* 2 column -------------------------- */
.singlebox2 {
    width: 47% !important;
}
/* 3 column -------------------------- */
.singlebox3 {
    width: 30.5% !important;
}
/* 4 column -------------------------- */
.singlebox4 {
	width: 22.2% !important;
}
}

@media only screen and (max-width: 767px) {
/* common column -------------------------- */
.singlebox2,
.singlebox3,
.singlebox4 {
	width: 100% !important;
	padding: 0;
}
.singlebox2 .b_11_2_in,
.singlebox3 .b_11_2_in,
.singlebox4 .b_11_2_in {
	padding: 5px;
}
.singlebox2 .b_11_2_in span img,
.singlebox3 .b_11_2_in span img,
.singlebox4 .b_11_2_in span img {
	margin: 0;
}
}
</pre></body></html>