@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

/* 10px */
body {
  width: 100%;
  font-size: 1.6rem;
  color: #444;
  line-height: 1.8;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.01em;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.font-number {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

img {
  width: 100%;
  height: auto;
}

.red {
  color: #ff000a;
}

.color_red {
  color: #ff000a;
}

.red b {
  font-weight: 700;
  font-size: 120%;
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}

a:link {
  color: #444;
  text-decoration: none;
}

a:visited {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: none;
}

a:active {
  color: #999;
  text-decoration: none;
}

.link_b:link,
.link_b:visited {
  color: #3366cc !important;
  text-decoration: underline;
}

.link_b:hover,
.link_b:active {
  color: #7ab6f3 !important;
  text-decoration: none;
}

#content a:link {
  color: #ff000a;
  text-decoration: underline;
}

#content a:visited {
  color: #ff000a;
  text-decoration: underline;
}

#content footer a:link {
  color: #444;
  text-decoration: none;
}

#content footer a:visited {
  color: #444;
  text-decoration: none;
}

#content a:hover {
  text-decoration: none;
}

#content a:active {
  text-decoration: none;
}

#top_news a:link {
  color: #444;
  text-decoration: none;
}

#top_news a:visited {
  color: #444;
  text-decoration: none;
}

#top_news a:hover {
  color: #999;
  text-decoration: none;
}

#top_news a:active {
  color: #999;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

h3[id^='anc'] {
  padding-top: 120px;
  margin-top: -120px;
  display: block;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
  margin-bottom: 1em;
}

.only_pc_none {
  display: none;
}

.only_sp_none {
  display: block;
}

.sp_br {
  display: none;
}

.sp_only {
  display: none;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha( opacity=60 )';
}

.scroll-up.done,
.scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 4s
    /*処理にかかる時間*/
  ;
}

.load-up {
  opacity: 0;
  transform: translateY(30px)
    /*スクロールアップする距離*/
  ;
  transition: all 4s
    /*処理にかかる時間*/
  ;
}

.load-up.done,
.load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.red_btn a {
  background: #e60012;
  padding: 2.5% 10% 2.5% 5%;
  position: relative;
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  margin-bottom: 5%;
  line-height: 1;
}

.red_btn a::after {
  content: '';
  width: 15px;
  height: 11px;
  position: absolute;
  top: 30%;
  right: 5%;
  margin: auto;
  box-sizing: border-box;
  border: 7px solid transparent;
  border-left: 8px solid #fff;
}

.red_btn a:hover {
  transform: scale(1.1);
}

header {
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: #fff;
  z-index: 2;
  position: fixed;
  top: 0;
}

#header {
  width: 95%;
  height: 105px;
  margin: 0 auto;
  max-width: 1300px;
  padding: 20px 0 10px;
  position: relative;
}

#header * {
  transition: all 0.3s;
}

#header_sp {
  display: none;
}

#header #logo {
  width: 23%;
  max-width: 300px;
  position: absolute;
  top: 5%;
  left: 0;
}

#head_btn {
  width: 65%;
  max-width: 580px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 5%;
  right: 0;
}

#head_btn_sp {
  display: none;
}

.head_btn_p {
  width: 22%;
}

.head_btn_p a {
  width: 100%;
  color: #fff;
  background: #e60012;
  padding: 5px 0;
  text-align: center;
  display: block;
  text-decoration: none !important;
}

.head_btn_p a:hover {
  transform: scale(1.1);
}

#head_tel {
  width: 53%;
  text-align: right;
}

#head_tel a {
  color: #e60012;
  font-size: 280%;
  line-height: 1;
  letter-spacing: -0.005em;
  white-space: nowrap;
}

#head_tel p {
  font-size: 90%;
  margin: 0;
  letter-spacing: -0.01em;
  white-space: nowrap;
  font-weight: bold;
}

#nav_pc {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 1%;
}

#nav_pc ul {
  display: flex;
  justify-content: space-between;
}

#nav_pc>ul>li {
  text-align: right;
  font-weight: bold;
  font-size: 115%;
  position: relative;
}

#nav_pc ul li a {
  padding: 5px 15px;
  font-weight: 500;
  display: block;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}

#nav_pc ul ul {
  display: block;
}

#nav_pc li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 46px;
  z-index: 4;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}

#nav_pc li.has-child:last-child ul {
  left: auto;
  right: 0;
}

/*hoverしたら表示*/
#nav_pc li.has-child:hover>ul,
#nav_pc li.has-child ul li:hover>ul,
#nav_pc li.has-child:active>ul,
#nav_pc li.has-child ul li:active>ul {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}

/*ナビゲーションaタグの形状*/
#nav_pc li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  text-align: left;
  font-weight: 500;
  font-size: 80%;
  padding: 3% 5%;
  background: #e60012;
  min-width: 230px;
  display: block;
}

#nav_pc li.has-child ul li:last-child a {
  border-bottom: none;
}

#nav_pc li.has-child ul li a:hover,
#nav_pc li.has-child ul li a:active {
  background: #ff717c;
}

#nav_sp {
  display: none;
}

@media screen and (max-width: 1120px) {
  #header {
    height: 80px;
  }

  #nav_pc {
    margin-top: 50px;
  }

  #nav_pc ul li {
    font-size: 100%;
  }

  #nav_pc ul li a {
    padding: 5px 5px;
  }

  #home #content {
    margin: 170px auto 0 !important;
  }

  #nav_pc li.has-child ul li a {
    min-width: 200px;
  }
}

#nav_pc ul li a:link,
#nav_pc ul li a:visited {
  color: #444;
  text-decoration: none;
}

