@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
* { box-sizing: border-box; }
body {
    background-image: url("images/bg.svg");
    background-size: 60px 60px;
    background-repeat: repeat;
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
	font-size:14px;
	background-image: url( "./images/bg.png" );
	background-repeat: repeat;
}
body.fw-400 { font-weight: 400; }
.wrap { width: 960px; }
.fz-18px { font-size: 14px; }

/*===================================
    ヘッダー
===================================*/
.header-container { background-color: transparent; }
#header-in {
	position: relative;
	display: flex;
	margin: auto;
	width: 960px;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	line-height: 1em;
}
#h-top { min-height: 0px; height: 200px; }
.header { width: 100%; }
#header_left, #header_right { display: block; position: relative; margin: 0px; width: 50%; }
#header_left { margin: 20px 0px 10px; }
.site-name-text-link { padding: 0px; }
.logo { text-align: left; }
.tagline { display: none; }
.logo-header img { width: 285px; }
#header_right { text-align: right; padding: 20px 0px 0px; }
#header_right_1 a {
	display: inline-block;
	margin: 0px;
	padding: 10px 20px;
	background: #1BA64F;
	color: #ffffff;
	font-size: 14px;
	border-radius: 4px;
	text-decoration: none;
}
#header_right_2 {
	padding: 10px 0px 0px;
	font-size: 28px;
	color: #1BA64F;
	font-weight: bold;
}
#header_right_2 img { margin-right: 8px; }

/*===================================
    ナビゲーション
===================================*/
.navi { background-color: transparent; }
#navi ul{
	display: flex;
	position: relative;
	margin:0;
	padding:0;
	width:100%;
}

#navi ul > li{
	list-style:none;
	position: relative;
	width: 20%;
	height: auto;
	text-align: center;
}

#navi ul li a{
  font-size:16px;
  display: block;
  padding: 0.5em 0.7em;
  color:#1BA64F;
  text-decoration:none;
  z-index:99;
}
#navi ul li a:hover{
  background-color:#1BA64F;
	color: #FFFFFF;
}
.navi-in > ul li { line-height: 1em; }
.navi .caption-wrap,
.navi .item-label { display: inline; }

#navi ul.sub-menu,
#navi ul.children{
  position: absolute;
  display: none;
  margin-left: 0;
  min-width:200px;
  border: 1px solid #1BA64F;
  list-style:none;
  padding-left:0;
  z-index:99;
	text-align: left;
	background: #FFFFFF;
}
#navi .sub-menu li,
#navi .children li{
  position: relative;
  border: none;
  float:none;
	width: 100%;
  height:31px;
	text-align: left;
}

#navi ul.sub-menu ul,
#navi ul.children ul {
  top:-31px;
  left:200px;
  position:relative;
}
#navi ul li:hover > ul{
  display: block;
}

/* Clearfix) */
#container:after,
#navi ul:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
#container,
#navi ul,
.clearfix {
  /*display: inline-block;*/
}

#navi ul { border-right: 1px #dddddd solid; }
#navi ul > li { border-left: 1px #dddddd solid; }

/* アイコン表示 */
#navi #menu-navigation > li:nth-child(1) > a:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url("./images/icon.png");
	background-position: -2px -2px;
	margin-right: 4px;
}
#navi #menu-navigation > li:nth-child(2) > a:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 18px;
	background: url("./images/icon.png");
	background-position: -27px -2px;
	margin-right: 4px;
}
#navi #menu-navigation > li:nth-child(3) > a:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 18px;
	background: url("./images/icon.png");
	background-position: -51px -2px;
}
#navi #menu-navigation > li:nth-child(4) > a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url("./images/icon.png");
	background-position: -76px -2px;
	margin-right: 4px;
}
#navi #menu-navigation > li:nth-child(5) > a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url("./images/icon.png");
	background-position: -100px -2px;
	margin-right: 4px;
}

