@charset "UTF-8";
/*This site is created by Rubato.*/

html{ 
 font-size: 62.5%;
}

/* @group reset */
  
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;}
:focus {outline: 0;}

ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* @end */

body {
	background: #FFF; 
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    color: #323232;
    margin: 0px auto;
    text-align: center;
    line-height: 1.7em;
	font-size: 1.5rem;
	-webkit-text-size-adjust: 100%;
}

@font-face{ 
	font-family: 'title_big';
	src: url('../mplus-1p/mplus-1p-light.eot'); /* IE9以上用 */
	src: url('../mplus-1p/mplus-1p-light.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
		url('../mplus-1p/mplus-1p-light.woff') format('woff'), /* モダンブラウザ用 */
		url('../mplus-1p/mplus-1p-light.ttf') format('truetype'), /* iOS, Android用 */
		url('../css/sitting-rabbit.svg') format('svg'); 
	font-weight: normal;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
}
@font-face{ 
	font-family: 'dejima';
	src: url('../dejima-mincho/dejima-mincho-r227.eot'); /* IE9以上用 */
	src: url('../dejima-mincho/dejima-mincho-r227.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
		url('../dejima-mincho/dejima-mincho-r227.woff') format('woff'), /* モダンブラウザ用 */
		url('../dejima-mincho/dejima-mincho-r227.ttf') format('truetype'), /* iOS, Android用 */
		url('../css/sitting-rabbit.svg') format('svg'); 
	font-weight: normal;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
}

a:link, a:visited {
    color: #323232;
    text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a:hover {
    color: #FFCC42;
	text-decoration: underline;
}
a:active, a:focus {
	outline:0;
}
a img {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	border: none !important;
}
a:hover img {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}
#wrapper{
margin:20px auto;
padding:0 1%;
position:relative;
}

header {
	background: #FFF;
	margin: 20px auto 0;
	padding: 0;
  overflow: hidden;
}
#header_left {
	margin: 20px auto;
	width: 280px;
	float: left !important;
	text-align: left;
}

#header_left h1 {
	background: url(../common/logo.png) no-repeat left top;
}
/*for Retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
#header_left h1 {
    background-image: url("../common/logo@2x.png") no-repeat left top;
  }
}
#header_left h1 a{
   white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
   display: block;
   text-decoration: none;
   height: 65px;
}

/**************************
/* トップナビゲーション
**************************/

ul#topnav {
	float: right;
	position:relative;
   overflow:hidden;
   width: 70%;
   text-align: right;
   margin: 40px auto;
}
* html ul#topnav{height:1%;}

ul#topnav li {
text-align: center;
display: inline-block;
	font-size:1.5rem;/*for Chrome*/
	width: auto;
	line-height: 1em;
	border-right: 1px solid #CCC;
	padding: 0 1.5em;
}

ul#topnav li:last-child  {
	border-right: none;
}

ul#topnav li a:hover {
	text-decoration: none;
	text-shadow: none;
}
ul#topnav li.active a {
	background: #F2F2F2;
	padding: 10px;
}

/*--------------------------コンテンツ---------------------------*/
#content {
	font-size:1.5rem;/*For Chrome*/
	margin-bottom: 20px;
	padding: 0;
  overflow: hidden;
	width: auto;
display: block;
}
#content_exp {
	margin: 30px auto;
	display: inline-block;
	width: 60%;
}
#content_exp p {
	text-align: left;
}

/*--------------------------aside(page down)---------------------------*/
aside {
	background: #F9F9F9;
	padding: 10px;
	margin-bottom: 20px;
}
aside #down_content {
	clear: both;
	max-width: 98%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-flexbox;
    box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
	-ms-flex-pack:justify;/*-----IE11用均等配置----------*/
	margin: 30px auto;
	font-size: 1.5rem;
}
@-moz-document url-prefix() {
	aside #down_content {
    clear: both;
	width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-flexbox;
    box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
	-ms-flex-pack:justify;/*-----IE11用均等配置----------*/
	margin: 10px auto;
	font-size: 1.5rem;
}
}
/*-----↓ボックス要素----------*/
.aside_elements {
    width: 25%;
    display: block;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
}
.aside_elements:last-child {
	border-right: none;
}
@-moz-document url-prefix() {
.aside_element {
    width: 26%;
    display: block;
	padding: 13px;
}
}
.aside_elements a {
	display: block;
	overflow: hidden;
	padding: 10px;
}
.aside_elements a:hover {
	background: #F0F0F0;
	color: #515151;
	text-decoration: none !important;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-pie-border-radius: 5px;
	behavior: url(../PIE-1/PIE.htc);
   position: relative;
}
.aside_elements img {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-pie-border-radius: 5px;
	behavior: url(../PIE-1/PIE.htc);
   position: relative;
}

