@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800&display=swap');

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

h2, h3, h4, h5, h6 {
	border: none;
	font-size: 120%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 130%;
	font-weight: normal;
}

.mobile-menu-buttons .menu-button:hover .menu-button-in {
  opacity: 1;
}

.anchorlink {
    position: relative;
    top: -240px;
    display: block;
}
@media screen and (max-width: 834px){
.anchorlink {
    top: -60px;
}
}

/*投稿日・更新日を消す場合*/
.page .date-tags {
    display: none;
}

/*著者情報を消す場合*/
.page .author-info {
    display: none;
}

/*まとめて消す場合*/
.page .date-tags,
.page .author-info {
    display: none;
} 


/************************************
** PC　ヘッダーメインメニュー
************************************/
ul.head_menu {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
ul.head_menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.head_menu li a {
	display: block;
	list-style: none;
	margin: 0;
	padding: 20px 0;
	background-image: url(../../uploads/2020/09/clover.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px;
}
ul.head_menu li a img {
	width: 120px;
}

ul.head_menu li a:hover img {
	animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
	0% { transform: translate(0px, 2px); }
	5% { transform: translate(0px, -2px); }
	10% { transform: translate(0px, 2px); }
	15% { transform: translate(0px, -2px); }
	20% { transform: translate(0px, 2px); }
	25% { transform: translate(0px, -2px); }
	30% { transform: translate(0px, 0px); }
}

@media only screen and (max-width: 1023px) {
ul.head_menu {
	display: none !important;
}
ul.head_menu li {
	display: none !important;
}
}

.notel {
pointer-events: none;
color: #000;
}

/************************************
** モバイル ヘッダーメニュー
************************************/
.mobile-header-menu-buttons {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	z-index: 10000;
}

.head_tel_pc {
	position: absolute;
	top: 30px;
	right: 20px;
	display: inline-block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 130%;
}
.head_tel_pc p {
	font-size: 70%;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
.head_tel_pc .tel {
	font-size: 150%;
	font-weight: 600;
	background-image: url(../../uploads/2020/09/icon_tel_orange.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	padding-left: 18px;
}
.head_tel_pc a {
	display: block;
	text-decoration: none;
}

.head_tel_pc a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
@media only screen and (max-width: 1023px) {
.head_tel_pc {
	display: none;
}
.navi-menu-button {
	z-index: 1000 !important;
}
.navi-menu-button {
	background-color: rgba(255,255,255,1);
	width: 45px !important;
	height: 45px;
	margin-left: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.my-big { font-size: 1.5em; margin-top: 5px; }
.my-orange {color: #F90}
.navi-menu-caption { display: none; }
.head_tel {
	position: static;
	z-index: 10;
	margin-top: 5px;
	margin-right: 10px;
	text-align: center;
}
.head_tel p {
	white-space: nowrap;
	padding: 0;
	font-size: 50%;
	line-height: 120%;
	margin-top: 5px;
}

.head_tel a {
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	background-color: #F90;
	width: 25px;
	height: 25px;
	background-image: url(../../uploads/2020/09/icon_tel_wh.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
}
}
.head_left {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 250px;
}
@media only screen and (max-width: 1080px) {
.head_left  {
	width: 15%;
}
}
@media only screen and (max-width: 768px) {
.head_left  {
	width: 20%;
}
}

/************************************
** ヘッダー
************************************/
#header {
	position: fixed;
	z-index: 3;
	display: block;
	width: 100%;
	min-width: 1200px;
	height: auto;
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: rgba(255,255,255,1.0);
}
svg {
	display: block;
	margin: 0;
	padding: 0;
	height: 80px;
}
#bigHalfCircle path {
	fill: #FFF;
	stroke: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#header svg {
	position: absolute;
	bottom: -80px;
}
.header-in {
	display: block;
	width: auto;
	position: relative;
	margin: 0;
	padding: 20px;
	padding-bottom: 0;
}
h1.logo-header {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	vertical-align: middle;
	line-height: 100%;
}
h1.logo-header span  {
	font-size: 50%;
	line-height: 60%;
	letter-spacing: 0.2em;
	display: block;
	margin-bottom: 0;
}
h1.logo-header img {
	display: block;
	margin: 0 auto;
	width: 260px;
}
h1.logo-header a {
	display: block;
	color: #000;
}
#header h1 a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

@media only screen and (max-width: 1023px) {
#header svg {
	display: none;
}
}
@media only screen and (max-width: 834px) {
#header {
	position: relative;
	height: auto;
	width: auto;
	min-width: inherit;
}
#header svg {
	display: none;
}
.header-in {
	padding: 5px;
}
#header h1 {
	padding: 0;
	
}
#header h1 span  {
	font-size: 50%;
	line-height: 100%;
}
#header h1 img {
	width: 45%;
}
}


