@charset "utf-8";
/* CSS Document */

@media screen and (max-width:736px) {
html, body {
	min-width: 0;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust : 100%;
}

img {
	max-width: 100% !important;
	height: auto;
}

.sp_only {
	display: inherit;
}

.inner {
    clear: both;
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
}

.side_br {
	display: none;
}

h1.logo,
nav {
	display: none;
}


h2#ttl_page1,
h2#ttl_page {
	padding: 20vw 0 0;
	clear:both !important;
	text-align: center !important;
}


/*--faq--*/

h2.faq_top_ttl {
	float: none;
	text-align: center;
}

p.faq_top_txt {
	float: none;
	font-size:5vw;
	color: #40220f;
	font-weight: bold;
	padding: 5% 0 0;
	margin: 0 0 10%;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.8em;
}

p.faq_top_txt span {
	display: block;
}

ul.faq_list {
	clear: both;
	overflow:hidden;
	margin: 0 0 30px;
}

ul.faq_list li {
	font-family:"ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std";
	font-size: 4vw;
	letter-spacing: 0.08em;
	float: none;
	margin: 0 5px 10px;
}

ul.faq_list li a {
	display:block;
	padding: 10px 10px 10px 3.5em;
	text-indent:-3.5em;
	background-color: #ffebb2;
	color: #40220f !important;
    transition: background-color 1s;
}

ul.faq_list li a:hover {
	background-color: #ffec00;
	color: #40220f !important;
	transition: background-color 1s;
}

ul.faq_list li span img {
	vertical-align:middle;
	margin: -3px 10px 0 0;
}

ul.faq_list li:nth-child(5){
	display:block;
	width:100%;
}

dl.faq_number {
	min-height: inherit;
	margin: 0 0 10%;
}

dl.faq_number dt {}

dl.faq_number dd {
	font-family:"ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std";
	font-size: 4.6vw;
	color: #40220f;
	background-color: #ffebb2;
	padding: 3% 5%;
	margin: 0;
	text-indent: 0;
	letter-spacing: 0.08em;
}

.faq_answer {
	clear: both;
	overflow:hidden;
	background-color: #fff;
	border: 5px solid #ff5173;
	border-radius: 10px;
	padding: 15px;
	margin: 0 0 10px;
}

.faq_answer02 {
	clear: both;
	overflow:hidden;
	background-color: #fff;
	border: 5px solid #d5db00;
	border-radius: 10px;
	padding: 5%;
}

dl.faq_answer_cont {
	overflow:hidden;
}

dl.faq_answer_cont dt {
	float: none;
	text-align: center;
}

dl.faq_answer_cont dd {
	font-size: 4vw;
	line-height: 1.8em;
	float: none;
	margin: 0px;
	padding: 5px 0 0;
}

dl.faq_answer_cont dd br {
	display: none;
}

dl.faq_answer_cont dd h4 {
	font-family:"ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std";
	font-size: 6vw;
	color: #40220f;
	margin: 0 0 5px;
}


/*--about--*/

h3.about_ttl01 {
	color: #40220f;
	font-size: 8vw;
	line-height: 30px;
	letter-spacing:  0.05em;
	background: none;
	margin: 0 0 25px;
	overflow: hidden;
	font-weight: 700;
}

h3.about_ttl01 span img {
	padding:  0 15px 0 0;
	vertical-align:middle;
}

h4.about_sub_ttl {
	font-family:"ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std";
	font-size: 6vw;
	border-top: 3px solid #ee9300;
	border-bottom: 3px solid #ee9300;
	padding: 4% 0;
	letter-spacing: 0.05em;
	margin: 0 0 4%;
	clear:both;
}

p.about_txt {
	font-size: 3.8vw;
	line-height: 2.0em;
	margin: 0 0 5%;
}

p.about_txt br {
	display: none;
}

p.FLeft {
	float: none;
}

p.about_img {
	float: none;
	text-align: center;
}

h3.about_ttl02 {
	color: #40220f;
	font-size: 8vw;
	line-height: 30px;
	letter-spacing:  0.05em;
	background: none;
	margin: 10% 0 25px;
	overflow: hidden;
	font-weight: 700;
}

table.company_table {}