/*-------------------footer---------------------*/
footer {
	clear: both;
	margin: 0;
	overflow: hidden;
	font-size: 1.3rem;
	display: block;
}
#footer_left {
	float: left;
	margin-left: 10px;
	text-align: left;
	display: block;
	width: 26%;
}
#footer_left h6 {
	background: url(../common/logo_footer.png) no-repeat left top;
	float: left;
}
/*for Retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
#footer_left h6 {
    background-image: url("../common/logo_footer@2x.png") no-repeat left top;
  }
}
#footer_left h6 a{
   white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
   display: block;
   text-decoration: none;
   height: 113px;
   width: 100px;
}
#about_pro {
	float: left;
	background: #8A8A8A;
	color: #FFF;
	margin-top: 5px;
	padding: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-pie-border-radius: 5px;
	behavior: url(../PIE-1/PIE.htc);
   position: relative;
}
#about_pro i {
	margin-left: 5px;
	vertical-align: middle;
}
#about_pro a {
	color: #FFF;
}
#about_pro a:hover {
	text-decoration: underline;
}
#footer_right {
	float: right;
	text-align: right;
	margin: 10px 10px auto;
	display: block;
	width: auto;
}
#footer_right ul li {
	border-right: 1px solid #CCC;
    display: inline-block;
	padding: 0 10px 0px 10px;
}
#footer_right ul li:last-child  {
	border-right: none;
}
#footer_right ul li span {
	display: none;
}
#footer_right ul li a {
	color: #515151;
}
#footer_right ul li a:hover {
    color: #FFCC42;
	text-decoration: underline;
}
#footer_right ul li a i {
	margin-right: 5px;
	vertical-align: text-top;
	color: #0C74D4;
}
#facebook {
	font-size: 1.5rem;
}

/*-------------------ここまでfooter---------------------*/

address {
	clear: both !important;
	font-size: 1rem;
	font-style: normal;
	margin-bottom: 10px;
	padding: 5px;
}

.spacer {
	clear: both !important;
	text-indent: -10000px;
	width: auto;
	height: 0;
	visibility: hidden;
}
.spacer img {
	display: none;
	visibility: hidden;
}
#page_top {
   margin: 0;
}

p {
	margin: 0;
}
a img {
	border: none;
}

.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
strong,em {
	font-style: normal;
	font-weight: normal;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.clear {
	clear: both;
}

.font_red {
	color: #FE6D6E;
}
.font_red_b_b {
	color: #FE6D6E;
	font-size: 120%;
	font-weight: bold;
}
.font_bold {
	font-weight: bold;
	color: #515151;
}
.font_title {
	clear: both;
	font-size: 1.7rem;
	font-weight: bold;
}
.font_90 {
	font-size: 90%;
}
.h {
	display: none;
}
#back_home {
	margin-top: 20px;
	text-align: center;
}
.arrow i {/*font-awesome部指定*/
	color: #A34244;
	margin-left: 5px;
}

/* PC用 */
@media only screen and (min-width:1500px){

header,#wrapper,footer {
	width: 1400px;
	padding:0;
	margin: 0px auto;
}

}

/* モニター幅1024px以下 */
@media only screen and (max-width:1024px){
header,#wrapper,footer {
	width: 100% !important;
	padding:0;
	margin: 0px auto;
}
img {
	width: 100%;
	height: auto;
}
header {
		width: 100%;
}

#header_inner,#wrapper {
	width: 100%;
	padding:0;
	margin: 0px;
}

#header_left {
	clear:both;
	margin: 20px auto;
	text-align: center;
	width: 100%;
	float: none !important;
}
#header_left h1 {
	background: url(../common/logo.png) no-repeat center top;
	margin-bottom: 20px;
	background-size: 200px 61px;
}
#header_left h1 a{
   white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
   display: block;
   text-decoration: none;
   height: 61px;
}

/**************************
/* トップナビゲーション
**************************/

