@charset "UTF-8";

/*----------------------------------------------------
	☆Reset

color #444
link color #0076B2
----------------------------------------------------*/



html,
html.fontSmall {
  font-size: 64%;
  /* sets the base font to 10px for easier math */
}

html.fontLarge {
  font-size: 82.5%;
  /* sets the base font to 10px for easier math */
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic;
  font-size: 15px;
  font-size: 1.5rem;
  /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 1;
  min-width: 1024px;

  background-image: url(../cmn_img/square.png),
    url(../cmn_img/square_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top 200px, right -200px bottom -100px;


}

body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

a,
a:link,
a:hover,
a:focus {
  color: #007ebe;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

ol {
  list-style-position: outside;
  padding-left: 20px;
}

ol li {
  margin-bottom: 10px;
}

::selection {
  background-color: #DDD;
  color: #444;
  /* Safari */
}

::-moz-selection {
  background-color: #DDD;
  color: #444;
  /* Firefox */
}




/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/

.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

/* End hide from IE-mac */




/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/

br.clear {
  display: inline !important;
  display: none;
  clear: both;
  line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  br.clear {
    display: block !important;
    content: " ";
  }
}

div.clear {
  clear: both;
  line-height: 0px;
}




/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol {
  z-index: 100;
}

#topcontrol a {
  background: url(/cmn/cmn_js/scrolltop/scrollup.png) center center no-repeat;
  background: url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9;
  /* IE8 and below */
  *background: url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat;
  /* IE7 and below */
  _background: url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat;
  /* IE6 */
  background-size: 40px 40px;
  font-size: 0;
  text-decoration: none;
  display: block;
  height: 38px;
  width: 38px;
  opacity: 0.7;
  border-radius: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#topcontrol a:hover {
  background-size: 54px 54px;
  opacity: 1;
  height: 50px;
  width: 50px;
}



/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- WRAP --*/



/*-- TAGLINE --*/



#header .inr {
  margin: 0 auto;
  width: 1000px;
}

#header .inr .logoBox {
  float: left;
  width: 30%;
}

#header .inr h1 {
  margin: 15px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}







/*-- TAGLINE_H --*/

#taglineH {
  background: url(../cmn_img/bg_header_h.gif) left top repeat-x;
}

#taglineH .inr {
  margin: 0 auto;
  width: 1000px;
}

#taglineH .inr h1 {
  color: #142a5c;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 13px;
  width: 50%;
}

#taglineH .inr .headMenu {
  float: right;
  text-align: right;
  width: 50%;
}

#taglineH .inr .headMenu ul {
  overflow: hidden;
}

#taglineH .inr .headMenu ul li {
  display: inline-block;
  border-top: 3px solid #12285D;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: top;
}

#taglineH .inr .headMenu ul li.li01 {}

#taglineH .inr .headMenu ul li.li02 {
  border-top: 3px solid #2D5303;
}

#taglineH .inr .headMenu ul li a {
  color: #777;
  display: inline-block;
  padding: 12px 0;
  text-decoration: none;
}

#taglineH .inr .headMenu ul li.li01 a {
  color: #9C0800;
}

#taglineH .inr .headMenu ul li.li02 a {
  color: #2D5303;
}

#taglineH .inr .headMenu ul li a:hover {
  text-decoration: underline !important;
}

#taglineH .inr .headMenu ul li a span {
  display: inline-block;
  border-left: 1px solid #CCC;
  padding: 0 10px;
}

#taglineH .inr .headMenu ul li.li05 a span {
  border-right: 1px solid #CCC;
}

#taglineH .inr .headMenu ul li a:hover span {
  text-decoration: underline;
}



/*-- TAGLINE_H --*/

#taglineJ {
  background: url(../cmn_img/bg_header_j.gif) left top repeat-x;
}

#taglineJ .inr {
  margin: 0 auto;
  width: 1000px;
}

#taglineJ .inr h1 {
  color: #2C5200;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 13px;
  width: 48%;
}

#taglineJ .inr .headMenu {
  float: right;
  text-align: right;
  width: 52%;
}

#taglineJ .inr .headMenu ul {
  overflow: hidden;
}