#navi #menu-navigation > li:nth-child(1) > a:hover:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url("./images/icon.png");
	background-position: -2px -25px;
	margin-right: 4px;
}
#navi #menu-navigation > li:nth-child(2) > a:hover:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 18px;
	background: url("./images/icon.png");
	background-position: -27px -25px;
	margin-right: 4px;
}
#navi #menu-navigation > li:nth-child(3) > a:hover:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 18px;
	background: url("./images/icon.png");
	background-position: -51px -25px;
	margin-right: 4px;
}
#navi #menu-navigation > li:nth-child(4) > a:hover:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url("./images/icon.png");
	background-position: -76px -25px;
	margin-right: 4px;
}
#navi #menu-navigation > li:nth-child(5) > a:hover:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url("./images/icon.png");
	background-position: -100px -25px;
	margin-right: 4px;
}
/*===================================
    コンテンツ
===================================*/
#content { min-height: 80vh; }
.content-in { display: block; width: 960px; margin: 0px auto; }
#content-in.wrap { width: 960px; }
.main { padding: 0px; width: 100%; border-radius: 0px; border: none; background-color: transparent; }
#content-in { display: flex; justify-content: space-between; }
#content-in #main { width: 960px; }
#sidebar { width: 260px; }
/*
.content-home { margin-top: 0px; }
.content-home #content-in.wrap { width: 960px; }
.article ul li { margin: 0px; }
*/
/*===================================
    HOME
===================================*/
#top_image { width: 960px; margin: 0px auto 20px; }
/*
#top-image { position: relative; width: 100%; height: 90vh; background-image: url("images/top-image.jpg"); background-repeat: no-repeat; background-size: cover; background-position: bottom center; }
#top-image-icon { position: absolute; bottom: 16px; left: -42px; margin-left: 50%; text-align: center; }
#top-recruit { position: absolute; width: 188px; height: 188px; bottom: 100px; right: 30px; border-radius: 94px; background-color: #fff; }
#top-recruit a:hover { opacity: 0.7; }
*/
/*
#top-image-foot { position: absolute; bottom: 0px; left: 0px; width: 100%; text-align: center; vertical-align: bottom; }
*/
#recommend h1 {
	width: 660px;
	height: 52px;
	padding: 0px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(images/home-h1.svg) no-repeat;
}
#recommend p { margin: 0px; font-size: 14px; }
#home-content-recommend { display: table; width: 100%; margin-top: 10px; }
#home-content-recommend,
.home-content-recommend-line,
#home-content-recommend p { border: none; border-collapse: collapse; }
.home-content-recommend-line { display: table-row; }
#home-content-recommend p { display: table-cell; height: 58px; vertical-align: middle; padding-bottom: 20px; }
/*#home-content-recommend p { display: flex; align-items: center; }*/
#home-content-recommend p:after {
	content: "";
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 0px;
	overflow: hidden;
	clear: both;
}
#home-content-recommend #home-icon-1,
#home-content-recommend #home-icon-2,
#home-content-recommend #home-icon-3,
#home-content-recommend #home-icon-4,
#home-content-recommend #home-icon-5,
#home-content-recommend #home-icon-6 {
	float: left;
	margin-right: 10px;
	display: inline-block;
	width: 58px;
	height: 58px;
	background: url(images/top_icon.svg) no-repeat left center;
	background-size: 182px 120px;
}
#home-content-recommend #home-icon-1 { background-position: -2px 0px; }
#home-content-recommend #home-icon-2 { background-position: -62px -2px; }
#home-content-recommend #home-icon-3 { background-position: -123px -2px; }
#home-content-recommend #home-icon-4 { background-position: -0px -62px; }
#home-content-recommend #home-icon-5 { background-position: -62px -62px; }
#home-content-recommend #home-icon-6 { background-position: -123px -62px; }

#home-content-recommend .home-recommend-word { display: inline-flex; height: 58px; align-items: center; }

