@charset "UTF-8";
/* CSS Document */
@charset "utf-8";
/* common.css */

/*再定義化
////////////////////////////////////////////////////*/

html {
	font-size: 70%;
}
* {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 100%;
}
body {
	font-size: 120%;
	line-height: 2.0;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed !important;
}
img {
	vertical-align: top;
	border: none;
	font-size: 0;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*デフォルトリンクカラー
////////////////////////////////////////////////////*/

/*レイアウト
////////////////////////////////////////////////////*/
#wrapper {
	line-height: 200%;
	overflow: hidden;
	min-width: 1012px;
}
.header_inner, #globalNavi > ul, .footer_inner {
	width: 1012px;
	margin: 0 auto;
	min-width: 1012px;
	overflow: hidden;
}
#globalNavi {
	clear: both;
	overflow: hidden;
}
#main_contents {
	float: right;
	width: 796px;
	padding-bottom: 40px;
}
#sidebar {
	float: left;
	width: 176px;
	padding: 20px 10px;
	background-color: #f2f2f2;
	margin-right: 20px;
}
#footer_banner {
	clear: both;
}
/*------------------ header ---------------------*/
#header {
	background-image: url(//www.rasin.co.jp/common/img/bg_header2.png);
	background-repeat: repeat-x;
	height: 115px;
}
#header_area1 {
	position: relative;
	height: 68px;
	padding-top: 15px;
	color: #fff;
}
#header_area1 .logo_area {
	float: left;
	padding-right: 20px;
}
#header_area1 .logo_area a {
	display: block;
	width: 162px;
	height: 0;
	padding-top: 45px;
	overflow: hidden;
	background-image: url(//www.rasin.co.jp/common/img/imglogo.png);
}
#header_area1 .lead_text {
	height: 45px;
	line-height: 45px;
	font-size: 11px;
}
#header_area1 .sns_box {
	position: absolute;
	top: 9px;
	right: 0;
}
#header_area1 .sns_box li {
	display: inline;
	margin-left: 5px;
}
#header_area1 .bn_tel {
	position: absolute;
	top: 40px;
	right: 0;
}
.bn_tel a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#header_area2 {
	position: relative;
	z-index: 100;
}
#header_area2 #searchform .select-ui {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
}
#header_area2 #searchform input[type="text"] {
	position: absolute;
	top: 0;
	left: 200px;
	background-color: #c4c4c4;
	width: 250px;
	height: 28px;
	padding: 0 8px;
	line-height: 28px;
	border: none;
	color: #6e6e6e;
}
#header_area2 #searchform input[name="search"] {
	position: absolute;
	top: 0;
	left: 468px;
}
.cb-header {
	background-color: #fff;
	height: 56px;
	text-align: left;
	width: 100%;
	box-shadow: 2px 2px 8px -2px gray;
 color: #;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.headnavi ul li.headnavi_search {
	width: 18px;
	height: 22px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.headnavi ul li.headnavi_search form input {
	width: 140px;
	height: 18px;
	padding: 0;
	border: transparent;
	background: url(https://www.rasin.co.jp/images/icon_search.png) no-repeat;
	background-size: contain;
	padding-left: 31px;
}
.headnavi ul li.headnavi_search form input:focus {
	outline: 0;
}
.headnavi ul li.headnavi_search:hover {
	width: 140px;
	border-bottom: 1px solid #001373;
	-webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.headnavi ul li.headnavi_facebook {
	width: 18px;
}
.headnavi ul li.headnavi_facebook a {
	background: url(https://www.rasin.co.jp/images/mag_facebook.png) no-repeat;
	background-size: contain;
}
.headnavi ul li.headnavi_twitter {
	width: 22px;
}
.headnavi ul li.headnavi_twitter a {
	background: url(https://www.rasin.co.jp/images/mag_twitter.png) no-repeat;
	background-size: contain;
}
.headnavi ul li.headnavi_instagram {
	width: 18px;
}
.headnavi ul li.headnavi_instagram a {
	background-size: contain;
	background-image: url(https://www.rasin.co.jp/images/mag_instagram.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.headnavi ul li {
	float: left;
	height: 18px;
	margin-left: 20px;
}
.headnavi ul li a {
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
.headnavi ul {
	list-style-type: none;
}
.headnavi ul, .head_navi2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.cb-header .headnavi {
	float: left;
	width: 298px;
	height: 39px;
	padding-left: 100px;
	margin-top: 17px;
}
.cb-header .head_navi2 {
	width: 398px;
	float: left;
	height: 41px;
	padding-right: 0px;
	margin-top: 15px;
	padding-left: 0px;
}
.cb-header .head_navi2 ul .head_fix_text {
	float: left;
}
.cb-header .head_navi2 ul .head_fix_text a {
	font-size: 14px;
	color: #031675;
	margin-right: 25px;
	display: inline-block;
	position: relative;
	transition: .3s;
	text-decoration: none;
}
.cb-header .head_navi2 ul .head_fix_text a:hover {
	color: #2ecc71;
}
.cb-header .head_navi2 ul .head_fix_text a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #2ecc71;
	transition: .3s;
}
.cb-header .head_navi2 ul .head_fix_text a:hover::after {
	width: 100%;
}
.cb-header .head_navi_logo {
	width: 216px;
	height: 46px;
	float: left;
	margin-top: 5px;
}
.cb-header .navi_container {
	height: 56px;
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
}


div#g-navi {
    width: 60px;
    height: 55px;
    background-size: 100% 4px;
    z-index: 4;
    background-color: #FFF;
    position:  absolute;
    right: 0;
}
div#g-navi .inner {
	width:100%;
	margin:0 auto;
	padding:0 70px 0 0;
	display:table;
	height: 60px;
}
div#g-navi .inner .main-menu {
	position:absolute;
	width:300px;
	right:0;
	top:0
}
div#g-navi .inner .main-menu .menu-trigger {
	display:block;
	position:absolute;
	width:50px;
	right:10px;
	top: 3px;
	height:50px;
	z-index:1;
	cursor:pointer;
}
div#g-navi .inner .main-menu .menu-list .group_title:first-child {
    border-top: none;
}
div#g-navi .inner .main-menu .menu-trigger.active span.menu:after {
	content:"CLOSE"
}
div#g-navi .inner .main-menu .menu-trigger span {
	position:absolute;
	right:12px;
	width:25px;
	height:2px;
	background-color:#666;
	border-radius:2px
}
div#g-navi .inner .main-menu .menu-trigger span.menu {
	content:"MENU";
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-ms-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8);
	font-size:10px;
	bottom:18px;
	height:0;
	width:100%;
	font-weight:bold;
	right:0;
	text-align:center;
	background-color:none;
	color:#555
}
div#g-navi .inner .main-menu .menu-trigger span.menu:after {
	content:"MENU"
}
div#g-navi .inner .main-menu .menu-trigger, div#g-navi .inner .main-menu .menu-trigger span {
	display:inline-block;