table.company_table th {
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align:left;
	font-size: 4vw;
	padding: 10px 20px;
	background-color: #ffbc00;
	font-weight:normal;
}

table.company_table td {
	width: 100%;
	display: block;
	box-sizing: border-box;
	font-size: 4vw;
	padding: 10px 20px;
	background-color: #fff;
}




/*--footer--*/


#map_area {
	height: 300px;
	overflow:hidden;
	clear:both;
}


footer {
	padding: 10% 0;
	background-color: #00948c;
}

ul.footer_nav {
	overflow:hidden;
	margin: 0 0 30px;
	background: none;
}

ul.footer_nav li {
	width: 49%;
	float: left;
	padding: 2% 0;
	margin: 0 0 2%;
	text-align: center;
	border: 1px solid #fff;
	box-sizing: border-box;
}

ul.footer_nav li:nth-child(even) {
	float: right;
}

ul.footer_nav li img {
	vertical-align: middle;
}

ul.footer_nav li a {
	display: block;
	background: none;
}

h2.footer_logo {
	float: none;
	text-align: center;
	margin: 0 0 3%;
}

p.footer_tel {
	float: none;
	text-align: center;
	margin: 0 0 5%;
}

ul.footer_bt {
	float: none;
	text-align: center;
	margin: 0 0 5%;
}

ul.footer_bt li + li {
	margin: 10px 0 0;
}

p.copyright {
	clear: both;
	text-align:center;
	color: #fff;
	font-size: 3vw;
}

p.page_img {
	text-align:center;
	padding: 30px 0;
}


/*--mother--*/

dl.mother_number {
	height: auto;
	margin: 0 0 5%;
}

dl.mother_number dt {
	width: 20%;
	height: 65px;
	line-height: 65px;
	text-align:center;
	background-color: #ef9400;
	font-size: 6vw;
	font-weight:bold;
	border-radius: 0%;
	position:relative;
	z-index: 10;
}

dl.mother_number dd {
	background-color:#ffff00;
	margin: 0;
	padding: 2% 4%;
	box-sizing:border-box;
}

dl.mother_number dd h3 {
	font-size: 5vw;
	font-weight:bold;
	padding: 10px 0;
	text-indent: 0px;
}

p.mother_txt {
	font-size: 4vw;
	line-height: 1.8em;
	margin: 0 0 10%;
	clear: both;
}

p.mother_txt br {
	display: none;
}

dl.mother_info {
	overflow: hidden;
	margin: 0 0 5%;
}

dl.mother_info dt {
	width: 100%;
	background: url(../images/page/mother/img.png) no-repeat center #e21673;
	float: none;
	text-align:center;
	color: #fff;
	padding: 10px 0;
	font-size: 20px;
}

dl.mother_info dd {
	float: none;
	margin: 0;
	padding: 5% 0 0;
	text-align: center;
}

h4.mother_number_ttl {
	font-size: 5.6vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 3%;
}

ol.mother_number_info {
	float: none;
	clear: both;
	margin: 0 0 5%;
	text-align: center;
}


ol.mother_number_info li {
	float: none;
	width: 90%;
	height: 60px;
	line-height: 60px;
	background-color: #f6ea00;
	margin: 0 10px;
	text-align:center;
	font-size: 18px;
	font-weight:bold;
	border-radius: 10px;
	margin: 0 auto;
}

ol.mother_number_info li + li {
	margin: 3% auto 0;
}

h2.mother_main_ttl {
	padding: 5%;
	box-sizing: border-box;
	text-align:center;
	color: #ef9400;
	font-size: 5vw;
	font-weight:bold;
	border: 3px solid #ef9400;
	margin: 0 0 30px;
}

ul.mother_list {
	padding: 5%;
	box-sizing: border-box;
	background-color: #fff;
	border: 3px solid #8bbf1f;
	overflow: hidden;
	margin: 0 0 30px;
}

ul.mother_list li {
	width: 100%;
	float: none;
	font-size: 5vw;
	font-weight:bold;
}

ul.mother_list li + li {
	margin: 3% 0 0;
}


h3.mother_main_ttl2 {
	font-size: 4.8vw;
	font-weight:bold;
	margin: 0 0 20px;
}

dl.mother_info_list {
	overflow:hidden;
	margin: 0 0 10px;
}