#taglineJ .inr .headMenu ul li {
  display: inline-block;
  border-top: 3px solid #2C5200;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: top;
}

#taglineJ .inr .headMenu ul li.li01 {}

#taglineJ .inr .headMenu ul li.li02 {
  border-top: 3px solid #142a5c;
}

#taglineJ .inr .headMenu ul li a {
  color: #777;
  display: inline-block;
  padding: 12px 0;
  text-decoration: none;
}

#taglineJ .inr .headMenu ul li.li01 a {
  color: #9C0800;
}

#taglineJ .inr .headMenu ul li.li02 a {
  color: #142a5c;
}

#taglineJ .inr .headMenu ul li a:hover {
  text-decoration: underline !important;
}

#taglineJ .inr .headMenu ul li a span {
  display: inline-block;
  border-left: 1px solid #CCC;
  padding: 0 10px;
}

#taglineJ .inr .headMenu ul li.li05 a span {
  border-right: 1px solid #CCC;
}

#taglineJ .inr .headMenu ul li a:hover span {
  text-decoration: underline;
}


/*-- HEADER --*/

#header {
  padding: 0;
  width: 100%;
  height: 208px;
}

body#form #header {
  border-bottom: 1px solid #DDD;
  margin-bottom: 50px;
}

#header * {
  letter-spacing: normal;
}

#header .headerinner {
  /*height: 208px;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-top: 4px solid #0090bf;
}

#header div.inr {
  margin: 0 auto 15px auto;
  width: 1000px;
}

#header div.inr::after {
  content: "";
  display: block;
  clear: both;
}

#header div.inr .logo {
  float: left;
  line-height: 0;
  width: 350px;
}

#header div.inr .hdR {
  float: right;
  /*width: 560px;*/
}


#header div.inr .hdR .info_L {
  float: left;
}

#header div.inr .hdR .info_L .time {
  margin: 20px 10px;
}

#header div.inr .hdR .info_R {
  float: right;
}

#header div.inr .hdR .info_R .tel {
  text-align: right;
  margin-right: 10px;
}

/*fontSize*/
#header div.inr .hdR #fontSize {
  /* width: 300px; */
  margin-top: 7px;
  text-align: right;
  padding-right: 10px;
}

#header div.inr .hdR #fontSize p {
  display: inline-block;
  font-size: 13px !important;
  line-height: 1.4;
  margin-right: 5px;
  vertical-align: middle;
  color: #0090bf;
}

#header div.inr .hdR #fontSize ul {
  background-color: #f0f0f0;
  display: inline-block;
  /* border-radius:4px; */
  color: #0090bf;
}

#header div.inr .hdR #fontSize ul li {
  cursor: pointer;
  display: inline-block;
  font-size: 12px !important;
  /* line-height: 1.4; */
  padding: 7px;
  /* vertical-align: middle; */
  text-align: center;
}

#header div.inr .hdR #fontSize ul li.current {
  background-color: #0090bf;
  color: #FFF;
}




#my-button {
  display: none;
}

#header div.inr .hdBtn {
  background: url(../cmn_img/bg_info.png) right top no-repeat;
  width: 260px;
  float: right;
  height: 40px;
}

#header div.inr .hdBtn ul {
  overflow: hidden;
  margin-bottom: 25px;
}

#header div.inr .hdBtn ul li {
  float: left;
  font-size: 14px;
  padding: 10px 0 0 32px;
}

#header div.inr .hdBtn ul li a {
  color: #FFF;
  text-decoration: none;
}




/*-- HEADER_H --*/
/*

/*-- GNAV --*/

#gNav {
  background: url(../cmn_img/bg_gnav.png) left top repeat-x;
}

#gNav div.gNavInr {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

#gNav ul li {
  float: left;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  width: 16.5%;
  font-weight: bold;
}


#gNav ul li a {
  color: #333;
  display: block;
  text-decoration: none;
  height: 58px;
  padding: 19px 0;
}


#gNav ul li a:hover,
#gNav ul li a.current {
  padding: 19px 0;
  border-bottom: 4px solid #0090bf;
  height: 58px;
}



