@charset "UTF-8";

/*----------------------------------------------------------------------------------COMMON---------------------------------------------------------------------------------- */
/* !Layout
---------------------------------------------------------- */
html {
}

body {
  font-size: 0;
}

/*font*/
.yu-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.yu-gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.prevBtn {
  display: inline-block;
  border: solid 1px #b8b8b8;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
  position: absolute;
}

/*btn*/
.active-submenu2:after,
.active-submenu2 {
  background-image: url(../img/common/ico_arrow05.png) !important;
  background-size: 10px !important;
}

/*tit*/
.titStyle03 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  text-align: center;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.titStyle03:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  margin-left: -25px;
  background: #87c5bb;
  position: absolute;
  bottom: -10px;
  left: 50%;
}

.titStyle04 {
  padding-left: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 2px;
  color: #007e65;
  margin-bottom: 40px;
  border-left: solid 7px #007e65;
}

/*list*/
.diskList01 li {
  padding-left: 15px;
  text-indent: -1.1em;
}

.diskList01 li:before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  background: #87c5bb;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

/* !mainTit02Module
---------------------------------------------------------- */
.mainTit02Module {
  width: 100%;
  display: table;
  position: relative;
}

.mainTit02Module > div {
  display: table-cell;
  vertical-align: middle;
}

.mainTit02Module.other h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  display: inline-block;
  color: #007e65;
  background: rgba(255, 255, 255, 0.9);
}

.mainTit02Module.other h1 span {
  display: block;
}

/*form
--------------------------------------------*/
#contents.form h1 {
  color: #007e65;
  text-align: center;
}

/*countBox*/
#contents.form .countBox {
  text-align: center;
  color: #fff;
  background: #007e65;
  position: relative;
  position: fixed;
  right: 0;
  z-index: 999;
}

#contents.form .countBox:before,
#contents.form .countBox:after {
  content: "";
  height: 1px;
  background: #44a190;
  position: absolute;
  left: 0;
}

#contents.form .countBox:before {
  top: 3px;
}

#contents.form .countBox:after {
  bottom: 3px;
}

#contents.form .countBox p span {
  display: inline-block;
}

#contents.form h2 {
  position: relative;
}

#contents.form h2:before {
  content: "";
  display: inline-block;
  background: #87c5bb;
  position: absolute;
  top: 0;
  left: 0;
}

#contents.form .txtList li {
  text-indent: -1em;
}

#contents.form table tr th {
  margin-bottom: 5px;
  font-weight: bold;
  color: #007e65;
}

#contents.form em {
  margin-left: 5px;
  letter-spacing: 2px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  background: #007e65;
}

#contents.form table .date select {
  margin-left: 5px;
  margin-right: 5px;
}

/*select*/
#contents.form table select {
  background: #fff;
  border-radius: 0;
  /* CSS3草案 */
  -webkit-border-radius: 0;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 0;
  /* Firefox用 */
  border: solid 1px #bfbfbf;
}

/*checkBox*/
.formQuestModule input[type="radio"] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 3px solid #85c4b6;
  border-radius: 15px;
  background: transparent;
  width: 100%;
  cursor: pointer;
}

/*radio*/
.radioStyle label,
.formInfoModule label {
  padding-right: 10px;
}

.radioStyle {
  margin-bottom: 5px;
}

.radioStyle span {
  font-size: 14px;
}

/*input*/
input[type="checkbox"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border: 2px solid #85c4b6;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
}

input[type="checkbox"]:checked:after {
  content: "";
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  left: 1px;
  width: 10px;
  height: 6px;
  margin-top: -1px;
  border-left: 3px solid #595656;
  border-bottom: 3px solid #595656;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*input*/
/*textarea*/
#contents.form input[type="text"],
#contents.form input[type="email"],
#contents.form textarea {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
  background: #efeeed;
  border: none;
}

#contents.form textarea {
  padding: 10px;
}

/* !formBtn submit*/
.submit .wpcf7-form-control.wpcf7-submit.confirm_button,
.submit #wpcf7-modify,
.submit .syuseiBtn,
.submit .wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: url(../img/common/ico_arrow02.png) no-repeat 98% center #007e65;
  background-size: 6px;
  border: none;
  cursor: pointer;
}

.submit #wpcf7-modify,
.submit .syuseiBtn {
  color: #595656;
  background: #f1f1f1;
}

/*formCourseModule
--------------------------------------------*/

/*formQuestModule
--------------------------------------------*/
.formQuestModule ul {
  margin-bottom: 12px;
  border: solid 4px #dbedea;
}

.formQuestModule ul li {
  margin: 5px 0;
  position: relative;
}

.formQuestModule ul li input[type="checkbox"] {
  position: absolute;
  top: 6px;
  left: 0;
}

.formQuestModule ul li input[type="text"] {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  display: block;
  background: #efeeed;
  border: none;
}

.formQuestModule ul li {
  position: relative;
}

.formQuestModule ul li span {
  font-size: 16px;
  line-height: 22px;
}

/*formInfoModule
--------------------------------------------*/
.wpcf7-form-control-wrap {
}

.formInfoModule table td.checkList span.wpcf7-list-item {
  margin: 0 0 7px 20px;
  display: block;
  text-indent: -1.4em;
}

.formInfoModule .wpcf7-not-valid-tip {
  color: #f00 !important;
}

.formInfoModule table td.checkList span {
  font-size: 16px;
  line-height: 22px;
}

.formInfoModule span {
  font-size: 16px;
}

/*formPrivacyModule
--------------------------------------------*/
.formPrivacyModule {
  text-align: center;
}

.formPrivacyModule .txt a {
  padding-right: 15px;
  text-decoration: underline;
  color: #007e65;
  background: url(../img/common/ico_blank01.png) no-repeat right center;
  background-size: 9px;
  font-size: 16px;
}

.formPrivacyModule .checkBox,
.sendingDestinationModule .checkBox {
  padding: 15px 25px;
  background: #e5f6f3;
  position: relative;
}

.formPrivacyModule .checkBox p,
.sendingDestinationModule .checkBox p {
  padding-right: 35px;
  font-weight: bold;
}

.sendingDestinationModule .checkBox p {
  padding-right: 0;
}

.checkBox span {
  font-size: 16px;
}

.formPrivacyModule .checkBox p em {
  position: absolute;
  margin-top: -9px;
  top: 50%;
  right: 5px;
}

.formPrivacyModule .checkBox .wpcf7-not-valid-tip {
  color: #f00 !important;
}

/*sendingDestinationModule
--------------------------------------------*/
.sendingDestinationModule {
  border: solid 2px #e5f6f3;
}

.sendingDestinationModule ul li {
  margin-right: 10px;
  display: inline-block;
}

.sendingDestinationModule ul li [type="radio"] {
  margin-right: 5px;
}

/* !formConfModule
---------------------------------------------------------- */
/*itemBox*/
.formConfModule .itemBox {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #dbedea;
}

.formConfModule .itemBox h3 {
  margin-bottom: 5px;
  font-weight: bold;
  color: #007e65;
  font-size: 14px;
  line-height: 26px;
}

/*accordionBlock*/
.formConfModule .itemBox > ul li,
.formConfModule .itemBox > ul p {
  position: relative;
}

.formConfModule .itemBox > ul li span {
  font-size: 16px;
  line-height: 22px;
}

.formConfModule .itemBox > ul > li > p {
  margin-bottom: 10px;
  padding: 0 0 0 15px;
}

.formConfModule .itemBox > ul li input[type="radio"],
.formConfModule .itemBox > ul li input[type="checkbox"] {
  position: absolute;
  top: 3px;
  left: 0;
}

.formConfModule .itemBox > ul.row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.formConfModule .itemBox > ul.row li:nth-of-type(n + 2) {
  margin-left: 30px;
}

.formConfModule .itemBox > ul li input[type="radio"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border: 2px solid #85c4b6;
  border-radius: 13px;
  background: transparent;
  cursor: pointer;
}

.formConfModule .itemBox > ul li input[type="radio"] + span {
  position: relative;
}

.formConfModule .itemBox > ul li input[type="radio"] + span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

@media (max-width: 767px) {
  .formConfModule .itemBox > ul li input[type="radio"] + span::before {
    top: 7px;
  }
}

.formConfModule .itemBox > ul li input[type="radio"]:checked + span::before {
  opacity: 1;
}

.formConfModule .itemBox > ul li.other input[type="checkbox"] {
  top: 12px;
}

.formConfModule .itemBox ul.accordion {
  margin-bottom: 10px;
  padding: 10px 20px;
  background: #e7f3f1;
}

.formConfModule .itemBox li.accordionBlock ul.accordion li {
  text-indent: -3px;
  margin: 5px 0;
  padding: 0 0 0 20px;
}

.formConfModule .itemBox ul li p.attention {
  margin-top: 10px;
  font-size: 11px;
  color: #d50000;
}

.formConfModule .itemBox input[type="text"] {
  padding-left: 10px;
  width: 50%;
  height: 30px;
  background: #fff !important;
}

.formConfModule .itemBox input[type="text"].time {
  width: 30%;
  margin: 6px 5px 0 5px;
}

.formConfModule .itemBox.finish input[type="text"] {
  width: 20%;
  margin: 0 5px;
}

.formConfModule .itemBox.finish input[type="text"].school {
  width: 34%;
  float: right;
}

/* !formSkillModule
---------------------------------------------------------- */
.formSkillModule {
  margin-bottom: 50px !important;
}

.formSkillModule span {
  font-size: 16px;
  line-height: 22px;
}

.formSkillModule > div {
  padding: 30px;
  border: solid 4px #dbedea;
}

.formSkillModule > div p {
  margin: 10px 0 5px 0;
  font-size: 16px;
  line-height: 24px;
}

.formSkillModule > div ul li {
  margin-right: 10px;
  display: inline-block;
}

/* !formLinkModule
---------------------------------------------------------- */
.formLinkModule h1 {
  color: #595656 !important;
  position: relative;
}

.formLinkModule h1:after {
  content: "";
  display: inline-block;
  background: #87c5bb;
  position: absolute;
  left: 50%;
}

.formLinkModule p.txt {
  text-align: center;
}

/* !downloadModule
---------------------------------------------------------- */
.downloadModule h2:before {
  width: 0 !important;
}

/* !mainTitModule
---------------------------------------------------------- */
.mainTit01Module,
.mainTit02Module {
  background: url(../img/common/base_shadow01.png) no-repeat center top #f1f1f1;
  position: relative;
  text-align: center;
}

.mainTit01Module h1 {
  text-align: center;
}

.mainTit01Module.other h1 {
  padding: 60px 20px 10px 20px;
  font-size: 16px;
  display: inline-block;
  border-bottom: solid 1px #d8d5d1;
}

.mainTit01Module.other ul.catIco {
  margin: 10px -10px 0 0;
}

.mainTit01Module.other ul.catIco li {
  margin-right: 10px;
  display: inline-block;
}

.mainTit01Module.other ul.catIco li img {
  width: auto;
  height: 20px;
}

.mainTit01Module .ico,
.mainTit02Module .ico {
  position: absolute;
  top: 0;
  left: 20px;
}

/* !ScheduleModule
---------------------------------------------------------- */
.scheduleModule h3 {
  margin: 30px 0 15px 0;
  font-size: 16px;
  text-align: center;
}

.scheduleModule ul.tab {
  overflow: hidden;
}

.scheduleModule ul.tab li {
  width: 50%;
  font-size: 13px;
  text-align: center;
  float: left;
  background: #f1f1f1;
  border: solid 2px #dedede;
}

.scheduleModule ul.tab li a {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}

.scheduleModule ul.tab li.active:nth-child(1) {
  border-right: none;
}

.scheduleModule ul.tab li.active:nth-child(2) {
  border-left: none;
}

.scheduleModule ul.tab li.active {
  padding-bottom: 20px;
  color: #007e65;
  background: #fff;
  border-bottom: none;
  position: relative;
}

.scheduleModule .kyoto,
.scheduleModule .oosaka {
  margin-top: -10px;
  padding: 30px 10px 10px 10px;
  border: solid 2px #dedede;
  border-top: none;
}

.scheduleModule .oosaka {
  display: none;
}

.scheduleModule .txt {
  margin-left: 10px;
  color: #6ab0a5;
  text-indent: -1em;
}

/* !letGoModule
---------------------------------------------------------- */
.letGoModule .borderBox li a {
  display: block;
}

/* !openSchoolModule
---------------------------------------------------------- */
.openSchoolModule {
  margin: 30px 0;
  padding: 10px;
  background: url(../img/common/bg_01.jpg);
}

.openSchoolModule .inner {
  padding: 20px 15px 5px 15px;
  border: solid 6px #fff;
}

.openSchoolModule .inner02 {
  padding: 20px 15px 5px 15px;
  border: solid 6px #fff;
}

.openSchoolModule .inner02 .btn02 {
  margin: 20px 0 15px 0;
}

.openSchoolModule h2 {
  margin-bottom: 10px;
}

.openSchoolModule .txtArea {
  background: #fff !important;
}

.openSchoolModule .scheduleModule .graph > li {
  border: solid 2px #fff;
}

.openSchoolModule .scheduleModule .graph > li p.date {
  background: #fff;
}

.openSchoolModule .inner .txt2 {
  display: block;
  padding: 5px 0 10px;
}

.openSchoolModule .inner .kaigyo.txt {
  text-indent: -1.8em;
  padding: 0 0 0 1.8em;
}

.openSchoolModule .inner02 .txt {
  display: block;
  padding: 0 0 20px;
}

/*
.openSchoolModule .inner02{
	padding : 35px 35px 0;
	position : relative;
	min-height : 385px;
}
.openSchoolModule .inner02 h2{
	display : block;
	float : left;
	width : 490px;
}
.openSchoolModule .inner02 p.txt{
	font-size:14px;
	line-height:30px;
	margin : 0 0 10px;
	float : left;
	width : 490px;
}
.openSchoolModule .inner02 .pic02{
	position : absolute;
	top : 35px;
	right : 35px;
	width : 390px;
	height : 298px;
}
.openSchoolModule .inner02 .btn02{
	clear: both;
	float : left;
}
*/

/* !category01Module
---------------------------------------------------------- */
.category01Module ul {
  margin: 20px 0;
  text-align: center;
}

.category01Module ul li {
  margin: 0 0 5px 5px;
  padding: 6px 10px 6px 30px;
  color: #007e65;
  font-weight: bold;
  border: solid 2px #88c4bb;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
  display: inline-block;
  position: relative;
}

.category01Module ul li:hover,
.category01Module ul li.select {
  color: #fff;
  border: none;
  background: #007e65;
  border: solid 2px #007e65;
}

.category01Module ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -7px;
  display: inline-block;
  border: solid 2px rgba(136, 196, 187, 0.5);
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
  position: absolute;
  top: 50%;
  left: 10px;
}

/* !category02Module
---------------------------------------------------------- */
.category02Module ul {
  text-align: center;
}

.category02Module ul li {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.category02Module ul li a {
  color: #007e65;
}

.category02Module ul li:hover a {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.category02Module ul li:hover a,
.category02Module ul li.select a {
  color: #fff;
  background: #007e65;
  display: block;
}

/* !category03Module
---------------------------------------------------------- */
.category03Module ul li span {
  font-weight: bold;
  text-align: center;
  color: #007e65;
  display: block;
  letter-spacing: 1px;
  position: relative;
}

.category03Module ul li span:after {
  content: "";
  width: 10px;
  height: 6px;
  display: inline-block;
  margin-top: -3px;
  background: url(../img/common/ico_arrow10.png) no-repeat;
  background-size: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
}

.category03Module ul li.select span {
  color: #fff;
  background: #007e65;
}

.category03Module ul li span:hover {
  background: #a6dfd6;
}

.category03Module ul li.select span:after {
  background: url(../img/common/ico_arrow05.png) no-repeat;
  background-size: 10px;
}

/* !courseListModule
---------------------------------------------------------- */
.courseListModule {
  margin-bottom: 30px;
  padding: 20px 20px 1px 20px;
  background: url(../img/common/bg_01.jpg);
}

.courseListModule > ul > li {
  margin-bottom: 30px;
}

.courseListModule > ul > li .mask {
  display: inline-block;
  border-top-left-radius: 10px;
  /* CSS3草案 */
  border-bottom-right-radius: 10px;
  /* CSS3草案 */
  -webkit-bordertop-left--radius: 10px;
  /* Safari,Google Chrome用 */
  -webkit-border-bottom-right-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-bordertop-left--radius: 10px;
  /* Firefox用 */
  -moz-border-bottom-right-radius: 10px;
  /* Firefox用 */
  overflow: hidden;
}

.courseListModule ul li a figure {
  max-width: 100%;
  border-top-left-radius: 10px;
  /* CSS3草案 */
  border-bottom-right-radius: 10px;
  /* CSS3草案 */
  -webkit-bordertop-left--radius: 10px;
  /* Safari,Google Chrome用 */
  -webkit-border-bottom-right-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-bordertop-left--radius: 10px;
  /* Firefox用 */
  -moz-border-bottom-right-radius: 10px;
  /* Firefox用 */
  overflow: hidden;
}

.courseListModule > ul > li figure img {
  width: 100%;
  opacity: 0.999;
}

.courseListModule > ul > li .qualification .tit {
  padding: 0 5px;
  display: inline-block;
  line-height: 20px;
  color: #fff;
  background: #87c5bb;
}

.courseListModule > ul > li .qualification ul {
  margin: 5px 0 10px 0;
}

.courseListModule > ul > li .qualification ul li {
  font-weight: bold;
  color: #61aea2;
  display: inline-block;
}

.courseListModule > ul > li .qualification ul li:after {
  content: "、";
  display: inline-block;
}

.courseListModule > ul > li .qualification ul li:last-child:after {
  content: "";
}

.courseListModule > ul > li .btn02 {
  margin-top: 15px;
}

/*interest*/
#contents.interest .courseListModule h2 {
  color: #61aea2;
  text-align: center;
  position: relative;
}

#contents.interest .courseListModule h2:before {
  content: "";
  width: 80px;
  height: 3px;
  margin-left: -40px;
  display: inline-block;
  background: #61aea2;
  position: absolute;
  top: 0;
  left: 50%;
}

/* !lessonListModule
---------------------------------------------------------- */
.lessonListModule ul li {
  margin-bottom: 30px;
  position: relative;
}

.lessonListModule ul li .date {
  font-weight: bold;
  color: #6fb2a7;
  border-bottom: solid 3px #f9f6f7;
  position: relative;
}

.lessonListModule ul li .date span {
  color: #fff;
  display: inline-block;
  background: #88c4bb;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.lessonListModule ul li ul {
  position: absolute;
  top: 10px;
  right: 0;
}

.lessonListModule ul li ul li {
  margin-left: 6px;
  display: inline-block;
}

.lessonListModule ul li ul li img {
  width: auto;
  height: 20px;
}

.lessonListModule ul li figure {
  display: inline-block;
  vertical-align: top;
}

.lessonListModule ul li .lessonDetail {
  display: inline-block;
  vertical-align: top;
}

.lessonListModule ul li .lessonDetail h2 {
  font-weight: 600;
}

/* !txtArea01Module
---------------------------------------------------------- */
.txtArea01Module dl {
  border-bottom: solid 1px #87c5bb;
}

.txtArea01Module dl dt {
  color: #007e65;
}

.txtArea01Module dl dd span {
  font-weight: bold;
  color: #007e65;
  display: block;
}

.txtArea01Module dl dt,
.txtArea01Module dl dd {
  border-top: solid 1px #87c5bb;
  display: inline-block;
  vertical-align: top;
}

/*attentionBox*/
#contents.mld .txtArea01Module .attentionBox {
  margin-top: 10px;
  padding: 15px;
  background: #fffce5;
  border: solid 3px #e22350;
}

#contents.mld .txtArea01Module .attentionBox h2 {
  margin-bottom: 5px;
  color: #e22350;
  font-weight: bold;
}

#contents.mld .txtArea01Module .attentionBox .btn02 {
  width: 100%;
  margin: 5px 0 0 0;
  line-height: 30px;
  cursor: pointer;
}

/* !conversionBtnModule
---------------------------------------------------------- */
.conversionBtnModule {
  margin: 30px 0;
  padding: 20px 10px 10px 10px;
  background: url(../img/common/bg_01.jpg);
}

/* !entry_post
---------------------------------------------------------- */
.entry_post {
  overflow: hidden;
  margin: 0 10px;
}

.entry_post h1,
.entry_post h2,
.entry_post h3,
.entry_post h4,
.entry_post h5,
.entry_post h6 {
  font-weight: bold;
  color: #595656 !important;
}

.entry_post img {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.entry_post img,
.entry_post p {
  margin-bottom: 10px;
}

.entry_post .alignleft {
  float: left;
}

.entry_post .alignright {
  float: right;
}

.entry_post .alignnone {
  float: none;
}

.entryPost p:first-child {
  margin-top: 0 !important;
}

.entryPost li {
  margin-bottom: 5px;
}

.entryPost ul,
.entryPost ol {
  padding-left: 20px;
}

.entryPost ul li {
  list-style: none;
}

.entryPost ol li {
  list-style: decimal;
}

.entryPost h2,
.entryPost h3,
.entryPost h4,
.entryPost h5,
.entryPost h6 {
  font-weight: bold;
  margin: 10px 0 5px;
  font-size: 1.8em;
  line-height: 1.6em;
  clear: both;
}

.entryPost strong {
  ont-weight: bold;
}

.entryPost li strong {
  display: block;
  margin-bottom: 2px;
}

.entryPost div p,
.entryPost blockquote p {
  margin: 0;
}

.entryPost div {
  clear: both;
}

/*course_alacarte*/
.course_alacarte .entry_post h3 {
  margin-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: normal;
  color: #007e66;
}

.course_alacarte .entry_post .txtBox {
  margin: 0 0 20px 0;
  border: solid 6px #f0ede4;
  overflow: hidden;
}

.course_alacarte .entry_post .txtBox p {
  margin-bottom: 0 !important;
}

.course_alacarte .entry_post img {
  padding: 0 !important;
}

/* !blogLoistModule
---------------------------------------------------------- */
.blogLoistModule ul li {
  overflow: hidden;
}

.blogLoistModule ul li .tit {
  position: relative;
}

.blogLoistModule ul li .date {
  color: #007e65;
  position: absolute;
  bottom: 2px;
  left: 0;
  font-family: "EB Garamond", serif;
}

.blogLoistModule ul li .date span {
  color: #fff;
  text-align: center;
  display: block;
  background: #007e65;
}

.blogLoistModule ul li .date span span {
  width: auto;
  height: auto;
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.blogLoistModule ul li h2 {
  color: #007e65;
  border-bottom: solid 2px #d8d5d1;
}

.blogLoistModule ul li h2 a {
  color: #007e65;
}

.blogLoistModule ul li .btn02 {
  color: #595656;
  border: solid 1px #dbdbdb;
  background: #fff;
  position: relative;
}

.blogLoistModule ul li .btn02:after {
  content: "";
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-top: -5px;
  background: url(../img/common/ico_arrow03.png) no-repeat;
  background-size: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
}

.blogLoistModule ul li .staff {
  float: right;
}

/* !reasonModule
---------------------------------------------------------- */
.reasonModule ul {
  overflow: hidden;
}

.reasonModule ul li {
  padding: 15px 5px;
  text-align: center;
  display: table;
  float: left;
  background: rgba(106, 117, 137, 0.1);
  border-top: solid 2px #6a7589;
  border-bottom: solid 2px #6a7589;
  position: relative;
}

.reasonModule ul li:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
}

.reasonModule ul li p {
  display: table-cell;
  vertical-align: middle;
}

/*qualificationModule
-------------------------------------------------------- */
.qualificationModule {
  background: url(../img/common/bg_01.jpg);
}

.qualificationModule h2 {
  border-top: solid 2px #6fb2a7;
  border-bottom: solid 2px #6fb2a7;
}

.qualificationModule .society {
  background: #fff;
  overflow: hidden;
}

.qualificationModule .society figure {
  height: auto;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  float: left;
}

.qualificationModule .society p {
  float: right;
}

.qualificationModule .society a {
  background: #007e65 url(../img/common/ico_blank02.png) no-repeat 96% center;
  text-align: center;
  float: right;
  color: #fff;
}

.qualificationModule .society .society__btn01 {
  background: #007e65;
  position: relative;
}

.qualificationModule .society .society__btn01:after {
  content: "";
  width: 6px;
  height: 11px;
  margin-top: -5px;
  display: inline-block;
  background: url(../img/common/ico_arrow02.png) no-repeat;
  background-size: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
}

.qualificationModule .courseListModule h3 {
  color: #007e65;
}

.qualificationModule .courseListModule .right li {
  padding-left: 10px;
}

.qualificationModule .courseListModule > ul > li {
  border-bottom: #d8d5d1 2px solid;
}

/* !allMenuModule
---------------------------------------------------------- */
.allMenuModule {
  margin: 0 10px 30px 10px;
}

.allMenuModule .btn04 {
  margin: 0;
  cursor: pointer;
}

.allMenuModule .courseMenuOpen {
  padding: 15px 15px 0 15px;
  background: #c9e9e4;
  border: solid 2px #87c5bb;
  border-top: none;
}

.allMenuModule .courseMenuOpen h3 {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
}

.allMenuModule .courseMenuOpen ul {
  margin-bottom: 15px;
}

.allMenuModule .courseMenuOpen ul li {
  margin-bottom: 5px;
  padding-left: 10px;
  background: url(../img/common/ico_arrow06.png) no-repeat left 5px;
  background-size: 5px;
}

.allMenuModule .courseMenuOpen ul li:last-child {
  margin: 0;
}

/* !flowModule01
---------------------------------------------------------- */
.flowModule01 .flowBox.color01 li .base .time {
  color: #61aea2;
}

.flowModule01 .flowBox.color02 li .base .time {
  color: #6a7589;
}

.flowModule01 .flowBox.color03 li .base .time {
  color: #998450;
}

.flowModule01 .flowBox.color04 li .base .time {
  color: #c3724b;
}

.flowModule01 .flowBox.color01 li .base .point p.txt {
  background: #e7f3f1;
}

.flowModule01 .flowBox.color02 li .base .point p.txt {
  background: #e0e4eb;
}

.flowModule01 .flowBox.color03 li .base .point p.txt {
  background: #f5f2e2;
}

.flowModule01 .flowBox.color04 li .base .point p.txt {
  background: #f9e3d8;
}

.flowModule01 .flowBox li .base .point p.txt {
  margin: -8px 0 0 10px;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}

.flowModule01 .flowBox li .base .tit01 .mini {
  margin-top: 5px;
  display: block;
}

.flowModule01 .flowBox li .base .point .tit02 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  text-align: center;
  position: relative;
  z-index: 1;
}

/*curriculumList*/
.flowModule01 .flowBox li .base .curriculumList li {
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
}

.flowModule01 .flowBox li .base .curriculumList li span {
  width: 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #77b7ad;
}

/*curriculumDetailBox*/
.flowModule01 .curriculumDetailBox {
  background: #fff;
  border: solid 2px #dbdbdb;
  display: none;
}

.flowModule01 .curriculumDetailBox table {
  width: 100%;
}

.flowModule01 .flowBox.color01 .curriculumDetailBox table tr:nth-child(even) {
  background: #e7f3f1;
}

.flowModule01 .flowBox.color02 .curriculumDetailBox table tr:nth-child(even) {
  background: #e0e4eb;
}

.flowModule01 .flowBox.color03 .curriculumDetailBox table tr:nth-child(even) {
  background: #f5f2e2;
}

.flowModule01 .flowBox.color04 .curriculumDetailBox table tr:nth-child(even) {
  background: #f9e3d8;
}

.flowModule01 .curriculumDetailBox table tr th {
  width: 48px;
  height: 48px;
  text-align: center;
  /*mix-blend-mode:multiply;*/
}

.flowModule01 .curriculumDetailBox.online table tr th {
  width: 80px;
  height: 48px;
  text-align: center;
  /*mix-blend-mode:multiply;*/
}

.flowModule01 .curriculumDetailBox.online table .content th {
  height: 80px;
}

/* 20230629 */

.flowModule01 .curriculumDetailBox.theory table tr th {
  width: 120px;
  height: 48px;
  text-align: left;
  line-height: 19px;
  padding: 10px;
}

.flowModule01
  .flowBox.color01
  .curriculumDetailBox
  table
  tr:nth-child(even)
  th {
  background: #d1e8e4;
}

.flowModule01
  .flowBox.color02
  .curriculumDetailBox
  table
  tr:nth-child(even)
  th {
  background: #c5ccd9;
}

.flowModule01
  .flowBox.color03
  .curriculumDetailBox
  table
  tr:nth-child(even)
  th {
  background: #e7d7ad;
}

.flowModule01
  .flowBox.color04
  .curriculumDetailBox
  table
  tr:nth-child(even)
  th {
  background: #f3cab7;
}

.flowModule01 .flowBox.color01 .curriculumDetailBox table tr th {
  background: #e7f3f1;
}

.flowModule01 .flowBox.color02 .curriculumDetailBox table tr th {
  background: #e0e4eb;
}

.flowModule01 .flowBox.color03 .curriculumDetailBox table tr th {
  background: #f5f2e2;
}

.flowModule01 .flowBox.color04 .curriculumDetailBox table tr th {
  background: #f9e3d8;
}

.flowModule01 .curriculumDetailBox table tr.tit th,
.flowModule01 .curriculumDetailBox table tr.tit td {
  color: #fff;
  text-align: center;
}

.flowModule01 .flowBox.color01 .curriculumDetailBox table tr.tit td {
  background: #87c5bb;
}

.flowModule01 .flowBox.color02 .curriculumDetailBox table tr.tit td {
  background: #6a7589;
}

.flowModule01 .flowBox.color03 .curriculumDetailBox table tr.tit td {
  background: #998450;
}

.flowModule01 .flowBox.color04 .curriculumDetailBox table tr.tit td {
  background: #c3724b;
}

.flowModule01 .flowBox.color01 .curriculumDetailBox table tr.tit th {
  background: #7cbbb1;
}

.flowModule01 .flowBox.color02 .curriculumDetailBox table tr.tit th {
  background: #5e6b82;
}

.flowModule01 .flowBox.color03 .curriculumDetailBox table tr.tit th {
  background: #8f783e;
}

.flowModule01 .flowBox.color04 .curriculumDetailBox table tr.tit th {
  background: #b7633a;
}

.flowModule01 .curriculumDetailBox table tr td {
  padding: 10px;
  line-height: 19px;
}

.flowModule01 .curriculumDetailBox.online table tr td {
  padding: 0 10px;
}

/*aroma*/
.flowModule01 .curriculumDetailBox .aroma {
  margin-top: 20px;
}

.flowModule01 .curriculumDetailBox .aroma h5 {
  padding: 8px 0;
  color: #fff;
  text-align: center;
}

.flowModule01 .flowBox.color01 .curriculumDetailBox .aroma h5 {
  background: #87c5bb;
}

.flowModule01 .flowBox.color02 .curriculumDetailBox .aroma h5 {
  background: #6a7589;
}

.flowModule01 .flowBox.color03 .curriculumDetailBox .aroma h5 {
  background: #998450;
}

.flowModule01 .flowBox.color04 .curriculumDetailBox .aroma h5 {
  background: #c3724b;
}

.flowModule01 .curriculumDetailBox .aroma p {
  padding: 15px;
}

.flowModule01 .flowBox.color01 .curriculumDetailBox .aroma p {
  background: #e7f3f1;
}

.flowModule01 .flowBox.color02 .curriculumDetailBox .aroma p {
  background: #e0e4eb;
}

.flowModule01 .flowBox.color03 .curriculumDetailBox .aroma p {
  background: #f5f2e2;
}

.flowModule01 .flowBox.color04 .curriculumDetailBox .aroma p {
  background: #f9e3d8;
}

/*consul*/
.flowModule01 .curriculumDetailBox .consul {
  margin-top: 10px;
}

.flowModule01 .curriculumDetailBox .consul p {
  margin: 0 0 0 3px !important;
  font-weight: bold;
}

.flowModule01 .curriculumDetailBox .consul ul {
  padding: 10px;
  background: #f0ede9;
}

.flowModule01 .curriculumDetailBox .consul ul li {
  margin: 0;
  padding-left: 2em;
  text-indent: -2em;
}

.flowModule01 .curriculumDetailBox .consul ul li span {
  width: 20px;
  margin-bottom: 5px;
  text-align: center;
  margin-right: 5px;
  padding: 2px 0;
  display: inline-block;
  color: #007e65;
  font-weight: bold;
  background: #fff;
  text-indent: 0 !important;
}

.flowModule01 .curriculumDetailBox .consul ul li:last-child span {
  margin-bottom: 0;
}

.flowModule01 .curriculumDetailBox .consul.consul_ifpa ul li {
  margin: 0;
  padding-left: 0;
  text-indent: 0;
}

/*close*/
.flowModule01 .curriculumDetailBox .close {
  display: block;
  padding-top: 10px;
  cursor: pointer !important;
  text-align: center;
}

.flowModule01 .curriculumDetailBox .close img {
  width: 35px;
}

.curriculumDetailBox__text {
  text-align: right;
  margin-top: 4px;
}

/*bodycare mld*/
#contents.bodycare .flowModule01 .flowBox li .base .btn02,
#contents.mld .flowModule01 .flowBox li .base .btn02 {
  display: none;
}

/* !soleiyuModule
---------------------------------------------------------- */
.soleiyuModule {
  background: url(../img/common/bg_01.jpg);
}

.soleiyuModule h2 {
  text-align: center;
  color: #f1a136;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  position: relative;
}

.soleiyuModule h2:before,
.soleiyuModule h2:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.soleiyuModule ul li.color01 h3 {
  color: #87c5bb;
}

.soleiyuModule ul li.color02 h3 {
  color: #6a7589;
}

.soleiyuModule ul li.color03 h3 {
  color: #998450;
}

.soleiyuModule ul li.color04 h3 {
  color: #c3724b;
}

.soleiyuModule ul li.color01 h3 span {
  border: solid 1px #88c4bb;
}

.soleiyuModule ul li.color02 h3 span {
  border: solid 1px #6a7589;
}

.soleiyuModule ul li.color03 h3 span {
  border: solid 1px #998450;
}

.soleiyuModule ul li.color04 h3 span {
  border: solid 1px #c3724b;
}

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

/* !pageNaviModule01
---------------------------------------------------------- */
.pageNaviModule01 {
}

.pageNaviModule01 .page-numbers {
  color: #007e65;
  /*display:inline-block;*/
}

.pageNaviModule01 .page-numbers.current {
  border-bottom: solid 2px #007e65;
}

/*chartModule
------------------------------------------------------------- */
.chartModule .txt {
  text-align: center;
}

/*pointModule01
------------------------------------------------------------- */
.pointModule01 ul li h2 {
  text-align: center;
}

.pointModule01 ul li h2 span {
  display: block;
}

/*homestudy
------------------------------------------------------------- */
#contents.homestudy .titStyle03:after {
  margin-left: -80px;
  width: 160px;
  height: 2px;
}

/*curriculumFlowModule
------------------------------------------------------------- */
.curriculumFlowModule .attention {
  color: #84c5bb;
}

.curriculumFlowModule > ul > li h3 {
  color: #fff;
  background: #88c4bb;
}

.curriculumFlowModule > ul > li:after {
  content: "添削課題提出";
  color: #fff;
  text-align: center;
  background: url(../img/common/bg_flow05.png) no-repeat;
  background-size: 100%;
  position: absolute;
}

.curriculumFlowModule > ul > li:last-child:after {
  content: "";
  background: none;
}

.curriculumFlowModule > ul > li ol li span {
  margin-right: 10px;
  padding: 2px 0;
  width: 23px;
  color: #007e65;
  font-weight: bold;
  text-align: center;
  background: #cfe8e4;
  display: inline-block;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}

/*tsuyomiModule01
------------------------------------------------------------- */
.tsuyomiModule01 h2 {
  text-align: center;
  border: solid 2px #87c5bb;
}

.tsuyomiModule01 h2 span {
  display: block;
  position: relative;
}

.tsuyomiModule01 h2 span:after {
  content: "";
  height: 2px;
  display: inline-block;
  background: #c4e2dd;
  position: absolute;
  left: 50%;
  bottom: -5px;
}

.tsuyomiModule01 h2 span span {
  margin: 0 !important;
  display: inline-block;
}

.tsuyomiModule01 h2 span span:after {
  width: 0;
  height: 0;
  background: none;
}

/*incorporationModule
------------------------------------------------------------- */
/*tableBox*/
.incorporationModule .incorporationCourse .tableBox {
  margin-top: 30px;
}

.incorporationModule .incorporationCourse .tableBox .titStyle04 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  border-left: solid 5px #007e65;
}

.incorporationModule .incorporationCourse .tableBox table {
  background: #fff;
  border: solid 2px #88c4bb;
  border-right: none;
  border-bottom: none;
}

.incorporationModule .incorporationCourse .tableBox table tr {
  border-bottom: solid 2px #88c4bb;
}

.incorporationModule .incorporationCourse .tableBox table tr .baColor01 {
  background: #e5f6f3;
}

.incorporationModule .incorporationCourse .tableBox table tr.color01 th,
.incorporationModule .incorporationCourse .tableBox table .color01 {
  font-size: 12px;
  line-height: 18px;
  color: #007e65;
  font-weight: bold;
}

.incorporationModule .incorporationCourse .tableBox table th,
.incorporationModule .incorporationCourse .tableBox table td {
  width: 100px;
  height: 54px;
  font-size: 11px;
  text-align: center;
  border-right: solid 2px #88c4bb;
}

.incorporationModule .incorporationCourse .tableBox table td span {
  font-size: 11px;
  color: #d86d68;
  display: block;
}

/*necessaryModule
------------------------------------------------------------- */
.necessaryModule span.number {
  margin: 0 3px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  text-align: center;
  background: #87c5bb;
}

.necessaryModule > div {
  background: url(../img/common/bg_04.jpg);
}

.necessaryModule > div ol li {
  margin-bottom: 5px;
}

.necessaryModule > div ol li span {
  margin-right: 10px !important;
  text-indent: 0 !important;
}

.necessaryModule > div ul li {
  background: #fff;
}

.necessaryModule > div ul li .color01 {
  color: #87c5bb;
}

.necessaryModule > div ul li .attention {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* !attentionOpenModule
---------------------------------------------------------- */
.attentionOpenModule {
  background: url(../img/common/bg_01.jpg);
  border: solid 3px #e22350;
  display: none;
}

.attentionOpenModule .attentionIn > ul > li {
  margin-bottom: 15px;
}

.attentionOpenModule .attentionIn > ul > li h4 {
  margin-bottom: 3px;
  font-weight: bold;
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.attentionOpenModule .attentionIn > ul > li ol {
  padding-left: 25px;
}

.attentionOpenModule .attentionIn > ul > li p {
  margin-left: 25px;
}

.attentionOpenModule .attentionIn > ul > li ol li {
  margin-bottom: 3px;
}

.attentionOpenModule .attentionIn > ul > li ol li,
.attentionOpenModule .attentionIn > ul > li .otherTxt {
  padding-left: 1.4em !important;
  text-indent: -1.4em !important;
}

.attentionOpenModule .attentionIn ul.about {
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}

.attentionOpenModule .attentionIn ul.about p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.attentionOpenModule .attentionIn ul.about p.otherTxt {
  margin-top: 10px;
}

.attentionOpenModule .attentionIn ul.about li:first-child {
  padding-bottom: 15px;
  border-bottom: solid 2px rgba(226, 35, 80, 0.3);
}

.attentionOpenModule .attentionIn ul.about li a {
  color: #e22350;
  text-decoration: underline;
}

.attentionOpenModule .color01 {
  padding: 0 3px;
  color: #e22350;
  font-weight: bold;
}

.attentionOpenModule .size01 {
  display: block;
  font-size: 12px;
}

.attentionOpenModule .size02 {
  padding-top: 10px;
  font-size: 11px;
}

.attentionOpenModule h3 {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #e22350;
}

.attentionOpenModule .closeMLD {
  margin-top: 20px;
  text-align: center;
  display: block;
  cursor: pointer;
}

/* !aboutMLDModule
---------------------------------------------------------- */
.aboutMLDModule h2 {
  color: #007e65;
}

/*MLDhistory*/
.aboutMLDModule .MLDhistory dl dt {
  position: relative;
  font-style: italic;
  letter-spacing: 1px;
}

.aboutMLDModule .MLDhistory dl dt,
.aboutMLDModule .MLDhistory dl dt span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #007e65;
}

.aboutMLDModule .MLDhistory dl dt span {
  font-size: 11px;
}

.aboutMLDModule .MLDhistory dl dt:after {
  content: "";
  height: 1px;
  display: inline-block;
  background: #007e65;
  position: absolute;
  top: 50%;
}

.aboutMLDModule .MLDhistory dl dt:nth-of-type(odd):after {
  left: 0;
}

.aboutMLDModule .MLDhistory dl dt:nth-of-type(even):after {
  right: 0;
}

.aboutMLDModule .MLDhistory dl dd:nth-of-type(2) {
  position: relative;
}

.aboutMLDModule .MLDhistory dl dd:nth-of-type(2):after {
  content: "";
  display: inline-block;
  background: url(../img/mld/pic_mld02.jpg) no-repeat;
  position: absolute;
  top: -30px;
  right: 0;
}

.aboutMLDModule .MLDhistory dl dt:nth-of-type(even) {
  text-align: right;
}

.aboutMLDModule .MLDhistory dl dd {
  font-style: italic;
}

/*MLDmerit*/
.aboutMLDModule .MLDmerit h4 {
  margin: 0 10px 8px 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #007e65;
}

.aboutMLDModule .MLDmerit ul {
  margin: 0 10px 15px 10px;
}

.aboutMLDModule .MLDmerit ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.aboutMLDModule .MLDmerit .point {
  text-align: center;
  color: #007e65;
  border: solid 1px #317e6f;
}

/*MLDLecture*/
.aboutMLDModule .MLDLecture h3 {
  margin: 0;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #007e65;
  border: none;
}

.aboutMLDModule .MLDLecture p {
  margin: 15px 0 10px 0;
}

/* !indispensableLectureModule
---------------------------------------------------------- */
.indispensableLectureModule {
  background: url(../img/common/bg_01.jpg);
  border: solid 2px #e7e7e7;
  /*mix-blend-mode:multiply;*/
}

.indispensableLectureModule h3 {
  color: #007e65;
  text-align: center;
}

.indispensableLectureModule > ul {
  padding-left: 20px;
}

.indispensableLectureModule > ul > li {
  background: rgba(250, 249, 247, 0.6);
  position: relative;
}

.indispensableLectureModule > ul > li:after {
  content: "";
  display: inline-block;
  background: url(../img/common/ico_pickup02.png) no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}

.indispensableLectureModule > ul > li h4 {
  color: #007e65;
}

/*other*/
.indispensableLectureModule .other {
  border: solid 1px #77b7ad;
}

.indispensableLectureModule .other h4 {
  color: #fff;
  background: #77b7ad;
}

.indispensableLectureModule .attention {
  padding-left: 1em;
  text-indent: -1em;
}

/* !supportModule01
---------------------------------------------------------- */
.supportModule01 h2 {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.supportModule01 .txt.first {
  text-align: center;
}

.supportModule01 ul li:nth-child(1) {
  background: rgba(135, 197, 187, 0.3);
}

.supportModule01 ul li:nth-child(2) {
  background: rgba(135, 197, 187, 0.1);
}

.supportModule01 ul li:nth-child(3) {
  background: rgba(135, 197, 187, 0.2);
}

.supportModule01 ul li h3 {
  color: #007e65;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.supportModule01 ul li h3:before {
  content: "";
  display: inline-block;
  background: #87c5bb;
}

.supportModule01 ul li .color01 {
  color: #ef7c16;
}

/*supportTxt*/
.supportTxt {
  text-align: center;
  background: #f8f6f4;
}

/* !paymentModule
---------------------------------------------------------- */
.paymentModule {
  border: solid 3px rgba(119, 183, 173, 0.5);
}

.paymentModule ul.attentionList {
  margin-top: 10px;
  background: rgba(219, 239, 236, 0.5);
}

.paymentModule ul.attentionList li:before {
  padding-right: 5px;
  content: "※";
  color: #77b7ad;
}

.paymentModule ul.attentionList li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.paymentModule table {
  margin-top: 10px;
}

.paymentModule table tr {
  border: solid 2px #fff;
}

.paymentModule table tr th {
  padding: 5px 0;
  color: #fff;
  background: #77b7ad;
  text-align: center;
  border-right: solid 2px #fff;
}

.paymentModule table tr th.size01 {
  width: 35%;
}

.paymentModule table tr td {
  padding: 5px 0;
  color: #007e65;
  background: #dbefec;
  text-align: center;
  border-right: solid 2px #fff;
}

/* !worksFileModule
---------------------------------------------------------- */
.worksFileModule {
  background: rgba(135, 197, 187, 0.2);
  position: relative;
}

.worksFileModule.sec2 {
  background: #f5f6f4;
}

.worksFileModule > span {
  color: #007e65;
  text-align: center;
  display: inline-block;
  background: rgba(135, 197, 187, 0.4);
}

.worksFileModule.sec2 > span {
  background: #e6e6e6;
}

.worksFileModule > span.file {
  color: #fff;
  background: #87c5bb;
}

.worksFileModule > span.file:after {
  content: "";
  display: inline-block;
}

.worksFileModule.sec1 > span.file:after {
  background: url(../img/recruit_info/txt_recruit_info01.png) no-repeat;
}

.worksFileModule.sec2 > span.file:after {
  background: url(../img/recruit_info/txt_recruit_info02.png) no-repeat;
}

.worksFileModule.sec3 > span.file:after {
  background: url(../img/recruit_info/txt_recruit_info03.png) no-repeat;
}

.worksFileModule.sec4 > span.file:after {
  background: url(../img/recruit_info/txt_recruit_info04.png) no-repeat;
}

.worksFileModule .inner h2 {
  border-top: solid 2px #87c5bb;
  border-bottom: solid 2px #87c5bb;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  text-align: center;
}

.worksFileModule .inner h3 {
  font-weight: bold;
  color: #007e65;
}

/*graduate*/
.worksFileModule .inner .graduate {
  background: #fff;
  position: relative;
}

.worksFileModule .inner .graduate figure {
  width: 150px;
  height: auto;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}

.worksFileModule .inner .graduate figure img {
  width: 100%;
}

.worksFileModule .inner .graduate .graduateTxt h4:before {
  content: "";
  display: inline-block;
  background: url(../img/recruit_info/txt_recruit_info05.png) no-repeat;
  position: absolute;
}

.worksFileModule .inner .graduate .graduateTxt > span {
  color: #fff;
  display: inline-block;
  background: #87c5bb;
}

.worksFileModule .inner .graduate .graduateTxt ul li {
  color: #87c5bb;
}

.worksFileModule .inner .graduate .graduateTxt ul li:after {
  content: "、";
}

.worksFileModule .inner .graduate .graduateTxt ul li:last-child:after {
  content: "";
}

/* !sanritsuModule
---------------------------------------------------------- */
.sanritsuModule {
  border: solid 1px #d8d5d1;
}

.sanritsuModule h3 {
  border-bottom: solid 3px #87c5bb;
}

.sanritsuModule dl dt,
.sanritsuModule dl dd {
  display: inline-block;
  vertical-align: top;
}

/* !worksOtherModule
---------------------------------------------------------- */
.worksOtherModule {
  background: #f5f6f4;
}

.worksOtherModule h3 {
  text-align: center;
  color: #007e65;
}

.worksOtherModule .txt.first {
  text-align: center;
}

.worksOtherModule .txtBox02 p {
  background: #fff;
  overflow-y: scroll;
}

.worksOtherModule .independence h4 {
  color: #007e65;
}

@media (max-width: 767px), print {
  .smbr {
    display: block;
  }

  .pcOnly {
    display: none !important;
  }

  #wpadminbar {
    display: none;
  }
}

@media (min-width: 768px), print {
  .pcbr {
    display: block;
  }

  .smOnly {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .teacherListModule .long .courseList {
    height: 146px !important;
  }
}

@media (max-width: 400px) {
  .mainTit01Module .icoTit h1 {
    max-width: 220px !important;
    padding: 0 30px 10px 30px !important;
  }
}

/* !top
---------------------------------------------------------- */
/*flexslider*/
.flexslider {
  overflow: hidden;
}

.flexslider .flex-control-nav,
.flexslider .flex-direction-nav {
  display: none;
}

/* !faq
---------------------------------------------------------- */
.faq .keywordsFaq {
  background: none;
  padding-left: 0px;
  position: relative;
}

.faq li #keywords2 {
  padding: 0 5px;
  border: solid 1px #87c5bb;
}

.faq li input.btn01 {
  width: 17px;
  height: 17px;
  text-indent: -999px;
  background: url(../img/common/ico_search01.png) no-repeat;
  border: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.faq li ::-webkit-input-placeholder,
.faq li :-ms-input-placeholder,
.faq li ::-moz-placeholder {
  color: #87c5bb;
}

/*search*/
.faq .search > p {
  background: #cfe8e4;
  font-size: 18px;
  padding: 16px 12px;
}

.faq .search > p span {
  color: #007e65;
}

/* !mainBerModule
---------------------------------------------------------- */
.mainBerModule ul li {
  position: relative;
}

.mainBerModule ul li a {
  display: inline-block;
}

.mainBerModule ul li a figure.new {
  position: absolute;
}

/* !typeCheckModule
---------------------------------------------------------- */
.typeCheckModule .active .typeTxt {
  display: none;
}

/*------------------------------------------------------ccommon2.css---------------------------------------------------------------------------------- */
/* !faq
---------------------------------------------------------- */
.faq .keywordsFaq {
  background: none;
  padding-left: 0px;
  position: relative;
}

.faq li #keywords2 {
  padding: 0 5px;
  border: solid 1px #87c5bb;
}

.faq li input.btn01 {
  width: 17px;
  height: 17px;
  text-indent: -999px;
  background: url(../img/common/ico_search01.png) no-repeat;
  border: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.faq li ::-webkit-input-placeholder,
.faq li :-ms-input-placeholder,
.faq li ::-moz-placeholder {
  color: #87c5bb;
}

/*search*/
.faq .search > p {
  background: #cfe8e4;
  font-size: 18px;
  padding: 16px 12px;
}

.faq .search > p span {
  color: #007e65;
}

/* !faqListModule
---------------------------------------------------------- */
.faqListModule {
  margin-top: 20px;
}

.faqListModule.matNone {
  margin: 0;
}

.faqListModule h2 {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #007e65;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 16px;
}

.faqListModule .faqIco01:before,
.faqListModule .faqIco02:before {
  content: "";
  display: inline-block;
  position: absolute;
}

.faqListModule h3 {
  font-size: 14px;
}

.faqListModule h3:before {
  content: "";
  display: inline-block;
  background: #87c5bb;
  position: absolute;
  top: 0;
  left: 0;
}

.faq.detail .faqListModule h3:before {
  background: none;
}

.faq .faqListModule li {
  width: 100%;
  border-bottom: solid 2px #87c5bb;
  position: relative;
}

/*faq detail*/
.faq.detail .faqListModule h2 {
  display: block;
  border-top: #87c5bb solid 2px;
  border-bottom: #87c5bb solid 2px;
  background: #fff;
  color: #595656;
  height: auto;
  position: relative;
}

.faq.detail .faqListModule h2:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.faq.detail .faqListModule h3 {
  color: #007e65;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  margin-top: 30px;
}

.faq.detail .faqListModule h3:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.faq.detail .faqListModule .faqAnswer {
  overflow: hidden;
  position: relative;
}

/* !relationLink
---------------------------------------------------------- */
/*faq detail*/
.faq.detail .relationLink {
  border: solid #cac7c4 2px;
}

.faq.detail .relationLink h4 {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  padding: 10px 15px;
  background: url(../img/common/bg_03.jpg);
}

.faq.detail .relationLink ul {
  margin-bottom: 0;
}

.faq.detail .relationLink li {
  border-top: solid #cac7c4 2px;
  border-bottom: none;
  background: url(../img/common/bg_01.jpg);
}

.faq.detail .relationLink li:before {
  background: url(../img/common/ico_arrow06.png) no-repeat;
  background-size: 5px 9px;
  top: 15px;
}

.faq.detail .relationLink li a {
  padding: 10px 10px 10px 30px;
  display: block;
}

/* !subNavModule
---------------------------------------------------------- */
/*faq*/
.faq .subNavModule h3:before {
  content: "";
  display: inline-block;
  position: absolute;
}

/* !formMessageModule
---------------------------------------------------------- */
.formMessageModule {
  background: url(../img/common/bg_01.jpg);
  position: relative;
}

.formMessageModule .messageBorder {
  border-top: solid #fff 3px;
  border-bottom: solid #fff 3px;
}

.formMessageModule .graduate {
  background: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.formMessageModule .graduate h3 {
  font-size: 16px;
}

.formMessageModule .graduate ul {
  overflow: hidden;
}

.formMessageModule .graduate li span,
.formMessageModule .inSiryou li span {
  color: #89c6bc;
}

.formMessageModule .graduate li {
  float: left;
  margin-left: 8px;
  font-size: 14px;
}

/*form*/
#contents.form .textBoxModule01 li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 26px;
}

#contents.form .textBoxModule01 .btn05 {
  font-size: 13px;
  color: #fff;
  text-align: center;
  display: block;
  background-size: 6px;
  position: absolute;
}

#contents.form .textBoxModule01 .btn05:before {
  content: "";
  display: inline-block;
  position: absolute;
}

/* !messageGroup
---------------------------------------------------------- */
.messageBorderSiryo {
  margin: 0 10px 20px 10px;
}

.messageBorderSiryo h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.messageBorderSiryo a {
  margin-bottom: 20px;
}

.messageBorder .inSiryou ul {
  background: rgba(255, 255, 255, 0.6);
}

.messageBorder .inSiryou .plus {
  font-weight: bold;
  text-align: center;
}

.messageBorder .inSiryou .plus,
.ticketPresent p {
  color: #007e65;
}

.ticketPresent {
  position: relative;
}

.ticketPresent p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 14px;
  position: absolute;
}

.ticketPresent p span {
  font-size: 11px;
}

/*form*/
#contents.form .messageGroup h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  text-align: center;
  position: relative;
}

#contents.form .messageGroup h2:before {
  background: none;
}

#contents.form .messageGroup h2:after {
  content: "";
  background: #fff;
  position: absolute;
}

/* !voiceDetailModule
---------------------------------------------------------- */
.voiceDetailModule .voiceDetail01 .profile01 h2 {
  border-bottom: solid #007e65 2px;
}

.voiceDetailModule .voiceDetail01 .profile01 ul {
  margin: 10px 0;
  overflow: hidden;
}

/*voice*/
#contents.voice .voiceDetailModule .voiceDetail01 .profile01 li {
  border: #d8d8d8 2px solid;
  text-align: center;
  float: left;
}

#contents.voice .voiceDetailModule .voiceDetail01 .profile01 li:first-child {
  margin-left: 0;
}

#contents.voice .voiceDetailModule .voiceDetail01 .profile02 {
  background: url(../img/common/bg_01.jpg);
}

#contents.voice .voiceDetailModule .voiceDetail01 .profile02 figure {
  height: auto;
}

#contents.voice .voiceDetailModule .voiceDetail01 .profile03 h2,
#contents.voice .voiceDetailModule .voiceDetail01 .profile03 a,
#contents.voice .voiceDetailModule .voiceDetail02 h2 {
  color: #007e65;
}

#contents.voice .voiceDetailModule .voiceDetail01 .profile03 h2 {
  border-top: solid 2px #f1f1f1;
}

#contents.voice .voiceDetailModule .voiceDetail01 .profile03 h2,
#contents.voice .voiceDetailModule .voiceDetail02 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

/* !textBoxModule02
---------------------------------------------------------- */
.textBoxModule02 h2 {
  text-align: center;
}

.textBoxModule02 .textBox01 {
  border: solid 2px #88c4bb;
}

/*rule*/
#contents.rule .ruleListModule .textBoxModule02 .textBox01 h3 {
  color: #88c4bb;
  font-weight: bold;
}

#contents.rule .ruleListModule .textBoxModule02 .textBox01 h4 {
  margin: 15px 0 5px 0;
  font-weight: bold;
}

/*ruleListModule*/
.ruleListModule .textBoxModule02 .textBox01 span {
  font-weight: bold;
  text-decoration: underline;
}

.ruleListModule .textBoxModule02 .textBox01 ol,
.ruleListModule .textBoxModule02 .textBox01 ul,
.ruleListModule .textBoxModule02 .textBox01 p {
  padding-left: 10px;
}

.ruleListModule .textBoxModule02 .textBox01 li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
}

.ruleListModule .textBoxModule02 .textBox01 li:first-child {
  margin-top: 0;
}

.ruleListModule .textBoxModule02 .textBox01 .matNone {
  margin: 0 0 4px;
}

.ruleListModule .textBoxModule02 .textBox01 .malNone {
  padding-left: 0;
}

/* !privacy
---------------------------------------------------------- */
#contents.privacy .textBoxModule02 h2 {
  position: relative;
}

#contents.privacy .textBox01 ol h3 {
  font-weight: bold;
}

#contents.privacy .textBox01 .matNone {
  margin: 0 0 3px;
}

#contents.privacy .textBox01 > p:last-child {
  margin-left: 0px;
  padding-left: 1em;
  text-indent: -1em;
}

#contents.privacy .textBox01 ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/*law
------------------------------------------------------------ */
#contents.law article {
  margin: 30px 0;
}

#contents.law .matNone {
  padding-top: 0;
}

#contents.law h2 {
  text-align: center;
}

#contents.law h2:after {
  background: #87c5bb;
}

#contents.law .Profile table th {
  color: #87c5bb;
  font-weight: bold;
}

#contents.law .Profile table td {
  border-bottom: solid 2px #87c5bb;
}

/*tableModule01
------------------------------------------------------------ */
.tableModule01 table th {
  font-weight: bold;
}

.tableModule01 table td li,
.tableModule01 table td dd {
  padding-left: 1em;

  text-indent: -1em;
}

.tableModule01 table td p {
  padding-top: 15px;
}

.tableModule01 table td ol,
.tableModule01 table td ul,
.tableModule01 table td dl {
  line-height: 22px;
  padding: 15px 0 0;
}

.tableModule01 table td h3 {
  color: #87c5bb;
  font-weight: bold;
}

.tableModule01 table td h4 {
  font-weight: bold;
  padding: 20px 0 5px;
}

.tableModule01 table dt span {
  background: #87c5bb;
  padding: 0px 10px;
  color: #fff;
  margin-bottom: 5px;
}

.tableModule01 table ol span {
  color: #87c5bb;
  font-weight: bold;
}

/*------------------------------------------------------ccommon3.css---------------------------------------------------------------------------------- */
/*
form.confirm .formPrivacyModule .wpcf7-list-item{
    display : block!important;
}
form.confirm .wpcf7-list-item{
    display : inline-block!important;
}
form.confirm ul li{
    display : inline-block!important;
    padding-left: 0px!important;
}
form.confirm .formQuestModule ul li {
    text-indent : 0px!important;
}
form .wpcf7-list-item-label{

}
form.confirm .checkList .wpcf7-form-control-wrap{
    padding-top: 10px;
}
form.confirm .txtcheck{
    clear: both;
    width: 100%;
}
*/
form.confirm input[type="checkbox"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border: 2px solid #ccc;
  opacity: 0.8;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
}

/* !PRINCIPAL
---------------------------------------------------------- */
.principal .spTitle {
  text-align: center;
}

.principal .spTitle img {
  width: 180px;
  height: auto;
  display: block;
  margin: 20px auto;
}

.pricinpalModule01 {
  padding: 0 13px 20px;
}

.pricinpalModule01 p {
  line-height: 20px;
}

.pricinpalModule03 {
  background: #ffffff;
  border: solid 1px #eeeeee;
  padding: 65px 0 0;
  margin: 20px 13px;
  float: left;
}

.pricinpalModule03 h2 {
  text-align: center;
  width: 100%;
  height: 65px;
  display: block;
}

.pricinpalModule03 h2 img {
  height: 65px;
  width: auto;
  margin: 0 auto;
  display: block;
  margin-top: -66px;
}

.pricinpalModule03 .inner {
  float: left;
  width: 100%;
  overflow: hidden;
  clear: both;
  padding: 15px 10px;
  border-bottom: solid 1px #eeeeee;
}

.pricinpalModule03 .inner:last-child {
  border-bottom: solid 0px #fff;
}

.pricinpalModule03 .inner .bookPhoto {
  float: left;
  width: 30%;
  text-align: center;
}

.pricinpalModule03 .inner .bookPhoto figure {
  padding: 0 5px 10px;
}

.pricinpalModule03 .inner .bookDetail {
  float: right;
  width: 65%;
}

.pricinpalModule03 .inner .bookDetail .name2 {
  font-size: 12px;
  display: block;
  padding-bottom: 3px;
}

.pricinpalModule03 .inner .bookDetail .name {
  font-size: 14px;
  line-height: 21px;
}

.pricinpalModule03 .inner .bookDetail p {
  padding: 10px 0 0;
  font-size: 11px;
}

.pricinpalModule04 {
  background: #ffffff;
  border: solid 1px #eeeeee;
  padding: 65px 13px 0;
  margin: 20px 13px;
  overflow: hidden;
}

.pricinpalModule04 h2 {
  text-align: center;
  width: 100%;
  height: 65px;
  display: block;
}

.pricinpalModule04 h2 img {
  height: 65px;
  width: auto;
  margin: 0 auto;
  display: block;
  margin-top: -66px;
}

.pricinpalModule04 h3 {
  text-align: center;
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  padding: 10px 0 4px;
}

/* !TEACHER
---------------------------------------------------------- */
/*#contents.teacher article{
    overflow : hidden;
}*/
.teacherListModule .teacherBox:after {
  content: "  ";
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 10px;
}

.teacherListModule .teacherBox.select:after {
  content: " ";
  background: url(../img/teacher/ico_arrow01.png) no-repeat center bottom 30px;
  background-size: 23px;
  width: 23px;
  height: 48px;
  margin-left: -10px;
  opacity: 0.8;
  left: 50%;
}

.teacherListModule .teacherBox a {
  cursor: pointer;
}

.teacherListModule .teacherBox a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;

  background: #fff url(../img/teacher/txt_teacher01.png) no-repeat center center;
  background-size: 120px;
  border: solid 10px #fff;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.teacherListModule .teacherBox.select a:after {
  content: "";
  display: inline-block;
  border: solid 10px #ebf5f4;
  opacity: 0.9;
  background: rgba(159, 207, 200, 0.9) url(../img/teacher/txt_teacher01.png)
    no-repeat center center;
  background-size: 120px;
  position: absolute;
  top: 0;
  left: 0;
}

.teacherListModule .course {
  background: #87c4bb;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  margin: 10px 0;
}

.teacherListModule .courseList {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

.teacherListModule .courseList li {
  display: block;
  width: 100%;
  padding: 0 0 0 15px;
  position: relative;
  line-height: 21px;
}

.teacherListModule .courseList li:before {
  content: "◯";
  display: block;
  position: absolute;
  left: 1px;
  top: 0;
}

.teacherListModule .btn02 {
  /*
    position: absolute;
    bottom: 0;
    left: 0;
	*/
  width: 100%;
  margin-bottom: 0px;
}

.teacherListModule .teacherBox2 {
  padding: 15px 15px 15px;
  background: #e5f6f3;
  clear: both;
}

.teacherListModule .teacherBox2 .name {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: solid 2px #007e65;
  color: #007e65;
  text-align: center;
}

.teacherListModule .teacherBox2 td li {
  position: relative;
  display: block;
  padding: 0 0 0 15px;
}

.teacherListModule .teacherBox2 td li:before {
  content: "◯";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.teacherListModule .teacherBox2 .innerWhite {
  overflow: hidden;
}

.teacherListModule .teacherBox2 .innerWhite .box1 .midashi {
  display: block;
  background: #87c4bb;
  color: #fff;
  float: left;
  text-align: center;
  padding: 20px 5px;
  width: 90px;
  height: 75px;
}

.teacherListModule .teacherBox2 .innerWhite .box1 div {
  margin-left: 100px;
}

.teacherListModule .teacherBox2 .innerWhite .box1 li {
  display: block;
  width: 100%;
  padding: 0 0 0 15px;
  position: relative;
}

.teacherListModule .teacherBox2 .innerWhite .box1 li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.teacherListModule .teacherBox2 .innerWhite .box2 .midashi {
  display: block;
  background: #bbae8e;
  color: #fff;
  float: left;
  text-align: center;
  padding: 10px 5px;
  width: 90px;
  height: 75px;
}

.teacherListModule .teacherBox2 .innerWhite .box2 div {
  margin-left: 100px;
  font-size: 12px;
}

.teacherListModule .teacherBox2 .close {
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 15px;
  cursor: pointer;
}

.teacherListModule .teacherBox2 .close img {
  width: 38px;
  height: auto;
}

.teacherListModule .out {
  float: left;
}

/* !ANALYS
---------------------------------------------------------- */
.analysModule01 {
  margin: 20px;
  text-align: center;
}

.analysModule01 h2 {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  background: url(../img/analys/img_wave01.png) repeat-x left bottom;
  background-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.analysModule01 p {
  font-size: 14px;
  line-height: 22px;
}

.analysModule01 figure img {
  width: 280px;
}

.analysModule02 {
  position: relative;
  border: solid 5px #e6e6e6;
  border-radius: 20px;
  margin: 80px 20px 100px;
  padding: 15px 15px 0;
}

.analysModule02 .icoNum {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -41px;
  height: 60px;
  width: auto;
}

.analysModule02 .icoEnd {
  position: absolute;
  bottom: -40px;
  left: 80%;
  margin-left: -41px;
  height: 40px;
  width: auto;
}

.analysModule02 p {
  display: block;
  margin: 15px 0 25px;
  padding: 0 10px;
  border-bottom: solid 1px #e6e6e6;
  font-size: 12px;
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(
    rgba(230, 230, 230, 0.9) 0.1em,
    transparent 0.1em
  );
  background-image: -webkit-linear-gradient(
    rgba(230, 230, 230, 0.9) 0.1em,
    transparent 0.1em
  );
  background-size: 100% 24px;
  line-height: 24px;
}

.analysModule03 {
  position: relative;
  background: #fff5b2;
  border: solid 5px #e6dfa1;
  border-radius: 20px;
  margin: 60px 20px 100px;
  padding: 15px 15px 0;
}

.analysModule03 .icoNum {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -41px;
  height: 60px;
  width: auto;
}

.analysModule03 .icoEnd {
  position: absolute;
  bottom: -40px;
  left: 30%;
  margin-left: -41px;
  height: 40px;
  width: auto;
}

.analysModule03 p {
  display: block;
  margin: 15px 0 25px;
  padding: 0 10px;
  border-bottom: solid 1px #d8cc92;
  font-size: 12px;
  position: relative;
  background-color: #fff5b2;
  background-image: linear-gradient(
    rgba(216, 205, 147, 1) 0.1em,
    transparent 0.1em
  );
  background-image: -webkit-linear-gradient(
    rgba(216, 205, 147, 1) 0.1em,
    transparent 0.1em
  );
  background-size: 100% 24px;
  line-height: 24px;
}

.analysModule04 {
  position: relative;
  border: solid 5px #e6e6e6;
  border-radius: 20px;
  margin: 60px 20px 100px;
  padding: 15px 15px 0;
}

.analysModule04 .icoNum {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -41px;
  height: 60px;
  width: auto;
}

.analysModule04 .icoEnd {
  position: absolute;
  bottom: -40px;
  left: 80%;
  margin-left: -41px;
  height: 40px;
  width: auto;
}

.analysModule04 p {
  display: block;
  margin: 15px 0 25px;
  padding: 0 10px;
  border-bottom: solid 1px #e6e6e6;
  font-size: 12px;
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(
    rgba(230, 230, 230, 0.9) 0.1em,
    transparent 0.1em
  );
  background-image: -webkit-linear-gradient(
    rgba(230, 230, 230, 0.9) 0.1em,
    transparent 0.1em
  );
  background-size: 100% 24px;
  line-height: 24px;
}

.analysModule05 {
  position: relative;
  background: #d1f1eb;
  border: solid 5px #bdd9d4;
  border-radius: 20px;
  margin: 60px 20px 100px;
  padding: 15px 15px 0;
}

.analysModule05 .icoNum {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -41px;
  height: 60px;
  width: auto;
}

.analysModule05 .icoEnd {
  position: absolute;
  bottom: -40px;
  left: 30%;
  margin-left: -41px;
  height: 40px;
  width: auto;
}

.analysModule05 p {
  display: block;
  margin: 15px 0 25px;
  padding: 0 10px;
  border-bottom: solid 1px #b1c9c2;
  font-size: 12px;
  position: relative;
  background-color: #d1f1eb;
  background-image: linear-gradient(
    rgba(177, 201, 194, 1) 0.1em,
    transparent 0.1em
  );
  background-image: -webkit-linear-gradient(
    rgba(177, 201, 194, 1) 0.1em,
    transparent 0.1em
  );
  background-size: 100% 24px;
  line-height: 24px;
}

.analysModule06 {
  position: relative;
  background: #fff5b2;
  border: solid 5px #e6dfa1;
  border-radius: 20px;
  margin: 60px 20px 100px;
  padding: 15px 15px 0;
}

.analysModule06 .icoNum {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -41px;
  height: 60px;
  width: auto;
}

.analysModule06 .icoEnd {
  position: absolute;
  bottom: -40px;
  left: 80%;
  margin-left: -41px;
  height: 40px;
  width: auto;
}

.analysModule06 p {
  display: block;
  margin: 15px 0 25px;
  padding: 0 10px;
  border-bottom: solid 1px #d8cc92;
  font-size: 12px;
  position: relative;
  background-color: #fff5b2;
  background-image: linear-gradient(
    rgba(216, 205, 147, 1) 0.1em,
    transparent 0.1em
  );
  background-image: -webkit-linear-gradient(
    rgba(216, 205, 147, 1) 0.1em,
    transparent 0.1em
  );
  background-size: 100% 24px;
  line-height: 24px;
}

.analysModule07 {
  position: relative;
  border: solid 5px #d7d5d2;
  border-radius: 20px;
  margin: 60px 20px 80px;
  padding: 15px 15px 0;
}

.analysModule07 .icoNum {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -41px;
  height: 60px;
  width: auto;
}

.analysModule07 .icoEnd {
  position: absolute;
  bottom: -40px;
  left: 30%;
  margin-left: -41px;
  height: 40px;
  width: auto;
}

.analysModule07 p {
  display: block;
  margin: 15px 0 25px;
  padding: 0 10px;
  border-bottom: solid 1px #e6e6e6;
  font-size: 12px;
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(
    rgba(230, 230, 230, 0.9) 0.1em,
    transparent 0.1em
  );
  background-image: -webkit-linear-gradient(
    rgba(230, 230, 230, 0.9) 0.1em,
    transparent 0.1em
  );
  background-size: 100% 24px;
  line-height: 24px;
}

/* !FLOW
---------------------------------------------------------- */

.jeaflowModule01 {
  margin: 20px;
  text-align: center;
}

.jeaflowModule02 {
  padding: 20px 10px;
  border-bottom: #f1f1f1 4px solid;
}

.jeaflowModule02 h2 {
  display: block;
  padding: 25px 0 10px;
  font-size: 15px;
  line-height: 24px;
  color: #008164;
  text-align: center;
}

.jeaflowModule02 p {
  font-size: 12px;
  padding-bottom: 10px;
}

.jeaflowModule02 .tel {
  padding: 20px 0 5px;
  width: 100%;
  display: block;
  text-align: center;
}

.jeaflowModule02 .tel img {
  width: 94%;
  display: inline-block;
}

.jeaflowModule02 .box .name {
  color: #007e65;
  padding-bottom: 3px;
}

.jeaflowModule02 .btn04 {
  display: block;
  background: url(../img/common/ico_arrow03.png) no-repeat 96% 50%;
  background-size: 6px;
  border: solid 2px #dbdbdb;
  line-height: 20px;
  padding: 8px 0;
}

.jeaflowModule02 figure {
  text-align: center;
}

.jeaflowModule02 figure img {
  width: 33px;
  height: auto;
}

.jeaflowModule02 .greenBox {
  background: #ddefeb;
  padding: 15px 10px;
}

.jeaflowModule02 .greenBox2 {
  background: #e7f3f1;
  padding: 15px 10px;
}

.jeaflowModule02 .greenBox .name,
.jeaflowModule02 .greenBox2 .name {
  color: #349884;
  font-size: 14px;
  font-weight: bold;
  display: block;
  position: relative;
  padding: 0 0px 5px 45px;
  text-align: left;
  margin: 0 auto;
  width: 230px;
}

.jeaflowModule02 .greenBox .name:before {
  position: absolute;
  left: 0px;
  top: 0;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/flow/ico_pc.png) no-repeat 98% center;
  background-size: 28px;
}

.jeaflowModule02 .greenBox2 .name:before {
  position: absolute;
  left: 0px;
  top: 0;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/flow/ico_fax.png) no-repeat 98% center;
  background-size: 32px;
}

.jeaflowModule02 .greenBox .ico,
.jeaflowModule02 .greenBox2 .ico {
  float: left;
  width: 35px;
}

.jeaflowModule02 .greenBox .btn04,
.jeaflowModule02 .greenBox2 .btn04 {
  background: #fff url(../img/common/ico_arrow03.png) no-repeat 96% 50%;
  background-size: 6px;
}

.jeaflowModule03 {
  background: url(../img/flow/bg_flow01.jpg);
  padding: 25px 10px 0;
  overflow: hidden;
}

.jeaflowModule03 .title {
  text-align: center;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
}

.jeaflowModule03 .title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 3px;
  background: #87c5bb;
}

.jeaflowModule03 .copy {
  text-align: center;
  padding: 20px 0;
  line-height: 22px;
}

.jeaflowModule04 {
  background: #ffffff;
  padding: 20px 10px;
  margin-bottom: 30px;
}

.jeaflowModule04 .case {
  text-align: center;
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  border: #64baaf 2px solid;
}

.jeaflowModule04 .case img {
  height: 50px;
  width: auto;
}

.jeaflowModule04 .name {
  text-align: center;
  font-size: 15px;
  padding-bottom: 3px;
}

.jeaflowModule04 .name span {
  font-size: 11px;
  padding-left: 10px;
}

.jeaflowModule04 .course {
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  padding-bottom: 15px;
}

.jeaflowModule04 .comment {
  padding: 15px 0;
}

.jeaflowModule04 .comment span {
  background: linear-gradient(transparent 50%, #fff7b2 0%);
}

.jeaflowModule04 .fromjea {
  padding-top: 15px;
}

.jeaflowModule04 .fromjea h4 img {
  height: 15px;
  width: auto;
}

.jeaflowModule04 .fromjea p {
  border: #cbcbcb solid 1px;
  padding: 10px 12px;
}

.jeaflowModule04 .jikanwari h4 {
  display: block;
  padding: 20px 0 10px;
  text-align: center;
}

.jeaflowModule04 .jikanwari h4 img {
  height: 18px;
  width: auto;
}

.jeaflowModule04 .jikanwari ul {
  background: #f2f9f9;
  border-radius: 10px;
  padding: 15px;
}

.jeaflowModule04 .jikanwari ul li {
  border-bottom: #d6ece9 solid 1px;
  line-height: 22px;
  padding: 5px 0 5px 50px;
  position: relative;
}

.jeaflowModule04 .jikanwari ul li span {
  color: #77b7ad;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 50px;
  padding: 0 5px;
}

.jeaflowModule04 .jikanwari ul li.select {
  background: #fffad9;
}

.jeaflowModule04 .jikanwari .fukidashi1,
.jeaflowModule04 .jikanwari .fukidashi2,
.jeaflowModule04 .jikanwari .fukidashi3,
.jeaflowModule04 .jikanwari .fukidashi4,
.jeaflowModule04 .jikanwari .fukidashi5,
.jeaflowModule04 .jikanwari .fukidashi6 {
  font-size: 10px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  z-index: 3;
}

.jeaflowModule04 .jikanwari .fukidashi1 {
  padding-left: 8px;
  padding-top: 7px;
}

.jeaflowModule04 .jikanwari .fukidashi2 {
  padding-left: 22px;
  padding-top: 7px;
}

.jeaflowModule04 .jikanwari .fukidashi3 {
  padding-left: 13px;
  padding-top: 5px;
}

.jeaflowModule04 .jikanwari .fukidashi4 {
  padding-left: 28px;
  padding-top: 7px;
}

.jeaflowModule04 .jikanwari .fukidashi5 {
  padding-left: 22px;
  padding-top: 7px;
}

.jeaflowModule04 .jikanwari .fukidashi6 {
  padding-left: 0px;
  padding-top: 7px;
}

.jeaflowModule04 .jikanwari .fukidashi1 {
  position: absolute;
  left: 130px;
  top: 5px;
  background: url(../img/flow/bg_flow02.png);
  background-size: 114px 42px;
  width: 114px;
  height: 42px;
}

.jeaflowModule04 .jikanwari .fukidashi2 {
  position: absolute;
  left: 100px;
  top: 13px;
  background: url(../img/flow/bg_flow03.png);
  background-size: 130px 42px;
  width: 130px;
  height: 42px;
}

.jeaflowModule04 .jikanwari .fukidashi3 {
  position: absolute;
  left: 150px;
  top: -26px;
  background: url(../img/flow/bg_flow04.png);
  background-size: 90px 54px;
  width: 90px;
  height: 54px;
}

.jeaflowModule04 .jikanwari .fukidashi4 {
  position: absolute;
  left: 112px;
  top: 7px;
  background: url(../img/flow/bg_flow05.png);
  background-size: 130px 55px;
  width: 130px;
  height: 55px;
}

.jeaflowModule04 .jikanwari .fukidashi5 {
  position: absolute;
  left: 117px;
  top: -28px;
  background: url(../img/flow/bg_flow06.png);
  background-size: 128px 55px;
  width: 128px;
  height: 55px;
}

.jeaflowModule04 .jikanwari .fukidashi6 {
  position: absolute;
  left: 136px;
  top: -47px;
  background: url(../img/flow/bg_flow07.png);
  background-size: 109px 65px;
  width: 109px;
  height: 65px;
}

/* !ACCESS_OSAKA
---------------------------------------------------------- */
.accessModule02 .midashi {
  position: absolute;
  top: -17px;
  left: 10px;
}

.accessModule02 .midashi img {
  width: auto;
  height: 30px;
}

.accessModule02 .btn01 {
  position: relative;
}

.accessModule02 .btn01.google:after {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../img/access/ico_google.png) no-repeat 98% center;
  background-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  top: 9px;
  margin-left: -115px;
}

.accessModule02 .btn01.star:after {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../img/access/ico_star.png) no-repeat 86% center;
  background-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  top: 9px;
  margin-left: -130px;
}

.accessinfoModule01 {
  background: #fff;
  border: solid 2px #c7e3df;
  padding: 12px;
}

.accessinfoModule01 .btn01 {
  background: url(../img/common/ico_arrow02.png) no-repeat 98% center #87c5bb;
  background-size: 6px;
  position: relative;
}

.accessinfoModule01 .btn01:after {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../img/access/ico_access01.png) no-repeat 98% center;
  background-size: 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: 9px;
  margin-left: -80px;
}

.accessinfoModule01 .infoDetail p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.accessinfoModule01 .infoDetail figure {
  padding: 15px;
  display: block;
}

.accessinfoModule01 .accessDetail {
  border-top: solid 3px #f7f6f2;
  margin-top: 5px;
  padding-top: 5px;
}

.accessModule03 {
  padding: 10px;
}

.accessModule03 .title {
  font-size: 16px;
  position: relative;
  text-align: center;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.accessModule03 .title:after {
  content: "";
  background: #87c5bb;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.accessModule03 section {
  margin-bottom: 15px;
}

.accessModule03 section .midashi {
  color: #87c5bb;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  display: block;
  padding: 3px 0 0 0;
}

.accessModule03 section .txt {
  font-size: 12px;
}

.accessModule04 {
  padding: 10px 10px 20px;
}

.accessModule04 .title {
  font-size: 16px;
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.accessModule04 .title img {
  display: inline-block;
  width: 60px;
  padding-left: 10px;
}

.accessModule04 ul {
  display: block;
  padding: 15px 15px 0;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  overflow: hidden;
}

.accessModule04 li {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.accessModule04 li figure {
  width: 30%;
  float: left;
}

.accessModule04 li .detail {
  display: block;
  width: 100%;
  padding-left: 33%;
  margin-left: -30%;
  float: right;
}

.accessModule04 li .detail .date {
  color: #87c5bb;
  font-size: 12px;
  font-weight: bold;
}

#map_canvas h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  color: #008164;
  display: block;
  padding-bottom: 10px;
}

.accessinfoModule01 .accessGuide .diskList01 {
  clear: both;
  background-size: 73px !important;
}

#map_canvas h3.shop {
  margin-top: 20px;
}

#map_canvas a {
  color: #7ba4ca;
  text-decoration: underline;
}

#map_canvas figure img {
  float: left;
  width: 160px;
  height: auto;
  background: #fff;
  padding: 2px;
  margin-right: 5px;
  border: solid 1px #d2d2d2;
}

/* !講師募集のご案内（既存ページ引き継ぎ）
---------------------------------------------------------- */
#contents article.lecturer {
  width: 100%;
  padding-bottom: 50px;
}

.lecturer .box03 {
  position: relative;
  margin-top: 30px;
}

.lecturer table.Graph {
  width: 100%;
}

.lecturer table.Graph,
.lecturer table.Graph td,
.lecturer table.Graph th {
  border: 1px solid #cccccc;
}

.lecturer .spe001 {
  margin-top: 5px;
  line-height: 1.7em;
  padding: 20px 20px 0 20px;
}

.lec_ttl01 {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  background: #afd698;
  padding: 5px;
  text-align: center;
}

.lec_ttl02 {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  background: #ffffff;
  padding: 5px;
  text-align: center;
}

.lec_ttl001 {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  background: #afd698;
  padding: 5px;
  text-align: center;
}

.lec_ttl02 {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  background: #ffffff;
  padding: 5px;
  text-align: center;
}

.lec_tex01 {
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.1em;
  padding: 5px 2px 5px 2px;
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
  width: 20%;
}

.lec_tex02 {
  padding: 5px;
  color: #333333;
  line-height: 1.7em;
  background: #ffffff;
  width: 80%;
}

.lec_tex03 {
  padding: 5px;
  color: #333333;
  line-height: 1.7em;
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
}

.lec_tex04 {
  color: #333333;
}

.lec_tex001 {
  font-weight: bold;
  color: #999;
  letter-spacing: 0.1em;
  padding: 5px 2px 5px 2px;
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
  width: 20%;
}

.lec_tex002 {
  padding: 5px;
  color: #999;
  line-height: 1.7em;
  background: #ffffff;
  width: 80%;
}

.lec_tex004 {
  color: #999;
}

.formCourseModule .rit {
  text-align: right;
  font-size: 16px;
}

.formCourseModule span,
.formCourseModule p {
  font-size: 16px;
  line-height: 26px;
}

.flowModule01 #third .btn03 {
  background: #e31d4f !important;
}

/*----------------------------------------------------------------------------------SP---------------------------------------------------------------------------------- */

@media (max-width: 767px) {
  /* !Common
---------------------------------------------------------- */
  body {
    width: 100%;
    overflow-x: hidden;
  }

  img {
    width: 100%;
  }

  .firstTxt01 {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  /*tit*/
  .firstTxt02 {
    margin-bottom: 10px;
    text-align: center;
  }

  .titStyle01 {
    padding: 25px 0 15px 0;
  }

  .titIStyle02 {
    margin: 30px 0 15px 0;
    padding-bottom: 30px;
    border-bottom: solid 10px #f1f1f1;
  }

  /*txt*/
  .leadTxt {
    margin: 20px 10px;
    font-size: 14px;
    line-height: 24px;
  }

  /*btn*/
  .btn01,
  .btn02,
  .btn03,
  .btn04 {
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: block;
    background: url(../img/common/ico_arrow02.png) no-repeat 97% center #007e65;
    background-size: 6px;
  }

  .btn02.mldBtn {
    background: url(../img/common/ico_arrow02.png) no-repeat 97% center #e22350;
    background-size: 6px;
  }

  .btn01.tel,
  .btn01.web {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin-top: 10px;
  }

  .btn01.tel {
    background: url(../img/common/ico_tel01.png) no-repeat 20px center #007e65;
    background-size: 16px;
  }

  .btn01.web {
    background: url(../img/common/ico_btn07.png) no-repeat 18px center #007e65;
    background-size: 20px;
  }

  .btnBox {
    padding-bottom: 30px;
  }

  .btnBox.space {
    margin: 0 10px;
  }

  .btn02,
  .btn03 {
    line-height: 30px;
  }

  a.btn01,
  a.btn02,
  a.btn03 {
    color: #fff;
  }

  .btn01 img,
  .btn04 img {
    width: auto;
    height: 40px;
    padding-right: 8px;
  }

  .btn02.other {
    color: #595656;
    background: #fff;
    border: solid 2px #dbdbdb;
    position: relative;
  }

  .btn02.other:after {
    content: "";
    width: 6px;
    height: 10px;
    margin-top: -5px;
    display: inline-block;
    background: url(../img/common/ico_arrow03.png) no-repeat;
    background-size: 6px;
    position: absolute;
    top: 50%;
    right: 10px;
  }

  .btn04 {
    color: #605d5d;
    display: block;
    background: url(../img/common/ico_arrow03.png) no-repeat 85% 14px;
    background-size: 6px;
    border: solid 2px #dbdbdb;
  }

  .prevBtn {
    padding: 5px 10px;
    right: 10px;
    top: 12px;
  }

  /*form*/
  #contents.form textarea {
    max-width: 100%;
    width: 100%;
  }

  /* !formBtn submit*/
  .submit img.ajax-loader {
    width: 16px;
    height: auto;
  }

  .submit .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    font-size: 16px;
  }

  .submit input[type="button"] {
    display: block;
    -webkit-appearance: none;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }

  /* !openMenu
---------------------------------------------------------- */
  #openMenu {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: #87c5bb;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }

  #openMenu a {
    color: #fff;
  }

  /*gNav*/
  #openMenu #gNav > li {
  }

  #openMenu #gNav > li:first-child a {
    border-top: solid 1px #c3e2dd;
  }

  #openMenu #gNav > li a {
    width: 100%;
    padding: 0 20px;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 60px;
    display: block;
    border-bottom: solid 1px #c3e2dd;
    position: relative;
  }

  #openMenu #gNav > li a.subMenu {
    height: 60px;
  }

  #openMenu #gNav > li a.subMenu:after {
    content: "";
    width: 53px;
    height: 60px;
    display: inline-block;
    background: url(../img/common/ico_arrow05.png) no-repeat 52% center;
    background-size: 18px;
    border-left: solid 1px #c3e2dd;
    position: absolute;
    right: 0;
  }

  #openMenu #gNav > li a.subMenu.select:after {
    background: url(../img/common/ico_arrow04.png) no-repeat 52% center;
    background-size: 18px;
  }

  /*subOpen*/
  #openMenu #gNav > li .subOpen {
    padding-top: 25px;
    background: #79b6ac;
    border-bottom: solid 1px #c3e2dd;
    display: none;
  }

  #openMenu #gNav > li .subOpen li {
    padding: 0 0 25px 50px;
  }

  #openMenu #gNav > li .subOpen li a {
    padding-left: 32px;
    font-size: 14px;
    line-height: 24px;
    border: none;
    position: relative;
  }

  #openMenu #gNav > li .subOpen li a:before {
    content: "";
    width: 4px;
    height: 2px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 20px;
  }

  /*subNav*/
  #openMenu .subNav {
    overflow: hidden;
  }

  #openMenu .subNav li {
    width: 50%;
    height: 75px;
    text-align: center;
    display: table;
    border-bottom: solid 1px #c3e2dd;
    border-left: solid 1px #c3e2dd;
    float: left;
  }

  #openMenu .subNav li.wide {
    width: 100% !important;
  }

  #openMenu .subNav li:nth-child(odd) {
    border-left: none;
  }

  #openMenu .subNav li a {
    width: 100%;
    height: 75px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }

  #openMenu .subNav li.wide a {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 60px;
    text-align: left;
    padding: 0 20px;
  }

  /*group*/
  #openMenu .group {
    margin: 25px 10px;
    padding-bottom: 4px;
    background: #71b5aa;
  }

  #openMenu .group h2 {
    height: 38px;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    line-height: 35px;
  }

  #openMenu .group ul {
    width: 100%;
    border-top: dotted 1px #c3e2dd;
    border-bottom: dotted 1px #c3e2dd;
    overflow: hidden;
  }

  #openMenu .group ul li {
    width: 50%;
    height: 38px;
    float: left;
    border-bottom: dotted 1px #c3e2dd;
    border-right: dotted 1px #c3e2dd;
    position: relative;
  }

  #openMenu .group ul li a {
    line-height: 38px;
    padding: 0 0 0 20px;
    display: block;
  }

  #openMenu .group ul li:nth-child(3),
  #openMenu .group ul li:nth-child(4) {
    border-bottom: none;
  }

  #openMenu .group ul li:nth-child(even) {
    border-right: none;
  }

  #openMenu .group ul li span {
    position: absolute;
    top: 6px;
    right: 10px;
  }

  #openMenu .group ul li span img {
    width: 15px;
  }

  #openMenu .closeBtn.top {
    padding: 20px !important;
    text-align: right;
  }

  #openMenu .closeBtn {
    padding-bottom: 25px;
    text-align: center;
  }

  #openMenu .closeBtn img {
    width: 10%;
  }

  /* !header
---------------------------------------------------------- */
  #header {
    position: relative;
  }

  #header a {
    display: inline-block;
  }

  #header h1 img {
    width: 320px;
  }

  #header .logoTxt {
    width: 115px;
    position: absolute;
    top: 0;
    right: 20px;
  }

  #header .menu {
    position: relative;
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    height: 63px;
  }

  #header .menu .tel {
    width: 181px;
    padding-top: 3px;
  }

  #header .menu ul {
    overflow: hidden;
    position: absolute;
    top: 7px;
    right: 5px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #header .menu ul.fixed {
    position: fixed;
    z-index: 100;
  }

  #header .menu ul li {
    margin-right: 10px;
    width: 45px;
    float: left;
  }

  /* !SEOarea
---------------------------------------------------------- */
  .SEOarea {
    margin: 0 10px;
    padding: 10px;
    border: solid 1px #dedede;
  }

  /* !footer
---------------------------------------------------------- */
  #footer {
    margin-bottom: 20%;
  }

  #footer .fLogo {
    margin: 20px 35px 10px 35px;
  }

  #footer .tel {
    margin: 0 35px 20px 35px;
  }

  #footer .pageTop {
    text-align: center;
  }

  #footer .pageTop img {
    width: 20%;
  }

  #footer #fNav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9998;
    overflow: hidden;
  }

  #footer #fNav ul li {
    width: 50%;
    float: left;
  }

  #footer .inner .copyright {
    margin: 20px 0;
    text-align: center;
  }

  /*form*/
  #footer.form {
    text-align: center;
    margin-bottom: 40px;
  }

  #footer.form .copyright {
    padding-top: 20px;
    border-top: solid 15px #f1f1f1;
  }

  /* !top
---------------------------------------------------------- */
  /*flexslider*/
  .flexslider {
    margin: 11px 0 20px 0;
  }

  /* !mainTit01Module img
---------------------------------------------------------- */
  .mainTit01Module,
  .mainTit02Module {
    background-size: cover !important;
  }

  /* !aromablog */
  #contents.aromablog .mainTit01Module {
    background: url(../img/aromablog/bg_aromablog01.jpg) no-repeat center;
  }

  /*    !course    */
  /*aeaj*/
  #contents.aeaj .mainTit02Module {
    background: url(../img/course_aeaj/bg_course_aeaj01.jpg) no-repeat center;
  }

  /*aroma*/
  #contents.aroma .mainTit02Module {
    background: url(../img/course_aroma/bg_course_aroma01.jpg) no-repeat center;
  }

  /*aromalifeplanner*/
  #contents.aromalifeplanner .mainTit02Module {
    background: url(../img/course_aromalifeplanner/bg_course_aromalifeplanner01.jpg)
      no-repeat center;
  }

  /*aromacraft*/
  #contents.aromacraft .mainTit02Module {
    background: url(../img/course_aromacraft/bg_course_aromacraft01.jpg)
      no-repeat center;
  }

  /*bodycare*/
  #contents.bodycare .mainTit02Module {
    background: url(../img/course_bodycare/bg_course_bodycare01.jpg) no-repeat
      center;
  }

  /*jamha*/
  #contents.jamha .mainTit02Module {
    background: url(../img/course_jamha/bg_course_jamha01.jpg) no-repeat center;
  }

  /*mld*/
  #contents.mld .mainTit02Module {
    background: url(../img/mld/bg_mld01.jpg) no-repeat center;
  }

  /*ifpa*/
  #contents.ifpa .mainTit02Module {
    background: url(../img/course_ifpa/bg_course_ifpa01.jpg) no-repeat center;
  }

  /*cibtac*/
  #contents.cibtac .mainTit02Module {
    background: url(../img/course_cibtac/bg_course_cibtac01.jpg) no-repeat
      center;
  }

  /* !strengths
---------------------------------------------------------- */
  #contents.strengths .mainTit02Module {
    background: url(../img/strengths/bg_point01.jpg) no-repeat center;
  }

  /* !support
---------------------------------------------------------- */
  #contents.support .mainTit02Module {
    background: url(../img/support/bg_support01.jpg) no-repeat center;
  }

  /* !soleil_info
---------------------------------------------------------- */
  #contents.soleil_info .mainTit02Module {
    background: url(../img/soleil_info/bg_soleil_info01.jpg) no-repeat center;
  }

  #contents.soleil_info h2 {
    padding: 20px 0 10px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 14px;
    text-align: center;
  }

  /* !entry_post
---------------------------------------------------------- */
  /*course_alacarte*/
  .course_alacarte .entry_post h3 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .course_alacarte .entry_post .txtBox {
    padding: 15px;
  }

  .course_alacarte .entry_post .txtBox,
  .course_alacarte .entry_post .txtBox p {
    font-size: 13px;
    line-height: 20px;
  }

  /* !mainBerModule
---------------------------------------------------------- */
  .mainBerModule ul {
    margin-right: -2%;
  }

  .mainBerModule ul li {
    width: 49%;
    margin: 0 1% 25px 0;
    display: inline-block;
    vertical-align: top;
  }

  .mainBerModule ul li a figure.new {
    width: 37px;
    top: -5px;
    right: 2px;
  }

  .mainBerModule ul li p {
    margin: 0 5%;
    font-sixe: 11px;
    line-height: 17px;
  }

  .mainBerModule ul li p br {
    display: none;
  }

  /* !typeCheckModule
---------------------------------------------------------- */
  .typeCheckModule .firstTxt01 {
    margin: 20px 0 10px 0;
  }

  .typeCheckModule .inner > ul > li {
    padding-bottom: 15px;
    position: relative;
  }

  .typeCheckModule .inner > ul > li:after {
    content: "";
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    bottom: 0;
  }

  .typeCheckModule .inner > ul > li:nth-child(even) {
    background: #e5eef6;
  }

  .typeCheckModule .inner > ul > li:nth-child(even):after {
    background: url(../img/common/ico_arrow05.png) no-repeat center #6f9cc5;
    background-size: 11px;
  }

  .typeCheckModule .inner > ul > li.select:nth-child(even):after {
    background: url(../img/common/ico_arrow04.png) no-repeat center #6f9cc5;
    background-size: 11px;
  }

  .typeCheckModule .inner > ul > li:nth-child(odd) {
    background: #e5f6f3;
  }

  .typeCheckModule .inner > ul > li:nth-child(odd):after {
    background: url(../img/common/ico_arrow05.png) no-repeat center #87c5bb;
    background-size: 11px;
  }

  .typeCheckModule .inner > ul {
    display: flex;
    flex-wrap: wrap;
  }

  .typeCheckModule .inner > ul > li:nth-child(1) {
    display: none !important;
  }

  .typeCheckModule .inner > ul > li:nth-child(2) {
    order: 3;
  }

  .typeCheckModule .inner > ul > li:nth-child(3) {
    order: 2;
  }

  .typeCheckModule .inner > ul > li:nth-child(4) {
    order: 1;
  }

  .typeCheckModule .inner > ul > li:nth-child(5) {
    display: none !important;
  }

  .typeCheckModule .inner > ul > li.select:nth-child(odd):after {
    background: url(../img/common/ico_arrow04.png) no-repeat center #87c5bb;
    background-size: 11px;
  }

  .typeCheckModule .inner > ul > li .typeTxt {
    width: 62%;
    margin: 4% 20px 4% 0;
    display: inline-block;
    vertical-align: top;
  }

  .typeCheckModule .inner > ul > li .typeTxt .copy {
    margin-bottom: 10px;
    padding: 0 0 20px 10px;
    text-align: left;
    background: url(../img/top/img_typeCheck01.png) no-repeat left bottom;
    background-size: 180px;
  }

  .typeCheckModule .inner > ul > li .typeTxt h3 {
    margin-left: 10px;
  }

  .typeCheckModule .inner > ul > li figure {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }

  .typeCheckModule .inner > ul > li .typeTxt .checkList {
    margin: 10px 0 0 10px;
  }

  .typeCheckModule .inner > ul > li .typeTxt .checkList li:not(.note) {
    padding-left: 20px;
    background: url(../img/common/ico_checkBox.png) no-repeat left 3px;
    background-size: 14px;
  }

  .typeCheckModule .inner > ul > li .typeTxt .checkList li.note {
    margin: 14px 0 0;
    font-size: 11px;
    line-height: 20px;
  }

  .typeCheckModule .inner .openBox {
    display: none;
    padding: 20px;
  }

  .typeCheckModule .inner .openBox h3 {
    margin-bottom: 20px;
  }

  .typeCheckModule .inner .openBox ul li {
    width: 100%;
    display: table;
    margin-bottom: 10px;
  }

  .typeCheckModule .inner .openBox ul li a {
    width: 100%;
    height: 60px;
    background-size: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
  }

  .typeCheckModule .inner li:nth-child(odd) .openBox ul li a {
    background: url(../img/common/ico_arrow02.png) no-repeat 98% center #93cbc2;
    background-size: 6px;
  }

  .typeCheckModule .inner li:nth-child(even) .openBox ul li a {
    background: url(../img/common/ico_arrow02.png) no-repeat 98% center #7ba4ca;
    background-size: 6px;
  }

  .typeCheckModule .inner .openBox .btn01 {
    line-height: 17px;
  }

  .typeCheckModule .inner .openBox .btn01 span {
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: normal;
    display: block;
  }

  .typeCheckModule .inner > ul > li:nth-child(odd) .openBox {
    border: solid 10px #87c5bb;
    border-bottom: 0px;
    background: #fff;
  }

  .typeCheckModule .inner > ul > li:nth-child(even) .openBox {
    border: solid 10px #6f9cc5;
    border-bottom: 0px;
    background: #fff;
  }

  .typeCheckModule .btn04 {
    margin: 15px 10px;
  }

  .typeCheckModule .btn04 img {
    width: 25px;
    height: 23px;
  }

  /* !voiceModule
---------------------------------------------------------- */
  .voiceModule {
    margin: 0 10px;
  }

  .voiceModule p.txt {
    text-align: center;
    margin-bottom: 15px;
  }

  .voiceModule ul {
    overflow: hidden;
  }

  .voiceModule ul li {
    width: 50%;
    margin-bottom: 8px;
    float: left;
  }

  .voiceModule ul li p,
  .voiceModule .bnr p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 16px;
  }

  .voiceModule ul li p {
    height: 34px;
    padding-right: 8px;
    overflow: hidden;
  }

  .voiceModule ul li.voiceBtn {
    position: relative;
  }

  .voiceModule ul li.voiceBtn p {
    height: auto;
    margin: -33px 0 0 -32px;
    padding: 0 0 36px 0;
    color: #007e65;
    font-size: 13px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/common/ico_arrow01.png) no-repeat center bottom;
    background-size: 31px;
  }

  /* !strengthsModule
---------------------------------------------------------- */
  .strengthsModule {
    margin: 0 10px;
  }

  .strengthsModule p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 16px;
  }

  .strengthsModule ul {
    margin: 30px 0 25px 0;
    overflow: hidden;
  }

  .strengthsModule ul li {
    width: 50%;
    float: left;
  }

  .strengthsModule ul li h3 {
    margin-bottom: 5px;
    font-size: 9px;
    text-align: center;
  }

  .strengthsModule ul li h3 span {
    padding-right: 5px;
    letter-spacing: 1px;
  }

  /* !messageModule
---------------------------------------------------------- */
  .messageModule {
    padding: 0 10px 20px 10px;
    background: url(../img/common/bg_01.jpg);
    background-size: 125px;
  }

  .messageModule .Gill figure {
    margin: 0 70px 20px 70px;
  }

  .messageModule .Gill p {
    margin: 0 30px;
  }

  .messageModule p.firstTxt01 {
    font-size: 17px;
    line-height: 27px;
    margin: 25px 0 15px 0;
  }

  .messageModule p.txt {
    margin: 0 10px 15px 10px;
  }

  /* !letGoModule
---------------------------------------------------------- */
  .letGoModule {
    padding: 0 10px 25px 10px;
  }

  .letGoModule h3 {
    padding: 20px 0 10px 0;
    border-top: 3px solid #87c5bb;
  }

  .letGoModule .sec05 h3,
  .letGoModule .sec06 h3 {
    border-top: none;
  }

  .letGoModule ul {
    margin: 0 10px;
  }

  .letGoModule ul li {
    margin-bottom: 20px;
    overflow: hidden;
  }

  /*sec01*/
  .letGoModule .sec01 {
  }

  /*sec02*/
  .letGoModule .sec02 ul li .txt {
    margin-top: 5px;
    font-size: 14px;
  }

  .letGoModule .sec02 ul li a .link {
    margin-bottom: 5px;
    padding-left: 10px;
    font-size: 17px;
    background: url(../img/common/ico_arrow03.png) no-repeat left center;
    background-size: 6px;
  }

  /*sec04*/
  .letGoModule .sec03 ul {
    margin: 10px 0 0 0;
  }

  .letGoModule .sec03 ul li {
    overflow: hidden;
  }

  .letGoModule .sec03 ul li a {
    display: block;
  }

  .letGoModule .sec03 ul li figure {
    width: 42%;
    display: inline-block;
    vertical-align: top;
  }

  .letGoModule .sec03 ul li .cont {
    margin-left: 10px;
    width: 52%;
    display: inline-block;
    vertical-align: top;
  }

  .letGoModule .sec03 ul li .cont .date {
    font-size: 13px;
    font-weight: bold;
    color: #88c4bb;
    letter-spacing: 1px;
  }

  .letGoModule .sec03 ul li .cont .date span {
    margin-right: 5px;
    padding: 0 5px;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background: #88c4bb;
  }

  .letGoModule .sec03 ul li .cont h4 {
    margin: 5px 0 2px 0;
    font-size: 14px;
    font-weight: bold;
  }

  /*sec05*/
  /*sec06*/
  .letGoModule .sec04 ul li .date,
  .letGoModule .sec05 ul li .date {
    font-size: 13px;
    color: #88c4bb;
  }

  .letGoModule .sec05 ul li .cat {
    margin-left: 10px;
    padding: 0 30px;
    display: inline-block;
    color: #fff;
    background: #87c5bb;
  }

  .letGoModule .sec04 ul li p.txt,
  .letGoModule .sec05 ul li p.txt {
    font-size: 11px;
    line-height: 17px;
  }

  .letGoModule .sec04 ul li .btn {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 20px;
    float: right;
    background: url(../img/common/ico_arrow06.png) no-repeat left center;
    background-size: 5px;
  }

  /*facebook
--------------------------------------------*/
  .facebook {
    width: 100%;
    margin-top: 40px;
  }

  .facebook .fb-page fb_iframe_widget {
    width: 100%;
  }

  /*form
--------------------------------------------*/
  #contents.form section {
    margin: 0 10px 30px 10px;
  }

  #contents.form h1 {
    margin-bottom: 40px;
    padding: 40px 80px 0 80px;
    font-size: 16px;
    line-height: 25px;
    border-top: solid 15px #f1f1f1;
  }

  #contents.form .countBox {
    width: 65px;
    height: 80px;
    padding-top: 10px;
    top: 140px;
  }

  #contents.form .countBox:before,
  #contents.form .countBox:after {
    width: 65px;
    height: 1px;
  }

  #contents.form .countBox h3 {
    font-size: 11px;
  }

  #contents.form .countBox p span {
    padding: 0 5px;
    font-size: 20px;
  }

  #contents.form h2 {
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 23px;
  }

  #contents.form h2 span {
    display: block;
    margin-top: -3px;
    font-size: 16px;
  }

  #contents.form h2:before {
    width: 4px;
    height: 20px;
  }

  #contents.form p.txt {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 15px 0;
  }

  #contents.form ul.txtList {
    margin: 0 0 15px 10px;
  }

  #contents.form ul.txtList li {
    font-size: 16px;
    line-height: 28px;
  }

  #contents.form table {
    width: 100%;
  }

  #contents.form table tr,
  #contents.form table tr th,
  #contents.form table tr td {
    display: block;
    font-size: 16px;
  }

  #contents.form table tr:first-child {
    padding-top: 0 !important;
  }

  #contents.form table tr {
    padding: 13px 0 10px 0;
    border-bottom: solid 2px #dbedea;
  }

  #contents.form table tr th {
    margin-bottom: 5px;
    font-weight: bold;
    color: #007e65;
    font-size: 16px;
    line-height: 26px;
  }

  #contents.form em {
    padding: 0 4px 0 5px;
    font-size: 10px;
  }

  #contents.form table select {
    height: 30px;
    line-height: 30px;
  }

  #contents.form table select {
    font-size: 16px;
  }

  #contents.form table input[type="text"],
  #contents.form table input[type="email"] {
    width: 100%;
    height: 34px;
    margin-bottom: 8px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 34px;
    border-radius: 0;
    /* CSS3草案 */
    -webkit-border-radius: 0;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0;
    /* Firefox用 */
  }

  #contents.form table input[type="text"]#datem,
  #contents.form table input[type="text"]#dated,
  #contents.form table input[type="text"]#datet,
  #contents.form table input[type="text"]#datet2 {
    width: 50px;
  }

  #contents.form table .short input {
    width: 58%;
    margin-right: 6px;
    font-size: 16px;
  }

  #contents.form table .course select {
    width: 100%;
  }

  #contents.form table .btn01.select {
    background: url(../img/common/ico_arrow05.png) no-repeat 98% center #007e65;
    background-size: 10px;
  }

  #contents.form table .smOpen {
    display: none;
  }

  #contents.form table .field {
    margin: 15px 0 20px 0;
  }

  #contents.form table .field p {
    margin-bottom: 8px;
  }

  /*formCourseModule
--------------------------------------------*/
  .formCourseModule select {
    margin-bottom: 8px;
  }

  .formCourseModule .item01 select {
    width: 50px;
    margin-bottom: 8px;
  }

  .formCourseModule .item02 select {
    width: 200px;
  }

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

  .formInfoModule input {
    padding-left: 0;
  }

  .formInfoModule table tr {
    padding: 0 0 10px 0;
    border-bottom: solid 2px #dbedea;
    font-size: 16px;
  }

  .formInfoModule table th {
    padding-top: 10px;
    vertical-align: top;
    font-size: 16px;
  }

  .formInfoModule select {
    width: 70px;
    margin: 0 5px 8px 5px;
  }

  #contents.form .formInfoModule table .space {
    display: block;
  }

  /*formInfoModule works
--------------------------------------------*/
  .formInfoModule.works td > div {
    margin-bottom: 8px;
  }

  .formInfoModule.works td > div.item01 > span {
    padding-right: 20px;
  }

  .formInfoModule.works select {
    width: 50px;
    margin: 0 5px;
  }

  .formInfoModule.works input[type="radio"] {
    margin: 0 5px;
  }

  .formInfoModule.works textarea {
    width: 100%;
    margin-top: 2px;
  }

  /*formQuestModule
--------------------------------------------*/
  .noborder .formQuestModule {
    margin: 0 !important;
    margin-bottom: 18px;
  }

  .formQuestModule h3 {
    margin: 0 0 10px 22px;
    text-indent: -1.5em;
    font-size: 16px;
  }

  .formQuestModule ul {
    padding: 15px;
  }

  .formQuestModule ul li {
    text-indent: -3px;
    padding-left: 20px;
  }

  .formQuestModule ul li input[type="text"] {
    width: 90%;
    margin: 5px 0;
  }

  /*formConfModule
--------------------------------------------*/
  .formConfModule .itemBox h3 {
    margin-top: 10px;
  }

  .formConfModule table tr td li {
    margin-bottom: 5px;
    position: relative;
  }

  .formConfModule table tr td li input[type="checkbox"] {
    position: absolute;
    top: -2px;
    left: 0;
  }

  .formConfModule table tr td label p {
    padding-left: 20px;
  }

  /*formPrivacyModule*/
  /*sendingDestinationModule*/
  .formPrivacyModule,
  .sendingDestinationModule {
    text-align: center;
    position: relative;
  }

  /*.sendingDestinationModule{
	padding-bottom:15px;
}*/
  .sendingDestinationModule input[type="checkbox"] {
    margin: 0 3px -2px 0;
  }

  .formPrivacyModule .checkBox {
    text-align: left;
    margin-bottom: 10px;
  }

  .formPrivacyModule .checkBox p {
    margin-left: 20px;
    text-indent: -1.8em;
  }

  .formPrivacyModule .checkBox p em {
    text-indent: 0;
  }

  .formPrivacyModule .checkBox input[type="checkbox"] {
    margin: 0 3px -2px 0;
  }

  .formPrivacyModule p,
  .sendingDestinationModule p {
    display: inline-block;
  }

  .sendingDestinationModule p {
    padding: 0 20px;
  }

  .formPrivacyModule p span.wpcf7-list-item-label {
    margin-top: -20px;
  }

  .sendingDestinationModule .checkBox {
    font-size: 12px;
  }

  .formPrivacyModule em {
    position: absolute;
    top: 17px;
    right: 10px !important;
    text-align: 0 !important;
  }

  /*formSkillModule*/
  .formSkillModule > div {
    padding: 20px;
  }

  /*checkList*/
  .checkList .wpcf7-list-item {
    display: block;
    margin-bottom: 6px;
    position: relative;
    text-indent: 0 !important;
  }

  .formInfoModule table td.checkList {
    overflow: hidden;
  }

  .formInfoModule table td.checkList.otherList span.wpcf7-list-item {
    margin-right: 10px;
    display: inline-block;
  }

  .formInfoModule table td.checkList.otherList input {
    margin: 0 0 0 0;
  }

  .formInfoModule table td.checkList .wpcf7-form-control-wrap {
    position: relative;
  }

  .formInfoModule table td.checkList span.wpcf7-list-item label {
    width: 100%;
    display: inline-block;
  }

  .formInfoModule table td.checkList span.wpcf7-list-item input {
    margin: 0 !important;
    outline: none;
  }

  .checkList .wpcf7-list-item input[type="checkbox"] {
    margin: 0;
    position: absolute;
    top: 6px;
    left: -20px;
  }

  /* !formLinkModule
---------------------------------------------------------- */
  .formLinkModule {
    margin: 0 !important;
    padding: 0 10px 30px 10px;
    background: url(../img/common/bg_form01.jpg) no-repeat #fff5e7;
    background-size: 100%;
  }

  .formLinkModule h1 {
    border: none !important;
  }

  .formLinkModule h1:after {
    width: 50px;
    height: 3px;
    margin-left: -25px;
    bottom: -15px;
  }

  .formLinkModule .btn01 {
    height: 60px;
    line-height: 60px;
  }

  /* !downloadModule
---------------------------------------------------------- */
  .downloadModule h2 {
    margin-top: 25px;
    text-align: center;
  }

  .downloadModule h2:before {
    width: 0 !important;
  }

  .downloadModule ul li p {
    margin-bottom: 5px;
    color: #007e65;
    text-align: center;
  }

  .downloadModule ul li .btn02 img {
    padding-right: 8px;
    width: auto;
    height: 40px;
  }

  /* !contactBoxModule
---------------------------------------------------------- */
  .contactBoxModule {
    padding: 20px;
    border: solid 5px #efede5;
  }

  .contactBoxModule p {
    margin-bottom: 10px;
    font-size: 13px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  .contactBoxModule .FAX {
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: solid 2px #efede5;
  }

  .contactBoxModule .btn01 {
    background: #87c5bb;
  }

  /* !mainTit01Module
---------------------------------------------------------- */
  .mainTit01Module h1 img {
    width: 320px;
  }

  .mainTit01Module .ico,
  .mainTit02Module .ico {
    width: 60px;
    height: auto;
    position: absolute;
    top: 0;
    left: 20px;
  }

  .mainTit01Module.other {
    width: 100%;
    display: table;
  }

  .mainTit01Module .icoTit {
    height: 156px;
    display: table-cell;
    vertical-align: middle;
  }

  .mainTit01Module .icoTit h1 {
    max-width: 260px;
    padding: 0 10px 10px 10px;
    line-height: 20px;
  }

  /* !mainTit02Module
---------------------------------------------------------- */
  .mainTit02Module {
    height: 155px;
  }

  .mainTit02Module h1 img {
    width: 320px;
  }

  .mainTit02Module.other h1 {
    width: 258px;
    padding: 15px 10px;
    font-size: 15px;
    display: inline-block;
    color: #007e65;
    background: rgba(255, 255, 255, 0.9);
  }

  .mainTit02Module.other h1 span {
    margin-top: 5px;
    font-size: 11px;
    line-height: 16px;
  }

  #contents.mld .mainTit02Module.other h1 {
    padding-top: 20px;
    margin-top: 11px;
    font-size: 14px;
    line-height: 15px;
  }

  /* !freeBriefingModule
---------------------------------------------------------- */
  .freeBriefingModule {
    margin: 0 10px;
  }

  .freeBriefingModule .info {
    margin-bottom: 30px;
  }

  .freeBriefingModule .info .txtArea,
  .openSchoolModule .txtArea {
    margin: 15px 0 20px 0;
    padding: 15px 0;
    text-align: center;
    background: #f1f1f1;
  }

  .freeBriefingModule .info .txtArea p,
  .openSchoolModule .txtArea p {
    font-size: 14px;
    line-height: 20px;
  }

  .freeBriefingModule .info .txtArea span,
  .openSchoolModule .txtArea span {
    margin-top: 5px;
    font-size: 12px;
    display: inline-block;
  }

  .openSchoolModule .txtArea .txtAreaIn01 {
    padding: 0 15px 15px;
    text-align: left;
  }

  /* !scheduleModule
---------------------------------------------------------- */
  .scheduleModule ul.tab li.active:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: -6px;
    display: inline-block;
    border-top: 10px solid #007e65;
    border-right: 6px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
  }

  .scheduleModule .txt {
    font-size: 11px;
  }

  .scheduleModule a.btn02.prev {
    background: url(../img/common/ico_arrow11.png) no-repeat 2% center #007e65;
    background-size: 6px;
  }

  /*graph*/
  .scheduleModule .graph {
    margin-top: 15px;
    overflow: hidden;
    margin-right: -4%;
  }

  .scheduleModule .graph > li {
    width: 46%;
    margin: 0 4% 4% 0;
    float: left;
    border: solid 2px #f1f1f1;
  }

  .scheduleModule .graph > li p.date {
    padding: 5px 0;
    font-size: 11px;
    text-align: center;
    background: #f1f1f1;
  }

  .scheduleModule .graph > li ul {
    padding: 10px 10px 5px 10px;
  }

  .scheduleModule .graph > li li {
    margin-bottom: 5px;
  }

  .scheduleModule .graph > li li a,
  .scheduleModule .graph > li li span {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #85c5bb;
  }

  .scheduleModule .graph > li li span {
    color: #999;
    background: #ccc;
  }

  .openSchoolModule .scheduleModule .graph > li li span {
    color: #fff;
    background: #85c5bb;
  }

  /* !relationNavModule
---------------------------------------------------------- */
  .relationNavModule {
    margin-bottom: 20px;
    padding: 15px;
    background: #e0f4f1;
    clear: both;
  }

  .relationNavModule ul {
    margin-right: -4%;
    overflow: hidden;
  }

  .relationNavModule ul li {
    margin-right: 4%;
    width: 46%;
    float: left;
    background: #fff;
    border-top: solid 3px #87c5bb;
  }

  .relationNavModule ul li h3 {
    padding: 3px 0;
    padding-left: 16px;
    background: url(../img/common/ico_arrow03.png) no-repeat 6px center;
    background-size: 5px;
  }

  .relationNavModule ul li:nth-child(2) {
    display: none;
  }

  .relationNavModule ul li p {
    display: none;
  }

  /* !category01Module
---------------------------------------------------------- */
  .category01Module > ul {
    margin: 20px 0;
  }

  .category01Module > ul > li {
    margin: 0 0 5px 5px;
    padding: 6px 10px 6px 30px;
    color: #007e65;
    font-size: 11px;
    font-weight: bold;
    border: solid 2px #88c4bb;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
    display: inline-block;
    position: relative;
  }

  /* !category02Module
---------------------------------------------------------- */
  .category02Module ul {
    margin: 20px 10px;
    overflow: hidden;
  }

  .category02Module ul li {
    width: 50%;
    line-height: 30px;
    border: solid 2px #d8d5d1;
    border-top: 0;
    float: left;
  }

  .category02Module ul li:nth-child(1),
  .category02Module ul li:nth-child(2) {
    border-top: solid 2px #d8d5d1;
  }

  .category02Module ul li:nth-child(even) {
    border-left: none;
  }

  .category02Module ul li a {
    line-height: 30px;
  }

  /* !category03Module
---------------------------------------------------------- */
  .category03Module {
    margin: 20px 10px;
  }

  .category03Module.space {
    margin-top: 0 !important;
  }

  .category03Module ul {
  }

  .category03Module > ul > li:first-child {
    border-top: solid 2px #88c4bb;
  }

  .category03Module ul li span {
    height: 34px;
    line-height: 30px;
    border: solid 2px #88c4bb;
    border-top: none;
  }

  .category03Module > ul > li ul {
    padding: 10px;
    background: #e5f6f3;
    border: solid 2px #88c4bb;
    border-top: none;
  }

  .category03Module > ul > li ul li {
    padding: 4px 0 4px 10px;
    background: url(../img/common/ico_arrow06.png) no-repeat left center;
    background-size: 5px;
  }

  .category03Module > ul > li ul li a {
    display: block;
  }

  /* !pageNaviModule01
---------------------------------------------------------- */
  .pageNaviModule01 {
    height: 80px;
    margin: 20px 0;
    text-align: center;
    position: relative;
  }

  #contents.aromablog.detail .pageNaviModule01 {
    margin: 0 10px 30px 10px;
  }

  #contents.voice .pageNaviModule01 {
    height: 30px;
  }

  .pageNaviModule01 .btn02 {
    width: 48%;
    display: inline-block;
    color: #595656;
    background: #fff;
    border: solid 1px #dbdbdb;
    position: absolute;
  }

  .pageNaviModule01 .btn02:after {
    content: "";
    width: 6px;
    height: 10px;
    margin-top: -5px;
    display: inline-block;
    position: absolute;
    top: 50%;
  }

  .pageNaviModule01 .btn02.prev:after {
    background: url(../img/common/ico_arrow09.png) no-repeat;
    background-size: 6px;
    left: 10px;
  }

  .pageNaviModule01 .next:after {
    background: url(../img/common/ico_arrow03.png) no-repeat;
    background-size: 6px;
    right: 10px;
  }

  .pageNaviModule01 a.page-numbers,
  .pageNaviModule01 .page-numbers.current {
    margin: 0 6px;
    padding: 0 2px 2px 2px;
    font-size: 14px;
  }

  .pageNaviModule01 .prev.page-numbers,
  .pageNaviModule01 .next.page-numbers {
    padding: 0;
  }

  .pageNaviModule01 .prev.page-numbers .btn02 {
    top: 55%;
    left: 0;
  }

  .pageNaviModule01 .next.page-numbers .btn02 {
    top: 55%;
    right: 0;
  }

  .pageNaviModule01 a.page-numbers {
    margin-bottom: 0;
  }

  .pageNaviModule01 .prev.page-numbers {
    margin-right: 6%;
  }

  .pageNaviModule01 .return {
    width: 100%;
    top: 0;
    left: 0;
  }

  .pageNaviModule01 .btn02.return:after {
    width: 12px;
    height: 20px;
    margin-top: -14px;
    background: url(../img/common/ico_btn10.png) no-repeat;
    background-size: 12px;
    top: 15px;
    left: 10px;
  }

  /*voice detail */
  #contents.voice.detail .pageNaviModule01 {
    height: 80px;
    margin: 0 10px 30px 10px;
  }

  #contents.voice.detail .pageNaviModule01 .btn02 {
    color: #fff;
    background: #007e65;
    border: none;
  }

  .pageNaviModule01 .btn02.return:after {
    margin-top: -6px;
    background: url(../img/common/ico_btn11.png) no-repeat;
    background-size: 12px;
  }

  #contents.voice.detail .pageNaviModule01 .prev:after {
    background: url(../img/common/ico_arrow11.png) no-repeat;
    background-size: 6px;
    left: 10px;
  }

  #contents.voice.detail .pageNaviModule01 .next:after {
    background: url(../img/common/ico_arrow02.png) no-repeat;
    background-size: 6px;
    right: 10px;
  }

  /* !courseListModule
---------------------------------------------------------- */
  .courseListModule ul li h2 {
    margin: 15px 0 10px 0;
    font-size: 14px;
  }

  /*interest*/
  #contents.interest .courseListModule {
    margin-top: 15px;
    padding-top: 0;
  }

  #contents.interest .courseListModule h2 {
    padding: 20px 0;
    font-size: 16px;
    line-height: 23px;
  }

  #contents.interest .courseListModule h3 {
    margin: 15px 0 10px 0;
    font-size: 14px;
  }

  /* !freeExplanatoryBnr
---------------------------------------------------------- */
  .freeExplanatoryBnr,
  .MLDBnr {
    margin: 0 10px 30px 10px;
  }

  #contents.course.shikaku .freeExplanatoryBnr,
  .MLDBnr {
    margin-top: 30px;
  }

  /* !lessonAboutModule
---------------------------------------------------------- */
  .lessonAboutModule {
    margin: 25px 10px 30px 10px;
  }

  .lessonAboutModule p {
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: url(../img/common/ico_arrow02.png) no-repeat 97% center #7ba4ca;
    background-size: 6px;
  }

  .lessonAboutModule.flg p {
    background: url(../img/common/ico_arrow05.png) no-repeat 97% center #7ba4ca;
    background-size: 10px;
  }

  .lessonAboutModule ul {
    display: none;
    padding: 5px 0;
    background: url(../img/common/bg_01.jpg);
    border: solid 2px #7ba4ca;
  }

  .lessonAboutModule ul li {
    margin: 0 10px;
    padding: 10px 0 10px 50px;
    font-size: 11px;
    text-align: left;
    border-top: solid 1px #d8d5d1;
  }

  .lessonAboutModule ul li:first-child {
    border: none;
    background: url(../img/common/ico_course01.png) no-repeat 18px center;
    background-size: auto 20px;
  }

  .lessonAboutModule ul li:nth-child(2) {
    background: url(../img/common/ico_course02.png) no-repeat 10px center;
    background-size: auto 20px;
  }

  .lessonAboutModule ul li:nth-child(3) {
    background: url(../img/common/ico_course03.png) no-repeat 17px center;
    background-size: auto 20px;
  }

  .lessonAboutModule ul li:nth-child(4) {
    background: url(../img/common/ico_course04.png) no-repeat 16px center;
    background-size: auto 20px;
  }

  .lessonAboutModule ul li:nth-child(5) {
    background: url(../img/common/ico_course05.png) no-repeat 18px center;
    background-size: auto 20px;
  }

  /* !lessonListModule
---------------------------------------------------------- */
  .lessonListModule {
    margin: 0 10px;
  }

  .lessonListModule ul {
    margin-bottom: 5px;
  }

  .lessonListModule ul li {
    margin-bottom: 30px;
  }

  .lessonListModule ul li .date {
    margin-bottom: 15px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 40px;
  }

  .lessonListModule ul li .date span {
    margin-right: 10px;
    padding: 15px 5px;
    font-size: 11px;
  }

  .lessonListModule ul li figure {
    margin-bottom: 15px;
    width: 40%;
  }

  .lessonListModule ul li .lessonDetail {
    width: 55%;
    margin-left: 10px;
  }

  .lessonListModule ul li .lessonDetail h2 {
    font-size: 14px;
  }

  .lessonListModule ul li .lessonDetail .txt {
    margin: 10px 0 15px 0;
  }

  /* !eventDateModuleodule
---------------------------------------------------------- */
  .eventDateModule {
    margin: 0 10px;
  }

  .eventDateModule h2 {
    padding: 15px 0;
    background: #87c5bb;
    text-align: center;
  }

  .eventDateModule h2 img {
    width: 100px;
    height: auto;
  }

  .eventDateModule ol li {
    padding: 15px 10px;
    border-bottom: solid 1px #87c5bb;
  }

  .eventDateModule ol li .situation,
  .eventDateModule ol li .school {
    margin-right: 5px;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
  }

  .eventDateModule ol li .situation.end {
    width: 75px;
    color: #007e65;
    background: #f1f1f1;
  }

  .eventDateModule ol li .situation.cancell {
    width: 138px;
    color: #fff;
    background: #b6aa87;
  }

  .eventDateModule ol li .situation.reception {
    width: 107px;
    color: #fff;
    background: #007e65;
  }

  .eventDateModule ol li .school {
    padding: 0 10px;
    color: #007e65;
    border: solid 1px #007e65;
  }

  .eventDateModule ol li .date {
    margin-top: 10px;
    color: #007e65;
  }

  .eventDateModule ol li .date span {
    padding-right: 5px;
    font-size: 13px;
    font-weight: bold;
  }

  /* !txtArea01Module
---------------------------------------------------------- */
  .txtArea01Module {
    margin: 0 10px;
  }

  .txtArea01Module .list h2 {
    padding-left: 10px;
    color: #007e65;
    font-weight: bold;
  }

  .txtArea01Module .list ul li {
    margin: 0 0 5px 0;
    line-height: 18px;
  }

  .txtArea01Module .firstTxt01 {
    margin: 30px 0;
  }

  .txtArea01Module .txt {
    margin: 10px 0 15px 0;
  }

  .txtArea01Module dl {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .txtArea01Module dl dt {
    width: 30%;
    padding-left: 10px;
  }

  .txtArea01Module dl dd {
    width: 69%;
    line-height: 20px;
  }

  .txtArea01Module dl dd span {
    font-size: 13px;
  }

  .txtArea01Module dl dd span.size01 {
    padding: 0 3px;
    font-size: 17px !important;
    display: inline-block;
  }

  .txtArea01Module dl dt,
  .txtArea01Module dl dd {
    margin-top: 10px;
    padding-top: 10px;
  }

  .txtArea01Module dl dd .btn02 {
    margin-top: 5px;
  }

  .txtArea01Module dl dd .attention {
    padding-left: 1em;
    font-size: 12px;
    font-weight: normal;
    color: #595656;
    text-indent: -1em;
  }

  /*recruit_info*/
  #contents.recruit_info .txtArea01Module .firstTxt01 {
    margin-bottom: 0 !important;
    color: #007e65;
  }

  #contents.recruit_info .txtArea01Module .leadTxt {
    margin: 10px 0 20px 0 !important;
  }

  /* !txtArea02Module
---------------------------------------------------------- */
  .txtArea02Module {
    margin: 0 10px 0 20px;
  }

  .txtArea02Module .firstTxt01 {
    margin: 30px 0 10px 0;
  }

  .txtArea02Module .price {
    margin: 10px 0 15px 0;
    padding: 10px 0;
    text-align: center;
    background: #f1f1f1;
  }

  /*txtArea03Module
------------------------------------------------------------- */
  .txtArea03Module {
    margin: 0 10px;
  }

  .txtArea03Module .titStyle03 {
    margin: 30px 0 20px 0;
  }

  .txtArea03Module .txt.first {
    padding-bottom: 30px;
    margin: 10px 0 30px 0;
    text-align: center;
    border-bottom: solid 2px #f9f6f7;
  }

  .txtArea03Module figure,
  .txtArea03Module .txt {
    margin: 0 10px;
  }

  .txtArea03Module .txt {
    margin-bottom: 30px;
  }

  .txtArea03Module h3 {
    margin: 15px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #007e65;
  }

  /*incorporation*/
  #contents.incorporation .txtArea03Module .firstTxt01 {
    margin-top: 20px;
    line-height: 28px;
  }

  .txtArea03Module .txt.first {
    padding: 0;
    text-align: left;
    border: none;
  }

  /*soleil_info*/
  #contents.soleil_info .mainTit02Module .badge {
    position: absolute;
    width: 105px;
    z-index: 20;
    bottom: -114px;
    right: 7px;
  }

  #contents.soleil_info .txtArea03Module ul {
    background: url(../img/soleil_info/bg_soleil_info02.jpg) no-repeat right
      center;
    background-size: 85%;
    background-position: right 79vw;
  }

  #contents.soleil_info .txtArea03Module ul li {
    padding: 0 10px;
    border-bottom: solid 4px rgba(241, 161, 54, 0.2);
  }

  #contents.soleil_info .txtArea03Module ul li:last-child {
    border-bottom: none;
  }

  #contents.soleil_info .txtArea03Module ul li h2 {
    margin-left: 10px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }

  #contents.soleil_info .txtArea03Module ul li figure {
    margin-bottom: 10px;
    position: relative;
  }

  #contents.soleil_info .txtArea03Module ul li .ico {
    position: absolute;
    top: 20px;
    left: -10px;
    z-index: 1;
  }

  #contents.soleil_info .txtArea03Module ul li .ico img {
    width: 75px;
  }

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

  .txtArea04Module ul li {
    margin-bottom: 10px;
    padding: 15px;
    background: #fff9f4;
  }

  .txtArea04Module ul li h3 {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }

  .txtArea04Module ul li h3 span {
    font-size: 12px;
    display: block;
  }

  .txtArea04Module ul li .photo figure {
    width: 48%;
    display: inline-block;
  }

  .txtArea04Module ul li h4 {
    margin: 10px 0 5px 0;
    font-size: 14px;
    line-height: 20px;
    color: #ef8e11;
  }

  /* !freeAreaModule
---------------------------------------------------------- */
  .entryPost .alignnone,
  .entryPost .alignright,
  .entryPost .alignleft,
  .entryPost .aligncenter {
    max-width: 100% !important;
    clear: both;
    margin-bottom: 15px;
    text-align: center;
  }

  /* !blogLoistModule
---------------------------------------------------------- */
  .blogLoistModule {
    margin: 25px 10px 0 10px;
  }

  .blogLoistModule ul li {
    margin-bottom: 30px;
    border-bottom: solid 1px #d8d5d1;
  }

  .blogLoistModule ul li .tit {
    margin-bottom: 10px;
  }

  .blogLoistModule ul li .date {
    font-size: 16px;
  }

  .blogLoistModule ul li .date span {
    width: 50px;
    height: 50px;
    padding: 6px;
    font-size: 11px;
  }

  .blogLoistModule ul li .date span span {
    width: auto;
    height: auto;
    padding: 0;
    font-size: 17px;
  }

  .blogLoistModule ul li h2 {
    padding: 42px 0 10px 60px;
    font-size: 13px;
  }

  .blogLoistModule ul li h2 a {
    font-size: 13px;
  }

  .blogLoistModule ul li figure {
    margin-bottom: 10px;
  }

  .blogLoistModule ul li .btn02 {
    margin: 10px 0 0 0;
  }

  .blogLoistModule ul li .staff {
    margin: 12px 10px 0 0;
    width: 40%;
  }

  /* !subNavModule
---------------------------------------------------------- */
  .subNavModule h3 {
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    background: #007e65;
    border-bottom: solid 2px #6fb2a7;
    border-top: solid 2px #6fb2a7;
    position: relative;
  }

  .subNavModule h3:after {
    content: "";
    width: 6px;
    height: 10px;
    display: inline-block;
    margin-top: -5px;
    background: url(../img/common/ico_arrow02.png) no-repeat;
    background-size: 6px;
    position: absolute;
    top: 50%;
    right: 10px;
  }

  .subNavModule h3.active-submenu2 {
    background-image: none !important;
  }

  .subNavModule h3.active-submenu2:after {
    content: "";
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background: url(../img/common/ico_arrow05.png) no-repeat;
    background-size: 10px;
  }

  .subNavModule ul li ul {
    margin: 20px 10px;
  }

  .subNavModule ul li ul li {
    padding-left: 15px;
    line-height: 25px;
    background: url(../img/common/ico_arrow08.png) no-repeat left 5px;
    background-size: 5px;
  }

  .subNavModule ul li ul li a {
    display: inline-block;
  }

  .subNavModule .bnr {
    margin: 10px 10px 20px 10px;
  }

  /* !guraduationListModule
---------------------------------------------------------- */
  .guraduationListModule {
    margin: 0 10px;
  }

  .guraduationListModule ul {
    margin-bottom: 30px;
    border-bottom: solid 2px #c4e1dd;
  }

  .guraduationListModule ul li {
    padding: 20px 10px;
    border-top: solid 2px #c4e1dd;
    position: relative;
  }

  .guraduationListModule ul li h2 {
    font-size: 16px;
    color: #007e65;
    letter-spacing: 1px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  .guraduationListModule ul li .place {
    padding: 1px 5px;
    font-size: 11px;
    color: #007e65;
    display: inline-block;
    border: solid 2px #c4e1dd;
    position: absolute;
    top: -2px;
    right: 0;
  }

  .guraduationListModule ul li .link {
    margin: 8px 0;
  }

  .guraduationListModule ul li .link a.site img {
    width: 100px;
  }

  .guraduationListModule ul li a.contact img {
    width: 108px;
  }

  /* !voiceListModule
---------------------------------------------------------- */
  .voiceListModule {
    margin: 0 10px;
  }

  .voiceListModule ul {
    margin: 0 -2% 0 0;
  }

  .voiceListModule ul li {
    margin: 0 2% 55px 0;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  /*.voiceListModule ul li .titH{
	height:48px;
	overflow:hidden;
}*/
  .voiceListModule ul li h2 {
    max-height: 46px;
    padding: 5px 0;
    color: #007e65;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    border-bottom: solid 2px #007e65;
    position: relative;
    overflow: hidden;
  }

  .voiceListModule ul li .name {
    /*height:36px;
	overflow:hidden;*/
    margin: 10px 0;
  }

  .voiceListModule ul li .name span {
    display: block;
  }

  .voiceListModule ul li .btn02 {
    width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
    display: block;
  }

  /* !checkBoxModule
---------------------------------------------------------- */
  .checkBoxModule {
    margin: 20px 10px 0 10px;
    padding: 10px;
    background: url(../img/common/bg_01.jpg);
  }

  .checkBoxModule h2 {
    padding: 8px 0;
    color: #fff;
    text-align: center;
    background: #87c5bb;
  }

  .checkBoxModule ul li {
    margin-left: 5px;
    padding: 8px 0 8px 20px;
    background: url(../img/common/ico_checkBox.png) no-repeat left 13px;
    background-size: 14px;
  }

  /* !reasonModule
---------------------------------------------------------- */
  .reasonModule {
    margin: 30px 10px 0 10px;
  }

  .reasonModule .titStyle03:after {
    background: #6a7589;
  }

  .reasonModule ul {
    margin: 0 -2% 30px 0;
  }

  .reasonModule ul li {
    width: 48%;
    height: 112px;
    margin: 70px 2% 0 0;
    position: relative;
  }

  .reasonModule ul li .ico {
    position: absolute;
  }

  .reasonModule ul li:after {
    content: "";
    width: 67px;
    height: 67px;
    margin-left: -34px;
    top: -57px;
  }

  .reasonModule ul li:nth-child(1):after {
    background: url(../img/course/ico_course_reason01.png) no-repeat center;
    background-size: 67px;
  }

  .reasonModule ul li:nth-child(2):after {
    background: url(../img/course/ico_course_reason02.png) no-repeat center;
    background-size: 67px;
  }

  .reasonModule ul li:nth-child(3):after {
    background: url(../img/course/ico_course_reason03.png) no-repeat center;
    background-size: 67px;
  }

  .reasonModule ul li:nth-child(4):after {
    background: url(../img/course/ico_course_reason04.png) no-repeat center;
    background-size: 67px;
  }

  .reasonModule ul li p {
    font-size: 11px;
  }

  /*ifpa*/
  #contents.ifpa .reasonModule ul li:first-child {
    padding: 0;
  }

  #contents.ifpa .reasonModule ul li a {
    width: 100%;
    height: 108px;
    display: inline-block;
  }

  #contents.ifpa .reasonModule ul li a p {
    padding-top: 34px;
    text-align: center;
    display: inline-block;
  }

  /* !flowModule01
---------------------------------------------------------- */
  .flowModule01 {
    margin-bottom: 30px;
  }

  .flowModule01 .titStyle03:after {
    background: #87c5bb;
  }

  .flowModule01 > p.txt {
    margin: 20px 10px;
    text-align: center;
  }

  .flowModule01 .flame01 {
    background: #6a7589;
  }

  .flowModule01 .flame01 .course.color05 {
    background: #5c6a84;
  }

  .flowModule01 .flame02 {
    padding-top: 15px;
    background: #87c5bb;
  }

  .flowModule01 .flame02 > .course {
    background: #77b7ad;
  }

  .flowModule01 .course {
    padding: 15px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .flowModule01 .flowBox {
    padding-bottom: 40px;
  }

  .flowModule01 .flowBox.color01 {
    background: #87c5bb;
  }

  .flowModule01 .flowBox.color02 {
    background: #6a7589;
  }

  .flowModule01 .flowBox.color03 {
    background: #998450;
  }

  .flowModule01 .flowBox.color04 {
    background: #c3724b;
  }

  .flowModule01 #third {
    position: relative;
  }

  .flowModule01 #third .btn03 {
    position: absolute;
    bottom: -10px;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    line-height: 34px;
  }

  .flowModule01 #third {
    padding-bottom: 15px;
  }

  .flowModule01 #third .flowBoxSub {
    margin: 0 0 15px;
  }

  .flowModule01 .flowBox li {
    margin: 0 10px;
  }

  .flowModule01 .flowBox li .base > .txtBox.other {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #77b7ad;
    background: #e5f6f3;
  }

  .flowModule01 .flowBox li .base > .txtBox.other span.price {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
  }

  .flowModule01 .flowBox li .base > .txtBox.other span.price {
    padding-left: 3em;
    text-indent: -3em;
  }

  .flowModule01 .flowBox li .base .flowBoxSub > li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 4px #f1f1f1;
  }

  .flowModule01 .flowBox li .base .flowBoxSub > li:last-child {
    margin-bottom: 0 !important;
  }

  .flowModule01 .flowBox.color01 li .base .flowBoxSub > li .btn02.select {
    background: url(../img/common/ico_arrow05.png) no-repeat 97% center #87c5bb;
  }

  .flowModule01 .flowBox.color02 li .base .flowBoxSub > li .btn02.select {
    background: url(../img/common/ico_arrow05.png) no-repeat 97% center #5e6b82;
  }

  .flowModule01 .flowBox.color03 li .base .flowBoxSub > li .btn02.select {
    background: url(../img/common/ico_arrow05.png) no-repeat 97% center #8f783e;
  }

  .flowModule01 .flowBox.color04 li .base .flowBoxSub > li .btn02.select {
    background: url(../img/common/ico_arrow05.png) no-repeat 97% center #b7633a;
  }

  .flowModule01 .flowBox li .base .flowBoxSub > li .btn02.select {
    background-size: 10px !important;
  }

  .flowModule01 .flowBox li .base .flowBoxSub li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .flowModule01 .flowBox li .base .tit01 {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
  }

  .flowModule01 .flowBox li .base .time {
    margin: 0;
    font-weight: bold;
  }

  .flowModule01 .flowBox.color01 li .base .time {
    color: #61aea2;
  }

  .flowModule01 .flowBox.color02 li .base .time {
    color: #6a7589;
  }

  .flowModule01 .flowBox.color03 li .base .time {
    color: #998450;
  }

  .flowModule01 .flowBox.color04 li .base .time {
    color: #c3724b;
  }

  .flowModule01 .flowBox li .base p {
    margin: 10px 0;
  }

  .flowModule01 .flowBox li .base figure {
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }

  .flowModule01 .flowBox li .base figure figcaption {
    padding-top: 5px;
    font-size: 11px;
    line-height: 14px;
  }

  .flowModule01 .flowBox li .base .point {
    width: 45%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
  }

  .flowModule01 .flowBox li .base .point {
  }

  .flowModule01 .flowBox li .base .point .tit02 {
    padding-bottom: 25px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 13px;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .flowModule01 .flowBox.color01 li .base .point .tit02 {
    background: url(../img/common/img_tit01.png) no-repeat center bottom;
    background-size: 123px;
  }

  .flowModule01 .flowBox.color02 li .base .point .tit02 {
    background: url(../img/common/img_tit02.png) no-repeat center bottom;
    background-size: 123px;
  }

  .flowModule01 .flowBox.color03 li .base .point .tit02 {
    background: url(../img/common/img_tit03.png) no-repeat center bottom;
    background-size: 123px;
  }

  .flowModule01 .flowBox.color04 li .base .point .tit02 {
    background: url(../img/common/img_tit04.png) no-repeat center bottom;
    background-size: 123px;
  }

  .flowModule01 .flowBox li .base .point p.txt {
    margin: -8px 0 0 10px;
    padding: 10px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }

  .flowModule01 .flowBox.color01 li .base .point p.txt {
    background: #e7f3f1;
  }

  .flowModule01 .flowBox.color02 li .base .point p.txt {
    background: #e0e4eb;
  }

  .flowModule01 .flowBox.color03 li .base .point p.txt {
    background: #f5f2e2;
  }

  .flowModule01 .flowBox.color04 li .base .point p.txt {
    background: #f9e3d8;
  }

  .flowModule01 .flowBox li .base .btn02 {
    margin: 10px 0 0 0;
  }

  /*otherBox01*/
  .flowModule01 .flowBox li .base .otherBox01 {
    margin: 20px -10px 0 -10px;
    padding: 40px 0 25px 0;
    text-align: center;
    background: #77b7ad;
  }

  .flowModule01 .flowBox li .base .otherBox01 h4,
  .flowModule01 .flowBox li .base .otherBox01 p,
  .flowModule01 .flowBox li .base .otherBox01 span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }

  .flowModule01 .flowBox li .base .otherBox01 h4 {
    margin-bottom: 15px;
    position: relative;
  }

  .flowModule01 .flowBox li .base .otherBox01 h4:before {
    content: "";
    width: 83px;
    height: 38px;
    display: block;
    margin-left: -130px;
    background: url(../img/course/txt_course01.png) no-repeat;
    background-size: 83px;
    position: absolute;
    top: -25px;
    left: 50%;
  }

  .flowModule01 .flowBox li .base .otherBox01 p {
  }

  .flowModule01 .flowBox li .base .otherBox01 span.line {
    margin: 0 5px 5px 5px;
    padding-bottom: 8px;
    display: inline-block;
    background: url(../img/common/bg_05.png) repeat-x left bottom;
    background-size: 15px;
  }

  /*curriculumList*/
  .flowModule01 .flowBox li .base .curriculumList li {
    padding: 4px 0 4px 44px;
    line-height: 24px;
    text-indent: -1.5em;
  }

  /*curriculumDetailBox*/
  .flowModule01 .curriculumDetailBox {
    width: 100%;
    padding: 10px;
  }

  .flowModule01 .curriculumDetailBox .aroma p {
    margin-top: 0 !important;
  }

  /* !soleiyuModule
---------------------------------------------------------- */
  .soleiyuModule {
    margin: 30px 0;
    padding: 20px 10px;
    background: url(../img/common/bg_01.jpg);
  }

  .soleiyuModule h2 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #f1a136;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    position: relative;
  }

  .soleiyuModule h2:before,
  .soleiyuModule h2:after {
    content: "";
    display: inline-block;
    position: absolute;
  }

  .soleiyuModule h2:before {
    width: 60px;
    height: 60px;
    background: url(../img/common/ico_pickup01.png) no-repeat;
    background-size: 60px;
    top: 0;
    left: 0;
  }

  .soleiyuModule h2:after {
    width: 51px;
    height: 36px;
    background: url(../img/common/logo_soleil.png) no-repeat;
    background-size: 51px;
    bottom: -10px;
    right: 0;
  }

  .soleiyuModule ul li {
    padding: 15px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
  }

  .soleiyuModule ul li.color01 h3 {
    color: #87c5bb;
  }

  .soleiyuModule ul li.color02 h3 {
    color: #6a7589;
  }

  .soleiyuModule ul li.color03 h3 {
    color: #998450;
  }

  .soleiyuModule ul li.color04 h3 {
    color: #c3724b;
  }

  .soleiyuModule ul li h3 span {
    margin-bottom: 3px;
    padding: 2px 8px;
    display: inline-block;
    font-size: 11px;
    background: #fff;
  }

  .soleiyuModule ul li.color01 h3 span {
    border: solid 1px #88c4bb;
  }

  .soleiyuModule ul li.color02 h3 span {
    border: solid 1px #6a7589;
  }

  .soleiyuModule ul li.color03 h3 span {
    border: solid 1px #998450;
  }

  .soleiyuModule ul li.color04 h3 span {
    border: solid 1px #c3724b;
  }

  .soleiyuModule ul li figure {
    margin: 10px 0 0 0;
  }

  .soleiyuModule ul li figure figcaption {
    margin-top: 5px;
  }

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

  /* !textBoxModule01
---------------------------------------------------------- */
  .textBoxModule01,
  .conftxtStyle01 {
    margin: 0 10px 40px;
    padding: 15px 15px 0 15px;
    border: solid 4px #d8d5d1;
    position: relative;
    font-size: 16px;
    line-height: 26px;
  }

  .textBoxModule01 h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  .textBoxModule01 ul {
    margin-bottom: 20px;
  }

  .textBoxModule01 ul li {
    margin-bottom: 15px;
    padding: 0 10px 15px 30px;
    background: url(../img/common/ico_14.png) no-repeat left 0;
    background-size: 19px;
    border-bottom: solid 2px #f1f1f1;
  }

  .textBoxModule01 .btn02 {
    width: 80%;
    margin: 0 0 0 -40%;
    position: absolute;
    bottom: -20px;
    left: 50%;
  }

  #contents.aeaj .btn04 {
    margin: 0 10px 30px 10px;
  }

  /* !flowModule01
---------------------------------------------------------- */
  .flowModule01 > p.txt {
    margin: 20px 10px;
    text-align: center;
  }

  .flowModule01 .flame01 {
    background: #6a7589;
  }

  .flowModule01 .flame01 .course.color05 {
    background: #5c6a84;
  }

  .flowModule01 .flame02 {
    padding-top: 15px;
    background: #87c5bb;
  }

  .flowModule01 .flame02 > .course {
    background: #77b7ad;
  }

  .flowModule01 .course {
    padding: 15px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .flowModule01 .flowBox {
    padding-bottom: 40px;
  }

  .flowModule01 .flowBox.color01 {
    background: #87c5bb;
  }

  .flowModule01 .flowBox.color02 {
    background: #6a7589;
  }

  .flowModule01 .flowBox.color03 {
    background: #998450;
  }

  .flowModule01 .flowBox.color04 {
    background: #c3724b;
  }

  .flowModule01 .flowBox li {
    margin: 0 10px;
  }

  .flowModule01 .flowBox.other li .flowBoxSub li {
    border-bottom: solid 4px #e0daca;
  }

  .flowModule01 .flowBox.other li .flowBoxSub li .price {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #998450;
  }

  .flowModule01 .flowBox.other li .flowBoxSub li .price .size01 {
    padding-right: 5px;
    vertical-align: middle;
  }

  .flowModule01 .flowBox.other li .flowBoxSub li .price .size02 {
    font-weight: bold;
  }

  .flowModule01 .flowBox li .baseInner {
    padding: 15px;
    background: #fff;
  }

  .flowModule01 .flowBox li .base .tit01 {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
  }

  .flowModule01 .flowBox li .base .time {
    margin: 0;
    font-weight: bold;
  }

  .flowModule01 .flowBox li .base p {
    margin: 10px 0;
  }

  .flowModule01 .flowBox li .base figure {
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }

  .flowModule01 .flowBox li .base figure figcaption {
    padding-top: 5px;
    font-size: 11px;
    line-height: 14px;
  }

  .flowModule01 .flowBox li .base .point {
    width: 49%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
  }

  .flowModule01 .flowBox li .base .point {
  }

  .flowModule01 .flowBox li .base .point .tit02 {
    padding-bottom: 25px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 13px;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .flowModule01 .flowBox.color01 li .base .point .tit02 {
    background: url(../img/common/img_tit01.png) no-repeat center bottom;
    background-size: 123px;
  }

  .flowModule01 .flowBox.color02 li .base .point .tit02 {
    background: url(../img/common/img_tit02.png) no-repeat center bottom;
    background-size: 123px;
  }

  .flowModule01 .flowBox.color03 li .base .point .tit02 {
    background: url(../img/common/img_tit03.png) no-repeat center bottom;
    background-size: 123px;
  }

  .flowModule01 .flowBox.color04 li .base .point .tit02 {
    background: url(../img/common/img_tit04.png) no-repeat center bottom;
    background-size: 123px;
  }

  .flowModule01 .flowBox li .base .point p.txt {
    margin: -8px 0 0 10px;
    padding: 10px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }

  .flowModule01 .flowBox.color01 li .base .point p.txt {
    background: #e7f3f1;
  }

  .flowModule01 .flowBox.color02 li .base .point p.txt {
    background: #e0e4eb;
  }

  .flowModule01 .flowBox.color03 li .base .point p.txt {
    background: #f5f2e2;
  }

  .flowModule01 .flowBox.color04 li .base .point p.txt {
    background: #f9e3d8;
  }

  .flowModule01 .flowBox li .base .btn02 {
    margin: 10px 0 0 0;
  }

  .flowModule01 .flowBox.challenge:after {
    content: "";
    width: 100%;
    height: 185px;
    margin-top: 20px;
    display: block;
    background: url(../img/course/txt_course01.png) no-repeat center #77b7ad;
    background-size: 320px;
  }

  /* !soleiyuModule
---------------------------------------------------------- */
  .soleiyuModule {
    margin: 30px 0;
    padding: 20px 10px;
  }

  .soleiyuModule h2 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 23px;
  }

  .soleiyuModule h2:before {
    width: 60px;
    height: 60px;
    background: url(../img/common/ico_pickup01.png) no-repeat;
    background-size: 60px;
    top: 0;
    left: 0;
  }

  .soleiyuModule h2:after {
    width: 51px;
    height: 36px;
    background: url(../img/common/logo_soleil.png) no-repeat;
    background-size: 51px;
    bottom: -10px;
    right: 0;
  }

  .soleiyuModule ul li {
    padding: 15px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
  }

  .soleiyuModule ul li h3 span {
    margin-bottom: 3px;
    padding: 2px 4px;
    display: inline-block;
    font-size: 11px;
    background: #fff;
  }

  .soleiyuModule ul li figure {
    margin: 10px 0 0 0;
  }

  .soleiyuModule ul li figure figcaption {
    margin-top: 5px;
  }

  .soleiyuModule .btn02 {
    margin: 10px 0 0 0;
  }

  /* !textBoxModule01
---------------------------------------------------------- */
  .textBoxModule01 {
    margin: 0 10px 40px;
    padding: 15px 15px 0 15px;
    border: solid 4px #d8d5d1;
    position: relative;
  }

  .textBoxModule01 h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  .textBoxModule01 ul {
    margin-bottom: 20px;
  }

  .textBoxModule01 ul li {
    margin-bottom: 15px;
    padding: 0 10px 15px 30px;
    background: url(../img/common/ico_14.png) no-repeat left 0;
    background-size: 19px;
    border-bottom: solid 2px #f1f1f1;
  }

  .textBoxModule01 .btn03 {
    width: 90%;
    margin: 0 0 0 -45%;
    position: absolute;
    bottom: -20px;
    left: 50%;
  }

  #contents.aeaj .btn04 {
    margin: 0 10px 30px 10px;
  }

  /*qualificationModule
------------------------------------------------------------- */
  .qualificationModule {
  }

  /*.qualificationModule .subBox{
	display:none;
}*/
  #shikaku01.qualificationModule .subBox {
    display: block;
  }

  .qualificationModule ul li {
    margin: 0 -10px;
  }

  .qualificationModule h2 {
    line-height: 16px;
    padding: 15px 30px 15px 10px;
    font-size: 12px;
    color: #fff;
    background: #007e65 url(../img/common/ico_arrow02.png) no-repeat 98% center;
    background-size: 6px;
  }

  .qualificationModule h2.active-submenu2 {
    background: #007e65 url(../img/common/ico_arrow05.png) no-repeat 98% center;
    background-size: 10px !important;
  }

  .qualificationModule h2 span {
    font-size: 11px;
  }

  .qualificationModule .society {
    margin: 10px 10px 0 10px;
    padding: 15px 10px 15px 15px;
  }

  .qualificationModule .society figure {
    width: 32%;
    border: solid 4px #e9e6d3;
  }

  .qualificationModule .society p {
    width: 64%;
    margin-left: 4%;
  }

  .qualificationModule .society a {
    background: #007e65 url(../img/common/ico_blank02.png) no-repeat 96% center;
    background-size: 9px;
    width: 64%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
  }

  .qualificationModule .courseListModule {
    margin-bottom: 0;
    padding: 10px;
  }

  .qualificationModule .courseListModule h3 {
    font-size: 16px;
    padding: 0 0 0 20px;
    margin: 10px 0 0 0;
    line-height: 25px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  .qualificationModule .courseListModule > ul {
    padding: 0 10px;
  }

  .qualificationModule .courseListModule > ul li:last-child {
    border: none !important;
  }

  .qualificationModule .courseListModule figure {
    margin-bottom: 15px;
  }

  .qualificationModule .courseListModule h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .qualificationModule .courseListModule > ul > li {
    padding: 20px 10px 10px;
  }

  .qualificationModule > ul > li .btn02 {
    margin-bottom: 20px;
  }

  /* TOPページ　メインビジュアル　*/
  .coverBgWrap {
    position: relative;
  }

  .coverBgWrap .topMvMedal {
    display: block;
    position: absolute;
    width: 110px;
    bottom: -10px;
    right: 15px;
    z-index: 3;
  }

  #coverBg2 {
    width: 100%;
    min-height: 200px;
    margin-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
  }
  #coverBg2 .w45 img {
    opacity: 0;
    -webkit-transition: 1.8s linear;
    -moz-transition: 1.8s linear;
    -o-transition: 1.8s linear;
    transition: 1.8s linear;
  }

  #coverBg2 .set2.w45 img {
    opacity: 1 !important;
  }

  #coverBg2 .w55 img,
  #coverBg2 .w45 img,
  #coverBg2 .w100 img {
    width: 100%;
    height: auto;
  }

  #coverBg2 .photoWrap {
    position: absolute;
    width: 100%;
    opacity: 0;
  }

  /*allMenuModule
------------------------------------------------------------- */
  .allMenuModule .btn04.active-submenu2 {
    background: url(../img/common/ico_arrow12.png) no-repeat 85% 17px !important;
    background-size: 10px !important;
  }

  /*chartModule
------------------------------------------------------------- */
  .chartModule {
    margin: 0 10px;
  }

  .chartModule .txt {
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .chartModule .categoryNav {
    margin-right: -2%;
  }

  .chartModule .categoryNav li {
    width: 48%;
    margin: 0 2% 2% 0;
    display: inline-block;
    text-align: center;
  }

  .chartModule .categoryNav li a {
    width: 100%;
    display: inline-block;
    line-height: 25px;
    color: #87c5bb;
    font-size: 11px;
    letter-spacing: -0.5px;
    border: solid 2px #87c5bb;
    position: relative;
  }

  .chartModule .categoryNav li a:before {
    content: "▼";
    margin-top: -11px;
    font-size: 10px !important;
    position: absolute;
    top: 50%;
    left: 5px;
  }

  .chartModule .categoryNav li a.select {
    color: #fff;
    background: #87c5bb;
  }

  .chartModule .categoryNav li a.select:before {
  }

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

  .pointModule01 ul {
    overflow: hidden;
  }

  .pointModule01 ul li {
    width: 50%;
    float: left;
  }

  .pointModule01 ul li:nth-child(1),
  .pointModule01 ul li:nth-child(4) {
    background: #e5f6f3;
  }

  .pointModule01 ul li:nth-child(2),
  .pointModule01 ul li:nth-child(3) {
    background: #e5eef6;
  }

  .pointModule01 ul li h2 {
    margin: 10px 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  .pointModule01 ul li:nth-child(1) h2,
  .pointModule01 ul li:nth-child(4) h2 {
    color: #007e65;
  }

  .pointModule01 ul li:nth-child(2) h2,
  .pointModule01 ul li:nth-child(3) h2 {
    color: #3d6d99;
  }

  .pointModule01 ul li:nth-child(1) h2 span,
  .pointModule01 ul li:nth-child(4) h2 span {
    background: #88c4bb;
  }

  .pointModule01 ul li:nth-child(2) h2 span,
  .pointModule01 ul li:nth-child(3) h2 span {
    background: #7ba4ca;
  }

  .pointModule01 ul li h2 span {
    width: 50px;
    margin: 0 auto 10px auto;
    display: block;
  }

  .pointModule01 ul li p {
    padding: 5px 10px 15px 10px;
  }

  /*pointModule02
------------------------------------------------------------- */
  .pointModule02 {
    margin-bottom: 30px;
  }

  .pointModule02 ul {
    margin: 0 10px;
    padding-top: 20px;
    background: #f5f8f4;
  }

  .pointModule02 ul li {
    padding: 0 15px 20px 75px;
    background-size: 50px !important;
  }

  .pointModule02 ul li:nth-child(1) {
    background: url(../img/mama/ico_mama_point1.gif) no-repeat 10px top;
  }

  .pointModule02 ul li:nth-child(2) {
    background: url(../img/mama/ico_mama_point2.gif) no-repeat 10px top;
  }

  .pointModule02 ul li:nth-child(3) {
    background: url(../img/mama/ico_mama_point3.gif) no-repeat 10px top;
  }

  .pointModule02 ul li:nth-child(4) {
    background: url(../img/mama/ico_mama_point4.gif) no-repeat 10px top;
  }

  .pointModule02 ul li h3 {
    margin: 0 0 10px 0;
    padding-top: 5px;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
  }

  .pointModule02 ul li .detail {
    margin: 10px 0;
    padding: 10px;
    background: #fff;
  }

  .pointModule02 ul li .detail h4 {
    margin-bottom: 5px;
    font-weight: bold;
    color: #79bbb0;
  }

  /*borderTxtModule01
------------------------------------------------------------- */
  .borderTxtModule01 {
    margin: 0 22px 22px 22px;
    padding: 15px;
    box-shadow: 0 0 0 10px #f4f4f4, 0 0 0 12px #e7e7e7;
  }

  .borderTxtModule01 p {
    margin: 15px 0;
  }

  .borderTxtModule01 figure {
    margin: 0 0 12px 0;
  }

  .borderTxtModule01 figure figcaption {
    margin-top: 5px;
  }

  .borderTxtModule01 figure figcaption span {
    color: #88c4bb;
    display: block;
  }

  /*contactModule01
------------------------------------------------------------- */
  .contactModule01 {
  }

  /*contactModule02
------------------------------------------------------------- */
  .contactModule02 {
    margin: 40px 10px 30px 10px;
    padding: 15px 10px;
    border: solid 4px #efede5;
  }

  .contactModule02 p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }

  .contactModule02 a.tel {
    margin: 10px;
    display: block;
  }

  .contactModule02 a.btn01 {
    background-color: #87c5bb;
  }

  /*supervisionModule
------------------------------------------------------------- */
  .supervisionModule {
    padding: 15px 10px 1px 10px;
    background: #f7f6ed;
  }

  .supervisionModule h3 {
    margin-bottom: 15px;
    text-align: center;
    background: #87c5bb;
  }

  .supervisionModule h3 img {
    width: 300px;
  }

  .supervisionModule ul li {
    margin-bottom: 20px;
  }

  .supervisionModule ul li h4 {
    margin: 12px 0;
    font-size: 14px;
  }

  /*lectureFlowModule
------------------------------------------------------------- */
  .lectureFlowModule {
    margin: 0 10px;
  }

  .lectureFlowModule > ul {
    margin: 28px 0 20px 0;
  }

  .lectureFlowModule > ul > li {
    margin-bottom: 20px;
    border-left: solid 35px #87c5bb;
    position: relative;
  }

  .lectureFlowModule > ul > li:nth-child(1):after,
  .lectureFlowModule > ul > li:nth-child(2):after {
    content: "";
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-top: 8px solid #87c5bb;
    display: inline-block;
    position: absolute;
    left: -35px;
    bottom: -26px;
  }

  .lectureFlowModule ul li .main {
    margin-left: -35px;
    padding: 20px 20px 20px 50px;
    background: rgba(255, 255, 255, 0.5);
    border: solid 2px #87c5bb;
  }

  .lectureFlowModule ul li .main .diskList01 li {
    width: 250px;
    display: inline-block;
  }

  .lectureFlowModule ul li .main h3 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #007e65;
  }

  .lectureFlowModule ul li .main h4 {
    margin-bottom: 2px;
    color: #87c5bb;
  }

  .lectureFlowModule ul li .sub {
    padding: 20px 10px 0 10px;
    position: relative;
  }

  .lectureFlowModule ul li .sub figure {
    width: 85px;
    display: inline-block;
  }

  .lectureFlowModule ul li .sub p {
    margin-left: 10px;
    font-size: 11px;
    line-height: 17px;
    color: #007e65;
    display: inline-block;
    vertical-align: middle;
  }

  .lectureFlowModule ul li .sub p span {
    display: block;
  }

  .lectureFlowModule .attention {
    padding: 15px;
    border: solid 2px #eae6e1;
  }

  .lectureFlowModule .attention h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .lectureFlowModule .attention li {
    margin-bottom: 8px;
  }

  .lectureFlowModule .attention li a {
    text-decoration: underline;
  }

  .lectureFlowModule .btn01 {
    margin: 25px 0;
  }

  /*curriculumFlowModule
------------------------------------------------------------- */
  .curriculumFlowModule {
    text-align: center;
  }

  .curriculumFlowModule .attention {
    margin: 20px 0;
    font-size: 12px;
    line-height: 17px;
  }

  .curriculumFlowModule > ul > li {
    width: 100%;
    margin-bottom: 13%;
  }

  .curriculumFlowModule > ul > li:after {
    width: 100%;
    height: 100%;
    padding-top: 3%;
    font-size: 13px;
    background: url(../img/common/bg_flow01.png) no-repeat;
    background-size: 100%;
    left: 0;
  }

  .curriculumFlowModule > ul > li:last-child {
    margin: 0 0 30px 0;
  }

  .curriculumFlowModule > ul > li ol {
    padding: 5px 0 15px 40%;
    background: rgba(136, 196, 187, 0.2);
  }

  .curriculumFlowModule > ul > li p {
    padding: 15px 0;
    background: rgba(136, 196, 187, 0.2);
  }

  .curriculumFlowModule > ul > li ol li {
    margin-top: 10px;
    font-size: 13px;
    text-align: left;
  }

  .curriculumFlowModule > ul > li ol li span {
    margin-right: 10px;
    padding: 2px 0;
    width: 23px;
    color: #007e65;
    font-weight: bold;
    text-align: center;
    background: #cfe8e4;
    display: inline-block;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
  }

  .curriculumFlowModule > ul > li h3 {
    padding: 10px 0;
    font-size: 13px;
    font-weight: bold;
  }

  /*tsuyomiModule01
------------------------------------------------------------- */
  .tsuyomiModule01 {
    margin: 0 20px 25px 20px;
  }

  .tsuyomiModule01 h2 {
    margin: 0 -10px;
    padding: 15px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .tsuyomiModule01 h2 span {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .tsuyomiModule01 h2 span:after {
    width: 74px;
    margin: 0 0 0 -37px;
  }

  .tsuyomiModule01 figure.main {
    margin: 10px 0;
  }

  .tsuyomiModule01 .btn01 {
    margin: 0 !important;
  }

  .tsuyomiModule01 .detailBox {
    display: none;
  }

  .tsuyomiModule01 .point01,
  .tsuyomiModule01 .point02,
  .tsuyomiModule01 .point03 {
    padding: 15px;
    margin-bottom: 10px;
    background: #f5f6f4;
  }

  /*point01*/
  .tsuyomiModule01 .point01 h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #007e65;
  }

  .tsuyomiModule01 .point01 p {
    margin: 15px 0;
  }

  /*point02*/
  .tsuyomiModule01 .point02 {
    background: #87c5bb;
  }

  .tsuyomiModule01 .point02 h3 {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
    color: #fff;
  }

  .tsuyomiModule01 .point02 p,
  .tsuyomiModule01 .point02 figure {
    color: #fff;
    display: inline-block;
    vertical-align: top;
  }

  .tsuyomiModule01.sec01 .point02 p {
    width: 55%;
    margin: 7px 10px 0 0;
  }

  .tsuyomiModule01 .point02 figure {
    width: 40%;
  }

  /*point03*/
  .tsuyomiModule01 .point03 {
    padding-bottom: 5px;
  }

  .tsuyomiModule01 .point03 h3 {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }

  .tsuyomiModule01 .point03 p {
    margin: 10px 0;
  }

  .tsuyomiModule01 .point03 figure figcaption {
    margin: 5px 0 15px 0;
    font-size: 11px;
  }

  /*tsuyomiModule01 sec04 */
  .tsuyomiModule01.sec04 .netWork h3 {
    margin: 20px 0 15px 0;
    font-size: 14px;
    color: #007e65;
    text-align: center;
  }

  .tsuyomiModule01.sec04 .netWork ul li {
    margin-bottom: 10px;
    padding: 15px;
    background: #f5f6f4;
  }

  .tsuyomiModule01.sec04 .netWork ul li h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

  .tsuyomiModule01.sec04 .netWork ul li figure {
    width: 40%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
  }

  .tsuyomiModule01.sec04 .netWork ul li figure img {
    width: 100%;
  }

  .tsuyomiModule01.sec04 .netWork ul li .txtBox {
    width: 55%;
    display: inline-block;
    vertical-align: top;
  }

  .tsuyomiModule01.sec04 .netWork .btn02 {
    margin: 10px 0 0 0;
  }

  /*incorporationModule
------------------------------------------------------------- */
  .incorporationModule {
    margin-bottom: 25px;
  }

  /*incorporationCourse*/
  .incorporationModule .incorporationCourse {
    margin-top: 50px;
    padding: 25px 10px 10px 10px;
    background: #e5f6f3;
    position: relative;
  }

  .incorporationModule .incorporationCourse .ico {
    position: absolute;
    top: -30px;
    left: 10px;
  }

  .incorporationModule .incorporationCourse .ico img {
    width: 51px;
  }

  .incorporationModule .incorporationCourse h3 {
    margin: 10px 0;
    font-size: 14px;
    line-height: 21px;
    color: #007e65;
  }

  .incorporationModule .incorporationCourse .example {
    margin: 15px 0;
    padding: 15px;
    background: #fff;
  }

  .incorporationModule .incorporationCourse .example h4 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .incorporationModule .incorporationCourse .example ul li {
    margin-bottom: 5px;
  }

  .incorporationModule .incorporationCourse .costExample figure {
    margin: 20px 0;
  }

  /*tableBox*/
  .incorporationModule .incorporationCourse .tableBox .tableBoxInner {
    overflow-x: auto;
  }

  .incorporationModule .incorporationCourse .tableBox table {
    width: 840px;
  }

  .incorporationModule .incorporationCourse .tableBoxInner {
    position: relative;
  }

  .incorporationModule .incorporationCourse .tableBox .arrow {
    width: 25px;
    height: 25px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    background: url(../img/common/ico_arrow15.png) no-repeat top right;
    background-size: 25px;
  }

  /*necessaryModule
------------------------------------------------------------- */
  .necessaryModule {
    margin: 0 10px 20px 10px;
  }

  .necessaryModule p.first {
    margin: 30px 0 15px 0;
  }

  .necessaryModule span.number {
    width: 17px;
    line-height: 20px;
  }

  .necessaryModule > div {
    padding: 15px 10px;
  }

  .necessaryModule > div ol li {
    padding-left: 2.5em;
    margin-bottom: 10px;
    text-indent: -2.5em;
  }

  .necessaryModule > div ul li {
    margin-bottom: 10px;
    padding: 10px 15px;
  }

  /*applicationModule
------------------------------------------------------------- */
  .applicationModule {
    margin: 0 10px;
    padding: 10px;
    background: url(../img/common/bg_01.jpg);
  }

  .applicationModule .inner {
    padding: 10px;
    border: solid 3px #ccc7c1;
  }

  .applicationModule .inner h3 {
    margin: 10px 0 15px 0;
    font-size: 16px;
    color: #007e65;
    text-align: center;
  }

  .applicationModule .inner ol.mainflow > li {
    min-height: 70px;
    margin-bottom: 20px;
    padding: 0 10px 20px 70px;
    background-size: 29px !important;
    border-bottom: solid 2px #ccc7c1;
  }

  .applicationModule .inner ol.mainflow > li:last-child {
    margin-bottom: 0;
    border: none;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(1) {
    background: url(../img/incorporation/ico_incorporation_step1.png) no-repeat
      18px 5px;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(2) {
    background: url(../img/incorporation/ico_incorporation_step2.png) no-repeat
      18px 0;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(3) {
    background: url(../img/incorporation/ico_incorporation_step3.png) no-repeat
      18px 5px;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(4) {
    background: url(../img/incorporation/ico_incorporation_step4.png) no-repeat
      18px 5px;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(5) {
    background: url(../img/incorporation/ico_incorporation_step5.png) no-repeat
      18px 5px;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(6) {
    background: url(../img/incorporation/ico_incorporation_step6.png) no-repeat
      18px 5px;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(7) {
    background: url(../img/incorporation/ico_incorporation_step7.png) no-repeat
      18px 5px;
  }

  .applicationModule .inner ol.mainflow > li h4 {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 19px;
    color: #007e65;
  }

  .applicationModule .inner ol.mainflow > li ol li {
    margin-bottom: 5px;
    padding-left: 2.4em;
    text-indent: -2.6em;
  }

  .applicationModule .inner ol.mainflow > li ol li a {
    text-decoration: underline;
  }

  .applicationModule .inner ol.mainflow > li .attention {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }

  /*activityModule
------------------------------------------------------------- */
  .activityModule {
    padding: 0 20px 20px 20px;
    background: url(../img/common/bg_01.jpg);
  }

  .activityModule > ul > li {
    margin-bottom: 10px;
    padding: 20px;
    background: #fcfbfb;
  }

  .activityModule > ul > li h3 {
    font-size: 14px;
    color: #998450;
  }

  .activityModule > ul > li h3 span {
    font-size: 13px;
  }

  .activityModule > ul > li p {
    margin: 10px 0;
  }

  .activityModule > ul > li:nth-child(1) p {
    margin-bottom: 22px;
  }

  .activityModule > ul > li figure {
    position: relative;
  }

  .activityModule > ul > li figure .ico {
    position: absolute;
    top: -20px;
    right: 20px;
  }

  .activityModule > ul > li figure .ico img {
    width: 100px;
  }

  .activityModule > ul > li ul li {
    display: inline-block;
  }

  .activityModule > ul > li h4 {
    margin-top: 5px;
    font-weight: bold;
  }

  .activityModule > ul > li h4,
  .activityModule > ul > li ul li {
    color: #998450;
  }

  /*facility*/
  .activityModule .facility {
    margin-top: 20px;
    padding: 15px;
    border: solid 4px #fff;
  }

  .activityModule .facility h3 {
    font-size: 14px;
    text-align: center;
  }

  .activityModule .facility dl dt {
    margin: 10px 0 5px 0;
    font-weight: bold;
    color: #998450;
  }

  .activityModule .facility dl dd ul li {
    display: inline-block;
  }

  /*levelUpModule
------------------------------------------------------------- */
  .levelUpModule {
    margin: 0 10px;
  }

  .levelUpModule p {
    text-align: center;
  }

  .levelUpModule figure {
    margin: 15px 0;
  }

  .levelUpModule .chart {
    position: relative;
  }

  .levelUpModule .chart a {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }

  .levelUpModule .chart a img {
    width: 26px;
    height: auto;
  }

  /*borderBox*/
  .levelUpModule .borderBox {
    padding: 20px 20px 10px 20px;
    border: solid 2px #f7cf9d;
  }

  .levelUpModule .borderBox h3 {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: center;
  }

  .levelUpModule .borderBox p {
    text-align: left;
  }

  /* !attentionOpenModule
---------------------------------------------------------- */
  .attentionOpenModule {
    margin: -3px 0 0 0;
    padding: 20px;
    background: url(../img/common/bg_01.jpg);
    border: solid 3px #e22350;
  }

  .attentionOpenModule .attentionIn.left {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: solid 2px #e1ddda;
  }

  .attentionOpenModule .attentionIn > ul > li {
    margin-bottom: 15px;
  }

  .attentionOpenModule .firstTxt {
    margin: 10px 0;
  }

  .attentionOpenModule .closeMLD {
    margin-top: 20px;
  }

  .attentionOpenModule .closeMLD img {
    width: 42px;
    height: auto;
  }

  /*mld*/
  #contents.mld .picLine {
    margin-top: 20px;
  }

  /* !aboutMLDModule
---------------------------------------------------------- */
  .aboutMLDModule {
    margin: 0 10px;
    overflow: hidden;
  }

  .aboutMLDModule h3 {
    margin: 15px 0;
    padding-left: 10px;
    font-size: 14px;
    border-left: solid 4px #007e65;
  }

  /*MLDhistory*/
  .aboutMLDModule .MLDhistory dl dt {
    width: 100%;
  }

  .aboutMLDModule .MLDhistory dl dt,
  .aboutMLDModule .MLDhistory dl dt span {
    font-size: 19px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    color: #007e65;
  }

  .aboutMLDModule .MLDhistory dl dt span {
    font-size: 11px;
  }

  .aboutMLDModule .MLDhistory dl dt:after {
    width: 100%;
    margin: -4px 0 0 60px;
  }

  .aboutMLDModule .MLDhistory dl dt:nth-of-type(odd):after {
    left: 0;
  }

  .aboutMLDModule .MLDhistory dl dt:nth-of-type(even):after {
    margin: 0 60px 0 0;
    right: 0;
  }

  .aboutMLDModule .MLDhistory dl dt:nth-of-type(2) {
    padding-right: 120px;
  }

  .aboutMLDModule .MLDhistory dl dt:nth-of-type(2):after {
    margin-right: 180px;
  }

  .aboutMLDModule .MLDhistory dl dd:nth-of-type(2) {
    min-height: 100px;
    padding-right: 120px;
    position: relative;
  }

  .aboutMLDModule .MLDhistory dl dd:nth-of-type(2):after {
    content: "";
    width: 104px;
    height: 140px;
    background-size: 100% !important;
  }

  .aboutMLDModule .MLDhistory dl dd {
    margin: 13px 0 13px 10px;
  }

  /*MLDmerit*/
  .aboutMLDModule .MLDmerit h4 {
    margin: 0 10px 8px 10px;
    font-size: 16px;
  }

  .aboutMLDModule .MLDmerit ul {
    margin: 0 10px 15px 10px;
  }

  .aboutMLDModule .MLDmerit .point {
    margin-bottom: 10px;
    line-height: 30px;
  }

  /*MLDLecture*/
  .aboutMLDModule .MLDLecture {
    margin: 20px 0 30px 0;
    padding: 15px;
    border: solid 4px #d8d5d1;
  }

  .aboutMLDModule .MLDLecture h3 {
    margin: 0;
    line-height: 19px;
  }

  /* !indispensableLectureModule
---------------------------------------------------------- */
  .indispensableLectureModule {
    margin-bottom: 10px;
    padding: 20px 20px 20px 10px;
  }

  .indispensableLectureModule h3 {
    font-size: 14px;
    line-height: 21px;
  }

  .indispensableLectureModule > ul {
    padding-left: 20px;
  }

  .indispensableLectureModule > ul > li {
    margin-top: 35px;
    padding: 15px;
  }

  .indispensableLectureModule > ul > li:after {
    width: 52px;
    height: 52px;
    background-size: 52px !important;
  }

  .indispensableLectureModule > ul > li h4 {
    margin: 10px 4px 8px 4px;
    font-size: 13px;
    line-height: 18px;
  }

  /*other*/
  .indispensableLectureModule .other {
    margin: 0 10px;
  }

  .indispensableLectureModule .other h4 {
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
  }

  .indispensableLectureModule .other ul {
    padding: 15px;
  }

  .indispensableLectureModule .attention {
    margin: 10px 10px 0 10px;
    font-size: 11px;
  }

  /* !fullTimeCourseModule
---------------------------------------------------------- */
  .fullTimeCourseModule {
    margin: 0 10px 30px 10px;
    padding: 20px;
    border: solid 6px rgba(136, 196, 187, 0.5);
  }

  .fullTimeCourseModule h3 {
    margin: 0 20% 10px 0;
  }

  .fullTimeCourseModule figure img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }

  /*support*/
  .fullTimeCourseModule .txtBox .support {
    margin-top: 10px;
    padding: 17px 20px;
    background: #e5f6f3;
  }

  .fullTimeCourseModule .txtBox .support h4 {
    margin-bottom: 5px;
    font-size: 14px;
    color: #77b7ad;
  }

  .fullTimeCourseModule .txtBox .support h5 {
    margin-top: 11px;
    padding: 5px 10px;
    color: #fff;
    background: #77b7ad;
    display: inline-block;
    vertical-align: middle;
  }

  .fullTimeCourseModule .txtBox .support p {
    margin: 5px 0 0 0;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
  }

  @media screen and (max-width: 767px) {
    .fullTimeCourseModule .btn03 {
      width: 90%;
      bottom: -18px;
    }
  }

  /*cibtac*/
  #contents.cibtac .fullTimeCourseModule h3.type1 {
    position: relative;
    padding-top: 20px;
    padding-right: 20%;
    margin-top: 20px;
    margin-right: 0;
  }

  #contents.cibtac .fullTimeCourseModule h3.type1::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 4px;
    margin-bottom: 16px;
    display: block;
    background-color: #e5f6f3;
    content: "";
  }

  /* !supportModule01
---------------------------------------------------------- */
  .supportModule01 {
    margin: 0 10px 30px 10px;
  }

  .supportModule01 h2 {
    padding-top: 52px;
    font-size: 16px;
    line-height: 25px;
    background-size: 70px !important;
  }

  .supportModule01.sec01 h2 {
    background: url(../img/support/ico_support02.png) no-repeat center top;
  }

  .supportModule01.sec02 h2 {
    background: url(../img/support/ico_support03.png) no-repeat center top;
  }

  .supportModule01.sec03 h2 {
    background: url(../img/support/ico_support04.png) no-repeat center top;
  }

  .supportModule01.sec04 h2 {
    background: url(../img/support/ico_support05.png) no-repeat center top;
  }

  .supportModule01 .txt.first {
    margin: 25px 0 10px 0;
  }

  .supportModule01 ul li {
    padding: 15px 10px;
  }

  .supportModule01 ul li h3 {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .supportModule01 ul li h3:before {
    width: 15px;
    height: 15px;
    margin: 0 8px -2px 0;
  }

  /*supportTxt*/
  .supportTxt {
    margin-bottom: 30px;
    padding: 20px;
  }

  .supportTxt h2 {
    font-size: 16px;
    line-height: 23px;
  }

  .supportTxt p {
    margin-top: 10px;
  }

  /* !paymentModule
---------------------------------------------------------- */
  .paymentModule {
    margin: 0 10px 20px 10px;
    padding: 20px 17px;
  }

  .paymentModule h2 {
    margin-bottom: 10px;
    text-align: center;
  }

  .paymentModule h2 img {
    width: 280px;
    height: auto;
  }

  .paymentModule ul.diskList01 {
    margin: 8px 0 0 0 0;
  }

  .paymentModule ul.diskList01 li {
    margin-bottom: 8px;
  }

  .paymentModule ul.attentionList {
    padding: 15px;
  }

  .paymentModule table {
    width: 100%;
  }

  .paymentModule table tr th {
    padding: 5px 0;
  }

  .paymentModule table tr th.size01 {
    width: 35%;
  }

  .paymentModule table tr td {
    padding: 5px 0;
  }

  /* !reason3Module
---------------------------------------------------------- */
  .reason3Module {
    margin: 30px 10px;
    padding: 30px 10px 20px 10px;
    border: solid 2px #87c5bb;
  }

  .reason3Module h2 {
    margin-top: -50px;
    text-align: center;
  }

  .reason3Module h2 img {
    width: 238px;
    height: auto;
  }

  .reason3Module ul li h3 {
    margin-top: 15px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #87c5bb;
    position: relative;
  }

  .reason3Module ul li h3:before {
    content: "";
    width: 55px;
    height: 21px;
    display: inline-block;
    background: url(../img/recruit_info/ico_recruit_info02.png) no-repeat left
      top;
    background-size: 55px !important;
    position: absolute;
    left: 0;
  }

  .reason3Module > ul li:nth-child(2) h3:before {
    background: url(../img/recruit_info/ico_recruit_info03.png) no-repeat left
      top;
  }

  .reason3Module > ul li:nth-child(3) h3:before {
    background: url(../img/recruit_info/ico_recruit_info04.png) no-repeat left
      top;
  }

  .reason3Module > ul > li ul,
  .reason3Module > ul li .evaluation {
    margin-bottom: 5px;
    padding: 10px 25px;
    background: rgba(135, 197, 187, 0.2);
  }

  .reason3Module ul li ul li:before {
    background: #626c6a;
  }

  .reason3Module ul li:first-child ul li {
    width: 140px;
    display: inline-block;
  }

  .reason3Module > ul li p {
    padding: 5px 0;
    text-align: center;
    color: #007e65;
    background: rgba(135, 197, 187, 0.2);
  }

  .reason3Module ul li .evaluation p {
    margin-bottom: 7px;
    color: #626c6a;
    font-weight: bold;
    background: none !important;
    position: relative;
  }

  .reason3Module ul li:nth-child(2) p.ico:after {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: -7px;
    background: url(../img/recruit_info/ico_recruit_info05.png) no-repeat;
    background-size: 13px !important;
    position: absolute;
    bottom: -11px;
    left: 50%;
  }

  /*reasonIn*/
  .reason3Module > ul li .reasonIn {
    background: rgba(135, 197, 187, 0.2);
    margin-bottom: 5px;
    text-align: center;
  }

  .reason3Module > ul li .reasonIn ul {
    background: none;
    display: inline-block;
  }

  .reason3Module > ul li .reasonIn ul li {
    text-align: left;
  }

  .reason3Module > ul li .reasonIn ul li span {
    display: block;
  }

  /* !worksFileModule
---------------------------------------------------------- */
  .worksFileModule {
    margin: 0 10px 30px 10px;
  }

  .worksFileModule .inner {
    padding: 20px;
  }

  .worksFileModule > span {
    width: 50%;
    font-size: 11px;
    line-height: 30px;
  }

  .worksFileModule > span.file:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 0 -5.8px 2px;
    display: inline-block;
    background-size: 20px !important;
  }

  .worksFileModule .inner h2 {
    margin-bottom: 20px;
    padding: 10px 0;
  }

  .worksFileModule .inner h3 {
    margin: 10px 0 5px 0;
  }

  .worksFileModule .inner .btn02 {
    margin: 10px 0 35px 0;
  }

  .worksFileModule.sec3 .inner .btn02,
  .worksFileModule.sec4 .inner .btn02 {
    margin-bottom: 0;
  }

  /*graduate*/
  .worksFileModule .inner .graduate {
    padding: 15px;
  }

  .worksFileModule .inner .graduate figure {
    width: 35%;
    display: inline-block;
  }

  .worksFileModule .inner .graduate .graduateTxt h4 {
    font-size: 13px;
    position: absolute;
    top: 35px;
    left: 48%;
  }

  .worksFileModule .inner .graduate .graduateTxt h4:before {
    width: 133px;
    height: 43px;
    background-size: 133px !important;
    top: -60px;
  }

  .worksFileModule .inner .graduate .graduateTxt h4 span {
    font-size: 11px;
    display: block;
  }

  .worksFileModule .inner .graduate .graduateTxt > span {
    margin: 10px 0 3px 0;
    padding: 2px 5px;
  }

  .worksFileModule .inner .graduate .graduateTxt ul {
    margin-bottom: 6px;
  }

  .worksFileModule .inner .graduate .graduateTxt ul li {
    color: #87c5bb;
  }

  /* !sanritsuModule
---------------------------------------------------------- */
  .sanritsuModule {
    margin: 0 10px 30px 10px;
    padding: 25px 20px 15px 20px;
  }

  .sanritsuModule h3 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 15px;
    text-align: center;
  }

  .sanritsuModule dl dt,
  .sanritsuModule dl dd {
    margin-bottom: 10px;
  }

  .sanritsuModule dl dt {
    width: 30%;
  }

  .sanritsuModule dl dd {
    width: 69%;
  }

  /* !worksOtherModule
---------------------------------------------------------- */
  .worksOtherModule {
    padding: 0 10px;
  }

  .worksOtherModule h3 {
    padding: 20px 0;
    font-size: 15px;
  }

  .worksOtherModule .inner > figure {
    margin: 15px -10px;
  }

  .worksOtherModule .btn02 {
    margin: 10px 0 55px 0;
  }

  .worksOtherModule .txtBox02 {
    position: relative;
  }

  .worksOtherModule .txtBox02 p {
    margin-bottom: 15px;
    height: 175px;
    padding: 15px;
  }

  .worksOtherModule .txtBox02 span {
    display: inline-block;
    position: absolute;
    top: -38px;
    right: 20px;
  }

  .worksOtherModule .txtBox02 span img {
    width: 70px;
    height: auto;
  }

  .worksOtherModule .independence {
    padding-bottom: 20px;
  }

  .worksOtherModule .independence h4 {
    margin: 10px 0 5px 0;
  }

  .worksOtherModule .independence .btn02 {
    margin-bottom: 0;
  }

  /*------------------------------------------------------ccommon2.css---------------------------------------------------------------------------------- */
  /*faq
------------------------------------------------------------ */
  .faq li #keywords2 {
    width: 100%;
    height: 25px;
  }

  .faq li input.btn01 {
    top: 4px;
    right: 5px;
  }

  /*search*/
  .faq .search {
    margin-bottom: 30px;
  }

  .faq .search > p {
    margin: 30px 0 0;
    background: #cfe8e4;
    width: 665px;
    font-size: 15px;
    line-height: 27px;
    padding: 8px 6px;
  }

  .faq .search > p span {
    color: #007e65;
  }

  /*faqListModule
------------------------------------------------------------ */
  .faqListModule {
    padding: 0 10px;
  }

  .faqListModule h2 {
    padding-left: 35px;
    width: 100%;
  }

  .faqListModule .faqIco01:before {
    width: 17px;
    height: 25px;
    background: url(../img/common/ico_01.png) no-repeat center;
    background-size: 17px;
    margin-top: 12px;
    left: 20px;
  }

  .faqListModule .faqIco02:before {
    width: 17px;
    height: 25px;
    background: url(../img/common/ico_03.png) no-repeat center;
    background-size: 17px;
    margin-top: 12px;
    left: 20px;
  }

  .faqListModule h3 {
    padding-left: 10px;
    position: relative;
    margin: 20px 0;
  }

  .faqListModule h3:before {
    width: 4px;
    height: 20px;
  }

  .faqListModule ul {
    margin-bottom: 30px;
  }

  .faqListModule li {
    display: block;
    position: relative;
  }

  .faqListModule li:before {
    content: "";
    width: 17px;
    height: 14px;
    display: inline-block;
    background: url(../img/common/ico_02.png) no-repeat center;
    background-size: 17px;
    position: absolute;
    top: 13px;
    left: 10px;
  }

  .faqListModule li a {
    display: block;
    padding: 10px 10px 10px 35px;
    width: 100%;
  }

  /* !subNavModule
---------------------------------------------------------- */
  .subNavModule h3 {
    padding-left: 35px;
  }

  .subNavModule .faqico03:before {
    width: 16px;
    height: 17px;
    background: url(../img/common/ico_07.png) no-repeat center;
    background-size: 16px 17px;
    margin-top: 12px;
    left: 10px;
  }

  .subNavModule .faqico04:before {
    width: 16px;
    height: 17px;
    background: url(../img/common/ico_08.png) no-repeat center;
    background-size: 13px 17px;
    margin-top: 12px;
    left: 10px;
  }

  .subNavModule .faqico05:before {
    width: 16px;
    height: 17px;
    background: url(../img/common/ico_09.png) no-repeat center;
    background-size: 16px 19px;
    margin-top: 12px;
    left: 10px;
  }

  /* !faqListModule
---------------------------------------------------------- */
  .faqListModule.matNone {
    margin: 30px 0 0;
  }

  .faqListModule .answerDetail {
    margin-bottom: 15px;
  }

  /*faq detail*/
  .faq.detail .faqListModule h2 {
    padding: 15px 20px 15px 45px;
    font-size: 16px;
    line-height: 25px;
  }

  .faq.detail .faqListModule h2:after {
    width: 22px;
    height: 16px;
    background: url(../img/common/ico_11.png) no-repeat center;
    background-size: 20px 16px;
    top: 20px;
    left: 10px;
  }

  .faq.detail .faqListModule h3 {
    font-size: 16px;
    line-height: 25px;
    padding: 0 20px 0 45px;
    position: relative;
    margin-top: 30px;
  }

  .faq.detail .faqListModule h3:after {
    width: 18px;
    height: 16px;
    background: url(../img/common/ico_12.png) no-repeat center;
    background-size: 18px 16px;
    top: 1px;
    left: 10px;
  }

  .faq.detail .faqListModule .faqAnswer {
    margin-bottom: 10px;
  }

  .faq.detail .faqListModule figure {
    margin: 12px 10px 0 0;
    width: 40%;
    float: right;
  }

  .faq.detail .relationLink {
    margin: 30px 0 20px;
  }

  .faq.detail .pageNaviModule02 {
    margin: 0;
  }

  .faq.detail .btn02.prev {
    margin: 0 10px 30px 10px;
    height: 32px;
    line-height: 32px;
    background: #007e65;
    color: #fff;
    border: none;
    position: relative;
  }

  .faq.detail .btn02.prev:after {
    content: "";
    width: 6px;
    height: 10px;
    margin-top: -5px;
    display: inline-block;
    background: url(../img/common/ico_arrow11.png) no-repeat;
    background-size: 6px;
    position: absolute;
    left: 10px;
    top: 50%;
  }

  .search-everything-highlight-color {
    font-size: 16px;
  }

  .relationLink .search-everything-highlight-color {
    font-size: 12px;
  }

  /* !formMessageModule
---------------------------------------------------------- */
  .formMessageModule {
    padding: 5px 10px;
    margin-bottom: 20px;
  }

  .formMessageModule .messageBorder {
    padding: 20px 0;
    margin: 0 -10px;
  }

  .formMessageModule .messageBorder .messageGroup {
    padding: 0 20px;
  }

  .formMessageModule p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .formMessageModule .graduate {
    padding: 15px 7px;
    margin: 15px 20px 0;
  }

  .formMessageModule .graduate h3 {
    text-align: center;
    padding: 3px 0 15px;
    line-height: 21px;
  }

  .formMessageModule .graduate ul {
    width: 264px;
  }

  /* !messageGroup
---------------------------------------------------------- */
  .messageBorder .inSiryou {
    margin: 15px 20px 0;
    padding: 18px 25px;
    border: solid 3px #fff;
  }

  .messageBorder .inSiryou h3 {
    width: 225px;
    margin: 0 auto;
  }

  .messageBorder .inSiryou ul {
    padding: 15px 28px 15px;
    margin: 14px 0;
  }

  .messageBorder .inSiryou li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }

  .messageBorder .inSiryou .plus {
    font-size: 30px;
  }

  /*form*/
  #contents.form .messageGroup h2 {
    margin-bottom: 20px;
  }

  #contents.form .messageGroup h2:after {
    width: 50px;
    height: 3px;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #contents.form .ticketPresent p {
    width: 190px;
    top: -38px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #contents.form .ticketPresent p span {
    font-size: 11px;
  }

  #contents.form .ticketPresent figure {
    margin: 50px auto 0;
    width: 113px;
    height: auto;
  }

  /* !voiceDetailModule
---------------------------------------------------------- */
  .voiceDetailModule .voiceDetail01 .profile01 h2 {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 5px;
  }

  .voiceDetailModule .voiceDetail01 .profile01 p {
    margin-top: 5px;
  }

  .voiceDetailModule .voiceDetail01 .profile01 ul {
    margin: 10px 0;
    overflow: hidden;
  }

  /*voice*/
  #contents.voice .voiceDetailModule {
    padding: 20px 10px 5px;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 figure {
    width: 100%;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 .profile01 li {
    width: 49%;
    height: 25px;
    line-height: 21px;
    margin-left: 2%;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 .profile02 {
    padding: 15px;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 .profile02 figure {
    width: 71px;
    margin-bottom: 5px;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 .profile03 {
    margin: 15px 0;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 .profile03 p {
    margin-bottom: 15px;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 .profile03 h2 {
    padding-top: 5px;
    margin: 10px 0 0;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 .profile03 h2,
  #contents.voice .voiceDetailModule .voiceDetail02 h2 {
    font-size: 14px;
    line-height: 28px;
  }

  #contents.voice .voiceDetailModule .voiceDetailMat {
    margin-top: 10px;
  }

  #contents.voice .voiceDetailModule .voiceDetail02 {
    margin-bottom: 35px;
  }

  #contents.voice .voiceDetailModule .pageNaviModule02 {
    margin: 0;
  }

  #contents.voice .voiceDetailModule .pageNaviModule02 .btn02 {
    background: #007e65;
    color: #fff;
  }

  #contents.voice .voiceDetailModule .pageNaviModule02 .btn02.prev:after {
    background: url(../img/common/ico_arrow10.png) no-repeat center;
    background-size: 6px 10px;
  }

  #contents.voice .voiceDetailModule .pageNaviModule02 .btn02.next:after {
    background: url(../img/common/ico_arrow02.png) no-repeat center;
    background-size: 6px 10px;
  }

  #contents.voice .voiceDetailModule .pageNaviModule02 .btn02.return:after {
    background: url(../img/common/ico_btn11.png) no-repeat center;
    background-size: 10px 10px;
  }

  /* !ruleListModule
---------------------------------------------------------- */
  .ruleListModule {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .ruleListModule .textBoxModule02 h2 {
    background: url(../img/common/ico_arrow14.png) no-repeat 98% center;
    background-size: 6px;
  }

  .ruleListModule .textBoxModule02 h2.active-submenu2 {
    background: url(../img/common/ico_arrow13.png) no-repeat 98% center !important;
    background-size: 10px !important;
  }

  .textBoxModule02 .textBox01 {
    padding: 15px 10px;
  }

  #cpntents.rule .textBoxModule02 .textBox01 {
    border-bottom: none;
    display: none;
  }

  /* .ruleListModule .textBoxModule02 {
    border-bottom: solid 2px #88c4bb;
  } */

  .ruleListModule .textBoxModule02 .textBox01 h3 {
    margin: 15px 0 4px;
  }

  .ruleListModule .textBoxModule02 .textBox01 li {
    line-height: 18px;
  }

  /* !textBoxModule01
---------------------------------------------------------- */
  /*privacy*/
  #contents.privacy .textBox01 li p,
  #contents.privacy .textBox01 ul {
    margin-left: 13px;
  }

  #contents.privacy .textBox01 .contactModule01 .contactLogo {
    margin: 20px 13px 10px 13px;
  }

  #contents.privacy .textBox01 .contactModule01 .contactTel {
    margin: 0 13px 20px 13px;
  }

  #contents.privacy .textBox01 .btn01 {
    padding-right: 10px;
    background: url(../img/common/ico_arrow02.png) no-repeat 98% center #88c4bb;
    background-size: 6px;
    margin-bottom: 20px;
  }

  /* !textBoxModule01
---------------------------------------------------------- */
  /*form*/
  #contents.form .textBoxModule01,
  .conftxtStyle01 {
    margin: 0 10px 50px;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 26px;
  }

  #contents.form .textBoxModule01 p {
    font-size: 14px;
    line-height: 26px;
  }

  #contents.form .textBoxModule01 li {
    margin-bottom: 4px;
    background: none !important;
  }

  #contents.form .textBoxModule01 .btn05 {
    padding-left: 22px;
    width: 260px;
    height: 40px;
    line-height: 40px;
    background: url(../img/common/ico_arrow02.png) no-repeat 98% center #007e65;
    background-size: 6px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #contents.form .textBoxModule01 .btn05:before {
    width: 15px;
    height: 40px;
    background: url(../img/common/ico_btn08.png) no-repeat;
    background-size: 15px 40px;
    top: 0;
    left: 25px;
  }

  /* !textBoxModule02
---------------------------------------------------------- */
  .textBoxModule02 h2 {
    font-size: 16px;
    line-height: 21px;
    padding: 25px 0 20px;
  }

  /*privacy*/
  #contents.privacy .textBoxModule02 h3,
  #contents.privacy .textBoxModule02 p {
    font-size: 12px;
    line-height: 19px;
  }

  #contents.privacy article {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  #contents.privacy .textBoxModule02 h2 {
    margin: 30px 0 20px;
  }

  #contents.privacy .textBoxModule02 p {
    margin-bottom: 20px;
  }

  #contents.privacy .textBox01 ol h3 {
    margin: 15px 0 6px;
  }

  /* !law
---------------------------------------------------------- */
  #contents.law article {
    padding: 0 10px;
  }

  #contents.law h2 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }

  #contents.law h2:after {
    background: #87c5bb;
  }

  #contents.law table th,
  #contents.law table td {
    display: block;
    font-size: 12px;
  }

  #contents.law .Profile table th {
    padding: 15px 5px 5px 5px;
  }

  #contents.law .Profile table td {
    padding: 0 5px 15px 5px;
  }

  /* !tableModule01
---------------------------------------------------------- */
  .tableModule01 {
    margin-top: 30px;
  }

  .tableModule01 table th {
    padding: 0 5px 5px 5px;
    margin-top: 20px;
  }

  .tableModule01 table td {
    border-bottom: solid 2px #87c5bb;
    border-left: solid 2px #87c5bb;
    border-right: solid 2px #87c5bb;
    padding: 15px 19px;
    position: relative;
  }

  .tableModule01 table tr .tableDesign02 {
    border-top: solid 2px #87c5bb;
  }

  .tableModule01 table td li,
  .tableModule01 table td p {
    line-height: 22px;
  }

  .tableModule01 table td p {
    padding-top: 7px;
  }

  .tableModule01 table td ol,
  .tableModule01 table td ul,
  .tableModule01 table td dl {
    line-height: 22px;
    padding: 7px 0 0;
  }

  .tableModule01 table td h4 {
    margin-left: -6px;
  }

  .tableModule01 table dt span {
    display: block;
    width: 56px;
    height: 21px;
    line-height: 21px;
  }

  .tableModule01 table .card {
    padding-bottom: 55px;
  }

  .tableModule01 table .card figure img {
    width: 110px;
    position: absolute;
    bottom: 15px;
    right: 10px;
  }

  /*------------------------------------------------------ccommon3.css---------------------------------------------------------------------------------- */
  /* !faq
---------------------------------------------------------- */
  .clickBox {
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 0px 10px !important;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .active .clickBox {
    display: block;
    height: auto;
    padding: 20px 0;
  }

  /* !mainTit02Module
---------------------------------------------------------- */
  /*point*/
  #contents.principal .mainTit02Module {
    background: url(../img/principal/bg_principal01.jpg) no-repeat;
    background-size: cover;
  }

  /* !PRINCIPAL
---------------------------------------------------------- */
  .principal .leadTxt {
    font-size: 16px !important;
    text-align: center;
  }

  .pricinpalModule02 {
    background: #f8f7eb;
    border: solid 2px #dad5ba;
    padding: 0 15px 20px;
    margin: 30px 13px 0;
  }

  .pricinpalModule02 h2 img {
    width: 73px;
    height: 73px;
    position: absolute;
    margin-top: -15px;
    left: 17px;
  }

  .pricinpalModule02 figure {
    width: 55%;
    margin: 20px auto 10px;
  }

  .pricinpalModule02 .txt span {
    display: block;
    color: #bbb58c;
    font-size: 11px;
  }

  .pricinpalModule02 h3 {
    font-size: 18px;
    color: #bbb58c;
    width: 100%;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .pricinpalModule02 h3 span {
    font-size: 18px;
    padding-bottom: 10px;
    background: url(../img/principal/img_underline01.png) repeat-x bottom left;
    background-size: 20px;
  }

  .pricinpalModule03 .inner .bookDetail .name span {
    display: block;
    font-size: 12px;
  }

  .pricinpalModule04 .btn02 {
    margin-top: 15px;
    background: url(../img/common/ico_arrow02.png) no-repeat 98% center #87c5bb;
    background-size: 6px;
    line-height: 40px;
  }

  /* !TEACHER
---------------------------------------------------------- */
  .teacherListModule {
    margin: 0px 10px 20px;
    float: left;
  }

  .teacherListModule .inner {
    margin: 0 -2% 30px 0;
  }

  .teacherListModule .teacherBox {
    float: left;
    display: block;
    margin: 20px 2% 0px 0;
    position: relative;
    width: 48%;
  }

  .teacherListModule .courseList {
    height: 90px;
  }

  .teacherListModule .long .courseList {
    height: 110px;
  }

  .teacherListModule .teacherBox2 th {
    display: block;
    font-weight: bold;
    padding-top: 8px;
  }

  .teacherListModule .teacherBox2 td {
    display: block;
  }

  .teacherListModule .teacherBox2 td li {
    position: relative;
    padding: 0 0 0 15px;
  }

  .teacherListModule .teacherBox2 td li:before {
    content: "◯";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .teacherListModule .teacherBox2 .innerWhite {
    background: #fff;
    margin: 10px 0 0;
    padding: 15px;
  }

  .teacherListModule .teacherBox2 .innerWhite .box1 {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .teacherListModule .teacherBox2 .innerWhite .box2 {
    clear: both;
    overflow: hidden;
  }

  .teacherListModule .teacherBox.select a:after {
    opacity: 0.9;
    background: rgba(159, 207, 200, 0.8) url(../img/teacher/txt_teacher01.png)
      no-repeat center center;
    background-size: 120px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .teacherListModule .name {
    font-size: 12px;
    font-weight: bold;
    color: #6fb2a7;
    display: block;
    height: 32px;
    width: 100%;
    padding: 5px 0;
    border-bottom: 2px solid #dedede;
  }

  .teacherListModule .subName {
    position: relative;
    padding-left: 15px;
    font-size: 10px;
    font-weight: bold;
  }

  .teacherListModule .subName:before {
    content: "/";
    display: block;
    position: absolute;
    font-size: 10px;
    left: 7px;
    top: 0;
  }

  /* !FLOW
---------------------------------------------------------- */
  .jeaflowModule02.first {
    border-top: #f1f1f1 4px solid;
  }

  #contents.flow .bx-wrapper {
    display: none;
  }

  .jeaflowModule02 .tel {
    padding: 20px 0 10px;
  }

  .jeaflowModule02.box01,
  .jeaflowModule02.box02,
  .jeaflowModule02.box04 {
    padding: 20px 10px 0;
  }

  .jeaflowModule02.box05 {
    padding: 20px 10px 10px;
  }

  .jeaflowModule02.box05 {
    margin-bottom: 30px;
  }

  .jeaflowModule02.box02 .btn04,
  .jeaflowModule02.box03 .btn04,
  .jeaflowModule02.box04 .btn04 {
    margin-top: 20px;
  }

  .jeaflowModule02.box05 .btn04 {
  }

  .jeaflowModule02 .greenBox .btn04,
  .jeaflowModule02 .greenBox2 .btn04 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  /* !ANALYS
---------------------------------------------------------- */
  .mainTit01Module .ico2 {
    position: absolute;
    right: 0;
    top: 0;
  }

  .mainTit01Module .ico2 img {
    height: 121px;
    width: auto;
  }

  .analysModule02 h2 {
    text-align: center;
    padding-top: 15px;
  }

  .analysModule03 h2 {
    text-align: center;
    padding-top: 15px;
  }

  .analysModule04 h2 {
    text-align: center;
    padding-top: 15px;
  }

  .analysModule05 h2 {
    text-align: center;
    padding-top: 15px;
    margin-top: -5px;
  }

  .analysModule06 h2 {
    text-align: center;
    padding-top: 15px;
  }

  .analysModule07 h2 {
    text-align: center;
    padding-top: 15px;
  }

  .analysModule05 .btn02,
  .analysModule07 .btn02 {
    margin-bottom: 20px;
  }

  /* !ACCESS_OSAKA ACCESS_KYOTO
---------------------------------------------------------- */
  .accessModule01 .maincopy {
    padding: 20px;
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  .accessModule02 {
    position: relative;
    background: #eeece7;
    margin: 35px -500% 20px;
    padding: 0 500%;
  }

  .accessModule02 .inner {
    padding: 10px 10px 0;
    position: relative;
  }

  .accessinfoModule01 {
    padding: 12px;
    margin: 20px 0px;
  }

  .accessModule02 .btnBox {
    padding-bottom: 20px;
  }

  .accessinfoModule01 .accessGuide .diskList01 {
    margin-top: 10px;
    padding: 45px 15px 15px 15px;
    background: url(../img/access/txt_access01.png) no-repeat center 20px
      #e5f6f3;
  }

  .accessinfoModule01 .accessGuide .diskList01 li {
    margin-bottom: 5px;
  }

  #map_canvas {
    width: 100%;
    height: 300px;
    margin: 10px auto;
  }
}

/*----------------------------------------------------------------------------------PC---------------------------------------------------------------------------------- */
@media (min-width: 768px), print {
  /* TOPページ　メインビジュアル　*/
  #coverBg {
    width: 100%;
    min-height: 435px;
    margin-top: 10px;
    margin-bottom: 40px;
    /*height : 500px;//jqueryで幅取得して調整する*/
    min-width: 1280px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
  }

  .coverBgWrap {
    position: relative;
  }

  .coverBgWrap .topMvMedalWrap {
    display: block;
    position: absolute;
    z-index: 3;
    width: 1080px;
    top: 0px;
    left: 51%;
    transform: translateX(-50%);
  }

  .topMvMedalWrap .topMvMedal {
    display: block;
    width: 187.5px;
    position: absolute;
    right: 0;
  }

  .topMvMedalWrap .topMvMedal img {
    width: 100%;
  }

  #coverBg .w100 {
    float: left;
    width: 100%;
    min-height: 435px;
  }

  #coverBg .w55 {
    float: left;
    width: 55%;
    min-height: 435px;
  }

  #coverBg .w45 {
    float: left;
    width: 45%;
    min-height: 435px;
  }

  #coverBg .w45 img {
    opacity: 0;
    -webkit-transition: 0.8s linear;
    -moz-transition: 0.8s linear;
    -o-transition: 0.8s linear;
    transition: 0.8s linear;
  }

  #coverBg .set2.w45 img {
    opacity: 1 !important;
  }

  #coverBg .txt {
    float: left;
    width: 55%;
    min-height: 435px;
    position: absolute;
    z-index: 100000;
  }

  #coverBg .txt img {
    opacity: 0;
    -webkit-transition: 0.8s linear;
    -moz-transition: 0.8s linear;
    -o-transition: 0.8s linear;
    transition: 0.8s linear;
  }

  #coverBg .set3.txt img {
    opacity: 1 !important;
  }

  #coverBg .w55 img,
  #coverBg .w45 img,
  #coverBg .w100 img {
    width: auto;
    height: auto;
    min-width: 100% !important;
    min-height: 435px !important;
  }

  #coverBg .photoWrap {
    position: absolute;
    width: 100%;
    opacity: 0;
  }

  /* !Common
---------------------------------------------------------- */
  html {
  }

  #wrap {
    min-width: 1080px;
    overflow: hidden;
  }

  #contents article {
    width: 1080px;
    margin: 0 auto;
    text-align: left;
  }

  #contents article.w960 {
    width: 960px;
  }

  #contents article.w960 .relationNavModule ul {
    margin-left: -60px;
  }

  #contents article.p960 {
    padding: 0 60px;
  }

  p,
  pre,
  address,
  li,
  dt,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
  }

  a:hover,
  a:hover img,
  a:hover p,
  a:hover h1,
  a:hover h2,
  a:hover h3 {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }

  .firstTxt01 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 24px;
    line-height: 36px;
  }

  /*tit*/
  .titIStyle02 {
    padding-bottom: 30px;
    margin: 60px 0 35px 0;
    text-align: center;
    border-bottom: solid 10px #f1f1f1;
  }

  .titStyle03 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .titStyle03:after {
    width: 80px;
    height: 3px;
    margin-left: -40px;
    bottom: -20px;
    left: 50%;
  }

  .inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }

  /*txt*/
  .leadTxt {
    margin: 60px 0 50px 0;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }

  /*btn*/
  .btnBox {
    margin: 60px 0 0 -15px;
  }

  .btn01 {
    width: 350px;
    height: 70px;
    line-height: 70px;
    color: #fff !important;
    display: inline-block;
    background: #007e65;
  }

  .btn01 {
    margin-left: 15px;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    position: relative;
  }

  .btn01:after,
  .btn03:after {
    content: "";
    width: 6px;
    height: 11px;
    margin-top: -5px;
    display: inline-block;
    background: url(../img/common/ico_arrow02.png) no-repeat;
    background-size: 6px;
    position: absolute;
    top: 50%;
    right: 10px;
  }

  .btn01 img {
    margin-left: -10px;
    width: auto;
    height: 55px;
    padding-right: 12px;
  }

  .btn02 {
    width: 300px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    background: #fff;
    border: solid 2px #dbdbdb;
    position: relative;
  }

  .btn02:after {
    content: "";
    width: 5px;
    height: 10px;
    margin-top: -5px;
    display: inline-block;
    background: url(../img/common/ico_arrow03.png) no-repeat;
    background-size: 5px;
    position: absolute;
    top: 50%;
    right: 10px;
  }

  .btn03 {
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    background: #007e65;
    position: relative;
  }

  .btn03:after {
    margin-top: -6px;
  }

  .btn04 {
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #605d5d;
    display: block;
    background: url(../img/common/ico_arrow03.png) no-repeat 65% center;
    background-size: 6px;
    border: solid 2px #dbdbdb;
  }

  .btn04 img {
    padding-right: 10px;
  }

  .prevBtn {
    padding: 3px 30px;
    font-size: 12px;
    right: 0;
    top: 16px;
  }

  .flowModule01 #third {
    position: relative;
  }

  .flowModule01 #third .btn03 {
    width: 340px;
    line-height: 45px;
    bottom: -12px;
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
    display: block;
  }

  /*list*/
  .diskList01 li:before {
    width: 11px;
    height: 11px;
  }

  /* !entry_post
---------------------------------------------------------- */
  .entry_post h1,
  .entry_post h2,
  .entry_post h3,
  .entry_post h4,
  .entry_post h5,
  .entry_post h6 {
    font-size: 18px !important;
    line-height: 24px;
  }

  /*course_alacarte*/
  .course_alacarte .entry_post h3 {
    margin-bottom: 10px;
    font-size: 20px !important;
    line-height: 26px;
  }

  .course_alacarte .entry_post .txtBox {
    margin-bottom: 30px;
    padding: 20px;
  }

  .course_alacarte .entry_post .txtBox,
  .course_alacarte .entry_post .txtBox p {
    font-size: 14px;
    line-height: 26px;
  }

  .entry_post .alignleft {
    margin: 0 20px 0 0;
  }

  .entry_post .alignright {
    margin: 0 0 0 20px;
  }

  /* !montGroupBar
---------------------------------------------------------- */
  #montGroupBar {
    overflow: hidden;
    height: 54px;
    min-width: 1080px;
    margin: 0 auto;
    background: #007e65;
    position: relative;
  }

  #montGroupBar .logo {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -540px;
  }

  #montGroupBar .navList01 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 582px;
    height: 54px;
    margin-left: -363px;
  }

  #montGroupBar .navlist01 li {
    float: left;
  }

  #montGroupBar .navList01 li a {
    float: left;
    display: block;
    height: 54px;
    font-size: 1%;
    text-indent: -9999px;
    background: url("../../asset/img/montGroupBar/groupNav.png") no-repeat;
    opacity: 1 !important;
  }

  #montGroupBar .navList01 li.navList01_1 a {
    background-position: 0 -54px;
    width: 93px;
  }

  #montGroupBar .navList01 li.navList01_2 a {
    background-position: -93px -54px;
    width: 110px;
  }

  #montGroupBar .navList01 li.navList01_3 a {
    background-position: -203px -54px;
    width: 119px;
  }

  #montGroupBar .navList01 li.navList01_4 a {
    background-position: -322px -54px;
    width: 88px;
  }

  #montGroupBar .navList01 li.navList01_5 a {
    background-position: -410px -54px;
    width: 64px;
  }

  #montGroupBar .navList01 li.navList01_6 a {
    background-position: -474px -54px;
    width: 108px;
  }

  #montGroupBar .navList01 li.navList01_1 a:hover,
  #montGroupBar .navList01 li.navList01_1.current a {
    background-position: 0 4px;
    width: 93px;
  }

  #montGroupBar .navList01 li.navList01_2 a:hover,
  #montGroupBar .navList01 li.navList01_2.current a {
    background-position: -93px 4px;
    width: 110px;
  }

  #montGroupBar .navList01 li.navList01_3 a:hover,
  #montGroupBar .navList01 li.navList01_3.current a {
    background-position: -203px 4px;
    width: 119px;
  }

  #montGroupBar .navList01 li.navList01_4 a:hover,
  #montGroupBar .navList01 li.navList01_4.current a {
    background-position: -322px 4px;
    width: 88px;
  }

  #montGroupBar .navList01 li.navList01_5 a:hover,
  #montGroupBar .navList01 li.navList01_5.current a {
    background-position: -410px 4px;
    width: 64px;
  }

  #montGroupBar .navList01 li.navList01_6 a:hover,
  #montGroupBar .navList01 li.navList01_6.current a {
    background-position: -474px 4px;
    width: 108px;
  }

  #montGroupBar .navList02 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 260px;
    margin-left: 280px;
    text-align: center;
  }

  #montGroupBar .navList02 li {
    display: table;
    float: left;
  }

  #montGroupBar .navList02 li a {
    width: 129px;
    height: 54px;
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    text-decoration: none !important;
    color: #fff;
  }

  #montGroupBar .navList02 li.green {
    background: #006954;
    border-left: 1px solid #1a8b75;
  }

  #montGroupBar .navList02 li.red {
    background: #e22350;
  }

  #montGroupBarfooter {
    position: relative;
    height: 340px;
    background-color: #007e65;
    min-width: 1080px;
  }

  #montGroupBarfooter .logo {
    position: absolute;
    top: 68px;
    left: 50%;
    margin-left: -540px;
    width: 240px;
  }

  #montGroupBarfooter .logo img {
    width: 240px;
    padding-bottom: 20px;
  }

  #montGroupBarfooter .logo p {
    font-size: 10px;
    color: #fff;
    font-weight: 300;
    font-family: "Meiryo UI";
  }

  #montGroupBarfooter .btnCp {
    position: absolute;
    top: 210px;
    left: 50%;
    margin-left: -540px;
  }

  #montGroupBarfooter .navList {
    position: absolute;
    top: 68px;
    left: 50%;
    margin-left: -267px;
    width: 807px;
  }

  #montGroupBarfooter .navList li {
    float: left;
    width: 269px;
    padding: 0 0 24px 29px;
    font-size: 12px;
    background: url("../../asset/img/montGroupBar/ico_arrow.png") no-repeat 29px
      58px;
    text-align: left;
  }

  #montGroupBarfooter .navList li img {
    display: block;
  }

  #montGroupBarfooter .navList li a {
    color: #fff;
    text-decoration: none;
  }

  #montGroupBarfooter a.btnCp:hover,
  #montGroupBarfooter .navList li a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    text-decoration: none;
  }

  #montGroupBarfooter .navList li a span {
    padding-left: 10px;
  }

  #montGroupBarfooter .fotter-btn {
    position: absolute;
    top: 270px;
    width: 1080px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }

  #montGroupBarfooter .fotter-btn a {
    float: right;
    background: url("../../asset/img/montGroupBar/ico_arrow.png") no-repeat;
    color: #fff;
    font-size: 12px;
    padding-left: 10px;
    line-height: 12px;
    margin-left: 15px;
  }

  /* !header
---------------------------------------------------------- */
  #header {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }

  #header .homeBtn {
    position: fixed;
    top: 112px;
    right: 0;
    z-index: 10001;
  }

  #header .studentBtn {
    position: fixed;
    top: 174px;
    right: 0;
    z-index: 10001;
  }

  #header .studentBtn2 {
    position: fixed;
    top: 331px;
    right: 0;
    z-index: 10001;
  }

  #header h1 {
    margin-top: 30px;
  }

  #header .infoBox {
    text-align: right;
    position: absolute;
    top: -6px;
    right: 0;
  }

  /*infoBox*/
  #header .infoBox .txt {
    margin-bottom: 6px;
  }

  #header .fleeDial {
    /*    margin-right: 14px;*/
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 556px;
  }

  #header .infoBox .sns {
    display: inline-block;
  }

  #header .infoBox .sns li {
    margin-left: 8px;
    display: inline-block;
  }

  #header .contact {
    margin-top: 3px;
    width: 404px;
  }

  #header .contact:before {
    content: "｜";
    display: inline-block;
    font-size: 12px;
  }

  #header .contact li {
    margin: 5px 0px 0 0px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.1em;
  }

  #header .contact li:after {
    content: "｜";
    display: inline-block;
    font-size: 12px;
  }

  #header .contact li a {
    letter-spacing: 0.05em;
    font-size: 13px;
  }

  #header .contact02 {
    margin-top: 3px;
    width: 400px;
  }

  #header .contact02 li {
    margin: 5px 0 0 5px;
    display: inline-block;
    position: relative;
  }

  #header .contact li #keywords1 {
    width: 170px;
    height: 25px;
    padding: 0 5px;
    border: solid 1px #87c5bb;
  }

  #header .contact li input.btn01 {
    width: 17px;
    height: 17px;
    text-indent: -999px;
    background: url(../img/common/ico_search01.png) no-repeat;
    border: 0;
    position: absolute;
    top: 4px;
    right: 5px;
    z-index: 1;
    cursor: pointer;
  }

  /*hNav*/
  #hNav {
    font-size: 0;
    z-index: 10000;
  }

  #hNav li {
    cursor: pointer;
  }

  #hNav li span {
    text-indent: -9999px;
    display: inline-block;
  }

  #header #hNav {
    margin: 30px 0 0 0;
    position: relative;
    min-height: 64px;
    display: flex;
    justify-content: space-between;
  }

  #header #hNav li#btn01,
  #header #hNav li#btn02,
  #header #hNav li#btn03,
  #header #hNav li#btn04,
  #header #hNav li#btn05,
  #header #hNav li#btn06,
  #header #hNav li#btn07,
  #header #hNav li#btn08,
  #header #hNav li#btn09 {
    /* position: absolute; */
    margin-right: 0;
    display: inline-block;
    color: #fff;
    display: block;
    border-bottom: 3px solid #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: auto;
    width: 113px;
  }

  #btn01 {
    background: url(../img/common/btn_gNav01_pc_off.gif) no-repeat;
  }

  #btn01:hover,
  #btn01.active,
  #btn01.current {
    background: url(../img/common/btn_gNav01_pc_on.gif) no-repeat;
    border-bottom: 3px solid #87c5bb !important;
  }

  #btn02 {
    background: url(../img/common/btn_gNav02_pc_off.gif) no-repeat;
  }

  #btn02:hover,
  #btn02.active,
  #btn02.current {
    background: url(../img/common/btn_gNav02_pc_on.gif) no-repeat;
    border-bottom: 3px solid #87c5bb !important;
  }

  #btn03 {
    width: 102px !important;
    background: url(../img/common/btn_gNav03_pc_off.gif) no-repeat;
  }

  #btn03:hover,
  #btn03.active,
  #btn03.current {
    background: url(../img/common/btn_gNav03_pc_on.gif) no-repeat;
    border-bottom: 3px solid #87c5bb !important;
  }

  #btn04 {
    background: url(../img/common/btn_gNav04_pc_off.gif) no-repeat;
  }

  #btn04:hover,
  #btn04.active,
  #btn04.current {
    background: url(../img/common/btn_gNav04_pc_on.gif) no-repeat;
    border-bottom: 3px solid #87c5bb !important;
  }

  #btn05 {
    width: 128px !important;
    background: url(../img/common/btn_gNav05_pc_off.gif) no-repeat;
  }

  #btn05:hover,
  #btn05.active,
  #btn05.current {
    background: url(../img/common/btn_gNav05_pc_on.gif) no-repeat;
    border-bottom: 3px solid #87c5bb !important;
  }

  #btn06 {
    width: 115px !important;
    background: url(../img/common/btn_gNav06_pc_off.gif) no-repeat;
  }

  #btn06:hover,
  #btn06.active,
  #btn06.current {
    background: url(../img/common/btn_gNav06_pc_on.gif) no-repeat;
    border-bottom: 3px solid #87c5bb !important;
  }

  #btn07 {
    width: 97px !important;
    background: url(../img/common/btn_gNav07_pc_off.gif) no-repeat;
  }

  #btn07:hover,
  #btn07.active,
  #btn07.current {
    margin: 0;
    background: url(../img/common/btn_gNav07_pc_on.gif) no-repeat;
    border-bottom: 3px solid #87c5bb !important;
  }

  #btn08 {
    width: 124px !important;
    background: url(../img/common/btn_gNav08_pc_off.gif) no-repeat;
  }

  #btn08:hover,
  #btn08.active,
  #btn08.current {
    margin: 0;
    background: url(../img/common/btn_gNav09_pc_on.gif) no-repeat;
    border-bottom: 3px solid #87c5bb !important;
  }

  #btn09 {
    width: 149px !important;
    background: url(../img/common/btn_gNav09_pc_off.gif) no-repeat;
  }

  #btn09:hover,
  #btn09.active,
  #btn09.current {
    margin: 0;
    background: url(../img/common/btn_gNav08_pc_on.gif) no-repeat;
    border-bottom: 3px solid #87c5bb !important;
  }

  #btn02 {
    background: url(../img/common/btn_gNav02_pc_off.gif) no-repeat;
    height: 64px;
    width: 158px !important;
    display: block;
    border-bottom: 3px solid #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  #btn02:hover,
  #btn02.active,
  #btn02.current {
    background: url(../img/common/btn_gNav02_pc_on.gif) no-repeat;
    border-bottom: 3px solid #87c5bb;
  }

  #btn05 {
    background: url(../img/common/btn_gNav05_pc_off.gif) no-repeat;
    height: 64px;
    width: 113px;
    display: block;
    border-bottom: 3px solid #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  #btn05:hover,
  #btn05.active,
  #btn05.current {
    background: url(../img/common/btn_gNav05_pc_on.gif) no-repeat;
    border-bottom: 3px solid #87c5bb;
  }

  #btn02 {
    left: 145px;
  }

  #btn03 {
    left: 332px;
  }

  #btn04 {
    left: 464px;
    width: 130px !important;
  }

  #btn05 {
    left: 620px;
    width: 142px !important;
  }

  #btn06 {
    left: 790px;
  }

  #btn07 {
    left: 943px;
  }

  #header #hNav li a {
    height: 64px;
    display: block;
    border-bottom: 3px solid #fff;
  }

  #header #hNav li a:hover,
  #header #hNav li.active a,
  #header #hNav li.current a {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    
  }

  #header #hNav li a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }

  /*subMenu*/
  #header .subMenu01,
  #header .subMenu02,
  #header .subMenu03 {
    margin: 0 -100%;
    padding: 0 100%;
    background: url(../img/common/bg_01.jpg);
    display: none;
  }

  #header .closeBtn {
    margin: 0 -100%;
    padding: 0 100% 20px 100%;
    text-align: center;
    cursor: pointer;
    border-bottom: 6px solid rgba(136, 196, 187, 0.3);
  }

  #header .inner {
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
  }

  #header .inner.form {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: left;
  }

  #header .inner li {
    vertical-align: top;
    display: inline-block;
    text-align: left;
  }

  #header .inner.style01 {
    margin-left: -40px;
    padding-top: 40px;
  }

  #header .inner.style01 li {
    width: 190px;
    margin-right: 32px;
  }

  #header .inner.style02 {
    margin-left: -24px;
  }

  #header .inner.style02 li {
    width: 400px;
    margin-right: 58px;
  }

  #header .inner li h2 {
    margin: 5px 0 2px 0;
    font-weight: bold;
    text-align: left;
  }

  #header .inner li .txt {
    font-size: 12px;
    line-height: 19px;
  }

  #header .inner.style03 {
    width: 872px;
    text-align: left;
    position: relative;
  }

  #header .inner.style03 li {
    padding-left: 10px;
    position: relative;
    display: block;
  }

  #header .inner.style03 li li {
    line-height: 24px;
  }

  #header .inner.style03 li li:before {
    content: "";
    width: 4px;
    height: 2px;
    display: inline-block;
    background: #b3b1ae;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #header .inner.style03 .list02 {
    position: absolute;
    top: 23px;
    left: 358px;
  }

  #header .inner.style03 .list03 {
    position: absolute;
    top: 23px;
    left: 445px;
    /* left: 625px; */
  }

  /*form*/
  #header.form {
    width: 100%;
    padding: 20px 0;
    border-top: solid 5px#007e65;
    border-bottom: solid 20px #f1f1f1;
  }

  #header.form.index {
    border: none !important;
  }

  #header.form h1 {
    margin: 0;
  }

  #header #hNav2 {
    margin: 30px 0 0;
  }

  /* !SEOarea
---------------------------------------------------------- */
  .SEOarea {
    width: 1080px;
    margin: 40px auto 40px auto;
    padding: 20px;
    border: solid 1px #dedede;
  }

  /* !pankuzu
---------------------------------------------------------- */
  #pankuzu {
    border-top: solid 3px #f7f5f1;
  }

  #pankuzu ul {
    width: 1080px;
    margin: 0 auto;
  }

  #pankuzu ul li {
    margin: 0 10px 0 0;
    padding-right: 20px;
    line-height: 26px;
    display: inline-block;
    background: url(../img/common/ico_pankuzu01.png) no-repeat right center;
  }

  #pankuzu ul li a {
    line-height: 26px;
    display: inline-block;
  }

  /* !footer
---------------------------------------------------------- */
  #footer {
    padding: 40px 0;
    background: #f7f5f1;
  }

  #footer .inner {
    position: relative;
  }

  #footer .fLogo {
    display: inline-block;
    vertical-align: top;
  }

  #footer .fLogo img {
    width: 277px;
  }

  #footer .contact {
    margin-top: 10px;
    display: inline-block;
    position: absolute;
    left: 356px;
  }

  #footer .contact li {
    margin-right: 10px;
    display: inline-block;
  }

  #footer .contact li:first-child {
    margin: 0 0;
  }

  #footer .schoolInfo {
    margin-top: 40px;
  }

  #footer .schoolInfo li {
    margin-bottom: 20px;
  }

  #footer .schoolInfo li .ilnk {
    padding-left: 10px;
    font-size: 15px;
    background: url(../img/common/ico_arrow03.png) no-repeat left 7px;
    background-size: 5px;
  }

  #footer .schoolInfo li p {
    line-height: 24px;
  }

  #footer .linkBtn li {
    margin-bottom: 20px;
    width: 300px;
  }
  #footer .linkBtn li a {
    display: block;
  }
  #footer .linkBtn li img {
    width: 100%;
  }

  #footer #fNav {
    min-height: 476px;
    position: absolute;
    top: 78px;
    left: 356px;
  }

  #footer #fNav div > ul {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
  }

  #footer #fNav div > ul li {
    line-height: 24px;
  }

  #footer #fNav div > ul > li {
  }

  #footer #fNav div > ul > li > a,
  #footer #fNav div > ul > li > ul li a {
    padding-left: 10px;
    font-weight: bold;
    background: url(../img/common/ico_arrow07.png) no-repeat left center;
  }

  #footer #fNav div > ul > li > ul li {
    padding-left: 10px;
  }

  #footer #fNav div > ul > li > ul li a {
    font-weight: normal;
  }

  #footer #fNav div > ul > li .subNav {
    padding-left: 15px;
  }

  #footer #fNav div > ul > li .subNav li {
    padding: 0;
  }

  #footer #fNav div > ul > li .subNav a {
    background: none;
    font-weight: normal;
  }

  #footer #fNav div > ul > li .subNav > li {
    position: relative;
  }

  #footer #fNav div > ul > li .subNav > li:before {
    content: "";
    width: 4px;
    height: 2px;
    display: inline-block;
    background: #b3b1ae;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #footer #fNav div > ul > li .subNav li a {
    padding-left: 10px;
    position: relative;
  }

  #footer #fNav div .otherNav {
    /* position: absolute; */
    top: 228px;
    /* top: 347px; */
    left: 210px;
  }

  #footer #fNav div .otherNav li a {
    font-weight: normal;
  }

  #footer .inner .copyright {
    margin: 0 auto;
    margin-top: 30px;
    font-size: 11px;
    text-align: center;
  }
  /*
  #footer .inner .sns {
    display: block;
    margin: 80px auto 0px;
    text-align: center;
  }

  #footer .inner .sns li {
    margin-right: 20px;
    display: inline-block;
  }

  #footer .inner .sns li:last-of-type {
    margin-right: 0;
  } */

  /*form*/
  #footer.form {
    padding-top: 30px !important;
    text-align: center;
    background: none;
    border-top: solid 20px #f1f1f1;
  }

  /* !contents 960
---------------------------------------------------------- */
  #contents.aromablog article,
  #contents.course article {
    width: 960px;
    position: relative;
  }

  /* !top
---------------------------------------------------------- */
  .flexslider,
  .flexslider img {
    width: 100%;
  }

  .flexslider {
    margin: 0 0 50px 0;
  }

  .top a.btn01 {
    display: inline-block;
  }

  /* !mainBerModule
---------------------------------------------------------- */
  .mainBerModule {
    margin-bottom: 60px;
  }

  .mainBerModule ul {
    margin-right: -40px;
  }

  .mainBerModule ul li {
    width: 240px;
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
  }

  .mainBerModule ul li .new {
    top: -10px;
    right: -3px;
    z-index: 999;
  }

  .mainBerModule ul li .new img {
    width: 58px;
  }

  .mainBerModule ul li p {
    margin-top: -7px;
  }

  /* !typeCheckModule
---------------------------------------------------------- */
  .typeCheckModule {
    margin: 0 -100%;
    padding: 0 100%;
    padding-bottom: 40px;
    background: #f7f6ed;
    position: relative;
  }

  .typeCheckModule .inner {
    position: relative;
  }

  .typeCheckModule .txt {
    padding-top: 60px;
    background: url(../img/top/bg_top_typeCheck01_pc.png) no-repeat 220px 22px;
  }

  .typeCheckModule .txt .firstTxt01 {
    margin: 10px 0;
  }

  .typeCheckModule .inner .type:hover img {
    cursor: pointer;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }

  .typeCheckModule .inner > ul {
    position: absolute;
    top: 90px;
    right: -60px;
  }

  .typeCheckModule .inner > ul > li {
    width: 142px;
    margin-left: 10px;
    display: inline-block;
    z-index: 997;
    position: relative;
  }

  .typeCheckModule .inner > ul > li:nth-of-type(3) {
    margin-left: 0px;
  }

  .typeCheckModule .inner > ul > li:nth-of-type(4) {
  }

  .typeCheckModule .inner > ul > li:nth-of-type(5) {
  }

  .typeCheckModule .inner > ul > li.u-mens {
    width: 162px;
    margin-left: 5px;
  }

  .typeCheckModule .inner > ul > li:hover {
    z-index: 998;
  }

  .typeCheckModule ul li .type .typeTxt {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }

  .typeCheckModule ul li .type.select .typeTxt {
    animation: typehover 0.5s linear 0.1s 1 forwards;
  }

  .typeCheckModule ul li .type.select .typeTxt {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }

  /*@keyframes typehover {
  0% {      opacity: 0;}
  100% {     opacity: 1;}
}
*/
  #contents .typeCheckModule ul.select li .type .typeTxt,
  #contents .typeCheckModule ul.select li .type.select .typeTxt {
    display: none !important;
  }

  .typeCheckModule ul li .typeTxt .copy {
    width: 250px;
    padding-bottom: 22px;
    line-height: 18px;
    text-align: center;
    background: url(../img/top/img_typeCheck01_pc.png) no-repeat center bottom;
    position: absolute;
    top: -64px;
    left: -50px;
    z-index: 998;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }

  .typeCheckModule ul li .type.select .typeTxt .checkList,
  .typeCheckModule ul li .type.select .typeTxt .copy {
    opacity: 1;
  }

  .typeCheckModule ul li .typeTxt .checkList {
    width: 240px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -55px;
    top: 137px;
    z-index: 998;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }

  .typeCheckModule ul li .typeTxt .checkList li:not(.note) {
    margin-bottom: 5px;
    padding-left: 20px;
    background: url(../img/common/ico_checkBox.png) no-repeat left 3px;
    background-size: 14px;
  }

  .typeCheckModule ul li .typeTxt .checkList li.note {
    margin: 14px 0 0;
    font-size: 11px;
    line-height: 20px;
  }

  .typeCheckModule ul li .openBox {
    width: 840px;
    margin: 38px 0 0 -240px;
    padding: 20px 60px 20px 190px;
    position: absolute;
    z-index: 999;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    display: none;
  }

  .typeCheckModule ul li:nth-child(1) .openBox {
    left: 64px;
  }

  .typeCheckModule ul li:nth-child(2) .openBox {
    left: -88px;
  }

  .typeCheckModule ul li:nth-child(3) .openBox {
    left: -240px;
  }

  .typeCheckModule ul li:nth-child(4) .openBox {
    left: -392px;
  }

  .typeCheckModule ul li:nth-child(5) .openBox {
    left: -414px;
  }

  .typeCheckModule ul li:nth-child(odd) .openBox {
    border: solid 5px #93cbc2;
  }

  .typeCheckModule ul li:nth-child(even) .openBox {
    border: solid 5px #7ba4ca;
  }

  .typeCheckModule ul li .openBox:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -64px;
    left: 226px;
    border: 30px solid transparent;
  }

  .typeCheckModule ul li:nth-child(odd) .openBox:after {
    border-bottom: 30px solid #93cbc2;
  }

  .typeCheckModule ul li:nth-child(even) .openBox:after {
    border-bottom: 30px solid #7ba4ca;
  }

  .typeCheckModule ul li:nth-child(1) .openBox:after {
    left: 212px;
  }

  .typeCheckModule ul li:nth-child(2) .openBox:after {
    left: 376px;
  }

  .typeCheckModule ul li:nth-child(3) .openBox:after {
    left: 518px;
  }

  .typeCheckModule ul li:nth-child(4) .openBox:after {
    left: 668px;
  }

  .typeCheckModule ul li:nth-child(5) .openBox:after {
    left: 688px;
  }

  /*.typeCheckModule ul li:nth-child(1) .openBox{background:url(../img/top/img_top_typeCheck01_pc.png) no-repeat -25px 0 #fff;}*/
  .typeCheckModule ul li:nth-child(1) .openBox {
    background: url(../img/top/img_top_typeCheck02_pc.png) no-repeat -25px 0 #fff;
  }

  .typeCheckModule ul li:nth-child(2) .openBox {
    background: url(../img/top/img_top_typeCheck07_pc.png) no-repeat -25px 0 #fff;
  }

  .typeCheckModule ul li:nth-child(3) .openBox {
    background: url(../img/top/img_top_typeCheck03_pc.png) no-repeat -25px 0 #fff;
  }

  .typeCheckModule ul li:nth-child(4) .openBox {
    background: url(../img/top/img_top_typeCheck04_pc.png) no-repeat -25px 0 #fff;
  }

  .typeCheckModule ul li:nth-child(5) .openBox {
    background: url(../img/top/img_top_typeCheck05_pc.png) no-repeat -25px 0 #fff;
  }

  .typeCheckModule ul li .openBox h3 {
    padding: 10px 0 30px 0;
  }

  .typeCheckModule ul li .openBox ul {
    margin-right: -40px;
    overflow: hidden;
  }

  .typeCheckModule ul li .openBox ul li {
    width: 300px;
    height: 60px;
    margin: 0 10px 10px 0;
    text-align: center;
    display: table;
    float: left;
  }

  .typeCheckModule ul li:nth-child(odd) .openBox ul li .btn01 {
    background: #93cbc2;
  }

  .typeCheckModule ul li:nth-child(even) .openBox ul li .btn01 {
    background: #7ba4ca;
  }

  .typeCheckModule ul li .openBox li a {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
  }

  .typeCheckModule ul li .openBox li a.btn01 {
    padding: 0 18px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 20px;
  }

  /*.typeCheckModule ul li .openBox li:nth-child(4) a.btn01{
	font-size:13px;
}*/
  .typeCheckModule ul li .openBox li a.btn01 span {
    font-size: 13px;
    font-weight: normal;
    display: block;
  }

  .typeCheckModule .btn04 {
    width: 330px;
    background: url(../img/common/ico_arrow03.png) no-repeat 95% center;
    background-size: 6px;
    margin: 20px 0 0 0;
    cursor: pointer;
  }

  /*voiceModule strengthsModule
--------------------------------------------*/
  .voiceModule,
  .strengthsModule {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }

  .voiceModule p,
  .strengthsModule p {
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
  }

  .voiceModule .bnr p,
  .strengthsModule .bnr p {
    padding-left: 30px;
  }

  .voiceModule .firstTxt02,
  .strengthsModule .firstTxt02 {
    font-size: 13px;
    text-align: center;
    margin: 10px 0 25px 0;
  }

  /*voiceModule
--------------------------------------------*/
  .voiceModule ul {
    margin-bottom: 40px;
  }

  .voiceModule ul li {
    width: 162px;
    display: inline-block;
    vertical-align: top;
  }

  .voiceModule ul li p {
    height: 40px;
    padding-right: 10px;
    line-height: 20px;
    overflow: hidden;
  }

  .voiceModule ul li img {
    width: 162px;
  }

  /*strengthsModule
--------------------------------------------*/
  .strengthsModule .bnr p {
    height: 40px;
    margin-bottom: 36px;
    overflow: hidden;
  }

  .strengthsModule ul {
    margin-right: -18px;
  }

  .strengthsModule ul li {
    margin-right: 18px;
    width: 246px;
    display: inline-block;
    vertical-align: top;
  }

  .strengthsModule ul li h3 {
    font-size: 12px;
    text-align: left;
  }

  .strengthsModule ul li h3 span {
    margin-right: 6px;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 2px;
  }
  
  /*messageModule
--------------------------------------------*/
  .messageModule {
    margin: 60px -100% 0 -100%;
    padding: 60px 100% 0 100%;
    background: url(../img/common/bg_01.jpg);
    position: relative;
  }

  .messageModule .inner {
    width: 1000px;
  }

  .messageModule .firstTxt01 {
    margin: 20px 0;
  }

  .messageModule .txt {
    width: 648px;
    padding-bottom: 73px;
    font-size: 14px;
    line-height: 26px;
  }

  .messageModule figure {
    position: absolute;
    top: 15px;
    right: 0;
  }

  .messageModule .Gill p {
    position: absolute;
    top: 255px;
    left: 400px;
  }

  .messageModule .btn02 {
    margin: 0 20px 50px 0;
  }

  /*letGoModule
--------------------------------------------*/
  .letGoModule {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
  }

  .letGoModule h2,
  .letGoModule .firstTxt02 {
    text-align: center;
  }

  .letGoModule .firstTxt02 {
    margin: 10px 0 20px 0;
  }

  .letGoModule .sec01,
  .letGoModule .sec02 {
    width: 520px;
    padding: 0 20px 20px 20px;
    display: inline-block;
    vertical-align: top;
    background: #f7f6ed;
    border-top: solid 2px #87c5bb;
  }

  .letGoModule .sec01 h3,
  .letGoModule .sec02 h3 {
    margin: 25px 0;
    text-align: center;
  }

  .letGoModule .sec03 .borderBox,
  .letGoModule .sec04 .borderBox,
  .letGoModule .sec05 .borderBox {
    border: solid 1px #dedede;
  }

  .letGoModule .sec04 .borderBox {
    padding: 25px;
    overflow-x: hidden;
  }

  .letGoModule .sec03 .borderBox .btn03,
  .letGoModule .sec05 .borderBox .btn03 {
    margin-bottom: 25px;
  }

  .letGoModule .sec03 ul,
  .letGoModule .sec05 ul {
    padding: 25px;
    overflow-x: hidden;
  }

  .letGoModule .sec03 ul li .date,
  .letGoModule .sec04 ul li .date,
  .letGoModule .sec05 ul li .date {
    color: #77b7ad;
  }

  .letGoModule .sec04 ul li,
  .letGoModule .sec05 ul li {
    margin-bottom: 10px;
    overflow: hidden;
  }

  .letGoModule .sec04 ul li .date,
  .letGoModule .sec05 ul li .date {
    padding-bottom: 3px;
    display: inline-block;
  }

  /*sec01*/
  .letGoModule .sec01 {
    width: 540px;
    margin-right: 20px;
  }

  .letGoModule .sec01 ul li {
    display: inline-block;
    vertical-align: top;
  }

  .letGoModule .sec01 ul li:nth-child(1) {
    width: 324px;
    margin-right: 10px;
  }

  .letGoModule .sec01 ul li:nth-child(1) figure {
    margin-top: -34px;
  }

  .letGoModule .sec01 ul li:nth-child(2) {
    width: 160px;
  }

  .letGoModule .sec01 ul li p {
    margin-top: 5px;
  }

  .letGoModule .sec01 ul li a .link,
  .letGoModule .sec02 ul li a .link {
    margin-bottom: 5px;
    padding-left: 13px;
    font-size: 16px;
    background: url(../img/common/ico_arrow03.png) no-repeat left 5px;
    background-size: 7px;
  }

  /*sec02*/
  .letGoModule .sec02 ul {
    padding-top: 5px;
    display: flex;
    justify-content: center;
  }

  .letGoModule .sec02 ul li {
    width: 231px;
    display: inline-block;
    vertical-align: top;
  }

  .letGoModule .sec02 ul li:nth-child(1) {
    margin-right: 17px;
  }

  .letGoModule .sec02 ul li img {
    width: 236px;
  }

  .letGoModule .sec02 ul li .txt {
    margin-top: -15px;
  }

  /*sec03*/
  .letGoModule .sec03 {
    width: 480px;
    display: inline-block;
  }

  .letGoModule .sec03 h3 {
    margin: 50px 0 18px 0;
  }

  .letGoModule .sec03 .borderBox {
    height: 890px;
  }

  .letGoModule .sec03 ul {
    height: 810px;
  }

  .letGoModule .sec03 ul li {
    margin-bottom: 20px;
  }

  .letGoModule .sec03 ul li figure {
    width: 160px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
  }

  .letGoModule .sec03 ul li figure img {
    width: 160px;
  }

  .letGoModule .sec03 ul li .cont {
    width: 230px;
    display: inline-block;
    vertical-align: top;
  }

  .letGoModule .sec03 ul li .date {
    font-size: 16px;
  }

  .letGoModule .sec03 ul li .date span {
    margin-right: 8px;
    padding: 0 9px;
    font-size: 12px;
    color: #fff;
    background: #6fb2a7;
    display: inline-block;
  }

  .letGoModule .sec03 ul li h4 {
    margin: 7px 0;
    font-size: 18px;
  }

  .letGoModule .sec03 .btn03 {
    width: 420px;
    margin: 25px 0 0 25px !important;
  }

  /*sec05*/
  .letGoModule .sec05 {
    width: 570px;
    float: right;
    position: relative;
  }

  .letGoModule .sec05 .borderBox {
    height: 360px;
    overflow: scroll;
  }

  .letGoModule .sec05 h3 {
    margin: 76px 0 20px 0;
  }

  .letGoModule .sec04 .btn {
    padding-left: 10px;
    background: url(../img/common/ico_arrow06.png) no-repeat left 7px;
    background-size: 5px;
    float: right;
  }

  .letGoModule .sec05 .borderBox .btn03 {
    width: 250px;
    position: absolute;
    top: 72px;
    right: 0;
  }

  /*sec04*/
  .letGoModule .sec04 {
    width: 270px;
    position: absolute;
    bottom: 0;
    left: 510px;
  }

  .letGoModule .sec04 h3 {
    margin: 76px 0 20px 0;
  }

  .letGoModule .sec04 .borderBox {
    padding: 0;
    height: 435px;
  }

  .letGoModule .sec04 ul {
    padding: 25px;
    height: 353px;
    overflow-y: scroll;
  }

  .letGoModule .sec04 ul li .cat {
    margin-left: 6px;
    padding: 0 30px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    background: #88c4bb;
  }

  .letGoModule .sec04 .btn03 {
    width: 218px;
    margin: 25px 0 0 25px;
  }

  /*sec04*/
  /*.letGoModule .sec04{
	width:570px;
	float:right;
	position:relative;
}
.letGoModule .sec04 .borderBox{
	height:360px;
}
.letGoModule .sec04 h3{
	margin:76px 0 20px 0;
}
.letGoModule .sec04 .btn{
	padding-left:10px;
	background:url(../img/common/ico_arrow06.png) no-repeat left 3px;
	background-size:5px;
	float:right;
}
.letGoModule .sec04 .borderBox .btn03{
	width:250px;
	position:absolute;
	top:72px;
	right:0;
}
*/
  /*sec05*/
  /*.letGoModule .sec05{
	width:270px;
	position:absolute;
	bottom:0;
	left:510px;
}
.letGoModule .sec05 h3{
	margin:76px 0 20px 0;
}
.letGoModule .sec05 .borderBox{
	height:435px;
}
.letGoModule .sec05 ul{
	height:353px;
}
.letGoModule .sec05 ul li .cat{
	margin-left:6px;
	padding:0 30px;
	font-size:12px;
	color:#fff;
	display:inline-block;
	background:#88c4bb;
}
.letGoModule .sec05 .btn03{
	width:218px;
	margin:25px 0 0 25px;
}*/

  /*facebook
--------------------------------------------*/
  .facebook {
    width: 270px;
    height: 480px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  /*form
--------------------------------------------*/
  #contents.form h1 {
    margin: 70px 0;
    font-size: 23px;
    letter-spacing: 2px;
  }

  #contents.form h2 {
    margin: 0 0 30px -20px;
    padding-left: 22px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
  }

  #contents.form h2 span {
    font-size: 16px;
  }

  #contents.form h2:before {
    width: 6px;
    height: 30px;
  }

  #contents.form section {
    width: 676px;
    margin: 0 auto;
  }

  /*countBox*/
  #contents.form .countBox {
    width: 150px;
    height: 120px;
    padding-top: 28px;
    top: 110px;
  }

  #contents.form .countBox:before,
  #contents.form .countBox:after {
    width: 150px;
  }

  #contents.form .countBox h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #contents.form .countBox p span {
    padding: 0 10px;
    font-size: 40px;
  }

  #contents.form p.txt {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
  }

  #contents.form .txtList {
    margin: 0 0 25px 12px;
  }

  #contents.form ul li {
    font-size: 16px;
    line-height: 28px;
  }

  #contents.form table tr th {
    width: 192px;
    margin-top: 10px;
    padding-right: 60px;
    font-size: 16px;
    vertical-align: top;
    position: relative;
  }

  #contents.form table tr td ul {
    width: 460px;
  }

  #contents.form em {
    margin-right: 20px;
    padding: 0 4px 0 5px;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
  }

  #contents.form table select {
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }

  #contents.form table .mini select {
    width: 70px;
  }

  #contents.form input {
    font-size: 16px;
  }

  #contents.form input[type="text"],
  #contents.form input[type="email"] {
    height: 40px;
    line-height: 40px;
  }

  #contents.form table input[type="text"]#datem,
  #contents.form table input[type="text"]#dated,
  #contents.form table input[type="text"]#datet,
  #contents.form table input[type="text"]#datet2 {
    width: 50px;
    margin-top: 5px;
  }

  #contents.form textarea {
    width: 460px !important;
  }

  /*formCourseModule
--------------------------------------------*/
  #contents.form .formCourseModule table tr th {
    padding-top: 10px;
    vertical-align: top;
  }

  #contents.form .formCourseModule table tr th em {
    top: 10px;
  }

  #contents.form .formCourseModule table .date > div {
    display: inline-block;
  }

  #contents.form .formCourseModule table .field,
  #contents.form .formCourseModule table .smOpen {
    margin-bottom: 40px;
  }

  #contents.form .formCourseModule table .smOpen .field {
    margin-bottom: 20px;
  }

  #contents.form .formCourseModule table .field .course {
    margin-bottom: 10px;
  }

  #contents.form .formCourseModule table .field .course select {
    width: 480px;
  }

  #contents.form .formCourseModule table .field .date select {
    width: 90px;
  }

  #contents.form .formCourseModule table .field .date .item02 {
    float: right;
  }

  #contents.form .formCourseModule table input {
    width: 422px;
    margin-left: 10px;
  }

  /*formInfoModule
--------------------------------------------*/
  .formInfoModule {
    margin-bottom: 50px !important;
  }

  .formInfoModule table {
    margin-bottom: 50px !important;
  }

  .formInfoModule table tr {
    padding: 10px;
    border-bottom: solid 2px #dbedea;
    display: block;
  }

  .formInfoModule table tr.noborder .formQuestModule {
    margin: 4px 0 20px 0 !important;
  }

  .formInfoModule table th,
  .formInfoModule table td {
    display: inline-block;
  }

  .formInfoModule table td {
    width: 460px;
    font-size: 16px;
  }

  .formInfoModule table td input[type="text"],
  .formInfoModule table td input[type="email"] {
    width: 460px;
    padding-left: 10px;
  }

  #contents.form
    .formInfoModule
    .wpcf7-form-control-wrap.your-email_confirm
    input[type="email"] {
    margin-top: 8px;
  }

  #contents.form .formInfoModule table .address .short input {
    margin: 0 10px;
    width: 170px;
  }

  #contents.form .formInfoModule table .date select {
    margin-bottom: 8px;
  }

  #contents.form .formInfoModule table .date.other select {
    margin-bottom: 0 !important;
  }

  #contents.form .formInfoModule table .address input,
  #contents.form .formInfoModule table .space input {
    margin: 10px 0 0 0;
  }

  #contents.form .formInfoModule table .address select {
    width: 160px;
  }

  #contents.form table select {
    font-size: 16px;
  }

  #contents.form .formInfoModule table .space {
    margin-left: 20px;
    display: inline-block;
  }

  .formInfoModule input[type="radio"] {
    margin: 10px 0;
  }

  /*formInfoModule*/
  .formInfoModule .course .txt {
    width: 82px !important;
    display: inline-block;
  }

  .formInfoModule .course input {
    width: 375px !important;
    margin-bottom: 8px;
  }

  /*formInfoModule works
--------------------------------------------*/
  .formInfoModule.works td > div {
    margin-bottom: 15px;
  }

  .formInfoModule.works td > div.item01 > span {
    padding-right: 30px;
  }

  .formInfoModule.works select {
    width: 90px;
    margin: 0 5px;
  }

  .formInfoModule.works td > div.item03 select {
    width: 50px;
  }

  .formInfoModule.works td > div.item04 {
    margin-bottom: 0;
  }

  .formInfoModule.works input[type="radio"] {
    margin: 0 5px;
  }

  .formInfoModule.works textarea {
    width: 100%;
    max-width: 100%;
    margin-top: 2px;
  }

  /*formConfModule
--------------------------------------------*/
  .formConfModule table {
    width: 676px !important;
    margin: 0 0 50px 0;
  }

  .formConfModule table tr,
  .formConfModule table tr th,
  .formConfModule table tr td,
  .formConfModule table tr td input[type="text"] {
    display: block;
    width: 100%;
  }

  .formConfModule table tr {
    padding: 0 15px 15px 15px;
    border-bottom: solid 2px #dbedea;
  }

  .formConfModule table tr th {
    width: 676px !important;
    font-size: 13px;
    line-height: 22px;
  }

  .formConfModule table tr ul li p {
    padding-left: 20px;
    display: inline-block;
  }

  .formConfModule .itemBox p input[type="checkbox"] {
    top: 6px !important;
  }

  .formConfModule .itemBox > ul li input[type="radio"],
  .formConfModule .itemBox > ul li input[type="checkbox"] {
    position: absolute;
    top: 6px;
    left: 0;
  }

  #contents.form .formConfModule textarea {
    width: 100% !important;
  }

  /*itemBox*/
  .formConfModule .itemBox {
    padding: 0 15px 18px 15px;
  }

  #contents.form .formConfModule .itemBox h3 {
    margin: 15px 0;
    font-size: 16px;
  }

  /*formQuestModule
--------------------------------------------*/
  .formQuestModule {
    margin-bottom: 50px !important;
  }

  .formQuestModule h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .formQuestModule ul {
    padding: 20px 30px;
  }

  .formQuestModule ul li {
    min-height: 30px !important;
    margin: 0;
    padding-left: 20px;
  }

  .formQuestModule ul li input[type="text"] {
    width: 400px;
  }

  /*checkbox*/
  input[type="checkbox"] + label::before {
    top: 8px;
  }

  input[type="checkbox"]:checked + label::after {
    margin-top: -7px;
  }

  .formQuestModule ul li input[type="checkbox"] {
    top: 8px;
  }

  /*formQuestModule 2
--------------------------------------------*/
  .formInfoModule .formQuestModule {
    margin-bottom: 0;
  }

  .formInfoModule .formQuestModule ul li input[type="text"] {
    width: 373px;
    height: 30px !important;
    line-height: 30px !important;
  }

  /*formPrivacyModule
--------------------------------------------*/
  .formPrivacyModule {
    width: 826px !important;
  }

  .formPrivacyModule .checkBox {
    margin-bottom: 30px;
    position: relative;
  }

  .formPrivacyModule .checkBox input[type="checkbox"] + label::before {
    top: 5px;
  }

  .formPrivacyModule .checkBox input[type="checkbox"] {
    margin-bottom: -2px;
  }

  .formPrivacyModule .checkBox p {
    font-weight: bold;
    padding-left: 50px;
  }

  .formPrivacyModule .checkBox p label {
    cursor: pointer;
  }

  .formPrivacyModule .checkBox p em {
    margin-top: -11px;
  }

  .formPrivacyModule em {
    position: static !important;
  }

  /*sendingDestinationModule*/
  .sendingDestinationModule {
    width: 716px !important;
    margin-bottom: 50px !important;
  }

  .sendingDestinationModule .checkBox {
    text-align: center;
    font-size: 14px;
  }

  .sendingDestinationModule .checkBox input[type="checkbox"] {
    margin: 0 3px -2px 0;
  }

  .sendingDestinationModule .checkBox p {
    padding-left: 20px;
    display: inline-block;
  }

  .sendingDestinationModule .formInfoModule {
    margin-bottom: 30px !important;
  }

  .sendingDestinationModule .formInfoModule table {
    margin-bottom: 0 !important;
  }

  /*checkList*/
  .formInfoModule table td.checkList {
    width: 440px !important;
    margin-top: 10px;
  }

  .formInfoModule table td.checkList span {
    font-size: 16px;
    line-height: 22px;
  }

  .formInfoModule table td.checkList span.txt06 input {
    width: 440px;
  }

  .formInfoModule table td.checkList.otherList span.wpcf7-list-item {
    margin-right: 10px;
    display: inline-block;
  }

  .formInfoModule table td.checkList.otherList input {
    margin: 0 0 0 0;
  }

  .formInfoModule table td.checkList .wpcf7-list-item-label {
    cursor: pointer;
  }

  /* !formBtn submit*/
  .submit {
    width: 676px;
    margin: 0 auto 50px auto;
    text-align: center;
  }

  .submit #wpcf7-modify,
  .submit .syuseiBtn,
  .submit .wpcf7-form-control.wpcf7-submit {
    width: 328px;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
  }

  .submit .wpcf7-form-control.wpcf7-submit {
    margin-left: 10px;
  }

  .submit #wpcf7-modify,
  .submit .syuseiBtn {
    margin: 0 10px 0 0;
  }

  /*formPrivacyModule*/
  .formPrivacyModule .checkBox {
    position: relative;
  }

  .formPrivacyModule em {
    top: 26px !important;
  }

  /* !form index
---------------------------------------------------------- */
  #contents.form.index article {
    width: auto;
  }

  /* !formLinkModule
---------------------------------------------------------- */
  .formLinkModule {
    width: auto !important;
    background: url(../img/common/bg_form01_pc.jpg) no-repeat #fff5e7;
    background-size: 100%;
  }

  .formLinkModule h1 {
    margin: 0 0 30px 0 !important;
    padding: 70px 0 30px 0;
    color: #595656 !important;
    position: relative;
  }

  .formLinkModule h1:after {
    width: 80px;
    height: 3px;
    margin-left: -40px;
    bottom: 0;
  }

  .formLinkModule p.txt {
    margin-bottom: 36px !important;
    font-size: 14px;
    line-height: 26px;
  }

  .formLinkModule p.txt.yu-mincho {
    margin-top: -20px;
    font-size: 16px;
  }

  .formLinkModule ul {
    width: 820px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .formLinkModule ul li {
    display: inline-block;
  }

  .formLinkModule ul li .btn01 {
    width: 400px;
  }

  .formLinkModule ul li:nth-child(odd) .btn01 {
    margin: 0 10px 20px 0;
  }

  .formLinkModule ul li:nth-child(even) .btn01 {
    margin: 0 0 20px 10px;
  }

  /* !downloadModule
---------------------------------------------------------- */
  .downloadModule {
    width: 820px !important;
  }

  .downloadModule h2 {
    padding: 0 5px 10px 5px !important;
    margin: 45px 0 20px 0 !important;
    background: url(../img/common/bg_02.png) repeat-x left bottom;
  }

  .downloadModule ul {
    margin-left: 20px;
  }

  .downloadModule ul li {
    display: inline-block;
    margin-right: 20px;
  }

  .downloadModule ul li p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #007e65;
  }

  .downloadModule ul li .btn02 {
    width: 380px;
    font-size: 16px;
  }

  .downloadModule ul li .btn02 img {
    padding-right: 20px;
  }

  /* !contactBoxModule
---------------------------------------------------------- */
  .contactBoxModule {
    width: 862px !important;
    margin: 30px auto 40px auto !important;
    padding: 25px;
    border: solid 6px #efede5;
  }

  .contactBoxModule p {
    /*margin-right:7px;*/
    display: inline-block;
    font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  .contactBoxModule img {
    margin-top: -5px;
  }

  .contactBoxModule .FAX {
    padding: 0 60px 25px 60px;
    margin-bottom: 20px;
    border-bottom: solid 2px #efede5;
  }

  .contactBoxModule .TEL {
    padding: 0 20px 5px 20px;
    position: relative;
  }

  .contactBoxModule .btn01 {
    width: 170px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    top: -3px;
    background: #87c5bb;
  }

  .contactBoxModule .btn01:after {
    width: 0 !important;
  }

  .contactBoxModule .btn01 img {
    width: auto;
    height: 30px;
    padding: 0 8px;
  }

  /* !mainTit01Module
---------------------------------------------------------- */
  .mainTit01Module,
  .mainTit02Module {
    margin-top: 40px;
    background-size: cover !important;
  }

  .mainTit01Module h1 {
    padding-top: 75px;
  }

  #contents.homestudy .mainTit01Module h1 {
    padding-top: 50px;
  }

  .mainTit01Module {
    height: 200px;
  }

  .mainTit01Module .ico,
  .mainTit02Module .ico {
    margin-left: -540px;
    left: 50%;
  }

  .mainTit01Module.other {
    width: 100%;
    display: table;
  }

  .mainTit01Module.other .icoTit {
    height: 200px;
    display: table-cell;
    vertical-align: middle;
  }

  .mainTit01Module.other h1 {
    width: 530px;
    margin: 0 auto;
    padding: 0 0 10px 0;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 2px;
    border-bottom: solid 2px #d8d5d1;
  }

  .mainTit01Module.other ul.catIco {
    margin: 10px -15px 0 0;
  }

  .mainTit01Module.other ul.catIco li {
    margin-right: 15px;
    display: inline-block;
  }

  .mainTit01Module.other ul.catIco li img {
    width: auto;
    height: 28px;
  }
  .access_osaka .mainTit01Module h1 {
    width: 220px;
    margin: 0 auto;
    padding-top: 60px;
  }
  .access_osaka .mainTit01Module h1 img {
    width: 100%;
  }

  /* !mainTit02Module
---------------------------------------------------------- */
  .mainTit02Module {
    height: 310px;
  }

  .mainTit02Module.other h1 {
    width: 530px;
    padding: 30px 10px;
    font-size: 23px;
    line-height: 35px;
    position: relative;
  }

  .mainTit02Module.other h1 span {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  /* !strengths
---------------------------------------------------------- */
  #contents.strengths .mainTit02Module {
    background: url(../img/strengths/bg_point01_pc.jpg) no-repeat center;
  }

  /* !strengths
---------------------------------------------------------- */
  #contents.support .mainTit02Module {
    background: url(../img/support/bg_support01_pc.jpg) no-repeat center;
  }

  /* !aromablog
---------------------------------------------------------- */
  #contents.aromablog .mainTit01Module {
    height: 310px;
    background: url(../img/aromablog/bg_aromablog01_pc.jpg) no-repeat center;
  }

  #contents.aromablog .mainTit01Module h1 {
    padding-top: 125px;
  }

  /* !soleil_info
---------------------------------------------------------- */
  #contents.soleil_info .mainTit02Module {
    background: url(../img/soleil_info/bg_soleil_info01_pc.jpg) no-repeat center;
  }

  #contents.soleil_info h2 {
    padding: 20px 0 10px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }

  #contents.soleil_info .mainTit02Module .badge {
    position: absolute;
    width: 200px;
    z-index: 20;
    bottom: -97px;
    right: 98px;
  }

  #contents.soleil_info .mainTit02Module .badge img {
    width: 100%;
  }

  /* !course */
  #contents.course .mainTit02Module h1.bgTxt:after {
    content: "";
    display: inline-block;
    position: absolute;
  }

  /*aroma*/
  #contents.aroma .mainTit02Module {
    background: url(../img/course_aroma/bg_course_aroma01_pc.jpg) no-repeat
      center;
  }

  #contents.aroma .mainTit02Module h1.bgTxt:after {
    width: 201px;
    height: 85px;
    background: url(../img/course_aroma/txt_course_aroma01_pc.png) no-repeat;
    top: -10px;
    right: -140px;
  }

  /*aeaj*/
  #contents.aeaj .mainTit02Module {
    background: url(../img/course_aeaj/bg_course_aeaj01_pc.jpg) no-repeat center;
  }

  #contents.aeaj .mainTit02Module h1.bgTxt:after {
    width: 280px;
    height: 74px;
    background: url(../img/course_aeaj/txt_course_aeaj01_pc.png) no-repeat;
    top: 45px;
    right: -230px;
  }

  /*aromalifeplanner*/
  #contents.aromalifeplanner .mainTit02Module {
    background: url(../img/course_aromalifeplanner/bg_course_aromalifeplanner01_pc.jpg)
      no-repeat center;
  }

  #contents.aromalifeplanner .mainTit02Module h1.bgTxt:after {
    width: 280px;
    height: 86px;
    background: url(../img/course_aromalifeplanner/txt_course_aromalifeplanner01_pc.png)
      no-repeat;
    top: 29px;
    right: -230px;
  }

  /*aromacraft*/
  #contents.aromacraft .mainTit02Module {
    background: url(../img/course_aromacraft/bg_course_aromacraft01_pc.jpg)
      no-repeat center;
  }

  #contents.aromacraft .mainTit02Module h1.bgTxt:after {
    width: 280px;
    height: 106px;
    background: url(../img/course_aromacraft/txt_course_aromacraft01_pc.png)
      no-repeat;
    top: 4px;
    right: -200px;
  }

  /*bodycare*/
  #contents.bodycare .mainTit02Module {
    background: url(../img/course_bodycare/bg_course_bodycare01_pc.jpg)
      no-repeat center;
  }

  #contents.bodycare .mainTit02Module h1.bgTxt:after {
    width: 280px;
    height: 86px;
    background: url(../img/course_bodycare/txt_course_bodycare01_pc.png)
      no-repeat;
    top: 29px;
    right: -230px;
  }

  /*jamha*/
  #contents.jamha .mainTit02Module {
    background: url(../img/course_jamha/bg_course_jamha01_pc.jpg) no-repeat
      center;
  }

  #contents.jamha .mainTit02Module h1.bgTxt:after {
    width: 280px;
    height: 86px;
    background: url(../img/course_jamha/txt_course_jamha01_pc.png) no-repeat;
    top: 6px;
    right: -234px;
  }

  /*mld*/
  #contents.mld .mainTit02Module {
    background: url(../img/mld/bg_mld01_pc.jpg) no-repeat center;
  }

  #contents.mld .mainTit02Module h1.bgTxt:after {
    width: 280px;
    height: 86px;
    background: url(../img/mld/txt_mld01_pc.png) no-repeat;
    top: 55px;
    right: -215px;
  }

  /*ifpa*/
  #contents.ifpa .mainTit02Module {
    background: url(../img/course_ifpa/bg_course_ifpa01_pc.jpg) no-repeat center;
  }

  #contents.ifpa .mainTit02Module h1.bgTxt:after {
    width: 280px;
    height: 86px;
    background: url(../img/course_ifpa/txt_course_ifpa01_pc.png) no-repeat;
    top: 30px;
    right: -215px;
  }

  /*cibtac*/
  #contents.cibtac .mainTit02Module {
    background: url(../img/course_cibtac/bg_course_cibtac01_pc.jpg) no-repeat
      center;
  }

  #contents.cibtac .mainTit02Module h1 {
    width: 590px;
  }

  #contents.cibtac .mainTit02Module h1.bgTxt:after {
    width: 280px;
    height: 86px;
    background: url(../img/course_cibtac/txt_course_cibtac01_pc.png) no-repeat;
    top: -12px;
    right: -215px;
  }

  /* !freeBriefingModule
---------------------------------------------------------- */
  .freeBriefingModule .left {
    width: 500px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
  }

  .freeBriefingModule .left p {
    font-size: 14px;
    line-height: 30px;
  }

  .freeBriefingModule figure.pic {
    display: inline-block;
    vertical-align: top;
  }

  .freeBriefingModule figure.pic img {
    width: 540px;
    height: auto;
  }

  .freeBriefingModule .info .txtArea,
  .openSchoolModule .txtArea {
    margin: 15px 0 20px 0;
    padding: 15px;
    background: #f1f1f1;
    position: relative;
  }

  .freeBriefingModule .info .txtArea {
    padding-bottom: 35px;
  }

  .freeBriefingModule .info .txtArea p,
  .openSchoolModule .txtArea p {
    font-size: 16px;
  }

  .freeBriefingModule .info .txtArea span,
  .openSchoolModule .txtArea span {
    font-size: 14px;
    display: inline-block;
  }

  .freeBriefingModule .info .txtArea .right,
  .openSchoolModule .txtArea .right {
    position: absolute;
    top: 40px;
    right: 15px;
  }

  .openSchoolModule .txtArea .right {
    top: 0px;
  }

  .openSchoolModule .scheduleModule {
    clear: both;
    padding: 20px 0 0;
  }

  .openSchoolModule .txtArea .txtAreaIn01 {
    padding: 0 0 10px;
    width: 100%;
  }

  .openSchoolModule .txtArea .txtAreaIn02 {
    position: relative;
    width: 100%;
  }

  /* !ScheduleModule
---------------------------------------------------------- */
  .scheduleModule h3 {
    margin: 40px 0 20px 0;
    font-size: 18px;
  }

  /* !ScheduleModule
---------------------------------------------------------- */
  .scheduleModule .kyoto,
  .scheduleModule .oosaka {
    margin: 0;
    padding: 20px 60px 60px 60px;
    position: relative;
  }

  .scheduleModule ul.tab li {
    font-size: 16px;
  }

  .scheduleModule ul.tab li.active {
    padding: 10px 0;
  }

  .scheduleModule .txt {
    /*	margin-top:20px;*/
  }

  .scheduleModule .btn02 {
    width: 150px !important;
    margin-left: 10px;
    line-height: 30px;
    position: absolute;
    top: 30px;
    right: 60px;
  }

  .scheduleModule .btn02.prev {
    line-height: 30px;
    position: absolute;
    top: 30px;
    right: 220px;
  }

  .scheduleModule .btn02:after {
    right: 8px;
  }

  .scheduleModule .btn02.prev:after {
    background: url(../img/common/ico_arrow09.png) no-repeat;
    background-size: 5px;
    left: 8px;
  }

  /*graph*/
  .scheduleModule .graph {
    width: 960px;
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    color: #595656;
  }

  .scheduleModule .graph td {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    border-top: 3px solid #fff;
    background: #87c5bb;
    border-right: 3px solid #fff;
  }

  .scheduleModule .graph td a {
    font-size: 14px;
  }

  .scheduleModule .graph td.goto09 {
    width: 50px;
    padding: 5px 0;
    background: #f1f1f1;
  }

  .scheduleModule .graph td.goto13 {
    background: #cccccc;
    color: #999999;
  }

  .scheduleModule .graph td.goto10 {
    color: #fff;
  }

  .scheduleModule .graph a {
    display: block;
    padding: 5px;
  }

  .scheduleModule .graph a:link,
  .scheduleModule .graph a:visited {
    color: #fff;
    text-decoration: none;
  }

  .scheduleModule .graph a:hover {
    background: #007e65;
  }

  /* !openSchoolModule
---------------------------------------------------------- */
  .openSchoolModule {
    padding: 20px;
  }

  .openSchoolModule .inner {
    width: auto;
    padding: 35px;
    border: solid 8px #fff;
  }

  .openSchoolModule h2 {
    margin-bottom: 20px;
  }

  .openSchoolModule .left {
    width: 518px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
  }

  .openSchoolModule .left p.txt {
    font-size: 14px;
    line-height: 2;
  }

  .openSchoolModule p.txt2 {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 10px;
  }

  .openSchoolModule .inner02 p.txt {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 10px;
  }

  .openSchoolModule .pic {
    display: inline-block;
    vertical-align: top;
    width: 390px;
    float: right;
  }

  .openSchoolModule .pic img {
    width: 100%;
  }

  .openSchoolModule .pic02 {
    display: inline-block;
    vertical-align: top;
    width: 390px;
    float: right;
  }

  .openSchoolModule .pic02 img {
    width: 100%;
  }

  .openSchoolModule .inner02 {
    width: 100%;
    overflow: hidden;
    padding: 35px;
    border: solid 8px #fff;
  }

  .openSchoolModule .inner02 .txt {
    display: block;
    padding: 0 0 20px;
  }

  .openSchoolModule .inner02 {
    padding: 35px 35px 0;
    position: relative;
    min-height: 385px;
  }

  .openSchoolModule .inner02 h2 {
    display: block;
    float: left;
    width: 490px;
  }

  .openSchoolModule .inner02 p.txt {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 10px;
    float: left;
    width: 490px;
  }

  .openSchoolModule .inner02 .pic02 {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 390px;
    height: 298px;
  }

  .openSchoolModule .inner02 .btn02 {
    clear: both;
    float: left;
  }

  /* !scheduleModule
---------------------------------------------------------- */
  .openSchoolModule .txt {
    font-size: 14px;
  }

  .openSchoolModule .scheduleModule .graph td {
    border-top: 3px solid #f2efe9;
    border-right: 3px solid #f2efe9;
  }

  .openSchoolModule .scheduleModule .graph td.goto09 {
    background: #fff;
  }

  /* !relationNavModule
---------------------------------------------------------- */
  .relationNavModule {
    margin: 50px -100% 0 -100%;
    padding: 0 100%;
    background: #e0f4f1;
    font-size: 0;
  }

  .relationNavModule ul {
    width: 1081px;
    margin: 0 0 40px 0;
    padding: 50px 0;
  }

  #contents.aromablog .relationNavModule ul,
  #contents.faq .relationNavModule ul,
  #contents.mama .relationNavModule ul,
  #contents.soleil_info .relationNavModule ul {
    margin-left: -60px;
  }

  .relationNavModule ul li {
    width: 340px;
    margin-right: 30px;
    display: inline-block;
    background: #fff;
    border-top: solid 3px #87c5bb;
  }

  .relationNavModule ul li:nth-child(3) {
    margin: 0;
  }

  .relationNavModule ul li h3 {
    padding: 13px 0 13px 32px;
    font-size: 16px;
    background: url(../img/common/ico_arrow03.png) no-repeat 20px center;
    background-size: 5px;
  }

  .relationNavModule ul li p.txt {
    padding: 0 19px 20px 18px;
    font-size: 12px;
  }

  /* !category01Module
---------------------------------------------------------- */
  .category01Module ul {
    width: 860px;
    margin: 30px auto;
  }

  .category01Module ul li {
    margin: 0 0 10px 10px;
    padding: 6px 20px 6px 40px;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  .category01Module ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }

  /* !category02Module
---------------------------------------------------------- */
  .category02Module {
    /*width:781px;*/
    width: 1080px;
    margin: 0 auto;
    text-align: center;
  }

  .category02Module ul {
    margin: 60px 0;
    text-align: left;
    display: inline-block;
  }

  .category02Module ul li {
    width: 97px;
    line-height: 40px;
    border: solid 2px #d8d5d1;
    border-left: none;
    text-align: center;
  }

  .category02Module ul li a {
    line-height: 40px;
  }

  .category02Module ul li:nth-child(n + 12) {
    border-top: none;
  }

  .category02Module ul li:nth-child(12n),
  .category02Module ul li:first-child {
    border-left: solid 2px #d8d5d1;
  }

  /* !category03Module
---------------------------------------------------------- */
  .category03Module {
    width: 960px;
    margin: 30px auto;
  }

  .category03Module > ul > li {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .category03Module > ul > li:first-child span {
    border-left: solid 2px #88c4bb;
  }

  .category03Module ul li span {
    height: 34px;
    line-height: 30px;
    border: solid 2px #88c4bb;
    border-left: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
  }

  .category03Module ul li.select span {
    color: #fff;
    background: #007e65;
  }

  .category03Module ul li span:hover {
    background: #a6dfd6;
  }

  .category03Module ul li.select span:hover {
    background: #007e65;
  }

  .category03Module > ul > li:first-child ul {
    width: 192px;
    margin: 0;
  }

  .category03Module > ul > li ul {
    width: 194px;
    margin: 0 0 0 -2px;
    padding: 5px 0;
    background: rgba(229, 246, 243, 0.9);
    border: solid 2px #88c4bb;
    border-top: none;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 999;
  }

  .category03Module > ul > li ul li a {
    width: 100%;
    padding: 10px 10px 10px 30px;
    background: url(../img/common/ico_arrow06.png) no-repeat 15px center;
    display: inline-block;
    background-size: 6px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
  }

  .category03Module > ul > li ul li:hover {
    background: url(../img/common/ico_arrow06.png) no-repeat 15px center #a6dfd6;
    background-size: 6px;
  }

  .category03Module > ul > li ul li a:hover,
  .category03Module > ul > li ul li:hover a {
    color: #007e65;
    text-decoration: underline;
  }

  /* !category04Module
---------------------------------------------------------- */
  .category04Module {
    width: 982px;
    display: block;
    margin: 0 auto;
  }

  .category04Module ul {
    margin: 10px 0 30px 0;
    text-align: center;
  }

  .category04Module ul li {
    display: inline-block;
    margin: 22px 0 0 58px;
    height: 27px;
    position: relative;
  }

  .category04Module ul a {
    color: #007e65;
    font-size: 13px;
    border-bottom: solid 2px #f1f1f1;
    padding-bottom: 8px;
    display: inline-block;
  }

  .category04Module ul li:before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #007e65 url(../img/common/ico_arrow05.png) no-repeat center;
    background-size: 11px;
    position: absolute;
    top: 0;
    left: -31px;
  }

  .category04Module ul li:first-child {
    margin-left: 31px;
  }

  /* !courseListModule
---------------------------------------------------------- */
  .courseListModule {
    margin: 0 -100%;
    padding: 60px 100% 0 100%;
    background: url(../img/common/bg_01.jpg);
  }

  .courseListModule > ul {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .courseListModule > ul > li {
    padding-bottom: 30px;
    border-bottom: solid 2px #d8d5d1;
  }

  .courseListModule > ul > li figure {
    width: 240px;
    height: 176px;
    display: inline-block;
    vertical-align: top;
  }

  .courseListModule ul li .right {
    width: 695px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
  }

  .courseListModule > ul > li h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .courseListModule > ul > li .qualification {
    margin-bottom: 10px;
  }

  .courseListModule > ul > li .qualification .tit {
    font-size: 12px;
    vertical-align: top;
  }

  .courseListModule ul li .qualification ul {
    width: 580px;
    margin: 0 0 0 5px;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
  }

  .courseListModule > ul > li .txt {
    line-height: 24px;
  }

  .courseListModule > ul > li .btn02 {
    width: 246px;
    height: 34px;
    line-height: 30px;
    float: right;
  }

  /*interest*/
  #contents.interest .courseListModule {
    padding-top: 0;
  }

  #contents.interest .courseListModule h2 {
    padding: 60px 0 50px 0;
    font-size: 24px;
  }

  #contents.interest .courseListModule h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  /* !freeExplanatoryBnr MLDBnr
---------------------------------------------------------- */
  .freeExplanatoryBnr,
  .MLDBnr {
    margin: 40px 0;
    text-align: center;
  }

  /* !lessonAboutModule
---------------------------------------------------------- */
  .lessonAboutModule {
    width: 960px;
    margin: 40px auto 50px auto;
  }

  .lessonAboutModule p {
    width: 184px;
    height: 114px;
    padding-top: 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    background: #7ba4ca;
  }

  .lessonAboutModule p.flg {
    background-image: none !important;
  }

  .lessonAboutModule ul {
    width: 776px;
    padding: 18px 40px 8px 40px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/common/bg_01.jpg);
    border: solid 2px #7ba4ca;
  }

  .lessonAboutModule ul li {
    width: 230px;
    margin-bottom: 10px;
    min-height: 28px;
    padding: 0 0 0 45px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
  }

  .lessonAboutModule ul li:first-child {
    background: url(../img/common/ico_course01.png) no-repeat 10px center;
    background-size: auto 28px;
  }

  .lessonAboutModule ul li:nth-child(2) {
    background: url(../img/common/ico_course02.png) no-repeat 0px center;
    background-size: auto 28px;
  }

  .lessonAboutModule ul li:nth-child(3) {
    background: url(../img/common/ico_course03.png) no-repeat 10px center;
    background-size: auto 28px;
  }

  .lessonAboutModule ul li:nth-child(4) {
    line-height: 28px;
    background: url(../img/common/ico_course04.png) no-repeat 4px center;
    background-size: auto 28px;
  }

  .lessonAboutModule ul li:nth-child(5) {
    line-height: 28px;
    background: url(../img/common/ico_course05.png) no-repeat 15px center;
    background-size: auto 28px;
  }

  /* !lessonListModule
---------------------------------------------------------- */
  .lessonListModule {
    width: 960px;
    margin: 0 auto;
  }

  .lessonListModule ul {
    margin-bottom: 5px;
  }

  .lessonListModule ul li {
    margin-bottom: 40px;
  }

  .lessonListModule ul li a {
    display: block;
  }

  .lessonListModule ul li .date {
    margin-bottom: 22px;
    padding-left: 70px;
    font-size: 24px;
    line-height: 56px;
  }

  .lessonListModule ul li .date span {
    padding: 20px 10px;
    font-size: 12px;
  }

  .lessonListModule ul li ul li img {
    height: 28px;
  }

  .lessonListModule ul li figure {
    width: 280px;
    height: 200px;
    overflow: hidden;
  }

  .lessonListModule ul li figure img {
    width: 100%;
  }

  .lessonListModule ul li .lessonDetail {
    width: 640px;
    margin-left: 20px;
  }

  .lessonListModule ul li .lessonDetail h2 {
    font-size: 18px;
  }

  .lessonListModule ul li .lessonDetail .txt {
    margin: 20px 0 40px 0;
  }

  .lessonListModule ul li .btn02 {
    width: 200px;
    height: 34px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .lessonListModule.small > ul > li {
    width: 460px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .lessonListModule.small > ul > li:nth-child(odd) {
    margin-right: 40px;
  }

  .lessonListModule.small > ul > li:last-child,
  .lessonListModule.small > ul > li:nth-last-child(2) {
    margin-bottom: 0 !important;
  }

  .lessonListModule.small > ul > li figure {
    width: 200px;
    height: 138px;
  }

  .lessonListModule.small ul li .lessonDetail {
    width: 230px;
    margin-left: 20px;
  }

  .lessonListModule.small ul li .btn02 {
    float: none;
    position: absolute;
    left: 0;
    bottom: 36px;
  }

  /* !txtArea01Module
---------------------------------------------------------- */
  .txtArea01Module {
    margin-top: 60px;
    position: relative;
  }

  .txtArea01Module .firstTxt01 {
    margin: 60px 0 !important;
    text-align: center;
    line-height: 38px;
  }

  .txtArea01Module figure {
    width: 470px;
    height: 310px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }

  .txtArea01Module figure img {
    width: 100%;
  }

  .txtArea01Module .right {
    width: 470px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
  }

  .txtArea01Module .right .txt {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
  }

  .txtArea01Module dl {
    margin-bottom: 50px !important;
    padding-bottom: 0 !important;
  }

  .txtArea01Module dl dt {
    width: 110px;
    padding-left: 10px;
    font-size: 15px;
  }

  .txtArea01Module dl dd {
    width: 345px;
    line-height: 20px;
  }

  .txtArea01Module dl dd span {
    margin-bottom: 6px;
    font-size: 28px;
  }

  .txtArea01Module dl dt,
  .txtArea01Module dl dd {
    margin-top: 20px;
    padding: 20px 0;
    line-height: 18px;
  }

  /*recruit_info*/
  #contents.recruit_info .txtArea01Module .firstTxt01 {
    margin-bottom: 0 !important;
  }

  #contents.recruit_info .txtArea01Module .leadTxt {
    margin: 30px 0 !important;
  }

  /* !txtArea01Module
---------------------------------------------------------- */
  .txtArea01Module .txt {
    margin: 0 0 60px 0;
    font-size: 15px;
    line-height: 28px;
  }

  .txtArea01Module h2 {
    font-size: 15px;
    font-weight: bold;
    color: #007e65;
  }

  .txtArea01Module .list {
    width: 460px;
    display: inline-block;
    vertical-align: top;
  }

  .txtArea01Module .list.left {
    margin-right: 40px;
  }

  .txtArea01Module .list dl {
    margin-top: 5px;
  }

  .txtArea01Module .list dl dt,
  .txtArea01Module .list dl dd {
    margin-top: 0;
  }

  .txtArea01Module dl dd span {
    font-size: 20px;
    line-height: 26px;
  }

  .txtArea01Module dl dd span.size01 {
    margin-bottom: -1px;
    padding: 0 6px;
    font-size: 28px;
    display: inline-block !important;
  }

  #contents.course .txtArea01Module figure.picLine {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  /*aroma　aromacraft　jamha*/
  #contents.course.aroma .txtArea01Module p.txt,
  #contents.course.aromacraft .txtArea01Module p.txt,
  #contents.course.bodycare .txtArea01Module p.txt,
  #contents.course.jamha .txtArea01Module p.txt,
  #contents.course.ifpa .txtArea01Module p.txt,
  #contents.mld .txtArea01Module .txt {
    width: 460px;
    margin: 0 40px 0 0;
    display: inline-block;
    vertical-align: top;
  }

  #contents.course.cibtac .txtArea01Module p.txt {
    width: 469px;
    margin: 0 31px 0 0;
    display: inline-block;
    vertical-align: top;
  }

  /*mld*/
  #contents.mld .txtArea01Module dl {
    margin-bottom: 38px !important;
  }

  #contents.mld .txtArea01Module .attentionBox {
    width: 460px;
    position: absolute;
    top: 329px;
    left: 0;
  }

  #contents.mld .txtArea01Module .attentionBox.first {
    top: 146px;
  }

  #contents.mld .txtArea01Module dl dd .place {
    width: 110px;
    display: inline-block;
    text-align: center;
  }

  #contents.mld .txtArea01Module dl dd .btn02 {
    margin-top: 8px;
    line-height: 30px;
  }

  #contents.mld .txtArea01Module dl dd .btn02:after {
    content: "";
    width: 5px;
    height: 10px;
    margin-top: -5px;
    display: inline-block;
    background: url(../img/common/ico_arrow02.png) no-repeat;
    background-size: 5px;
    position: absolute;
    top: 50%;
    right: 10px;
  }

  #contents.mld .txtArea01Module dl dd .btn02.mldBtn {
    background: #e31d4f;
    color: #fff;
  }

  #contents.mld .txtArea01Module dl dd .attention {
    padding-left: 1.1em;
    font-size: 13px;
    font-weight: normal;
    color: #595656;
    text-indent: -1.1em;
  }

  #contents.mld .txtArea01Module figure.picLine {
    margin-top: 30px;
  }

  /* !txtArea02Module
---------------------------------------------------------- */
  .txtArea02Module {
    position: relative;
  }

  .txtArea02Module .firstTxt01 {
    margin: 70px 0 50px 0;
    text-align: center;
  }

  .txtArea02Module p {
    margin-left: 480px;
    font-size: 14px;
    line-height: 26px;
  }

  .txtArea02Module p.price {
    margin-top: 9px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    background: #f1f1f1;
  }

  #contents.homestudy.advance .txtArea02Module p.price {
    margin-top: 35px;
  }

  .txtArea02Module figure {
    position: absolute;
    top: 90px;
  }

  .txtArea02Module figure img {
    width: 440px;
    height: auto;
  }

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

  .txtArea03Module .firstTxt01 {
    margin: 60px 0;
    text-align: center;
  }

  .txtArea03Module .titStyle03:after {
    bottom: -30px;
  }

  .txtArea03Module .txt.first {
    margin-bottom: 40px;
    padding-bottom: 35px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    border-bottom: solid 4px #f9f6f7;
  }

  .txtArea03Module figure {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
  }

  .txtArea03Module figure img {
    width: 360px;
  }

  .txtArea03Module .txtBox {
    width: 535px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
  }

  .txtArea03Module h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 32px;
    color: #007e65;
  }

  .txtArea03Module .txtBox p {
    font-size: 14px;
    line-height: 26px;
  }

  /*incorporation*/
  #contents.incorporation .txtArea03Module .firstTxt01 {
    margin-bottom: 40px;
  }

  #contents.incorporation .txt.first {
    padding: 0;
    border: none;
    text-align: left;
  }

  /*soleil_info*/
  #contents.soleil_info .txtArea03Module ul {
    margin: 70px -84px 0 0;
    background: url(../img/soleil_info/bg_soleil_info02.jpg) no-repeat right
      center;
    background-size: 350px;
    background-position: right 180px;
  }

  #contents.soleil_info .txtArea03Module ul li {
    margin: 0 84px 40px 0;
    padding: 0 10px 40px 0;
    position: relative;
  }

  #contents.soleil_info .txtArea03Module ul li {
    border-bottom: solid 4px rgba(241, 161, 54, 0.2);
  }

  #contents.soleil_info .txtArea03Module ul li:nth-child(3) {
    padding-bottom: 0;
    border-bottom: 0;
  }

  #contents.soleil_info .txtArea03Module ul li h2 {
    padding: 0;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 360px;
  }

  #contents.soleil_info .txtArea03Module ul li figure {
    margin-left: 40px;
    position: relative;
  }

  #contents.soleil_info .txtArea03Module ul li figure img {
    width: 280px;
    height: auto;
  }

  #contents.soleil_info .txtArea03Module ul li:nth-child(3) figure img {
    height: 220px;
    object-fit: cover;
  }

  #contents.soleil_info .txtArea03Module ul li .ico {
    position: absolute;
    top: 20px;
    left: -30px;
    z-index: 1;
  }

  #contents.soleil_info .txtArea03Module ul li .ico img {
    width: 120px;
  }

  #contents.soleil_info .txtArea03Module ul li .txtBox {
    width: 564px;
    margin-top: 94px;
  }

  #contents.soleil_info .txtArea03Module ul li:nth-of-type(3) .txtBox {
    margin-top: 54px;
  }

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

  .txtArea04Module ul li {
    margin-bottom: 40px;
    padding: 40px;
    background: #fff9f4;
    overflow: hidden;
  }

  .txtArea04Module ul li h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 40px;
  }

  .txtArea04Module ul li h3 span.pcOnly {
    padding-right: 5px;
    font-size: 18px;
  }

  .txtArea04Module ul li h3 span {
    font-size: 14px;
  }

  .txtArea04Module ul li .photo {
    width: 280px;
  }

  .txtArea04Module ul li .photo figure {
    width: 280px;
    height: 280px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .txtArea04Module ul li .photo figure img {
    width: auto;
    height: 100%;
  }

  .txtArea04Module ul li h4 {
    width: 560px;
    font-size: 18px;
    line-height: 30px;
    color: #ef8e11;
  }

  .txtArea04Module ul li .txt {
    width: 563px;
  }

  .txtArea04Module ul li .txt p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }

  .txtArea04Module ul li.area01 .photo {
    float: left;
  }

  .txtArea04Module ul li.area01 .txt {
    float: right;
  }

  .txtArea04Module ul li.area02 .photo {
    float: right;
  }

  .txtArea04Module ul li.area02 .txt {
    float: left;
  }

  /* !eventDateModuleodule
---------------------------------------------------------- */
  .eventDateModule {
    min-height: 98px;
  }

  .eventDateModule h2 {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    background: #87c5bb;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 20px;
  }

  .eventDateModule h2.large {
    margin-top: 0;
    top: 14px;
  }

  .eventDateModule h2 img {
    margin-top: 58px;
    width: 80px;
    height: auto;
  }

  .eventDateModule ol {
    border-top: solid 1px #87c5bb;
  }

  .eventDateModule ol li {
    padding: 10px 10px 10px 200px;
    border-bottom: solid 1px #87c5bb;
    position: relative;
  }

  .eventDateModule ol li .situation,
  .eventDateModule ol li .school {
    width: 150px;
    height: 26px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 9px;
  }

  .eventDateModule ol li .situation {
    right: 120px;
  }

  .eventDateModule ol li .situation.end {
    color: #007e65;
    background: #f1f1f1;
  }

  .eventDateModule ol li .situation.cancell {
    color: #fff;
    background: #b6aa87;
  }

  .eventDateModule ol li .situation.reception {
    color: #fff;
    background: #007e65;
  }

  .eventDateModule ol li .school {
    width: 100px;
    color: #007e65;
    border: solid 1px #87c5bb;
    right: 10px;
  }

  .eventDateModule ol li .date {
    font-size: 18px;
    color: #007e65;
  }

  .eventDateModule ol li .date span {
    width: 50px;
    padding-right: 14px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
  }

  /* !conversionBtnModule
---------------------------------------------------------- */
  .conversionBtnModule {
    margin: 50px -100%;
    padding: 20px 100%;
  }

  .conversionBtnModule .inner {
    width: 960px;
    margin: 0 auto;
    text-align: center;
  }

  .conversionBtnModule .btn01 {
    margin: 0 20px;
    width: 400px;
    color: #fff;
  }

  /* !entryPost
---------------------------------------------------------- */
  .entryPost .alignnone {
    text-align: left;
  }

  .entryPost .alignright {
    text-align: right;
  }

  .entryPost .alignleft {
    text-align: left;
  }

  .entryPost .aligncenter {
    text-align: center;
  }

  /* !blogLoistModule
---------------------------------------------------------- */
  .blogLoistModule {
    width: 660px;
    margin: 60px 0 0 0;
    display: inline-block;
    vertical-align: top;
  }

  .blogLoistModule ul li {
    padding-bottom: 40px;
  }

  .blogLoistModule ul li .tit {
    margin-bottom: 40px;
  }

  .blogLoistModule ul li .date {
    font-size: 22px;
  }

  .blogLoistModule ul li .date span {
    width: 84px;
    height: 84px;
    padding: 20px 6px;
    font-size: 18px;
    text-align: center;
  }

  .blogLoistModule ul li .date span span {
    width: auto;
    height: auto;
    margin-top: 5px;
    padding: 0;
    font-size: 30px;
    letter-spacing: 2px;
  }

  .blogLoistModule ul li h2 {
    min-height: 105px;
    padding: 40px 20px 20px 105px;
    font-size: 22px;
    line-height: 32px;
  }

  .blogLoistModule ul li h2 a {
    font-size: 22px;
  }

  .blogLoistModule ul li figure {
    margin-bottom: 10px;
  }

  .blogLoistModule ul li .btn02 {
    width: 200px;
    height: 32px;
    line-height: 30px;
    margin: 10px 0 0 0;
  }

  .blogLoistModule ul li .staff {
  }

  /* !subNavModule
---------------------------------------------------------- */
  .subNavModule {
    width: 240px;
    margin: 80px 0 0 54px;
    display: inline-block;
    vertical-align: top;
  }

  .subNavModule h3 {
    padding-bottom: 10px;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    position: relative;
  }

  .subNavModule h3:after {
    content: "";
    width: 40px;
    height: 2px;
    display: inline-block;
    background: #d8d5d1;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #contents.faq .subNavModule h3 {
    padding: 0 0 20px 40px;
  }

  .subNavModule ul li ul {
    margin: 15px 0 40px 0;
  }

  .subNavModule ul li ul li {
    padding: 3px 0 3px 15px;
    background: url(../img/common/ico_arrow08.png) no-repeat left 8px;
    background-size: 6px;
  }

  .subNavModule ul li ul li a {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
  }

  .subNavModule .trigger2:after,
  .subNavModule .active-submenu2 .subNavModule .active-submenu2:after {
    background-image: none !important;
  }

  /* !pageNaviModule01
---------------------------------------------------------- */
  .pageNaviModule01 {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }

  #contents.aromablog .pageNaviModule01 {
    margin: 50px auto 0 auto;
  }

  .pageNaviModule01 .btn02 {
    width: 246px;
    margin-bottom: 0;
    line-height: 30px;
  }

  .pageNaviModule01 .page-numbers {
    margin: 0 6px;
    padding: 0 6px;
    font-size: 20px;
  }

  .pageNaviModule01 .prev.page-numbers,
  .pageNaviModule01 .next.page-numbers {
    margin: 0;
    padding: 0;
    width: 246px;
    color: #595656;
    line-height: 34px;
  }

  .pageNaviModule01 .prev.page-numbers,
  .pageNaviModule01 .next.page-numbers,
  .pageNaviModule01 .prev.page-numbers .prev,
  .pageNaviModule01 .next.page-numbers .next {
    position: absolute;
    top: -4px;
  }

  .pageNaviModule01 .prev.page-numbers,
  .pageNaviModule01 .prev.page-numbers .prev {
    left: 0;
  }

  .pageNaviModule01 .next.page-numbers,
  .pageNaviModule01 .next.page-numbers .next {
    right: 0;
  }

  .pageNaviModule01 .btn02.prev:after {
    background: url(../img/common/ico_arrow09.png) no-repeat;
    background-size: 6px;
    left: 10px;
  }

  .pageNaviModule01 .btn02.return:after {
    width: 13px;
    height: 26px;
    margin: 0;
    background: url(../img/common/ico_btn10_pc.png) no-repeat;
    top: 3px;
    left: 10px;
  }

  #contents.voice .pageNaviModule01 {
    margin-bottom: 50px;
  }

  /* !guraduationListModule
---------------------------------------------------------- */
  .guraduationListModule {
    width: 781px;
    margin: 0 auto;
  }

  .guraduationListModule ul {
    border-bottom: solid 2px #88c4bb;
  }

  .guraduationListModule ul li {
    padding: 30px 10px;
    border-top: solid 2px #88c4bb;
    position: relative;
  }

  .guraduationListModule ul li h2 {
    margin: 0 15px 15px 0;
    font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    letter-spacing: 1px;
    color: #007e65;
    display: inline-block;
    vertical-align: top;
  }

  .guraduationListModule ul li .place {
    padding: 0 15px;
    color: #007e65;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #88c4bb;
  }

  .guraduationListModule ul li .link {
    position: absolute;
    top: 20px;
    right: 15px;
  }

  .guraduationListModule .pageNaviModule01 {
    width: 781px;
    margin: 50px 0;
  }

  /* !voiceListModule
---------------------------------------------------------- */
  .voiceListModule {
    width: 960px;
    margin: 0 auto;
  }

  .voiceListModule ul {
    margin: 0 -30px 20px 0;
  }

  .voiceListModule ul li {
    width: 300px;
    margin: 0 30px 50px 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }

  .voiceListModule ul li a:after {
    content: "";
    width: 260px;
    height: 246px;
    display: inline-block;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .voiceListModule ul li a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }

  .voiceListModule ul li a:hover:after {
    background: url(../img/voice/ico_voice02_pc.png) no-repeat
      rgba(0, 126, 101, 0.8);
  }

  .voiceListModule ul li a {
    display: inline-block;
  }

  .voiceListModule ul li figure {
    width: 300px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .voiceListModule ul li .titH {
    height: 24px;
    overflow: hidden;
  }

  .voiceListModule ul li h2 {
    padding: 0 0 3px 0;
    font-size: 14px;
    color: #007e65;
    display: inline;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    border-bottom: solid 2px #007e65;
  }

  .voiceListModule ul li .name {
    height: 20px;
    overflow: hidden;
    margin: 15px 0;
  }

  .voiceListModule ul li .btn02 {
    height: 34px;
    line-height: 30px;
  }

  .voiceListModule ul li:hover .btn02 {
    color: #fff;
    background: #007e65;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border: solid 2px #007e65;
  }

  .voiceListModule ul li:hover .btn02:after {
    background: url(../img/common/ico_arrow02.png) no-repeat #007e65;
    background-size: 5px;
  }

  /* !checkBoxModule
---------------------------------------------------------- */
  .checkBoxModule {
    width: 960px;
    padding: 10px;
    background: url(../img/common/bg_01.jpg);
    border: solid 2px #e2dcd5;
    position: relative;
  }

  .checkBoxModule h2 {
    width: 156px;
    height: 156px;
    padding: 55px 0 55px 10px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #87c5bb;
    text-indent: -15px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    display: inline-block;
    vertical-align: middle;
  }

  .checkBoxModule ul {
    width: 750px;
    margin: 0 0 0 30px;
    display: inline-block;
    vertical-align: middle;
  }

  .checkBoxModule ul li {
    padding-left: 30px;
    font-size: 15px;
    line-height: 28px;
    background: url(../img/common/ico_checkBox.png) no-repeat left center;
    background-size: 20px;
  }

  .checkBoxModule figure {
    position: absolute;
    top: 15px;
    right: 20px;
  }

  /* !reasonModule
---------------------------------------------------------- */
  .reasonModule {
    margin: 60px 0 50px 0;
    text-align: center;
  }

  .reasonModule .titStyle03:after {
    background: #6a7589;
  }

  .reasonModule ul {
    margin: 0 -28px 0 0;
    display: inline-block;
  }

  .reasonModule ul li {
    width: 219px;
    height: 122px;
    margin: 90px 28px 0 0;
  }

  .reasonModule ul li:after {
    content: "";
    width: 90px;
    height: 90px;
    margin-left: -45px;
    top: -82px;
  }

  .reasonModule ul li:nth-child(1):after {
    background: url(../img/course/ico_course_reason01.png) no-repeat center;
    background-size: 90px;
  }

  .reasonModule ul li:nth-child(2):after {
    background: url(../img/course/ico_course_reason02.png) no-repeat center;
    background-size: 90px;
  }

  .reasonModule ul li:nth-child(3):after {
    background: url(../img/course/ico_course_reason03.png) no-repeat center;
    background-size: 90px;
  }

  .reasonModule ul li:nth-child(4):after {
    background: url(../img/course/ico_course_reason04.png) no-repeat center;
    background-size: 90px;
  }

  .reasonModule ul li p {
    padding: 5px 0;
    font-size: 16px;
    line-height: 26px;
  }

  /*ifpa*/
  #contents.ifpa .reasonModule ul li:first-child {
    padding: 0;
  }

  #contents.ifpa .reasonModule ul li a {
    width: 219px;
    height: 112px;
    display: inline-block;
  }

  #contents.ifpa .reasonModule ul li a p {
    padding-top: 34px;
    text-align: center;
    display: inline-block;
  }

  /*mld*/
  #contents.mld .reasonModule ul li {
    height: 148px;
  }

  /* !flowModule01
---------------------------------------------------------- */
  .flowModule01 {
  }

  .flowModule01 > .txt {
    margin: 40px 0;
    text-align: center;
  }

  .flowModule01 .course {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 30px;
    padding-top: 10px;
    color: #fff;
  }

  .flowModule01 .flame01 > .course,
  .flowModule01 .flame02 > .course {
    -ms-writing-mode: tb-rl;
    /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .flowModule01 .flame01 {
    position: relative;
  }

  .flowModule01 .flame01 > h3 {
    height: 1700px;
    background: #6a7589;
    display: inline-block;
  }

  .flowModule01 .flame02 {
    width: 1000px;
  }

  .flowModule01 .flame02 > h4 {
    background: #77b7ad;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 1px;
  }

  /*qualificationModule
--------------------------------------------------------------- */
  .qualificationModule {
    margin: 0 -100%;
    padding: 0 100%;
  }

  .qualificationModule h2 {
    margin: 0 -100%;
    padding: 0 100%;
    height: 66px;
    line-height: 66px;
    font-size: 22px;
    color: #fff;
    background: #007e65 url(../img/common/ico_arrow02.png) no-repeat 66% center;
    background-size: 10px;
  }

  .qualificationModule h2.active-submenu2 {
    background: #007e65 url(../img/common/ico_arrow05.png) no-repeat 66% center !important;
    background-size: 16px !important;
  }

  .qualificationModule .courseListModule {
    padding-top: 0;
  }

  .qualificationModule .courseListModule h3 {
    margin-top: 30px;
  }

  .qualificationModule h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .qualificationModule .society {
    width: 960px;
    margin: 20px 0 0 0;
    padding: 20px;
    background: #fff;
    position: relative;
  }

  .qualificationModule .courseListModule > ul {
    padding-bottom: 1px;
  }

  .qualificationModule .society figure {
    width: 140px;
    border: solid 5px #e9e6d3;
    display: inline-block;
    vertical-align: top;
  }

  .qualificationModule .society figure img {
    width: 100%;
    height: auto;
  }

  .qualificationModule .society p {
    width: 750px;
    margin: 10px 0 0 20px;
    display: inline-block;
    vertical-align: top;
  }

  .qualificationModule .society a {
    width: 246px;
    padding-right: 6px;
    display: inline-block;
    text-align: center;
    background: #007e65 url(../img/common/ico_blank02.png) no-repeat 90% center;
    background-size: 12px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .qualificationModule .society .society__btn01 {
    width: 246px;
    padding-right: 6px;
    display: inline-block;
    text-align: center;
    background: #007e65;
    background-size: 12px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
    right: 280px;
  }

  .qualificationModule .society .society__btn01:after {
    content: "";
    width: 6px;
    height: 11px;
    margin-top: -5px;
    display: inline-block;
    background: url(../img/common/ico_arrow02.png) no-repeat;
    background-size: 6px;
    position: absolute;
    top: 50%;
    right: 10px;
  }

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

  .flowModule01 > .txt {
    margin: 40px 0;
    text-align: center;
  }

  .flowModule01 .course {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 30px;
    padding-top: 10px;
    color: #fff;
  }

  .flowModule01 .flame01 {
    position: relative;
  }

  .flowModule01 .flame01 > .course {
    height: 1909px;
    padding-top: 15px;
    background: #6a7589;
    position: absolute;
    left: -80px;
  }

  .flowModule01 .flame01 .flame02 {
    margin-bottom: 50px;
  }

  .flowModule01 .flame02 > .course {
    height: 635px;
    padding-top: 15px;
    display: inline-block;
    background: #77b7ad;
    position: absolute;
    left: -40px;
  }

  .flowModule01 .flame01 > .course:after,
  .flowModule01 .flame02 > .course:after {
    content: "";
    width: 1000px;
    height: 10px;
    display: inline-block;
    background: #77b7ad;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .flowModule01 .flame01 > .course:after {
    width: 1040px;
    background: #6a7589;
  }

  .flowModule01 .flame01 > .course,
  .flowModule01 .flame02 > .course,
  .length {
    -ms-writing-mode: tb-rl;
    /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .flowModule01 .flowBox {
    width: 960px;
  }

  .flowModule01 .flowBox.other .course,
  .flowModule01 .flowBox.other .base {
    width: 960px;
    display: block;
  }

  .flowModule01 .flowBox.other .course {
    padding: 10px 0;
    font-size: 18px;
    border: none;
  }

  .flowModule01 .flowBox.other .base {
    border: solid 8px #998450;
    border-top: none;
  }

  .flowModule01 .flowBox.underLine01:after {
    content: "";
    width: 960px;
    height: 30px;
    margin-top: -19px;
    display: inline-block;
  }

  .flowModule01 .flowBox.color01.underLine01:after {
    border-left: solid 30px #87c5bb;
    border-bottom: solid 10px #87c5bb;
  }

  .flowModule01 .flowBox.color02.underLine01:after {
    border-left: solid 30px #6a7589;
    border-bottom: solid 10px #6a7589;
  }

  .flowModule01 .flowBox.color03.underLine01:after {
    border-left: solid 30px #998450;
    border-bottom: solid 10px #998450;
  }

  .flowModule01 .flowBox.color04.underLine01:after {
    border-left: solid 30px #c3724b;
    border-bottom: solid 10px #c3724b;
  }

  .flowModule01 .flowBox > li {
    min-height: 274px;
    margin-bottom: 13px;
    padding-bottom: 6px;
    display: table;
  }

  .flowModule01 .flowBox > li h3.course {
    width: 33px;
    padding-bottom: 15px;
    text-align: center;
    line-height: 18px;
    border-right: solid 3px #fff;
    display: table-cell;
    vertical-align: top;
    position: relative;
  }

  .flowModule01 .flowBox > li h3.course .w33 {
    width: 29px;
    max-width: 29px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .flowModule01 .flowBox > li h3.course span.tit {
    width: 100%;
    padding: 5px 6px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }

  .flowModule01 .flowBox > li h3.course.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    display: inline-block;
    display: none;
    position: absolute;
    left: 0;
    bottom: -23px;
  }

  .flowModule01 .flowBox.color01 li h3.course.arrow:after {
    border-top: 8px solid #87c5bb;
  }

  .flowModule01 .flowBox.color02 li h3.course.arrow:after {
    border-top: 8px solid #6a7589;
  }

  .flowModule01 .flowBox.color03 li h3.course.arrow:after {
    border-top: 8px solid #998450;
  }

  .flowModule01 .flowBox.color04 li h3.course.arrow:after {
    border-top: 8px solid #c3724b;
  }

  .flowModule01 .flowBox li .base {
    width: 926px;
    display: table-cell;
  }

  .flowModule01 .flowBox li .base > .txtBox.other {
    margin-bottom: 6px;
    padding: 15px 0 15px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #77b7ad;
    background: #e5f6f3;
  }

  .flowModule01 .flowBox li .base > .txtBox.other span {
    font-size: 15px;
    font-weight: bold;
  }

  .flowModule01 .flowBox li .baseInner {
    padding: 13px;
    border: solid 1px #dedede;
    position: relative;
  }

  .flowModule01 .flowBox li .base .flowBoxSub > li {
    min-height: 264px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: solid 4px #f1f1f1;
  }

  .flowModule01 .flowBox.other li .base .flowBoxSub > li.other {
    min-height: 132px;
    padding: 20px 0 30px 0;
    border-bottom: solid 4px #e0daca;
  }

  .flowModule01 .flowBox.other li .base .flowBoxSub > li.other p {
    width: 620px;
    font-size: 15px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
  }

  .flowModule01 .flowBox.other li .base .flowBoxSub > li.other p.price {
    width: auto;
    padding-left: 66px;
    font-size: 28px;
    font-weight: bold;
    color: #998450;
  }

  .flowModule01 .flowBox.other li .base .flowBoxSub > li.other p.price span {
    vertical-align: middle;
  }

  .flowModule01
    .flowBox.other
    li
    .base
    .flowBoxSub
    > li.other
    p.price
    span.size01 {
    padding-right: 10px;
    font-size: 15px;
  }

  .flowModule01
    .flowBox.other
    li
    .base
    .flowBoxSub
    > li.other
    p.price
    span.size02 {
    padding-left: 2px;
    font-size: 20px;
    font-weight: bold;
  }

  .flowModule01 .flowBox.other li .base .point p.txt {
    width: 230px;
    margin-left: 25px;
  }

  .flowModule01 .flowBox li .base .flowBoxSub li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .flowModule01 .flowBox li .base .tit01 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
  }

  .flowModule01 .flowBox li .base .time {
    margin-bottom: 10px;
    font-weight: bold;
  }

  .flowModule01 .flowBox li .base figure {
    width: 250px;
    position: absolute;
    top: 30px;
    left: 20px;
  }

  .flowModule01 .flowBox li .base .flowBoxSub li figure {
    top: 20px;
    left: 10px;
  }

  .flowModule01 .flowBox li .base figure figcaption {
    margin-top: 5px;
  }

  .flowModule01 .flowBox li .base .cont {
    width: 362px;
    margin: 20px 0 0 275px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
  }

  .flowModule01 .flowBox li .base .cont p {
    width: 345px;
    line-height: 24px;
  }

  .flowModule01 .flowBox li .base .point {
    width: 236px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
  }

  .flowModule01 .flowBox li .base .point .tit02 {
    padding: 0 0 35px 10px;
    font-size: 18px;
  }

  .flowModule01 .flowBox.color01 li .course {
    background: #87c5bb;
  }

  .flowModule01 .flowBox.color02 li .course {
    background: #6a7589;
  }

  .flowModule01 .flowBox.color03 li .course {
    background: #998450;
  }

  .flowModule01 .flowBox.color04 li .course {
    background: #c3724b;
  }

  .flowModule01 .flowBox.color01 li .base .point .tit02 {
    background: url(../img/common/img_tit01_pc.png) no-repeat center bottom;
  }

  .flowModule01 .flowBox.color02 li .base .point .tit02 {
    background: url(../img/common/img_tit02_pc.png) no-repeat center bottom;
  }

  .flowModule01 .flowBox.color03 li .base .point .tit02 {
    background: url(../img/common/img_tit03_pc.png) no-repeat center bottom;
  }

  .flowModule01 .flowBox.color04 li .base .point .tit02 {
    background: url(../img/common/img_tit04_pc.png) no-repeat center bottom;
  }

  .flowModule01 .flowBox li .base .point p.txt {
    /*min-height:95px;*/
    padding: 15px;
  }

  .flowModule01 .flowBox li .course span {
    font-size: 15px !important;
  }

  .flowModule01 .flowBox li .base .btn02 {
    width: 230px;
    height: 34px;
    margin: 20px 15px 0 0;
    line-height: 30px;
    float: right;
    cursor: pointer !important;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  .flowModule01 .flowBox li .base .btn02.select {
    color: #fff;
    height: 34px;
    border: none;
  }

  .flowModule01 .flowBox.color01 li .base .btn02.select {
    background: #77b7ad;
  }

  .flowModule01 .flowBox.color02 li .base .btn02.select {
    background: #5e6b82;
  }

  .flowModule01 .flowBox.color03 li .base .btn02.select {
    background: #8f783e;
  }

  .flowModule01 .flowBox.color04 li .base .btn02.select {
    background: #b7633a;
  }

  .flowModule01 .flowBox li .base .btn02.select:after {
    width: 10px;
    margin-top: -4px;
    background: url(../img/common/ico_arrow05.png) no-repeat;
    background-size: 9px;
    right: 8px;
  }

  /*otherBox01*/
  .flowModule01 .flowBox li .base .otherBox01 {
    margin: 20px 0 20px -4px;
    padding: 10px 0;
    text-align: center;
    background: #77b7ad;
    position: relative;
    z-index: 1px;
  }

  .flowModule01 .flowBox li .base .otherBox01 h4,
  .flowModule01 .flowBox li .base .otherBox01 p,
  .flowModule01 .flowBox li .base .otherBox01 span {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
  }

  .flowModule01 .flowBox li .base .otherBox01 h4 {
    position: absolute;
    top: 34px;
    left: 148px;
  }

  .flowModule01 .flowBox li .base .otherBox01 h4:before {
    content: "";
    width: 100px;
    height: 45px;
    display: block;
    background: url(../img/course/txt_course01.png) no-repeat;
    background-size: 100px;
    position: absolute;
    top: -15px;
    left: -127px;
  }

  .flowModule01 .flowBox li .base .otherBox01 span.txt {
    position: absolute;
    top: 34px;
    right: 30px;
  }

  .flowModule01 .flowBox li .base .otherBox01 span.line {
    margin: 0 5px 5px 85px;
    padding-bottom: 8px;
    display: inline-block;
    background: url(../img/common/bg_05.png) repeat-x left bottom;
  }

  /*curriculumList*/
  .flowModule01 .flowBox li .base .curriculumList {
    margin: 5px 0 5px 30px;
  }

  .flowModule01 .flowBox li .base .curriculumList li {
    padding: 8px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
  }

  .flowModule01 .flowBox li .base .curriculumList li span {
    width: 50px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #77b7ad;
  }

  .flowModule01 .curriculumDetailPosition {
    position: relative;
  }

  /*curriculumDetailBox*/
  .flowModule01 .curriculumDetailBox {
    width: 460px;
    padding: 15px;
    position: absolute;
    top: 54px;
    right: 14px;
    z-index: 99;
  }

  /*aroma*/
  #contents .flowModule01 .curriculumDetailBox.other01 {
    top: 241px;
  }

  /*aeaj*/
  #contents.aeaj .flowModule01 {
    margin: 0 0 70px 40px;
  }

  /*aromalifeplanner*/
  #contents.aromalifeplanner .flowModule01 {
    margin-left: 15px;
  }

  #contents.aromalifeplanner .flowModule01 .flowBox > li {
    margin: 0 0 10px -30px;
    padding-bottom: 20px;
  }

  #contents.aromalifeplanner .flowModule01 .flowBox.color01 > li h3.course {
    width: 53px;
    padding: 16px 10px 0 10px;
  }

  #contents.aromalifeplanner .flowModule01 .flowBox > li h3.course {
    padding: 16px 7px 0 28px;
    position: relative;
  }

  #contents.aromalifeplanner .flowModule01 .flowBox li h3.course span.titTxt {
    position: absolute;
    top: 10px;
    left: 7px;
  }

  #contents.aromalifeplanner .flowModule01 .flowBox > li h3.course .tit {
    text-align: left;
    line-height: 19px;
  }

  #contents.aromalifeplanner .flowModule01 .flowBox.color02 > li h3.course .tit,
  #contents.aromalifeplanner
    .flowModule01
    .flowBox.color03
    > li
    h3.course
    .tit {
    padding: 0;
  }

  #contents.aromalifeplanner .flowModule01 .flowBox > li h3.course.arrow:after {
    border: 25px solid transparent;
    bottom: -51px;
  }

  #contents.aromalifeplanner
    .flowModule01
    .flowBox.color01
    li
    h3.course.arrow:after {
    border-top: 26px solid #87c5bb;
  }

  #contents.aromalifeplanner
    .flowModule01
    .flowBox.color02
    li
    h3.course.arrow:after {
    border-top: 26px solid #6a7589;
  }

  #contents.aromalifeplanner
    .flowModule01
    .flowBox.color03
    li
    h3.course.arrow:after {
    border-top: 26px solid #998450;
  }

  #contents.aromalifeplanner
    .flowModule01
    .flowBox.color04
    li
    h3.course.arrow:after {
    border-top: 26px solid #87c5bb;
  }

  #contents.aromalifeplanner .flowModule01 .flowBox.underLine01:after {
    width: 980px;
    border-left: solid 50px #998450;
    margin: -30px 0 0 -30px;
  }

  /*bodycare*/
  #contents.bodycare .flowModule01 .flowBox li .base .flowBoxSub > li {
    min-height: 244px;
  }

  /*jamha*/
  #contents.jamha .flowModule01 .flowBox {
    width: 677px;
    margin: 0 auto;
  }

  /*aroma*/

  /* !soleiyuModule
---------------------------------------------------------- */
  .soleiyuModule {
    padding: 30px;
  }

  .soleiyuModule h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 36px;
  }

  .soleiyuModule h2:before {
    width: 80px;
    height: 80px;
    background: url(../img/common/ico_pickup01.png) no-repeat;
    background-size: 80px;
    top: -5px;
    left: 140px;
  }

  .soleiyuModule h2:after {
    width: 120px;
    height: 57px;
    background: url(../img/common/logo_soleil.png) no-repeat;
    background-size: 120px;
    top: 5px;
    right: 0;
  }

  .soleiyuModule ul li {
    width: 440px;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.8);
  }

  .soleiyuModule ul li:first-child {
    margin-right: 20px;
  }

  .soleiyuModule ul li h3 {
    font-size: 15px;
  }

  .soleiyuModule ul li h3 span {
    width: 100%;
    margin-bottom: 10px;
    padding: 2px 8px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    background: #fff;
  }

  .soleiyuModule ul li figure {
    margin: 10px 0 0 0;
  }

  .soleiyuModule ul li figure img {
    width: 100%;
  }

  .soleiyuModule ul li figure figcaption {
    margin-top: 8px;
  }

  .soleiyuModule .btn02 {
    width: 280px;
    display: block;
    margin: 15px auto 0 auto;
    line-height: 40px;
  }

  /* !textBoxModule01
---------------------------------------------------------- */
  .textBoxModule01,
  .conftxtStyle01 {
    margin: 40px 0 0 0;
    padding: 30px;
    border: solid 4px #d8d5d1;
    position: relative;
    font-size: 16px;
  }

  .textBoxModule01 h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  .textBoxModule01 ul {
    margin-bottom: 20px;
  }

  .textBoxModule01 ul li {
    margin-bottom: 15px;
    padding: 0 10px 15px 45px;
    border-bottom: solid 2px #f1f1f1;
  }

  .textBoxModule01 .btn03 {
    width: 340px;
    line-height: 45px;
    margin: 0 0 0 -170px;
    position: absolute;
    bottom: -23px;
    left: 50%;
  }

  /*course*/
  #contents.course .textBoxModule01 ul li {
    background: url(../img/common/ico_14.png) no-repeat 10px 0;
    background-size: 23px;
  }

  /*#contents.aeaj .btn04{
	margin:0 10px 30px 10px;
}*/

  /* !allMenuModule
---------------------------------------------------------- */
  .allMenuModule {
    width: 1080px;
    margin: 0 0 50px 0;
  }

  .allMenuModule .btn04.active-submenu2 {
    background: url(../img/common/ico_arrow12.png) no-repeat 65% center !important;
    background-size: 10px !important;
  }

  .allMenuModule .courseMenuOpen {
    padding: 30px 30px 10px 30px;
  }

  .allMenuModule .courseMenuOpen ul {
    margin-bottom: 20px;
  }

  .allMenuModule .courseMenuOpen ul li {
    width: 335px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    padding-left: 10px;
    background: url(../img/common/ico_arrow06.png) no-repeat left 5px;
    background-size: 5px;
  }

  .allMenuModule .courseMenuOpen ul li:last-child {
    margin: 0;
  }

  .allMenuModule .courseMenuOpen ul li a:hover {
    color: #007e65;
    text-decoration: underline;
    display: inline-block;
  }

  #contents.course article .allMenuModule {
    margin-left: -60px;
  }

  /* !chartModule
---------------------------------------------------------- */
  .chartModule {
    margin-bottom: 90px;
    position: relative;
    text-align: center;
  }

  .chartModule.select:after {
    content: "";
    width: 75px;
    height: 22px;
    margin-left: -37.5px;
    display: inline-block;
    background: url(../img/course_interest/img_course_interest02_pc.png)
      no-repeat;
    position: absolute;
    left: 50%;
    bottom: -50px;
  }

  .chartModule .txt {
    margin: 70px 0 35px 0;
    font-size: 15px;
    line-height: 28px;
  }

  .chartModule .txt span {
    display: block;
  }

  .chartModule .categoryNav li a {
    padding: 18px 40px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    z-index: 1;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer;
  }

  .chartModule .categoryNav li a.color02 {
    color: #595656;
  }

  .chartModule .categoryNav li a.select,
  .chartModule .categoryNav li a:hover {
    background: rgba(241, 117, 106, 0.8);
  }

  .chartModule .categoryNav li a.color01.select,
  .chartModule .categoryNav li a.color01:hover {
    background: rgba(131, 198, 179, 0.8);
  }

  .chartModule .categoryNav li a.color02.select,
  .chartModule .categoryNav li a.color02:hover {
    background: rgba(250, 213, 109, 0.8);
  }

  .chartModule .categoryNav li:nth-child(1) a {
    top: 105px;
    right: 331px;
  }

  .chartModule .categoryNav li:nth-child(2) a {
    top: 200px;
    right: 238px;
  }

  .chartModule .categoryNav li:nth-child(3) a {
    top: 323px;
    right: 172px;
  }

  .chartModule .categoryNav li:nth-child(4) a {
    bottom: 105px;
    right: 211px;
  }

  .chartModule .categoryNav li:nth-child(5) a {
    bottom: 26px;
    right: 357px;
  }

  .chartModule .categoryNav li:nth-child(6) a {
    bottom: 26px;
    left: 321px;
  }

  .chartModule .categoryNav li:nth-child(7) a {
    bottom: 103px;
    left: 221px;
  }

  .chartModule .categoryNav li:nth-child(8) a {
    top: 347px;
    left: 172px;
  }

  .chartModule .categoryNav li:nth-child(9) a {
    top: 202px;
    left: 215px;
  }

  .chartModule .categoryNav li:nth-child(10) a {
    top: 117px;
    left: 312px;
  }

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

  .pointModule01 ul {
    margin-right: -60px;
  }

  .pointModule01 ul li {
    width: 211px;
    margin-right: 44px;
    display: inline-block;
    vertical-align: top;
  }

  .pointModule01 ul li:nth-child(odd) h2 {
    color: #007e65;
  }

  .pointModule01 ul li:nth-child(even) h2 {
    font-size: 19px;
    color: #3d6d99;
  }

  .pointModule01 ul li:nth-child(4) h2 {
    margin: 0 -13px 20px -13px;
  }

  .pointModule01 ul li:nth-child(odd) h2 span {
    background: #88c4bb;
  }

  .pointModule01 ul li:nth-child(even) h2 span {
    background: #7ba4ca;
  }

  .pointModule01 ul li h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  .pointModule01 ul li h2 span {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
  }

  .pointModule01 ul li h2 span img {
    width: 80px;
    height: auto;
  }

  /*pointModule02
------------------------------------------------------------- */
  .pointModule02 {
    margin-bottom: 50px;
    position: relative;
  }

  .pointModule02 ul {
    padding: 40px 0 20px 0;
    background: #f5f8f4;
  }

  .pointModule02 ul li {
    min-height: 80px;
    margin: 0 0 30px 0;
    padding: 0 40px 0 150px;
    background-size: 80px !important;
  }

  .pointModule02 ul li:nth-child(1) {
    background: url(../img/mama/ico_mama_point1.gif) no-repeat 40px top;
  }

  .pointModule02 ul li:nth-child(2) {
    background: url(../img/mama/ico_mama_point2.gif) no-repeat 40px top;
  }

  .pointModule02 ul li:nth-child(3) {
    background: url(../img/mama/ico_mama_point3.gif) no-repeat 40px top;
  }

  .pointModule02 ul li:nth-child(4) {
    background: url(../img/mama/ico_mama_point4.gif) no-repeat 40px top;
  }

  .pointModule02 ul li h3 {
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 17px;
  }

  .pointModule02 ul li h3 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 34px;
  }

  .pointModule02 ul li p {
    font-size: 14px;
    line-height: 26px;
  }

  .pointModule02 ul li .detail {
    width: 416px;
    margin: 10px 0 0 0;
    padding: 15px 22px;
    background: #fff;
  }

  .pointModule02 ul li .detail h4 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #79bbb0;
  }

  .pointModule02 ul li figure {
    position: absolute;
    bottom: 50px;
    right: 30px;
  }

  .pointModule02 ul li figure img {
    width: 290px;
    height: auto;
  }

  /*borderTxtModule01
------------------------------------------------------------- */
  .borderTxtModule01 {
    margin: 60px 20px;
    padding: 40px 50px;
    box-shadow: 0 0 0 18px #f4f4f4, 0 0 0 20px #e7e7e7;
  }

  .borderTxtModule01 p {
    width: 520px;
    margin: 30px 0;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
  }

  .borderTxtModule01 figure {
    margin: 30px 0 0 30px;
    display: inline-block;
    vertical-align: top;
  }

  .borderTxtModule01 figure img {
    width: 250px;
    height: auto;
  }

  .borderTxtModule01 figure figcaption {
    margin-top: 5px;
    font-size: 14px;
    line-height: 26px;
  }

  .borderTxtModule01 figure figcaption span {
    color: #88c4bb;
    display: block;
  }

  /*contactModule01
------------------------------------------------------------- */
  .contactModule01 {
  }

  /*contactModule02
------------------------------------------------------------- */
  .contactModule02 {
    width: 860px;
    margin: 50px auto;
    padding: 30px;
    border: solid 6px #efede5;
  }

  .contactModule02 p,
  .contactModule02 a {
    display: inline-block;
    vertical-align: middle;
  }

  .contactModule02 p {
    margin-right: 20px;
    font-size: 16px;
  }

  .contactModule02 a.tel {
    margin-right: 10px;
  }

  .contactModule02 a.btn01 {
    width: 170px;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
    background: #87c5bb;
  }

  .contactModule02 a.btn01:after {
    background: none;
  }

  .contactModule02 a.btn01 img {
    width: auto;
    height: 32px;
    margin: 0 0 4px 5px;
  }

  /*supervisionModule
------------------------------------------------------------- */
  .supervisionModule {
    padding: 20px;
    background: #f7f6ed;
  }

  .supervisionModule h3 {
    width: 150px;
    display: inline-block;
    vertical-align: top;
  }

  .supervisionModule ul {
    display: inline-block;
    vertical-align: top;
  }

  .supervisionModule ul li {
    width: 365px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .supervisionModule ul li h4,
  .supervisionModule ul li p {
    width: 200px;
  }

  .supervisionModule ul li h4 {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .supervisionModule ul li p {
    line-height: 20px;
  }

  .supervisionModule ul li figure {
    position: absolute;
    right: 0;
  }

  /*lectureFlowModule
------------------------------------------------------------- */
  .lectureFlowModule > ul {
    margin: 70px 0 30px 0;
  }

  .lectureFlowModule > ul > li {
    border-top: solid 30px #87c5bb;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .lectureFlowModule > ul > li:nth-child(1) {
    margin-right: 18px;
    padding-right: 104px;
  }

  .lectureFlowModule > ul > li:nth-child(2) {
    margin-right: 18px;
    padding-right: 141px;
  }

  .lectureFlowModule > ul > li:nth-child(1):after,
  .lectureFlowModule > ul > li:nth-child(2):after {
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 15px solid #87c5bb;
    display: inline-block;
    position: absolute;
    right: -30px;
    top: -30px;
  }

  .lectureFlowModule ul li .main {
    width: 226px;
    height: 266px;
    margin-top: -30px;
    padding: 50px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.5);
    border: solid 2px #87c5bb;
  }

  .lectureFlowModule ul li .main .diskList01 li {
    margin-bottom: 2px;
  }

  .lectureFlowModule ul li .main h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #007e65;
    text-align: center;
  }

  .lectureFlowModule ul li .main h4 {
    margin-bottom: 2px;
    font-size: 14px;
    color: #87c5bb;
  }

  .lectureFlowModule ul li .main p {
    line-height: 20px;
  }

  .lectureFlowModule ul li:nth-child(3) .main p {
    margin-top: 28px;
    text-align: center;
  }

  .lectureFlowModule > ul > li .sub figure {
    position: absolute;
    top: 130px;
    right: 0;
  }

  .lectureFlowModule > ul > li:nth-child(1) .sub figure img {
    width: 85px;
  }

  .lectureFlowModule > ul > li:nth-child(2) .sub figure {
    top: 85px;
    right: 10px;
  }

  .lectureFlowModule > ul > li:nth-child(2) .sub figure img {
    width: 100px;
  }

  .lectureFlowModule ul li .sub p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #007e65;
    position: absolute;
    top: 43px;
    right: -5px;
  }

  .lectureFlowModule ul li:nth-child(2) .sub p {
    top: 33px;
    right: -5px;
  }

  .lectureFlowModule ul li:nth-child(2) .sub p.pcOnly {
    top: 177px;
    right: 19px;
  }

  .lectureFlowModule ul li .sub p span {
    display: block;
  }

  .lectureFlowModule .attention {
    padding: 20px 30px;
    border: solid 2px #eae6e1;
  }

  .lectureFlowModule .attention h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .lectureFlowModule .attention li {
    margin-bottom: 8px;
  }

  .lectureFlowModule .attention li a {
    text-decoration: underline;
  }

  .lectureFlowModule .btn01 {
    margin: 60px 305px;
  }

  .lectureFlowModule .attention .diskList01 li {
    margin-bottom: 0;
    line-height: 24px;
  }

  /*curriculumFlowModule
------------------------------------------------------------- */
  .curriculumFlowModule {
    margin-bottom: 70px;
  }

  .curriculumFlowModule .attention {
    margin: 70px 0 10px 0;
    font-size: 12px;
    line-height: 17px;
    text-align: right;
  }

  .curriculumFlowModule > ul > li {
    width: 100%;
    margin-bottom: 65px;
    text-align: center;
    border: solid 2px #88c4bb;
    position: relative;
  }

  .curriculumFlowModule > ul > li:after {
    width: 262px;
    height: 52px;
    padding-top: 9px;
    font-size: 14px;
    background: url(../img/common/bg_flow05.png) no-repeat;
    background-size: 100%;
    top: 78px;
    right: 176px;
  }

  .curriculumFlowModule > ul > li:last-child {
    margin: 0 0 30px 0;
  }

  .curriculumFlowModule > ul > li ol {
    display: inline-block;
  }

  .curriculumFlowModule > ul > li p {
    line-height: 75px;
    font-size: 14px;
  }

  .curriculumFlowModule > ul > li ol li {
    margin-right: 20px;
    padding: 24.5px 0;
    font-size: 14px;
    float: left;
  }

  .curriculumFlowModule > ul > li ol li span {
    font-size: 12px;
  }

  .curriculumFlowModule > ul > li h3 {
    width: 350px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 78px;
    text-align: left;
    float: left;
  }

  /*tsuyomiModule01
------------------------------------------------------------- */
  .tsuyomiModule01 {
    margin-bottom: 60px;
    position: relative;
  }

  .tsuyomiModule01 h2 {
    width: 484px;
    margin: 0 auto -47px auto;
    padding: 32px 0;
    font-size: 26px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
  }

  .tsuyomiModule01 h2 span {
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .tsuyomiModule01 h2 span:after {
    width: 130px;
    margin: 0 0 0 -65px;
    bottom: -6px;
  }

  .tsuyomiModule01 h2 span span {
    margin-bottom: -2px;
    font-size: 23px;
    letter-spacing: 0;
  }

  .tsuyomiModule01 figure.main {
    margin-right: 10px;
    position: absolute;
    top: 88px;
    left: 0;
  }

  .tsuyomiModule01 .detailBox {
    width: 570px;
    margin-left: 510px;
    display: block !important;
  }

  /*point01*/
  .tsuyomiModule01 .point01 {
    margin-top: 27px;
    padding: 66px 50px 65px 50px;
    background: #f5f6f4;
  }

  .tsuyomiModule01 .point01 h3 {
    font-size: 22px;
    line-height: 36px;
    color: #007e65;
  }

  .tsuyomiModule01 .point01 p {
    margin: 25px 0;
    font-size: 14px;
    line-height: 26px;
  }

  /*point02*/
  .tsuyomiModule01 .point02 {
    margin-top: 10px;
    padding: 22px;
    background: #87c5bb;
  }

  .tsuyomiModule01 .point02 h3 {
    margin: 5px 0 18px 0;
    font-size: 18px;
    color: #fff;
  }

  .tsuyomiModule01 .point02 p {
    width: 346px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
  }

  .tsuyomiModule01 .point02 figure {
    width: 140px;
    margin: -45px 0 0 30px;
    display: inline-block;
  }

  .tsuyomiModule01 .point02 figure img {
    width: 100%;
    height: auto;
  }

  /*point03*/
  .tsuyomiModule01 .point03 {
    width: 1080px;
    margin: 10px 0 0 -510px;
    padding: 30px 60px;
    background: #f5f6f4;
  }

  .tsuyomiModule01 .point03 h3 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
  }

  .tsuyomiModule01 .point03 p {
    width: 265px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.5px;
    display: inline-block;
    vertical-align: top;
  }

  .tsuyomiModule01 .point03 .photo {
    width: 689px;
    margin: -65px 0 0 0;
    display: inline-block;
    vertical-align: top;
  }

  .tsuyomiModule01 .point03 .photo figure {
    margin: 0 0 0 19px;
    display: inline-block;
  }

  .tsuyomiModule01 .point03 .photo figure img {
    width: 210px;
    height: auto;
  }

  .tsuyomiModule01 .point03 .photo figure figcaption {
    width: 210px;
    margin-top: 5px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: -0.7px;
  }

  .tsuyomiModule01 .point03 .photo figure figcaption .space {
    letter-spacing: -2.5px;
  }

  /*tsuyomiModule01 sec02 */
  .tsuyomiModule01.sec02 h2 {
    width: 580px;
  }

  .tsuyomiModule01.sec02 figure.main {
    top: 115px;
  }

  /*point01*/
  .tsuyomiModule01.sec02 .point01 {
    padding: 86px 46px 87px 50px;
  }

  /*point02*/
  .tsuyomiModule01.sec02 .point02 {
    padding: 24px 40px 25px 40px;
    margin-left: 48px;
  }

  .tsuyomiModule01.sec02 .point02 p {
    width: auto;
  }

  /*point03*/
  .tsuyomiModule01.sec02 .point03 p {
    width: 270px;
  }

  .tsuyomiModule01.sec02 .point03 .photo {
    padding-left: 30px;
  }

  .tsuyomiModule01.sec02 .point03 figure {
    width: 200px;
  }

  .tsuyomiModule01.sec02 .point03 figure img {
    width: 200px;
  }

  /*tsuyomiModule01 sec03 */
  .tsuyomiModule01.sec03 {
    margin-bottom: 150px;
  }

  .tsuyomiModule01.sec03 figure figcaption {
    margin-top: -78px;
    font-size: 11px;
  }

  .tsuyomiModule01.sec03 h2,
  .tsuyomiModule01.sec04 h2 {
    line-height: 38px;
  }

  .tsuyomiModule01.sec03 h2 span {
    margin-bottom: 20px;
  }

  .tsuyomiModule01.sec03 figure {
    top: 129px;
  }

  .tsuyomiModule01.sec03 .detailBox,
  .tsuyomiModule01.sec04 .detailBox {
    margin-left: 516px;
  }

  .tsuyomiModule01.sec04 .detailBox .netWork {
    width: 1090px;
    margin-left: -520px;
  }

  /*point01*/
  .tsuyomiModule01.sec03 .point01 {
    padding: 46px 50px 45px 50px;
  }

  /*point02*/
  .tsuyomiModule01.sec03 .point02 {
    padding: 22px 50px 22px 90px;
  }

  .tsuyomiModule01.sec03 .point02 p {
    width: auto;
  }

  /*tsuyomiModule01 sec04 */
  .tsuyomiModule01.sec04 figure {
    top: 169px;
  }

  /*point01*/
  .tsuyomiModule01.sec04 .point01 {
    padding: 54px 50px 54px 50px;
  }

  /*tsuyomiModule01 sec04 */
  .tsuyomiModule01.sec04 .netWork h3 {
    margin: 30px 0 20px 0;
    font-size: 20px;
    color: #007e65;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
  }

  .tsuyomiModule01.sec04 .netWork ul {
    padding: 40px 0 40px 40px;
    background: #f5f6f4;
  }

  .tsuyomiModule01.sec04 .netWork ul li {
    width: 519px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .tsuyomiModule01.sec04 .netWork ul li h4 {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 203px;
  }

  .tsuyomiModule01.sec04 .netWork ul li figure {
    display: inline-block;
  }

  .tsuyomiModule01.sec04 .netWork ul li .txtBox {
    width: 280px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: bottom;
  }

  .tsuyomiModule01.sec04 .netWork ul li .btn02 {
    width: 276px;
    margin-top: 17px;
    line-height: 30px;
    letter-spacing: -1px;
  }

  .tsuyomiModule01.sec04 .netWork ul li:nth-child(2) .btn02 {
    margin-top: 34px;
  }

  /*incorporationModule
------------------------------------------------------------- */
  .incorporationModule {
    margin-bottom: 70px;
  }

  .incorporation .titStyle03 {
    font-size: 20px;
  }

  /*incorporationCourse*/
  .incorporationModule .incorporationCourse {
    margin-top: 50px;
    padding: 50px 60px;
    background: #e5f6f3;
    position: relative;
  }

  .incorporationModule .incorporationCourse .ico {
    position: absolute;
    top: -40px;
    left: 10px;
  }

  .incorporationModule .incorporationCourse .ico img {
    width: 70px;
  }

  .incorporationModule .incorporationCourse figure,
  .incorporationModule .incorporationCourse .txtBox {
    display: inline-block;
    vertical-align: top;
  }

  .incorporationModule .incorporationCourse .txtBox {
    margin-left: 20px;
    width: 540px;
  }

  .incorporationModule .incorporationCourse .txtBox p {
    font-size: 14px;
    line-height: 26px;
  }

  .incorporationModule .incorporationCourse figure img {
    width: 270px;
    height: auto;
  }

  .incorporationModule .incorporationCourse h3 {
    margin: -5px 0 5px 0;
    font-size: 20px;
    line-height: 30px;
    color: #007e65;
  }

  .incorporationModule .incorporationCourse .example {
    margin: 30px 0;
    padding: 20px 30px;
    background: #fff;
  }

  .incorporationModule .incorporationCourse .example h4 {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
  }

  .incorporationModule .incorporationCourse .example ul {
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
  }

  .incorporationModule .incorporationCourse .example ul li {
    font-size: 14px;
    line-height: 26px;
  }

  /*costExample*/
  .incorporationModule .incorporationCourse .costExample h4,
  .incorporationModule .incorporationCourse .costExample figure {
    display: inline-block;
    vertical-align: middle;
  }

  .incorporationModule .incorporationCourse .costExample figure {
    margin-left: 30px;
  }

  .incorporationModule .incorporationCourse .costExample figure img {
    width: auto;
  }

  /*tableBox*/
  .incorporationModule .incorporationCourse .tableBox table {
    width: 100%;
  }

  /*necessaryModule
------------------------------------------------------------- */
  .necessaryModule {
    width: 810px;
    margin: 0 auto;
  }

  .necessaryModule p.first {
    margin: 50px 0 20px 0;
  }

  .necessaryModule p,
  .necessaryModule li,
  .necessaryModule span {
    font-size: 14px;
    line-height: 26px;
  }

  .necessaryModule span.number {
    width: 20px;
    line-height: 22px;
  }

  .necessaryModule > div {
    padding: 40px;
  }

  .necessaryModule > div ol {
    margin-bottom: 20px;
  }

  .necessaryModule > div ul li {
    margin-bottom: 10px;
    padding: 20px;
  }

  .necessaryModule > div ul li h3,
  .necessaryModule > div ul li p {
    display: inline-block;
    vertical-align: top;
  }

  .necessaryModule > div ul li p {
    width: 552px;
  }

  .necessaryModule > div ul li p.block {
    width: auto;
  }

  .necessaryModule > div ul li h3 {
    width: 134px;
  }

  .necessaryModule > div ul li .attention {
    font-size: 12px;
  }

  /*applicationModule
------------------------------------------------------------- */
  .applicationModule {
    width: 810px;
    margin: 40px auto 0 auto;
    padding: 15px;
    background: url(../img/common/bg_01.jpg);
  }

  .applicationModule .inner {
    width: auto;
    padding: 45px 40px 0 40px;
    border: solid 3px #ccc7c1;
  }

  .applicationModule .inner h3 {
    margin-bottom: 40px;
    font-size: 20px;
    color: #007e65;
    text-align: center;
  }

  .applicationModule .inner ol.mainflow > li {
    min-height: 120px;
    margin-bottom: 30px;
    padding: 0 10px 30px 75px;
    background-size: 39px !important;
    border-bottom: solid 3px #ccc7c1;
  }

  .applicationModule .inner ol.mainflow > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(1) {
    background: url(../img/incorporation/ico_incorporation_step1.png) no-repeat
      8px 5px;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(2) {
    background: url(../img/incorporation/ico_incorporation_step2.png) no-repeat
      8px 12px;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(3) {
    background: url(../img/incorporation/ico_incorporation_step3.png) no-repeat
      8px 5px;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(4) {
    background: url(../img/incorporation/ico_incorporation_step4.png) no-repeat
      8px 5px;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(5) {
    background: url(../img/incorporation/ico_incorporation_step5.png) no-repeat
      8px 5px;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(6) {
    background: url(../img/incorporation/ico_incorporation_step6.png) no-repeat
      8px 5px;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(7) {
    background: url(../img/incorporation/ico_incorporation_step7.png) no-repeat
      8px 5px;
  }

  .applicationModule .inner ol.mainflow > li h4 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 29px;
    color: #007e65;
  }

  .applicationModule .inner ol.mainflow > li:nth-child(2) h4 {
    padding-top: 30px;
  }

  .applicationModule .inner ol.mainflow > li ol li {
    margin-bottom: 5px;
    padding-left: 2.4em;
    font-size: 14px;
    line-height: 22px;
    text-indent: -2.6em;
  }

  .applicationModule .inner ol.mainflow > li ol li a {
    text-decoration: underline;
  }

  .applicationModule .inner ol.mainflow > li ol li span,
  .applicationModule .inner ol.mainflow > li ol li a {
    font-size: 14px;
    line-height: 22px;
  }

  .applicationModule .inner ol.mainflow > li ol li span.space {
    padding-left: 110px;
  }

  .applicationModule .inner ol.mainflow > li .attention {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }

  /*activityModule
------------------------------------------------------------- */
  .activityModule {
    margin-bottom: 40px;
    padding: 40px;
    background: url(../img/common/bg_01.jpg);
  }

  .activityModule h2 {
    margin-bottom: 30px;
  }

  .activityModule > ul {
    margin-right: -21px;
  }

  .activityModule > ul > li {
    width: 280px;
    height: 368px;
    margin-right: 20px;
    padding: 20px;
    background: #fcfbfb;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .activityModule > ul > li h3 {
    font-size: 16px;
    color: #998450;
  }

  .activityModule > ul > li h3 span {
    font-size: 12px;
    letter-spacing: -1.4px;
  }

  .activityModule > ul > li p {
    margin: 10px 0;
  }

  .activityModule > ul > li figure img {
    width: 100%;
  }

  .activityModule > ul > li figure .ico {
    position: absolute;
    top: -100px;
    right: 7px;
  }

  .activityModule > ul > li figure .ico img {
    width: 115px;
  }

  .activityModule > ul > li ul li {
    display: inline-block;
  }

  .activityModule > ul > li h4 {
    margin-top: 5px;
    font-weight: bold;
  }

  .activityModule > ul > li h4,
  .activityModule > ul > li ul li {
    color: #998450;
    font-size: 12px;
  }

  /*facility*/
  .activityModule .facility {
    margin-top: 20px;
    padding: 20px 50px;
    border: solid 4px #fff;
  }

  .activityModule .facility h3 {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }

  .activityModule .facility dl dt {
    width: 80px;
    margin: 10px 0 5px 0;
    font-weight: bold;
    color: #998450;
    text-align: right;
    display: inline-block;
    vertical-align: top;
  }

  .activityModule .facility dl dd {
    width: 670px;
    margin: 10px 0 5px 0;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
  }

  .activityModule .facility dl dd ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
  }

  /*levelUpModule
------------------------------------------------------------- */
  .levelUpModule {
    margin: 0 0 40px -60px;
  }

  .levelUpModule p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }

  .levelUpModule figure {
    margin: 15px 0;
  }

  .levelUpModule .chart {
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
  }

  /*borderBox*/
  .levelUpModule .borderBox {
    width: 300px;
    margin: 26px 0 0 20px;
    padding: 30px 20px 15px 20px;
    border: solid 2px #f7cf9d;
    display: inline-block;
    vertical-align: top;
  }

  .levelUpModule .borderBox h3 {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }

  .levelUpModule .borderBox p {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.2px;
  }

  .levelUpModule .borderBox figure img {
    width: 100%;
  }

  /* !attentionOpenModule
---------------------------------------------------------- */
  .attentionOpenModule {
    padding: 40px;
    background: url(../img/common/bg_01.jpg);
    border: solid 3px #e22350;
    margin-top: 3px;
  }

  .attentionOpenModule .attentionIn {
    width: 412px;
    display: inline-block;
    vertical-align: top;
  }

  .attentionOpenModule .attentionIn.left {
    margin-right: 50px;
    position: relative;
  }

  .attentionOpenModule .attentionIn.left:after {
    content: "";
    width: 2px;
    height: 650px;
    display: inline-block;
    background: #dfdcd8;
    position: absolute;
    top: 35px;
    right: -25px;
  }

  .attentionOpenModule .attentionIn ul.about {
    padding: 30px;
  }

  .attentionOpenModule h3 {
    font-size: 18px;
  }

  .attentionOpenModule .firstTxt {
    margin: 20px 0;
  }

  .attentionOpenModule .closeMLD {
    margin-top: 40px;
  }

  /* !aboutMLDModule
---------------------------------------------------------- */
  .aboutMLDModule {
  }

  .aboutMLDModule h2 {
    margin-bottom: 70px;
  }

  .aboutMLDModule h3 {
    margin: 0 0 30px 0;
    padding-left: 20px;
    font-size: 20px;
    border-left: solid 7px #007e65;
  }

  /*MLDhistory*/
  .aboutMLDModule .MLDhistory {
    width: 450px;
    margin: 0 60px 50px 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }

  .aboutMLDModule .MLDhistory dl dt {
    width: 450px;
  }

  .aboutMLDModule .MLDhistory dl dt,
  .aboutMLDModule .MLDhistory dl dt span {
    font-size: 29px;
  }

  .aboutMLDModule .MLDhistory dl dt span {
    padding-left: 2px;
    font-size: 18px;
  }

  .aboutMLDModule .MLDhistory dl dt:after {
    width: 360px;
    height: 1px;
    margin: -4px 0 0 90px;
  }

  .aboutMLDModule .MLDhistory dl dt:nth-of-type(even):after {
    margin: 0 90px 0 0;
  }

  .aboutMLDModule .MLDhistory dl dt:nth-of-type(2) {
    padding-right: 180px;
  }

  .aboutMLDModule .MLDhistory dl dt:nth-of-type(2):after {
    margin-right: 270px;
  }

  .aboutMLDModule .MLDhistory dl dt:nth-of-type(3):after {
    width: 175px;
  }

  .aboutMLDModule .MLDhistory dl dd {
    margin: 13px;
    font-size: 14px;
    line-height: 26px;
  }

  .aboutMLDModule .MLDhistory dl dd:nth-of-type(2):after {
    width: 160px;
    height: 200px;
    background-size: 160px !important;
  }

  .aboutMLDModule .MLDhistory dl dd:nth-of-type(2) {
    margin-bottom: 40px;
    padding-right: 180px;
    position: relative;
  }

  .aboutMLDModule .MLDhistory figure {
    margin: 0 13px;
  }

  .aboutMLDModule .MLDhistory figure img {
    width: 100%;
  }

  /*MLDmerit*/
  .aboutMLDModule .MLDmerit {
    width: 450px;
    display: inline-block;
    vertical-align: top;
  }

  .aboutMLDModule .MLDmerit h4 {
    margin: 0 17px 8px 17px;
    font-size: 20px;
  }

  .aboutMLDModule .MLDmerit ul {
    margin: 0 17px 23px 17px;
  }

  .aboutMLDModule .MLDmerit ul li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  .aboutMLDModule .MLDmerit ul.other {
    margin-bottom: 20px;
  }

  .aboutMLDModule .MLDmerit ul.other li {
    width: 144px;
    display: inline-block;
    vertical-align: top;
  }

  .aboutMLDModule .MLDmerit ul.other li:last-child {
    width: auto;
  }

  .aboutMLDModule .MLDmerit .point {
    margin: 0 0 10px 17px;
    line-height: 55px;
    font-size: 16px;
  }

  /*MLDLecture*/
  .aboutMLDModule .MLDLecture {
    margin: 20px 0 60px 0;
    padding: 30px;
    border: solid 8px #d8d5d1;
  }

  .aboutMLDModule .MLDLecture h3 {
    margin: 0;
    line-height: 19px;
  }

  .aboutMLDModule .MLDLecture p {
    width: 480px;
    margin: 0 20px 10px 0;
    font-size: 14px;
    line-height: 26px;
  }

  .aboutMLDModule .MLDLecture .txt,
  .aboutMLDModule .MLDLecture figure {
    margin-top: 30px;
    display: inline-block;
    vertical-align: top;
  }

  .aboutMLDModule .MLDLecture figure img {
    width: 380px;
  }

  /* !indispensableLectureModule
---------------------------------------------------------- */
  .indispensableLectureModule {
    margin-bottom: 20px;
    padding: 40px 70px;
  }

  .indispensableLectureModule h3 {
    font-size: 20px;
  }

  .indispensableLectureModule > ul {
    padding-left: 20px;
  }

  .indispensableLectureModule > ul > li {
    width: 380px;
    margin-top: 40px;
    padding: 30px;
    display: inline-block;
    vertical-align: top;
  }

  .indispensableLectureModule > ul > li:first-child {
    margin-right: 32px;
  }

  .indispensableLectureModule > ul > li:after {
    width: 74px;
    height: 74px;
    background-size: 74px !important;
  }

  .indispensableLectureModule > ul > li h4 {
    margin: 10px 0 15px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .indispensableLectureModule > ul > li figure img {
    width: 100%;
  }

  .indispensableLectureModule > ul > li p {
    font-size: 13px;
    line-height: 24px;
  }

  /*other*/
  .indispensableLectureModule .other {
    margin: 30px 5px 15px 20px;
  }

  .indispensableLectureModule .other h4 {
    width: 113px;
    height: 106px;
    padding: 30px 26px;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
  }

  .indispensableLectureModule .other ul {
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
  }

  .indispensableLectureModule .other ul li {
    font-size: 14px;
    line-height: 26px;
  }

  .indispensableLectureModule .attention {
    margin: 0 5px 0 20px;
    font-size: 12px;
  }

  /* !fullTimeCourseModule
---------------------------------------------------------- */
  .fullTimeCourseModule {
    margin-bottom: 50px;
    padding: 40px 35px;
    border: solid 6px rgba(136, 196, 187, 0.5);
  }

  .fullTimeCourseModule h3 {
    margin-bottom: 30px;
  }

  .fullTimeCourseModule figure {
    display: inline-block;
    vertical-align: top;
  }

  .fullTimeCourseModule figure img {
    width: 307px;
    height: auto;
  }

  .fullTimeCourseModule .txtBox {
    width: 540px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
  }

  .fullTimeCourseModule .btn03 {
    width: 340px;
    line-height: 45px;
    bottom: -25px;
  }

  /*support*/
  .fullTimeCourseModule .txtBox .support {
    margin-top: 18px;
    padding: 17px 20px;
    background: #e5f6f3;
  }

  .fullTimeCourseModule .txtBox .support h4 {
    margin-bottom: 5px;
    font-size: 14px;
    color: #77b7ad;
  }

  .fullTimeCourseModule .txtBox .support h5 {
    margin-top: 11px;
    padding: 10px 15px;
    color: #fff;
    background: #77b7ad;
    display: inline-block;
    vertical-align: middle;
  }

  .fullTimeCourseModule .txtBox .support p {
    margin: 11px 0 0 10px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
  }

  /*cibtac */
  #contents.cibtac .fullTimeCourseModule {
    padding-top: 22px;
  }

  #contents.cibtac .fullTimeCourseModule h3 {
    margin-bottom: 24px;
  }

  #contents.cibtac .fullTimeCourseModule h3.type1 {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  #contents.cibtac .fullTimeCourseModule h3.type1::before {
    width: 100%;
    height: 4px;
    margin-bottom: 16px;
    display: block;
    background-color: #e5f6f3;
    content: "";
  }

  #contents.cibtac .fullTimeCourseModule figure img {
    width: 378px;
  }

  #contents.cibtac .fullTimeCourseModule .txtBox {
    width: 445px;
    margin-left: 32px;
    font-size: 14px;
    line-height: 1.86;
  }

  /* !supportModule01
---------------------------------------------------------- */
  .supportModule01 {
    margin: 0 0 40px 0;
    overflow: hidden;
  }

  .supportModule01 h2 {
    padding-top: 82px;
    font-size: 26px;
    letter-spacing: 1px;
  }

  .supportModule01.sec01 h2 {
    background: url(../img/support/ico_support02_pc.png) no-repeat center top;
  }

  .supportModule01.sec02 h2 {
    background: url(../img/support/ico_support03_pc.png) no-repeat center top;
  }

  .supportModule01.sec03 h2 {
    background: url(../img/support/ico_support04_pc.png) no-repeat center top;
  }

  .supportModule01.sec04 h2 {
    background: url(../img/support/ico_support05_pc.png) no-repeat center top;
  }

  .supportModule01 .txt.first {
    margin: 35px 0;
    font-size: 14px;
    line-height: 26px;
  }

  .supportModule01 figure {
    width: 410px;
  }

  .supportModule01.sec01 figure,
  .supportModule01.sec03 figure {
    float: left;
  }

  .supportModule01.sec02 figure,
  .supportModule01.sec04 figure {
    float: right;
  }

  .supportModule01 ul {
    width: 670px;
  }

  .supportModule01.sec01 ul,
  .supportModule01.sec03 ul {
    float: right;
  }

  .supportModule01.sec01 ul,
  .supportModule01.sec03 ul {
    float: left;
  }

  .supportModule01 ul li {
    padding: 25px 25px 30px 25px;
    display: inline-block;
  }

  /*sec01 sec02*/
  .supportModule01.sec01 ul li:nth-child(1),
  .supportModule01.sec02 ul li:nth-child(1) {
    width: 380px;
  }

  .supportModule01.sec01 ul li:nth-child(2),
  .supportModule01.sec02 ul li:nth-child(2) {
    width: 290px;
    padding-right: 20px;
  }

  .supportModule01.sec01 ul li:nth-child(2) p,
  .supportModule01.sec02 ul li:nth-child(2) p {
    letter-spacing: -0.5px;
  }

  .supportModule01.sec01 ul li:nth-child(3) {
    height: 246px;
    padding-right: 250px;
    background: url(../img/support/pic_support01_1_pc.jpg) no-repeat right top
      rgba(135, 197, 187, 0.2);
  }

  /*sec02*/
  .supportModule01.sec02 ul li:nth-child(3) {
    height: 246px;
    padding-left: 250px;
    background: url(../img/support/pic_support02_1_pc.jpg) no-repeat left top
      rgba(135, 197, 187, 0.2);
  }

  /*sec03*/
  .supportModule01.sec03 ul li {
    padding-bottom: 22px;
  }

  .supportModule01.sec03 ul li:nth-child(1) {
    padding-bottom: 21px;
  }

  .supportModule01.sec03 ul li:nth-child(2) {
    width: 230px;
  }

  .supportModule01.sec03 ul li:nth-child(3) {
    width: 440px;
  }

  /*sec04*/
  .supportModule01.sec04 ul li:nth-child(1) {
    height: 205px;
    padding-right: 310px;
    background: url(../img/support/pic_support04_1_pc.jpg) no-repeat right top
      rgba(135, 197, 187, 0.3);
  }

  .supportModule01.sec04 ul li:nth-child(2) {
    height: 246px;
    padding-left: 255px;
    background: url(../img/support/pic_support04_2_pc.jpg) no-repeat left top
      rgba(135, 197, 187, 0.2);
  }

  .supportModule01 ul li h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .supportModule01 ul li h3:before {
    width: 20px;
    height: 20px;
    margin: 0 8px -4px 0;
  }

  .supportModule01 ul li p {
    line-height: 24px;
  }

  .supportModule01 ul li .color01 {
    font-size: 13px;
  }

  /*supportTxt*/
  .supportTxt {
    margin-top: 70px;
    padding: 30px;
  }

  .supportTxt h2 {
    font-size: 20px;
    line-height: 23px;
  }

  .supportTxt p {
    margin-top: 20px;
  }

  /* !paymentModule
---------------------------------------------------------- */
  .paymentModule {
    margin: 0 0 20px 0;
    padding: 30px;
  }

  .paymentModule h2 {
    margin-bottom: 20px;
  }

  .paymentModule li {
    font-size: 14px;
  }

  .paymentModule ul.diskList01 {
    margin: 8px 0 0 0 0;
  }

  .paymentModule ul.attentionList {
    margin-top: 10px;
    padding: 15px 20px;
  }

  .paymentModule table {
    width: 340px;
    margin-top: 10px;
  }

  .paymentModule table tr th {
    padding: 5px 0;
    font-size: 12px;
  }

  .paymentModule table tr td {
    padding: 5px 0;
    font-size: 12px;
  }

  /* !reason3Module
---------------------------------------------------------- */
  .reason3Module {
    margin: 60px 10px 90px 10px;
    padding: 50px 40px;
    border: solid 3px #87c5bb;
  }

  .reason3Module h2 {
    margin-top: -71px;
    text-align: center;
  }

  .reason3Module > ul {
    margin-left: -10px;
  }

  .reason3Module > ul li {
    width: 280px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: top;
  }

  .reason3Module ul li h3 {
    margin-top: 15px;
    padding-left: 62px;
    font-size: 17px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #87c5bb;
    position: relative;
  }

  .reason3Module ul li h3:before {
    content: "";
    width: 62px;
    height: 42px;
    display: inline-block;
    background: url(../img/recruit_info/ico_recruit_info02_pc.png) no-repeat
      left top;
    position: absolute;
    left: 0;
  }

  .reason3Module > ul li:nth-child(2) h3:before {
    background: url(../img/recruit_info/ico_recruit_info03_pc.png) no-repeat
      left top;
  }

  .reason3Module > ul li:nth-child(3) h3:before {
    background: url(../img/recruit_info/ico_recruit_info04_pc.png) no-repeat
      left top;
  }

  .reason3Module > ul > li ul,
  .reason3Module > ul li .evaluation {
    margin-bottom: 5px;
    padding: 10px 25px;
    background: rgba(135, 197, 187, 0.2);
  }

  .reason3Module ul li ul li:before {
    background: #626c6a;
  }

  .reason3Module > ul li p {
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
    color: #007e65;
    background: rgba(135, 197, 187, 0.2);
  }

  .reason3Module ul li ul li {
    margin-left: 50px;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
  }

  .reason3Module ul li .evaluation p {
    margin: 17px 0 16px 0;
    padding: 0 !important;
    line-height: 40px;
    color: #626c6a;
    font-size: 20px;
    font-weight: bold;
    background: none !important;
    position: relative;
  }

  .reason3Module ul li:nth-child(2) p.ico:after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: -12px;
    background: url(../img/recruit_info/ico_recruit_info05.png) no-repeat;
    background-size: 25px !important;
    position: absolute;
    bottom: -20px;
    left: 50%;
  }

  .reason3Module ul li .reasonIn ul {
    padding: 27px 25px;
  }

  /*reasonIn*/
  .reason3Module > ul li .reasonIn ul li span {
    display: block;
  }

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

  .worksFileModule.sec3,
  .worksFileModule.sec4 {
    width: 480px;
    display: inline-block;
  }

  .worksFileModule .inner {
    width: auto !important;
    padding: 40px 50px;
  }

  .worksFileModule.sec3 .inner {
    padding: 40px 20px 40px 50px;
  }

  .worksFileModule.sec4 .inner {
    padding: 40px 50px 40px 20px;
  }

  .worksFileModule.sec3 .inner,
  .worksFileModule.sec4 .inner {
    height: 598px;
  }

  .worksFileModule > span {
    width: 174px;
    font-size: 15px;
    line-height: 40px;
  }

  .worksFileModule > span {
    position: absolute;
    top: -40px;
    left: 174px;
  }

  .worksFileModule > span.file {
    left: 0;
  }

  .worksFileModule > span.file:after {
    width: 30px;
    height: 30px;
    margin: 0 0 -9px 0;
    background-size: 30px !important;
  }

  .worksFileModule .inner h2 {
    margin-bottom: 30px;
    padding: 16px 0;
    font-size: 20px;
  }

  .worksFileModule .inner figure,
  .worksFileModule .inner .txtBox {
    display: inline-block;
    vertical-align: top;
  }

  .worksFileModule .inner .txtBox {
    width: 550px;
    margin: 0 0 50px 30px;
  }

  .worksFileModule.sec3 .inner .txtBox,
  .worksFileModule.sec4 .inner .txtBox {
    width: 410px;
    margin: 15px 0 0 0;
  }

  .worksFileModule .inner .txtBox p {
    font-size: 14px;
    line-height: 26px;
  }

  .worksFileModule .inner h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
  }

  .worksFileModule .inner .btn02 {
    margin-top: 50px;
    float: right;
    line-height: 30px;
  }

  .worksFileModule.sec3 .inner .btn02,
  .worksFileModule.sec4 .inner .btn02 {
    margin: 19px 0 0 60px !important;
    float: none;
  }

  /*graduate*/
  .worksFileModule .inner .graduate {
    padding: 30px;
    background: #fff;
    position: relative;
  }

  .worksFileModule .inner .graduate figure {
    width: 150px;
    height: auto;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
  }

  .worksFileModule .inner .graduate figure img {
    width: 100%;
  }

  .worksFileModule .inner .graduate .graduateTxt {
    width: 620px;
    display: inline-block;
  }

  .worksFileModule .inner .graduate .graduateTxt h4 {
    font-size: 13px;
  }

  .worksFileModule .inner .graduate .graduateTxt h4:before {
    width: 177px;
    height: 58px;
    background-size: 177px !important;
    top: -26px;
    left: 170px;
  }

  .worksFileModule .inner .graduate .graduateTxt h4 {
    padding: 5px 0 10px 0;
    font-size: 16px;
  }

  .worksFileModule .inner .graduate .graduateTxt h4 span {
    padding-left: 8px;
    font-size: 13px;
  }

  .worksFileModule .inner .graduate .graduateTxt > span {
    margin: 0 10px 15px 0;
    padding: 2px 5px;
    font-size: 12px;
  }

  .worksFileModule .inner .graduate .graduateTxt ul {
    margin-bottom: 6px;
    display: inline-block;
  }

  .worksFileModule .inner .graduate .graduateTxt ul li {
    color: #87c5bb;
    display: inline-block;
  }

  .worksFileModule .inner .graduate .graduateTxt p {
    line-height: 24px;
  }

  /* !sanritsuModule
---------------------------------------------------------- */
  .sanritsuModule {
    margin: -40px 0 70px 0;
    padding: 30px 110px;
    text-align: center;
  }

  .sanritsuModule h3 {
    margin-bottom: 20px;
    padding: 0 20px 8px 20px;
    font-size: 15px;
    display: inline-block;
  }

  .sanritsuModule dl {
    width: 350px;
    position: relative;
  }

  .sanritsuModule dl dt,
  .sanritsuModule dl dd,
  .sanritsuModule ul li {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }

  .sanritsuModule dl dt {
    width: 100px;
  }

  .sanritsuModule dl dd {
    width: 250px;
  }

  .sanritsuModule dl dt.position {
    position: absolute;
    top: 0;
    left: 390px;
  }

  .sanritsuModule dl dd.position {
    position: absolute;
    top: 0;
    left: 490px;
  }

  /* !worksOtherModule
---------------------------------------------------------- */
  .worksOtherModule {
    margin: 0 -100% -10px -100%;
    padding: 70px 100% 50px 100%;
  }

  .worksOtherModule .inner {
    width: 960px;
  }

  .worksOtherModule h3 {
    padding: 20px 0;
    font-size: 26px;
  }

  .worksOtherModule .txt.first {
    font-size: 14px;
  }

  .worksOtherModule .inner > figure {
    margin: 20px 0 30px 0;
  }

  .worksOtherModule .txtBox01 {
    margin: 0 30px 50px 0;
    width: 450px;
    display: inline-block;
    vertical-align: top;
  }

  .worksOtherModule .txtBox01 .btn02 {
    margin: 20px 0 50px 0;
    line-height: 30px;
  }

  .worksOtherModule .txtBox02 {
    width: 480px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .worksOtherModule .txtBox02 p {
    height: 215px;
    padding: 10px 25px;
    font-size: 12px;
    line-height: 22px;
  }

  .worksOtherModule .txtBox02 span {
    display: inline-block;
    position: absolute;
    top: -92px;
    right: 20px;
  }

  .worksOtherModule .independence figure {
    display: inline-block;
    vertical-align: top;
  }

  .worksOtherModule .independence .txtBox {
    width: 510px;
    margin-left: 40px;
    display: inline-block;
  }

  .worksOtherModule .independence h4 {
    font-size: 16px;
  }

  .worksOtherModule .independence p {
    margin: 15px 0 10px 0;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }

  .worksOtherModule .independence .btn02 {
    margin-bottom: 0;
    line-height: 30px;
  }

  /*------------------------------------------------------ccommon2.css---------------------------------------------------------------------------------- */
  /* !faq
---------------------------------------------------------- */
  #contents.faq article {
    width: 960px;
    position: relative;
  }

  #contents.faq li #keywords2 {
    width: 240px;
    height: 36px;
  }

  #contents.faq li input.btn01 {
    top: 12px;
    right: 8px;
  }

  /*search*/
  #contents.faq .search {
    width: 665px;
    display: inline-block;
    margin-bottom: 60px;
  }

  #contents.faq .search > p {
    margin: 60px 0 20px;
    background: #cfe8e4;
    width: 665px;
    font-size: 18px;
    padding: 16px 12px;
  }

  #contents.faq .search > p span {
    color: #007e65;
  }

  /* !faqListModule
---------------------------------------------------------- */
  #contents.faqListModule {
    width: 665px;
    margin: 60px 0 0;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
  }

  #contents.faqListModule h2 {
    padding-left: 50px;
    font-size: 20px;
    width: 665px;
  }

  #contents.faqListModule .faqIco01:before {
    width: 17px;
    height: 26px;
    background: url(../img/common/ico_01_pc.png) no-repeat center;
    margin-top: 12px;
    left: 20px;
  }

  #contents.faqListModule .faqIco02:before {
    width: 24px;
    height: 28px;
    background: url(../img/common/ico_03_pc.png) no-repeat center;
    margin-top: 11px;
    left: 15px;
  }

  #contents.faqListModule h3 {
    padding-left: 20px;
    position: relative;
    margin: 30px 0 20px;
    line-height: 30px;
    font-size: 18px;
  }

  #contents.faqListModule h3:before {
    width: 6px;
    height: 30px;
  }

  #contents.faqListModule ul {
    margin-bottom: 40px;
    width: 665px;
  }

  #contents.faqListModule li {
    display: block;
    font-size: 15px;
    position: relative;
    padding-right: 15px;
  }

  #contents.faqListModule li:before {
    content: "";
    width: 34px;
    height: 28px;
    display: inline-block;
    background: url(../img/common/ico_10.png) no-repeat center;
    position: absolute;
    top: 12px;
    left: 20px;
  }

  #contents.faqListModule li a {
    display: block;
    padding: 15px 15px 15px 65px;
    width: 665px;
  }

  #contents.faqListModule .faqIco02 {
    margin-top: 80px;
  }

  /*detail*/
  #contents.faq.detail .faqListModule {
    width: 665px;
  }

  #contents.faq.detail .faqListModule h2 {
    padding: 20px 10px 20px 45px;
    font-size: 20px;
    line-height: 28px;
  }

  #contents.faq.detail .faqListModule h2:after {
    width: 22px;
    height: 19px;
    background: url(../img/common/ico_11_pc.png) no-repeat center;
    top: 26px;
    left: 10px;
  }

  #contents.faq.detail .faqListModule .relationLink li {
    width: 661px;
  }

  #contents.faq.detail .faqListModule h3 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    padding: 0 185px 0 45px;
    position: relative;
    margin: 60px 0 70px;
  }

  #contents.faq.detail .faqListModule h3:after {
    width: 19px;
    height: 15px;
    background: url(../img/common/ico_12_pc.png) no-repeat center;
    top: 8px;
    left: 10px;
  }

  #contents.faq.detail .faqListModule figure {
    margin: 12px 10px 0 0;
    position: absolute;
    bottom: 20px;
    right: 0;
  }

  #contents.faq.detail .relationLink {
    margin: 30px 0 80px;
  }

  #contents.faq.detail .btn02.prev {
    height: 36px;
    line-height: 32px;
  }

  #contents.faq.detail .btn02:after {
    background: url(../img/common/ico_arrow09.png) no-repeat;
    background-size: 5px;
    left: 10px;
  }

  .search-everything-highlight-color {
    font-size: 20px;
  }

  .relationLink .search-everything-highlight-color {
    font-size: 14px;
  }

  /* !subNavModule
---------------------------------------------------------- */
  #contents.faq .subNavModule h3:before {
    top: 0;
  }

  #contents.faq .subNavModule .faqico03:before {
    width: 26px;
    height: 26px;
    background: url(../img/common/ico_04_pc.png) no-repeat;
    left: 0;
  }

  #contents.faq .subNavModule .faqico04:before {
    width: 17px;
    height: 26px;
    background: url(../img/common/ico_05_pc.png) no-repeat;
    left: 7px;
  }

  #contents.faq .subNavModule .faqico05:before {
    width: 24px;
    height: 28px;
    background: url(../img/common/ico_06_pc.png) no-repeat;
    left: 5px;
  }

  /* !formMessageModule
---------------------------------------------------------- */
  .formMessageModule {
    padding: 10px 0;
    margin: 0 -100% 50px;
  }

  .faqListModule.matNone {
    margin: 0;
  }

  .formMessageModule .messageBorder {
    padding: 50px 0;
  }

  .formMessageModule .messageBorder .messageGroup {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
  }

  .formMessageModule figure {
    float: left;
  }

  .formMessageModule p {
    width: 410px;
    float: right;
    font-size: 16px;
  }

  .formMessageModule .graduate {
    padding: 25px 35px;
    margin: 20px auto 0;
    width: 800px;
  }

  .formMessageModule .graduate h3 {
    font-size: 18px;
  }

  .formMessageModule .graduate ul {
    margin-top: 10px;
  }

  .formMessageModule .graduate li {
    margin-left: 16px;
  }

  .formMessageModule .graduate ul .malNone {
    margin-left: 0;
  }

  .formMessageModule .graduate ul .malNone.malNonePc {
    margin-left: 16px;
  }

  .faqListModule .answerDetail {
    margin-bottom: 50px;
  }

  /* !textBoxModule01
---------------------------------------------------------- */
  /*form*/
  #contents.form .textBoxModule01,
  .conftxtStyle01 {
    width: 715px;
    margin: 0 auto 70px;
    padding: 30px;
  }

  #contents.form .textBoxModule01 p {
    font-size: 16px;
  }

  #contents.form .textBoxModule01 li {
    margin-bottom: 8px;
  }

  #contents.form .textBoxModule01 .btn05 {
    padding-left: 20px;
    width: 400px;
    height: 40px;
    line-height: 42px;
    background: url(../img/common/ico_arrow02.png) no-repeat 98% center #007e65;
    background-size: 6px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #contents.form .textBoxModule01 .btn05:before {
    width: 19px;
    height: 24px;
    background: url(../img/common/ico_btn08_pc.png) no-repeat;
    background-size: 16px 21px;
    top: 10px;
    left: 90px;
  }

  /* !messageGroup
---------------------------------------------------------- */
  .messageGroup p {
    line-height: 28px;
  }

  .messageBorder .inSiryou {
    width: 800px;
    margin: 15px auto 0;
    padding: 40px 53px 30px;
    position: relative;
    overflow: hidden;
    border: solid 4px #fff;
  }

  .messageBorder .inSiryou ul {
    padding: 25px 10px 20px 20px;
    margin: 14px 0;
    width: 703px;
    overflow: hidden;
    float: left;
  }

  .messageBorder .inSiryou li span {
    padding-right: 2px;
  }

  .messageBorder .inSiryou .plus {
    width: 22px;
    display: block;
    font-size: 30px;
    float: left;
    margin: 40px 0 0 10px;
  }

  /*form*/
  #contents.form .messageGroup h2 {
    padding-left: 0px;
    font-size: 20px;
  }

  #contents.form .messageGroup h2:after {
    width: 80px;
    height: 3px;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #contents.form .messageBorder .inSiryou li {
    float: left;
    width: auto;
    font-size: 16px;
    margin-right: 15px !important;
  }

  #contents.form .ticketPresent {
    float: left;
    width: 186px;
    position: absolute;
    top: 10px;
    right: 50px;
  }

  #contents.form .ticketPresent p {
    line-height: 18px;
    top: 12px;
    left: 4px;
  }

  #contents.form .ticketPresent p span {
    font-size: 11px;
  }

  #contents.form .ticketPresent figure {
    margin: 50px auto 0;
    width: 113px;
    height: auto;
  }

  /* !voiceDetailModule
---------------------------------------------------------- */
  .voiceDetailModule .voiceDetail01 .profile01 h2 {
    font-size: 18px;
    margin-top: 30px;
    padding-bottom: 10px;
  }

  .voiceDetailModule .voiceDetail01 .profile01 p {
    margin-top: 10px;
  }

  .voiceDetailModule .voiceDetail01 .profile01 ul {
    overflow: hidden;
  }

  /*voice*/
  #contents.voice .voiceDetailModule {
    overflow: hidden;
    width: 960px;
    margin: 60px auto 50px;
    position: relative;
    padding-bottom: 80px;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 {
    width: 420px;
    float: left;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 .profile01 li {
    width: 205px;
    height: 30px;
    line-height: 27px;
    margin-left: 10px;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 .profile02 {
    padding: 15px;
    margin: 10px 0 45px;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 .profile02 figure {
    width: 76px;
    margin-bottom: 10px;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 .profile03 p {
    margin-bottom: 15px;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 .profile03 h2 {
    padding-top: 30px;
  }

  #contents.voice .voiceDetailModule .voiceDetail01 .profile03 h2 {
    font-size: 16px;
    line-height: 28px;
  }

  #contents.voice .voiceDetailModule .voiceDetail02 h2 {
    font-size: 20px;
    line-height: 30px;
  }

  #contents.voice .voiceDetailModule .voiceDetail02 {
    width: 478px;
    float: right;
  }

  #contents.voice .voiceDetailModule .voiceDetail02 h2 {
    margin-bottom: 20px;
  }

  #contents.voice .voiceDetailModule .voiceDetail02 p {
    font-size: 14px;
    line-height: 26px;
  }

  #contents.voice .voiceDetailModule .voiceDetailMat {
    margin-top: 50px;
  }

  /* !ruleListModule
---------------------------------------------------------- */
  .ruleListModule {
    width: 960px;
    margin: 0 auto 60px;
  }

  /* !textBoxModule02
---------------------------------------------------------- */
  .textBoxModule02 h2 {
    font-size: 24px;
    padding: 60px 0 30px;
  }

  .textBoxModule02 .textBox01 {
    padding: 40px 45px;
    display: block !important;
  }

  .textBoxModule02 .textBox01 h3 {
    font-size: 14px;
    margin: 25px 0 4px;
  }

  .textBoxModule02 .textBox01 li {
    font-size: 13px;
    line-height: 26px;
  }

  /*privacy*/
  #contents.privacy .textBoxModule02 h3,
  #contents.privacy .textBoxModule02 p {
    font-size: 14px;
    line-height: 22px;
  }

  #contents.privacy .textBoxModule02 > p {
    margin: 0 auto 30px;
    width: 870px;
  }

  #contents.privacy .textBoxModule02 .textWidth01 {
    width: 727px;
  }

  /* !privacy
---------------------------------------------------------- */
  #contents.privacy article {
    width: 960px;
    margin: 0 auto 40px;
  }

  #contents.privacy h2 {
    margin: 60px 0 40px;
  }

  #contents.privacy .textBox01 h3 {
    margin: 20px 0 3px;
  }

  #contents.privacy .textBox01 li p,
  #contents.privacy .textBox01 ul {
    margin-left: 13px;
  }

  #contents.privacy .textBox01 .contactModule01 {
    width: 720px;
    margin: 45px auto 25px;
  }

  /* !contactModule01
---------------------------------------------------------- */
  /*privacy*/
  #contents.privacy .contactModule01 .contactInner01 {
    display: inline-block;
  }

  #contents.privacy .contactModule01 .contactLogo img,
  #contents.privacy .contactModule01 .contactTel img {
    width: 330px;
    display: inline-block;
  }

  #contents.privacy .textBox01 .contactModule01 .contactLogo img {
    margin-bottom: 10px;
  }

  #contents.privacy .textBox01 .btn01 {
    background: #88c4bb;
    background-size: 6px;
    padding-right: 10px;
    float: right;
    margin-top: 18px;
    display: inline-block;
    vertical-align: bottom;
  }

  #contents.privacy .textBox01 > p:last-child {
    width: 720px;
    margin: 0 auto;
  }

  /* !law
---------------------------------------------------------- */
  #contents.law article {
    width: 810px;
    margin: 60px auto 50px;
  }

  #contents.law h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  #contents.law h2:after {
    background: #87c5bb;
  }

  #contents.law table {
    width: 810px;
  }

  #contents.law .tableModule01 table {
    border: solid 2px #87c5bb;
  }

  #contents.law .tableModule01 table td h3 {
    font-size: 14px;
  }

  #contents.law table th,
  #contents.law table td,
  #contents.law .tableModule01 table th,
  #contents.law .tableModule01 table td {
    border-bottom: solid 2px #87c5bb;
    position: relative;
  }

  #contents.law .tableModule01 table th,
  #contents.law .tableModule01 table td {
    padding: 25px 20px;
  }

  #contents.law .Profile table th,
  #contents.law .Profile table td {
    padding: 10px 20px;
  }

  #contents.law table th,
  #contents.law table td,
  #contents.law .tableModule01 table td li,
  #contents.law .tableModule01 table td p,
  #contents.law table dt,
  #contents.law table dd {
    font-size: 14px;
    line-height: 26px;
  }

  #contents.law .tableModule01 {
    margin-top: 70px;
  }

  #contents.law .tableModule01 table th {
    margin-top: 20px;
    border-right: solid 2px #87c5bb;
    width: 156px;
    vertical-align: top;
  }

  #contents.law .tableModule01 table td p {
    padding-top: 10px;
  }

  #contents.law .tableModule01 table td ol,
  #contents.law .tableModule01 table td ul,
  #contents.law .tableModule01 table td dl {
    line-height: 22px;
  }

  #contents.law .tableModule01 table td ol,
  #contents.law .tableModule01 table td ul {
    padding: 10px 0 0;
  }

  #contents.law .tableModule01 table td dl {
    padding: 30px 0 0;
  }

  #contents.law .tableModule01 table dt span {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    width: 61px;
    height: 23px;
    line-height: 25px;
  }

  #contents.law .tableModule01 table .danochi {
    margin-left: 20px;
  }

  #contents.law .tableModule01 table .card figure img {
    position: absolute;
    top: 15px;
    right: 20px;
  }

  /* !faqListModule
---------------------------------------------------------- */
  .faqListModule {
    width: 665px;
    margin: 60px 0 0;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
  }

  .faqListModule h2 {
    padding-left: 50px;
    font-size: 20px;
    width: 665px;
  }

  .faqListModule .faqIco01:before {
    width: 17px;
    height: 26px;
    background: url(../img/common/ico_01_pc.png) no-repeat center;
    margin-top: 12px;
    left: 20px;
  }

  .faqListModule .faqIco02:before {
    width: 24px;
    height: 28px;
    background: url(../img/common/ico_03_pc.png) no-repeat center;
    margin-top: 11px;
    left: 15px;
  }

  .faqListModule h3 {
    padding-left: 20px;
    position: relative;
    margin: 30px 0 20px;
    line-height: 30px;
    font-size: 18px;
  }

  .faqListModule h3:before {
    width: 6px;
    height: 30px;
  }

  .faqListModule ul {
    margin-bottom: 40px;
    width: 665px;
  }

  .faqListModule li {
    display: block;
    font-size: 15px;
    position: relative;
    padding-right: 15px;
  }

  .faqListModule li:before {
    content: "";
    width: 34px;
    height: 28px;
    display: inline-block;
    background: url(../img/common/ico_10.png) no-repeat center;
    position: absolute;
    top: 12px;
    left: 20px;
  }

  .faqListModule li a {
    display: block;
    padding: 15px 15px 15px 65px;
    width: 665px;
  }

  .faqListModule .faqIco02 {
    margin-top: 80px;
  }

  /*------------------------------------------------------ccommon3.css---------------------------------------------------------------------------------- */
  /* !今から受講可能な講座
---------------------------------------------------------- */
  .icoSetumei {
    display: inline-block !important;
  }

  /* !FAQ
---------------------------------------------------------- */
  .faqListModule li a {
    font-size: 14px;
  }

  /* !卒業生の声
---------------------------------------------------------- */
  .category03Module {
    padding-bottom: 40px;
  }

  .voiceDetail01 figure img {
    max-width: 420px;
    height: auto;
  }

  /* !mainTit02Module
---------------------------------------------------------- */
  /*point*/
  #contents.principal .mainTit02Module {
    background: url(../img/principal/bg_principal01_pc.jpg) no-repeat;
    background-size: cover;
  }

  /* !PRINCIPAL
---------------------------------------------------------- */
  .principal .leadTxt {
    font-size: 23px !important;
  }

  #contents.principal {
    background: url(../img/principal/bg_principal02.jpg) no-repeat top center;
  }

  #contents.principal article {
    /*	width : 960px;*/
  }

  .pricinpalModule01 p {
    font-size: 15px;
    line-height: 28px;
  }

  .pricinpalModule01 p.txt1 {
    width: 460px;
    float: left;
    margin-left: 60px;
  }

  .pricinpalModule01 p.txt2 {
    width: 460px;
    float: left;
    margin-left: 40px;
  }

  .pricinpalModule02 {
    width: 460px;
    float: right;
    position: relative;
    background: #f8f7eb;
    border: solid 2px #dad5ba;
    padding: 0 15px 20px;
    margin: 360px 60px 0 0;
  }

  .pricinpalModule02 h2 img {
    width: 73px;
    height: 73px;
    position: absolute;
    margin-top: -25px;
    left: -18px;
  }

  .pricinpalModule02 figure {
    width: 160px;
    position: absolute;
    display: block;
    top: 65px;
    left: 20px;
  }

  .pricinpalModule02 figure img {
    width: 135px;
  }

  .pricinpalModule02 .txt {
    width: 260px;
    position: relative;
    left: 160px;
    font-size: 13px;
  }

  .pricinpalModule02 .txt span {
    display: block;
    color: #bbb58c;
    font-size: 11px;
  }

  .pricinpalModule02 h3 {
    font-size: 18px !important;
    display: inline-block;
    color: #bbb58c;
    text-align: center;
    line-height: 40px;
    padding-left: 2px;
    margin-top: 10px;
    margin-left: 50px;
    margin-bottom: 15px;
    background: url(../img/principal/img_underline01.png) repeat-x bottom left;
    background-size: 20px;
  }

  .pricinpalModule02 h3 span {
    font-size: 18px !important;
    padding-bottom: 10px;
  }

  .pricinpalModule03 {
    width: 460px;
    height: 690px;
    padding: 65px 30px 0;
    margin: 350px 0 0 60px;
    position: relative;
    top: 0px;
    background: rgba(255, 255, 255, 0.9);
  }

  .pricinpalModule03 .inner {
    padding: 20px 10px;
  }

  .pricinpalModule03 .inner .bookPhoto {
    float: left;
    width: 100px;
    text-align: center;
  }

  .pricinpalModule03 .inner .bookPhoto figure {
    padding: 0 5px 10px;
  }

  .pricinpalModule03 .inner .bookPhoto img {
    width: 100%;
  }

  .pricinpalModule03 .inner .bookDetail .name span {
    font-size: 12px;
  }

  .pricinpalModule03 h2 img {
    height: 70px;
    width: auto;
    margin: 0 auto;
    display: block;
    margin-top: -66px;
  }

  .pricinpalModule03 .inner .bookDetail {
    float: right;
    width: 260px;
  }

  .pricinpalModule04 {
    width: 460px;
    float: right;
    background: #ffffff;
    border: solid 1px #eeeeee;
    padding: 65px 30px 0;
    margin: 37px 60px 40px 0;
    overflow: hidden;
  }

  .pricinpalModule04 .inner {
    width: 100%;
  }

  .pricinpalModule04 h2 {
    text-align: center;
    width: 100%;
    height: 85px;
    display: block;
  }

  .pricinpalModule04 h2 img {
    height: 70px;
    width: auto;
    margin: 0 auto;
    display: block;
    margin-top: -66px;
  }

  .pricinpalModule04 h3 {
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    padding: 15px 0 8px;
  }

  .pricinpalModule04 .btn02 {
    display: block;
    margin: 25px auto;
    line-height: 40px;
    height: 44px;
    width: 300px;
  }

  .relationNavModule {
    clear: both;
  }

  /* !TEACHER
---------------------------------------------------------- */
  .teacherListModule {
    width: 960px;
    margin: 20px auto;
  }

  .teacherListModule .inner {
    text-align: left;
    width: 960px;
  }

  .teacherListModule .teacherBox {
    margin: 0px 30px 0px 0;
    width: 300px;
    display: inline-block;
    position: relative;
    top: 20px;
    text-align: left;
    clear: both;
  }

  .teacherListModule section:nth-of-type(3n) {
    margin: 0px 0px 30px 0;
  }

  .teacherListModule .teacherBox .btn02 {
    line-height: 30px;
  }

  .teacherListModule .courseList {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    height: 60px;
  }

  .teacherListModule .teacherBox2 {
    padding: 44px 30px 24px;
    background: #e5f6f3;
    clear: both;
    overflow: hidden;
  }

  .teacherListModule .teacherBox2 figure {
    float: left;
  }

  .teacherListModule .teacherBox2 .detail {
    float: right;
    width: 580px;
    margin-top: 20px;
  }

  .teacherListModule .teacherBox2 tr {
    display: block;
    margin: 10px 0;
  }

  .teacherListModule .teacherBox2 th {
    width: 80px;
    font-weight: bold;
    vertical-align: top;
  }

  .teacherListModule .teacherBox2 td {
    font-size: 13px;
    line-height: 22px;
  }

  .teacherListModule .teacherBox2 td li {
    font-size: 13px;
    line-height: 22px;
  }

  .teacherListModule .teacherBox2 .name {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: solid 2px #007e65;
    color: #007e65;
    text-align: left;
  }

  .teacherListModule .teacherBox2 .name span {
    font-size: 15px;
  }

  .teacherListModule .teacherBox2 .teacherTxt {
    display: block;
    padding: 15px 0 2px;
  }

  .teacherListModule .teacherBox2 .innerWhite {
    width: 100%;
    clear: both;
    float: left;
    overflow: hidden;
    background: #fff;
    margin-top: 15px;
    padding: 40px 30px;
    text-align: left;
  }

  .teacherListModule .teacherBox2 .innerWhite .txt {
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .teacherListModule .teacherBox2 .innerWhite .box1 {
    overflow: hidden;
    width: 405px;
    float: left;
  }

  .teacherListModule .teacherBox2 .innerWhite .box1 .midashi {
    display: block;
    background: #87c4bb;
    color: #fff;
    float: left;
    font-size: 15px;
    text-align: center;
    padding: 35px 5px;
    width: 130px;
    height: 110px;
  }

  .teacherListModule .teacherBox2 .innerWhite .box1 div {
    margin-left: 140px;
    margin-top: 10px;
  }

  .teacherListModule .teacherBox2 .innerWhite .box1 li {
    display: block;
    width: 100%;
    padding: 0 0 0 15px;
    position: relative;
    font-size: 13px;
  }

  .teacherListModule .teacherBox2 .innerWhite .box1 li:before {
    content: "・";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .teacherListModule .teacherBox2 .innerWhite .box2 {
    width: 405px;
    float: right;
    overflow: hidden;
  }

  .teacherListModule .teacherBox2 .innerWhite .box2 .midashi {
    display: block;
    background: #bbae8e;
    color: #fff;
    float: left;
    font-size: 15px;
    text-align: center;
    padding: 25px 5px;
    width: 130px;
    height: 110px;
  }

  .teacherListModule .teacherBox2 .innerWhite .box2 div {
    margin-left: 140px;
    font-size: 13px;
    margin-top: 10px;
  }

  .teacherListModule .teacherBox2 .close {
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 30px;
    float: left;
  }

  .teacherListModule .teacherBox2 .close img {
    width: 38px;
    height: auto;
  }

  .teacherListModule .out {
    position: relative;
    top: -10px;
  }

  .teacherListModule #output5.out {
    position: relative;
    top: 20px;
  }

  .teacherListModule .name {
    positin: relative;
    font-size: 20px;
    font-weight: bold;
    color: #6fb2a7;
    display: block;
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: 1px solid #dedede;
  }

  .teacherListModule .subName {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
  }

  .teacherListModule .subName:before {
    content: "/";
    display: block;
    position: absolute;
    font-size: 15px;
    left: 7px;
    top: 0;
  }

  .teacherListModule .course {
    padding: 1px 8px;
    margin-top: 15px;
    display: inline-block;
    font-size: 12px;
  }

  .teacherListModule .teacherBox:hover:after {
    content: " ";
    background: url(../img/teacher/ico_arrow01.png) no-repeat center bottom 30px;
    background-size: 23px;
    width: 23px;
    height: 48px;
    margin-left: -10px;
    opacity: 0.8;
    left: 50%;
  }

  .teacherListModule .teacherBox a:hover:after {
    content: "";
    display: inline-block;
    border: solid 10px #ebf5f4;
    opacity: 0.9;
    background: rgba(159, 207, 200, 0.9) url(../img/teacher/txt_teacher01.png)
      no-repeat center center;
    background-size: 120px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .teacherListModule .teacherBox a:hover:after {
    opacity: 0.9;
    background: rgba(159, 207, 200, 0.8) url(../img/teacher/txt_teacher01.png)
      no-repeat center center;
    background-size: 120px;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* !ANALYS
---------------------------------------------------------- */
  #contents.analys article {
    width: 1000px;
  }

  .mainTit01Module .ico2 {
    position: absolute;
    left: 50%;
    margin-left: 240px;
    top: 0;
  }

  .mainTit01Module .ico2 img {
    height: auto;
    width: 240px;
  }

  .analysModule01 {
    margin: 70px auto;
  }

  .analysModule01 h2 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    background: url(../img/analys/img_wave01.png) repeat-x left bottom;
    background-size: 14px;
    padding: 0 20px 20px;
    margin-bottom: 20px;
  }

  .analysModule01 p {
    font-size: 15px;
    line-height: 26px;
  }

  .analysModule02 .icoNum {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: 10px;
    height: auto;
    width: 110px;
  }

  .analysModule03 .icoNum {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -130px;
    height: auto;
    width: 110px;
  }

  .analysModule04 .icoNum {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: 10px;
    height: auto;
    width: 110px;
  }

  .analysModule05 .icoNum {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -130px;
    height: auto;
    width: 110px;
  }

  .analysModule06 .icoNum {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: 10px;
    height: auto;
    width: 110px;
  }

  .analysModule07 .icoNum {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -130px;
    height: auto;
    width: 110px;
  }

  .analysModule02 {
    position: relative;
    width: 900px;
    float: left;
    border: solid 8px #e6e6e6;
    border-radius: 40px;
    margin: 40px 20px 100px;
    padding: 60px 60px 20px;
  }

  .analysModule03 {
    position: relative;
    width: 900px;
    float: right;
    background: #fff5b2;
    border: solid 8px #e6dfa1;
    border-radius: 40px;
    margin: 20px 20px 100px;
    padding: 60px 60px 0px;
  }

  .analysModule04 {
    position: relative;
    width: 900px;
    float: left;
    border: solid 8px #e6e6e6;
    border-radius: 40px;
    margin: 20px 20px 100px;
    padding: 60px 60px 20px;
  }

  .analysModule04 h2 {
    padding-top: 10px;
  }

  .analysModule05 {
    position: relative;
    width: 900px;
    float: right;
    background: #d1f1eb;
    border: solid 8px #bdd9d4;
    border-radius: 40px;
    margin: 20px 20px 100px;
    padding: 50px 60px 15px;
  }

  .analysModule05 p {
    padding: 0 6px;
  }

  .analysModule06 {
    position: relative;
    width: 900px;
    float: left;
    background: #fff5b2;
    border: solid 8px #e6dfa1;
    border-radius: 40px;
    margin: 20px 20px 100px;
    padding: 60px 60px 5px;
  }

  .analysModule06 h2 {
    padding-top: 40px;
  }

  .analysModule07 {
    position: relative;
    width: 900px;
    float: right;
    border: solid 8px #e5e5e5;
    border-radius: 40px;
    margin: 20px 20px 80px;
    padding: 60px 60px 30px;
  }

  .analysModule02 .icoEnd {
    position: absolute;
    bottom: -60px;
    left: 80%;
    margin-left: -41px;
    height: 60px;
    width: auto;
  }

  .analysModule03 .icoEnd {
    position: absolute;
    bottom: -60px;
    left: 72%;
    margin-left: -41px;
    height: 60px;
    width: auto;
  }

  .analysModule04 .icoEnd {
    position: absolute;
    bottom: -60px;
    left: 28%;
    margin-left: -41px;
    height: 60px;
    width: auto;
  }

  .analysModule05 .icoEnd {
    position: absolute;
    bottom: -60px;
    left: 72%;
    margin-left: -41px;
    height: 60px;
    width: auto;
  }

  .analysModule06 .icoEnd {
    position: absolute;
    bottom: -60px;
    left: 27%;
    margin-left: -41px;
    height: 60px;
    width: auto;
  }

  .analysModule07 .icoEnd {
    position: absolute;
    bottom: -60px;
    left: 30%;
    margin-left: -41px;
    height: 60px;
    width: auto;
  }

  .analysModule02 h2,
  .analysModule03 h2,
  .analysModule04 h2,
  .analysModule05 h2,
  .analysModule06 h2,
  .analysModule07 h2 {
    float: right;
    width: 360px;
  }

  .analysModule02 h2 {
    margin-top: 10px;
  }

  .analysModule04 h2 {
    margin-top: -10px;
  }

  .analysModule06 h2 {
    margin-top: -20px;
  }

  .analysModule02 p,
  .analysModule03 p,
  .analysModule04 p,
  .analysModule05 p,
  .analysModule06 p,
  .analysModule07 p {
    float: right;
    width: 360px;
    margin: 0 0 20px;
    font-size: 14px;
    background-size: 100% 30px;
    line-height: 30px;
  }

  .analysModule02 .illust {
    float: left;
    width: 400px;
    min-height: 260px;
    position: relative;
  }

  .analysModule03 .illust {
    float: left;
    width: 400px;
    min-height: 340px;
    position: relative;
  }

  .analysModule04 .illust,
  .analysModule05 .illust,
  .analysModule06 .illust,
  .analysModule07 .illust {
    float: left;
    width: 400px;
    min-height: 360px;
    position: relative;
  }

  .analysModule02 .illust .pic01,
  .analysModule02 .illust .pic02,
  .analysModule02 .illust .pic03,
  .analysModule02 .illust .pic04 {
    position: absolute;
  }

  .analysModule04 .illust .pic01,
  .analysModule04 .illust .pic02,
  .analysModule04 .illust .pic03,
  .analysModule04 .illust .pic04,
  .analysModule04 .illust .pic05 {
    position: relative;
  }

  .analysModule05 .illust .pic01,
  .analysModule05 .illust .pic02,
  .analysModule05 .illust .pic03 {
    position: absolute;
  }

  .analysModule06 .illust .pic01,
  .analysModule06 .illust .pic02,
  .analysModule06 .illust .pic03,
  .analysModule06 .illust .pic04,
  .analysModule06 .illust .pic05 {
    position: relative;
  }

  .analysModule07 .illust .pic01,
  .analysModule07 .illust .pic02,
  .analysModule07 .illust .pic03,
  .analysModule07 .illust .pic04 {
    position: absolute;
  }

  .analysModule02 .illust .pic01 {
    top: 10px;
    left: 20px;
    z-index: 1;
  }

  .analysModule02 .illust .pic02 {
    top: -6px;
    left: 50px;
    z-index: 2;
  }

  .analysModule02 .illust .pic03 {
    top: -8px;
    left: 120px;
    z-index: 2;
  }

  .analysModule02 .illust .pic04 {
    top: -6px;
    left: 196px;
    z-index: 2;
  }

  .analysModule02 .illust .cntBox {
    position: absolute;
    font-size: 20px;
    z-index: 3;
    color: #007e65;
    top: 180px;
    left: 20px;
    text-align: right;
  }

  .analysModule02 .illust #cntNum {
    font-size: 80px;
    font-family: "Roboto", sans-serif;
  }

  .analysModule02 .illust .cntNow {
    font-size: 14px;
    position: relative;
    top: 0;
  }

  .analysModule03 .pic01 {
    position: absolute;
    top: 100px;
    left: 140px;
  }

  .analysModule03 .pic02 {
    position: absolute;
    top: 30px;
    left: 30px;
  }

  .analysModule03 .pic03 {
    position: absolute;
    top: -20px;
    left: -32px;
  }

  .analysModule04 .illust .pic01,
  .analysModule04 .illust .pic02,
  .analysModule04 .illust .pic03,
  .analysModule04 .illust .pic04,
  .analysModule04 .illust .pic05 {
    top: -20px;
  }

  .analysModule05 .illust .pic01 {
    top: -10px;
    left: -30px;
    z-index: 2;
  }

  .analysModule05 .illust .pic02 {
    top: 67px;
    left: 165px;
    z-index: 1;
  }

  .analysModule05 .illust .pic03 {
    top: 170px;
    left: 0px;
    z-index: 2;
  }

  .analysModule05 .btn02 {
    float: right;
    width: 270px;
    line-height: 30px;
  }

  .analysModule06 .illust .pic01,
  .analysModule06 .illust .pic02,
  .analysModule06 .illust .pic03,
  .analysModule06 .illust .pic04,
  .analysModule06 .illust .pic05 {
    top: -30px;
  }

  .analysModule07 .illust .pic01 {
    top: -10px;
    left: 0;
  }

  .analysModule07 .illust .pic02 {
    top: 0px;
    left: 180px;
  }

  .analysModule07 .illust .pic03 {
    top: 100px;
    left: 0px;
  }

  .analysModule07 .illust .pic04 {
    top: 175px;
    right: 35px;
  }

  .analysModule07 .btn02 {
    float: right;
    width: 270px;
    line-height: 30px;
  }

  #chart {
    width: 281px;
    height: 231px;
  }

  .analysModule02 .cntBox .cntBox2 {
    width: 270px;
    text-align: right;
  }

  /* !FLOW
---------------------------------------------------------- */
  #contents.flow .bx-wrapper .bx-next,
  #contents.flow .bx-wrapper .bx-prev {
    width: 41px;
    height: 73px;
  }

  #contents.flow .bx-wrapper .bx-prev {
    background: url(../img/flow/btn_prev.png);
  }

  #contents.flow .bx-wrapper .bx-next {
    background: url(../img/flow/btn_next.png);
  }

  #contents.flow .bx-wrapper {
    width: 960px;
  }

  #contents.flow #bx-pager {
    text-align: center;
    position: relative;
    width: 800px;
    margin: 0 auto 40px;
  }

  #contents.flow #bx-pager:after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background: #c9c9c9;
    top: 50%;
    left: 0;
    z-index: -1;
  }

  #contents.flow #bx-pager .step01,
  #contents.flow #bx-pager .step02,
  #contents.flow #bx-pager .step03,
  #contents.flow #bx-pager .step04,
  #contents.flow #bx-pager .step05 {
    width: 104px;
    height: 104px;
    display: inline-block;
    background-size: 104px 104px;
    margin: 0 20px;
    z-index: 2;
    opacity: 1;
    cursor: pointer;
  }

  #contents.flow #bx-pager .step01 {
    background: #fff url(../img/flow/btn_step01.jpg);
  }

  #contents.flow #bx-pager .step02 {
    background: #fff url(../img/flow/btn_step02.jpg);
  }

  #contents.flow #bx-pager .step03 {
    background: #fff url(../img/flow/btn_step03.jpg);
  }

  #contents.flow #bx-pager .step04 {
    background: #fff url(../img/flow/btn_step04.jpg);
  }

  #contents.flow #bx-pager .step05 {
    background: #fff url(../img/flow/btn_step05.jpg);
  }

  #contents.flow #bx-pager .step01.active {
    background: #fff url(../img/flow/btn_step01_on.jpg);
  }

  #contents.flow #bx-pager .step02.active {
    background: #fff url(../img/flow/btn_step02_on.jpg);
  }

  #contents.flow #bx-pager .step03.active {
    background: #fff url(../img/flow/btn_step03_on.jpg);
  }

  #contents.flow #bx-pager .step04.active {
    background: #fff url(../img/flow/btn_step04_on.jpg);
  }

  #contents.flow #bx-pager .step05.active {
    background: #fff url(../img/flow/btn_step05_on.jpg);
  }

  #contents.flow .relationNavModule {
    margin: 0px -100% 0 -100%;
  }

  .jeaflowModule01 {
    margin: 20px;
    text-align: center;
  }

  .jeaflowModule01 p {
    font-size: 15px;
    line-height: 24px;
    margin: 60px auto 50px;
    text-align: center;
  }

  .jeaflowModule02 {
    width: 900px;
    height: 450px;
    border: solid 10px #f1f1f1;
    margin: 0 auto;
    padding: 20px 130px 20px 130px;
    position: relative;
  }

  .jeaflowModule02.box01 {
    padding-top: 100px;
  }

  .jeaflowModule02.box02 {
    padding: 80px 110px 20px 110px;
  }

  .jeaflowModule02.box03 {
    padding-top: 15px;
  }

  .jeaflowModule02.box04 {
    padding-top: 40px;
  }

  .jeaflowModule02.box01 .tel {
    width: 250px;
    display: inline-block;
    padding-right: 10px;
  }

  .jeaflowModule02 .btn04 {
    width: 260px;
    display: inline-block;
  }

  .jeaflowModule02.box02 .btn04 {
    width: 370px;
    margin-top: 20px;
  }

  .jeaflowModule02.box03 .btn04 {
    display: inline-block;
    margin-top: 15px;
  }

  .jeaflowModule02.box04 .btn04 {
    margin-top: 15px;
  }

  .jeaflowModule02 .greenBox,
  .jeaflowModule02 .greenBox2 {
    width: 275px;
    float: left;
    padding: 15px 20px;
    margin-top: 15px;
    position: relative;
  }

  .jeaflowModule02 .greenBox {
    margin-left: 30px;
  }

  .jeaflowModule02 .greenBox .btn04,
  .jeaflowModule02 .greenBox2 .btn04 {
    width: 100%;
    margin-top: 5px;
  }

  .jeaflowModule02 .greenBox2 .kome {
    position: absolute;
    bottom: -38px;
    left: 3px;
    font-size: 12px;
  }

  .jeaflowModule02 h2 {
    display: block;
    padding: 25px 0 10px;
    font-size: 20px;
    line-height: 24px;
    color: #008164;
    text-align: center;
  }

  .jeaflowModule02 p {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0;
  }

  .jeaflowModule02 figure {
    position: absolute;
    top: 180px;
    left: 20px;
    float: left;
    width: 100px;
    text-align: center;
  }

  .jeaflowModule02 figure img {
    height: 70px;
    width: auto;
  }

  .jeaflowModule02 .btn04 {
    margin-top: 5px;
    padding: 4px 0;
    position: relative;
    top: 2px;
  }

  .jeaflowModule02.box04 .box {
    float: left;
    width: 240px;
    margin: 10px 10px;
  }

  .jeaflowModule02.box04 {
    padding: 60px 180px 0;
  }

  .jeaflowModule02.box04 .box .name {
    font-weight: bold;
  }

  .jeaflowModule02.box04 .box .btn04 {
    width: 100%;
    margin-top: 0;
  }

  .jeaflowModule02.box05 .btn04 {
    width: 240px;
    margin: 15px 10px;
  }

  .jeaflowModule03 {
    margin: 0 -500%;
    padding: 60px 500% 10px;
    text-align: center;
  }

  .jeaflowModule03 .title {
    font-size: 24px;
  }

  .jeaflowModule03 .title:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 3px;
    background: #87c5bb;
  }

  .jeaflowModule03 .copy {
    width: 900px;
    margin: 25px auto 20px;
    display: block;
    font-size: 14px;
    line-height: 24px;
  }

  .jeaflowModule04 {
    margin: 0 auto 50px;
    padding-bottom: 50px;
    width: 900px;
    position: relative;
    overflow: hidden;
  }

  .jeaflowModule04 figure {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .jeaflowModule04 .case {
    position: relative;
    left: 435px;
    width: 330px;
    z-index: 2;
    margin-top: 25px;
    padding: 33px;
    border: #64baaf 3px solid;
  }

  .jeaflowModule04 .case img {
    height: 66px;
    width: auto;
  }

  .jeaflowModule04 .name {
    position: relative;
    left: 500px;
    width: 330px;
    padding-top: 38px;
    z-index: 2;
    text-align: left;
    font-size: 20px;
  }

  .jeaflowModule04 .name.set {
    padding-top: 20px;
  }

  .jeaflowModule04 .name span {
    font-size: 16px;
  }

  .jeaflowModule04 .course {
    position: relative;
    left: 500px;
    width: 400px;
    z-index: 2;
    text-align: left;
    font-size: 14px;
    padding-top: 10px;
  }

  .jeaflowModule04 .lft {
    float: left;
    width: 440px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
  }

  .jeaflowModule04 .comment {
    position: relative;
    text-align: left;
    width: 440px;
    float: left;
    font-size: 16px;
    line-height: 28px;
  }

  .jeaflowModule04 .comment span {
    font-size: 16px;
    line-height: 28px;
  }

  .jeaflowModule04 .fromjea {
    position: relative;
    text-align: left;
    width: 440px;
    float: left;
    font-size: 14px;
    line-height: 24px;
  }

  .jeaflowModule04 .jikanwari {
    float: left;
    width: 350px;
    padding-top: 30px;
  }

  .jeaflowModule04 .jikanwari ul {
    background: #f2f9f9;
    border-radius: 20px;
    padding: 20px;
  }

  .jeaflowModule04 .jikanwari ul li {
    text-align: left;
    font-size: 14px;
    padding: 8px 0 8px 70px;
  }

  .jeaflowModule04 .jikanwari ul li span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 70px;
    padding: 0 10px;
    font-size: 14px;
  }

  .jeaflowModule04 .jikanwari h4 img {
    height: 24px;
    width: auto;
  }

  .jeaflowModule04 .fromjea p {
    border: #cbcbcb solid 2px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .jeaflowModule04 .fromjea h4 img {
    height: 18px;
    width: auto;
    padding-bottom: 3px;
  }

  .jeaflowModule04 .jikanwari .fukidashi1,
  .jeaflowModule04 .jikanwari .fukidashi2,
  .jeaflowModule04 .jikanwari .fukidashi3,
  .jeaflowModule04 .jikanwari .fukidashi4,
  .jeaflowModule04 .jikanwari .fukidashi5,
  .jeaflowModule04 .jikanwari .fukidashi6 {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    z-index: 3;
  }

  .jeaflowModule04 .jikanwari .fukidashi1 {
    padding-left: 8px;
    padding-top: 7px;
  }

  .jeaflowModule04 .jikanwari .fukidashi2 {
    padding-left: 28px;
    padding-top: 7px;
  }

  .jeaflowModule04 .jikanwari .fukidashi3 {
    padding-left: 13px;
    padding-top: 5px;
  }

  .jeaflowModule04 .jikanwari .fukidashi4 {
    padding-left: 33px;
    padding-top: 7px;
  }

  .jeaflowModule04 .jikanwari .fukidashi5 {
    padding-left: 28px;
    padding-top: 7px;
  }

  .jeaflowModule04 .jikanwari .fukidashi6 {
    padding-left: 0px;
    padding-top: 7px;
  }

  .jeaflowModule04 .jikanwari .fukidashi1 {
    position: absolute;
    left: 170px;
    top: 5px;
    background: url(../img/flow/bg_flow02.png);
    background-size: 142px 50px;
    width: 142px;
    height: 50px;
  }

  .jeaflowModule04 .jikanwari .fukidashi2 {
    position: absolute;
    left: 120px;
    top: 13px;
    background: url(../img/flow/bg_flow03.png);
    background-size: 162px 52px;
    width: 162px;
    height: 52px;
  }

  .jeaflowModule04 .jikanwari .fukidashi3 {
    position: absolute;
    left: 200px;
    top: -36px;
    background: url(../img/flow/bg_flow04.png);
    background-size: 110px 67px;
    width: 110px;
    height: 67px;
  }

  .jeaflowModule04 .jikanwari .fukidashi4 {
    position: absolute;
    left: 145px;
    top: 7px;
    background: url(../img/flow/bg_flow05.png);
    background-size: 163px 70px;
    width: 163px;
    height: 70px;
  }

  .jeaflowModule04 .jikanwari .fukidashi5 {
    position: absolute;
    left: 148px;
    top: -38px;
    background: url(../img/flow/bg_flow06.png);
    background-size: 162px 70px;
    width: 162px;
    height: 70px;
  }

  .jeaflowModule04 .jikanwari .fukidashi6 {
    position: absolute;
    left: 160px;
    top: -61px;
    background: url(../img/flow/bg_flow07.png);
    background-size: 137px 80px;
    width: 137px;
    height: 80px;
  }

  /* !ACCESS_OSAKA ACCESS_KYOTO
---------------------------------------------------------- */
  #contents.access_osaka article {
    width: 100%;
  }

  .accessModule01 {
    margin-bottom: 90px;
  }

  .accessModule01 .maincopy {
    padding: 60px 0 40px;
    display: block;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }

  .accessModule02 {
    position: relative;
    background: url(../img/access/bg_access01.jpg);
  }

  .accessModule02 {
    margin: 60px -500% 45px;
    padding: 0px 500% 60px;
  }

  .accessModule02 .inner {
    width: 960px;
    margin: 0 auto;
  }

  .accessModule02 .midashi {
    position: relative;
    top: -32px;
    left: 10px;
  }

  .accessModule02 .midashi img {
    width: auto;
    height: 52px;
  }

  .accessModule02 .btnBox {
    width: 960px;
    display: block;
    margin: 0 auto;
  }

  .accessModule02 .btn01.google,
  .accessModule02 .btn01.star {
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 470px;
    margin-left: 0;
  }

  .accessModule02 .btn01.google {
    background: url(../img/common/ico_arrow02.png) no-repeat 98% center #007e65;
    background-size: 6px;
  }

  .accessModule02 .btn01.star {
    background: url(../img/common/ico_arrow02.png) no-repeat 98% center #007e65;
    background-size: 6px;
  }

  .accessModule02 .btn01.google:after {
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -130px;
  }

  .accessModule02 .btn01.star:after {
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -150px;
  }

  .accessModule02 .btn01.star {
    margin-left: 20px;
  }

  .accessinfoModule01 {
    width: 860px;
    background: #fff;
    border: solid 6px #c7e3df;
    padding: 20px 40px;
    margin: 0 auto 10px;
    overflow: hidden;
  }

  .accessinfoModule01 .btn01 {
    background: url(../img/common/ico_arrow02.png) no-repeat 98% center #87c5bb;
    background-size: 6px;
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 260px;
    margin-left: 0;
    font-size: 12px;
  }

  .accessinfoModule01 .btn01:after {
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -120px;
  }

  .accessinfoModule01 .infoDetail {
    float: left;
    width: 260px;
  }

  .accessinfoModule01 .infoDetail figure {
    width: 260px;
  }

  .accessinfoModule01 .infoDetail figure img {
    max-width: 100%;
  }

  .accessinfoModule01 .infoDetail p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .accessinfoModule01 .infoDetail figure {
    padding: 15px 0;
    display: block;
  }

  .accessinfoModule01 .accessDetail {
    float: left;
    width: 450px;
    border-top: solid 0px #f7f6f2;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

  .accessinfoModule01 .accessDetail p {
    font-size: 15px;
    line-height: 27px;
    padding: 5px 0;
  }

  .accessModule03 {
    width: 960px;
    margin: 0 auto 40px;
    padding: 0;
    overflow: hidden;
  }

  .accessModule03 section {
    float: left;
    width: 300px;
    margin-bottom: 15px;
    margin-right: 20px;
  }

  .accessModule03 section:last-child {
    margin-right: 0;
  }

  .accessModule03 section figure img {
    width: 100%;
    height: auto;
  }

  .accessModule03 .title {
    font-size: 20px;
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 22px;
    margin-bottom: 40px;
  }

  .accessModule03 .title:after {
    content: "";
    background: #87c5bb;
    width: 84px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
  }

  .accessModule03 section .midashi {
    color: #87c5bb;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    padding: 15px 0 5px 0;
  }

  .accessModule03 section .txt {
    font-size: 14px;
    line-height: 24px;
  }

  .accessModule04 {
    width: 960px;
    clear: both;
    margin: 0 auto;
    padding: 10px 0px 20px;
  }

  .accessModule04 .title {
    font-size: 20px;
    position: relative;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .accessModule04 .title img {
    display: inline-block;
    width: 90px;
    padding-left: 10px;
  }

  .accessModule04 ul {
    display: block;
    padding: 20px 10px 0 20px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    overflow: hidden;
  }

  .accessModule04 li {
    float: left;
    display: block;
    width: 305px;
    margin-bottom: 10px;
  }

  .accessModule04 li:last-child {
    margin-right: 0;
  }

  .accessModule04 li figure {
    width: 120px;
    height: 90px;
    overflow: hidden;
    float: left;
  }

  .accessModule04 li figure img {
    max-width: 100%;
  }

  .accessModule04 li .detail {
    display: block;
    width: 180px;
    margin: 0;
    padding: 0 10px 0 10px;
    float: right;
  }

  .accessModule04 li .detail .date {
    color: #87c5bb;
    font-size: 12px;
    font-weight: bold;
  }

  .accessBnr {
    width: 960px;
    margin: 20px auto 40px;
    overflow: hidden;
  }

  .accessBnr .first {
    float: left;
  }

  .accessBnr .second {
    float: right;
  }

  .accessinfoModule01 .accessGuide .diskList01 {
    margin-bottom: 10px;
    padding: 20px 20px 20px 120px;
    background: url(../img/access/txt_access01.png) no-repeat 20px center
      #e5f6f3;
    border-top: solid 20px #fff;
  }

  .accessinfoModule01 .accessGuide .diskList01 li {
    font-size: 14px;
    line-height: 26px;
  }

  #map_canvas {
    width: 960px;
    height: 500px;
    margin: 20px auto;
  }

  #contents.access_osaka .relationNavModule ul,
  #contents.access_kyoto .relationNavModule ul {
    margin: 0 auto 40px auto;
  }

  #starBtn {
    cursor: pointer;
  }

  /* !講師募集のご案内（既存ページ引き継ぎ）
---------------------------------------------------------- */
  #contents article.lecturer {
    width: 600px;
    padding-bottom: 50px;
  }

  #contents article.lecturer .txtArea01Module .firstTxt01 {
    padding-bottom: 20px;
  }
}

#contents.notfound article {
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 767px), print {
  #contents.notfound article {
    padding: 15px;
  }

  #contents.notfound article .textBoxModule02 p {
    display: block;
    margin: 0 auto 20px;
    text-align: left;
  }
}

@media (min-width: 768px), print {
  #contents.notfound article {
    text-align: center;
    margin-bottom: 80px;
  }

  #contents.notfound article .textBoxModule02 p {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }

  #contents.notfound article .textBoxModule02 .btn02 {
    margin-top: 15px;
    line-height: 32px;
  }
}

.fullTimeCourseModule {
  position: relative;
}

.fullTimeCourseModule .btn03 {
  margin: auto;

  position: absolute;
  left: 0;
  right: 0;
}

/* !TOP インフォメーション　190320
---------------------------------------------------------- */
.infoTopModule01 {
  padding: 8px 15px;
  border: solid 1px #e22350;

  clear: both;
  margin: 0 0 5px;
}

.infoTopModule01 a {
  font-size: 13px;
  font-weight: bold;
  color: #e22350;
  text-decoration: underline;
  padding: 0 0 0 25px;
  position: relative;
}

.infoTopModule01 a:before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 2px;
  left: 0;
  background: url(../img/top/ico_news01.png) no-repeat;
  background-size: 17px 17px;
}

@media (max-width: 767px), print {
  .infoTopModule01 {
    position: relative;
    top: -12px;
    margin: 0 10px;
  }
}

@media (min-width: 768px), print {
  .infoTopModule01 {
    position: relative;
    top: -20px;
    width: 100%;
  }
}

/*wordpress管理バー下に移動
--------------------------------------------*/
#wpadminbar {
  display: block;
  top: inherit !important;
  bottom: 0 !important;
}

@media (max-width: 767px), print {
  #wpadminbar {
    display: none !important;
  }
}

#brick_conc_container * {
  width: auto;
}

.privacy_txt.red {
  text-align: left;
  color: #e22350;
  padding: 10px 0 20px;
  text-align: center;
  margin: 20px;
}

.soleilModule01 {
  padding: 10px 20px 30px;
}

.soleilModule01 .text {
  text-align: center;
  padding-bottom: 10px;
}

.soleilModule01 .text small {
  display: block;
  text-align: center;
}

.soleilModule01 a.btn01 {
  background: #007e65 url(../img/common/ico_blank02.png) no-repeat 96% center;
  background-size: 9px;
  text-align: center;
  display: block;
  color: #fff;
}

@media (min-width: 768px), print {
  .soleilModule01 {
    padding: 0px 0px 70px;
  }

  .soleilModule01 a.btn01 {
    background: #007e65 url(../img/common/ico_blank02.png) no-repeat 96% center;
    background-size: 12px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #fff;
  }

  .soleilModule01 a.btn01:after {
    display: none;
  }

  .soleilModule01 .text {
    font-size: 15px;
  }
}

.bnrModule01 {
  margin: 50px 10px;
}

@media (min-width: 768px), print {
  .bnrModule01 {
    margin: 70px auto 50px;
    text-align: center;
  }

  .bnrModule01.online01 {
    margin: 50px auto;
  }
}

.flowModule01 .course span {
  font-size: inherit;
  font-weight: inherit;
}

@media screen and (min-width: 768px), print {
  .flowModule01 .flowBox > li.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flowModule01 .flowBox > li.flex h3.course {
    display: block;
  }

  .flowModule01 .flowBox > li.flex .base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flowModule01 .flowBox > li.flex .baseInner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flowModule01 .course .chars {
    display: block;
    margin-bottom: 0.5em;
  }

  .flowModule01 .course .char {
    display: block;
  }

  .flowModule01 .course .char--space {
    margin: 0.5em 0;
  }
}

.formInfoModule .privacy_txt {
  font-size: 15px;
  line-height: 1.8;
}

.formInfoModule .privacy_txt br {
  display: none;
}

.formInfoModule .privacy_txt a {
  color: #e22350;
  font-size: 15px;
  line-height: 1.8;
  text-decoration: underline;
}

/* 200528 */
.p-members01 {
  padding: 30px 15px;
  font-family: YuGothic, "游ゴシック", sans-serif;
}

.p-members01__txt {
  font-size: 14px;
  line-height: 2;
}

.p-members01__txt02 {
  text-align: center;
  font-size: 14px;
  padding: 20px 0 40px;
}

.p-members01-box01 {
  background: #f7f5f2;
  padding: 15px;
  margin: 30px 0 0;
}

.p-members01-box01 p {
  font-size: 16px;
  line-height: 1.8;
}

.u-membersbtn01 {
  display: block;
  background: #007e66;
  text-align: center;
  color: #fff !important;

  line-height: 70px;
  margin: 40px 0 0;
}

.u-membersbtn01 span {
  position: relative;
  display: inline-block;
  font-size: 15px;
}

.u-membersbtn01 span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 10px;
  height: 17px;
  background: url(/asset/img/members/ico_login.png) no-repeat right center;
  background-size: 10px 17px;
}

.p-members01-list {
}

.p-members01-list a {
  background: #7ba5ca;
  display: block;
  text-align: center;
}

.p-members01-list__link {
  background: #87c5bb !important;
}

.p-members01-list__link2 {
  background: #bbb58c !important;
}

.p-members01-list a span {
  font-size: 16px;
  color: #fff;
  line-height: 70px;
}

.u-ico-arrow {
  position: relative;
}

.u-ico-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 14px;
  background: url(/asset/img/members/ico_arrow.png) no-repeat right center;
  background-size: contain;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.p-members-schedule01 {
  padding: 20px 15px;
}

.p-members-schedule-box01 {
  margin: 50px 0 0;
}

.p-members-schedule-box01__tit {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #007e66;
  font-size: 24px;
  border-bottom: 4px solid #f7f5f2;
  line-height: 1.8;
  display: block;
  margin: 30px 0 30px;
}

.p-members-schedule01__txt {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}

.p-members-schedule-list01 {
}

.p-members-schedule-list01 a {
  padding: 0 0 0 30px;
  position: relative;
}

.p-members-schedule-list01 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 19px;
  height: 19px;
  background: url(/asset/img/members/ico_arrow_green.png) no-repeat right center;
  background-size: contain;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.p-members-schedule-list01 span {
  display: inline-block;
  color: #007e66;
  font-size: 18px;
  padding: 0 0 8px;
  border-bottom: solid 4px #f7f5f2;
}

.p-members-schedule-list01 .min {
  font-weight: normal;
  font-size: 15px;
}

.p-members-schedule-box01__tit--min {
  font-size: 13px;
  font-family: "Noto Sans Japanese", serif;
  color: #000000;
  padding: 0 0 0 20px;
  display: inline-block;
}

.p-members-schedule-box01__tit--min.red {
  color: #ff2e2e;
}

.p-members-schedule-box02 {
  background: #f5f5f5;
  padding: 50px 30px;
}

.p-members-schedule-box02__list {
  margin: 0 auto;
}

.p-members-schedule-box02__list li:first-of-type {
  margin: 0;
}

.p-members-schedule-box02__list li {
  margin: 20px 0 0;
}

.p-members-schedule-box02__list a {
  display: block;
  background: #fff;
  position: relative;
  padding: 20px;
}

.p-members-schedule-box02__list a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 15px;
  background: url(/asset/img/members/ico_dl.png) no-repeat right center;
  background-size: contain;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.p-members-schedule-box02__list span {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  font-family: YuGothic, "游ゴシック", sans-serif;
}

.p-members-schedule-box02__txt {
  font-size: 14px;
  line-height: 2;
  padding: 0 0 10px;
  display: block;
}

.p-members-schedule-box01__tit2 {
  background: #87c5bb;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.p-members-schedule02 {
  background: #f5f6f4;
  padding: 80px 15px;
  text-align: center;
}

.p-members-schedule02__tit {
  font-size: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  padding: 0 0 50px;
  position: relative;
}

.p-members-schedule02__tit:after {
  content: "";
  position: relative;
  width: 140px;
  height: 4px;
  background: #fff;
  top: 30px;
  margin: 0 auto;
  display: block;
}

.p-members-schedule02__txt {
  font-size: 15px;
  line-height: 2;
}

.p-members-schedule02__box {
  background: #fff;
  position: relative;
  margin: 20px auto 0;
  padding: 40px 80px;
  font-size: 18px;
  line-height: 2;
}

.p-members-schedule03 {
  background: #fff;
  padding: 50px 0px 100px;
}

.u-memberbluebtn {
  display: block;
  background: #7ba5ca;
  text-align: center;
  color: #fff !important;
  font-size: 15px;
  line-height: 50px;
  margin: 40px 0 0;
}

.u-memberbluebtn span {
  font-size: 14px;
}

.u-membergreenbtn {
  display: block;
  background: #007e66;
  text-align: center;
  color: #fff !important;
  font-size: 15px;
  line-height: 70px;
  margin: 40px 0 0;
}

.u-membergreenbtn span {
  font-size: 15px;
}

.u-membergreenbtn2 {
  display: block;
  background: #87c5bb;
  text-align: center;
  color: #fff !important;
  font-size: 13px;
  line-height: 40px;
  margin: 20px 0 0;
}

.p-members-recruit {
}

.p-members-recruit__tit {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #007e66;
  /*
    font-size: 24px;
    */
  border-bottom: 4px solid #f7f5f2;
  line-height: 1.8;
  display: block;
  margin: 30px 0 30px;
  font-size: 18px;
  margin: 30px 0 10px;
}

.p-members-recruit__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-members-recruit__list li {
  width: 48%;
  margin: 10px 0 0;
}

.p-members-recruit__list a {
  display: block;
  font-size: 14px;
  text-align: center;
  border: solid 2px #87c5bb;
  background: #fff;
  line-height: 2;
  padding: 5px 10px;
  color: #007e66;
  border-radius: 25px;
}

.p-members-recruit__list a.act,
.p-members-recruit__list a:hover {
  background: #007e66;
  color: #fff;
  border: solid 2px #007e66;
}

.p-members-recruit2 {
  position: relative;
}

.p-members-recruit2__tit {
  background: #007e66;
  color: #fff;
  font-size: 20px;
  padding: 5px 15px;
  line-height: 2;
}

.p-members-recruit2__inner {
  padding: 15px;
  background: #f7f5f2;
}

.p-members-recruitbox {
  background: #fff;
  position: relative;
  padding: 15px;
}

.p-members-recruitbox__tit {
  padding: 0 0 5px;
  border-bottom: solid 4px #f7f5f2;
}

.p-members-recruitbox__tit b {
  font-size: 20px;
  font-weight: bold;
}

.p-members-recruitbox__tit span {
  background: #f0f2f5;
  font-size: 13px;
  padding: 5px;
  line-height: 2;
}

.p-member-detail {
}

.p-member-detail__tit {
  background: #007e66;
  color: #fff;
  font-size: 20px;
}

.p-member-detail__inner {
  background: #f7f5f2;
}

.p-member-detail__tit2 {
  color: #007e66;
  font-size: 15px;
}

@media (max-width: 767px) {
  .p-members-tit {
    min-height: 121px;
  }

  .p-members-tit img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    height: 44px;
    width: auto !important;
  }

  .p-members-tit03 {
    min-height: 121px;
  }

  .p-members-tit03 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    height: 42px;
    width: auto !important;
  }

  .p-members01-list li {
    display: block;
    margin: 0 0 20px;
  }

  .p-members-schedule01__txt {
    text-align: left;
    font-size: 14px;
  }

  .p-members-schedule-list01 {
    margin: 40px 0 0;
  }

  .p-members-schedule-list01 li {
    margin: 10px 0 0;
  }

  .p-members-schedule-list01 span {
    font-size: 16px;
  }

  .p-members-schedule-box01__tit {
    font-size: 18px;
    margin: 30px 0 10px;
  }

  .p-members-schedule-box01__tit2 {
    padding: 15px;
    font-size: 14px;
  }

  .p-members-schedule-box02 {
    padding: 15px;
  }

  .p-members-schedule-box02__list {
    width: 100%;
  }

  .p-members-schedule-box02__list li {
    margin: 15px 0 0;
  }

  .p-members-schedule-box01__tit--min {
    padding: 5px 0 0 0px;
    display: block;
    line-height: 2;
  }

  .p-members-schedule-box02__list a {
    padding: 12px 40px 12px 20px;
    line-height: 2;
  }

  .p-members-schedule02 {
    padding: 40px 15px;
  }

  .p-members-schedule02__tit {
    font-size: 16px;
    line-height: 1.8;
  }

  .p-members-schedule02__txt {
    font-size: 12px;
    text-align: left;
  }

  .p-members-schedule02__box {
    padding: 15px 15px;
    font-size: 12px;
  }

  .p-members-schedule02 .u-membergreenbtn {
    margin: 20px 0 0;
  }

  .p-members-schedule03 {
    padding: 0px 15px 30px;
  }

  .p-members-recruit {
    padding: 0 15px;
  }

  .p-members-recruit2 {
    padding: 0 15px;
    margin: 20px 0 0;
  }

  .p-members-recruit__tit {
    font-size: 15px;
  }

  .p-members-recruit2__tit {
    font-size: 14px;
    padding: 5px 15px;
  }

  .p-members-recruitbox__tit span {
    display: inline-block;
    font-size: 11px;
    padding: 0px 10px;
  }

  .p-members-recruitbox__tit b {
    font-size: 16px;
    display: block;
    margin: 10px 0 0;
  }

  .p-members-recruitbox {
    margin: 0 0 15px;
  }

  .p-members-recruit2__inner {
    padding: 15px 15px 5px;
  }

  .p-members-recruitbox__inner {
    margin: 10px 0 0;
  }

  .p-members-recruitbox__inner th {
    display: block;
    font-weight: bold;
    padding: 5px 0 0;
  }

  .p-members-recruitbox__inner td {
    display: block;
    padding: 5px 0;
  }

  .p-members-recruit3 {
    padding: 0 15px;
  }

  .p-member-detail {
    padding: 0 0;
    margin: 20px 15px;
    background: #f7f5f2;
    overflow: hidden;
  }

  .p-member-detail__tit {
    padding: 5px 15px 15px;
    line-height: 2;
  }

  .p-member-detail__tit span {
    background: #fff;
    padding: 0 10px;
    display: inline-block;
    color: #000;
  }

  .p-member-detail__tit b {
    font-size: 16px;
    display: block;
    margin: 0;
  }

  .p-member-detail__inner {
    padding: 5px 15px 15px;
    margin: 15px 15px;
    background: #fff;
  }

  .p-members-recruit3 .u-membergreenbtn {
    width: 80%;
    margin: 0 auto;
    line-height: 40px;
  }

  .p-member-detail__tit2 {
    font-size: 14px;
    display: block;
    margin: 20px 0 0;
    padding: 0 0 10px;
    border-bottom: 3px solid #f7f5f2;
  }

  .p-member-detail__tit2 span {
    font-size: 14px;
    font-weight: bold;
  }

  .p-member-detail__inner th {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    padding: 5px 0px 0;
  }

  .p-member-detail__inner td {
    display: block;
    font-size: 12px;
    line-height: 2;
    vertical-align: top;
    padding: 0px 0 10px;
  }

  .p-member-detail__txt {
    display: block;
    font-size: 12px;
    line-height: 2;
    padding: 10px 0 10px;
  }
}

@media (min-width: 768px), print {
  .p-members01 {
    width: 500px;
    margin: 0 auto;
    padding: 70px 0 100px;
  }

  .p-members01.p-members01--wide {
    width: 960px;
  }

  .p-members01__txt {
    font-size: 16px;
  }

  .p-members01-box01 {
    padding: 30px;
  }

  .p-members01-box01 p {
    display: block;
    position: relative;
    left: 50px;
  }

  .p-members01-list {
    display: flex;
    justify-content: space-between;
  }

  .p-members01-list li {
    width: 300px;
  }

  .p-members01-list a span {
    line-height: 150px;
  }

  .p-members-schedule01 {
    width: 960px;
    margin: 0 auto;
    padding: 70px 0;
  }

  .p-members-schedule-list01 {
    width: 740px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p-members-schedule-list01 li {
    width: 250px;
    margin: 20px 0 0;
  }

  .p-members-schedule-list01 li:nth-of-type(3n-1) {
    width: 200px;
  }

  .p-members-schedule-box01__tit2 {
    padding: 20px 40px;
  }

  .p-members-schedule-box02 {
    padding: 30px 100px 40px;
  }

  .p-members-schedule02 {
    width: 100%;
  }

  .p-members-schedule02__inner {
    width: 960px;
    margin: 0 auto;
  }

  .p-members-schedule03 {
    width: 960px;
    margin: 0 auto;
  }

  .p-members-schedule03.p-members-schedule03--type2 {
    padding: 10px 0px 100px;
  }

  .p-members-schedule-box02__list--half {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .p-members-schedule-box02__list--half li {
    width: 370px;
    text-align: center;
    margin: 20px 0 0 0 !important;
  }

  .p-memberscont {
    width: 100% !important;
  }

  .u-membergreenbtn {
    width: 450px;
    margin: 0 auto;
  }

  .p-members-schedule03 .u-membergreenbtn {
    margin: 40px auto 0;
  }

  .p-members-schedule02 {
    padding: 80px 0px 110px;
  }

  .p-members-schedule02__box {
    background: #fff;
    position: relative;
    margin: 20px auto 0;
    padding: 30px 80px 0;
    font-size: 18px;
    line-height: 2;
  }

  .p-members-schedule02__box .u-membergreenbtn {
    position: relative;
    top: 30px;
  }

  .p-members-schedule-box02__list {
    width: 760px;
    margin: 0 auto;
  }

  .u-memberbluebtn {
    line-height: 100px;
    margin: 40px 0 0;
  }

  .u-memberbluebtn span {
    font-size: 20px;
  }

  .p-members-recruit {
    width: 960px;
    margin: 50px auto 30px;
  }

  .p-members-recruit__tit {
    font-size: 24px;
  }

  .p-members-recruit__list {
    padding: 10px 20px 0;
  }

  .p-members-recruit__list li {
    width: 110px;
    margin: 10px 0 0;
  }

  .p-members-recruit3 {
    width: 960px;
    margin: 70px auto;
  }

  .p-members-recruit2 {
    width: 960px;
    margin: 0 auto 38px;
  }

  .p-members-recruit2__inner {
    padding: 40px 60px;
  }

  .p-members-recruitbox {
    padding: 40px 60px;
    margin: 0 0 20px;
  }

  .p-members-recruitbox__tit {
    padding: 0 150px 10px 0;
    position: relative;
  }

  .p-members-recruitbox__tit b {
    font-size: 20px;
    font-weight: bold;
  }

  .p-members-recruitbox__tit span {
    position: absolute;
    top: 0;
    right: 0;
    background: #f0f2f5;
    font-size: 13px;
    padding: 0px 10px;
    line-height: 2;
  }

  .p-members-recruitbox__inner {
    margin: 20px 0 0;
  }

  .p-members-recruitbox__inner table {
    width: 100%;
  }

  .p-members-recruitbox__inner th {
    width: 100px;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    vertical-align: top;
    padding: 5px 10px;
  }

  .p-members-recruitbox__inner td {
    width: 630px;
    font-size: 15px;
    line-height: 2;
    vertical-align: top;
    padding: 5px 10px;
  }

  .p-members-recruit2__tit {
    padding: 10px 60px;
  }

  .p-member-detail {
    width: 960px;
    margin: 70px auto;
    overflow: hidden;
    background: #f7f5f2;
  }

  .p-member-detail__tit {
    display: block;
    padding: 15px 45px;
    position: relative;
  }

  .p-member-detail__tit b {
  }

  .p-member-detail__tit span {
    position: absolute;
    right: 50px;
    background: #fff;
    padding: 0px 5px;
    text-align: center;
    font-size: 13px;
    width: 125px;
    color: #000000;
    line-height: 1.8;
  }

  .p-member-detail__inner {
    padding: 30px 80px 50px;
    background: #fff;
    width: 860px;
    margin: 40px auto 60px;
  }

  .p-member-detail__inner th {
    width: 120px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    vertical-align: top;
    padding: 5px 0px;
  }

  .p-member-detail__inner td {
    width: 630px;
    font-size: 15px;
    line-height: 2;
    vertical-align: top;
    padding: 5px 0px 5px 20px;
  }

  .p-member-detail__tit2 {
    margin: 20px 0 0;
    padding: 25px 0 25px;
    position: relative;
  }

  .p-member-detail__tit2 span {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    padding: 0 20px 0 0;
  }

  .p-member-detail__tit2:before {
    width: 100%;
    content: "";
    height: 4px;
    display: block;
    position: absolute;
    top: 50%;
    background: #f7f5f2;
    margin: -2px 0 0;
  }

  .p-member-detail__txt {
    font-size: 15px;
    line-height: 2;
    vertical-align: top;
    padding: 5px 0px 5px 0px;
  }
}

/*course_onlineifpa
--------------------------------------------*/

/*online-ifpa*/
#contents.ifpa.onlineifpa .mainTit02Module {
  background: url(../img/course_online_ifpa/bg_course_oifpa01_pc.jpg) no-repeat;
}

#contents.ifpa.onlineifpa .mainTit02Module h1.bgTxt:after {
  background: url(../img/course_online_ifpa/Aromaonline.png) no-repeat;
  width: 166px;
  height: 56px;
  top: 10px;
  right: -132px;
}

#contents.ifpa.onlineifpa .mainTit02Module.other h1 {
  padding: 30px 8px;
}

.c-txtArea01Module__button {
  width: 345px;
  margin: 0 0 0 auto;
}

.c-txtArea01Module__button .btn03 {
  width: 345px;
  margin: 15px 0 0 auto;
}

c-txtArea01Module__button.pdf {
  display: flex;
  align-items: center;
}

.c-txtArea01Module__button.pdf .btn03:after {
  content: "PDF";
  border: solid 1px #fff;
  width: 26px;
  height: 14px;
  line-height: 14px;
  font-size: 9px;
  text-align: center;
  background: none;
}

#contents.ifpa.onlineifpa .picLine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}

#contents.ifpa.onlineifpa .picLine-sp {
  display: none;
}

#contents.ifpa.onlineifpa .picLine .c-picLine__list img {
  width: 300px;
}

#contents.ifpa.onlineifpa .checkBoxModule__img {
  top: 32px;
}

#contents.ifpa.onlineifpa .checkBoxModule__img img {
  width: 164px;
}

#contents.ifpa.onlineifpa .conversionBtnModule .btn01.online img {
  height: 20px;
}

#contents.ifpa.onlineifpa .flowModule01 .course .length {
  margin: 2px 0 -2px 0;
}

#contents.ifpa.onlineifpa .c-flowBoxSub__img {
  width: 240px;
}

#contents.ifpa.onlineifpa .c-flowBoxSub__img img {
  width: 100%;
  height: auto;
}

#contents.ifpa.onlineifpa .flowModule01 .flowBox .c-flowBox__list .baseInner {
  margin-bottom: 20px;
}

#contents.ifpa.onlineifpa .flowModule01 .flowBox .c-flowBox__list {
  margin-bottom: 29px;
  padding-bottom: 0;
}

#contents.ifpa.onlineifpa .flowModule01 .flowBox.color01 .c-flowBox__list {
  border-bottom: solid #87c5bb 10px;
}

#contents.ifpa.onlineifpa .flowModule01 .flowBox.color02 .c-flowBox__list {
  border-bottom: solid #6a7589 10px;
}

#contents.ifpa.onlineifpa .flowModule01 .flowBox.color04 .c-flowBox__list {
  border-bottom: solid #c3724b 10px;
}

#contents.ifpa.onlineifpa .bnrModule01 figure {
  width: 886px;
  margin: 0 auto;
}

#contents.ifpa.onlineifpa .bnrModule01 figure img {
  width: 100%;
  height: auto;
}

#contents.ifpa.onlineifpa .textBoxModule01 ul li.question {
  background: url(../img/common/Q.png) no-repeat 10px 0;
  background-size: 20px;
}

#contents.ifpa.onlineifpa .textBoxModule01 ul li.answer {
  background: url(../img/common/A.png) no-repeat 10px 0;
  background-size: 20px;
}

#contents.ifpa.onlineifpa .textBoxModule01 {
  padding: 30px 30px 19px 30px;
  margin-bottom: 30px;
}

#contents.ifpa.onlineifpa .textBoxModule01 h3 {
  margin-bottom: 25px;
}

#contents.ifpa.onlineifpa .fullTimeCourseModule {
  padding: 40px 35px 46px 35px;
}

.fullTimeCourseModule__ttl-pc {
  width: 780px;
}

.fullTimeCourseModule__ttl-pc img {
  width: 100%;
}

.fullTimeCourseModule__ttl-sp {
  display: none;
}

#contents.ifpa.onlineifpa .fullTimeCourseModule .c-fullTimeCourseModule__ttl {
  display: -webkit-flex;
  display: flex;
  width: 567px;
}

#contents.ifpa.onlineifpa
  .fullTimeCourseModule
  .c-fullTimeCourseModule__ttl
  h3 {
  width: 567px;
}

#contents.ifpa.onlineifpa
  .fullTimeCourseModule
  .c-fullTimeCourseModule__ttl
  h3
  img {
  width: 100%;
}

#contents.ifpa.onlineifpa .fullTimeCourseModule .c-fullTimeCourseModule__ttl p {
  width: 212px;
  margin-left: 12px;
  transform: translateY(7px);
}

#contents.ifpa.onlineifpa
  .fullTimeCourseModule
  .c-fullTimeCourseModule__ttl
  p
  img {
  width: 100%;
}

#contents.ifpa.onlineifpa .fullTimeCourseModule .c-fullTimeCourseModule__img {
  width: 308px;
}

.c-txtBox-text {
  line-height: 1.85;
}

#contents.ifpa.onlineifpa .diskList01 li {
  line-height: 2;
}

#contents.ifpa.onlineifpa .diskList01 li:before {
  display: none;
}

#contents.ifpa.onlineifpa .fullTimeCourseModule .btn03 {
  line-height: 30px;
  bottom: -18px;
}

.c-optionBoxWrap {
  padding: 0 84px;
}

.c-optionBox {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.c-optionBox__ttl {
  background: #77b7ad;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  width: 234px;
  height: 234px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.c-optionBox__list {
  width: 675px;
  padding: 0 24px;
  font-size: 14px;
  height: 234px;
  border: #77b7ad solid 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-optionBox__list__text:not(:last-of-type) {
  margin-bottom: 12px;
}

.c-optionBox__list__text::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  background: #87c5bb;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

.c-optionBox__list__text__content {
  margin-top: 4px;
}

.c-optionText__ttl {
  color: #007e65;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 2;
}

.c-optionText__text {
  color: #595656;
  font-size: 12px;
}

.c-optionText__text:not(:last-of-type) {
  margin-bottom: 12px;
}

.c-optionText__text::before {
  content: "※";
}

.c-optionBox__list__text__content .c-optionBox__list__text__content__ttl {
  transform: translateX(8px);
}

.c-optionBox__list__text__content .c-optionBox__list__text__content__text {
  transform: translateX(14px);
  margin-bottom: 8px;
}

/*
#contents.ifpa.onlineifpa .fullTimeCourseModule h3 img:after {
  content: '';
  background-image: url(../img/course_online_ifpa/fullTimeCourseModule-ttl2.png);
  background-size: contain;
  display: inline-block;
  margin-left: 14px;
  width: 212px;
  height: 40px;
}
*/

@media screen and (max-width: 767px) {
  #contents.ifpa.onlineifpa .mainTit02Module {
    background: url(../img/course_online_ifpa/bg_course_online_ifpa01-sp.jpg)
      no-repeat;
  }

  #contents.ifpa.onlineifpa .picLine {
    display: none;
  }

  #contents.ifpa.onlineifpa .picLine-sp {
    display: block;
  }

  #contents.ifpa.onlineifpa .flowModule01 .mb10 {
    display: none;
  }

  #contents.ifpa.onlineifpa .flowModule01 .flowBox {
    margin-bottom: 30px;
  }

  #contents.ifpa.onlineifpa .fullTimeCourseModule .c-fullTimeCourseModule__ttl {
    width: 100%;
    display: block;
  }

  .fullTimeCourseModule__ttl-pc {
    display: none;
  }

  .fullTimeCourseModule__ttl-sp {
    display: block;
  }

  #contents.ifpa.onlineifpa .fullTimeCourseModule .c-fullTimeCourseModule__img {
    width: 100%;
  }

  #contents.ifpa.onlineifpa .fullTimeCourseModule h3 {
    /*width: 100%;*/
  }

  #contents.ifpa.onlineifpa
    .fullTimeCourseModule
    .c-fullTimeCourseModule__ttl
    h3 {
    width: 100%;
  }

  #contents.ifpa.onlineifpa
    .fullTimeCourseModule
    .c-fullTimeCourseModule__ttl
    p {
    width: 100%;
  }

  #contents.ifpa.onlineifpa
    .fullTimeCourseModule
    .c-fullTimeCourseModule__ttl
    p {
    width: 48%;
    margin-left: 0;
    transform: none;
  }

  #contents.ifpa.onlineifpa .flowModule01 .flowBox .c-flowBox__list {
    margin-bottom: 0;
  }

  #contents.ifpa.onlineifpa .flowModule01 .flowBox {
    padding-bottom: 0;
  }

  #contents.ifpa.onlineifpa .c-flowBoxSub__img {
    width: 45%;
    display: inline-block;
  }

  .c-txtArea01Module__button {
    width: auto;
  }

  .c-txtArea01Module__button .btn03 {
    width: auto;
  }

  .c-txtArea01Module__button.pdf .btn03:after {
    background: none;
    margin-left: 8px;
    padding: 1px;
  }

  #contents.ifpa.onlineifpa .bnrModule01 figure {
    width: 100%;
  }

  #contents.ifpa.onlineifpa .textBoxModule01 ul li.question {
    background-size: 14px;
  }

  #contents.ifpa.onlineifpa .textBoxModule01 ul li.answer {
    background-size: 14px;
  }

  .c-optionBoxWrap {
    padding: 0 10px;
  }

  .c-optionBox {
    flex-direction: column;
  }

  .c-optionBox__ttl {
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    font-size: 14px;
  }

  .c-optionBox__ttl br {
    display: none;
  }

  .c-optionBox__list {
    width: 100%;
  }

  .c-optionBox__list {
    width: 100%;
    padding: 3.4rem 2.4rem;
    font-size: 1.4rem border #77b7ad solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .c-optionBox__list__text .spOnly {
    display: block;
    transform: translateX(14px);
  }

  .c-optionBox__list__text__content {
    margin-top: 0.2rem;
  }

  .c-optionBox__list__text__content .c-optionBox__list__text__content__text {
    margin-bottom: 0.4rem;
  }
}

@media (max-width: 767px) {
  .bnrModule01.online02 {
    margin: 50px 10px 24px;
  }

  .flowModule01 .curriculumDetailBox.online table .content th {
    height: 8rem;
  }

  .btn01.tel.smOnly.online {
    margin: 0 10px 24px;
  }
}

@media screen and (max-width: 374px) {
  #contents.ifpa.onlineifpa .mainTit02Module.other h1 {
    transform: translateY(1rem);
  }
}

/*page-course_aroma otherBox01*/
@media screen and (min-width: 768px) {
  .flowModule01 .flowBox li .base .otherBox01.course-aroma {
    margin: 20px 0 0px -4px;
    padding: 30px 0;
  }
}

/* sns-icon sp-size */
#footer .inner .sns {
  display: flex;
  justify-content: space-around;
  width: 140px;
  margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
  #footer .inner .sns {
    margin: 80px auto 0;
  }
}

/*マガジンページ*/
.p-magazine {
  margin-bottom: 54px;
}
.p-magazine-content__text {
  font-size: 13px;
  letter-spacing: 0.11em;
  line-height: 29px;
  text-align: center;
  margin: 34px 29px 0;
}
.p-magazine-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 46px 28px 0;
}
.p-magazine-list__item {
  position: relative;
}
.p-magazine-list__item a {
  display: block;
}
.p-magazine-list .p-magazine-list__item.ico-new::before {
  position: absolute;
  content: "";
  background-image: url(../img/magazine/ico-new.png);
  display: inline-block;
  width: 49px;
  height: 42px;
  background-size: 49px 42px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-magazine-list__item__block {
  background: url(../img/magazine/magazine-bg.jpg) no-repeat center;
  background-size: 100% 168px;
  width: 100%;
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-magazine-list__item_block__img {
  width: 60%;
}
.p-magazine-list__item_block__img img {
  width: 100%;
}

.p-magazine-list__item__block__title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .p-magazine-list__item {
    width: 47%;
  }
  .p-magazine-list__item:nth-of-type(n + 3) {
    margin-top: 33px;
  }
  .p-magazine-list__item_block__img {
    max-width: 90px;
  }
  .p-top-link-to-magazine {
    margin: 40px 0;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-magazine {
    margin-bottom: 124px;
  }
  .p-magazine .mainTit01Module h1 {
    width: 248px;
    margin: 0 auto;
    padding-top: 54px;
  }
  .p-magazine .mainTit01Module h1 img {
    width: 100%;
  }
  .p-magazine .mainTit01Module .ico {
    width: 154px;
    margin-left: -420px;
  }
  .p-magazine .mainTit01Module .ico img {
    width: 100%;
  }
  .p-magazine-content__text {
    font-size: 15px;
    line-height: 28px;
    margin-top: 50px;
  }
  .p-magazine-list {
    width: 890px;
    margin: 66px auto 0 auto;
  }
  .p-magazine-list::after {
    content: "";
    display: block;
    width: 30%;
  }
  .p-magazine-list__item:nth-of-type(n + 4) {
    margin-top: 66px;
  }
  .p-magazine-list__item__block {
    background-size: 250px 280px;
    width: 250px;
    height: 280px;
  }
  .p-magazine-list__item a:hover {
    opacity: 1;
  }
  .p-magazine-list__item .p-magazine-list__item_block__img {
    transition: 0.6s ease;
  }
  .p-magazine-list__item:hover .p-magazine-list__item_block__img {
    opacity: 0.7;
  }
  .p-magazine-list__item_block__img {
    width: 141px;
  }
  .p-magazine-list .p-magazine-list__item.ico-new:before {
    width: 76px;
    height: 66px;
    background-size: 76px 66px;
  }
  .p-magazine-list__item__block__title {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  #footer.p-footer-goto .inner .copyright {
    margin-top: 160px;
  }
  .p-section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .letGoModule .sec02 {
    width: 320px;
  }
}
