@charset "UTF-8";

/* ベース　###############################################################*/
@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

* {
  font-size: 14px;
  line-height: 2.0;
  color: #333;
  /*#666;*/
}

a {
  color: rgb(9, 1, 88);
  /*#009286;*/
  text-decoration: none;
}

a:active {
  color: rgb(0, 146, 134);
  /*#deba29;*/
  text-decoration: none;
}

a:visited {
  color: rgb(0, 146, 134);
  /*#666;*/
  text-decoration: none;
}

a:hover {
  color: rgb(0, 146, 134);
  /*#deba29;*/
  text-decoration: underline;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  cursor: pointer;
}

a[target=_blank][rel=noopener] {
  padding-right: 1.0em;
  /*20px*/
  /*0.8em*/
  background: url(../img/link.png) right center/11px auto no-repeat;
}

article {
  max-width: 980px;
  margin: auto;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  /* bxSliderでフォントサイズが変更されるのを抑止 */
}

button {
  display: block;
  margin: 0 auto 2%;
  width: 100%;
  padding: 1em;
  font-weight: bold;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

button.ripple {
  background-color: rgb(0, 146, 134);
  /*#deba29*/
  color: #FFF;
  transition: 1.0s;
}

button.ripple:hover {
  background-color: rgb(9, 1, 88);
  color: #FFF;
  /*background-color: #009286;*/
}

footer h1 {
  margin-bottom: 0;
  margin-left: 0.5em;
}

h1 {
  font-size: 1.5em;
  /* margin-bottom: 0.5em; */
  text-align: left;
}

header .waku {
  border: 1px solid #ccc;
  padding: .5em;
  margin-left: 1.5em;
}

header .rightauto {
  margin-right: auto;
}

html {
 font-size: 14px;
 line-height: 2.0;
 color: #333;
 /*#666;*/
}

hr {
  border: 1px dotted #8c8b8b;
}

input {
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  display: block;
  width: 100%;
  line-height: 2.4em;
  padding: 1.5em;
  background: #fff;
  margin-bottom: 2%;
  float: right;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  border: solid 2px #4CA53B !important;
}

nav {
  display: none;
  /*text-align: center;*/
  width: 100%;
  height: 80%;
  /* height: 100vh; */
  background-color: rgba(255, 255, 255, 0.93);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
  padding: 0.8em;
}

nav ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-overflow-scrolling: touch;
  max-height: 100vh;
}

nav ul li {
  font-size: 1em;
  line-height: 1em;
  margin-top: 0.5em;
}

nav ul li a {
  color: #000;
}

nav ul.disc {
  list-style-type: disc;
  margin-left: 1em;
}

ol.number {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
  counter-reset: number;
}

ol.list_parentheses {
  padding: 0 0 0 2em;
  margin: 0;
}

ol.list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

ol.list_parentheses li:before {
  display: marker;
  content: "("counter(cnt) ") ";
  color: inherit;
  background-color: inherit;
}

ol.number li {
  position: relative;
  line-height: 2.0;
  padding: 0em 0 0 1.5em;
}

ol.number li::before {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  width: 1.6em;
  height: 1.6em;
  border-radius: 0%;
  background: rgb(0, 146, 134);
  color: white;
  font-size: 0.7em;
  font-weight: normal;
  text-align: center;
  top: 0.5em;
}

p {
  /*text-indent:1em;  /* 一文字分のインデント */
}

section {
  overflow: hidden;
}

section .wrap {
  width: 100%;
  /*padding: 0 1em;*/
}

section .inner {
  padding: 1.0em 0 0 0;
}

select {
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

select {
  display: block;
  width: 100%;
  line-height: 2.4em;
  padding: 1.5em;
  background: #fff;
  margin-bottom: 2%;
  float: right;
}

/*
select {
  width: 100%;
}*/

small {
  display: block;
  width: 100%;
  font-size: .8em;
  text-align: center;
}

table.one {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: auto;
  width: 100%;
}

table.one tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table.one th {
  background: rgb(0, 146, 134);
  /*#deba29*/
  text-align: left;
  padding: .625em;
  color: white;
}

table.one th:nth-child(1) {
  text-align: left;
}

table.one td {
  padding: .625em;
  text-align: left;
}

table.one td:nth-child(1) {
  text-align: left;
  white-space: nowrap;
}

textarea {
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

textarea {
  display: block;
  width: 100%;
  line-height: 2.4em;
  padding: 1.5em;
  background: #fff;
  margin-bottom: 2%;
  float: right;
}

textarea {
  height: 200px;
}

textarea:focus {
  border: solid 2px #4CA53B !important;
}

ul.header_nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}

ul.news-list li time {
  margin-right: 1.0em;
}

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

ul.square li:before {
  content: "■";
  color: rgb(0, 146, 134);
  /*#deba29*/
}


/* ID #############################################################*/
#apply {
  padding-top: 1em;
  max-width:980px;
  margin:auto;
}

#books h1 {
  font-size: 1.2em;
}

#books .inner h1 {
  color: #5A4E42;
}

#c_counter .inner .theme::before {
  content: url('../img/c_counter.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

#c_counter .inner .theme .list {
  float: right;
  margin: 0.5em 1.0em 0 0;
  border: 1px solid #003e7e;
  /*rgb(9,1,88), white*/
  color: #003e7e;
  /*rgb(9,1,88), white*/
  padding: 0.2em;
  /*0 0.2em 0 0.2em*/
  line-height: 1.2em;
  /*1.8em*/
}

#c_counter .flex .column {
  flex-direction: column;
}

#c_counter .flex .course {
  flex: 1;
  position: relative;
  margin: 1em 1em 0 0;
  /* 0 0 1em 0*/
  padding: 1em;
  border: 1px solid rgb(9, 1, 88);
  flex-direction: row;
  border-radius: 5px;
}

#c_counter .flex .inner {
  flex-direction: column;
}

#characteristic .flex .column {
  flex-direction: column;
}

#characteristic .flex .course {
  flex: 1;
  position: relative;
  margin: 1em 0 0 0.5em; /*margin: 1em;*/ /* 0 0 1em 0*/
  padding: 1em;
  border: 1px solid #ccc;
  flex-direction: row;
}

/*
#characteristic .flex .course {
  margin: 1em 0 0 0.5em;
}
*/

#characteristic .flex .course :nth-child(2) {
  font-size: 1.0em;
  /*font-weight:bold;*/
}

#characteristic .flex .course > .flex {
  flex-direction: row;
}

#characteristic .flex .course > .flex :nth-child(1) {
  flex-direction: row;
  font-weight: normal;
  /*flex: 1;*/
  max-width: 30px;
}

#characteristic .flex .course > .flex :nth-child(2) {
  flex-direction: row;
  /*flex: 4;*/
}

#characteristic .flex .course > .flex .contentarea :nth-child(2) {
  font-size: 1.4em;
  font-weight: bold;
}

#characteristic .flex .course > .flex .contentarea :nth-child(3) {
  font-weight: normal;
}

#characteristic .flex .course > .flex .contentarea ul .square li, {
  font-size: 1.0em !important;
  font-weight: normal !important;
}