#gNav ul li a:before {
  background: url(../cmn_img/bg_gnav_li.png) left top no-repeat;
  content: '';
  display: block;
  height: 58px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;

  z-index: 1;
}

#gNav ul li.last a:after {

  content: '';
  display: block;
  height: 65px;
  width: 1px;

  position: absolute;
  top: 0;
  right: 0;
}

#gNav ul li a span {
  display: block;
}


/*-- BREADCHUMBS --*/

#breadChumbs {
  margin: 7px auto;
  padding: 15px 0;
  width: 100%;
}

#breadChumbs p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 auto;
  width: 1000px;
  transition: 0.2s;
}

#breadChumbs p a {
  color: #333;
}

#breadChumbs p a.currentPoint {
  cursor: default;
  text-decoration: none;
}

/*-- categoryName --*/

#categoryName {
  padding: 0 0 45px;
  text-align: center;
}

#categoryName p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#categoryName p span.ja {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

#categoryName p span.en {
  color: #990c08;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/*-- CONTENTS --*/
#contents {
  margin: 15px auto auto auto;
  width: 1000px;
}

#contents_top {
  margin: 15px auto auto auto;
  width: 100%;
}

p,
li,
dt,
dd,
th,
td {
  line-height: 1.7;

  /*
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
	*/
}

/*画像リンク透過*/
#contents a img {
  transition: 0.6s;
}

#contents a img:hover {
  opacity: 0.5;
}


body.news .newsContents {
  margin: 0 auto;
  width: 1000px;
}


#main {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

body.news #main {
  float: right;
  width: 720px;
}

#main_cont {
  float: right;
  width: 730px;
  min-height: 500px;
}




/*[href^="tel"] {
  text-decoration: none !important;
  color: #333 !important;
  cursor: default;
  pointer-events: none;
}*/

@media screen and (max-width: 768px) {
  [href^="tel"] {
    pointer-events: auto;
  }
}




/*categoryMenu*/

#lMenu div.categoryMenu {
  background: url(../cmn_img/bg_dot.png)repeat;
  border-top: 4px solid #0090bf;
  width: 240px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}



#lMenu div.categoryMenu h3 {
  text-align: center;
  transition: 0.2s;
  font-size: 1.6rem;
}

#lMenu div.categoryMenu h3 a {
  display: block;
  color: #0090bf;
  padding: 20px 0;
  text-decoration: none;
  width: 240px;
}

#lMenu div.categoryMenu h3 a:hover {
  text-decoration: underline;
}

#lMenu div.categoryMenu div.cmList {
  margin: 0 auto;
  width: 220px;
}

#lMenu div.categoryMenu div.cmList ul {}

#lMenu div.categoryMenu div.cmList ul li {
  background-color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  transition: 0.2s;
}

#lMenu div.categoryMenu div.cmList > ul > li {
  border-top: 1px solid #EEE;
}

#lMenu div.categoryMenu div.cmList ul li a {
  color: #333;
  display: block;
  padding: 12px 25px 11px 15px;
  text-decoration: none;
}

#lMenu div.categoryMenu div.cmList ul li a span {
  display: block;
  padding-left: 0.7em;
  text-indent: -0.7em;
}

#lMenu div.categoryMenu div.cmList ul li a span:before {
  content: "\f0da";
  color: #2887C7;
  font-family: "fontawesome";
  font-size: 10px;
  margin-right: 0.8em;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

#lMenu div.categoryMenu div.cmList ul li.sub a {
  position: relative;
}

#lMenu div.categoryMenu div.cmList ul li.sub > a span:after {
  content: "\f196";
  color: #333;
  font-family: "fontawesome";
  font-size: 15px;
  margin-right: 0.4em;
  position: absolute;
  top: 25%;
  right: 5px;
}

#lMenu div.categoryMenu div.cmList ul li a.current,
#lMenu div.categoryMenu div.cmList ul li a:hover {
  background-color: #0090bf;
  color: #FFF;
}

#lMenu div.categoryMenu div.cmList ul li a.current span:before,
#lMenu div.categoryMenu div.cmList ul li a:hover span:before,
#lMenu div.categoryMenu div.cmList ul li a.current span:after,
#lMenu div.categoryMenu div.cmList ul li a:hover span:after {
  color: #FFF;
}

