@charset "UTF-8";
/**
 * ==========================================================================
 *
 * ベースレイアウトCSS
 *
 * ==========================================================================
 */
/**
 * ---------------------------------------------------
 * Web font setting
 * ---------------------------------------------------
 */
@font-face {
  font-family: 'NotoSanMed';
  src: url('/recurrent/biz/program/sane/fonts/NotoSansJP-Medium.woff') format('woff'), url('/recurrent/biz/program/sane/fonts/NotoSansJP-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSanReg';
  src: url('/recurrent/biz/program/sane/fonts/NotoSansJP-Regular.woff') format('woff'), url('/recurrent/biz/program/sane/fonts/NotoSansJP-Regular.ttf') format('truetype');
}

/**
 * ---------------------------------------------------
 * reset
 * ---------------------------------------------------
 */
* {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
/**
 * ---------------------------------------------------
 * img
 * ---------------------------------------------------
 */
img {
  border: none;
}
/**
 * ---------------------------------------------------
 * default
 * ---------------------------------------------------
 */
h1, h2, h3, h4, h5, h6, caption {
  font-weight: normal;
  font-size: 100%;
}
a {
  outline: none;
}
address {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
fieldset {
  border: none;
}
legend {
  display: none;
}
input[type=radio], input[type=checkbox], select {
  vertical-align: middle;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * ---------------------------------------------------
 * link
 * ---------------------------------------------------
 */
a {
  /*color: #231815;*/
  color: #003ce2;
  text-decoration: underline;
}
a:link {
  color: #003ce2;
  text-decoration: underline;
}
a:visited {
  color: #003ce2;
  text-decoration: underline;
}
a:hover {
  color: #202c56;
  text-decoration: none;
}
a:active {
  color: #231815;
  text-decoration: none;
}
/**
 * ---------------------------------------------------
 * body
 * ---------------------------------------------------
 */
body {
  /*	line-height: 1.6;*/
  line-height: 1.7;
  font-size: 1rem;
  font-family:
    YakuHanJP_Noto, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'NotoSanReg', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  color: #604C3F;
  width: 100%;
  position: relative;
  min-width: 1140px;
}
/**
 * ---------------------------------------------------
 * wrapper
 * ---------------------------------------------------
 */
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/**
 * ---------------------------------------------------
 * header
 * ---------------------------------------------------
 */
header {
  background: #ffffff9e;
  z-index: 9999;
  width: 100%;
}
header p {
  line-height: 1.3;
}
#header-area {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
#headerLogo {
  width: 400px;
}
#headerLogo a {
  color: #333;
  text-decoration: none;
}
#headerMenu {
  width: 410px;
}
.headerMenuList {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.headerMenuList li {
  list-style-type: none;
  margin: 0 5px;
  padding: 0;
  line-height: 1;
}
.headerMenuList li a {
	position: relative;
  display: block;
  text-align: center;
  width: 200px;
  padding: 15px 0;
  background: #fff;
  color: #3EA643;
	border: solid 2px #3EA643;
  border-radius: 50px;
  text-decoration: none;
}
.headerMenuList li a.login {
  background: #3EA643;
  color: #fff;
}

.headerMenuList li a:after {
	position:absolute;
	top:50%;
	right:12px;
	display: block;
	width: 8px;
	height: 8px; 
	border-top: 2px solid #3EA643;
	border-right: 2px solid #3EA643;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	margin-top:-4px;
}
.headerMenuList li a.login:after {
	position:absolute;
	top:50%;
	right:12px;
	display: block;
	width: 8px;
	height: 8px; 
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	margin-top:-4px;
}

/**
 * ---------------------------------------------------
 * visual
 * ---------------------------------------------------
 */
.bpLogo {
	width: 90px;
	margin: 30px auto 0;
}
.visualWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.visualWrapperBg {
	position: absolute;
	z-index: -1;
	background: url("/recurrent/biz/program/sane/images/title.png") center;
	width: 100%;
	height: 100%;
  background-size: cover;
	filter: blur(20px);
}

.visualWrapperBg::before {
    content: "";
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(255,255,255,.6);
}

.visualInner {
	width: 980px;
	text-align: center;
	margin: 30px auto;
}
.contentsTitleSub {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-feature-settings: "palt";
	color: #7F4C4D;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0 auto 20px;
}
.contentsTitle {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-feature-settings: "palt";
	color: #7F4C4D;
	font-size: 4rem;
	line-height: 1.3;
	font-weight: 700;
}
.contentsTitle .sub {
	font-size: 2rem;
}
.subTitle {
	margin: 30px 0 0 0 ;
	line-height: 1;
}
.subTitle span {
	font-size: 1.6rem;
	border: solid 3px #fff;
	padding: 10px 40px;
	border-radius: 50px;
}
.contentsTitleInfo {
	margin-top: 10px;
	text-align: center;
}


.loginWrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	z-index: 10;
}
.loginBt {
	position: absolute;
	top: 10px;
	right: 5px;
}
.loginBt a{
	color: #3EA643;
	font-weight: bold;
	display: block;
	padding: 10px 30px;
	background: #fff;
	border-radius: 50px;
	text-decoration: none;
	line-height: 1;
}

.priceBox {
	width: 500px;
	margin: 50px auto 0;
}
/**
 * ---------------------------------------------------
 * content
 * ---------------------------------------------------
 */
.inner {
  width: 980px;
  margin: 0 auto;
  padding: 100px 0;
}
/*
一括色変更
*/
.title {
  background: #a6e189;
}
.bg01 {
  background: #3EA643;
  color: #ffffff;
}
.bg02 {
  background: #ecffe2;
}
.icon {
  background: #005f98;
  color: #ffffff;
  letter-spacing: 2px;
  display: inline-block;
  padding: 5px 10px 4px;
  font-size: 105%;
}
/* manarea
-------------------------------------------------------*/
.h2title {
  position: relative;
  font-size: 130%;
	font-weight: bold;
  padding: 40px 16px;
  margin: 100px 0 30px 0;
  line-height: 1.3;
  border-left: 5px solid #9A9F86;
	background: url("/recurrent/biz/program/sane/images/titlebg.png") right bottom no-repeat #F3F1E5;
	background-size: contain;
}
.h2titleRead {
  color: #3EA643;
  font-size: 165%;
  margin: 0 0 40px 0;
}
.h3title {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.6;
  margin: 40px 0 10px 0;
}
.h4title {
  font-size: 110%;
  font-weight: bold;
  line-height: 1.8;
  color: #3EA643;
  padding-bottom: 10px;
  border-bottom: 2px solid #999;
  position: relative;
}
.h4title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  border-bottom: 2px solid #005f98;
}
p {
  line-height: 1.8;
}
th .bg01 {
  text-align: center;
  padding: 5px 0;
  width: 6em;
  font-size: 100%;
  font-weight: bold;
}
/*ボタン*/
.btn,
.btn2 {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.btn a,
.btn2 a{
	position: relative;
  display: block;
  padding: 20px 0;
  font-size: 120%;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 100px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn a:hover,
.btn2 a:hover{
  opacity: .6;
}
.btn a:after {
	position:absolute;
	top:50%;
	right:20px;
	display: block;
	width: 12px;
	height: 12px; 
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	margin-top:-5px;
}
.btn2 a:after {
	position:absolute;
	top:50%;
	right:20px;
	display: block;
	width: 12px;
	height: 12px; 
	border-top: 3px solid #3EA643;
	border-right: 3px solid #3EA643;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	margin-top:-5px;
}

/*通常ボタン*/
.btn a {
  background: #3EA643;
  color: #fff;
}
/*通常ボタン*/
.btn2 a {
  background: #fff;
  color: #3EA643;
	border: solid 2px #3EA643;
}

/*ボタン赤色変更*/
.btn.purple a {
  background: #5F7531 !important;
}

/*視聴ボタン*/
.playBtn {
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.playBtn a {
  display: block;
  padding: 5px 8px;
  font-size: 90%;
  text-align: center;
  text-decoration: none;
  background: #3EA643;
  color: #ffffff;
  border-radius: 100px;
	line-height: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.playBtn a:hover {
  opacity: .6;
}

/*購入ボタン*/
.getBtn {
  color: #bbb;
  margin-left: auto;
  margin-right: auto;
}
.getBtn a {
  display: block;
  padding: 5px 8px;
  font-size: 90%;
  text-align: center;
  text-decoration: none;
  background: #666;
  pointer-events:none;
  /*background: #ed4937;    */
  color: #bbb;
  border-radius: 100px;
	line-height: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.getBtn a:hover {
  opacity: .6;
}
/**
 * ---------------------------------------------------
 * introBox
 * ---------------------------------------------------
 */
.introBoxTitle {
	color: #6d6aa2;
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-align: center;
}

.introBox {
  background: #d5e7cca3;
  padding: 40px;
  margin: 0 0 100px;
}
/**
 * ---------------------------------------------------
 * topInfoTable
 * ---------------------------------------------------
 */
.topInfoTable {
  margin: 50px 0;
}
.topInfoTable th, .topInfoTable td {
  padding: 10px 0;
}
.topInfoTable th {
  font-weight: normal;
  padding-right: 20px;
  line-height: 1;
}
.topInfoTable th .blockTitle {
  background: #5F7531;
  color: #fff;
  width: 120px;
  display: block;
  padding: 10px 0;
}
.textThmb {
	width: 150px;
}
.docTable {
}
.docTable td{
	padding: 5px 15px 5px 0;
}
/**
 * ---------------------------------------------------
 * 受講の流れ
 * ---------------------------------------------------
 */
.flowTable {
  width: 100%;
  border: solid 2px #676d4f;
}
.flowTable td, .flowTable th {}
.flowTable th {
  background: #676d4f;
}
.flowTable td {
  padding: 20px;
}
.flowTableTitleTh {
  width: 40%;
  font-weight: normal;
}
.flowTableTitleThInner {
  padding: 20px;
}
.flowTableTitle {
  background: #676d4f;
  color: #fff;
  padding: 20px;
  font-size: 110%;
  font-weight: bold;
}
.flowTableTitleDate {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.3;
}
.flowTableTdTitle {
  font-size: 110%;
  color: #3EA643;
  font-weight: bold;
  margin-bottom: 5px;
}
.flowArrow {
  width: 5%;
  margin: 5px auto 3px;
}
/**
 * ---------------------------------------------------
 * 流れ色変え
 * ---------------------------------------------------
 */
	.flowTable.kaijyou {
		border: solid 2px #3EA643;
	}
	.flowTable.kaijyou th {
		background: #3EA643;
	}
	.flowTableTitle.kaijyou {
		background: #3EA643;
}
/**
 * ---------------------------------------------------
 * 受講者の声
 * ---------------------------------------------------
 */
.voiceIcn {
  width: 7%;
}
.voiceBaloonBox {
  width: 90%;
}
.voiceBaloon {
  position: relative;
  padding: 20px;
  background: #f4f3f8;
}
.voiceBaloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #f4f3f8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/**
 * ---------------------------------------------------
 * topPdfInfo
 * ---------------------------------------------------
 */
.topPdfInfo {
  background: #f5f5f5;
  padding: 30px 0 40px;
}
.topPdfInfoTitle {
  text-align: center;
  font-size: 110%;
  margin: 0 0 20px 0;
}
/**
 * ---------------------------------------------------
 * topTheme
 * ---------------------------------------------------
 */
.topTheme {
  background: #e6eaf2;
  padding: 20px;
  margin: 50px 0 0 0;
}
.topThemeTitle {
  font-size: 130%;
  margin: 0 0 20px 0;
  background: #3EA643;
  padding: 10px 20px;
  color: #fff;
}
.topThemeList {
  width: 420px;
}
.topThemeList li {
  list-style-type: decimal;
  margin: 0 0 10px 30px;
}
.topThemeBox {
  display: flex;
}
/**
 * ---------------------------------------------------
 * topFlyer
 * ---------------------------------------------------
 */
.topFlyerWrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.topFlyer {
  width: 300px;
}
.topFlyerInfo {
  width: 650px;
}
/**
 * ---------------------------------------------------
 * movie
 * ---------------------------------------------------
 */
.movieBox {
  width: 32.5%;
}
/**
 * ---------------------------------------------------
 * 特典
 * ---------------------------------------------------
 */
.tokutenBox {
  background: #f4f3f8;
  padding: 40px;
  margin: 40px 0 0 0;
}
.tokutenTitle {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
  background: #5F7531;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.tokutenTable {
  font-size: 120%;
  margin: 0 0 40px 0;
}
.tokutenTable td {
  vertical-align: top;
}
.tokutenTable th {
  vertical-align: top;
  padding-right: 20px;
}
.tokuten {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 80px;
  background: #3EA643;
  color: #fff;
}
/**
 * ---------------------------------------------------
 * footer
 * ---------------------------------------------------
 */
#footer {
  background: #666666;
  text-align: center;
  color: #ffffff;
}
#footer-inner {
  width: 1140px;
  margin: 0 auto;
  padding: 20px;
}
.tel-link a {
  color: #000;
  text-decoration: none;
}
.pc-none {
  display: none;
}
/**
 * --------------------------------------------------------------------------
 * flex
 * --------------------------------------------------------------------------
 */
.flex, .flexPc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jstBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jstCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jstAround {
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.drcReverse {
  flex-direction: row-reverse;
}
/**
 * --------------------------------------------------------------------------
 * Column
 * --------------------------------------------------------------------------
 */
.column2, .column2Pc {
  width: 48%;
}
.column3, .column3Pc {
  width: 32%;
}
.column4, .column4Pc {
  width: 24%;
}
/**
 * --------------------------------------------------------------------------
 * ColumnBox
 * --------------------------------------------------------------------------
 */
.columnBox2 {
	width: 49%;
}
.columnBox3 {
	width: 32%;
}
.columnBox4 {
	width: 24%;
}
.columnBox2,
.columnBox3,
.columnBox4 {
	background: #fff;
	position: relative;
	border-radius: 5px;
	filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.16));
}
/**
 * --------------------------------------------------------------------------
 * 色
 * --------------------------------------------------------------------------
 */
.bgFull {
  background: #e0f2ff;
}
.bgPart {
  background: #dcefee;
}
.scheduleFull {
  background: #e0f2ff;
  padding: 30px;
}
.schedulePart {
  background: #dcefee;
  padding: 30px;
}
/**
 * ---------------------------------------------------
 * 仕事例?看護職の方へ
 * ---------------------------------------------------
 */
.exBg {
	background: #f0f0ff;
	padding: 40px;
}
.exTitle {
	color: #6d6aa2;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.kangoBg {
	background: #fff1fc;
	padding: 40px;
}

.kangoTitle {
	color: #a94494;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/*-----------------------------------------------------
リンク矢印
-------------------------------------------------------*/
.round_arrow {
  position: relative;
  padding-left: 35px;
}

.round_arrow::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: 0;
  top: 2px;
  bottom: 0;
  left: 3px;
  width: 23px; /* 横幅 */
  height: 23px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #5F7531;
}

.round_arrow::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: 0;
  top: 9px;
  bottom: 0;
  left: 8px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

/**
 ****************************************************
 *
 * screens smaller than 640
 *
 ****************************************************
 */
@media only screen and (max-width: 640px) {
  /**
 * ---------------------------------------------------
 * body
 * ---------------------------------------------------
 */
  body {
    min-width: 320px;
    font-size: 80%;
  }
/**
 * ---------------------------------------------------
 * header
 * ---------------------------------------------------
 */
header {
}
header p {
}
#header-area {
  width: 100%;
  padding: 0;
	display: inherit;
}
#headerLogo {
  width: 250px;
	margin: 15px 0 0 15px;
	text-align: left;
}
#headerMenu {
  width: 100%;
	margin: 0 auto;
	padding: 5px 10px 10px;
}
.headerMenuList {
  display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.headerMenuList li {
	width: 100%;
	margin: 0;
}
	.headerMenuList.ondemand li {
		width: 49%;
		margin: 0;
	}
.headerMenuList li a {
  width: auto;
	border-radius: 0;
}
 #wrapper {
    width: 100%;
		background-position: center 75px;
		background-size: 90%;
  }
  /**
 * ---------------------------------------------------
 * visual
 * ---------------------------------------------------
 */