#characteristic .flex .course .contentarea {
  padding-left: 1em;
  padding-right: 1em;
  z-index: 1;
}

/*
#characteristic .flex.inner {
  flex-direction: column;
}

#characteristic .flex.inner {
  flex-direction: row;
}
*/

#characteristic .flex .row {
  flex-direction: row;
  /*flex:1;*/
}

#contact {
  padding-top: 1em;
}

/*
#contentsmenu .flex .column {
  flex-direction: column;
}

#contentsmenu .flex .course {
  flex: 1;
  position: relative;
  margin: 1em 1em 0 0;
  padding: 1em;
  border: 1px solid rgb(9, 1, 88);
  flex-direction: row;
  border-radius: 5px;
}

#contentsmenu .flex .course > .flex:nth-child(1) {
  font-size: 1.4em;
  font-weight: bold;
}

#contentsmenu .flex .course > .flex:nth-child(2) {
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 0.5em;
}

#contentsmenu .flex .course > .flex .contentarea:nth-child(2) {
  font-size: 1.4em;
  font-weight: bold;
}

#contentsmenu .flex .course >.flex .contentarea:nth-child(3) {
  font-weight: normal;
}

#contentsmenu .flex .inner {
  flex-direction: column;
}

#contentsmenu .flex .inner {
  flex-direction: row;
}

#contentsmenu .flex .row {
  flex-direction: row;
}
*/

#course_guide {
  padding-top: 3em;
}

#course_guide .content {
  margin: 0 1em 0.5em 0em;
  flex: 1;
  position: relative;
  padding: 0.5em 0.5em 0 0.5em;
  border: 1px solid #0070c9; /*rgb(9, 1, 88)*/
  flex-direction: row;
}

/*
#course_guide .content {
  color: #fff;
}
*/

#course_guide .content .flex .icon {
  min-width: 5em;
}

#course_guide .content .title {
  font-size: 1.6em;
  font-weight: bold;
}

#course_guide .mtext{
  line-height:normal;
  color:white;
}

#course_guide .mtext:hover{
  color:#003e7e;
}


#course_list {
  padding: 0 1em 0 0;
}

#course_list .content {
  margin: 0;
  flex: 1;
  position: relative;
  padding: 0.5em 0.5em 0 0.5em;
  flex-direction: row;
  border: none;
}

#course_list .content .flex .icon {
  min-width: 5em;
}

#course_list .content .flex .text {
  padding: 0 0 0 1.0em;
}

#course_list .content .title {
  font-size: 1.6em;
  font-weight: bold;
}

#course_list .flex a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#course_list .flex a:hover {
  background-color: rgba(0, 146, 134, 0.5);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  cursor: pointer;
}

#course_list .flex.column {
  flex-direction: column;
}

#course_list .flex .course {
  flex: 1;
  position: relative;
  margin: 1em;
  /* 0 0 1em 0*/
  padding: 1em;
  border: 1px solid #ccc;
  flex-direction: row;
}

#course_list .flex .course {
  margin: 1em 0 0 0.5em;
}

#course_list .flex .course :nth-child(2) {
  font-size: 1.0em;
  /*font-weight:bold;*/
}

#course_list .flex .course>.flex {
  flex-direction: row;
}

#course_list .flex .course>.flex :nth-child(1) {
  flex-direction: row;
  font-weight: normal;
  /*flex: 1;*/
  max-width: 30px;
}

#course_list .flex .course>.flex :nth-child(2) {
  flex-direction: row;
  /*flex: 4;*/
}

#course_list .flex .course>.flex .contentarea :nth-child(2) {
  font-size: 1.4em;
  font-weight: bold;
}

#course_list .flex .course>.flex .contentarea :nth-child(3) {
  font-weight: normal;
}

#contentsmenu .flex .course>.flex .contentarea ul.square li {
  font-size: 1.0em !important;
  font-weight: normal !important;
}

#course_list .flex .course .contentarea {
  padding-left: 1em;
  padding-right: 1em;
  z-index: 1;
}

#course_list .flex .course>.flex .contentarea ul.square li {
  font-size: 1.0em !important;
  font-weight: normal !important;
}

#course_list .flex.inner {
  flex-direction: column;
}

#course_list .flex.inner{
  flex-direction: row;
}

#course_list .flex.row {
  flex-direction: row;
  /*flex:1;*/
}

#course_list .inner a {
  color: white;
}

#course_list .inner .theme {
  margin: 0 0 1.0em 0;
  font-size: 1.2em;
  color: #fff;
  /*rgb(9,1,88), #333*/
  padding-left: 1.0em;
  background-color: #00c996;
  border-left: none !important;
  border-bottom: none !important;
}

#course_list .inner .theme {
  background-color: #00c996;
  /*#27496D*/
  border-left: 8px solid none !important;
  /*#27496D*/
  border-bottom: 1px solid none !important;
  /*#27496D*/
}

#course_list .inner .theme::before {
  content: url('../img/elearning_w.png');
  position: relative;
  top: 0.4em;
  left: -0.5em;
}

#course_list .inner .theme .list {
  float: right;
  margin: 0.5em 1.0em 0 0;
  border: 1px solid #fff;
  /*rgb(9,1,88), white*/
  color: #fff;
  /*rgb(9,1,88), white*/
  padding: 0.2em;
  /*0 0.2em 0 0.2em*/
  line-height: 1.2em;
  /*1.8em*/
}

#course_list .inner .theme .list:hover {
  border: 1px solid #003e7e;
  /*rgb(9,1,88)*/
  background-color: white;
  color: #003e7e;
  /*rgb(9,1,88)*/
}

#course_list .newcolor{
  border: 1px solid;
  padding: 0 0.2em 0 0.2em;
  color:red;
}

#curriculum .inner .theme::before {
  content: url('../img/curriculum.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

#curriculum ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}

#dailynews {
  padding: 0 1em 0 0;
}

#dailynews .inner a {
  color: white;
}

#dailynews .inner .boxshadow a {
  color: black;
}

#dailynews .inner .boxshadow a:hover {
  color: rgb(0, 146, 134);
  ;
}

#dailynews .inner .boxshadow a:visited {
  color: rgb(0, 146, 134);
}

#dailynews .inner .boxshadow .theme a {
  color: white;
}

#dailynews .inner .content {
  border-radius: 0 0 10px 0;
}

#dailynews .inner .theme {
  font-size: 1.2em;
  color: white;
  padding-left: 1.0em;
  margin-top: 0.5em;
  border-radius: 10px 0 0 0;
  /*background-color: #142850;	/*rgb(9,1,88)*/
}

#dailynews .inner .theme {
  background-color: #00A8CC;
  border-left: 8px solid #00A8CC;
  border-bottom: 1px solid #00A8CC;
}

#dailynews .inner .theme::before {
  content: url('../img/news_w.png');
  position: relative;
  top: 0.4em;
  left: -0.5em;
}

#dailynews .inner .theme .list {
  float: right;
  margin: 0.5em 1.0em 0 0;
  border: 1px solid #003e7e;
  /*rgb(9,1,88), white*/
  color: #003e7e;
  /*rgb(9,1,88), white*/
  padding: 0.2em;
  /*0 0.2em 0 0.2em*/
  line-height: 1.2em;
  /*1.8em*/
}