dl.mother_info_list dt {
	padding: 2% 4%;
	box-sizing: border-box;
	font-size: 4vw;
	font-weight:bold;
	float: none;
	width: 100%;
	height: auto;
	line-height: 40px;
	background: url(../images/page/mother/mother_bg01.png) no-repeat center;
	text-indent: 0px;
}

dl.mother_info_list dd {
	padding: 2% 4%;
	box-sizing: border-box;
	width: 100%;
	font-size: 4vw;
	font-weight:bold;
	float: none;
	height: auto;
	line-height: 1.8em;
	margin: 0px;
	background-color: #f4b22d;
	text-indent: 0px;
}


/*--counseling--*/

h2.counseling_ttl {
	font-family:"ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std";
	font-size: 4.8vw;
	color: #40220f;
	letter-spacing: 0.05em;
	margin: 0 0 5%;
	text-align: center;
}

h2.counseling_ttl span img {
	display: none;
}

h3.counseling_price {
	font-family:"ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std";
	text-align:center;
	background-color: #ff5173;
	padding: 10px 0;
	color: #fff;
	border-radius: 10px;
	font-size: 5vw;
	margin: 0 0 5%;
}

table.counseling_price_table {
	width: 100%;
	margin: 0 0 5%;
}
table.counseling_price_table, 
table.counseling_price_table td, 
table.counseling_price_table th {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	border: 1px solid #c49b63;
	border-collapse: collapse;
	font-size: 5vw;
}

.price_table01 {
	background: #ffa57c;
}


h4.counseling_price_ttl {
	font-size: 5vw;
	margin: 0 0 10px;
}

h4.counseling_price_ttl span {
	color: #ff5173;
	margin: 0 10px 0 0;
}

table.counseling_price_table2{
	width: 100%;
	margin: 0 0 30px;
}
 
table.counseling_price_table2 td, 
table.counseling_price_table2 th {
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: 1px solid #c49b63;
	border-collapse: collapse;
	font-size: 5vw;
}

table.counseling_price_table2 td.even {
	background-color: #ffa57c;
}

dl.counseling_step {
	border: 1px solid #c49b63;
	padding: 10px;
	overflow: hidden;
	clear: both;
	background-color: #fff;
	margin: 0 0 15px;
}

dl.counseling_step dt {
	width: 100%;
	height: 50px;
	text-align:center;
	line-height: 50px;
	color: #fff;
	font-weight:bold;
	font-size: 4vw;
	background-color: #ee9300;
	float: none;
}

dl.counseling_step dd {
	float: none;
	margin: 0px;
	font-size: 4vw;
	line-height: 50px;
}

.course_area {
	padding: 5%;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #ff5173;
	overflow: hidden;
}

dl.course_time {
	width: 100%;
	overflow: hidden;
	border: 5px solid #ffbf00;
	padding:  2% 4%;
	box-sizing:border-box;
	border-radius: 15px;
	float: none;
	margin: 0 0 4%;
}

dl.course_time dt {
	font-family:"ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std";
	float: left;
	font-size: 8vw;
	color: #40220f;
}

dl.course_time dd {
	font-family:"ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std";
	float: right;
	font-size: 8vw;
	color: #40220f
}

ol.course_info {
	float: none;
	margin: 0px;
	padding: 5px 0 0;
}

ol.course_info li {
	font-size: 5vw;
	padding-left:1em;
	text-indent:-1em;
}

ol.course_info li + li {
	margin: 5px 0 0;
}

p.course_txt {
	clear: both;
	padding: 4% 0 0;
	font-size: 4vw;
	line-height: 1.8em;
	margin: 0 0 30px;
}

p.course_txt br {
	display: none;
}

ol.course_info_number {
	overflow: hidden;
	margin: 0 0 20px;
}

ol.course_info_number li {
	background-color: #fbe8e6;
	padding:  3% 6%;
	border-radius: 10px;
	font-size: 4.4vw;
}


ol.course_info_number li + li {
	margin: 5% 0 0;
}

ul.course_info_list {
	overflow:hidden;
}

ul.course_info_list li {
	font-size: 4.2vw;
	font-weight: bold;
	line-height: 1.8em;
	padding: 0 0 5%;
	margin: 0 0 5%;
	border-bottom: 1px dashed #000;
}