.white-box {
	margin-bottom: 30px;
	padding: 20px;
	background: rgba( 255, 255, 255, 0.6 );
	/**/
}
#more { margin-bottom: 50px; }
#more p { margin: 6px 0px 0px; padding: 0px; text-align: right; }
#news .white-box {
	padding: 0px;
	display: table;
	width: 100%;
}
#news dl { display: table-row; }
#news dt,
#news dd { display: table-cell; padding: 14px 20px; }
#news .white-box,
#news dl,
#news dt,
#news dd { border: none; border-collapse: collapse; }
#news dt { font-weight: normal; }
#news a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px #CCCCCC dashed;
}
#news a:last-child { border: none; }
#news a:hover { background: #F2F2F2; }
#news a:hover:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 0px;
	padding: 0px;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	border-top: 6px transparent solid;
	border-right: none;
	border-bottom: 6px transparent solid;
	border-left: 6px #1BA64F solid;
}
#more a { color: #1BA64F; }
#more a:hover { background: none; }
#more a:hover:after { content: none; }

/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
  line-height:130%;
  color:#333;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
  position:relative;
  margin-top:35px;
  margin-bottom:20px;
}
.article h1 {
  margin-top:0px;
  margin-bottom:20px;
  font-size: 40px;
  line-height:117%;
	font-weight: normal;
	color: #1BA64F;
}

#archive-title{
  padding-bottom:20px;
  font-size:26px;
}

.article h2 {
	border-left:2px solid #1BA64F;
	margin: 40px 0px 20px;
	padding:14px 20px;
	font-size:26px;
	font-weight: normal;
	color: #1BA64F;
	background-color: transparent;
}

.article h3{
  font-size:18px;
  border-bottom:2px solid #1BA64F;
  padding:10px 0;
	border-left: none;
	border-top: none;
	border-right: none;
}

.article h4, .article h5, .article h6{
  font-size:20px;
  padding:8px 0;
}

.article  h4{
  border-bottom:5px dashed #eee;
}

.entry-content{
  margin-bottom: 60px;
}


/**************************
**　見出し1
***************************/
#about h1,
#news h1 {
	color: #FFFFFF;
	background: #1BA64F;
	font-size: 24px;
	font-weight: normal;
	padding: 10px 10px 6px;
	margin-bottom: 0px;
}
#about h1:before {
	content: url(images/top-icon-2.svg);
	display: inline-block;
	margin-right: 6px;
	width: 24px;
	vertical-align: middle;
}
#news h1:before {
	content: url(images/top-icon-3.svg);
	display: inline-block;
	margin-right: 6px;
	width: 24px;
	vertical-align: middle;
}


/************************************
** フッターナビメニュー
************************************/
#footer { padding-bottom: 20px; width: 100%; min-width: 960px; background-color: #1BA64F; }
#footer-navi-in { margin: 0px; }
#footer-navi-in a:hover { color: #FF931E; }
#footer-in .credit { text-align: left; }
#copyright { padding: 0px 5px; color: #fff; }
#menu-footer-navi {
  text-align: left;
  width: 430px;
  margin: 0px;
	padding: 0px;
}

#menu-footer-navi li {
  display: inline;
  list-style: outside none none;
}

#menu-footer-navi li::before {
    content: "|";
    padding: 0 0.6em;
	color: #fff;
}
#menu-footer-navi a {
	display: inline-block;
	color: #fff;
	padding: 0px;
}
#menu-footer-navi a:hover {
	background-color: transparent;
	color: #FF931E;
}
#menu-footer-navi li:first-child::before{
  content: "";
  padding: 0;
}

#menu-footer-navi .sub-menu{
  display: none;
}
#copyright .credit { margin-top: 20px; }
.footer-left { width: 660px; }
.footer-right {
	margin-top: 20px;
	padding: 0px;
	width: 300px;
	display: flex;
	justify-content: space-between;
}
#footer_logo {
	width: 67px;
}
#footer_address {
	padding-left: 10px;
	width: 233px;
	color: #fff;
}
#footer_address p { margin: 0px; font-size: 10px; }
#footer_address p#footer_reheart { font-size: 22px; }
#footer_address { font-size: 10px; font-style: normal; }



/************************************
** パンくずリスト
************************************/
#breadcrumb{
	/*margin-bottom: 20px;*/
	margin: 14px auto 0px;
	width: 960px;
	color:#777;
	font-size:13px;
	background-color: transparent;
}

/************************************
** ページ（サイドバー有）
************************************/
#content-in[data-class="double"] { display: flex; justify-content: space-between; flex-direction: row-reverse; }
#content-in[data-position="right"] { flex-direction: row; }
#content-in[data-class="double"] #main { width: 660px; }