/************************************
** フッター
************************************/
#footer {
	clear: both;
	display: block;
	background-image: url(../../uploads/2020/09/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 100%;
	padding: 50px 0;
	padding-top: 100px;
	margin: 0 auto;
	min-width: 1200px;
}

.footer-in {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.footer-bottom-content {
	clear: both;
	display: block;
	width: auto;
	font-style: normal;
	font-size: 90%;
	line-height: 120%;
	vertical-align: bottom;
	color: #000;
	margin-top: 0;
}
.footer_logo {
	display: block;
	vertical-align: top;
	width: 240px;
	padding: 0;
	margin-bottom: 10px;
	margin: 0 auto;
}
.footer_logo img {
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 834px) {
#footer {
	padding: 30px 0;
	padding-top: 50px;
	margin: 0;
	background-size: 200%;
	min-width: inherit;
}
.footer-in {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.footer-bottom-content {
	display: block;
	text-align: center;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
}
.foot_bottom {
	padding: 15px 0;
	padding-left: 0;
	padding-top: 0;
}
.footer_logo {
	display: block;
	width: 35%;
	margin: 0 auto;
	padding-top: 0;
}

}

.navi-footer {
	text-align: center;
}
.navi-footer-in {
	padding: 0 20px;
}
ul.foot_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

ul.foot_menu li {
	text-align: left;
	display: inline-block;
	list-style: none;
	margin: 0 3px;
	padding: 0;
	vertical-align: top;
}
ul.foot_menu li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 85%;
}
ul.foot_menu li a:hover {
	text-decoration: none;
	color: #c8a063 !important;
}

@media only screen and (max-width: 834px) {
.navi-footer {
	text-align: left;
}
.navi-footer-in {
	padding: 0;
}
ul.foot_menu li {
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
}
ul.foot_menu li a {
	display: block;
	padding: 15px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFF;
	background-color: #863;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c8a063), to(#863));
	background-image: -webkit-linear-gradient(top, #c8a063, #863);
	background-image: -moz-linear-gradient(top, #c8a063, #863);
	background-image: -ms-linear-gradient(top, #c8a063, #863);
	background-image: -o-linear-gradient(top, #c8a063, #863);
	background-image: linear-gradient(to bottom, #c8a063, #863);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c8a063, endColorstr=#863);
}
ul.foot_menu li a:hover {
	color: #FFF !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.5;
}

}



/************************************
** フッター 塾
************************************/
.foot_juku_area {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	width: 90%;
	margin-top: 50px;
	margin-bottom: 20px;
}
.foot_juku_area h3 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 130%;
	text-align:center;
}
ul.foot_juku {
	margin: 0;
	padding: 0;
    display:flex;
	justify-content: space-between;
    flex-wrap:wrap;
}

ul.foot_juku li {
	display: inline-block;
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	width: calc(100% / 4 - 10px);
	padding: 0;
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
}
ul.foot_juku li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	background-color: #F90;
	border: 1px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
ul.foot_juku li a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.5;
}

@media only screen and (max-width: 834px) {
.foot_juku_area {
	display: block;
	vertical-align: inherit;
	width: auto;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.foot_juku_area h3 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 130%;
	text-align:center;
}

ul.foot_juku {
position: relative;
	margin: 0 15px;
}
ul.foot_juku:after {
content:"";
display: block;
	width: calc(100% / 2 - 5px);
}
ul.foot_juku li {
	margin-bottom: 10px;
	width: calc(100% / 2 - 5px);
	font-size: 14px;
	letter-spacing: -0.02em;
}
ul.foot_juku li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.foot_juku li a:hover {
	color: #FFF !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

}




ul.foot_recruit {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}

ul.foot_recruit li {
	display: inline-block;
	list-style: none;
	margin: 0;
	width: 50%;
	padding: 0;
	font-size: 110%;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
}
ul.foot_recruit li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	background-color: #F00;
	border: 1px solid #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul.foot_recruit li a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.5;
}
@media only screen and (max-width: 834px) {
ul.foot_recruit {
    display: block;
}

ul.foot_recruit li {
	display: block;
	width: auto;
	padding: 0;
	margin: 0 15px;
}
ul.foot_recruit li a {
	margin-bottom: 5px;
	font-size: 95%;
}
}


/************************************
** フッター上 お問い合わせ
************************************/
ul.foot_contact {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
ul.foot_contact li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 5%;
	text-align: center;
}
ul.foot_contact li:nth-child(even), ul.foot_contact li:last-child {
	margin-right: 0;
}
ul.foot_contact li a {
	display: block;
}
ul.foot_contact li a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.5;
}

@media only screen and (max-width: 834px) {
ul.foot_contact {
		display: block;
}
ul.foot_contact li {
	display: block;
	margin-right: 0;
	margin-bottom: 15px;
}
ul.foot_contact li img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
}
}
.bg_contact {
	background-image: url(../../uploads/2020/09/bg_contact.png);
	background-repeat: no-repeat;
	background-position: center top;
}
@media only screen and (max-width: 834px) {
.bg_contact {
	background-size: 100%;
	margin: 0 15px;
}
}

/************************************
** フッターリンク
************************************/

.footer-right {
	width: 35%;
	padding: 0;
	margin: 0;
}
ul.foot_link {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.foot_link li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	text-align: center;
}
ul.foot_link li img {
	max-width: 200px;
}
ul.foot_link li:nth-child(even), ul.foot_link li:last-child {
	margin-right: 0;
}
ul.foot_link li a {
	display: block;
}
ul.foot_link li a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.5;
}