#nav_pc ul li a:hover,
#nav_pc ul li a:active {
  color: #e60012;
}

/*
#nav_pc>ul>li>a::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 10%;
	width: 80%;
	height: 2px;
	background: #E60012;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: left top;
}
*/

/*現在地とhoverの設定*/
#nav_pc ul li.current a::after,
#nav_pc ul li a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

#side_btn a {
  width: 65px;
  display: block;
  position: relative;
  position: absolute;
  top: 180px;
  right: 0;
}

.lower #side_btn a {
  top: 240px;
}

/* safari */
:lang(x)+ :-webkit-full-screen-document,
#side_btn a {
  right: 32px;
}

#side_btn a:hover {
  transform: scale(1.3) translateX(-5px);
}

#container {
  width: 100%;
  margin: 0 auto;
  /* 	margin-bottom: 7%; */
  margin-bottom: 4%;
}

.slick-prev {
  left: 5% !important;
  z-index: 10;
  background: #e60012ed !important;
  padding: 30px;
  position: relative;
  width: 50px !important;
  height: 50px !important;
  display: block !important;
  transition: all 0.5s;
  opacity: 0.7;
}

.slick-next {
  right: 5% !important;
  z-index: 10;
  background: #e60012ed !important;
  padding: 30px;
  position: relative;
  width: 50px !important;
  height: 50px !important;
  display: block !important;
  transition: all 0.5s;
  opacity: 0.7;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}


.slick-prev:before {
  content: "" !important;
  position: absolute !important;
  top: calc(50% - 7px) !important;
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  border-bottom: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  left: calc(50% - 4px);
  transform: rotate(-225deg);
}

.slick-next:before {
  content: "" !important;
  position: absolute !important;
  top: calc(50% - 7px) !important;
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  border-top: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
  left: calc(50% - 12px);
  transform: rotate(-225deg);
}

.slider img {
  border-right: 2px solid #fff !important;
  box-sizing: border-box;
  width: 100%;
}

#content {
  margin: 135px auto 0 !important;
  z-index: 2;
}

#home #content {
  margin: 135px auto 0 !important;
}

section {
  /* 	padding-bottom: 7%; */
  padding-bottom: 3%;
}

#top_type {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#top_type_l {
  width: 40%;
}

#top_type_l h2 {
  font-size: 150%;
  color: #e60012;
  font-weight: bold;
  border-bottom: 1px solid #e60012;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

#top_type_r {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

#top_type_r li {
  width: 15%;
}

#top_type_r li a img {
  width: 70%;
  padding: 15%;
  border: 1px solid #ccc;
  display: block;
  filter: grayscale(100%);
  /*モノクロ具合を変更したい場合はこの数値を変更*/
  transition: 0.3s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
  opacity: 0.5;
}


#top_type_r .bike_no a img {
  width: 86%;
  padding: 10.2% 7%;
  border: 1px solid #ccc;
  display: block;
  filter: grayscale(0%) !important;
  /*モノクロ具合を変更したい場合はこの数値を変更*/
  transition: 0.3s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
  opacity: 1 !important;
}




#top_type_r li a:hover img {
  filter: grayscale(0);
  opacity: 1;
  border: 1px solid #ff0063;
}

#top_type_r li a:link,
#top_type_r li a:visited {
  color: #444;
  font-size: 90%;
  text-align: center;
  text-decoration: none !important;
}

#top_type_r li.bus_small a img {
  width: 66%;
  padding: 16.7% 17%;
}

#top_type_r li.bike_small a img {
  width: 58%;
  padding: 19.5% 21%;
}

#top_type_r li.bike_middle a img {
  width: 64%;
  padding: 17.5% 18%;
}

#top_ban01 {
  background: #e60012;
  padding: 3% 0;
}

#top_ban01 ul {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#top_ban01 ul li {
  width: 23%;
}

#top_ban01 ul li a {
  display: inline-block;
  border: 5px solid #fff;
}

#top_ban01 ul li a:hover {
  transform: scale(1.1);
  box-sizing: border-box;
  border: 5px solid #ff8989;
}

#top_news {
  width: 90%;
  max-width: 1100px;
  margin: 3% auto 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#top_news>div {
  width: 48%;
}

#top_news>div h2 {
  border-left: 10px solid #e60012;
  padding: 5px 0 5px 3%;
  font-size: 140%;
  font-weight: bold;
}

.news_box {
  margin: 2% 0;
  padding: 3% 0;
  border-top: 2px solid #e60012;
}

.news_box dl {
  width: 100%;
  padding: 2% 0 1%;
  border-bottom: 1px dotted #666;
}

#top_news span {
  width: 90px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 90%;
  margin-right: 3%;
  box-sizing: border-box;
}

.cate_news {
  background: #0099ff;
  color: #fff;
}

.cate_bus {
  background: #e7bb0c;
  color: #fff;
}

.cate_campaign {
  background: #18a356;
  letter-spacing: -0.1em;
  color: #fff;
}

.cate_important {
  background: #ff6633;
  letter-spacing: 0.7em;
  padding-left: 0.7em;
  color: #fff;
}

.cate_recruit {
  background: #1454b4;
  letter-spacing: 0.7em;
  padding-left: 0.7em;
  color: #fff;
}


.cate_event {
  background: #ee3996;
  color: #fff;
}


.news_box dd {
  font-size: 90%;
  padding: 0.5% 0 1%;
}

#top_news .red_btn {
  text-align: center;
}

#top_news .red_btn a {
  margin: 0 2%;
}

#top_info {
  background: url(../img/top_info_bg.jpg) no-repeat center center;
  background-size: 100% auto;
  padding: 4% 0;
}