ul.course_info_list li br {
	display: none;
}


ol.course_info_list02 li {
	width: 100%;
	float: none;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.8em;
	border-radius: 10px;
	margin: 0 0 4% !important;
}


ol.course_info_list02 li.course_info_list02_2,
ol.course_info_list02 li.course_info_list02_3 {
	background-color: #ffbf00;
	text-align:center;
	min-height: inherit;
	line-height: inherit;
	padding: 10% 0;
}

ol.course_info_list02 li.course_info_list02_1 {
	background-color: #ffbf00;
	text-align:center;
	min-height: inherit;
	padding: 10% 0;
}

ol.course_info_list02 li:last-child{
	float: none;
	margin: 0;
}


p.main_txt2 {
	text-align:center;
	font-size: 5vw;
	line-height: 2.0em;
}

/*--top--*/

/*--contnets_area--*/

.contnets_area {
	clear: both;
	overflow: hidden;
	padding: 10% 0 0;
}


.contnets_area_left {
	width: 100%;
	float: none;
	padding: 10% 0;
	background: url(../images/page/top/bg03_1.png) repeat-x bottom left #ff676f;
}

.contnets_area_right {
	width: 100%;
	float: none;
	padding: 10% 0;
	background: url(../images/page/top/bg03_2.png) repeat-x bottom left #ffaf40;
}

.contnets_area_inner {
	width: 96%;
	margin: 0 auto;
}

.contnets_area_inner2 {
	width: 96%;
	margin: 0 auto;
}


h2.contents_ttl {
	text-align:center;
	margin: 0px;
}

.contents_txt {
	color: #fff;
	line-height: 1.8em;
	font-size: 4vw;
	height: auto;
	margin: 0 0 5%;
}

.contents_txt br {
	display: none;
}

h3.contents_ttl2 {
	width: 100%;
	padding: 15px 0;
	border: 5px solid #ffffff;
	text-align: center;
	margin: 0 auto 30px;
	box-sizing:border-box;
	border-radius: 10px;
	color: #fff;
	font-weight:bold;
	font-size: 20px;
	line-height: 2.0em;
}

.news_cont {
	padding: 5% 0 0;
	width: 100%;
	float: none;
	text-align:left;
}

h3.news_ttl,
h3.blog_ttl {
	float: none;
	padding: 10% 0 0;
	text-align: center;
}

p.more_bt,
p.more_bt1 {
	float: none;
	text-align: center;
	padding: 3% 0 0;
}

.news_box {
	width: 100%;
	overflow: hidden;
	float: none;
	margin: 0 0 3%;
}

.news_img {
	width: 100px;
	height:100px;
	border: 5px solid #fff;
	float:left;
}

.news_img img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	object-fit: cover;
}

.news_info {
	width: 200px;
	float: right;
}

.news_img {
	width: 30%;
	height: 30%;
	border: none;
	float:left;
	box-sizing: border-box;
}

.news_img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}

.news_info {
	width: 68%;
	float: right;
}

ul.blog_ttl {
	overflow: hidden;
	clear:both;
	padding: 20px 0 0;
}

ul.blog_ttl li {
	width: 100%;
	float: none;
	margin: 0 0 5%;
}

ul.blog_ttl li a {
	display: block;
	color: #886134 !important;
	font-size: 4vw;
	padding: 0 0 5%;
	border-bottom:  2px dashed #ffa53e;
}

.br_img {
	float: none;
	text-align: center;
	padding: 30px 0 10px;
}



/*--bt_area--*/

.bt_inner {
	clear:both;
	width: 96%;
	margin: 0 auto 20%;
	padding: 10% 0;
}

.bt_area_left {
	width:100%;
	float: none;
	text-align:center;
	position:relative;
	margin: 0 0 10%;
}

.bt_area_right {
	width:100%;
	float: none;
	text-align:center;
	position:relative;
}


/*----------sp_navi------------*/

h1.sp_logo img {
	width: 60%;
	vertical-align:top;
}

h1.sp_logo {
	width: 100%;
	/*height: 45px;*/
	float: left;
	text-align: center;
	margin: 0;
}