/************************************
** サイドバー
************************************/
#sidebar { width: 260px; margin-top: 0px; }
#sidebar .widget { margin-bottom: 10px; }
#custom_html-7 .box {
	padding: 10px;
	background: rgba( 255, 255, 255, 0.6 );
}
#custom_html-7 h3 {
	margin: 0px;
	padding: 6px;
	background: #999999;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
#custom_html-7 p { margin-top: 4px; margin-bottom: 4px; }

#child-page-list { width: 100%; }
#child-page-list ul { padding-left: 0px; list-style: none; }
#child-page-list li { width: 100%; margin-bottom: 5px; }
#child-page-list #child-first { margin-bottom: 0px; font-weight: bold; }
#child-page-list a {
	display: block;
	padding: 14px 10px;
	background: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
#child-page-list a:hover,
#child-page-list a.now-view { position: relative; background: #FF931E; color: #FFFFFF; }
#child-page-list a.now-view:after {
	content: "";
	display: block;
	position: absolute;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	border-top: 6px transparent solid;
	border-right: none;
	border-bottom: 6px transparent solid;
	border-left: 12px #FFFFFF solid;
	top: 50%;
	right: 10px;
	margin-top: -6px;
}
#child-page-list #child-first a,
#child-page-list #child-first a:hover { color: #FFFFFF; background: #1BA64F; }
#sidebar #side-access { width: 100%; background-color: #fff; margin-bottom: 20px; padding-bottom: 10px; }
#sidebar .side-header {
    margin:0px;
    padding: 16px 10px;
    width: 100%;
    background-color: #23256E;
    color: #ffffff;
    font-weight: 400;
}
#sidebar .side-text,
#sidebar .side-map { width: 100%; margin: 10px 0px; padding: 0px 10px; }
#sidebar .side-text p { margin: 0px; padding: 0px; line-height: 1.2em; }


/***************************
** Reはーとの特徴
****************************/
.feature-content p { margin-bottom: 20px; }

#feature-table { margin-top: 30px; }
#feature-table .feature-table-row {
	border-radius: 4px;
	margin-bottom: 10px;
}
#feature-table .feature-table-row:after {
	content: "";
	display: block;
	overflow: hidden;
	margin:0px;
	padding: 0px;
	width: 100%;
	height: 0px;
	clear: both;
}
#feature-table .feature-table-img,
#feature-table .feature-table-txt {
	float: left;
}
#feature-table .feature-table-row { width: 100%; background: #FFFFFF; }
#feature-table p { margin: 0px; padding: 0px; }
#feature-table img { vertical-align: bottom; }
#feature-table .feature-table-img,
#feature-table .feature-table-txt {
	display: flex;
	height: 39px;
	align-items: center;
}
#feature-table .feature-table-img { margin-right: 4px; }
#feature-table .feature-table-txt { font-size: 16px; }


/************************************
** 施設紹介ページの装飾
************************************/
#facilities .camvas,
#facilities .facilities-title,
#facilities .facilities-txt,
#facilities .facilities-img { margin: 0px; padding: 0px; box-sizing: border-box; }
#facilities .camvas { margin-bottom: 14px; position: relative; }
#facilities .facilities-title,
#facilities .facilities-txt {
	position: absolute;
	width: 100%;
	padding: 10px;
	color: #FFFFFF;
	font-size: 14px;
	background: rgba( 0, 0, 0, 0.5 );
	z-index: 99;
}
#facilities .facilities-title { top: 0px; left: 0px; }
#facilities .facilities-txt { bottom: 0px; left: 0px; font-size: 12px; }
#facilities .facilities-img img {
	position: relative;
	margin: 0px;
	width: 100%;
	z-index: 1;
	vertical-align: bottom;
}

/************************************
** スタッフ紹介ページの装飾
************************************/
#staff ul,
#staff li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#staff li {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 10px;
	/*background: rgba( 255, 255, 255, 0.5 );*/
	background: #FFFFFF;
	border: 1px #DDDDDD solid;
}
#staff .staff-info { float: right; margin-left: 20px; width: 468px; }
#staff .staff-face { float: left; width: 150px; }
#staff .staff-name {
	margin-bottom: 6px;
	padding-top: 4px;
	font-size: 24px;
	color: #FF931E;
}
#staff .staff-rubi {
	margin-bottom: 10px;
	color: #999999;
}
#staff .staff-license {
	margin-bottom: 10px;
	border-top: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
}