ul#topnav{
	clear:both;
	width:100%;
	border-top:1px solid #E1E1E1;
	margin: 0px 0 20px;
	}

	ul#topnav li {
	width:33%;
	float: left;
	border-right:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	border-left:1px solid #E1E1E1;
	box-sizing:border-box;
  text-align: center;
  padding: 0;
	}
ul#topnav li:nth-child(2n){
		border-left: none;
}
ul#topnav li:nth-child(3n){
		width:34%;
		border-left: none;
}

ul#topnav li:nth-child(5n){
	border-left: none;
}
ul#topnav li:nth-child(4n){
	border-left:1px solid #E1E1E1;
}
ul#topnav li:nth-child(6n){
	border-right:1px solid #E1E1E1;
}
	ul#topnav li a{
	width:100%;
	border:0;
  box-sizing:border-box;
  padding: 15px;
  display: block;
}
ul#topnav li a:hover {
	background: #F2F2F2;
}
ul#topnav li.active a {
	background: #F2F2F2;
	padding: 15px;
}

#brows {
	display: none !important;
}
#content {
	width: auto;
	padding: 0px !important;
}

.page_top {
	clear: both !important;
   padding: 0;
   text-align: right;
   margin-right: 10px;
}
#footer_left {
	float: left;
	width: 38%;
	overflow: hidden;
	margin-bottom: 10px;
}
#about_pro i {
	margin-left: 5px;
	vertical-align: text-bottom;
}
#footer_right {
	float: right;
	width: 58%;
	margin: 0;
}
.aside_elements img {
	width: 70%;
	height: auto;
}
}
@media only screen and (max-width:800px){
#footer_left {
	width: 42%;
}
#about_pro i {
	margin-left: 5px;
	vertical-align: text-top;
}
#footer_right {
	float: right;
	width: 55%;
	margin: 0;
}
.res_img {
width:100%;
max-width: 100%;
height: auto;
}
}

@media only screen and (max-width:640px){
nav {
	margin-bottom: -5px;
}

#footer_left {
	clear: both;
	float: none;
	width: 98%;
	overflow: hidden;
	margin-bottom: 10px;
}
#footer_right {
	clear: both;
	float: none;
	text-align: left;
	width: 98%;
}
#footer_right ul li {
	clear: both;
	border-bottom: 1px solid #E1E1E1;
	border-right: none;
    display: block;
	font-size: 1.4rem;
}
#facebook {
	font-size: 1.4rem;
}
#footer_right ul li span {
	display: block;/*display: none;の反対 PCタブレットではdisplay: none;*/
	float: right;
}
#footer_right ul li a {
	padding: 20px;
	display: block;
}
#footer_right ul li a:hover {
	text-decoration: none;
}
#footer_right ul li a i {
	vertical-align: central;
}
.font_title {
	font-size: 1.5rem;
}
}

@media only screen and (max-width:600px){
.res_img {
width:100%;
max-width: 100%;
height: auto;
}
}

@media only screen and (max-width:480px){
	header {
	margin: 0px auto 10px auto;
}
ul#topnav{
	clear:both;
	width:100%;
	border-top:1px solid #E1E1E1;
	margin: 0;
	}
	ul#topnav li {
		font-size: 1.4rem;
	width:50% !important;
	box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){
	border-right:1px solid #E1E1E1;
	width:50%;
	}	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-left:0px !important;}
	ul#topnav li:nth-child(3n),ul#topnav li:nth-child(5n){border-left:1px solid #E1E1E1;}

#content_exp {
	margin: 10px auto;
	padding: 5px;
	width: 98%;
}

aside #down_content {
	display: block;
}

.aside_elements {
    width: 100%;
	margin-bottom: 10px;
	border-right: none;
    box-shadow: none;
}
.aside_elements:last-child {
	margin-bottom: 0px !important;
}
.aside_elements img {
	width: 30%;
	height: auto;
}
#footer_left {
	clear: both;
	float: none;
	width: 97%;
	overflow: hidden;
	margin-bottom: 10px;
}
/*画像中央揃え*/
.img_center {
 display: block;/*これを最初に指定する*/
 margin-left: auto;
 margin-right: auto;
}
}

@media only screen and (max-width:360px){
.aside_elements img {
	width: 50%;
	height: auto;
}
footer {
	margin-top: 20px;
}
}

@media only screen and (max-width:320px){
#footer_left {
	line-height: 1.5em;
	width: 95%;
}
#about_pro {
	font-size: 1.2rem;
}
}