#top_info h2 {
  font-size: 200%;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#top_info h2 span {
  display: inline-block;
  background: url(../img/icon_beginner.png) no-repeat left top;
  background-size: 45px auto;
  padding: 7px 0 10px 60px;
  margin-bottom: 1%;
}

#top_info ul {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#top_info ul li {
  width: 31%;
}

#top_info ul li a {
  display: inline-block;
  border: 5px solid #fff;
}

#top_info ul li a:hover {
  transform: scale(1.1);
  box-sizing: border-box;
  border: 5px solid #e60012;
}

#top_ban02 {
  padding: 4% 0;
}

#top_ban02 ul {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#top_ban02 ul li {
  width: 23%;
}

#top_ban02 ul li a {
  display: inline-block;
}

#top_ban02 ul li a:hover {
  transform: scale(1.1);
  box-sizing: border-box;
}

#top_about {
  border-top: 1px solid #ccc;
  padding-top: 5%;
}

#top_about>div {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#top_about_l {
  width: 55%;
}

#top_about_r {
  width: 43%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

#top_about_r p {
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 0px;
}

p.mark {
  display: inline;
  background: linear-gradient(transparent 30%, #ffffa8 0%);
  padding-bottom: 5px;
}

#top_about_r p.mark {
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(transparent 60%, #ffffa8 0%);
}

#top_about_tel {
  font-size: 90%;
  margin: 3% auto 2%;
}

#top_about_tel a {
  font-size: 5.6rem;
  font-weight: bold;
  color: #e60012;
  line-height: 1;
}

#top_about_entry a {
  width: 100%;
  color: #fff !important;
  background: #e60012;
  padding: 20px 0 20px 20px;
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 4%;
  position: relative;
  box-sizing: border-box;
}

#top_about_line a {
  width: 100%;
  color: #fff !important;
  display: block;
  margin-bottom: 4%;
  position: relative;
}

#top_about a:link,
#top_about a:visited {
  text-decoration: none;
}

#top_about_entry a:hover {
  transform: scale(1.1);
}

#top_about_line a:hover {
  transform: scale(1.1);
}

#top_about_entry i {
  color: #e60012;
  background: #fff;
  padding: 15px;
  border-radius: 40px;
  display: inline-block;
  font-size: 130%;
  position: absolute;
  top: 10%;
  left: 5%;
}

#top_about_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#top_about_btn>p {
  width: 48%;
}

#top_about_btn>p a {
  width: 100%;
  color: #fff !important;
  background: #e60012;
  padding: 10px 0;
  text-align: center;
  display: block;
  text-decoration: none !important;
}

#top_about_btn>p a:hover {
  transform: scale(1.1);
}

footer {
  border-top: 1px solid #ccc;
  padding: 1% 0 0;
}

#foot_link {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#foot_link a {
  padding: 5px 10px 5px 0;
  display: inline-block;
}

#foot_link a::after {
  content: '|';
  display: inline-block;
  padding-left: 10px;
}

#foot_link a:hover {
  opacity: 0.5;
}

#foot_link li:last-child a::after {
  content: '';
}

#foot_box {
  width: 95%;
  /*   max-width: 1200px; */
    max-width: 1400px;
  margin: 0 auto 1%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#foot_logo {
  width: 280px;
  display: block;
  margin-right: 3%;
  position: relative;
  margin-top: -10px;
}

#foot_logo:after {
  content: '（アスモ株式会社 教習事業部）';
  position: block;
  font-weight: 80%;
  position: absolute;
  bottom: -2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

#foot_box p {
/*   width: calc(60% - 280px); */
    width: calc(52% - 280px);
  display: block;
  padding-top: 1%;
  font-weight: bold;
}

ul.sns_box {
  width: 15%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 300%;
}

ul.sns_box li {
  margin-left: 3%;
}

ul.sns_box li:nth-child(1) i {
  color: #666666;
  display: inline-block;
}

ul.sns_box li:nth-child(2) i {
  color: #395394;
  display: inline-block;
}

ul.sns_box li:nth-child(3) i {
  color: #00bc37;
  display: inline-block;
}

#copy {
  background: #e60012;
  text-align: center;
  color: #fff;
  font-size: 90%;
  padding: 1% 0;
  margin-bottom: 0;
}

#foot_fix_sp {
  display: none;
}

/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 0;
  right: 0px;
  z-index: 5;
}

#pageTop a {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../img/page_top.jpg) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*---------------------------------------------
 **  下層ページ
---------------------------------------------*/

.w_1100 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#main {
  width: 100%;
  padding: 6% 0;
  color: #fff;
  font-size: 200%;
  font-weight: bold;
  text-shadow: 1px 1px 6px #9caabb;
  background: url(../img/main.jpg) no-repeat right top;
  background-size: cover;
}

#pan {
  background: #eae5e6;
  padding: 1% 0;
  margin-bottom: 5%;
}

#read h2 {
  font-size: 200%;
  font-weight: bold;
  color: #ff000a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
  position: relative;
}

#read h2::before {
  content: '';
  flex-grow: 0.05;
  height: 2px;
  background: #ff000a;
  margin-right: 20px;
}

#read h2::after {
  content: '';
  flex-grow: 0.05;
  height: 2px;
  background: #ff000a;
  margin-left: 20px;
}

#read h2 span {
  font-size: 1.8rem;
  display: block;
  text-align: center;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

#read .after_h2 {
  display: flex;
  justify-content: center;
}

#read .after_h2 li {
  display: inline-block;
  margin: -3% 10px 3%;
  background: #ff000a;
  color: #fff;
  font-weight: bold;
  padding: 7px 20px;
  border-radius: 8px;
  font-size: 110%;
}