#dailynews .inner .theme .list:hover {
  border: 1px solid #003e7e;
  /*rgb(9,1,88)*/
  background-color: white;
  color: #003e7e;
  /*rgb(9,1,88)*/
}

#dailynews .flex.column {
  flex-direction: column;
}

#dailynews .otext {
  padding: 0.5em 0.5em 0.5em 0.5em;
}

#dailynews .otitle {
  padding: 0 0.5em 0 0.5em;
}

#dailynews .otitle h1 a {
  font-size: 0.8em;
}

#faq .inner .theme::before {
  content: url('../img/FAQ.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

#features .inner {
  text-align: left;
}

#flow .inner .theme::before {
  content: url('../img/flow.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

#followup {
  padding: 0 1em 0 0;
}

#followup .inner a {
  color: white;
}

#followup .inner .boxshadow a {
  color: black;
}

#followup .inner .boxshadow a:hover {
  color: rgb(0, 146, 134);
  ;
}

#followup .inner .boxshadow a:visited {
  color: rgb(0, 146, 134);
}

#followup .inner .boxshadow:not(:first-child) {
  border-top: 1px dotted rgb(9, 1, 88);
}

#followup .inner .content {
  border-radius: 0 0 10px 0;
}

#followup .inner .content {
  border: 1px solid #0C7B93;
}

#followup .inner .theme {
  font-size: 1.2em;
  color: white;
  padding-left: 1.0em;
  margin-top: 0.5em;
  border-radius: 10px 0 0 0;
  /*background-color: #142850;	/*rgb(9,1,88)*/
}

#followup .inner .theme {
  background-color: #0C7B93;
  border-left: 8px solid #0C7B93;
  border-bottom: 1px solid #0C7B93;
}

#followup .inner .theme::before {
  content: url('../img/followup_w.png');
  position: relative;
  top: 0.4em;
  left: -0.5em;
}

#followup .inner .theme .list {
  float: right;
  margin: 0.5em 1.0em 0 0;
  border: 1px solid #003e7e;
  /*rgb(9,1,88), white*/
  color: #003e7e;
  /*rgb(9,1,88), white*/
  padding: 0.2em;
  /*0 0.2em 0 0.2em*/
  line-height: 1.2em;
  /*1.8em*/
}

#followup .inner .theme .list:hover {
  border: 1px solid #003e7e;
  /*rgb(9,1,88)*/
  background-color: white;
  color: #003e7e;
  /*rgb(9,1,88)*/
}

#followup .flex.column {
  flex-direction: column;
}

#followup .otext {
  padding: 0.5em 0.5em 0 0.5em;
}

#followup .otitle {
  padding: 0 0.5em 0 0.5em;
}

#followup .otitle h1 a {
  font-size: 0.8em;
}

#footer_container {
  width: 100%;
  min-height: 150px;
  /*background-color: #a9a9a9;*/
  background-color: #fff;
}

#footer_container * {
  color: #333;
}

#footer_content {
  display: flex;
  padding: 1em;
}

#footer_container a {
  /*color: white;*/
}

#footer_content a:hover {
  color: #deba29;
}

#footer_content>div {
  padding: 1em;
}

#footer_content .about {
  flex: 2;
}

#footer_content .about .logo {
  vertical-align: middle;
}

#footer_content .about .orca-logo {
  display: inline-block;
  width: 48px;
  height: 27px;
  margin-right: .5em;
  background-image: url("../img/logo/orca-logo.png");
  background-size: cover;
  /*
	background-color: #e8e8e8;
	-webkit-mask-image: url("../img/logo/ORCA ManagementOrganizationCoLtd.svg");
	mask-image: url("../img/logo/ORCA ManagementOrganizationCoLtd.svg");
	-webkit-mask-size: 48px 27px;
	mask-size: 48px 27px;
	*/
  vertical-align: middle;
}

#footer_content .sitemap {
  flex: 1;
  height: 100%;
}

#footer_entory a {
  /*color: white;*/
}

#footer_entory a:hover {
  /*color: white;*/
}

#guide .content {
  border: none;
}

#guide .flex.column {
  flex-direction: column;
}

#guide .flex .course {
  flex: 1;
  position: relative;
  margin: 1em;
  /* 0 0 1em 0*/
  padding: 1em;
  border: 1px solid #ccc;
  flex-direction: row;
}

#guide .flex .course .contentarea {
  padding-left: 1em;
  padding-right: 1em;
  z-index: 1;
}

#guide .flex.inner {
  flex-direction: column;
}

#guide_list .content {
  margin: 0 1em 0.5em 0em;
  flex: 1;
  position: relative;
  padding: 0.5em 0.5em 0 0.5em;
  border: 1px solid rgb(9, 1, 88);
  flex-direction: row;
}

#guide_list .content .title {
  font-size: 1.6em;
  font-weight: bold;
}

#guide_list .flex.column {
  flex-direction: column;
}

#guide_list .flex .course {
  flex: 1;
  position: relative;
  margin: 1em;
  /* 0 0 1em 0*/
  padding: 1em;
  border: 1px solid #ccc;
  flex-direction: row;
}

#guide_list .flex .course .contentarea {
  padding-left: 1em;
  padding-right: 1em;
  z-index: 1;
}

#guide_list .flex.inner {
  flex-direction: column;
}

#impressions img {
  width: 100px;
  margin: .5em;
}

#impressions img {
  width: 30px;
  /*margin: 1.5em;*/
}

#impressions .flex {
  flex-direction: row;
}

#impressions .flex {
  /*cursor : pointer;*/
}

#impressions .flex1 {
  border: 1px solid #a9a9a9;
  margin: 5px;
  padding: 10px;
}

#impressions .inner .theme::before {
  content: url('../img/impressions2.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

#infomation li {
  list-style-type: none;
}

#infomation li>span {
  display: none;
}

#infomation li>span.open {
  display: block;
}

#infomation li::before {
  content: '詳細はここをクリック ';
  cursor: pointer;
}

#infomation li.open::before {
  content: '';
}

#infomation li::after {
  content: '';
}

#infomation li.open::after {
  content: '(クリックで閉じる）';
  cursor: pointer;
}

#infomation .flex.column {
  flex-direction: column;
}

#infomation .flex .course {
  flex: 1;
  position: relative;
  margin: 1em;
  /* 0 0 1em 0*/
  padding: 1em;
  border: 1px solid #ccc;
  flex-direction: row;
}

#infomation .flex .course {
  margin: 1em 0 0 0.5em;
}

#infomation .flex .course>.flex :nth-child(1) {
  flex-direction: row;
  font-weight: normal;
  /*flex: 1;*/
  max-width: 30px;
}

#infomation .flex .course>.flex :nth-child(2) {
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 0.5em;
}

#infomation .flex .course>.flex .contentarea :nth-child(2) {
  font-size: 1.4em;
  font-weight: bold;
}

#infomation .flex .course>.flex .contentarea :nth-child(3) {
  font-weight: normal;
}