/***************************
** 会社概要
****************************/
#profile-table dl,
#profile-table dt,
#profile-table dd {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
#profile-table dl { margin-bottom: 4px; }
#profile-table dt {	margin-right: 4px; }
#profile-table dt,
#profile-table dd { padding: 8px 10px; }
#profile-table dl:after {
	content: "";
	display: block;
	overflow: hidden;
	margin:0px;
	padding: 0px;
	width: 100%;
	height: 0px;
	clear: both;
}
#profile-table dt,
#profile-table dd {
	float: left;
}
#profile-table dt { background: #E7E7E7; font-weight: normal; width: 200px; }
#profile-table dd { background: #FFFFFF; width: 456px; }



/***************************
** アクセスページの地図装飾
****************************/
#map-box iframe {
	border: 4px #FFFFFF solid;
	/*box-shadow: 0px 0px 2px 1px rgba( 0, 0, 0, 0.2 );*/
}


/***************************
** ご利用方法
****************************/
#howto .step-img,
#howto .step-txt {
	display: block;
	float: left;
}
#howto ol,
#howto li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#howto li { margin-bottom: 60px; position: relative; }
#howto li:after {
	content: "";
	display: block;
	overflow: hidden;
	margin:0px;
	padding: 0px;
	width: 100%;
	height: 0px;
	clear: both;
}
#howto .step-img {
	width: 51px;
	height: 53px;
	margin-right: 16px;
}
#howto .step-txt {
	display: flex;
	width: 593px;
	height: 53px;
	align-items: flex-end;
	font-size: 20px;
}
#howto .notice {
	margin-left: 67px;
	font-size: 12px;
	color: #666666;
}
/* 98C38E */
#howto li.next-step:before {
	content: "";
	display: block;
	position: absolute;
	top: 75px;
	left: 12px;
	margin: 0px;
	padding: 0px;
	border-top: 15px #98C38E solid;
	border-right: 10px transparent solid;
	border-bottom: none;
	border-left: 10px transparent solid;
}


/************************************
** 利用料金ページの装飾
************************************/
#price .table_slide { width: 100%; overflow-x: scroll; }
#price table { width: 100%; white-space: nowrap; }
#price table td { text-align: center; background: #FFFFFF; }
#price table td.price-cell { text-align: right; }



/************************************
** 求人情報ページ
************************************/
.recruit-table td { background-color: #fff; }


/************************************
** お問い合わせページの装飾
************************************/
#contact table { width: 100%; }
#contact table th { text-align: left; width: 80px; }
#contact table th,
#contact table td { padding: 10px 4px; }
#contact table td { background: #FFFFFF; }
#contact #button-area { text-align: left; }
#contact .err { font-weight: bold; color: #DD0000; }
#contact textarea { height: 300px; resize:  vertical; }
#contact input[type="button"] {
    padding: 11px;
    width: 100%;
    margin: 0;
    cursor: pointer;
	-webkit-appearance: none;
    border: 1px solid var(--cocoon-thin-color);
    background-color: #f5f8fa;
    color: #333;
}
#contact input[type="submit"] {
	margin-top: 1em;
	background-color: #1BA64F;
	color: #fff;
}