.sp_nav {
	z-index: 99999;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	width: 100%;
	top:0;
}
 
.menu1{
  position: fixed;
  top: 0;
  right: 0;
  background: url('../images/common/menu.png') #ff6c8e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  width: 12%;
  height: 45px;
  z-index: 999;
  /*margin: 30px;*/
  border: 2px solid #fff;
}

.panel{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.panel-inner{
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffaf40;
  /*background: rgba(255, 255, 255, .8);*/
  overflow-y: scroll;
}


.l-nav{
  padding: 46px 0 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  /*position: absolute;*/
}

i.fa-angle-right {
	text-align: left;
	position: absolute;
	left: 10%;
	top: 40%;
}

.nav-item {
  font-size: 4.2vw;
  font-weight: bold;
  width: 96%;
  letter-spacing: 0em;
  margin: 0 auto;
  position: relative;
  text-indent: 10px;
}

.nav-item span {
	position: absolute;
	top: 0;
	left: 10%;
}

.nav-item a{
  display: block;
  color: #603813;
  line-height: 3.6em;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}

.nav-item:hover > a{
  color: #603813;
}

.close{
  position: fixed;
  top: 0;
  right: 0;
  background: url('../images/common/close.png') #ff6c8e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  width: 12%;
  height: 45px;
  /*margin: 30px;*/
   border: 2px solid #fff;
}

.fa-arrow-right {
	color: #fff;
}


/*--why--*/

.why_area {
	padding: 5% 0;
	background-image: url(../images/page/why/why_bg_left.png),
	url(../images/page/why/why_bg_right.png);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size: 30%, 30%;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 0 50px;
}


.why_area01 {
	background: none;
}

h3.why_area_top {
	width: 100%;
	margin: 0 auto 5%;
	padding: 0 0 5%;
	border-bottom: 3px solid #3D3D3D;
	text-align:center;
}

p.why_area01_txt {
	width: 100%;
	margin: 0 auto;
	font-size: 3.4vw;
	line-height: 1.8em;
}

h3.why_ttl01 {
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
	border-radius: 20px;
	margin: 0 auto 5%;
	font-weight:bold;
	text-align:center;
	background-color: #FFFF1B;
	font-size: 5vw;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

h3.why_ttl01 span {
	display: block;
}

ul.why_area02_link {
	overflow: hidden;
}

ul.why_area02_link li {
	float: none;
	text-align: center;
	margin: 0 0 20px;
}


ul.why_area02_link li:nth-child(even) {
	float: none;
}

#why_contents1 {
	padding: 0;
	position: relative;
}

p.c_img {
	position: inherit;
	text-align: center;
	top: 0;
	right: 0;
	z-index:10;
	margin: 0 0 5%;
}

p.c_img img {
	width: 70%;
}

h2.why_contents1_ttl {
	width: 100%;
	background-color: #F68280;
	border-bottom: 6px solid #FF5A5A;
	color: #fff;
	padding: 20px;
	font-size: 6vw;
	position:relative;
	z-index:1;
	margin: 0 0 5%;
}

p.why_contents1_txt {
	font-size: 3.4vw;
	line-height: 2.0em;
	margin: 0 0 30px;
}

p.why_contents1_txt br {
	display: none;
}

.why_number_area01 {
	width: 100%;
	float: none;
	margin: 0 0 10%;
}

.why_number_area02 {
	width: 100%;
	float: none;
}

dl.why_number_ttl dt {
	width: 100%;
	float: none;
	text-align: center;
}

dl.why_number_ttl dd {
	float: none;
	margin: 0;
	text-align: center;
}

dl.why_number_ttl dd h3 {
	font-weight:bold;
	padding: 15px 0 0;
	font-size: 6vw;
}

dl.why_number_ttl dd h3 span {
	display:block;
	font-size: 3.4vw;
}

p.why_number_txt {
	clear: both;
	font-size: 3.4vw;
	line-height: 1.8em;
	letter-spacing: 0.03em;
}

p.why_number_txt br {
	display: none;
}


h2.why_support_ttl {
	background-image: url(../images/page/why/ttl_bg01.png),
	url(../images/page/why/ttl_bg01.png);
	background-position: left , right;
	background-repeat: no-repeat , no-repeat;
	text-align:center;
	background-size: 40%, 40%;
	margin: 0 0 2%;
	clear:both;
}


ul.why_support_list li {
	width: 100%;
	float: none;
	margin: 0;
	text-align: center;
}

ul.why_support_list li  + li {
	margin:  10% 0 0;
}

ul.why_support_list li:last-child{
	float: none;
	margin:  10% 0 0;
}

ul.why_support_list li h3.why_support_list_ttl {
	width: 100%;
	background-color: #61AC8B;
	color: #fff;
	padding: 5px 0;
	text-align:center;
	border-radius: 10px;
	font-size: 5vw;
	letter-spacing: 0.1em;
	margin: 0 auto 20px;
}

p.why_support_list_txt {
	font-size: 4vw;
	text-align:center;
}

.why_area02 {
	overflow: hidden;
	padding: 0 0 30%;
	margin: 0 0 10%;
	background: url(../images/page/why/bg_line.png) repeat-x bottom;
}

#why_contents2 {
	overflow: hidden;
	padding: 0 0 30%;
	margin: 0 0 10%;
	background: url(../images/page/why/bg_line.png) repeat-x bottom;
}

