@charset "UTF-8";
/* 編集用の変数をまとめたファイル
基本的にここを編集する（対応できなかった場合には基本ファイルを編集する */
/*
 * 編集用の変数をまとめる
 *----------------------------------------*/
/* ------- 画像 ホバーエフェクト ----------------　*/
@media screen and (min-width: 1025px) {
  a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
/* ------- テキスト スタイル ----------------　*/
.err {
  font-size: 12px;
  color: #ff5500;
}

/* clearfix --------------------*/
.cf:after {
  display: block;
  clear: both;
  content: "";
}

/* -------------------- clearfix */
/* ------- 電話番号のリンクをPCで無効に ----------------　*/
a[href*="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}
/* ------- 初期設定 ----------------　*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, img,
small, strong, b, i,
dl, dt, dd, ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, th,
article, aside, canvas, figure, figcaption,
header, footer, nav, section,
time, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

div, span, iframe,
h1, h2, h3, h4, h5, p, blockquote, pre,
a, address, em, img,
small, strong, b, i,
dl, dt, dd, ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, th,
article, aside, canvas, figure, figcaption,
header, footer, nav, section,
time, video {
  font-size: 100%;
}

div, article, aside, figcaption, figure,
header, footer, nav, section {
  display: block;
}

/* text */
em {
  font-style: normal;
}

/* images */
figure {
  max-width: 100%;
  text-align: center;
}

figcaption {
  text-align: center;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* list */
ul, ol {
  list-style: none;
}

dt {
  font-weight: bold;
  margin-bottom: 1rem;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th, td {
  padding: 0;
  text-align: left;
  vertical-align: middle;
  border: none;
}

select option {
  padding: 　0 5px;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #A9A9A9;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #A9A9A9;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #A9A9A9;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #A9A9A9;
}

label {
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
}

input[type=submit] {
  padding: 0.1em;
}

input[type=submit],
button {
  line-height: 1;
  cursor: pointer;
}

select {
  cursor: pointer;
}

/* ==================== header ==================== */
/* ------------------------------

layout

------------------------------ */
.pageHeader {
  width: 100%;
}

.headerInner {
  position: relative;
  padding: 0;
  width: 100%;
}

.headerInner:after,
.pageNav:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 1025px) {
  .headerInner {
    margin: 0 auto;
    width: 1200px;
  }
}
@media screen and (min-width: 769px) {
  .pageHeader {
    position: relative;
    z-index: 2000;
  }
  .headerInner {
    margin: 0 auto;
  }
}
/* --------------------

logo

-------------------- */
.headerLogo {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .headerLogo {
    /*margin-top: 15px;
    margin-left: 10px;*/
  }
  .headerLogo img {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .headerLogo img {
    height: auto;
  }
}
@media screen and (max-width: 428px) {
  .headerLogo img {
    width: 100px;
  }
}
/* --------------------

headerContact

-------------------- */
.headerTel {
  position: absolute;
  right: 0;
  top: 4rem;
}

.headerRecruit a.generalBtn:after,
.headerFormmail a.generalBtn:after,
.headerMypage a.generalBtn:after {
  display: none;
}

.headerContact {
  display: inline-block;
  float: right;
  vertical-align: bottom;
  text-align: right;
}

.tel-link,
.headerContact dd a {
  font-size: 24px;
}

.headerTel,
.headerContact dl,
.headerContact ul {
  display: inline-block;
  vertical-align: top;
}

.headerContact dt,
.headerContact dd {
  line-height: 1.2;
  text-align: left;
  font-weight: normal;
}

.headerContact dl {
  /*padding-right: 10px;*/
  margin-bottom: 5px;
}

.headerContact dt {
  font-weight: bold;
  font-size: 12px;
}

.headerContact dt br {
  display: none;
}

.headerContact dd {
  font-size: 12px;
}

.tel-link,
.headerContact dd a {
  font-weight: bold;
  text-decoration: none;
  color: #d71e1a;
}

.headerContact ul li {
  display: inline-block;
  vertical-align: middle;
}

.headerFormmail a.generalBtn,
.headerRecruit a.generalBtn,
.headerMypage a.generalBtn {
  background: #fd9c97;
}

/*
.headerFormmail a.generalBtn:active,
.headerRecruit a.generalBtn:active,
.headerMypage a.generalBtn:active {
	top: 2px;
}*/
@media screen and (min-width: 769px) {
  .headerContact ul li a {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    width: 150px;
    height: 35px;
    font-size: 1em;
    font-weight: bold;
    line-height: 38px;
    color: #FFF;
    text-decoration: none;
    margin-bottom: 0;
    padding: 0;
  }
  .headerRecruit a:before {
    content: "\f040";
    padding-right: 0.5em;
    font: normal normal normal 20px/1.5 Fontawesome;
  }
  .headerFormmail a:before {
    content: "\f095";
    padding-right: 0.5em;
    font: normal normal normal 20px/1.5 Fontawesome;
  }
  .headerMypage a:before {
    content: "\f007";
    padding-right: 0.5em;
    font: normal normal normal 20px/1.5 Fontawesome;
  }
  dd.headerTelOpen {
    padding-left: 5em;
    text-indent: -5em;
  }
  .tel-link,
  .headerContact dd a {
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
  }
}
/*
@media screen and (min-width: 769px) and (max-width: 900px)  {
	.headerContact ul {
		width: 140px;
	}

	.headerContact ul li {
		margin: 0;
	}

	.headerContact ul li:first-child {
		margin-bottom: 5px;
	}
}
*/
@media screen and (max-width: 1024px) {
  .headerInner {
    padding-bottom: 2px;
  }
  .headerContact dt br {
    display: block;
  }
  .headerTelOpen {
    display: none;
  }
  .headerContact {
    text-align: center;
    width: 100%;
  }
  .headerContact ul li {
    margin: 0;
  }
  .headerFormmail a,
  .headerMypage a {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    background-size: 20px;
    border-radius: 4px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .headerFormmail a:before,
  .headerMypage a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    margin: auto;
    color: #FFF;
    font: normal normal normal 20px/1 Fontawesome;
    z-index: 100;
    text-align: center;
    text-indent: 0;
    display: block;
  }
  .headerFormmail a:before {
    content: "\f0e0";
  }
  .headerMypage a:before {
    content: "\f007";
  }
  .headerMypage a.generalBtn,
  .headerFormmail a.generalBtn {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .headerMypage a.generalBtn:after,
  .headerFormmail a.generalBtn:after {
    display: none;
  }
  .headerMypage a.generalBtn:active,
  .headerFormmail a.generalBtn:active {
    top: 0;
  }
  .headerTel figure,
  .headerBtn {
    display: none !important;
  }
}
@media screen and (max-width: 550px) {
  .headerTel,
  .headerContact dl,
  .headerContact ul {
    vertical-align: top;
  }
  .headerContact dt, .headerTelOpen, .headerTelNum span {
    display: none;
  }
  .headerContact dl {
    margin-bottom: 6px;
  }
  /*.headerContact dt ,*/
  .headerTelNum {
    display: inline-block;
    vertical-align: middle;
  }
  .headerTelNum a,
  .headerTelNum b {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    background-color: #d71e1a;
    background-size: 20px;
    border-radius: 4px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    /*box-shadow: 0px 3px 0px 0px #cf5700;*/
  }
  .headerTelNum a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    margin: auto;
    color: #FFF;
    font: normal normal normal 20px/1 Fontawesome;
    content: "\f095";
    z-index: 100;
    text-align: center;
    text-indent: 0;
    display: block;
  }
}
@media screen and (max-width: 375px) {
  /*
  .headerContact {
  	padding-right: 43px;
  }
  */
  .headerTelNum a,
  .headerTelNum b {
    position: relative;
    width: 35px;
    height: 35px;
  }
  .headerContact a.generalBtn,
  .headerContact .generalBtn {
    width: 35px;
    height: 35px;
  }
  .headerContact {
    font-size: 70%;
    line-height: 1.2em;
    padding-top: 0.5em;
    width: 90%;
  }
}
.slider {
  height: 100%;
}

/* ------------------------------

fukidashi

------------------------------ */
.topRec {
  position: absolute;
  top: 36rem;
  right: 14rem;
  -webkit-animation: key1 0.3s ease infinite alternate;
          animation: key1 0.3s ease infinite alternate;
}

@-webkit-keyframes key1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes key1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media screen and (max-width: 1024px) {
  .topRec {
    display: none;
  }
}
/* ------------------------------

nav

------------------------------ 



.navInner {
	position: relative;
	margin: 0 auto;
	width: auto;
}

.navInner:after {
	content: "";
	clear: both;
	display: block;
}

@media screen and (min-width: 769px) {
	.pageNav {
		position: relative;
		z-index: 2000;
	}
}


@media screen and (max-width: 768px) {
	.pageNav {

	}
}
*/
/* ------------------------------

nav sp

------------------------------ */
nav.globalMenuSp {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #efefef;
  margin: 0 auto;
  padding-bottom: 1em;
  width: 100%;
  border-bottom: none;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 1em 0;
  width: 100%;
  border-bottom: 1px dotted #333;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/*
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 */
nav.globalMenuSp.active {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.navToggle {
  display: block;
  position: fixed;
  right: 13px;
  top: 1.6em;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3000;
  background: #fd9c97;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #fff;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 14px;
}

.navToggle span:nth-child(2) {
  top: 23px;
}

.navToggle span:nth-child(3) {
  top: 32px;
}

.navToggle.active span:nth-child(1) {
  top: 23px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@media screen and (min-width: 1025px) {
  .navToggle {
    display: none;
  }
}
/* ------------------------------

nav main

------------------------------ */
.navInner li:first-child {
  border-left: none;
}

.navInner ul {
  margin-top: 2rem;
}

.navInner li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px dotted #333;
}

.navInner li a {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  padding-bottom: 0.2em;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fdd2ce), color-stop(50%, transparent)) 100% bottom/200% 50% no-repeat;
  background: linear-gradient(to right, #fdd2ce 50%, transparent 50%) 100% bottom/200% 50% no-repeat;
  -webkit-transition: background-position 0.5s ease-out;
  transition: background-position 0.5s ease-out;
}

.navInner li a:hover {
  background-position: 0% bottom;
}

.topnavi a:before {
  font: normal normal normal 18px/1.5 Fontawesome;
  content: "\f015";
}

@media screen and (max-width: 1024px) {
  .navInner {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .navInner {
    margin: 0 auto;
    width: 1200px;
  }
  .navInner ul {
    width: 1200px;
  }
  .navInner ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .navInner li {
    float: left;
  }
  .navInner li a {
    color: #333;
    padding: 0 2.5em;
  }
  /*
  	.navInner li a {
  		text-indent: 105%;
  		white-space: nowrap;
  		overflow: hidden;
  		background-image: url(../images/nav.png);
  		background-repeat: no-repeat;
  	}

  	.navInner li:nth-child(1) a { background-position: 0 0; }
  	.navInner li:nth-child(2) a { background-position: -192px 0; }
  	.navInner li:nth-child(3) a { background-position: -384px 0; }
  	.navInner li:nth-child(4) a { background-position: -576px 0; }
  	.navInner li:nth-child(5) a { background-position: -768px 0; }
  */
  .navInner li a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .navInner ul {
    display: table;
    width: 100%;
  }
  .navInner li {
    display: table-cell;
    width: auto;
  }
}
/* ------------------------------

dropdown menu

------------------------------ */
@media screen and (min-width: 769px) {
  #panel-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /*
  #panel-btn {
  	position: absolute;
  	right: 5px;
  	top: 10px;
  	width: 40px;
  	height: 40px;
  	line-height: 40px;
  	display: block;
  	text-align: center;
  	color: #FFF;
  	font-weight: bold;
  	font-size: 11px;
  	text-decoration: none;
  	border-radius: 4px;
  	box-shadow: 0px 3px 0px 0px #cf5700;
  	background: #fd9c97;
  }

  #panel {
  	display: none;
  	position: absolute;
  	top: 50px;
  	left: 0;
  	width: 100%;
  	background: #f5f5f5;
  	border: 3px solid #999;
  	z-index: 2000;
  	box-sizing: border-box;
  }*/
  .navInner li {
    position: relative;
    font-size: 12px;
    width: 100%;
    text-align: left;
    border-top: 1px solid #CCC;
  }
  .navInner li a {
    display: block;
    width: 100%;
    padding: 15px 15px 15px 5px;
    color: #222;
    line-height: 1.5;
    text-decoration: none;
  }
  .navInner li:before {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    font: normal normal normal 12px/1 Fontawesome;
    content: "\f0da";
  }
}
@media screen and (max-width: 480px) {
  #panel-btn {
    top: 10px;
  }
}
@media screen and (max-width: 375px) {
  #panel-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: 10px;
  }
}
/* ==================== footer ==================== */
/* ------------------------------

 totop

------------------------------ */
.toTop {
  clear: both;
  /*display: none;*/
}

.toTop p {
  text-align: right;
}

.toTop p span {
  position: relative;
  padding: 5px 10px 10px;
  cursor: pointer;
  /*font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;*/
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -0.1em;
  display: inline-block;
}

.toTop p span:before {
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 12px/1 Fontawesome;
  content: "\f062";
}

@media screen and (min-width: 1201px) {
  .toTop {
    margin: 0 auto;
    width: 1200px;
  }
}
/* ------------------------------

 footer

------------------------------ */
.pageFooter {
  margin: 0 auto;
  width: 100%;
  clear: both;
  background: url("../images/footerBk.jpg");
}

.footerInner {
  padding: 15px 0;
  margin: 0 auto;
}

.footerInner:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 1201px) {
  .footerInner {
    position: relative;
    width: 1200px;
  }
}
/* ------------------------------

 footer company

------------------------------ */
.footerCompany {
  position: relative;
  /*width: 50%;*/
  /*width: auto;
  float: left;*/
  overflow: hidden;
  margin: 1rem 0;
  display: inline-block;
  vertical-align: middle;
}

.footerCompany img {
  width: 100px;
  margin-right: 1rem;
}

.footerCompany dl {
  font-size: 100%;
  display: inline-block;
  vertical-align: middle;
}

.footerCompany dl .footerCompanyTel {
  padding-left: 5.5em;
  text-indent: -5.5em;
}

.footerCompanyFb {
  padding-top: 5px;
}

.footerCompanyFb img {
  max-width: 180px;
}

/*
.footerCompanyTel {
	display: inline-block;
}

.footerCompanyTel dl {
	margin: 0 10px 10px 0;
	display: inline-block;
}

.footerCompanyTel dt ,
.footerCompanyTel dd {
	font-size: 12px;
	line-height: 1.5;
}

.footerCompanyTel dt span {
	display: inline-block;
}

.footerCompanyTel dd b {
	font-size: 16px;
	color: #e16b15;
}
*/
@media screen and (max-width: 1024px) {
  .footerCompany {
    padding: 10px;
  }
  .footerCompany dl {
    font-size: 90%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footerCompany {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .footerCompany {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footerCompany h3 {
    margin-bottom: 10px;
  }
  .footerCompany dl .footerCompanyTel {
    padding-left: 0;
    text-indent: 0;
  }
  dd.footerCompanyTel span {
    display: block;
  }
}
/* ------------------------------

 footer nav

------------------------------ */
.footerNav {
  width: 50%;
  float: right;
  text-align: right;
}

.footerNav ul {
  display: inline-block;
  width: 34%;
  vertical-align: top;
}

.footerNav li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 8px;
  font-size: 14px;
  text-align: left;
}

.footerNav li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  font: normal normal normal 11px/1 Fontawesome;
  content: "\f105";
  color: #fd8174;
}

.footerNav li a {
  color: #222;
  text-decoration: none;
}

.footerNav li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footerNav {
    width: 44%;
  }
  .footerNav ul {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .footerNav {
    float: none;
    margin-bottom: 10px;
    width: auto;
    border: 0;
    border-bottom: 1px solid #CCC;
  }
}
/* ------------------------------

 copyright

------------------------------ */
.copyright {
  padding: 10px 0;
  clear: both;
  background-color: #fd8174;
}

.copyright p {
  font-size: 0.8rem;
  text-align: center;
  color: #fff;
}

/* ==================== ページ ==================== */
/*
===== site　setting ===========================
*/
html {
  overflow: auto;
}

body {
  font-size: 16px;
  /*font-size: 87.5%;*/
  background: #fbfbf4;
  line-height: 1.5;
  color: #666;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body,
body button,
body select,
body textarea,
body input {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif;
}

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

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

a:hover {
  color: #5992db;
  text-decoration: underline;
}

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

.cf:after {
  display: block;
  clear: both;
  content: "";
}

.err {
  font-size: 12px;
  color: #ff5500;
}

/* ======================================== layout ======================================== */
.contents:after {
  content: "";
  clear: both;
  display: block;
}

.contents {
  margin: 0 auto;
  width: 1200px;
}

.main {
  width: 68%;
}

.sub {
  width: 28%;
}

#index01 {
  margin: 6rem auto;
}

.index02 {
  margin: 2rem auto;
}

@media screen and (max-width: 1024px) {
  .contents,
  .indexPlace,
  .indexLecture,
  .indexMovie,
  .indexBtm {
    margin: 2rem auto;
    width: 90%;
  }
  .main {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub {
    width: 90%;
    margin: 0 auto;
  }
  .sub ul li {
    width: 48%;
  }
  .sub:after {
    content: "";
    clear: both;
    display: block;
  }
  /*
  	#index01{
  		width: 90%;
  	}
  	*/
}
@media screen and (max-width: 768px) {
  #index01 {
    margin: 4rem auto;
    width: 90%;
  }
}
@media screen and (max-width: 428px) {
  .main {
    width: 100%;
    margin: 0 auto 4rem;
  }
  #index01 {
    width: 90%;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
}

.wr {
  -ms-flex-flow: row wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sbt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mb1em {
  margin-bottom: 1em;
}

@media screen and (max-width: 420px) {
  .flex {
    display: block;
  }
  .sub ul li {
    width: 100%;
  }
}
/* ======================================== 見出し ======================================== */
/* ------------------------------

 title

------------------------------ */
.title {
  padding: 10rem 0;
  background: url(../images/about_title_bg.jpg) center right no-repeat;
  color: #fff;
  font-size: 3em;
  text-align: center;
}

@media screen and (max-width: 1025px) {
  .title {
    padding: 200px 0;
    margin-bottom: -2em;
  }
}
@media screen and (max-width: 768px) {
  .title {
    padding: 7rem 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 428px) {
  .title {
    padding: 3rem 0;
  }
  .title h2 {
    font-size: 0.4em;
    padding-left: 3em;
  }
}
/* ------------------------------

 h1

------------------------------ */
h1 {
  color: #333;
  font-weight: normal;
  font-size: 80%;
  display: inline;
}

h1 br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .contents h1 {
    /*margin-bottom: 0;*/
  }
}
@media screen and (max-width: 768px) {
  h1 {
    background-size: auto 30px;
  }
  h1 span {
    height: 30px;
    background-size: auto 18px;
  }
}
@media screen and (max-width: 428px) {
  h1 {
    font-size: 70%;
    line-height: 0.8em;
  }
  h1 br {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
#about .title {
  background: url(../images/aboutImg01.png) center center no-repeat;
}

#formmail .title {
  background: url(../images/formImg01.png) center center no-repeat;
}

#characteristic .title {
  background: url(../images/charaImg01.png) center center no-repeat;
}

#first .title {
  background: url(../images/firstImg01.png) center center no-repeat;
}

#school .title {
  background: url(../images/scImg01.png) center center no-repeat;
}