#infomation .flex .course>.flex .contentarea ul.square li {
  font-size: 1.0em !important;
  font-weight: normal !important;
}

#infomation .flex.inner {
  flex-direction: column;
}

#infomation .flex.inner {
  flex-direction: row;
}

#infomation .flex.row {
  flex-direction: row;
  /*flex:1;*/
}

#infomation .inner .theme::before {
  content: url('../img/info.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

#instructor .flex {
  flex-direction: column;
}

#instructor .flex2 {
  flex-direction: row;
}

#instructor .inner .theme::before {
  content: url('../img/instructor.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

#instructor .instructor-wrap img {
  max-height: 180px;
}

#introduction .flex.column {
  flex-direction: column;
}

#introduction .flex .course {
  flex: 1;
  position: relative;
  margin: 1em 1em 0 0;
  /* 0 0 1em 0*/
  padding: 1em;
  border: 1px solid rgb(9, 1, 88);
  flex-direction: row;
}

#introduction .flex .course>.flex :nth-child(1) {
  font-size: 1.4em;
  font-weight: bold;
}

#introduction .flex .course>.flex :nth-child(2) {
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 0.5em;
}

#introduction .flex .course>.flex .contentarea :nth-child(3) {
  font-weight: normal;
}

#introduction .flex .course>.flex .contentarea ul.square li {
  font-size: 1.0em !important;
  font-weight: normal !important;
}

#introduction .flex.inner {
  flex-direction: column;
}

#introduction .flex.inner {
  flex-direction: row;
}

#introduction .flex.row {
  flex-direction: row;
  /*flex:1;*/
}

#learningpoint .flex.column {
  flex-direction: column;
}

#learningpoint .flex .course {
  flex: 1;
  position: relative;
  margin: 1em;
  /* 0 0 1em 0*/
  padding: 1em;
  border: 1px solid #ccc;
  flex-direction: row;
}

#learningpoint .flex .course {
  margin: 1em 0 0 0.5em;
}

#learningpoint .flex .course>.flex :nth-child(1) {
  flex-direction: row;
  font-weight: normal;
  /*flex: 1;*/
  max-width: 30px;
}

#learningpoint .flex .course>.flex :nth-child(2) {
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 0.5em;
}

#learningpoint .flex .course>.flex .contentarea :nth-child(2) {
  font-size: 1.4em;
  font-weight: bold;
}

#learningpoint .flex .course>.flex .contentarea :nth-child(3) {
  font-weight: normal;
}

#learningpoint .flex .course>.flex .contentarea ul.square li {
  font-size: 1.0em !important;
  font-weight: normal !important;
}

#learningpoint .flex.inner {
  flex-direction: column;
}

#learningpoint .flex.inner {
  flex-direction: row;
}

#learningpoint .flex.row {
  flex-direction: row;
  /*flex:1;*/
}

#linklist a[target=_blank][rel=noopener] {
  padding-right: 0px;
  background: none;
}

#linklist h1 {
  font-size: 1.2em;
}

#linklist .content {
  position: relative;
}

#linklist .inner h1 {
  color: #5A4E42;
}

#linklist .inner {
  padding: 0.5em 0 0 0;
}

#linkbtn .coursebtn {
  background-color: rgb(0, 146, 134);
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  margin: 1.0em 0 0 0.5em;
  border-collapse: collapse;
  min-width: 33%;
  height: 2.5em;
  text-align: center;
  vertical-align: top;
  padding: 5px;
  line-height: 2em;
  position: relative;
}

#linkbtn .coursebtn:hover {
  background-color: rgb(9, 1, 88);
}

#linkbtn .coursebtn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#login h1 {
  font-size: 1.2em;
}

#login:hover .navi_list {
  visibility: visible;
  /* 下層メニューを表示 */
}
	
	
#mailto .inner .theme::before {
  content: url('../img/mailto.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

#main_banner{
	margin-top:0.5em; height:85px;
}

#main_list .listunderline{
	margin: 0 0 0.5em 0;
}

#main_visual {
  position: relative;
  min-height: 350px;
  /*300;*/
  /*margin-top: 86px;*/
}

#main_visual * {
  color: #fff;
}

#main_visual::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

#main_visual .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
  z-index: 1;
  padding: 1.5em .5em 0;
}

#main_visual .inner p {
  /*width: 78%;*/
  font-size: 1.4em;
  /*2.5vmin;*/
  line-height: 1.6em;
}

#main_visual .inner h1 {
  font-size: max(3vw, 3em);
  /*7vmin;*/
  line-height: 1.1;
  margin-bottom: .2em;
}

#main_visual .inner h2 {
  font-size: max(1.5vw, 1.5em);
  ;
  /*3vmin;*/
  line-height: 1.2em;
}

#main_visual .inner h3 {
  font-size: max(1.2vw, 1.2em);
  /*2.5vmin;*/
  /*font-weight: normal;*/
  line-height: 1.2em;
}

#main_visual.type2 {
  min-height: 200px;
}

#news {
  padding: 0 1em 0 0;
}

#news .categorylink {
  padding: 0 0 0 1em;
  font-size: 1em;
  font-weight: bold;
}

#news .inner .list {
  float: right;
  margin: 0 1.0em 0 0;
  border: 1px solid rgb(9, 1, 88);
  color: rgb(9, 1, 88);
  padding: 0 0.2em 0 0.2em;
  line-height: 1.8em;
}

#news .inner .list:hover {
  border: 1px solid rgb(9, 1, 88);
  background-color: rgb(9, 1, 88);
  color: white;
}

#news .topicarea {
  /* margin: 0 0 1em 0; */
  flex: 1;
  position: relative;
  padding: 1em;
  border: 1px solid rgb(9, 1, 88);
  /*#ccc*/
  flex-direction: row;
  background-color: white;
  border-radius: 5px;
}

#news .topicarea a,
#news .topicarea dl {
  font-size: 1.0em;
  line-height: 1.0;
}

#news .topicarea dt:not(:first-child) {
  border-top: 1px dotted rgb(9, 1, 88);
  margin-top: 0.5em;
}

#notes .inner .theme::before {
  content: url('../img/caution.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

#obeliskcontents .coursebtn {
  background-color: rgb(0, 146, 134);
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  margin: 1.0em 0 0 0.5em;
  border-collapse: collapse;
  width: 33%;
  height: 2.5em;
  text-align: center;
  vertical-align: top;
  padding: 5px;
  line-height: 2em;
  position: relative;
}

#obeliskcontents .coursebtn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#obeliskcontents .coursebtn:hover {
  background-color: rgb(9, 1, 88);
}

#obeliskcontents .flex.column {
  flex-direction: column;
}

#obeliskcontents .flex .course1 {
  flex: 1;
  position: relative;
  margin: 0 0 1em 0;
  padding: 0em 0.5em 0em 0em;
  flex-direction: row;
}

#obeliskcontents .flex .course2 {
  flex: 1;
  position: relative;
  margin: 0 0 1em 0;
  padding: 0em 0em 0em 0.5em;
  flex-direction: row;
}

#obeliskcontents .flex .course3 {
  flex: 1;
  position: relative;
  margin: 0 0 1em 0;
  /*padding: 0em 1em 0em 0em;*/
  flex-direction: row;
}