#why_contents3 {
	overflow: hidden;
	padding: 0 0 30%;
	margin: 0 0 10%;
	background: url(../images/page/why/bg_line.png) repeat-x bottom;
}

#why_contents4 {
	overflow: hidden;
	padding: 0 0 30%;
	margin: 0 0 10%;
	background: url(../images/page/why/bg_line.png) repeat-x bottom;
}

h2.why_contents2_ttl {
	width: 100%;
	box-sizing: border-box;
	background-color: #FFBF68;
	border-bottom: 6px solid #FF9868;
	color: #fff;
	padding: 20px;
	font-size: 6vw;
    position: relative;
    z-index: 1;
    margin: 0 0 5%;

}

.contents2_inner_left {
	width: 100%;
	float: none;
}

.contents2_inner_left p {
	font-size: 3.4vw;
	line-height: 2.0em;
}

.contents2_inner_left p br {
	display: none;
}

.contents2_inner_right {
	float: none;
	text-align: center;
	padding: 5% 0 0;
}

p.why_contents2_support {
	float: none;
	width: 100%;
	text-align: center;
}

p.why_contents2_support_txt {
	width: 100%;
	font-size: 3.4vw;
	line-height: 2.2em;
}

p.why_contents2_support_txt br {
	display: none;
}

h2.why_contents3_ttl {
	width: 100%;
	box-sizing: border-box;
	background-color: #64B7BD;
	border-bottom: 6px solid #489496;
	color: #fff;
	padding: 20px;
	font-size: 6vw;
    position: relative;
    z-index: 1;
    margin: 0 0 5%;
}


p.why_contents3_support_txt {
	font-size: 3.4vw;
	line-height: 2.2;
	margin: 0 0 40px;
}

p.why_contents3_support_txt br {
	display: none;
}

.support_inner3 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

dl.support_inner3_left {
	width: 100%;
	float: none;
	text-align:center;
	margin: 0 0 5%;
}

dl.support_inner3_right {
	width: 100%;
	float: none;
	text-align:center;
}


h2.why_contents4_ttl {
	width: 100%;
	box-sizing: border-box;
	background-color: #41B57E;
	border-bottom: 6px solid #1BA664;
	color: #fff;
	padding: 20px;
	font-size: 6vw;
    position: relative;
    z-index: 1;
    margin: 0 0 5%;
}

ol.support_n_list {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 30px 0 0;
}

ol.support_n_list li {
	float: none;
	text-align: center;
}


/*---------お問い合わせ--------------*/

h3.form_ttl {
	text-align: center;
	font-size: 5vw;
	color: #40220F;
	background-color: #FFFF00;
	margin:  0 0 20px;
	padding: 4% 0;
	border-radius: 20px;
	font-weight: bold;
}

h3.form_ttl  span  {
	line-height: inherit;
}

h3.form_ttl  span img {
	display: none;
}

h3.contact_mail {
	margin: 0 0 10px;
}

p.form_txt01 {
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
	margin:  0 0 20px;
}


p.contact_txt01 {
	font-size: 4vw;
	line-height: 1.8em;
	margin: 0 0 20px;
}