@media only screen and (max-width: 834px) {
.footer-widgets-mobile {
	margin: 0;
	margin-top: 20px;
	padding: 0;
}
.footer-mobile {
	margin: 0;
	padding: 0;
}
ul.foot_link {
	display: block;
	margin: 0 auto;
	text-align: center;
}
ul.foot_link li {
	max-width: 45%;
}
ul.foot_link li img {
	max-width: 100%;
}
}
/************************************
** メインスライド
************************************/
#main_slide {
	position: relative;
	display: block;
	margin: 0 auto;
	height: 600px;
}
#main_slide svg {
	position: absolute;
	bottom: 0;
}

.n2-ss-slide-background-image {
	background-size: cover;
	width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 834px) {
#main_slide {
	height: auto;
}
#main_slide svg {
	display: none;
}
}

/************************************
** タイトル
************************************/
#title {
	position: relative;
	clear: both;
	display: block;
	margin-bottom: 0;
	background-image: url(../../uploads/2020/09/back_title.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.title {
	display: block;
	margin: 0 auto;
	padding: 100px;
	padding-top: 280px;
	line-height: 130%;
	background-image: url(../../uploads/2020/09/title_back.png);
	background-size: auto;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#title h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 180%;
	margin: 0;
	color: #FFF;
	font-size: 300%;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.title.wrap {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 834px) {
.title {
	padding: 80px;
	width: auto;
	background-size: 100%;
	background-position: center center;
	margin-bottom: 30px;
}
#title h2 img {
	display: block;
	margin: 0 auto;
	max-width: 90%;
}
#title h2 {
	text-align: center;
	font-size: 150%;
}

}

/************************************
** パンくず
************************************/
#breadcrumb {
	display: block;
	width: 100%;
	background-color: #F5F5F5;
	color: #333;
	padding: 15px 50px;
	font-size: 80%;
	line-height: 100%;
	margin: 0;
	margin-bottom: 50px;
}
@media only screen and (max-width: 834px) {
#breadcrumb {
	display: none;
}
}
/************************************
** トップページ
************************************/
.mb50 {
	margin-bottom: 50px;
}
.top_title h3 img {
	max-width: 450px;
}
@media only screen and (max-width: 834px) {
.top_title h3 img {
	max-width: 75%;
}
.mb50 {
	margin-bottom: 30px;
}
}

.bg_top001 {
	padding-bottom: 50px;
	background-image: url(../../uploads/2020/09/top001_back01.png),  url(../../uploads/2020/09/top001_back02.png);
	background-repeat: no-repeat;
	background-position: left 5% center, right 5% center;
	background-size: 30%;
}
.bg_top001 h3 {
	margin: 0;
	padding: 0;
}
.bg_top001 h3 img {
	max-width: 600px;
}

@media only screen and (max-width: 834px) {
.bg_top001 {
	padding: 0 0;
	background-position: left -50% center, right -50% center;
	background-size: 55%;
}
.bg_top001 h3 img {
	max-width: 80%;
}
}