#lMenu div.categoryMenu div.cmList ul li a.current {
  color: #EEF9FF;
}

#lMenu div.categoryMenu div.cmList ul li.on > a {
  background-color: #216FC9;
  color: #FFF;
}

#lMenu div.categoryMenu div.cmList ul li.on > a span:before {
  color: #FFF;
}

#lMenu div.categoryMenu div.cmList ul li.sub.on > a span:before {
  color: #FFF;
}

#lMenu div.categoryMenu div.cmList ul li.sub.on > a span:after {
  content: "\f147";
  color: #FFF;
}

#lMenu div.categoryMenu div.cmList ul li ul {
  background-color: transparent;
  margin: 0;
}

#lMenu div.categoryMenu div.cmList ul li ul li {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0;
}

#lMenu div.categoryMenu div.cmList ul li ul li.last {
  border-bottom: none;
}

#lMenu div.categoryMenu div.cmList ul li ul li a,
#lMenu div.categoryMenu div.cmList ul li.sub ul li a {
  border-top: 1px solid #EEE;
  padding: 10px 12px 7px 18px;
}

#lMenu div.categoryMenu div.cmList ul li ul li a span:before {
  color: #333;
  content: "\f105";
  line-height: 1;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

#lMenu div.categoryMenu div.cmList ul li ul li a span {
  text-indent: -0.9em !important;
}

#lMenu div.categoryMenu div.cmList ul li ul li a:hover,
#lMenu div.categoryMenu div.cmList ul li.sub ul li a:hover {
  background-color: #EEF9FF;
  color: #216fc9;
}

#lMenu div.categoryMenu div.cmList ul li ul li a.current,
#lMenu div.categoryMenu div.cmList ul li.sub ul li a.current {
  background-color: #EEF9FF;
  color: #216fc9;
  font-weight: bold;
}

#lMenu div.categoryMenu div.cmList ul li ul li a span {
  background: url(../cmn_img/bg_lm_arrow_sub.gif) left 4px no-repeat;
  display: block;
  padding-left: 12px;
}

#lMenu div.categoryMenu div.cmList ul li ul li a:hover span:before,
#lMenu div.categoryMenu div.cmList ul li.sub ul li a:hover span:before,
#lMenu div.categoryMenu div.cmList ul li ul li a.current span:before,
#lMenu div.categoryMenu div.cmList ul li.sub ul li a.current span:before {
  color: #216fc9;
}


#lMenu div.categoryInfo {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  width: 240px;
  padding-bottom: 20px;
}

#lMenu div.categoryInfo h4 {
  background-color: #7d7d7d;
  color: #FFF;
  text-align: center;
  margin: 1px 1px 20px 1px;
  padding: 8px;
  font-size: 14px;
  font-weight: normal;
}

#lMenu div.kids {
  margin-top: 20px;
}

#lMenu div.kids img {
  width: 240px;
}


body#high #lMenu div.newsMenu h3 {
  background: url(../cmn_img/bg_texture_01_h.jpg) left top repeat;
}

body#high #lMenu div.newsMenu ul li a:before {
  color: #142a5c;
}


body#junior #lMenu div.newsMenu h3 {
  background: url(../cmn_img/bg_texture_01_j.jpg) left top repeat;
}

body#junior #lMenu div.newsMenu ul li a:before {
  color: #2d5303;
}






/*-- FOOTER --*/

#footer {
  margin: 100px 0 0 0;
}

#footer .ftInr {
  margin: 0 auto;
  padding: 35px 10px;
  width: 100%;
  background-color: #FFF;
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px dotted #0090bf;
  border-bottom: 1px dotted #0090bf;
}

#footer .ftInr div.foot_menuBox {
  margin: 0px auto;
  position: relative;
  width: 1000px;
}

#footer .ftInr div.foot_menuBox ul {
  overflow: hidden;
  margin-bottom: 10px;
}

#footer .ftInr div.foot_menuBox ul li.foot_cat {
  margin: 5px 0px;
  float: left;
  width: 20%;
}