#company .title {
  background: url(../images/companyImg01.png) center center no-repeat;
}

#lecture .title {
  background: url(../images/lectureImg01.png) center center no-repeat;
}

#privacy .title {
  background: url(../images/privacyImg01.png) center center no-repeat;
}

#topics .title {
  background: url(../images/topicsImg01.png) center center no-repeat;
}

#tusyo .title {
  background: url(../images/tusyoImg01.png) center center no-repeat;
}

#recruit .title {
  background: url(../images/recruitImg01.png) center center no-repeat;
}

#faq .title {
  background: url(../images/faqImg01.png) center center no-repeat;
}

.title {
  background-size: contain !important;
}

/*
@media screen and (max-width: 768px) {
	#about .title, 	#formmail .title,
	#characteristic .title, #first .title,
	#school .title, #company .title,
	#lecture .title, #privacy .title,
	#topics .title, #tusyo .title,
	#recruit .title, #faq .title {
		background: url(../images/title_sp_bg.jpg) center right no-repeat;
	}
}
*/
/* ------------------------------

 h2,h3,h4

------------------------------ */
h2 {
  position: relative;
  font-size: 0.8em;
  margin-top: 1em;
  color: #fff;
}

/*
h2:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	width: 4px;
	height: 30px;
	background: #F7A141;
}


h2 a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	padding: 5px 5px 15px;
	display: inline-block;
	width: 8em;
	height: 1em;
	font-size: 11px;
	font-weight: 500;
	background: #FFF;
	letter-spacing: -.1em;
	text-align: center;
}

h2 a:link ,
h2 a:visited ,
h2 a:hover ,
h2 a:active {
	color: #000;
	text-decoration:none;
}

h2 a:after {
	display: inline-block;
	margin-left: 5px;
	content: "\f0da"; 
	font: normal normal normal 12px/1 Fontawesome;
}
*/
.box {
  margin-bottom: 50px;
  width: auto;
}