transition:all .4s;
	box-sizing:border-box
}
div#g-navi .inner .main-menu .menu-trigger span:nth-of-type(1) {
top:13px
}
div#g-navi .inner .main-menu .menu-trigger span:nth-of-type(2) {
top:20px
}
div#g-navi .inner .main-menu .menu-trigger span:nth-of-type(3) {
bottom:21px
}
div#g-navi .inner .main-menu .menu-trigger.active span:nth-of-type(1) {
-webkit-transform:translateY(7px) rotate(-45deg);
transform:translateY(7px) rotate(-45deg)
}
div#g-navi .inner .main-menu .menu-trigger.active span:nth-of-type(2) {
opacity:0
}
div#g-navi .inner .main-menu .menu-trigger.active span:nth-of-type(3) {
-webkit-transform:translateY(-7px) rotate(45deg);
transform:translateY(-7px) rotate(45deg)
}
div#g-navi .inner .main-menu ul {
	display:none
}
div#g-navi .inner .main-menu .menu-list {
	position:fixed;
	right:0;
	top: 60px;
	height:calc(100% - 65px );
	width:320px;
	background:rgba(0, 0, 0, 0.8);
	-webkit-transition-property:all;
	transition-property:all;
	-webkit-transition-duration:.5s;
	transition-duration:.5s;
	-webkit-transition-delay:0s;
	transition-delay:0s;
	-webkit-transform-origin:right center;
	-ms-transform-origin:right center;
	transform-origin:right center;
	-webkit-transform:perspective(500px) rotateY(-90deg);
	transform:perspective(500px) rotateY(-90deg);
	opacity:0;
}
div#g-navi .inner .main-menu .menu-list.menu_open {
	overflow:scroll;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
	opacity:1;
	-webkit-overflow-scrolling:touch;
	overflow-scrolling:touch
}
div#g-navi .inner .main-menu .menu-list ul {
	text-align:center;
	display:block;
	width:100%;
	margin:0;
	padding:  0;
}
div#g-navi .inner .main-menu .menu-list ul.child.first_close {
	display:none
}
div#g-navi .inner .main-menu .menu-list ul li {
	display:block;
	margin:0;
	font-size: 1.0em;
}