#footer .ftInr div.foot_menuBox a {
  text-decoration: none;
  color: #333;
}

#footer .ftInr div.foot_menuBox a:hover {
  color: #0090bf;
}

#footer .ftInr div.foot_menuBox ul li ul li.foot_menu {
  padding: 3px 0 3px 15px;
  background: url(../cmn_img/logo_icon.png) no-repeat left;
}

#footer .ftInr div.foot_menuBox ul li ul li.foot_menu ul li {
  background-image: none;
}

#footer .ftInr div.foot_menuBox ul li.foot_cat ul li ul {
  margin: 5px 0 0 10px;
  overflow: hidden;
}

#footer .ftInr div.foot_menuBox ul li.foot_cat ul li ul li {
  line-height: 1.6em;
  font-size: 1.4rem;
}

#footer .ftInr div.foot_menuBox ul li.foot_cat ul li ul li:before {
  content: "・";
  float: left;
}



/*foot_info*/
#footer section.foot_info {
  width: 1000px;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  padding: 40px 0 20px 0;
}


#footer section.foot_info .ftData {
  float: left;
  line-height: 1.5em;
}


#footer section.foot_info .ftData h3 {
  margin: 0 0 10px 0;
}

#footer section.foot_info .map {
  float: right;
}

/*copy*/
#footer .copy {
  text-align: center;
  background-color: #0090bf;
  padding: 15px 0;
  color: #FFF;
}
/*-------------------------------------------*/