.box:after {
  content: "";
  clear: both;
  display: block;
}

/*
.box h2 span {
	margin: 0 0 10px;
	width: auto;
	height: 20px;
	display: block;
	text-indent: 105%;
	overflow: hidden;
	white-space: nowrap;
	background: no-repeat 0 50%;
	background-size: auto 20px;
}
*/
p {
  color: #333;
}

h3 {
  color: #333;
  font-size: 1.8rem;
  position: relative;
  padding: 0.3em;
  margin-bottom: 1rem;
}
h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #fd9c97, #fd9c97 2px, white 2px, white 4px);
}

h4 {
  color: #fd8174;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 1rem 0;
}

.tbold {
  font-weight: bold;
}

.tsmall {
  font-size: 80%;
}

.tred {
  font-weight: bold;
  color: #dd2745;
}

@media screen and (max-width: 768px) {
  h3 {
    color: #333;
    font-size: 1.4rem;
  }
}
/* ------------------------------

button

------------------------------ */
.btn {
  display: inline-block;
  padding: 0.5em 2em;
  margin: 0 auto;
  background: #fd8174;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}

.bbtn {
  margin: 1em auto;
  text-align: center;
}

.bbtn a:link,
.bbtn a:visited {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
}

.bbtn .btn:after {
  font: normal normal normal 18px/1 Fontawesome;
  content: "\f105";
  color: #fff;
  padding-left: 2em;
}

.btn:hover {
  color: #fff;
  color: white;
  opacity: 0.5;
}

@media screen and (max-width: 320px) {
  .bbtn .btn:after {
    padding-left: 1em;
  }
}
/* ------------------------------

 topicpath

------------------------------ */
.topicPath {
  margin: 0 auto 20px;
  padding: 4rem 0 0;
}

.topicPath ol:before {
  font: normal normal normal 14px/1.5 Fontawesome;
  content: "\f015";
  color: #fd8174;
}

.topicPath li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}

.topicPath li a {
  padding: 0 10px 0 0;
  position: relative;
  display: block;
}

.topicPath li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .topicPath {
    margin: 0 auto 10px;
    padding: 10px 0 0;
    width: 90%;
  }
}
/* ------------------------------

 table

------------------------------ */
table,
th,
td {
  border: 1px solid #ccc;
}

table {
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
}

th,
td {
  padding: 10px;
}

th {
  white-space: nowrap;
  width: 150px;
  background: #efefef;
}

table.oneclu {
  margin: 3rem 0;
  background: none;
}

table.oneclu td {
  vertical-align: top; 
}

table.oneclu td label {
  display: block;
  margin-bottom: 10px;
}

table.oneclu td label:last-child {
  margin-bottom: 0;
}

table.oneclu,
table.oneclu th,
table.oneclu td {
  border-right: none;
  border-left: none;
  background: none;
}

table.oneclu th,
table.oneclu td {
  padding: 1.5rem 0;
}

table.oneclu.recruitTable td dl dt {
  font-weight: bold;
  margin-bottom: 0;
}

table.oneclu.recruitTable td dl dt:first-child {
  margin-top: 1em;
}

table.oneclu.recruitTable td dl dd {
  margin: 0.25em 0 1em 0.8em;
  font-size: .95em;
}

table.oneclu.recruitTable td span {
  letter-spacing: -0.01em;
}