.read_moto {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5% 2% 0.5%;
  text-align: center;
  box-sizing: border-box;
  font-size: 130%;
  position: relative;
  background: #fff0f0;
}

.read_moto:before {
  content: '';
  position: absolute;
  top: 40%;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff0f0;
  border-width: 20px 0 20px 1em;
  z-index: 10;
}

.read_moto p:nth-child(1) {
  font-weight: bold;
}

.read_moto p:nth-child(1) i {
  font-size: 180%;
  vertical-align: -5px;
}

.read_moto p:nth-child(2) {
  font-weight: bold;
}

.read_moto p:nth-child(2) span {
  font-size: 120%;
  padding: 10px 10px;
  background: linear-gradient(transparent 60%, #ffa7a1 60%);
  line-height: 1;
  display: inline-block;
  margin: 0 10px 1em;
}

.read_moto p:nth-child(3) {
  font-weight: bold;
}

.read_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.read_flex>p {
  width: 50%;
  margin-bottom: 1rem;
}

.read_flex .info-box {
  width: 50%;
  margin-bottom: 1rem;
}

.info-box .tbl_summary {
  text-align: left !important;
}

.read_flex .read_ttl {
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(transparent 50%, #ffffa8 50%);
  padding: 0 5px 5px;
  font-size: 130%;
  margin-bottom: 2%;
  line-height: 1.4;
}

.read_flex div {
  width: 45%;
  text-align: center;
}

.read_flex div img {
  max-width: 430px;
  margin: 0 auto;
}

.read_flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.read_flex2>div:nth-child(1) {
  width: 65%;
  margin-bottom: 5%;
}

.read_flex2>div:nth-child(2) {
  width: 28%;
  text-align: center;
}

.read_flex2 div img {
  max-width: 340px;
}

#read .lesson_img {
  width: 90%;
  max-width: 700px;
  margin: 0 auto 3%;
}

.merit_moto p {
  width: 93%;
  font-size: 140%;
  background: #ff000a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 2%;
  padding: 5px 0;
}

.merit_moto p i {
  font-size: 130%;
  vertical-align: -5px;
}

.merit_moto ol {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.merit_moto ol li {
  width: 49%;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 110%;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.6;
}

.merit_moto ol li small {
  font-weight: normal;
  vertical-align: 3px;
}

.lower h3 {
  border-bottom: 2px solid #ff000a;
  margin-bottom: 2%;
}

.lower .col_2 h3 {
  margin-bottom: 5%;
}

.lower h3 span {
  border-left: 12px solid #ff000a;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 0 3px 20px;
  margin-bottom: 10px;
  color: #ff000a;
  font-weight: bold;
  font-size: 140%;
  line-height: 1.8;
}

.lower h3 span em {
  font-size: 70%;
  font-weight: normal;
  display: inline-block;
  margin-left: 20px;
}

p.p_kome {
  text-indent: -1.7rem;
  margin-left: 3rem;
  margin-bottom: 3%;
}

.col_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.col_2>div {
  width: 48%;
  margin-bottom: 2%;
}

.red_square {
  color: #ff000a;
  border: 2px solid #ff000a;
  padding: 0.8% 2% 1%;
  font-size: 130%;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  min-width: 130px;
  text-align: center;
}

table {
  width: 100%;
  border: 1px solid #999;
  box-sizing: border-box;
  margin-bottom: 3%;
  word-break: break-all;
}

table thead tr th,
table thead tr td {
  background: #ff000a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1%;
  box-sizing: border-box;
  border: 1px solid #999;
}

table tbody tr th,
table tbody tr td {
  font-weight: normal;
  text-align: center;
  padding: 1.5% 1%;
  box-sizing: border-box;
  border: 1px solid #999;
  font-size: 90%;
}

table tbody tr th {
  background: #edeeef;
}

.standard_tbl02 tbody tr td {
  white-space: nowrap;
}

.standard_tbl01 {
  margin-bottom: 3%;
}

#large_specialcar .standard_tbl01,
#large_car .standard_tbl01,
#semimiddle_car .standard_tbl01 {
  margin-bottom: 5%;
}

.standard_tbl01 thead tr th:nth-child(1) {
  width: 28%;
}

.standard_tbl01 thead tr th:nth-child(2) {
  width: 32%;
}

.standard_tbl01 thead tr th:nth-child(3) {
  width: 40%;
}

.standard_tbl04 {
  margin-bottom: 2%;
}

.standard_tbl04 thead tr th:nth-child(1) {
  width: 30%;
}

.standard_tbl04 thead tr th:nth-child(2) {
  width: 10%;
}

.standard_tbl04 thead tr th:nth-child(3) {
  width: 30%;
}

.standard_tbl04 thead tr th:nth-child(4) {
  width: 30%;
}

.standard_tbl05 {
  margin-bottom: 2%;
}

.standard_tbl04 thead tr th:nth-child(1) {
  width: 40%;
}

.standard_tbl04 thead tr th:nth-child(2) {
  width: 15%;
}

.standard_tbl04 thead tr th:nth-child(3) {
  width: 45%;
}

.bg_gray {
  background: #eae5e6;
  box-sizing: border-box;
  padding: 3% 5% 3% !important;
  margin-bottom: 3%;
}

.bg_gray ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.bg_gray ul li::before {
  content: '・';
}

.bg_gray .entry_tel {
  font-size: 120%;
  line-height: 1.6;
  margin-bottom: 5px;
  font-weight: bold;
}

.bg_gray .entry_tel span {
  font-size: 150%;
  color: #ff000a;
  font-weight: bold;
}

.lesson_ul {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 3% 8% !important;
  justify-content: space-between;
}

.lesson_ul li {
  width: 45%;
  font-size: 120%;
  margin-bottom: 5px;
}

.lesson_ul2 {
  width: 100%;
}

.lesson_ul2 li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.lesson_ul2 li::before {
  content: '・';
}

.table_add {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5%;
  padding: 2% 3% 3%;
  font-weight: bold;
}

.table_add>div:nth-child(1) {
  width: 55%;
}

.table_add>div:nth-child(2) {
  width: 40%;
}

.table_add p {
  margin-bottom: 5px;
  font-size: 110%;
}

.table_add2 {
  margin-bottom: 5%;
  padding: 2% 3% 3%;
  font-weight: bold;
}

.table_add2 p {
  margin-bottom: 0px;
}

.tbl_summary {
  color: #ff000a;
  font-size: 125%;
  margin-bottom: 5px;
  font-weight: bold;
}

.standard_tbl02 thead tr th:nth-child(1) {
  width: 40%;
}

.standard_tbl02 thead tr th:nth-child(2) {
  width: 60%;
}

.white_btn_maru {
  text-align: center;
}

.white_btn_maru a {
  position: relative;
  display: inline-block;
  border: 2px solid #ff000a;
  padding: 3% 6% 3% 10%;
  border-radius: 10px;
  background: #fff;
  font-size: 120%;
  margin: 0 auto;
  box-sizing: border-box;
  font-weight: bold;
}

.white_btn_maru a:link,
.white_btn_maru a:visited {
  text-decoration: none !important;
}

.white_btn_maru a::after {
  content: '';
  width: 21px;
  height: 18px;
  position: absolute;
  top: 34%;
  left: 5%;
  margin: auto;
  box-sizing: border-box;
  border: 9px solid transparent;
  border-left: 11px solid #ff000a;
}

.white_btn_maru a:hover {
  transform: scale(1.1);
  background: #ffcacc;
}

.col_1 {
  max-width: 900px;
  margin: 0 auto;
}

.price_list_btn {
  border: 2px solid #ff000a;
  box-sizing: border-box;
  padding: 2% 5%;
}

.red_btn_maru {
  text-align: center;
}

.red_btn_maru a {
  min-width: 300px;
  background: #ff000a;
  color: #fff;
  font-size: 140%;
  text-align: center;
  padding: 15px 10px;
  display: inline-block;
  margin: 3% auto;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 10px;
}

.red_btn_maru a:hover {
  transform: scale(1.1);
}

.standard_tbl03 {
  margin-bottom: 3%;
}

.standard_tbl03 thead tr th:nth-child(1) {
  width: 20%;
}

.standard_tbl03 thead tr th:nth-child(2) {
  width: 80%;
}

.standard_tbl03 tbody tr td {
  text-align: left;
}

.date_time {
  font-size: 120%;
  display: inline-block;
  margin-left: 5%;
}

.date_time+p {
  margin-left: 5%;
}

.car_list_about {
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 3%;
}

.car_list_about>img {
  width: 45%;
}

.car_list_about>p {
  width: 50%;
}


.car_list_about ul {
  width: 45%;
  background: #eee;
  padding: 3%;
  box-sizing: border-box;
}

.car_list_about ul li {
  list-style: none;
  font-size: 90%;
}

.car_img_flex {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
}

.car_img_flex2 {
  width: 95%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  justify-content: space-between;
}

.car_img_flex dl {
  width: 33.333%;
  margin: 0 0 5% 0;
  text-align: center;
  line-height: 1.6;
}

.car_img_flex2 dl {
  width: 48%;
}

.car_img_flex.car_length dl dt {
  min-height: 180px;
}

.car_img_flex.car_length img {
  width: 80%;
  margin: 0 auto;
}

.transfer_ban {
  text-align: center;
}

.transfer_ban .mark {
  font-size: 150%;
  font-weight: bold;
}

.transfer_ban img {
  width: 100%;
  max-width: 900px;
  margin: 2% auto;
}

.bus_route {
  margin-bottom: 2%;
  text-align: center;
}

.bus_route dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 3% 15px;
  box-sizing: border-box;
  border-bottom: 2px dotted #999;
  font-size: 110%;
  margin-bottom: 15px;
}