.mt0{ margin-top:0 !important; }
.mt05{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt25{ margin-top:25px !important; }
.mt30{ margin-top:30px !important; }
.mt35{ margin-top:35px !important; }
.mt40{ margin-top:40px !important; }
.mt45{ margin-top:45px !important; }
.mt50{ margin-top:50px !important; }
.mt55{ margin-top:55px !important; }
.mt60{ margin-top:60px !important; }
.mt70{ margin-top:70px !important; }
.mt80{ margin-top:80px !important; }
.mt90{ margin-top:90px !important; }
.mt100{ margin-top:100px !important; }
.mt120{ margin-top:120px !important; }
.mt150{ margin-top:150px !important; }

.mb0{ margin-bottom:0 !important; }
.mb05{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !important; }
.mb20{ margin-bottom:20px !important; }
.mb25{ margin-bottom:25px !important; }
.mb30{ margin-bottom:30px !important; }
.mb35{ margin-bottom:35px !important; }
.mb40{ margin-bottom:40px !important; }
.mb45{ margin-bottom:45px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }
.mb120{ margin-bottom:120px !important; }

.ml0{ margin-left:0 !important; }
.ml05{ margin-left:5px !important; }
.ml10{ margin-left:10px !important; }
.ml15{ margin-left:15px !important; }
.ml20{ margin-left:20px !important; }
.ml25{ margin-left:25px !important; }
.ml30{ margin-left:30px !important; }
.ml35{ margin-left:35px !important; }
.ml40{ margin-left:40px !important; }
.ml45{ margin-left:45px !important; }
.ml50{ margin-left:50px !important; }
.ml60{ margin-left:60px !important; }
.ml70{ margin-left:70px !important; }
.ml80{ margin-left:80px !important; }
.ml90{ margin-left:90px !important; }
.ml100{ margin-left:100px !important; }
.ml1em{margin-left: 1em!important;}

.mr0{ margin-right:0 !important; }
.mr05{ margin-right:5px !important; }
.mr10{ margin-right:10px !important; }
.mr15{ margin-right:15px !important; }
.mr20{ margin-right:20px !important; }
.mr25{ margin-right:25px !important; }
.mr30{ margin-right:30px !important; }
.mr35{ margin-right:35px !important; }
.mr40{ margin-right:40px !important; }
.mr45{ margin-right:45px !important; }
.mr50{ margin-right:50px !important; }
.mr60{ margin-right:60px !important; }
.mr70{ margin-right:70px !important; }
.mr80{ margin-right:80px !important; }
.mr90{ margin-right:90px !important; }
.mr100{ margin-right:100px !important; }


.pt0{ padding-top:0 !important; }
.pt05{ padding-top:5px !important; }
.pt10{ padding-top:10px !important; }
.pt15{ padding-top:15px !important; }
.pt20{ padding-top:20px !important; }
.pt25{ padding-top:25px !important; }
.pt30{ padding-top:30px !important; }
.pt35{ padding-top:35px !important; }
.pt40{ padding-top:40px !important; }
.pt45{ padding-top:45px !important; }
.pt50{ padding-top:50px !important; }
.pt60{ padding-top:60px !important; }
.pt70{ padding-top:70px !important; }
.pt80{ padding-top:80px !important; }
.pt90{ padding-top:90px !important; }
.pt100{ padding-top:100px !important; }

.pb05{ padding-bottom:5px !important; }
.pb10{ padding-bottom:10px !important; }
.pb15{ padding-bottom:15px !important; }
.pb20{ padding-bottom:20px !important; }
.pb25{ padding-bottom:25px !important; }
.pb30{ padding-bottom:30px !important; }
.pb35{ padding-bottom:35px !important; }
.pb40{ padding-bottom:40px !important; }
.pb45{ padding-bottom:45px !important; }
.pb50{ padding-bottom:50px !important; }
.pb60{ padding-bottom:60px !important; }
.pb70{ padding-bottom:70px !important; }
.pb80{ padding-bottom:80px !important; }
.pb90{ padding-bottom:90px !important; }
.pb100{ padding-bottom:100px !important; }
.pb120{ padding-bottom:120px !important; }
.pb140{ padding-bottom:140px !important; }

.pl05{ padding-left:5px !important; }
.pl10{ padding-left:10px !important; }
.pl15{ padding-left:15px !important; }
.pl20{ padding-left:20px !important; }
.pl25{ padding-left:25px !important; }
.pl30{ padding-left:30px !important; }
.pl35{ padding-left:35px !important; }
.pl40{ padding-left:40px !important; }
.pl45{ padding-left:45px !important; }
.pl50{ padding-left:50px !important; }
.pl60{ padding-left:60px !important; }
.pl70{ padding-left:70px !important; }
.pl80{ padding-left:80px !important; }
.pl90{ padding-left:90px !important; }
.pl100{ padding-left:100px !important; }

.pr05{ padding-right:5px !important; }
.pr10{ padding-right:10px !important; }
.pr15{ padding-right:15px !important; }
.pr20{ padding-right:20px !important; }
.pr25{ padding-right:25px !important; }
.pr30{ padding-right:30px !important; }
.pr35{ padding-right:35px !important; }
.pr40{ padding-right:40px !important; }
.pr45{ padding-right:45px !important; }
.pr50{ padding-right:50px !important; }
.pr60{ padding-right:60px !important; }
.pr70{ padding-right:70px !important; }
.pr80{ padding-right:80px !important; }
.pr90{ padding-right:90px !important; }
.pr100{ padding-right:100px !important; }

.txt50p{font-size:50% !important;}
.txt60p{font-size:60% !important;}
.txt70p{font-size:70% !important;}
.txt80p{font-size:80% !important}
.txt85p{font-size:85% !important;}
.txt90p{font-size:90% !important;}
.txt95p{font-size:95% !important;}
.txt100p{font-size:100% !important;}
.txt105p{font-size:105% !important;}
.txt110p{font-size:110% !important;}
.txt120p{font-size:120% !important;}
.txt130p{font-size:130% !important;}
.txt140p{font-size:140% !important;}
.txt150p{font-size:150% !important;}
.txt160p{font-size:160% !important;}
.txt170p{font-size:170% !important;}
.txt180p{font-size:180% !important;}
.txt190p{font-size:190% !important;}
.txt200p{font-size:200% !important;}
.txt240p{font-size:240% !important;}
.txt280p{font-size:280% !important;}

.lh100p{line-height: 1;}
.lh110p{line-height: 1.1;}
.lh120p{line-height: 1.2;}
.lh140p{line-height: 1.4;}
.lh160p{line-height: 1.6;}
.lh180p{line-height: 1.8;}
.lh200p{line-height: 2;}
.lh220p{line-height: 2.2;}

.sidebar_old_news_link_btn_body{
	margin-top: -15px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #bbb;
	margin-bottom: 30px;
	max-width: 240px;
}
.sidebar_old_news_link_btn{
	display: block;
	text-decoration: none!important;
	color: #fff!important;
	background: #555!important;
	padding: 12px 5px;
	text-align: center;
	transition: .3s;
	line-height: 1.4;
}
.sidebar_old_news_link_btn:hover{
	opacity: .6;
}

.anchor_point{
	padding-top: 210px;
	margin-top: -210px;
}

.rec_top_link_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.rec_top_link_flex>*{
	margin: 0 20px 5px 0;
}
.rec_top_link_flex a{
	position: relative;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
.rec_top_link_flex a:hover{
	text-decoration: underline;
}
.rec_top_link_flex a:before {
    content: "\f144";
    color: #0090bf;
    display: inline-block;
    font-family: "fontawesome";
    font-size: 10px;
    margin-right: 0.5em;
    vertical-align: 2px;
}


.form_submit_body{
    text-align: center;
    margin-top: 50px;
}
.form_submit_body input{
    display: inline-block;
    cursor: pointer;
    background: #0090bf;
    font-size: 1.3em;
    color: #fff;
    padding: .6em 3em;
    border: none;
    transition: .3s;
}
.form_submit_body .form_submit_back input{
    background: #555;
    padding: .6em 2em;
}
.form_submit_body input:hover{
    opacity: .5;
}

.alert.alert-error{
	margin-top: 10px;
	color: #f00;
	background: #FFDFDF;
	padding: 10px;
	font-weight: bold;
	font-size: 14.5px;
	border-radius: 4px;
	line-height: 1.3;
}

.posttype_span_recruiting:before{
	content: "新卒"
}
.posttype_span_recruiting2:before{
	content: "中途"
}

.li06 >.gnav_sub_menu{
	display: none!important;
}

.toppage_insta_body{
	text-align: center;
	margin-bottom: 25px;
}
.toppage_insta_body a{
	display: inline-block;
	text-decoration: none;
	color: inherit;
	font-size: 1.2em;
	font-weight: bold;
	transition: .3s;
}
.toppage_insta_body a:hover{
	opacity: .6;
}
.toppage_insta_body a img{
	width: 40px;
	margin-right: 10px;
}
.toppage_insta_flex{
	display: flex;
	align-items: center;
}

.hdR_position{
	position: relative;
}
.header_insta_link{
	position: absolute;
    right: 123%;
    bottom: 37px;
}
.header_insta_link img{
	width: 40px;
}

.header_insta_link_sp{
	position: absolute;
	right: 153%;
	bottom: -3px;
}
.header_insta_link_sp img{
	width: 32px;
}

.txt-blue{
	    color: #0090bf!important;
}

.common_box{
	padding: 30px;
    background: #f0f7f9;
    border: 1px solid #0090bf;
}

.fontb{
	font-weight: bold;
}

.inline_block{
	display: inline-block;
}

.check_list,
.check_list li{
	list-style: none!important;
}
.check_list li{
	margin-left: 0!important;
	padding-left: 1.6em!important;
	position: relative;
}
.check_list li:before{
	left: 0;
	position: absolute;
	font-family: FontAwesome;
	content: "\f00c";
	color: #0090bf;
	font-weight: bold;
	
}

.common_tbl{
	width: 100%;
}
.common_tbl th,
.common_tbl td{
	border: 1px solid #ddd;
	padding: 15px;
}
.common_tbl th{
	line-height: 1.3;
	white-space: nowrap;
	background: #f0f7f9;
}

.pic_border{
	border: 1px solid #ddd;
}

.nutrient_small_tbl th,
.nutrient_small_tbl td{
	text-align: center;
	padding: 5px 8px;
	font-size: .9em;
	border: 1px solid #ddd;
}
.nutrient_small_tbl th{
	background: #f1f1f1;
}
.nutrient_small_tbl thead th{
	background: #E5F4FF;
}

.caution {
  text-indent: -1em;
  padding-left: 1em;
}