div#g-navi .inner .main-menu .menu-list ul li a {
	color:white;
	display:block;
	text-align:left;
	padding:15px 20px;
	color:#eee
}
div#g-navi .inner .main-menu .menu-list ul li a:hover {
	background:#222;
	color:white
}
div#g-navi .inner .main-menu .menu-list ul li a.btn {
	text-align:center
}
div#g-navi .inner .main-menu .menu-list ul hr {
	height:0;
	margin:0;
	padding:0;
	border:0;
	border-top:1px solid #555;
	border-bottom:1px solid #222
}
div#g-navi .inner .main-menu .menu-list .group_title {
	color:white;
	margin:10px;
	font-weight:bold;
	text-align:left;
	font-size: 1.3em;
	border-top: solid 1px;
	padding-top: 20px;
}





/*------------------ footer ---------------------*/
#footer {
	clear: both;
	border-top: 2px solid #e8e8e8;
}
#footer_area1 {
	overflow: hidden;
	padding: 36px 0;
	background-color: #bbbbbb;
}
#footer_area2 {
	clear: both;
	padding: 15px 0;
	background-color: #b0b0b0;
}
#footer_area3 {
	clear: both;
	padding-top: 10px;
	padding-bottom: 80px;
	background-color: #707070;
	color: #adadad;
}
#footer .footer_nav {
	float: left;
	width: 240px;
	padding-left: 15px;
	border-left: 1px solid #dadada;
	box-shadow: -1px 0 0 #a8a8a8;
}
#footer .footer_nav:first-child {
	padding-left: 0;
	border-left: none;
	box-shadow: none;
}
#footer .footer_nav h2 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
	color: #fff;
}
#footer_area2 li {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #fff;
}
#footer_area2 li:first-child {
	padding-left: 0;
	border-left: none;
}
#footer_area2 li a {
	color: #fff;
}
#footer_area3 .footer_inner {
	position: relative;
}
#footer_area3 .bn_tel {
	margin-top: 20px;
}
#footer_area3 .copyright {
	position: absolute;
	top: 0;
	right: 0;
}
#footer_area3 .sns_box {
	position: absolute;
	top: 3em;
	right: 0;
}
#footer_area3 .sns_box li {
	display: inline;
	margin-left: 5px;
}
#footer_area3 .footer_inner .secured {
	position: absolute;
	top: 40px;
	right: 173px;
}
.bluelink a:link {
	color: #0080FF;
	text-decoration: none;
}
.bluelink a:visited {
	color: #0080FF;
}
.bluelink a:hover {
	color: #0080FF;
	text-decoration: underline;
}
.blue {
	color: #20a6fa;
}
.footstep a:link {
	color: #0080FF;
	text-decoration: none;
}
.footstep a:visited {
	color: #20a6fa;
}
.footstep a:hover {
	color: #20a6fa;
	text-decoration: underline;
}
.footstep {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footstep img {
	vertical-align: middle;
}
.footermodel a:link {
	color: #20a6fa;
	text-decoration: none;
}
.footermodel a:visited {
	color: #20a6fa;
}
.footermodel a:hover {
	color: #20a6fa;
	text-decoration: underline;
}
.left_back {
	background: #FFF;
	font-size: 95%;
	padding: 5px;
}
.left_tit {
	background: #555555;
	color: #fff;
	padding: 5px 0 5px 10px;
	line-height: 20px;
	/* box-shadow */
	font-size: 12px;
}
.table_block {
	background-color: #f2f2f2;
}
.contents_table {
	border-top: #E3E3E3 solid 1px;
	border-left: #E3E3E3 solid 1px;
}
.contents_table td {
	border-bottom: #E3E3E3 solid 1px;
	border-right: #E3E3E3 solid 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.support_half {
	width: 378px;
	float: left;
	margin-right: 40px;
}
.support_half2 {
	width: 378px;
	float: left;
}
.article a {
	font-size: 100%;
}
.contents .article p a:link {
	color: #0080FF;
	text-decoration: none;
}
.contents .article p a:visited {
	color: #0080FF;
	text-decoration: none;
}
.contents .article p a:hover {
	color: #0080FF;
	text-decoration: underline;
}
#page-links {
	text-align: center;
	font-size: 140%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#page-links a {
	font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
}
#page-links a:link {
	background: #E7E7E7;
	color: #333;
	padding: 10px;
	line-height: 250%;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
#page-links a:visited {
	background: #E7E7E7;
	color: #333;
	padding: 10px;
	line-height: 250%;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
#page-links a:hover {
	background: #333;
	color: #FFF;
	text-decoration: none;
}