.bg_top002 {
	padding: 0 0;
	padding-top: 50px;
	background-image: url(../../uploads/2020/09/top002_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}
.bg_top002 h4 {
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: 200%;
	color: #600;
}
@media only screen and (max-width: 834px) {
.bg_top002 {
	padding: 0 15px;
	padding-top: 50px;
}
.bg_top002 h3 img {
	max-width: 85%;
	
}
.bg_top002 h4 {
	font-size: 150%;
	font-weight: 600;
}
}

ul.list_top002 {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
ul.list_top002 li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	width: 27%;
	height: 0;
	margin-right: 3%;
	padding-bottom: 100%;
	padding: 2%;
	padding-bottom: 25%;
	text-align: center;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
ul.list_top002 li:nth-child(3n), ul.list_top002 li:last-child {
	margin-right: 0;
}
ul.list_top002 li:nth-child(1) {
	background-color: rgba(255,153,0,0.7);
}
ul.list_top002 li:nth-child(2) {
	background-color: rgba(0,153,51,0.7);
}
ul.list_top002 li:nth-child(3) {
	background-color: rgba(51,102,255,0.7);
}
ul.list_top002 li:nth-child(4) {
	background-color: rgba(255,102,102,0.7);
}
ul.list_top002 li:nth-child(5) {
	background-color: rgba(153,0,204,0.7);
}
ul.list_top002 li h4 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	margin: 0;
	font-size: 180%;
}
ul.list_top002 li h5 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #600;
	margin-bottom: 10px;
	font-size: 140%;
	line-height: 130%;
}
@media only screen and (max-width: 834px) {
ul.list_top002 {
	width: auto;
	display: block;
}
ul.list_top002 li {
	display: block;
	width: auto;
	height: auto;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 15px;
	padding-bottom: 5px;
	text-align: left;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 130%;
}
ul.list_top002 li h4 {
	margin-bottom: 20px;
}
ul.list_top002 li h5 {
	font-size: 120%;
}
ul.list_top002 li h4 img {
	max-width: 30%;
}
}

.top003 h3 {
	text-align: center;
}
@media only screen and (max-width: 834px) {
.top003 h3 img {
	max-width: 80%;
}
}



.bg_top004 {
	position: relative;
	padding: 50px 0;
	padding-top: 200px;
	background-color: #EEB;
	background-image: url(../../uploads/2020/09/top004_back.jpg), url(../../uploads/2020/09/top004_left_naka.png), url(../../uploads/2020/09/top004_right_naka.png);
	background-repeat: no-repeat;
	background-position: center top, left bottom 40%, right bottom 40%;
	background-size: 100%, 25%, 25%;
	overflow: hidden;
}
@media only screen and (max-width: 834px) {
.bg_top004 {
	position: relative;
	padding: 50px 0;
	padding-top: 80px;
	padding-bottom: 160px;
	background-position: center top, center bottom, bottom;
	background-size: 100%, 50%, 0%;
	overflow: hidden;
}
}
.bg_top004 h3 {
	text-align: center;
}
.bg_top004 h5 {
	font-size: 120%;
}
@media only screen and (max-width: 834px) {
.bg_top004 h3 img {
	max-width: 80%;
}
.bg_top004 .t_center_pc {
	margin: 0 15px;
}
}