.bus_route dl dt {
  width: 120px;
  text-align: center;
}

.bus_route dl dt span {
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  display: block;
}

.bus_route dl dt.bus_hanshin span {
  background: #00a82c;
  color: #fff;
}

.bus_route dl dt.bus_amadora span {
  background: #ffff33;
}

.bus_route dl dd {
  width: calc(100% - 140px);
  text-align: left;
  padding: 5px 0;
  font-weight: bold;
}

.bus_route .red_btn a {
  font-size: 120%;
  font-weight: bold;
  padding: 2.5% 7% 2.5% 5%;
  text-align: center;
  margin: 3% auto;
}

.bus_route .red_btn a::after {
  top: 35%;
  right: 8%;
}

.bus_route_img>div {
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  margin: 0 auto;
}

.bus_route_img>div dl {
  width: 47%;
}

.bus_route_img p {
  text-align: center;
  margin: 2% auto;
}

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

.list_kome li {
  text-indent: -1em;
  padding-left: 1em;
}

.list_kome li::before {
  content: '※';
}

.carlist {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 7%;
}

.carlist dl {
  width: 23%;
  margin: 0 2.666% 5% 0;
}

.carlist dl:nth-child(4n) {
  margin: 0 0 3% 0;
}

@media screen and (max-width: 1000px) {
  .carlist dl {
    width: 31%;
    margin: 0 3.5% 5% 0;
  }

  .carlist dl:nth-child(4n) {
    margin: 0 3.5% 5% 0;
  }

  .carlist dl:nth-child(3n) {
    margin: 0 0 3% 0;
  }
}