p.contact_txt02 {
	color: #595757;
	font-size: 3.4vw;
	line-height: 1.8em;
	margin: 0 0 20px;
}

table.fotmtbl td,
table.fotmtbl th{
	vertical-align: middle;
	padding:2%;
	border-collapse: collapse;
	text-align: left;
	font-size: 14px;
	font-weight: 100;
	width: 100%;
	display: block;
	box-sizing: border-box;
}

table.fotmtbl td input.w20 { width: 40%;}

table.fotmtbl th.recruit_th {
	width: 100%;
	display: block;
	background-color: #bfb292;
}

#submit input{
	background: #FF6C8E;
	color: #fff;
	border:1px solid #FF6C8E;
	width: 80% !important;
	padding: 20px 0;
	font-size: 16px;
	border-radius: 5px;
}

p.privacy_policy_txt {
	font-size: 3.2vw;
	color: #595757;
	line-height: 1.8em;
	margin: 0 0 20px;
}

h3.privacy_policy_ttl {
	color: #333;
	font-size: 4vw;
	font-weight: bold;
	margin: 0 0 20px;
}

/*---------お知らせ--------------*/

ul.shop_list {
	overflow: hidden;
}

ul.shop_list li {
	width: 49%;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 40px;
	margin: 0 0 10px;
}

ul.shop_list li:first-child{
	width: 100% !important;
}

ul.shop_list li:nth-child(even){
	float: right;
}

.news_box1 {
	width: 100%;
	height: auto;
	padding:10px;
	border: 1px solid #a1a2a2;
	box-sizing:border-box;
	float:none;
	margin: 0 0 5%;
	box-sizing:border-box;
}

.news_box1 p.news_img01 img {
	width: 100%;
	height: 240px;
	overflow:hidden;
    object-fit: cover;
}

p.news_txt1 {
	font-size: 12px;
	height: auto;
	line-height: 1.8em;
	margin: 0 0 10px;
}

.news_area p.news_txt span {
	display:block;
}

.news_area p.news_contents {
	clear:both;
	text-align:center;
	border: 3px solid #ccc;
	padding: 30px 0;
	box-sizing:border-box;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight:700;
	color: #db953e;
	margin: 0 0 5%;
}

p.more_bt01 a {
    width: 70%;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff !important;
    margin: 0 auto;
    border-radius: 30px;
}

/*---------お知らせ詳細--------------*/


.blog_content {
	width: 100%;
	float: none;
	margin: 0 0 10%;
}

.blog_cat_list {
	width: 100%;
	float: none;
}


.page_left {
	width: 100%;
	float:  none;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
}

.page_right {
	width: 100%;
	float:  none;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
}

.page_center {
	width: 100%;
	float:  none;
	text-align: center;
}

.page_nav .page_left a,
.page_nav .page_right a {
	color:  #000 !important;
	font-size: 3.8vw;
}

.page_nav .page_left a:hover,
.page_nav .page_right a:hover {
	color:  #c00 !important;
}

.page_center p a {
	width: 80%;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	background-color: #00968e;
	color: #fff !important;
	display: block;
	padding: 5px 0;
	font-size: 3.8vw;
}


/*---ログインCSS---*/
.swpm-login-widget-form {
	width: 90%;
	margin: 0 auto;
}

.swpm-login-form-submit,
.swpm-registration-submit {
	background: #FF676F;
	color: #fff;
	border:1px solid #FF676F;
	width: 100% !important;
	padding: 20px 0;
	font-size: 18px;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 10px 0 50px;
}

.swpm-registration-widget-form table {
	width: 100% !important;
}
.swpm-registration-widget-form {
	width: 100%;
	margin: 0 auto;
}

.swpm-registration-widget-form th,
.swpm-registration-widget-form td {
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.swpm-registration-widget-form th {
	padding: 3%;
}


.level-row_txt{
	width: 100% !important;
	font-size:  18px !important;
	background-color: #00958D !important;
	border: 1px solid #00958D !important;
	text-align: center !important;
	color: #fff !important;
	display: block !important;
	margin: 2% auto 0 !important;
	font-weight: normal !important;
	padding: 2% 0 !important;
	border-radius: 10px !important;
}














}