.bg_top005 {
	position: relative;
	padding: 50px 0;
	padding-bottom: 100px;
	background-image: url(../../uploads/2020/09/top005_back.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 50%;
}
.bg_top005 h3 {
	text-align: center;
}
ul.list_top005 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
ul.list_top005 li {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	list-style: none;
	width: 27.5%;
	margin-right: 2%;
	padding: 2%;
	position: relative;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
ul.list_top005 li:nth-child(3n), ul.list_top005 li:last-child {
	margin-right: 0;
}
ul.list_top005 li:nth-child(1) {
	background-color: rgba(255,153,0,0.7);
}
ul.list_top005 li:nth-child(2) {
	background-color: rgba(0,153,51,0.7);
}
ul.list_top005 li:nth-child(3) {
	background-color: rgba(51,102,255,0.7);
}
ul.list_top005 li h5 {
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	padding-left: 20px;
	font-size: 110%;
	line-height: 130%;
}
ul.list_top005 li h5:before {
	position: absolute;
	margin-left: -20px;
	content:"Q";

}ul.list_top005 li p {
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	padding-left: 20px;
}
ul.list_top005 li p:before {
	position: absolute;
	margin-left: -20px;
	content:"A";
	font-size: 120%;
	font-weight: 700;
}

@media only screen and (max-width: 834px) {
.bg_top005 {
	padding: 30px 0;
	padding-bottom: 50px;
	background-size: 100%;
}
ul.list_top005 {
	width: auto;
	display: block;
	margin: 0 15px;
}
ul.list_top005 li {
	width: auto;
	margin-right: 0;
	padding: 3%;
	margin-bottom: 15px;
}
ul.list_top005 li h5 {
	font-weight: 500;
	padding-left: 20px;
	font-size: 100%;
	margin-bottom: 5px;
}
ul.list_top005 li p {
	font-size: 100%;
	line-height: 130%;
}
ul.list_top005 li p:before {
	font-size: 100%;
}
}

ul.list_news {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_news li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	width: 22.5%;
	margin-right: 2%;
	margin-bottom: 15px;
	padding: 0;
	position: relative;
	border: 3px solid #F90;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
ul.list_news li:nth-child(4n), ul.list_news li:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 834px) {
ul.list_news {
	margin: 0;
	padding: 0;
	display: block;
}
ul.list_news li {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
}

ul.list_news li p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 130%;
}
p.day {
	color: #F60;
}

table.list_newstable {
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
}
table.list_newstable tr, table.list_newstable th, table.list_newstable td {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
table.list_newstable th, table.list_newstable td {
	display: block;
}
table.list_newstable th {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}
table.list_newstable th img {
  object-fit: cover;
	width: 100%;
	height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
table.list_newstable td {
	padding: 10px 15px;
}
table.list_newstable td a {
	text-decoration: none;
}
table.list_newstable td a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 834px) {
table.list_newstable {
	table-layout: fixed;
	width: 100%;
	margin: 5px;
	padding: 0;
}
table.list_newstable tr, table.list_newstable th, table.list_newstable td {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
table.list_newstable th, table.list_newstable td {
	display: table-cell;
}
table.list_newstable td {
	padding: 10px;
	font-size: 90%;
}
table.list_newstable th {
	width: 40%;
}
table.list_newstable th img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
}


/************************************
** ページ
************************************/

h3.title_page, h4.title_page, h5.title_page {
	border: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 130%;
}
h3.title_page {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background-image: url(../../uploads/2020/09/line_green.png);
	background-repeat: repeat-x;
	background-position: center;
	font-weight: 700;
	font-size: 240%;
	text-align: left;
	color: #642;
	text-align: center;
	margin-bottom: 50px;
}
h3.title_page span {
	background: none;
	background-color: #FFF;
	padding: 0 5%;
}

h4.title_page {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 180%;
	color: #642;
}
h5.title_page {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 130%;
	color: #F90;
	margin-bottom: 10px;
}


.page_imageight {
	float: right;
	max-width: 45%;
	margin-left: 50px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
h3.title_page {
	font-size: 160%;
	margin-bottom: 30px;
}

h4.title_page {
	font-size: 140%;
	margin-bottom: 10px;
}
h5.title_page {
	font-size: 120%;
	margin-bottom: 5px;
}
.page_imageight {
	float: none;
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}
}


/************************************
** わかばの子について
************************************/
ul.list_5power {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
ul.list_5power li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	width: 30%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 2%;
	position: relative;
	border: 3px solid #642;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
ul.list_5power li:nth-child(3n), ul.list_5power li:last-child {
	margin-right: 0;
}
ul.list_5power li h4 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	color: #600;
	font-size: 140%;
	line-height: 130%;
}
ul.list_5power li h4 img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
}
ul.list_5power li h5 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	border: none;
	color: #F90;
	font-size: 110%;
	margin: 0;
	margin-bottom: 5px !important;
	position: relative;
	padding: 0;
	padding-left: 20px;
}
ul.list_5power li h5:before {
	position: absolute;
	margin-left: -20px;
	content: "■";
	color: #642;
}

@media only screen and (max-width: 834px) {
ul.list_5power {
	display: block;
}
ul.list_5power li {
	margin-bottom: 10px;
	display: block;
	width: auto;
	margin-right: 0;
	padding: 2%;
}
ul.list_5power li h4 {
	display: block;
	width: auto;
}
ul.list_5power li h4 img {
	max-width: 40%;
}
}

/************************************
** 個別医療プログラム
************************************/
ul.list_shinryou {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
ul.list_shinryou li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	width: 19%;
	margin-right: 1.0%;
	margin-bottom: 2%;
	padding: 1.5%;
	position: relative;
	border: 3px solid #F90;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	line-height: 130%;
	font-size: 90%;
}
ul.list_shinryou li:nth-child(5n), ul.list_shinryou li:last-child {
	margin-right: 0;
}
ul.list_shinryou li h4 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: 120%;
	color: #F60;
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	position: relative;
	text-align: center;
}
@media only screen and (max-width: 834px) {
ul.list_shinryou {
	justify-content: left;
}
ul.list_shinryou li {
	width: 49%;
	line-height: 130%;
	font-size: 90%;
}
ul.list_shinryou li:nth-child(5n) {
	margin-right: 1.2%;
}
ul.list_shinryou li:nth-child(even), ul.list_shinryou li:last-child {
	margin-right: 0;
}
ul.list_shinryou li h4 {
	font-size: 120%;
}
}


/************************************
** よくある質問
************************************/

dl.list_faq {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 130%;
}

dl.list_faq dt {
	position: relative;
	margin: 0;
	margin-left: 50px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #069;
	font-weight: bold;
	font-size: 120%;
	padding: 0;
}
dl.list_faq dt:before  {
	position: absolute;
	content: "Q";
	line-height: 100%;
	padding: 5px 9px;
	color: #FFF;
	background-color: #069;
	margin-left: -50px;
	margin-top: -7px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: 130%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
dl.list_faq dd {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 50px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid #EEE;
}
dl.list_faq dd:before  {
	position: absolute;
	content: "A";
	line-height: 100%;
	padding: 5px 9px;
	color: #FFF;
	background-color: #F00;
	margin-left: -50px;
	margin-top: -7px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: 150%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media only screen and (max-width: 834px) {
dl.list_faq dt {
	position: relative;
	margin: 0;
	margin-left: 35px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 100%;
	line-height: 130%;
}
dl.list_faq dt:before  {
	padding: 5px 8px;
	margin-left: -35px;
	margin-top: 0;
	font-size: 100%;
}
dl.list_faq dd {
	padding-left: 35px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 90%;
	line-height: 130%;
}
dl.list_faq dd:before  {
	padding: 5px 8px;
	margin-left: -35px;
	margin-top: 0;
	font-size: 100%;
}
}



/************************************
** アクセス
************************************/
.googlemap {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
	margin-bottom: 20px;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p.txt_access {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
@media only screen and (max-width: 834px) {
.googlemap {
    padding-bottom: 80%
}
p.txt_access {
	font-size: 85%;
	line-height: 130%;
}
}

dl.list_company {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	background-color: #DFB;
	border-bottom: 1px solid #EEE;
}
dl.list_company dt {
	border-top: 1px solid #EEE;
	float: left;
	padding: 10px 20px;
	margin: 0;
	width: 240px;
}

dl.list_company dd {
	background-color: #FFF;
	border-top: 1px solid #EEE;
	margin: 0;
	margin-left: 280px;
	padding: 10px 20px;
}

@media only screen and (max-width: 834px) {
dl.list_company {
	border: none;
	background: none;
	margin-bottom: 20px;
	width: 100%;
	font-size: 90%;
	line-height: 130%;
}
dl.list_company dt {
	border-top: none;
	float: none;
	padding: 5px 10px;
	margin: 0;
	background-color: #DFB;
	color: #000;
	width: auto;
}

dl.list_company dd {
	border: none;
	margin: 0;
	margin-left: 0;
	margin-bottom: 15px;
	padding: 10px;
}
}



/************************************
** ご利用案内
************************************/
#nagare {
    position: relative;
	display: block;
	padding-left: 100px;
	height: 100%;
}
#nagare::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 50px;
    height: 96%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffcc00+0,ff9900+100 */
background: #ffcc00; /* Old browsers */
background: -moz-linear-gradient(top,  #ffcc00 0%, #ff9900 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffcc00 0%,#ff9900 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffcc00 0%,#ff9900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff9900',GradientType=0 ); /* IE6-9 */

}
#nagare::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 40px solid;
    border-color: #F90 transparent transparent transparent;
}

@media only screen and (max-width: 834px) {
#nagare {
	padding-left: 50px;
}
#nagare::before {
    left: 5px;
    width: 30px;
    height: 98.5%;
}
#nagare::after{
    border: 20px solid;
    border-color: #F90 transparent transparent transparent;
}
}
.nagare {
    position: relative;
	display: block;
	padding: 20px 50px;
	margin-bottom: 20px;
	border: 5px solid #642;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.nagare_no {
	left: -92px;
	top: 0;
	color: #FFF;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	position: absolute;
	font-size: 300%;
	font-weight: bold;
}
@media only screen and (max-width: 834px) {
.nagare {
	padding: 15px;
	margin-bottom: 15px;
	border: 3px solid #642;
}
.nagare_no {
	left: -45px;
	top: 0;
	font-size: 150%;
}
}