.carlist dl a {
  display: block;
  text-align: center;
}

.carlist dl a img {
  margin-bottom: 2%;
}

.carlist dl a dd {
  font-size: 110%;
}

.carlist dl a dd span {
  display: inline-block;
  min-width: 150px;
  color: #fff !important;
  padding: 5px 20px;
  text-align: center !important;
  background: #ff0000;
  font-size: 80%;
  margin: 2% auto;
}

.carlist dl a:link,
.carlist dl a:visited {
  color: #000 !important;
  text-decoration: none !important;
}

.carlist dl a:hover,
.carlist dl a:active {
  color: #666 !important;
}

.carlist dl a:hover {
  transform: scale(1.1);
}

.carlist_ban li {
  width: 48%;
}

.carlist_ban a {
  display: block;
}

.carlist_ban a:hover {
  transform: scale(1.1);
}

.carlist_ban a:hover {
  background-color: #ffcacc;
}

#corporate #read p {
  max-width: 950px;
  margin: 0 auto;
  font-size: 110%;
}

.corporate_anc {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5% auto 2%;
}

.corporate_anc li {
  width: 31%;
  max-width: 300px;
}

.corporate_anc li a {
  min-height: 90px;
  background: #e60012;
  padding: 7% 10px 7% 20px;
  font-size: 110%;
  position: relative;
  color: #fff !important;
  text-decoration: none !important;
  margin-bottom: 5%;
  line-height: 1.4;
  align-items: center;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}

.corporate_anc li a::after {
  content: '';
  width: 15px;
  height: 11px;
  position: absolute;
  top: 40%;
  left: 8%;
  margin: auto;
  box-sizing: border-box;
  border: 7px solid transparent;
  border-top: 8px solid #fff;
}

.corporate_anc li a:hover {
  transform: scale(1.1);
}

.col_corpo {
  width: 97%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 5%;
}

.col_corpo>div:nth-child(1) {
  width: 67%;
}

.col_corpo .red_btn a {
  font-size: 110%;
  padding: 4% 5% 4% 8%;
}

.col_corpo .red_btn a::after {
  left: 8%;
  right: unset;
  top: 35%;
}

.col_corpo>div:nth-child(2) {
  width: 30%;
  text-align: center;
}

.col_corpo>div:nth-child(2) img {
  margin-bottom: 20px;
}

.bg_pink {
  background: #f9efef;
  padding: 2%;
  box-sizing: border-box;
}

.bg_pink h4 {
  color: #e60012;
  font-size: 140%;
  box-sizing: border-box;
  border-bottom: 2px dotted #e60012;
  padding: 0 10px;
  margin-bottom: 3%;
  font-weight: bold;
}

.col_corpo .bg_pink p {
  font-size: 115%;
  box-sizing: border-box;
  padding: 0 10px;
  font-weight: bold;
}

.col_corpo ul {
  margin-bottom: 1em;
}

.col_corpo ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.col_corpo .h4_pink {
  background: #f9efef;
  padding: 1% 20px;
  box-sizing: border-box;
  color: #e60012;
  font-size: 140%;
  font-weight: bold;
  margin: 5% 0 3%;
}

.col_corpo .h4_pink+div {
  width: 97%;
  margin: 0 auto;
}

.col_corpo ol {
  padding-left: 25px;
}

.col_corpo dl {
  margin: 0 auto 5%;
}

.col_corpo dl dt {
  font-size: 110%;
  font-weight: bold;
  color: #e60012;
}

.col_corpo dl dd {
  display: block;
  padding-left: 1.3em;
  box-sizing: border-box;
  margin-bottom: 4%;
}

.col_corpo a[href*='tel:'] {
  color: #000 !important;
  text-decoration: none !important;
}

.img_border {
  border: 1px solid #ccc;
}

.col_benefit {
  margin-bottom: 0;
}

.col_benefit>div:nth-child(1) {
  width: 57%;
}

.col_benefit>div:nth-child(2) {
  width: 40%;
  text-align: center;
}

.col_benefit .mark {
  font-size: 120%;
  margin-bottom: 1em;
  font-weight: bold;
}

.col_benefit .red_btn {
  margin-top: 5%;
}

.bene_box {
  width: 97%;
  margin: 0 auto;
}

.bene_box ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

.bene_box dl dt {
  min-width: 240px;
  font-size: 130%;
  color: #ff000a;
  border: 2px solid #ff000a;
  padding: 1% 2%;
  text-align: center;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
}

.bene_box dl dd {
  display: block;
  margin-left: 15px;
  margin-bottom: 5%;
  font-size: 120%;
}

.bene_box dl dd span {
  color: #ff000a;
}

.read_gakuwari {
  text-align: center;
}

.read_gakuwari img {
  margin-bottom: 3%;
  display: block;
}

.read_gakuwari p {
  text-align: center;
  font-weight: bold;
}

.gakuwari_block {
  margin-top: -7%;
}

.gakuwari_block>p:nth-of-type(1) {
  text-align: center;
  font-size: 110%;
}

.gakuwari_block h4 {
  width: 300px;
  position: relative;
  margin: 30px auto;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
}

.gakuwari_block h4:before,
.gakuwari_block h4:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #eb050e;
}

.gakuwari_block h4:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.gakuwari_block h4:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.gakuwari_block h4 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.5rem 2rem;
  color: #fff;
  background: #ff000a;
  box-sizing: border-box;
  border-left: 0;
}

.gakuwari_block h4 span:before,
.gakuwari_block h4 span:after {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #b70505 transparent transparent transparent;
}