#obeliskcontents .inner .theme::before {
  content: url('../img/curriculum.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

#obeliskcontents .tableh {
  height: 100%;
}

#obeliskcontents .trh {
  height: 20px !important;
}

#participants .flex a {
  font-size: 1em;
}

#participants .flex.column {
  flex-direction: column;
}

#participants .flex .course {
  flex: 1;
  position: relative;
  margin: 1em;
  /* 0 0 1em 0*/
  padding: 1em;
  border: 1px solid #ccc;
  flex-direction: row;
}

#participants .flex .course {
  margin: 1em 0 0 0.5em;
}

#participants .flex .course>.flex {
  flex-direction: row;
}

#participants .flex .course>.flex img {
  max-width: 50px;
  vertical-align: middle;
}

#participants .flex .blankcourse {
  flex: 1;
  position: relative;
  margin: 0 0 1em 0;
  padding: 1em;
  border: none;
  flex-direction: row;
}

#participants .flex .course>.flex :nth-child(1) {
  flex-direction: row;
  font-weight: normal;
  /*flex: 1;*/
  max-width: 30px;
}

#participants .flex .course>.flex :nth-child(2) {
  flex-direction: row;
  /*flex: 4;*/
}

#participants .flex .course>.flex :nth-child(2) {
  font-size: 1.0em;
  margin: auto auto auto 0;
  text-align: left;
  padding-left: 1.0em;
}

#participants .flex .course>.flex .contentarea :nth-child(2) {
  font-size: 1.4em;
  font-weight: bold;
}

#participants .flex .course>.flex .contentarea :nth-child(3) {
  font-weight: normal;
}

#participants .flex .course>.flex .contentarea ul.square li {
  font-size: 1.0em !important;
  font-weight: normal !important;
}

#participants .flex .course .contentarea {
  padding-left: 1em;
  padding-right: 1em;
  z-index: 1;
}

#participants .flex.inner {
  flex-direction: column;
}

#participants .flex.inner {
  flex-direction: row;
}

#participants .flex.row {
  flex-direction: row;
  /*flex:1;*/
}

#participants .inner {
  text-align: left;
}

#participants .inner .theme::before {
  content: url('../img/pr.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

#performance .flex.column {
  flex-direction: column;
}

#performance .flex .course {
  flex: 1;
  position: relative;
  margin: 1em;
  /* 0 0 1em 0*/
  padding: 1em;
  border: 1px solid #ccc;
  flex-direction: row;
}

#performance .flex .course {
  margin: 1em 0 0 0.5em;
}

#performance .flex .course :nth-child(2) {
  font-size: 1.0em;
  /*font-weight:bold;*/
}

#performance .flex .course>.flex {
  flex-direction: row;
}

#performance .flex .course>.flex :nth-child(1) {
  flex-direction: row;
  font-weight: normal;
  /*flex: 1;*/
  max-width: 30px;
}

#performance .flex .course>.flex :nth-child(2) {
  flex-direction: row;
  /*flex: 4;*/
}

#performance .flex .course>.flex .contentarea :nth-child(2) {
  font-size: 1.4em;
  font-weight: bold;
}

#performance .flex .course>.flex .contentarea :nth-child(3) {
  font-weight: normal;
}

#performance .flex .course>.flex .contentarea ul.square li {
  font-size: 1.0em !important;
  font-weight: normal !important;
}

#performance .flex .course .contentarea {
  padding-left: 1em;
  padding-right: 1em;
  z-index: 1;
}

#performance .flex.inner {
  flex-direction: column;
}

#performance .flex.inner {
  flex-direction: row;
}

#performance .flex.row {
  flex-direction: row;
  /*flex:1;*/
}

#PrevNextNav {
  padding-top: 3em;
}

#PrevNextNav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#PrevNextNav ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 99%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#PrevNextNav ul li:nth-of-type(1) {
  margin-left: 1%;
}

#PrevNextNav ul li:nth-of-type(2) {
  margin-right: 1%;
  text-align: right;
}

#PrevNextNav ul li:nth-of-type(3) {
  margin-left: 1%;
}

#PrevNextNav ul li:nth-of-type(4) {
  margin-right: 1%;
  text-align: right;
  margin-bottom: 1.0em;
}

#PublicRelations .flex {
  flex-direction: column;
}

#recomend .content {
  position: relative;
}

#reference .inner .theme::before {
  content: url('../img/References.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

#scrollUp {
  position: fixed;
  bottom: 1vh;  /*10px*/
  right: 18vw;  /*10px*/
  display: none;
  z-index: 9999;
}

#scrollUp a {
  width: 80px;
  display: block;
  z-index: 9999;
}

#searchw h1 {
  font-size: 1.2em;
}

#searchw .inner h1 {
  color: #5A4E42;
}

#summary {
  position: relative;
  z-index: 1;
}

#summary p {
  margin: 1.0em 0 0 0.5em;
}

#summary::after {
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 70%;
  /*65% 80%*/
  background-size: 30%;
  /*contain*/
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  transform: skew(10deg, -10deg)
}

#summary .inner .theme::before {
  content: url('../img/book.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

#special {
  padding-top: 1em;
}

#special .topicarea {
  margin: 0 1em 1em 0em;
  flex: 1;
  position: relative;
  padding: 1em;
  border: 1px solid rgb(9, 1, 88);
  /*#ccc*/
  flex-direction: row;
}

#topinfomation {
  padding: 0 1em 0 0;
}

#topinfomation .boxshadow {
  transition: all .2s ease-in;
}

#topinfomation .boxshadow:hover {
  box-shadow: 4px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  transform: translateY(-2px);
  /* cursor: pointer; */
  color: rgba(47, 27, 39, 1);
}

#topinfomation .course {
  margin: 1em 0 0 0;
}

#topinfomation .inner a {
  color: white;
}

#topinfomation .inner .boxshadow a {
  color: black;
}

#topinfomation .inner .boxshadow a:hover {
  color: rgb(0, 146, 134);
  ;
}

#topinfomation .inner .boxshadow a:visited {
  color: rgb(0, 146, 134);
}

#topinfomation .inner .content {
  border-radius: 0 0 10px 0;
}

#topinfomation .inner .content {
  border: 1px solid #142850;
}

#topinfomation .inner .theme {
  margin: 0;
  font-size: 1.2em;
  color: #003e7e;
  /*rgb(9,1,88), #333*/
  padding-left: 1.0em;
  background-color: #FFCC00;
  border-left: none !important;
  border-bottom: none !important;
  /* background-color: #142850;
	border-left: 8px solid #142850;
	border-bottom: 1px solid #142850; */
}

#topinfomation .inner .theme::before {
  content: url('../img/info_w.png');
  position: relative;
  top: 0.4em;
  left: -0.5em;
}

#topinfomation .inner .theme .list {
  float: right;
  margin: 0.5em 1.0em 0 0;
  border: 1px solid #003e7e;
  /*rgb(9,1,88), white*/
  color: #003e7e;
  /*rgb(9,1,88), white*/
  padding: 0.2em;
  /*0 0.2em 0 0.2em*/
  line-height: 1.2em;
  /*1.8em*/
}