/************************************
** 投稿一覧ページの装飾
************************************/
#list h2 a,
#list .entry-read-link { color: #1BA64F; }
#list h2 a:hover,
#list .entry-read-link:hover { color: #FF931E; }
#list h2 { border-bottom: 1px #1BA64F solid; font-size: 24px; font-weight: bold; color: #1BA64F; }
#list .entry-card-snippet {
	font-size: 14px;
}
#list .entry-card-meta {
	position: relative;
	text-align: left;
	/*background: #D0E6B9;*/
	background: none;
	color: #AAAAAA;
	font-size: 14px;
}
#list .entry-card-content { margin-left: 0px; }
#list .a-wrap:hover {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  color: var(--cocoon-text-color);
}
#list .entry-card-categorys { display: none; }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1199px){
    main.main { padding: 0px; }
    .main.no-home { margin: 0px; padding: 0px 20px; }
    #content-in.wrap { width: 100%; }
    #footer-left { float: none; width: 100%; text-align: center; }
    #footer-right { float: none; width: 100%; }
    #breadcrumb.wrap { width: 100%; }
     /************************************
    ** ページ（サイドバー有）
    ************************************/
    .main[data-class="double"] { margin: 0px; padding: 0px 20px; display: flex; flex-wrap: wrap-reverse;  flex-direction: row-reverse; }
    article[data-class="double"] { width: 100%; }
    #side-menu a { width: 100%; }
    /************************************
    ** サイドバー
    ************************************/
    #sidebar { width: 100%; }
    .staff-card { flex-wrap: wrap; justify-content: space-around; }
}
/*1130px以下*/
@media screen and (max-width: 1130px){
    .aside-item { height: auto; padding: 0px 10px;}
    .top-aside-mini { display: block; }
    #top-aside-item-01 { background-image: none; border-radius: 0px; }
    #top-aside-item-02 { background-image: none; border-radius: 0px; }
    .aside-contents { margin: 0px; padding: 40px; width: 100%; }
    #top-aside-item-02 .aside-contents a { left: auto; right: 35px; }
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
    #header-container-in { width: 100%; }
    
    #navi { position: absolute; top: 100%; left: 0px; width: 100%; float: none; z-index: 2; }
    .navi-in > ul { display: flex; width: 100%; flex-wrap: nowrap; }
    .navi-in > ul li { display: block; margin-left: 0px; width: 25%; height: auto; line-height: normal; text-align: center; }
    
    main.main { margin: 0px; }
    .center-1200 { width: 100%; min-width: auto; }
    
    #top-news { padding: 0px 10px; }
    #top-news-box { width: 100%; padding: 50px 20px; }
    #top-news .news-left { width: 100%; padding: 0px; }
    #top-news .news-center { display: none; }
    #top-news .news-right { width: 100%; }
    #top-news h1 { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px #23256E solid; }
    #top-news ul { padding-left: 0px; }
    #top-news ul li { padding-bottom: 20px; border-bottom: 1px #D9EEFD solid; }
    
    .howto-list { flex-wrap: wrap; }
    .howto-list dt, .howto-list dd { width: 100%; }
    .howto-list dt { margin-bottom: 20px; }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
   .mobile-menu-button {
        display: inline-block;
    }
	#navi { display: none; }
    main.main { padding: 0px; }
	.navi-in > ul li { padding: 10px; width: 100%; border-bottom: 1px #D9EEFD solid; text-align: left; }
	.navi-in > ul li:first-child { border-top: 1px #D9EEFD solid; }
    .bunner-item {
        margin: 0px 0px 20px 0px;
        width: 100%;
        text-align: center;
    }
    .bunner-item img { width: 80%; }
    #footer-in.wrap { padding: 45px 20px; }
    .navi-footer-in > .menu-footer li:last-child { border-right: none; }
    .navi-footer-in > .menu-footer li.menu-item a { padding: 10px; }
    #top-news dl { display: block; }
    #top-news dt, #top-news dd { width: 100%; }
    .copyright { text-align: center; }
    #footer-sns { margin-top: 30px; height: auto; text-align: center; }
    .footer-sns-item { position: relative; }
    #footer-sns img { width: 50px; }
    .clip-image-center {
        left: -50%;
        width: 100%;
    }
    .clip-image-left, .clip-image-right { width: 0px; }

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
    #header { width: 100%; }
    .logo { display: flex; height: 85px; align-items: center;  text-align: left; }
    .site-name img { width: 80%; }
    .narrow_off { display: none; }
    .narrow_on { display: inline; }
    #welcome p { padding-left: 20px; padding-right: 20px; }
    #top-aside-item-01 .aside-contents a,
    #top-aside-item-02 .aside-contents a { position: relative; width: 100%; left: auto; right: auto; }
    .staff-rubi { display: block; }
}