.gakuwari_block h4 span:before {
  left: -3px;
  border-width: 10px 0 0 10px;
}

.gakuwari_block h4 span:after {
  right: -3px;
  border-width: 10px 10px 0 0;
}

.gakuwari_block_list {
  max-width: 850px;
  margin: 2% auto;
  border: 2px solid #f1dee0;
  border-radius: 10px;
  background: #fff8f8;
}

.daigaku_list {
  width: 90%;
  margin: 3% 0 3% 10%;
  display: flex;
  flex-wrap: wrap;
}

.daigaku_list li {
  width: 30%;
  font-size: 90%;
  margin-bottom: 5px;
}

.gakuwari_entry {
  text-align: center;
}

.gakuwari_entry>p {
  text-align: center;
  font-size: 160%;
  font-weight: bold;
  margin: 0 auto;
}

.tp_mgn001{
margin-top:25px;
}

.gakuwari_entry .red_btn a {
  padding: 1.5% 5% 1.5% 4%;
  margin: 1.5% 1% 1.5%;
}

.gakuwari_entry .red_btn a::after {
  top: 33%;
}

.gakuwari_flow {
  text-align: center;
  margin: 2% auto 5%;
}

.gakuwari_flow a {
  display: inline-block;
  padding: 1.5% 5%;
  box-sizing: border-box;
  font-size: 120%;
  text-align: center;
  background: #fff;
  border: 3px solid #ff000a;
  font-weight: bold;
  text-decoration: none !important;
  transition: all 0.5s;
}

.gakuwari_flow a:hover {
  background: #f9efef;
}

.contact_tel a {
  font-size: 160%;
  font-weight: bold;
}

.p_colspan {
  background: #f1dee0;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
  text-align: center;
  margin-bottom: 0;
}

.tbl_rowspan {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.dd_category label {
  width: 48%;
  display: inline-block;
}

.mwform-radio-field {
  margin-left: 0 !important;
}

.app_red {
  margin-top: 1em !important;
  color: #ff000a;
}

.app_block .red_btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  margin: -5% auto 5%;
}

.app_block .red_btn a {
  width: 31%;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  padding: 2% 5% 2% 3%;
  align-items: center;
  box-sizing: border-box;
  line-height: 1.4;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 860px) {
  .app_block .red_btn a {
    width: 48%;
    margin-bottom: 3%;
  }
}

.app_block .red_btn a span {
  display: block;
  font-size: 75%;
  font-weight: normal;
}

.app_block .red_btn a::after {
  top: 40%;
}

#contact_area {
  max-width: 1000px;
  margin: 2% auto;
  border: 2px solid #f1dee0;
  border-radius: 10px;
  background: #fff8f8;
  display: flex;
  padding: 3% 3%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#contact_area>div {
  width: 45% !important;
}

.app_read div:nth-of-type(1) {
  text-align: center;
}

.app_read div:nth-of-type(1) p:first-child {
  font-size: 120%;
  font-weight: bold;
}

.app_read div:nth-of-type(1) i {
  font-size: 200%;
}

#form_block {
  margin: -5% auto 5%;
}

#form_block .col_1 {
  margin-top: 10%;
}

.under_form {
  background: #eee;
  padding: 5% 3% 3%;
  box-sizing: border-box;
  border-radius: 10px;
}

.under_form>p {
  text-align: center;
}

#form_block .red {
  text-align: center;
  font-size: 110%;
}

.form_info {
  max-width: 650px;
  margin: 2% auto 7%;
  border: 2px solid #f1dee0;
  border-radius: 10px;
  background: #fff8f8;
  padding: 5% 5% 3%;
}

.form_info p span {
  display: inline-block;
  padding: 5px 15px;
  background: #e17878;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 860px) {
  #contact_area>div {
    width: 90% !important;
    max-width: 400px;
    margin: 0 auto 3%;
    text-align: center;
  }
}

#contact_area h4 {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px;
}

#contact_area .font-number {
  font-size: 360%;
  margin-bottom: 10px;
}

#contact_area a {
  text-decoration: none !important;
}

#contact_area #top_about_btn>p {
  font-size: 140%;
}

#contact_area #top_about_entry i {
  color: #e60012;
  background: #fff;
  padding: 10px;
  border-radius: 30px;
  display: inline-block;
  font-size: 100%;
  position: absolute;
  top: 10%;
  left: 10%;
}

#contact_area .fa-question {
  padding: 10px 12px !important;
}

#contact_area #top_about_entry a {
  padding: 10px 0 10px 10px;
  font-size: 120%;
  margin-bottom: 10px;
}

.opencampus_red {
  color: #ff000a;
  font-weight: bold;
  background: #ffeeef;
  padding: 20px 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 5%;
  font-size: 120%;
}

/* フォーム */
.no-confirm dd img{
max-width:250px;
height:auto;
}

.kakunin_form .no-confirm{
display:none;
}

.contact_form {
  max-width: 800px;
  margin: 40px auto;
}

.form_btn {
  text-align: center;
  margin: 40px 0;
}

.form_btn .input-btn01,
.form_btn .input-btn02 {
  margin: 0 auto;
}

input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}

.info-txt {
  padding: 20px;
  background: #e5e6e5;
}

.color03 {
  color: #f16464;
}

.color04 {
  color: #4ea831;
}

.contact-dl {
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: solid 1px #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.contact-dl dt {
  vertical-align: top;
  width: 250px;
  display: inline-block;
  margin-right: 20px;
}

.contact-dl dd {
  width: 500px;
  display: inline-block;
  vertical-align: top;
}

.radio-span {
  display: block;
  margin-bottom: 10px;
}