#topinfomation .inner .theme .list:hover {
  border: 1px solid #003e7e;
  /*rgb(9,1,88)*/
  background-color: white;
  color: #003e7e;
  /*rgb(9,1,88)*/
}

#topinfomation .otext {
  padding: 0.5em;
  border: 1px solid #0070c9;
  border-radius: 0 0 10px 10px;
  color: inherit;
  font-weight: inherit;
}

#topinfomation .otext {
  padding: 0.5em 0.5em 0 0.5em;
}

#topinfomation .otitle {
  padding: 0 0.5em 0 0.5em;
  background-color: #0070c9;
  border-radius: 10px 10px 0 0;
}

#topinfomation .otitle {
  padding: 0 0.5em 0 0.5em;
}

#topinfomation .otext a:hover{
  color: #0070c9;
}

#topinfomation .otitle h1 a {
  font-size: 0.8em;
}

#topinfomation .otitle h2 {
  font-size: 1.3em;
  color: white;
  padding-left: 0.5em;
}

#topinfomation .otitle h2 a {
  font-size: 0.8em;
  color: white;
}

#topmain {
  margin: 0 0.5em 0 0.5em;
}

#topmain section .inner {
  /* padding: 0 0 1.0em 0; */
}

#topmain #course_list .inner .list_area {
  border: 1px solid #27496D;
}

#topmain .newcolor {
  border: 1px solid;
  padding: 0 0.2em 0 0.2em;
}

#tuitionfee ul {
  display: inline-block;
  text-align: left;
}

#tuitionfee ul li {
  font-size: 0.8em;
}

#tuitionfee .notes {
  margin-bottom: 2em;
}

#tuitionfee .price {
  font-size: 4em;
  text-align: left;
  margin-right: .25em;
  line-height: 1;
}

#tuitionfee .price-box {
  margin-bottom: 2em;
}

#tuitionfee .startdate {
  font-size: 2em;
  margin-bottom: 1em;
}

#updateinfo .flex.column {
  flex-direction: column;
}

#updateinfo .flex .course {
  flex: 1;
  position: relative;
  margin: 1em 1em 0 0;
  /* 0 0 1em 0*/
  padding: 1em;
  border: 1px solid rgb(9, 1, 88);
  flex-direction: row;
}

#updateinfo .inner .theme .list {
  float: right;
  margin: 0 1.0em 0 0;
  border: 1px solid rgb(9, 1, 88);
  color: rgb(9, 1, 88);
  padding: 0 0.2em 0 0.2em;
  line-height: 1.8em;
}

#updateinfo .inner .theme .list:hover {
  border: 1px solid rgb(9, 1, 88);
  background-color: rgb(9, 1, 88);
  color: white;
}

#upper_left{
  width:60%;
  margin-right:0.5em;
}

#upper_right{
  width:40%;
  margin-left:0.5em;
}

/* クラス #############################################################*/

.about #summary::after {
  background-image: url(../img/logo/logo-big.png);
  transform: none;
  background-size: 20%;
}

.accordion {
  max-width: 100%;
  margin: 0 auto;
}

.accordion input {
  display: none;
}

.accordion label {
  display: block;
  padding: 1.2em;
  cursor: pointer;
  transition: all 0.5s;
  border-top: 1px dotted #888;
}

.accordion label:first-child {
  border-top: none;
}

.accordion .accordion-view {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.accordion-check:checked+.accordion-view {
  height: auto;
  padding: 0 2em 1.5em;
  opacity: 1;
}

.boxsize1 {
  /*ex-grow: 1;*/
  /*ex-shrink: 1;*/
}

.boxsize2 {
  flex-grow: 2;
  flex-shrink: 2;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:not(:first-child)::before {
  content: '>';
  margin: 0 1.0em 0 1.0em;
}

.button-style {
  /* -webkit-border-radius:3px; */
  /* -webkit-border-radius:3px; */
  /* border-radius:3px; */
  /* border-radius:3px; */
  /* margin-left:1.5em; */
  text-align: center;
  max-width: 10em;
  /* 220px; */
  /* min-width:120px; */
  white-space: nowrap;
  /* box-shadow: 0 1px 8px rgba(0,0,0,0.1); */
  /* transition: all .1s ease-in; */
  position: relative;
}

.button-style a {
  text-decoration: none !important;
}

.button-style a:hover {
  color: #0070c9 !important;
  text-shadow: 0 3px 8px #C0C0C0;
}

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

.characteristic {
  /*flex: 1;*/
  position: relative;
  margin: 0 0 1em 0;
  padding: 1em;
  border: 1px solid #ccc;
  flex-direction: row;
}

.characteristic {
  margin: 0 0.5em 1em 0em;
  flex: 1;
}

.characteristic>.flex {
  flex-direction: row;
}

.characteristic>.flex img {
  max-width: 50px;
  vertical-align: middle;
}

.characteristic>.flex :nth-child(1){
  flex-direction: row;
  font-weight: normal;
  /*flex: 1;*/
}

.characteristic>.flex :nth-child(2) {
  flex-direction: row;
  /*flex: 4;*/
}

.characteristic>.flex .contentarea {
  margin: 0.5em 0.5em 0.5em 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}

.characteristic>.flex .contentarea ul.square li {
  font-size: 1.0em !important;
  font-weight: normal !important;
}

.circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
  width: 100px;
  height: 100px;
  margin: 1em;
  border: 4px solid white;
  background: #fff;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.course>.flex:nth-child(1) {
  flex-direction: row;
  font-weight: normal;
  /*flex: 1;*/
}

.communication #summary::after {
  background-image: url(../img/logo/comms.jpg);
}

.ctext {
  padding-left: 1em;
}

.def-mgn {
  margin: 0em 0 1.0em 1.0em;
  /*margin: 0 0 0 1.0em;*/
}

.def-mgn-btm {
  margin-bottom: 1.8em;
}

.delighter.bottom {
  transform: translatey(300%);
  opacity: 0;
  transition: all .75s ease-out;
}

.delighter.bottom.started {
  transform: none;
  opacity: 1;
}

.delighter.left {
  transform: translate(100%);
  opacity: 0;
  transition: all .75s ease-out;
}

.delighter.left.started {
  transform: none;
  opacity: 1;
}

.delighter.right {
  transform: translate(-100%);
  opacity: 0;
  transition: all .75s ease-out;
}