.nagare h4, .nagare h5, .nagare h6, .nagare p {
	border: none;
	margin-top: 0;
	padding: 0;
}
.nagare h4 {
	font-size: 150%;
	color: #0C0;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}
.nagare h5 {
	display: inline-block;
	font-size: 120%;
	background-color: #0C0;
	color: #FFF;
	padding: 5px 20px;
	margin-bottom: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.nagare h6 {
	display: inline-block;
	font-size: 100%;
	background-color: #F90;
	color: #FFF;
	padding: 5px 20px;
	margin-bottom: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
@media only screen and (max-width: 834px) {
.nagare h4 {
	font-size: 130%;
	margin-bottom: 10px;
}
.nagare h5 {
	display: block;
	font-size: 100%;
}
.nagare h6 {
	font-size: 90%;
}
}


ul.list_step {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_step li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	width: 23%;
	margin-right: 1.8%;
	margin-bottom: 2%;
	padding: 1.5%;
	font-size: 90%;
	line-height: 130%;
	background-color: #FEC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
ul.list_step li:nth-child(4n), ul.list_step li:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 834px) {
ul.list_step {
	margin: 0;
	padding: 0;
	display: block;
}
ul.list_step li {
	display: block;
	width: auto;
	margin-right: 0%;
	margin-bottom: 15px;
	padding: 2%;
	font-size: 85%;
}
}

table.table_jikanwari {
	table-layout: fixed;
	width: 100%;
}
table.table_jikanwari th, table.table_jikanwari td {
	text-align: center;
	border: 1px solid #555;
}
@media only screen and (max-width: 834px) {

table.table_jikanwari th, table.table_jikanwari td {
	font-size: 80%;
}
}


/************************************
** お問い合わせ
************************************/
.box_tel {
	display: block;
	margin-bottom: 30px;
	padding: 20px 50px;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.box_tel .tel {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.box_tel .tel p {
	margin: 0;
}
.box_tel .tel span {
	display: inline-block;
	background-image: url(../files/medias/icon/icon_tel.png);
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: left center;
	font-size: 380%;
	padding: 8px 0;
	padding-left: 40px;
}
.box_tel .tel span a {
	display: block;
	color: #000;
	text-decoration: none;
}
.box_tel .tel span a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
@media only screen and (max-width: 834px) {
.box_tel {
	padding: 15px 20px;
}
.box_tel .tel span {
	background-size: 26px;
	font-size: 260%;
	padding: 5px 0;
	padding-left: 30px;
}
}

dl.contact_form {
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
dl.contact_form dt {
	border-top: 1px dotted #CCC;
	clear: both;
	float: left;
	padding: 15px;
	margin: 0 !important;
	width: 260px;
}
dl.contact_form dd {
	border-top: 1px dotted #CCC;
	margin: 0;
	margin-left: 260px;
	padding: 15px;
}
.hissu {
	border:1px solid #df0909;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 100%;
	padding: 2px 6px;
	margin-left: 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFF;
	background-color: #F00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F00), to(#C00));
	background-image: -webkit-linear-gradient(top, #F00, #C00);
	background-image: -moz-linear-gradient(top, #F00, #C00);
	background-image: -ms-linear-gradient(top, #F00, #C00);
	background-image: -o-linear-gradient(top, #F00, #C00);
	background-image: linear-gradient(to bottom, #F00, #C00);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F00, endColorstr=#C00);
}


@media only screen and (max-width: 834px) {
dl.contact_form {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: none;
}
dl.contact_form dt {
	border-top: none;
	clear: both;
	float: none;
	padding: 5px 20px;
	background-color: #EEE;
	width: auto;
}

dl.contact_form dd {
	border-top: none;
	margin: 0;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 5px 20px;
}

}

select,textarea,input[type="text"],input[type="datetime"],input[type="datetime-local"],input[type="date"] {
	display:inline-block;
	margin: 3px;
	width: auto;
}
select {
	display:inline-block !important;
	min-width: 80px;
	padding: 15px !important;
}

.input-mini { width:90px !important }
.input-small { width: 200px !important }
.input-medium { width: 70% !important }
.input-large { width: 80% !important }
.input-xlarge { width: 90% !important }
.input-xxlarge { width: 90% !important }

@media only screen and (max-width: 834px) {
.input-small { width: 50% !important }
.input-medium { width: 90% !important }
.input-large { width: 90% !important }
.input-xlarge { width: 90% !important }
}

.btn {
	display:inline-block !important;
	width: auto !important;
	padding: 10px 70px !important;
	font-size: 100% !important;
	margin: 5px;
	margin-bottom:0;
	color:#333;
	text-align:center;
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	vertical-align:middle;
	cursor:pointer;
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image:-o-linear-gradient(top,#fff,#e6e6e6);
	background-image:linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat:repeat-x;border:1px solid #ccc;
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color:#b3b3b3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)
}
.btn:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
.btn-primary{
	color:#fff !important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#369;
	background-image:-moz-linear-gradient(top,#F00,#900);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#F00),to(#900));
	background-image:-webkit-linear-gradient(top,#F00,#900);
	background-image:-o-linear-gradient(top,#F00,#900);
	background-image:linear-gradient(to bottom,#F00,#900);
	background-repeat:repeat-x;border-color:#F00 #900 #900;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F00',endColorstr='#900',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

/************************************
** プライバシー
************************************/
dl.list_privacy {
	display: block;
	padding: 0;
	margin: 0;
}
dl.list_privacy p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
dl.list_privacy dt {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	color: #462;
	font-size: 120%;
	font-weight: bold;
}

dl.list_privacy dd {
	clear: both;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}

/************************************
** テーブル
************************************/

table.table_double {
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
table.table_double tr, table.table_double th, table.table_double td {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
table.table_double td:nth-child(odd) {
	padding-right: 3%;
}
table.table_double td:nth-child(even) {
	padding-left: 3%;
}
@media only screen and (max-width: 834px) {
table.table_double td {
	display: block;
	margin-bottom: 15px;
}
table.table_double td:nth-child(odd) {
	padding-right: 0;
}
table.table_double td:nth-child(even) {
	padding-left: 0;
}
}
table.table_triple {
	table-layout: fixed;
	width: 100%;
}
table.table_triple tr, table.table_triple th, table.table_triple td {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
table.table_triple td {
	padding: 0 3%;
}

@media only screen and (max-width: 834px) {
table.table_triple td {
	display: block;
	padding: 0;
	margin-bottom: 15px;
}
}	

/************************************
** ボタン
************************************/


.bt_center {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bt_center:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.bt_blown, .bt_orange, .bt_green {
	display: inline-block;
	margin-bottom: 10px;
}
.bt_blown a, .bt_orange a, .bt_green a {
	text-decoration: none;
	display: block;
	padding: 12px 80px;
	background-color: #642;
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.bt_orange a {
	background-color: #F90;
}
.bt_green a {
	background-color: #0C3;
}

.bt_blown a:hover  {
	text-decoration: none;
	background-color: #F90;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bt_orange a:hover, .bt_green a:hover  {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
@media only screen and (max-width: 834px) {
.bt_blown {
	display: block;
}
.bt_blown a {
	padding: 12px 12px;
	font-weight: bold;
	margin: 0 50px;
	margin-bottom: 10px;
}
}

/************************************
** 箱
************************************/

.box_brown {
	display: block;
	margin-bottom: 20px;
	padding: 1.5% 5%;
	border: 3px solid #642;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
@media only screen and (max-width: 834px) {
.box_brown {
	padding: 1% 2%;
}
}
/************************************
** 画像
************************************/

.imageleft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.imageright {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.imagecenter {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.imagecenter00 {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}



/************************************
** 個別
************************************/
.red {
	color: #F00;
}
.blue {
	color: #048;
}
.orange {
	color: #F90;
}
.right {
	float: right;
}
.t_center {
	text-align: center;
}
.t_center_pc {
	text-align: center;
}
@media only screen and (max-width: 834px) {
.t_center_pc {
	text-align: left;
}
}
.bold {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right !important;
}
.clear: {
	clear: both;
}

.f50 {
	font-size: 50%;
	line-height: 120%;
}
.f60 {
	font-size: 60%;
	line-height: 120%;
}
.f70 {
	font-size: 70%;
	line-height: 120%;
}
.f80 {
	font-size: 80%;
	line-height: 120%;
}
.f90 {
	font-size: 90%;
	line-height: 120%;
}
.f110 {
	font-size: 110%;
}
.f120 {
	font-size: 120%;
}
.f150 {
	font-size: 150%;
}
.f200 {
	font-size: 200%;
}


.sp_only {
	display: none !important;
}
@media only screen and (max-width: 834px) {
.sp_only {
	display: block !important;
}
.pc_only {
	display: none !important;
}
}