.radio-span input {
  vertical-align: middle;
  margin-right: 6px;
}

.komoku {
  float: left;
  width: 175px;
  display: inline-block;
  margin-top: 0em;
}

.must {
  font-size: 13px !important;
  float: right;
  display: inline-block;
  color: #fff;
  background: #f16464;
  width: 60px;
  line-height: 1;
  text-align: center;
  padding: 0.5em 0;
}

input[type='text'],
input[type='email'],
select,
textarea {
  width: 100%;
  padding: 0.6em;
  outline: none;
  border: 1px solid #ddd;
  font-size: 15px;
  background: #eeeeee;
  box-sizing: border-box;
}

.sex select,
.date select {
  width: 80px !important;
  margin-right: 10px !important;
  display: inline-block !important;
}

.date input[type='text'] {
  width: 40px !important;
  margin-right: 5px !important;
  display: inline-block !important;
}

.add input[type='text']:nth-of-type(1) {
  width: 110px;
  display: inline-block;
  margin: 0 5px 3%;
}

.add select:nth-of-type(1) {
  width: 180px;
}

.form_note {
  font-size: 90%;
}

.input-zip {
  width: 100px;
  padding: 0.6em;
  outline: none;
  border: 1px solid #ddd;
  font-size: 15px;
  background: #eeeeee;
  box-sizing: border-box;
  margin-right: 10px;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

.license label {
  min-width: 48%;
  display: inline-block;
}

.license.l_request p:nth-child(2n-1) {
  font-size: 100% !important;
  font-weight: normal !important;
  margin: 1em 0 0 !important;
}

.license.l_request p:first-child {
  margin: 0 !important;
}

.input-box01 {
  width: 100%;
}

.input-box01c {
  width: 100% !important;
  margin-bottom: 8px !important;
}

.zip {
  width: 150px;
  border: solid 1px #ccc !important;
  padding: 7px 6px;
  background: #eeeeee;
}

.add-txt {
  display: inline-block;
  width: 9.4em;
}

.ml5 {
  margin-left: 5px;
}

.mwform-radio-field {
  margin: 0 15px;
}

.input-box02 {
  width: 100%;
  height: 200px;
}

.input-box03 {
  margin-top: -25px;
}

.input-btn01 {
  font-size: 16px;
  display: inline-block;
  padding: 1em 2em;
  color: #fff;
  background-color: #ff000a;
  border-radius: 6px !important;
  transition: all 0.5s;
}

.input-btn01:hover {
  background-color: #ff8387;
}

.input-btn02 {
  font-size: 16px;
  display: inline-block;
  padding: 1em 2em;
  color: #fff;
  background: #888;
  margin-right: 30px !important;
  border-radius: 6px !important;
}

.input-btn02:hover {
  background: #ccc;
}

.confirm-p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.cr02 {
  color: #ff0000;
}

/* エラー吹き出し */
.error {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0.5em 1.5em;
  color: #fff !important;
  border-radius: 6px;
  background: #f16464;
  font-size: 1.4rem;
  margin-top: 12px;
  width: 200px;
  text-align: center;
}

.error::before {
  content: '';
  position: absolute;
  left: 64px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #f16464;
  border-left: 15px solid transparent;
}

.input-box01b {
  width: 5em;
}

.contact-dl select {
  border: solid 1px #ccc;
  margin-bottom: 3%;
}

.input_select {
  padding: 7px 6px !important;
  font-size: 100%;
}

.bg-type01 {
  background: #fbedef;
}

.bg-type02 {
  background: #f0fcee;
}

.confirm .no-confirm {
  display: none;
}

.form-btn {
  margin-top: 20px;
  margin-bottom: 40px;
}

.error-message {
  width: 90%;
  background: #fbedef;
  padding: 3% 5%;
  color: red;
  text-align: center;
}

.confirm,
.thanks-message {
  width: 90%;
  background: #cfebf6;
  padding: 3% 5%;
  text-align: center;
}

.kakunin-wrap .kakunin_off {
  display: none;
}

.people input {
  width: 60px;
  margin-right: 5px;
}

.p_colspan span {
  color: #ff000a;
}

.p_colspan_l {
  font-size: 80%;
  padding: 15px 5%;
  box-sizing: border-box;
  text-align: left;
}

.p_colspan_l span {
  font-size: 130%;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  border-bottom: 1px solid #ff000a;
}

.time_tbl dd>span {
  display: inline-block;
  width: 48%;
}

.tbl_rowspan.date {
  padding-bottom: 0;
}

.pre_date {
  background: #eee;
  padding: 5px 0;
  text-align: center;
  margin: 0 auto 0;
}

.dd_time>span {
  display: inline-block;
}

.dd_time>span:nth-child(1) {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
  margin-top: 25px;
}

.dd_time>span:nth-child(1)::before {
  content: '【午前コース】';
  position: absolute;
  top: -25px;
  left: 0;
}

.dd_time>span:nth-child(2) {
  position: relative;
}

.dd_time>span:nth-child(2),
.dd_time>span:nth-child(3),
.dd_time>span:nth-child(4),
.dd_time>span:nth-child(5) {
  width: 100px;
}

.dd_time>span:nth-child(2)::before {
  content: '【午後コース】';
  position: absolute;
  white-space: nowrap;
  top: -25px;
  left: 0;
}

.dd_time>span:nth-child(6) {
  width: 100%;
  position: relative;
  margin-top: 35px;
}

.dd_time span:nth-child(6)::before {
  content: '【夜間コース】';
  position: absolute;
  top: -25px;
  left: 0;
}

.expo_ban{
width:30%;
}

.expo_ban img{
width:100%;
height:auto;
}