.delighter.right.started {
  transform: none;
  opacity: 1;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex .guide {
  flex: 1;
  position: relative;
  margin: 0 0 1em 0;
  /*padding: 1em;*/
  /*border: 1px solid #ccc;*/
  flex-direction: row;
}

.flex .logo {
  /* max-height:70; */
  width: 100%;
  /* max-width:70%; */
}

.flex1 {
  flex: 1;
}

.fontbold {
  font-weight: bold;
}

.fw-bold {
  font-weight: 700;
}

.fw-normal {
  font-weight: 400;
}

.guidearea p {
  padding: 0.5em 0 0.5em 0;
  /* 一文字分のインデント */
}

.guidetable {
  width: 100%;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}

.guidetable td {
  padding: 0.5em 0.5em 0.5em 0.5em;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1em;
  letter-spacing: 0.11em;
}

.guidetable th {
  padding: 1em;
  width: 25%;
  border: 1px solid #cccccc;
  background: #f2f4f7;
  text-align: left;
  color: #010101;
  vertical-align: top;
  font-size: 1em;
}

.header {
  background-color: #fff;
  transition: .5s;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 1.0em;
}

.header a {
  color: #333;
}

.header h1 {
  display: inline-block;
  font-size: 1.3em;
  background: inherit;
  margin-bottom: 0;
  margin-left: 0.5em;
  line-height: 1;
  /*color:white;*/
}

.haeder .logo {
  max-width: 100%;
  width
  /***/
  : auto;
  /*IE8用ハック*/
}

.header .orca {
  display: none;
}

.header_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0.5em; /* 0 16px */
  max-width: 980px;
}

.hrlabor #summary::after {
  background-image: url(../img/logo/hrlabor.jpg);
}

.hrlabor2 #summary::after {
  background-image: url(../img/logo/hrlabor2.jpg);
}

.information-pages {
  padding-bottom: 1.0em;
}

.img-left {
  float: left;
}

.img-right {
  float: right;
}

.indent {
  text-indent: 0em;
  margin-left: 1em;
}

.inner .theme {
  font-size: 1.2em;
  color: rgb(9, 1, 88);
  padding-left: 1.0em;
  border-left: 8px solid rgb(9, 1, 88);
  border-bottom: 1px solid rgb(9, 1, 88);
  margin-top: 0.5em;
}

.inner .theme a {
  font-size: 1.0em;
}

.instructor-wrap {
  padding: 1em;
  margin: 0 auto;
}

.instructor-wrap .flex img {
  max-width: none;
  text-align: center;
}

.instructor-wrap .flex .contentarea {
  padding-left: 1em;
  padding-right: 1em;
  z-index: 1;
}

.instructor-wrap .name {
  font-size: 1.5em;
  font-weight: bold;
}

.instructor-wrap .name span {
  font-size: .5em;
  color: #444;
  margin-left: 3em;
}

.items-center {
  justify-content: center;
}

.items-middle {
  align-items: center;
}

.items-right {
  justify-content: flex-end;
}

.leftarea {
  width: 70%;
}

.list::after {
  content: "\025b6";
}

.listunderline {
  border-top: 1px dotted rgb(9, 1, 88);
  margin: 0.5em 0;
}

.login-button-style {
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1em;
  text-align: center;
  max-width: 100%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  transition: all .1s ease-in;
}

.login-button-style:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}

.login-button-style a {
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 1.0em;
  color: #FFF !important;
  background-color: rgb(9, 1, 88);
  text-decoration: none
}

.login-button-style a:hover {
  background-color: rgb(0, 146, 134);
  /*rgba(96,192,189,0.8);*/
  text-decoration: none;
  color: #FFF;
}

.luminous {
  display: block;
  position: relative;
}

.luminous::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: white;
  /*rgba(0,0,0,0.5);*/
  background-image: url("../../../../wp-content/uploads/2024/07/magnifying_glass.png");
  background-size: 1em 1em;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid black;
}

.main-header {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #4a4a4a transparent;
}

.marker span {
  background: linear-gradient(transparent 60%, #ffff00 0%);
  font-size: 1.0em;
}

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

.medacc #summary::after {
  background-image: url(../img/logo/medacc.jpg);
}

.medict #summary::after {
  background-image: url(../img/logo/medict.jpg);
}

.medict_d #summary::after {
  background-image: url(../img/logo/medict_d.jpg);
}

.medict_m #summary::after {
  background-image: url(../img/logo/medict_m.jpg);
}

.mpa #summary::after {
  background-image: url(../img/logo/mpa.jpg);
}

.ms-l {
  display: none;
}

.mtext {
  color: #003e7e;
  /*inherit*/
}

.nav-fixed {
  top: 96px;
  width: 490px;
  /*
  margin-top: -96px;
  padding-top: 96px;
  width: 50%;
  max-width:  50%;
  min-width:  320px;
  left: auto;
  */
  left: 50%;
  right: 0;
  border: 1px solid #aaa;
  z-index: 888;
}

.navi_list {
  z-index: 1;
  top: 34px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #0070c9;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}

.navi_list::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #0070c9 transparent;
  transition: visibility .25s;
}

.navi_list li:first-child {
  margin-top: 1.5em;
}

.navi_list li:last-child {
  margin: 1.0em 0;
}

.navi_list li:hover {
  text-decoration: none !important;
  color: white !important;
  background-color: #ff7f39;
}

.navi_list li a,
.navi_list li a:hover {
  color: white !important;
}

.navi_list {
  visibility: hidden;
  /* 下層メニューを非表示 */
  width: 100%;
  top: 100%;
  left: 0;
  position: absolute;
}

.newcolor {
  color: #ff0000;
}

.news-history {
  width: 100%;
  text-align: right;
}

.news-history a {
  font-size: 1em;
  /*0.8em;*/
}

.news-update {
  font-size: 1em;
  /*0.8em;*/
}

.news-link a {
  font-size: 1em;
  /*0.8em;*/
}

.news-list {
  width: 100%;
  margin: 0 auto;
}

.news-list li {
  border-bottom: 1px dotted #888;
  padding: 0.5em;
}

.news-list li:first-child {
  /*border-top: 1px dotted #888;*/
}

.newstext {
  font-size: 1.0em;
  line-height: 1.0;
}

.next-link {
  background: url(/wp-content/uploads/2021/10/right_arrow.png) no-repeat right 10px center;
}

.next-link {
  background-size: 1em 2em;
}

.nodis span{
  border: 1px solid;
  padding: 0 0.2em 0 0.2em;
  color:white;
}

.note {
  margin: 0.2em 1em 0.2em 1.5em;
  text-indent: -1.5em;
}

.note:before {
  content: "※ ";
  color: red;
}

.npgb #summary::after {
  background-image: url(../img/logo/npgb.jpg);
}

.obelisk #summary::after {
  background-image: url(../img/logo/obelisk.jpg);
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  padding: 8px 16px;
  color: #fff;
  background: rgb(9, 1, 88);
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
}

.open_btn:hover {
  background: rgb(0, 146, 134);
  color: #fff;
  transition: .3s ease;
}

.otext a {
  color: black;
}

.otext a:hover {
  color: rgb(0, 146, 134);
}

.otext a:visited {
  color: rgb(0, 146, 134);
}

.otitle h2 span {
  font-size: 0.8em;
  color: white;
}

.otitle img{
	max-width:200px;
	max-height:100px;		
	float:right;
	margin:0.5em 0 0 0.5em;
}

.pageview {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  /*box-shadow: 0 2px 5px rgb(0,0,0,0.26);*/
}

.period {
  font-size: 1.5em;
  flex: 1;
}