.recruitTable p {
  margin: 30px 0 10px 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.recruitYoutube {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-top: 30px;
}

.recruitYoutube iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media screen and (max-width: 600px) {
  table.oneclu td,
  table.oneclu th {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
  table.oneclu th {
    padding: 1rem 0;
  }
  table.oneclu br {
    display: none;
  }
  .recruitTable p {
    font-size: 18px;
  }
}

@media screen and (max-width: 468px) {
  .recruitTable p {
    font-size: 18px;
  }
}

/* ------------------------------

pageBtnCenter

------------------------------ */
.pageBtnCenter {
  margin-bottom: 50px;
  text-align: center;
}

/* --------------------

pageContact

-------------------- */
.pageContact.pageContact {
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  width: auto;
  padding: 15px;
  background: #FFF8ED;
  border-color: #ea4057;
}

.pageContact:after {
  content: "";
  clear: both;
  display: block;
}

.pageContactHead {
  width: 375px;
  float: left;
}

.pageContactHead h2 {
  margin: 0 auto 10px;
  padding: 0;
  height: 28px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
  background: url(../images/page_contact_title.png) no-repeat 50% 0;
  background-size: 335px 28px;
}

.pageContactHead h2:before {
  display: none;
}

.pageContactHead p {
  padding: 0;
  height: 36px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/page_contact_text.png) no-repeat 50% 0;
  background-size: auto 34px;
}

.pageContactHead p br {
  display: none;
}

.pageContactMain {
  width: 530px;
  float: right;
}

.pageContactTel,
.pageContactMail {
  display: inline-block;
  vertical-align: middle;
}

.pageContactTel {
  margin-right: 10px;
}

.pageContactTel p {
  line-height: 1;
}

.pageContactTel p span {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  /*background: #EA621C;*/
  background-image: url(../images/page_contact_tel_title.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 30px;
  border-radius: 5px;
}

.pageContactTel p b,
.pageContactTel p a {
  font-size: 32px;
  text-decoration: none;
  /*font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
  font-weight: 900;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

.pageContactTel p em {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 3px 0;
}

.pageContactMail p a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  color: #FFF;
  text-decoration: none;
  border-radius: 4px;
}

.pageContactMail p a:before {
  display: inline-block;
  margin-right: 3px;
  font: normal normal normal 20px/1 Fontawesome;
  content: "\f0e0";
}

.pageContactMail p a:before {
  display: none;
}

.pageContactMail p a.generalBtn {
  margin-bottom: 0;
}

.pageContactOpen {
  clear: both;
  margin-top: 10px;
}

.pageContactOpen p {
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  padding-left: 75px;
  text-indent: -75px;
}

.pageContactOpen p span {
  padding: 2px 0;
  width: 70px;
  text-indent: 0;
  display: inline-block;
  color: #FFF;
  white-space: nowrap;
  background: #1E9FDA;
  text-align: center;
  font-size: 11px;
  border-radius: 50px;
}

@media screen and (max-width: 1024px) {
  .pageContactHead,
  .pageContactMain,
  .pageContactTel,
  .pageContactMail {
    width: auto;
    float: none;
  }
  .pageContactHead {
    margin-bottom: 10px;
    text-align: center;
  }
  .pageContactHead h2,
  .pageContactHead p {
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 0;
  }
  .pageContactHead h2 {
    margin: 0;
    width: 335px;
  }
  .pageContactHead p {
    width: 375px;
  }
  .pageContactMail {
    display: inline-block;
  }
  .pageContactMain {
    text-align: center;
  }
  .pageContactOpen p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .pageContactHead h2 {
    margin-bottom: 10px;
  }
  .pageContactHead p {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .pageContactHead,
  .pageContactMain,
  .pageContactTel,
  .pageContactMail {
    width: 100%;
    float: none;
  }
  .pageContactHead h2 {
    width: 100%;
    background-size: auto 20px;
  }
  .pageContactHead p {
    width: 100%;
    background-size: auto 28px;
  }
  .pageContactTel {
    display: inline-block;
    margin-bottom: 10px;
  }
  .pageContactTel p {
    width: 100%;
    background-size: auto 30px;
  }
  .pageContactOpen p {
    padding: 0;
    text-indent: 0;
  }
  .pageContactMail {
    margin-bottom: 10px;
  }
  /*
  .pageContactOpen p span {
  	display: block;
  }*/
}
@media screen and (max-width: 350px) {
  .pageContactTel p a {
    font-size: 29px;
  }
}
/* --------------------

move

-------------------- */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* ==================== ページ ==================== */
/*
===== site　setting ===========================
*/
/* ======================================== global color ======================================== */
/*.flow h3 ,*/
.navInner li:before,
.privacyContents dt,
.formmailInfo li:before,
.school_top h2,
.indexLecture li time::before {
  color: #FD7C69;
}

a.generalBtn,
.generalBtn,
.pageContactMail p a,
.pageContactOpen p span,
.pageContactTel p span,
.headerFormmail a,
.headerMypage a,
.lectureContent h3,
.cost dt,
.what ul li h3 {
  background-color: #FD7C69;
}

/*.flow dl ,*/
.lectureContent {
  background: #FFF8ED;
}

.cost dl,
.what ul li,
.lectureContent,
.pageContact,
.cost dl,
.indexTopics {
  border-color: #FD7C69;
}

/*
@media screen and (max-width: 768px) {
	#panel-btn {
		background: #E16B15;
	}
}
@media screen and (max-width: 480px) {
	.headerTelNum b, 
	.headerTelNum a {
		background: #EA6DA4;
	}
}
*/
/* ------------------------------

generalBtn

------------------------------ */
a.generalBtn,
.generalBtn {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 1rem auto;
  padding: 0 1em;
  cursor: pointer;
  height: 40px;
  background: #fd8174;
  font-weight: 200;
  line-height: 40px;
  color: #FFF;
  text-decoration: none;
  border: 0;
  border-radius: 8px;
}

.generalBtn {
  font-size: 1em;
}

a.hdBtn {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0 1em;
  cursor: pointer;
  height: 40px;
  background: #fd8174;
  font-weight: 200;
  line-height: 40px;
  color: #FFF;
  text-decoration: none;
  border: 0;
  border-radius: 0;
}

a.generalBtn:hover,
.generalBtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a.generalBtn:active,
.generalBtn:active {
  top: 3px;
}

a.generalBtn:after,
.generalBtn:after {
  margin-left: 1em;
  font: normal normal normal 20px/1.5 Fontawesome;
  content: "\f105";
}

.generalBtn:visited,
.generalBtn:link {
  color: #FFF;
  text-decoration: none;
}

/* ------------------------------

h1

------------------------------ */
.contents h1 {
  /*padding: 10px;
  background-image: url(../images/title_bg.png);
  background-repeat: no-repeat;
  background-position: 100% 105%;
  background-size: contain;*/
  /*

  background-color: #fff1f2;
  border: 3px solid #EA6DA4;
  border-radius: 0;
  background: #54B6E3;
  */
}

/*
@media screen and (min-width: 769px) {
	.contents h1 {
		height: 120px;
	}
}*/
/* ==================== お知らせ ==================== */
/* お知らせ 投稿年月日・カテゴリー */
.topicsMeta {
  margin-bottom: 10px;
}

/* カテゴリータグ */
.iconTopics {
  display: inline-block;
  width: 70px;
  height: 20px;
  /*margin-left: 5px;*/
  line-height: 20px;
  background: #666;
  color: #fff;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
}

.iconTopics01 {
  background: #e44948;
}

.iconTopics02 {
  background: #fdcd4c;
}

.iconTopics03 {
  background: #8dcac7;
}

.iconTopics04 {
  background: #87b7e4;
}

.topicsMeta time {
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/* お知らせ記事*/
.topicsArticle {
  margin: 20px 0 50px;
}

/*
.topicsArticle h2 {
	margin-bottom: 10px;
	font-size: 24px;
}
*/
.topicsArticle p {
  line-height: 1.8;
}

.topicsArticle figure a {
  text-decoration: none;
}

.topicsArticle figure img {
  margin-bottom: 5px;
}

.topicsArticle figcaption {
  font-size: 0.857em;
}

.topicsContents {
  overflow: hidden;
}

/* PDFアイコンボタン */
.topicsLinkPDF {
  margin: 40px 0 20px;
}

.topicsLinkPDF li {
  margin-bottom: 10px;
}

.topicsLinkPDF a {
  display: inline-block;
  line-height: 1;
  padding: 10px 10px 10px 32px;
  border: 1px solid #ccc;
  background: url(../images/icon-pdf.png) no-repeat 3px 50%;
  background-size: 24px;
  color: #333;
  text-decoration: none;
}

.topicsLinkPDF a:hover, .topicsLinkPDF a:focus {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* お知らせ記事 トップ画像 */
.topicsTopImg {
  margin-bottom: 20px;
}

.topicsTopImg img {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  .topicsTopImg {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}
/* お知らせ記事 3つ画像 */
.topicsImg {
  margin: 50px 0 80px;
}

.topicsImg li {
  margin-bottom: 40px;
}

.topicsImg li:first-child {
  margin-left: 0;
}

.topicsImg img {
  max-width: 100%;
  border: 1px solid #ccc;
}

.topicsImg li a {
  display: block;
}

@media screen and (max-width: 480px) {
  .topicsImg li {
    float: none;
    width: auto;
    margin: 0 0 40px;
  }
}
/* --------------------

topicsReturn

-------------------- */
.topicsReturn {
  margin-bottom: 50px;
}

.topicsReturn p {
  text-align: center;
}

.topicsReturn a.generalBtn:before,
a.generalBtnReturn:before {
  margin-right: 1em;
  font: normal normal normal 20px/1.5 Fontawesome;
  content: "\f104";
}

.topicsReturn a.generalBtn:after,
a.generalBtnReturn:after {
  display: none;
}

/* --------------------

topicsBacknumber

-------------------- */
.topicsBacknumber h2 {
  font-size: 18px;
}

.topicsBacknumberList li {
  line-height: 1.5;
  border-bottom: 1px dotted #ccc;
  font-size: 1rem;
  width: auto;
}

.topicsBacknumberList li:after {
  content: "";
  clear: both;
  display: block;
}

/*
.topicsBacknumberList li:first-child {
	border-top: 1px dashed #ccc;
}
*/
.topicsBacknumberList li a {
  /*    display: block;
      position: relative;
  padding: 10px 10px 10px 20px;
      overflow: hidden;*/
  display: block;
  padding: 10px 0;
  text-decoration: none;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .topicsBacknumberList li a {
    padding: 10px 10px 10px 0;
  }
}
/*
.topicsBacknumberList li a time,
.topicsBacknumberList li a span,
.topicsBacknumberList li a p {
	position: relative;
	z-index: 100;
}
*/
.topicsBacknumberList li a time,
.topicsBacknumberList li a span {
  float: left;
  margin-right: 10px;
}

.topicsBacknumberList li time {
  color: #333;
}

/*
.topicsBacknumberList li time, .topicsBacknumberList li span, .topicsBacknumberList li p {
	vertical-align: top;
}

.topicsBacknumberList li span {
	display: inline-block;
	margin: 2px 10px 0;
}
*/
.topicsBacknumberList li p {
  /*display: inline-block;*/
  text-decoration: underline;
  overflow: hidden;
}

.topicsBacknumberList li:hover p {
  text-decoration: none;
}

.topicsBacknumberLink {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 480px) {
  .topicsBacknumberList li p {
    overflow: visible;
    clear: both;
  }
}
/* バックナンバーをスクロールさせる場合 */
.topicsScroll ul {
  height: 220px;
  overflow-y: scroll;
}

/* ==================== INDEX ==================== */
/* --------------------

topImg

-------------------- */
/* 
.topImg {
	background: url(../images/mainImg01.png) no-repeat 50% 0;

}

.topImgInner {
	position: relative;
}

.topImgInner h1 {
	display: none;
}

@media screen and (min-width: 1025px) {
	.topImgInner {
		position: relative;
		margin: 0 auto;
		width: 960px;
		height: 520px;
	}

	.topImgInner figure {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.topImg {
		margin-bottom: 15px;
	}
}

 */
/* スライド 

.topSlide li a {
	display: block;
	box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
	.topSlide li {
		width: 100%;
		height: 100%;

	}

	.topSlide li a {
		height:100%;
	}

	.topSlide li img {
		display: none;
	}

	.topSlide li:nth-child(1) { background: url(../images/mainImg01.png) no-repeat 50% 0; }
	.topSlide li:nth-child(2) { background: url(../images/mainImg02.png) no-repeat 50% 0; }
}


*/
.topSlide figure {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* --------------------

indexTopics

-------------------- */
.indexTopics {
  position: relative;
  width: 100%;
  background: white;
}

.topicsTitle {
  background: #fd9c97;
  width: 30%;
  text-align: center;
}

.topicsTitle a {
  color: #fff;
  text-decoration: none;
}

.topicsTitle a:after {
  margin-left: 1em;
  font: normal normal normal 20px/1.5 Fontawesome;
  content: "\f105";
}

.topicsList {
  width: 70%;
}

.topicsList ul {
  padding: 2em;
}

.indexTopics h2 {
  color: #333;
  font-size: 180%;
  padding-top: 1.5em;
}

.indexTopics h2:before {
  display: none;
}

.indexTopics dl {
  display: table-cell;
  vertical-align: middle;
}

.indexTopics dl:after {
  content: "";
  clear: both;
  display: block;
}

.indexTopics dt {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 15px;
  font-weight: normal;
}

.indexTopics dt:before {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0.4em;
  left: 0;
  font: normal normal normal 11px/1 Fontawesome;
  content: "\f144";
  color: #7ABA16;
}

.indexTopics dt time {
  margin-right: 10px;
}

.indexTopics dd {
  display: table-cell;
  vertical-align: middle;
  padding-right: 100px;
  line-height: 1.3;
}

.indexTopics ul + p {
  position: absolute;
  top: 20px;
  right: 20px;
}

.indexTopics ul + p a {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  width: 80px;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 4px;
  letter-spacing: -0.09em;
  color: #FFF;
}

.indexTopics ul + p a:before {
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 11px/1 Fontawesome;
  content: "\f0da";
}

@media screen and (min-width: 769px) {
  .indexTopics {
    margin: 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -js-display: flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .indexTopics {
    margin: 2rem 0;
  }
  .indexTopics ul + p {
    right: 10px;
  }
  .indexTopics h2,
  .indexTopics dl,
  .indexTopics dt,
  .indexTopics dd {
    display: block;
  }
  .indexTopics h2 {
    width: 100%;
    height: auto;
    line-height: 1;
    margin: 2rem 0 0;
    padding: 10px 0 0;
    text-align: center;
  }
  .indexTopics dd {
    padding: 0 10px 10px;
  }
  .topicsTitle {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .topicsList ul {
    padding: 1em;
  }
}
/* --------------------

indexAbout

-------------------- */
.indexAbout {
  text-align: center;
  margin-top: 50px;
}
.indexAbout img {
  margin: 1em auto;
}

/*
.indexAbout h2 {
	padding: 0;
	height: 100px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(../images/index_about_title.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 80px;
}

.indexAbout h2:before {
	display: none;
}
*/
.indexAbout p {
  position: relative;
  line-height: 2;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .indexAbout {
    width: 100%;
    /*
    	h2 {
    	width: auto;
    	height: 50px;
    	background-image: url(../images/index_about_title2.png);
    	background-repeat: no-repeat;
    	background-position: 50% 50%;
    	background-size: auto 50px;
    	}
    	*/
  }
  .indexAbout p {
    font-size: 14px;
    text-align: left;
    padding: 0 1em;
  }
  .indexAbout p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .indexAbout h2 {
    height: 60px;
    background-size: auto 50px;
  }
}
/* --------------------

indexMenu

-------------------- */
.indexMenu ul {
  width: auto;
}

.indexMenu ul:after {
  content: "";
  clear: both;
  display: block;
}

.indexMenu ul li {
  float: left;
}

.indexMenu ul li:first-child {
  margin-left: 0;
}

@media screen and (min-width: 481px) {
  .indexMenu ul li {
    width: 33.3333333333%;
    margin: 0;
    padding: 0 10px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .indexMenu ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .indexMenu {
    width: 90%;
    margin: 0 auto;
  }
  .indexMenu ul li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding: 0;
  }
}
/* --------------------

indexLecture

-------------------- */
.indexLecture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.indexLecture h2 {
  margin: 0 auto 10px;
  padding: 0;
  height: 24px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
  background: url(../images/index_lecture_title.png) no-repeat 0 50%;
  background-size: 217px 23px;
}

.indexLecture h2:before {
  display: none;
}

.indexLecture li {
  margin-bottom: 5px;
  border-bottom: 1px dotted #333;
}

/*
@media screen and (min-width: 1025px) {
	.indexLecture ul li img {
		width: 960px;
	}
}

@media screen and (max-width: 768px) {
	.indexLecture {
		padding-left: 10px;
		padding-right: 10px;
	}
}*/
/* --------------------

indexBanner

-------------------- */
.sub a {
  text-decoration: none;
}
.sub ul li {
  margin-bottom: 10px;
}
.sub ul li.bnSma a:first-child {
  margin-bottom: 10px;
  display: block;
}
.sub ul li.healthcare {
  padding: 20px 0 0;
  margin: 0 auto;
}

.indexBannerLink {
  margin: -3rem 0 1.6rem 0.8rem;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .indexBanner ul li {
    margin-left: 10px;
    width: calc((100% - 10px) / 2);
  }
  .indexBanner ul li:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .indexBannerLink a {
    width: 48%;
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .indexBanner ul li {
    width: 100%;
    float: none;
  }
}
/* --------------------

index indexCheck

-------------------- */
.indexCheck p {
  margin: 3rem auto 1rem;
  text-align: center;
  font-size: 160%;
  font-weight: bold;
}
.indexCheck p .checkage01 {
  color: #fabe69;
}
.indexCheck p .checkage02 {
  color: #7aa7e4;
}

.indexCheck dl {
  width: 33.3333333333%;
  padding-right: 10px;
}
.indexCheck dl dt {
  background-color: #facd42;
  color: #666;
  font-size: 140%;
  text-align: center;
  padding: 0.1em 0;
}
.indexCheck dl dd {
  line-height: 2em;
}
.indexCheck dl dd:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/checkList.gif);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 0.5em;
}

.indexCheck .indexCheckIn .blue dt {
  background-color: #b3cde4;
}

.indexCheckIn:after {
  content: url(../images/arrowDown.png);
  display: block;
  left: 50%;
  padding: 2rem 0;
  text-align: center;
}

.checkBtm {
  background: url(../images/indexSupBk.png) center center no-repeat;
  padding: 2.6rem 0;
  background-size: contain;
}
.checkBtm p {
  font-size: 160%;
  color: #fd8174;
  font-weight: bold;
  margin: 2rem auto;
}

/*
.indexPlace{
	margin-top: 4rem;
}
*/
@media screen and (max-width: 428px) {
  .indexCheck dl {
    width: 100%;
    margin-bottom: 1em;
  }
  .checkBtm {
    background: url(../images/indexSupBksp.png) center center no-repeat;
    background-size: contain;
    padding: 0;
  }
  .checkBtm p {
    font-size: 1.4em;
    text-align: left;
    width: 90%;
    padding: 5rem 1rem;
    margin: 0 auto;
  }
}
/* --------------------

facebook

-------------------- */
.indexFacebook {
  margin: 0 auto 50px;
  text-align: center;
}

/* --------------------

index name

-------------------- */
/*
.fixBg {
	background: url(../images/index_about_bg.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
}
*/
.indexName .contents {
  padding: 4rem 0;
}
.indexName h2 {
  font-size: 32px;
  color: #fd7c6b;
  margin: 0 0 0.6em;
  line-height: 1.4;
  text-align: center;
}
.indexName h2:before {
  content: none;
}
.indexName p {
  color: #333;
  text-align: left;
  line-height: 1.8;
}

.palallax {
  position: relative;
  overflow: hidden;
}
.palallax img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 140vh;
}

@media screen and (max-width: 1024px) {
  .fixBg {
    background-attachment: local;
  }
  .indexName p {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .fixBg {
    background-attachment: inherit;
  }
  .indexName {
    font-size: 14px;
    background-repeat: no-repeat;
  }
  .indexName h2 {
    padding: 0;
    font-size: 24px;
  }
  .indexName .contents {
    padding: 0;
  }
  .indexName .palallax img {
    height: 100vh;
  }
}
@media screen and (max-width: 428px) {
  .indexName h2 {
    text-align: left;
    font-size: 1.4em;
  }
  .indexName h2 br {
    display: none;
  }
  .indexName p {
    width: 100%;
  }
}
/* --------------------

index indexBtm

-------------------- */
.indexBtm {
  text-decoration: none;
  text-align: center;
}
.indexBtm img {
  margin: 0.5rem auto;
}
.indexBtm .indexBtmLink {
  margin-top: 2rem;
}

.indexBtm .indexBtmLink.center {
  justify-content: center;
}

.indexBtm a {
  text-decoration: none;
}
.indexBtm .indexBtmLink a img {
  margin: 0;
}
.indexBtm .indexBtmLink .litalicoBtn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .indexBtmLink a {
    display: block;
  }
  .indexBtm .indexBtmLink .litalicoBtn {
  grid-template-columns: 1fr;
}
}
@media screen and (max-width: 428px) {
  .indexBtmLink a {
    width: 100%;
  }
}

/* --------------------

index indexFiveAreas

-------------------- */
.indexFiveAreas {
  margin-top: 6rem;
}
.indexFiveAreas dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.indexFiveAreas dt {
  width: 30%;
  background-color: #fd8174;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.indexFiveAreas dt:last-of-type {
  margin-bottom: 0;
}
.indexFiveAreas dd {
  width: 67%;
  padding: 10px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .indexFiveAreas {
    margin-top: 4rem;
  }
  .indexFiveAreas dl {
    display: block;
  }
  .indexFiveAreas dt {
    width: 100%;
  }
  .indexFiveAreas dt:last-of-type{
    margin-bottom: 1rem;
  }
  .indexFiveAreas dd {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .indexFiveAreas dd:last-of-type{
    margin-bottom: 0;
  }
}

/* --------------------

index indexSupport

-------------------- */
.indexSupport {
  margin-top: 6rem;
}
.indexSupport dt {
  position: relative;
  background-color: #fd8174;
  color: #fff;
  border-radius: 5px;
  padding: 10px 10px 10px 40px;
}
.indexSupport dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.indexSupport dt:hover {
  cursor: pointer;
}
.indexSupport dt.open::before {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.indexSupport dd {
  padding: 0 10px 20px;
  display: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  .indexSupport {
    margin-top: 4rem;
  }
}

/* ------------------------------

think 私たちの考え

------------------------------ */
.think h3 {
  overflow: hidden;
  padding: 30px 0;
  color: #FD7C69;
  font-size: 24px;
}
.think p {
  line-height: 1.8;
}
.think figure {
  margin: 0 auto 2rem;
}

@media screen and (max-width: 768px) {
  .think h3 {
    font-size: 21px;
    text-align: center;
  }
  .think figure {
    display: none;
  }
}
/* ------------------------------

philosophy

------------------------------ */
/*
.philosophy h2 span {
	background-image: url(../images/philosophy_title.png);
}
*/
@media screen and (min-width: 769px) {
  /*
  .philosophy {
  	margin-bottom: 0;
  }
  .philosophy figure {
  	margin-top: -100px;
  	overflow: hidden;
  	text-align: right;
  }
  */
}
@media screen and (min-width: 481px) {
  .philosophy h3 {
    margin: 0 0 10px;
    width: auto;
    height: 60px;
    display: block;
    text-indent: 105%;
    overflow: hidden;
    white-space: nowrap;
    background: url(../images/philosophy_text.png) no-repeat 0 50%;
    background-size: auto 35px;
  }
  .philosophy h3 br {
    display: none;
  }
  .philosophy p {
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 1.8;
  }
  .philosophy figure {
    margin-bottom: 20px;
  }
  .philosophy figure img {
    width: 100%;
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy h3 {
    height: 40px;
    background-size: auto 30px;
  }
  .philosophy p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .philosophy h3 {
    margin-bottom: 10px;
    height: auto;
    font-size: 20px;
    color: #1E9FDA;
  }
  .philosophy p br {
    display: none;
  }
}
/* ------------------------------

origin

------------------------------ */
/*
.origin h2 span {
	background-image: url(../images/origin_title.png);
}
*/
.origin ul {
  margin: 0 0 10px;
  width: auto;
  padding: 20px;
  background: #FFF8ED;
}

.origin ul:after {
  content: "";
  clear: both;
  display: block;
}

.origin li {
  padding: 0 10px;
  width: 49%;
  height: 80px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #FFF;
  border-radius: 5px;
  font-size: 30px;
  border: 2px solid #EA621C;
  text-indent: 105%;
  overflow: hidden;
  white-space: nowrap;
  background: no-repeat 50% 50%;
  background-color: #FFF;
  background-size: auto 20px;
}

.origin li:nth-child(1) {
  background-image: url(../images/origin_name_01.png);
  margin-right: 2%;
}

.origin li:nth-child(2) {
  background-image: url(../images/origin_name_02.png);
}

.origin p {
  margin: 0 0 10px;
  width: auto;
  height: 20px;
  display: block;
  text-indent: 105%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/origin_text.png) no-repeat 50% 0;
  background-size: auto 20px;
}

@media screen and (max-width: 768px) {
  .origin ul {
    padding: 10px;
  }
  .origin p {
    height: 50px;
    background: url(../images/origin_text2.png) no-repeat 50% 0;
    background-size: auto 50px;
  }
}
@media screen and (max-width: 480px) {
  .origin li {
    float: none;
    width: auto;
  }
  .origin li:nth-child(1) {
    margin: 0 0 10px;
  }
  .origin p {
    height: 36px;
    background-size: auto 36px;
  }
}
/* ------------------------------

mind

------------------------------ */
/*
.mind h2 span {
	background-image: url(../images/mind_title.png);
}
*/
.mind h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #F7A141;
}

@media screen and (min-width: 769px) {
  .mind p {
    width: calc(100% - 280px);
    float: left;
    line-height: 1.8;
    margin-right: 20px;
  }
  .mind figure {
    margin-top: -40px;
    overflow: hidden;
  }
  .mind figure img {
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .mind p {
    margin-bottom: 20px;
  }
}
/* ------------------------------

attitude

------------------------------ */
.attitude {
  width: auto;
}

.attitude:after {
  content: "";
  clear: both;
  display: block;
}

.attitude p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.attitude figure {
  text-align: center;
  width: 50%;
  float: right;
}

.attitude figure img {
  width: 100%;
  max-width: 480px;
}

.attitude figure + p {
  width: 50%;
  float: left;
  height: 344px;
  text-indent: 105%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/attitude_text.png) no-repeat 50% 50%;
  background-size: auto 50px;
}

@media screen and (max-width: 1024px) {
  .attitude figure,
  .attitude figure + p {
    text-align: center;
    width: 100%;
    float: none;
  }
  .attitude figure {
    margin-bottom: 15px;
  }
  .attitude figure + p {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .attitude figure + p {
    height: 36px;
    background-size: auto 36px;
  }
}
/* ------------------------------

poilcy

------------------------------ */
.poilcy ul {
  margin: 10px 0;
}
.poilcy li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  font-weight: bold;
}
.poilcy li:before {
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #FD7C69;
  border-radius: 100%;
  color: #fff;
  content: "1";
  text-align: center;
}
.poilcy li:nth-child(1):before {
  content: "1";
}
.poilcy li:nth-child(2):before {
  content: "2";
}
.poilcy li:nth-child(3):before {
  content: "3";
}
.poilcy li:nth-child(4):before {
  content: "4";
}
.poilcy li:nth-child(5):before {
  content: "5";
}
.poilcy li:nth-child(6):before {
  content: "6";
}
.poilcy p {
  line-height: 1.8;
}
.poilcy figure {
  margin: 2em auto;
}

@media screen and (max-width: 768px) {
  .poilcy li {
    float: none;
    width: 100%;
    margin-left: 30px;
    padding-right: 30px;
    text-indent: -36px;
  }
  .poilcy li:before {
    text-indent: initial;
  }
}
/* ------------------------------

program

------------------------------ */
.program h2 span {
  background-image: url(../images/program_title.png);
}

.programList ul {
  width: auto;
}

.programList ul:after {
  content: "";
  clear: both;
  display: block;
}

.programList ul > li {
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  overflow: hidden;
  width: 32.6666666667%;
  float: left;
  margin-bottom: 15px;
  margin-left: 1%;
  background: #FFF;
  border-color: #066EB7;
}

.programList ul > li:nth-child(3n+1) {
  margin-left: 0;
}

.programList li h3 {
  color: #FFF;
  font-size: 16px;
  padding: 5px 10px;
  line-height: 1.2;
  background: #066EB7;
}

.programList li h4 {
  margin: 0 10px;
  font-size: 16px;
}

.programList li:nth-child(3) h4 {
  color: #E69D30;
}

.programList li:nth-child(4) h4 {
  color: #EF8C8D;
}

.programList li figure {
  text-align: center;
}

.programList li figure img {
  max-width: 360px;
  width: 100%;
}

.programList ol {
  margin: 0 10px;
  width: auto;
}

.programList ol:after {
  content: "";
  clear: both;
  display: block;
}

.programList ol li {
  padding: 10px 0;
  float: left;
  width: 31.6666666667%;
  margin: 0 0.5% 5px;
  text-align: center;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  display: table;
  vertical-align: middle;
}

.programList ol li span {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  line-height: 1.2;
}

.programList ul li:nth-child(1) li {
  border-color: #3A9BD6;
  color: #3A9BD6;
}

.programList ul li:nth-child(2) li {
  border-color: #27B27C;
  color: #27B27C;
}

.programList ul li:nth-child(3) li {
  border-color: #E69D30;
  color: #E69D30;
}

.programList ul li:nth-child(4) li {
  border-color: #EF8C8D;
  color: #EF8C8D;
}

.programList li p {
  padding: 10px;
}

/*
@media screen and (max-width: 768px) {
	.programList ol li {
		font-size: 12px;
	}
}
*/
@media screen and (max-width: 768px) {
  .programList ul > li {
    width: auto;
    float: none;
    margin: 0 0 15px;
  }
  .programList ul > li:nth-child(1) {
    margin-right: 0;
  }
  .programList ul > li:nth-child(3) {
    margin-right: 0;
  }
}
/* ------------------------------

support

------------------------------ */
.support figure {
  margin: 4rem auto;
}

@media screen and (max-width: 768px) {
  .support figure {
    margin: 2rem auto;
  }
}
/*
.support h2 span {
	background-image: url(../images/support_title.png);
}
*/
.support p {
  margin-bottom: 15px;
}

.support ul {
  width: auto;
}

.support ul:after {
  content: "";
  clear: both;
  display: block;
}

.support ul li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 1.5%;
  padding-bottom: 10px;
  border: 3px solid;
  float: left;
  border-radius: 5px;
  background: #FBF6E9;
}

.support ul li h3 {
  padding: 15px 15px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #0A6EB5;
}

/*.support ul li:nth-child(1) h3 { color: #c4b121;}*/
.support ul li:nth-child(1) h3 {
  color: #F3972E;
}

.support ul li:nth-child(2) h3 {
  color: #4BAD66;
}

.support ul li:nth-child(3) h3 {
  color: #4EB2E4;
}

.support ul li:nth-child(4) h3 {
  color: #826ABC;
}

.support ul li:nth-child(5) h3 {
  color: #E9552E;
}

.support ul li:nth-child(6) h3 {
  color: #c4b121;
}

.support ul li p {
  padding: 10px;
  font-size: 14px;
  width: 74%;
  display: inline-block;
  vertical-align: top;
}

/*.support ul li:nth-child(1) { border-color: #c4b121; background-color: #F9F8E7; }*/
.support ul li:nth-child(1) {
  border-color: #F3972E;
  background-color: #FFF8F1;
}

.support ul li:nth-child(2) {
  border-color: #4BAD66;
  background-color: #F5FFF8;
}

.support ul li:nth-child(3) {
  border-color: #4EB2E4;
  background-color: #F3FBFF;
}

.support ul li:nth-child(4) {
  border-color: #826ABC;
  background-color: #F8F6FE;
}

.support ul li:nth-child(5) {
  border-color: #E9552E;
  background-color: #FFF1F7;
}

.support ul li:nth-child(6) {
  border-color: #c4b121;
  background-color: #F9F8E7;
}

.support ul li figure {
  width: 24%;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
}

.support ul li figure img {
  height: auto;
  max-height: 70px;
  max-width: 160px;
}

.support ul li:nth-child(1) figure img {
  max-width: 70px;
}

.support ul li:nth-child(2) figure img {
  max-width: 100px;
}

.support ul li:nth-child(5) figure img {
  max-width: 70px;
}

/*
@media screen and (min-width: 769px) {
	.support ul li {
		width: calc(97% / 3);
	}

	.support ul li:nth-child(3n+1) {
		margin-left: 0;
	}
}
*/
/*@media screen and (min-width: 481px) and (max-width: 768px) {*/
@media screen and (min-width: 481px) {
  .support ul li {
    width: 49%;
  }
  .support ul li:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 786px) {
  .support ul li p,
  .support ul li figure {
    width: 100%;
    display: block;
  }
}
/* ------------------------------

soft

------------------------------ */
.soft {
  margin-bottom: 50px;
  border-width: 3px;
  border-style: solid;
  border-radius: 10px;
  padding: 0 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  overflow: hidden;
}

.soft:after {
  content: "";
  clear: both;
  display: block;
}

.hug {
  border-color: #E14318;
}

.cb {
  border-color: #3361AD;
}

.soft h2 {
  /*margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
  padding: 0;*/
  color: #FFF;
  margin-left: -20px;
  margin-right: -20px;
}

.hug h2 {
  background-color: #E14318;
}

.cb h2 {
  background-color: #3361AD;
}

.hug h2:before,
.cb h2:before {
  display: none;
}

.soft h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.hug h3 {
  color: #E14318;
}

.cb h3 {
  color: #3361AD;
}

.softTop {
  margin-bottom: 30px;
}

.softDetail {
  margin-bottom: 20px;
  width: 50%;
  padding: 0 5px;
  float: left;
}

.softDetail figure {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCC;
  background: #FFF;
}

.soft dl {
  padding: 15px;
  border: 1px solid #CCC;
  background: #F5F5F5;
  clear: both;
}
.soft dd {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .soft h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .soft h2 {
    font-size: 18px;
  }
  .softDetail {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
    float: none;
  }
  .softDetail figure {
    margin: 0 0 5px;
    float: none;
    width: 100%;
  }
  .softDetail p {
    overflow: visible;
  }
}
/* ------------------------------

staff

------------------------------ */
.staff ul {
  width: auto;
}

.staff ul:after {
  content: "";
  clear: both;
  display: block;
}

.staff li {
  margin-bottom: 30px;
}

.staff li:after {
  content: "";
  clear: both;
  display: block;
}

.staff li figure {
  margin-right: 10px;
  width: 120px;
  float: left;
  margin-bottom: 10px;
}

.staff li h3,
.staff li h4,
.staff li table {
  overflow: hidden;
  width: auto;
}

.staff li h3 {
  padding: 0 5px 5px;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px dotted #999;
}

.staff li h3 span {
  font-size: 13px;
}

.staff li h4 {
  margin-bottom: 5px;
  padding: 5px 5px 0;
  font-weight: normal;
}

.staff li table,
.staff li th,
.staff li td {
  padding: 0;
  border: 0;
  background: transparent;
}

.staff li th {
  width: auto;
}

.staff li dl {
  padding: 10px;
  clear: both;
  background: #fff8ed;
  border: 1px solid #ea621c;
  border-radius: 5px;
}

.staff li dt {
  color: #ea621c;
}

.staff li dd {
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .staff li {
    width: calc(50% - 10px);
    float: left;
    margin-left: 20px;
  }
  .staff li:nth-child(odd) {
    clear: both;
    margin-left: 0;
  }
}
/* ------------------------------

adviser

------------------------------ */
.adviser h2 {
  margin-bottom: 0;
}

.adviser h2 + p {
  margin-bottom: 20px;
}

.adviserBox {
  margin-bottom: 30px;
  padding: 15px;
  width: auto;
  border: 1px solid #CCC;
  border-radius: 10px;
}

.adviserBox:after {
  content: "";
  clear: both;
  display: block;
}

.adviserBox figure {
  float: left;
  width: 150px;
  margin-right: 20px;
}

.adviserBox h3,
.adviserBox p,
.adviserBox dl {
  overflow: hidden;
}

.adviserBox dd {
  padding-left: 5px;
  line-height: 1.5;
}

.adviserBox h3 {
  margin-bottom: 10px;
  padding: 0 5px 5px;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 1px dotted #999;
}

.adviserBox p {
  padding: 0 5px;
}

@media screen and (max-width: 480px) {
  .adviserBox h3 {
    font-size: 18px;
    border-bottom: 0;
  }
  .adviserBox dt,
  .adviserBox dd {
    font-size: 12px;
  }
  .adviserBox figure {
    margin-right: 5px;
    margin-bottom: 15px;
    width: 80px;
  }
  .adviserBox p {
    clear: both;
    padding-top: 10px;
    border-top: 1px dotted #999;
  }
}
@media screen and (max-width: 375px) {
  .adviserBox {
    padding: 5px;
  }
  .adviserBox h3 {
    margin-bottom: 0;
  }
  .adviserBox figure {
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
/* ------------------------------

what

------------------------------ */
.pickupin {
  background: #FFF;
  padding: 1em;
  margin-bottom: 1rem;
}
.pickupin h4 {
  margin: 0 0 0.6em;
  border-bottom: 1px dotted #333;
}
.pickupin h4 .pickTime:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 30px;
  background-image: url(../images/firstIcon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.pickupin h4 .pickCar:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/firstIcon02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.pickupin h4 .pickHosp:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  background-image: url(../images/firstIcon03.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

p.whatadd {
  background: #EFEFEF;
  display: inline-block;
  padding: 0.5em;
  margin-bottom: 0.6em;
}

/* ------------------------------

flow

------------------------------ */
.jyukyuu01 {
  background: #fff;
  padding: 10px;
  margin-bottom: 2rem;
}
.jyukyuu01 .jyuTitle {
  background-image: url(../images/firstBk01.png);
  color: #FFF;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
.jyukyuu01 .jyuTitle02 {
  background-image: url(../images/firstBk02.png);
  color: #FFF;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
.jyukyuu01 .jyuMidashi {
  color: #7aa7e4;
}
.jyukyuu01 dl {
  margin-top: 1.2rem;
}
.jyukyuu01 dl dt {
  font-weight: bold;
  margin: 1rem;
  font-size: 1.2em;
}
.jyukyuu01 dl dd {
  position: relative;
  padding-bottom: 1em;
}
.jyukyuu01 dl dd.arrow {
  border-bottom: 1px #999 solid;
}
.jyukyuu01 dl dd.arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 3em;
  width: 100%;
  height: 35px;
  background: url(../images/arrowBlue.png) no-repeat 50% 50%;
}

.jyukyuu02 {
  background: #fff;
  padding: 10px;
}
.jyukyuu02 .jyuTitle {
  background-image: url(../images/firstBk02.png);
  color: #FFF;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
.jyukyuu02 .jyuMidashi {
  color: #BAD636;
}
.jyukyuu02 dl {
  margin-top: 1.2rem;
}
.jyukyuu02 dl dt {
  font-weight: bold;
  margin: 1rem;
  font-size: 1.2em;
}
.jyukyuu02 dl dd {
  position: relative;
  padding-bottom: 1em;
}
.jyukyuu02 dl dd.arrow {
  border-bottom: 1px #999 solid;
}
.jyukyuu02 dl dd.arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 3em;
  width: 100%;
  height: 35px;
  background: url(../images/arrowGreen.png) no-repeat 50% 50%;
}

@media screen and (max-width: 428px) {
  .jyukyuu01 dl dd.arrow:after,
  .jyukyuu02 dl dd.arrow:after {
    top: 4.5em;
  }
}
@media screen and (max-width: 320px) {
  .jyukyuu01 dl dd.arrow:after,
  .jyukyuu02 dl dd.arrow:after {
    top: 7em;
  }
}
/* ------------------------------

cost

------------------------------ */
.cost:after {
  content: "";
  clear: both;
  display: block;
}

.cost p {
  line-height: 1.8;
}

/* ------------------------------

open

------------------------------ */
.open thead th,
.open tbody td {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .open th,
  .open td {
    padding: 0;
  }
  .open tbody th {
    padding: 5px;
    /*min-width: 150px;*/
    white-space: normal;
  }
}
/* ------------------------------

oneday

------------------------------ */
.oneday ul {
  width: auto;
}

.oneday ul:after {
  content: "";
  clear: both;
  display: block;
}

.oneday ul li th {
  text-align: center;
}

.oneday ul li td {
  border-bottom: 1px dotted #CCC;
  border-top: 1px dotted #CCC;
}

@media screen and (min-width: 769px) {
  .oneday li {
    width: 49%;
    float: right;
  }
  .oneday li:first-child {
    float: left;
  }
  .oneday li:first-child td {
    /*height: 54px;*/
  }
}
/* ------------------------------

capacity

------------------------------ */
/* ------------------------------

columnbox

------------------------------ */
.columnbox {
  margin-bottom: 50px;
  clear: both;
}
.columnbox figure {
  float: left;
  margin: 0;
}

.whatList {
  margin: 3em auto;
}

.whatItem {
  float: right;
  width: 75%;
  margin-top: 2rem;
}

@media screen and (max-width: 428px) {
  .whatList {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 10px;
  }
  .whatList h3 {
    margin: -10px -10px 10px;
  }
  .columnbox figure {
    float: none;
  }
  .whatItem {
    float: none;
    width: 100%;
  }
}
/* ------------------------------

school_top

------------------------------ */
.school_top:after {
  content: "";
  clear: both;
  display: block;
}

.school_top h2,
.school_top02 h2 {
  padding: 0;
  margin: 0 0 10px;
  color: #666;
  font-size: 24px;
  height: auto;
  line-height: 1.3;
  background: transparent;
}

.school_top h2 img {
  display: inline-block;
  margin-right: 5px;
  width: auto;
  height: 30px;
  vertical-align: middle;
}

.school_top h2 b {
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  color: #FFF;
  background: #fdcd4c;
  border-radius: 5px;
  font-size: 14px;
  vertical-align: top;
}

.school_top02 h2 b {
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  color: #FFF;
  background: #87b7e4;
  border-radius: 5px;
  font-size: 14px;
  vertical-align: top;
}

.school_top02 figure + figure {
  margin-top: 10px;
}

.school_top h2:before,
.school_top h2:after {
  display: none;
}

@media screen and (min-width: 769px) {
  .school_top figure {
    margin-top: -40px;
  }
}
@media screen and (min-width: 481px) {
  .school_top p {
    width: calc(100% - 260px);
    float: left;
  }
  .school_top figure {
    width: 240px;
    float: right;
    margin-left: 20px;
  }
  .school02 .school_top p {
    width: 100%;
    float: none;
  }
  .school02_img {
    clear: both;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .school02_img figure {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .school_top h2 {
    font-size: 18px;
  }
  .school_top h2 em {
    display: inline-block;
  }
  .school_top h2 img {
    height: 20px;
  }
  .school_top p {
    margin-bottom: 15px;
  }
  .school_top h2 b {
    font-size: 12px;
  }
}
/* ------------------------------

school_program

------------------------------ */
/*
.school_program h3 {
	margin: 0 0 5px;
	padding: 5px 10px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	background: #ffa847;
	border-radius: 10px;
}
*/
.school_program p {
  margin-bottom: 10px;
}

.school_program ul {
  width: auto;
}

.school_program ul:after {
  content: "";
  clear: both;
  display: block;
}

.school_program li {
  margin-bottom: 15px;
}

.school_program li figcaption {
  padding-top: 5px;
}

@media screen and (min-width: 769px) {
  .school_program li {
    width: 32.3333333333%;
    float: left;
    margin-left: 1%;
  }
  .school_program li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .school_program li {
    width: 32.3333333333%;
    float: left;
    margin-left: 1%;
  }
  .school_program li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .school_program li {
    width: 49%;
    float: left;
    margin-left: 2%;
  }
  .school_program li:nth-child(odd) {
    margin-left: 0;
  }
  .school_program li figcaption {
    font-size: 12px;
  }
}
/* ------------------------------

access

------------------------------ */
.access:after {
  content: "";
  clear: both;
  display: block;
}

.access p {
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .access p {
    width: 35%;
    float: left;
  }
  .access figure {
    width: 63%;
    float: right;
  }
  .access figure iframe {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .access p {
    margin-bottom: 15px;
  }
  .access figure iframe {
    height: 240px;
  }
}
/* ------------------------------

area

------------------------------ */
.area:after {
  content: "";
  clear: both;
  display: block;
}

.area h3 {
  font-size: 16px;
}

.area p {
  line-height: 1.8;
}

.area dl dt {
  color: #fd8174;
}

.area dl dd {
  margin-bottom: 20px;
}
.area dl dd li {
  display: inline-block;
}
.area dl dd li::after {
  content: "／";
  display: inline-block;
}
.area dl dd li:last-child()::after {
  display: none;
}
.area dl dd b {
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 481px) {
  .area p,
  .area dl {
    width: calc(100% - 240px);
    float: left;
  }
  .area figure {
    width: 200px;
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .area p {
    margin-bottom: 15px;
  }
}
/* --------------------

school list

-------------------- */
.school_list {
  margin: 0 auto 50px;
  width: auto;
  position: relative;
}
.school_list ul {
  width: auto;
}
.school_list ul:after {
  content: "";
  clear: both;
  display: block;
}
.school_list li {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: block;
  padding: 20px 10px;
  background: #fff;
  text-decoration: none;
}
.school_list li::nth-child(6) {
  background: #fbfbf4;
}
.school_list li figure, .school_list li figcaption {
  text-align: center;
}
.school_list li figure {
  margin-bottom: 10px;
  text-align: center;
}
.school_list li figure img {
  max-width: 100%;
}
.school_list li p img {
  max-width: 140px;
  margin-top: 10px;
}
.school_list a {
  text-decoration: none;
}
.school_list p {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.school_list .generalBtn {
  position: absolute;
  left: 0;
  right: 0;
  top: 26.5em;
  margin: auto;
  width: 80%;
}

.school_list_head {
  margin-bottom: 5px;
  width: auto;
  text-align: center;
}
.school_list_head p, .school_list_head h3 {
  display: inline-block;
  vertical-align: top;
}
.school_list_head p {
  margin-bottom: 5px;
  width: 60px;
  height: 60px;
  background-color: #FCAC4D;
  border-radius: 100%;
}
.school_list_head p:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*margin-left: -.5em;*/
}
.school_list_head p span {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  width: 60px;
  text-align: center;
  line-height: 1.5;
}
.school_list_head h3 {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
.school_list_head h3 strong {
  display: inline-block;
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  .school_list {
    /* margin-left: 10px;
     margin-right: 10px;*/
  }
  .school_list ul {
    text-align: center;
  }
  .school_list ul::after { /* 2列目を左側揃え */
    content: "";
    display: block;
    width: 66%;
    height: 0;
  }
  .school_list ul li {
    width: calc(33.3333333333% - 10px);
    display: inline-block;
    vertical-align: top;
    min-height: 420px;
  }
  .school_list ul li:nth-child(6) {
    background: #fbfbf4;
  }
  ul li.school_list02 {
    min-height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .school_list ul::after { /* 2列目を左側揃え */
    content: "";
    display: block;
    width: 66%;
    height: 0;
  }
  .school_list ul li p {
    font-size: 94%;
  }
  .school_list ul li p img {
    max-width: 100px;
  }
  .school_list ul li .generalBtn {
    top: 24em;
  }
}
@media screen and (min-width: 481px) {
  .school_list li {
    width: calc(33.3333333333% - 10px);
    min-height: 380px;
  }
  .school_list li:nth-child(6) {
    background: #fbfbf4;
  }
}
@media screen and (max-width: 480px) {
  .school_list li {
    width: 100%;
    margin-left: 0;
    min-height: 390px;
  }
  .school_list li:nth-child(6) {
    background: #fbfbf4;
    min-height: 1px;
  }
  .school_list li p {
    font-size: 100%;
  }
}
/* --------------------

school_office

-------------------- */
.school_office h4 {
  background: #f29c88;
  color: #fff;
  padding: 0.3em 1em;
  margin-top: 30px;
  border-radius: 8px;
}
.school_office .box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
}
.school_office .box h5 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.school_office .box h6 {
  color: #fd8174;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: -1em;
}
.school_office .box p {
  margin: 1rem 0;
}
.school_office .box .hyoka {
  background: #f7f7ed;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 5px;
}
.school_office .box .hyoka ul li {
  position: relative;
  padding-left: 20px;
}
.school_office .box .hyoka ul li a {
  line-height: 2em;
  font-size: 0.9em;
}
.school_office .box .hyoka ul li a:link {
  color: #5992db;
}
.school_office .box .hyoka ul li a.pdflink:before {
  position: absolute;
  left: 0;
  top: 0.4em;
  content: "";
  display: inline-block;
  width: 17px;
  height: 19px;
  background-image: url(../images/pdf-link.png);
  background-size: contain;
  vertical-align: middle;
}
.school_office .box .placeMap {
  width: 48%;
  text-align: center;
}
.school_office .box .placeMap iframe {
  min-height: 250px;
}

.school_office .box .placeMap a img {
  margin-top: 10px;
}

@media screen and (max-width: 926px) {
  .school_office .box .placeMap {
    width: 100%;
    margin-top: 30px;
  }
}
/* ------------------------------

outline

------------------------------ */
.outline h5 {
  margin-bottom: 0.5em;
  color: #333;
}

.outline p {
  margin-bottom: 2em;
}

.outline ol,
.outline ul {
  color: #333;
}

.outline ol {
  margin: 0 0 3em 2em;
  list-style-type: decimal;
}

.outline ol li,
.outline ul li {
  margin-bottom: 1em;
}

.outline ol li::marker,
.outline ol li span {
  font-weight: bold;
  font-size: 1.1em;
}

.outline ol.ol02 li::marker {
  font-weight: normal;
}

.outline ul {
  margin-left: 2em;
  list-style-type: disc;
}

/* ------------------------------

lectureTop

------------------------------ */
.lectureTop h2 {
  margin-bottom: 10px;
  /*font-size: 24px;*/
}

/*
.lectureTop h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
*/
.lectureTop p {
  line-height: 1.8;
}

/*
@media screen and (max-width: 768px) {
	.lectureTop h2 {
		font-size: 20px;
	}
}
*/
/* ------------------------------

lectureContent

------------------------------ */
.lectureContent {
  /*border: 3px solid #EB6C71;*/
  border-radius: 5px;
  width: auto;
  padding: 0 0 10px;
  overflow: hidden;
  /*background: #FFF;*/
  border-width: 3px;
  border-style: solid;
}

.lectureContent:after {
  content: "";
  clear: both;
  display: block;
}

.lectureContent h3 {
  margin-bottom: 10px;
  padding: 5px;
  color: #FFF;
  font-size: 24px;
  /*background: #EB6C71;*/
}

.lectureContent h3:after {
  display: none;
}

.lectureContentText,
.lectureContentImg {
  padding: 0 10px;
}

.lectureContentText p {
  /*font-size: 22px;
  font-weight: bold;
  color: #EB6C71;*/
  font-size: 16px;
  margin-bottom: 5px;
}

.lectureContentText h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}

.lectureContentText h4 b {
  font-size: 24px;
}

.lectureContentText dl {
  background: #FFF;
  border: 1px solid #CCC;
}

.lectureContentText dt {
  background: #F5F5F5;
  margin-bottom: 5px;
  padding: 5px;
}

.lectureContentText dd {
  padding: 5px;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .lectureContentText {
    width: calc(100% - 200px);
    float: right;
    padding-right: 20px;
  }
  .lectureContentImg {
    width: 200px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .lectureContentText {
    margin-bottom: 15px;
  }
  .lectureContent h3 {
    font-size: 20px;
  }
  .lectureContentText p {
    font-size: 16px;
  }
  .lectureContentText h4 {
    font-size: 16px;
  }
  .lectureContentText h4 b {
    font-size: 20px;
  }
}
/* ------------------------------

lectureOutline

------------------------------ */
/*
.lectureOutline h2 {
	margin-bottom: 10px;
	font-size: 24px;
}
*/
.lectureOutline:after {
  content: "";
  clear: both;
  display: block;
}

.lectureOutlineTable th {
  width: 80px;
}

/*
@media screen and (max-width: 768px) {
	.lectureOutline h2{
		font-size: 20px;
	}
}
*/
@media screen and (min-width: 481px) {
  .lectureOutlineTable {
    width: 49%;
    float: left;
  }
  .lectureOutlineMap {
    width: 49%;
    float: right;
  }
  .lectureOutlineMap iframe {
    height: 320px;
  }
}
@media screen and (max-width: 480px) {
  .lectureOutlineTable {
    margin-bottom: 15px;
  }
  .lectureOutlineMap iframe {
    height: 240px;
  }
}
/* ------------------------------

privacyContents

------------------------------ */
.privacyTop {
  margin-bottom: 50px;
}

.privacyContents {
  margin: 0 0 50px;
}
.privacyContents h3 {
  color: #fd7c69;
  font-size: 16px;
  padding: 0;
  background: none;
  margin: 0;
}
.privacyContents h3:after {
  display: none;
}
.privacyContents h3 span {
  margin-left: 0.5rem;
}
.privacyContents ol {
  counter-reset: number;
  margin: 5px 0 10px;
}
.privacyContents ol li {
  padding-left: 1.15rem;
  position: relative;
  margin-bottom: 3px;
}
.privacyContents ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.privacyContents p {
  word-break: break-all;
  margin: 5px 0 10px;
}
.privacyContents .mBox02 {
  margin: 4vh auto;
}
.privacyContents .privacyBox01 {
  margin: 4vh auto;
}

@media screen and (max-width: 768px) {
  .lectureTop h2 {
    font-size: 20px;
  }
}
/* ------------------------------

form

------------------------------ */
.required {
  margin: 0 0 0 3px;
  padding: 3px 5px;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  border-radius: 2px;
  background: #F00;
}

/* ------------------------------

formmail formmailInfo

------------------------------ */
.formmailInfo {
  margin: 1em 0;
}

.formmailInfo li {
  padding-left: 10px;
  position: relative;
}

.formmailInfo li.strong {
  font-size: 18px;
  font-weight: bold;
  color: #e44948;
}

.formmailInfo li:before {
  position: absolute;
  top: 0.4em;
  left: 0;
  color: #fd8174;
  font: normal normal normal 12px/1 Fontawesome;
  content: "\f0da";
}

/* ------------------------------

formmail table

------------------------------ */
.formmailTable {
  margin-bottom: 20px;
}

.formmailTable table {
  width: 100%;
}

.formmailTable th,
.formmailTable td {
  padding: 10px;
  color: #333;
  border: 1px solid #ccc;
}

.formmailTable th {
  width: 15em;
  background: #f1f1f1;
  text-align: left;
}

.formmailTable td input + span {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .formmailTable th,
  .formmailTable td {
    display: block;
  }
  .formmailTable th {
    width: 100%;
  }
}
/* ------------------------------

 フォーム 入力欄

------------------------------ */
select,
textarea {
  margin: 3px 2px;
  padding: 5px;
  border: 1px solid #ccc;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  padding: 7px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #ccc;
}

.inputSm {
  width: 3em;
}

.inputMd {
  width: 25em;
}

.inputLg {
  width: 99%;
}

.textareaLg {
  width: 99%;
  height: 10em;
}

input[type=password] {
  width: 8em;
}

@media screen and (max-width: 1024px) {
  .inputSm {
    width: 15%;
  }
  .inputMd {
    width: 70%;
  }
  .inputLg {
    width: 100%;
  }
}
/* ------------------------------

formmail btn

------------------------------ */
.formmailBtn {
  margin: 0 auto 50px;
}

.formmailBtn p {
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
}

.formmailBtn .btn {
  width: auto;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  background: #E72926;
  border: none;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  cursor: pointer;
}

.formmailBtn .btn:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* ------------------------------

privacy box

------------------------------ */
.privacyBox {
  width: 510px;
  margin: 0 auto 50px;
  padding: 15px;
  border: 1px dotted #222;
  background: #FFF;
}

.privacyBox h3 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #222;
  font-size: 14px;
}

.privacyBox h3:after {
  display: none;
}

.privacyBox p {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .privacyBox {
    width: 100%;
  }
}
/* ------------------------------

formmailTel

------------------------------ */
.formmailTel {
  margin: 0 0 80px;
}

.formmailTel h2 {
  background: url(../images/formmail_tel_title.gif);
}

/* ==================== FAQ ==================== */
/* ------------------------------

 faq top

------------------------------ */
.faqTop {
  margin: 0 0 30px;
}

/* ------------------------------

 faq list

------------------------------ */
.faqList {
  margin: 0 0 50px;
}

.faqList dt {
  position: relative;
  margin-bottom: 5px;
  padding: 10px 5px 10px 40px;
  line-height: 1.5;
  font-weight: bold;
}

.faqList dt:before {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  content: "Q";
  color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  background-color: #fd8174;
}

.faqList dt.active {
  background-image: url(../images/arrow_04_gr_nb_t.png);
}

.faqList dd {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 5px 30px 40px;
  line-height: 1.5;
  border-bottom: 1px dotted #CCC;
}

.faqList dd:last-child {
  border: 0;
}

.faqList dd:before {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  content: "A";
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  background-color: #EFEDEA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fd8174;
}

/* ==================== tusyo ==================== */
/* ------------------------------

 tusyo top

------------------------------ */
.tusyoTop {
  margin: 0 0 30px;
}

.tusyoTop p b {
  font-size: 20px;
  color: #E73528;
}

@media screen and (max-width: 480px) {
  .tusyoTop p b {
    font-size: 16px;
  }
}
/* ------------------------------

 tusyoProceed

------------------------------ */
.tusyoProceed {
  margin: 0 0 50px;
}

/*
.tusyoProceed h2 {
	margin: 0 0 5px;
	padding-left: 0;
	font-size: 20px;
	color: #E73528;
	height: auto;
	line-height: 1.3;
	background: transparent;
}
*/
.tusyoProceed h2:before,
.tusyoProceed h2:after {
  display: none;
}

.tusyoProceed dl {
  margin-bottom: 20px;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  background: #FFF;
  border-color: #87b7e4;
}

.tusyoProceed dt {
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 0 20px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 20px;
}

.tusyoProceed dt:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  color: #FFF;
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 100%;
  background: #87b7e4;
}

.tusyoProceed dd ol li {
  list-style: decimal;
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .tusyoProceed h2,
  .tusyoProceed dt {
    font-size: 16px;
  }
}