.bpLogo {
	width: 50px;
	margin: 10px auto 10px;
}
.visualWrapper {
}
.visualWrapperBg {
}

.visualWrapperBg::before {
}

.visualInner {
	width: 90%;
	text-align: center;
	margin: 5% auto;
}
.contentsTitleSub {
	font-size: 0.9rem;
	line-height: 1.6;
	margin-bottom: 10px;
}
.contentsTitle {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
}
.contentsTitle .sub {
	font-size: 1.1rem;
}
.subTitle {
	margin:20px 0 0 0 ;
	line-height: 1;
}
.subTitle span {
	font-size: 0.9rem;
	border: solid 1px #fff;
	padding: 5px 20px;
	border-radius: 50px;
}
.contentsTitleInfo {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.loginWrapper {
	position: inherit;
	width: auto;
	margin: 0 auto;
	z-index: 10;
}
.loginBt {
	top: 5px;
	right: 5px;
}
.loginBt a{
}
  /**
 * ---------------------------------------------------
 * content
 * ---------------------------------------------------
 */
  .inner {
    width: 90%;
    padding: 40px 0;
  }
  .ml25, .ml50, .ml75, .mlr20, .mlr25 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .h2title {
    font-size: 120%;
    padding: 15px 10px;
    border-left: 3px solid #3EA643;
    margin: 40px 0 20px;
  }
  .h2titleRead {
    font-size: 120%;
    margin: 0 0 20px 0;
  }
  .h3title {
    font-size: 110%;
    margin: 20px 0 5px 0;
  }
  .h4title {
    font-size: 105%;
  }
  .fl, fr {
    float: none;
    width: auto;
  }
  img {
    width: 100%;
  }
  .btn,
	.btn2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* 地図 */
  .place {
    display: block;
  }
  .place > div:first-child {
    width: 100%;
  }
  .place > div:last-child {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .day-txt {
    font-size: 120%;
  }
  .place-txt {
    font-size: 110%;
  }
  /* スマホの時は非表示 */
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  /* tableのはみ出した分をスライドバーを出す */
  .table-wrapper {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
/**
 * ---------------------------------------------------
 * introBox
 * ---------------------------------------------------
 */
.introBoxTitle {
	font-size: 130%;
	margin: 0 0 20px 0;
}

.introBox {
  margin: 0 0 30px;
}
  /**
 * ---------------------------------------------------
 * topInfoTable
 * ---------------------------------------------------
 */
  .topInfoTable {
    margin: 30px 0;
  }
  .topInfoTable th {
    padding-right: 10px;
  }
  .topInfoTable th .blockTitle {
    width: 76px;
  }
	.docTable {
	}
	.docTable td{
		padding: 5px 5px 5px 0;
	}
  /**
 * ---------------------------------------------------
 * 受講の流れ
 * ---------------------------------------------------
 */
  .flowTable {
  }
  .flowTable td, .flowTable th {
    display: block;
    width: 100%;
  }
  .flowTable td {
    padding: 20px;
    text-align: center;
  }
  .flowTableTitleTh {
    width: 100%;
  }
  .flowTableTitleThInner {
    padding: 10px;
  }
  .flowTableTitle {
    padding: 20px;
    font-size: 110%;
  }
  .flowTableTitleDate {
    font-size: 120%;
  }
  .flowTableTdTitle {
    margin-bottom: 10px;
  }
  .flowArrow {
    width: 8%;
    margin: 8px auto 5px;
  }
  /**
 * ---------------------------------------------------
 * 受講者の声
 * ---------------------------------------------------
 */
  .voiceIcn {
    width: 10%;
    padding-top: 2px;
  }
  .voiceBaloonBox {
    width: 85%;
  }
  .voiceBaloon {
    padding: 20px;
  }
  .voiceBaloon::before {
    left: -12px;
    top: 10px;
    border-right: 12px solid #f4f3f8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  /**
 * ---------------------------------------------------
 * topPdfInfo
 * ---------------------------------------------------
 */
  .topPdfInfo {
    padding: 20px 0 30px;
  }
  .topPdfInfoTitle {
    font-size: 110%;
    margin: 0 0 20px 0;
  }
  /**
 * ---------------------------------------------------
 * topTheme
 * ---------------------------------------------------
 */
  .topTheme {
    margin: 30px 0 0 0;
  }
  .topThemeTitle {
    font-size: 110%;
    padding: 10px;
    color: #fff;
  }
  .topThemeList {
    width: auto;
  }
  .topThemeList li {
    list-style-type: decimal;
    margin: 0 0 10px 30px;
  }
  .topThemeBox {
    display: inherit
  }
  /**
 * ---------------------------------------------------
 * topFlyer
 * ---------------------------------------------------
 */
  .topFlyerWrapper {
    display: inherit;
  }
  .topFlyer {
    width: 250px;
    margin: 30px auto 0;
  }
  .topFlyerInfo {
    width: auto;
  }
  /**
 * ---------------------------------------------------
 * movie
 * ---------------------------------------------------
 */
  .movieBox {
    width: 100%;
  }
  /**
 * ---------------------------------------------------
 * 特典
 * ---------------------------------------------------
 */
  .tokutenBox {
    padding: 20px;
    margin: 20px 0 0 0;
  }
  .tokutenTitle {
    font-size: 120%;
    margin-bottom: 20px;
    padding: 10px;
  }
  .tokutenTable {
    font-size: 100%;
    margin: 0 0 20px 0;
  }
  .tokutenTable td {
    vertical-align: top;
  }
  .tokutenTable th {
    vertical-align: top;
    padding-right: 10px;
  }
  .tokuten {
    font-size: 80%;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /**
 * ---------------------------------------------------
 * footer
 * ---------------------------------------------------
 */
  #footer {}
  #footer-inner {
    width: 95%;
    padding: 10px 0;
  }
  /**
 * --------------------------------------------------------------------------
 * flex
 * --------------------------------------------------------------------------
 */
  .flexPc {
    display: inherit;
  }
/**
 * --------------------------------------------------------------------------
 * Column
 * --------------------------------------------------------------------------
 */
  .column2Pc {
    width: auto;
    margin-bottom: 30px;
  }
  .column3Pc {
    width: auto;
    margin-bottom: 30px;
  }
  .column4Pc {
    width: auto;
    margin-bottom: 30px;
  }
/**
 * --------------------------------------------------------------------------
 * ColumnBox
 * --------------------------------------------------------------------------
 */
.columnBox2 {
    width: auto;
    margin-bottom: 30px;
}
.columnBox3 {
    width: auto;
    margin-bottom: 30px;
}
.columnBox4 {
    width: auto;
    margin-bottom: 30px;
}
  /**
 * --------------------------------------------------------------------------
 * 色
 * --------------------------------------------------------------------------
 */
  .scheduleFull {
    padding: 10px;
  }
  .schedulePart {
    padding: 10px;
  }
/*-----------------------------------------------------
リンク矢印
-------------------------------------------------------*/
.round_arrow {
  padding-left: 30px;
}

.round_arrow::before {
  top: 0;
  bottom: 0;
  left: 3px;
  width: 18px; /* 横幅 */
  height: 18px; /* 高さ */
}

.round_arrow::after { /* くの字の表示設定 */
	top: 6px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
}