.popup_content {
  position: relative;
  align-self: center;
  /* width: 90%; */
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_wrap input {
  display: none;
}

.popup_wrap input:checked~.popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.pr {
  column-count: 2;
}

.pr li {
  text-indent: -1.5em;
  padding: 0.5em;
  margin-left: 2.0em;
}

.pr li span {
  font-size: 1.2em;
  /*font-weight:bold;*/
  background: linear-gradient(transparent 60%, #ffff00 0%);
}

.pr li::before {
  content: url('../img/check2.png');
  position: relative;
  top: 0.3em;
  left: -0.5em;
}

.prev-link {
  background: url(/wp-content/uploads/2021/10/left_arrow.png) no-repeat 10px center;
}

.prev-link {
  background-size: 1em 2em;
}

.prev-next-label {
  font-size: .825rem;
  color: inherit;
  /*#000*/
  margin-bottom: 10px;
}

.prev-next-link a {
  border-bottom: 1px #ddd solid;
  display: block;
  text-decoration: none;
  padding: 1em 3em;
  /*color: #0bd;*/
}

.prev-next-link a:hover {
  text-decoration: none;
}

.prev-next-link a:hover {
  background-color: rgb(0, 146, 134, 0.2);
  /* #f6f6f6 */
}

.prev-next-title {
  color: inherit;
}

.price {
  font-size: 1.5em;
  flex: 1;
}

.procedure {
  /*width:800px;*/
  position: relative;
  /*padding-top: 1em;*/
}

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

.procedure a:hover {
  color: rgb(9, 1, 88);
  text-decoration: none;
}

.procedure>ul li {
  display: inline;
  position: absolute;
  width: calc(100% / 3);
  left: 0;
  top: 15%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
}

.procedure>ul li a {
  font-weight: bold;
  font-size: 1.2em;
}

.procedure>ul li:nth-child(1) {
  left: 0;
}

.procedure>ul li:nth-child(2) {
  left: calc(100% / 3);
}

.procedure>ul li:nth-child(3) {
  left: calc(100% / 3*2);
}

.programming #summary::after {
  background-image: url(../img/logo/program.jpg);
}

.promotion img {
  display: block;
  margin: 0 auto;
}

.publicrelations-wrap {
  padding: 1em;
  margin: 0 auto;
}

.publicrelations-wrap .flex img {
  max-width: none;
  text-align: center;
}

.publicrelations-wrap .flex .contentarea {
  padding-left: 1em;
  padding-right: 1em;
  z-index: 1;
}

.publicrelations-wrap .name {
  font-size: 1.5em;
}

.publicrelations-wrap .name span {
  font-size: .5em;
  color: #444;
  margin-left: 3em;
}

.release_date {
  width: 100%;
  text-align: right;
}

.right {
  text-align: right;
}

.rightarea {
  width: 30%;
}

.rightarea a {
  color: black;
}

.rightarea a:hover {
  color: rgb(0, 146, 134);
}

.rightarea a:visited {
  color: rgb(0, 146, 134);
}

.ripple {
  position: relative;
  overflow: hidden;
}

.ripple {
  width: 100%;
  text-align: center;
  /*background:#f00;*/
  box-shadow: 0px 2px 5px rgba(9, 1, 88, 0.5);
  border-radius: 10px 10px 10px 10px;
  margin-left: 1.0em;
}

.ripple a {
  padding: 0.2em 0;
  /*2.2em 0*/
  background-color: rgb(0, 146, 134);
  /*#deba29*/
  text-align: center;
  color: #FFF;
  display: inline-block;
  width: 100%;
  height: 100%;
  /*text-transform: uppercase;*/
  font-size: 2.0em;
}

.ripple a[target="_blank"][rel="noopener"] {
  background: none;
  background-color: rgb(0, 146, 134)
    /*#CCAB25,rgb(9,1,88);*/
}

.ripple a:hover,
.ripple a.apply:hover {
  background-color: rgb(9, 1, 88);
  /*#009286*/
  color: #FFF;
  text-decoration: none;
}

.ripple a:hover,
.ripple a.contact:hover {
  background-color: rgb(9, 1, 88);
  color: #FFF;
}

.ripple a.apply {
  background-color: rgb(0, 146, 134)
    /*#CCAB25,rgb(9,1,88);*/
    font-size:2.0em;
  line-height: 1.5;
}

.ripple span {
  font-size: small;
  color: #FFF;
}

.ripple:hover {
  transform: translateY(-5px);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}

.ripple .rp-effect {
  /*エフェクト*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  /*波紋の濃さ*/
  transform: scale(0);
  background: #FFF;
  /*波紋色*/
  animation: ripple 700ms;
  pointer-events: none;
}

.rotate {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  -ms-transition: -ms-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}

.rotate:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.seminar #summary::after {
  background-image: url(../../../../wp-content/uploads/2023/09/seminar.jpg);
}

.sampletable {
  border: none;
  padding: 15px 20px;
  font-size: 14px;
  letter-spacing: 0.11em;
}

.sampletable td {
  border: none;
  max-width: 100%;
  vertical-align: top;
}

.sampletable img {
  max-width: 300px;
}

.small {
  font-size: .8em !important;
}

.sideb {
  /* border:1px solid #A2D5F2; */
  border-radius: 5px;
  padding: 0.5em 1.5em 0.5em 1.5em;
  margin-top: 0.5em;
  background-color: #FFF1E0;
  /*#DBE2EF*/
}

.sidebar {
  width: 30%;
  position: relative;
  padding-left: 0rem;
  padding-right: 0rem;
  float: left;
}

.sidespace {
  padding: 0 0 0 0;
}

.snsbutton {
  float: right;
}

.sp-arrow::before{
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
}	

.sp-arrow::after{
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /*上下中央*/
  /*-webkit-justify-content: center;
  justify-content: center; /*左右中央*/
  padding: 0.8em;
  margin-bottom: 1.8em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
}

.step * {
  font-size: 0.9em;
}

.step div:nth-child(2),
.step div:nth-child(2) * {
  color: #fff;
}

.step::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 100%;
  left: calc(50% - 0.9em);
  margin-bottom: -8px;
  border-right: 1.8em solid transparent;
  border-top: 1.8em solid #deba29;
  border-left: 1.8em solid transparent;
}

.step:nth-child(1) {
  background-color: #E6C029;
}

.step:nth-child(1)::before {
  border-top: 1.8em solid #E6C029;
}

.step:nth-child(2) {
  background-color: #CCAB25;
}

.step:nth-child(2)::before {
  border-top: 1.8em solid #CCAB25;
}

.step:nth-child(3) {
  background-color: #B39520
}

.step:nth-child(3)::before {
  border-top: 1.8em solid #B39520
}

.step:nth-child(4) {
  background-color: #99801C;
}

.step:nth-child(4)::before {
  border-top: 1.8em solid #99801C;
}

.step:nth-child(5) {
  background-color: #806B17;
}

.step:nth-child(5)::before {
  display: none;
}

.thumb-wrap a:hover {
  color: rgb(9, 1, 88);
}

.thumb-wrap {
  width: 100%;
}

.video {
  position: relative;
  width: 100%;
  max-width: 640px;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.video::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 55%;
  /*56.25%*/
  /* margin-top:1.0em; */
}

.wavyline {
  text-decoration: underline wavy
}

.wdeb #summary::after {
  background-image: url(../img/logo/wdeb.jpg);
}
