@charset "utf-8";
/*-------------------------------------------------

全体

-------------------------------------------------*/
img {
	max-width: 100%;
}
.mobileContent {
    display: block;
}
.pcContent {
    display: none;
}
/*-------------------------------------------------

共通

-------------------------------------------------*/
.headingBlock {
	font-size: 14px;
	padding: 10px;
}
.headingBlock2 {
	font-size: 20px;
}
.leadText {
	font-size: 16px;
	padding: 20px 0;
	text-align: left;
}
.leadText br {
	display: none;
}
.downArrowMessage {
	margin-bottom: -25px;
	padding-top: 10px;
	background-size: 80%;
}
.btn--arrow {
	font-size: 22px;
	text-align: left;
	width: 100%;
}
.btn--arrow:after {
	font-size: 22px;
	margin-top: -11px;
	right: 10px;
}
.btn--arrow a:link, .btn--arrow a:visited, .btn--arrow a:hover, .btn--arrow a:active {
	padding: 15px 50px 15px 15px;
}
.sectionBody {
	padding: 0;
}
.scheduleArea {
	margin: 0 0 30px;
}
.accordionBody {
}
.accordionBody > table {
	display: none;
	float: none;
	width: 100%;
}
.accordionBody > table:first-child {
	display: table;
	margin-right: 0;
}
.btn--seeMore {
	border: 2px solid #EE1065;
	border-radius: 5px;
	color: #EE1065;
	font-size: 14px;
	font-weight: bold;
	margin: -10px auto 30px;
	line-height: 1;
	padding: 10px;
	text-align: center;
	width: 120px;
}
.pointList {
	margin-bottom: 30px;
}
.pointList > .col {
	margin-bottom: 20px;
}
.pointList__img {
	width: 100%;
}

#visual {
  position: relative;
  height: 280px;
  margin: 0;
}

#visual div.al_center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#visual figure {
	position: relative;
	height: 100%;
	width: 100%;
}

#visual figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height:auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#visual div.al_center img {
	max-width: 100%;
	max-height: 100%;
}

#visual.langBg {
  background:url(../img/bg02_sp.png);
  padding:30px 0;
  height: 820px;
  margin: 0 0 30px;
}

#visual.langBg h2.tit{
	font-size:2.4rem;
	margin:0 0 20px 0;
	color:#000;
	text-shadow:none;
}


#visual.langBg figure {
  position: relative;
	height: 100%;
	width: 100%;
  overflow: hidden;
}


#visual.langBg div.al_center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#visual.langBg div{
	width:100%;
}

#visual.langBg div img{
	width:150px;
}

#visual.langBg figure {
  position: relative;
  height: 660px;
  overflow: hidden;
}

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

コンテンツ

-------------------------------------------------*/
.mainContent {
	width: 100%;
}
.courseSpec dt {
	float: none;
	display: block;
    width: 100%;
}
.headingBlock__main {
    font-size: 22px;
    line-height: 1.2;
}
.note{
    margin-top: 5px;
    font-size: 12px;
}
.note p{
    margin-left: 1em;
    text-indent: -1em;
}


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

　multi/css/pc/common.cssから流用　20170310

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

.course_contact > div,
.course_contact02 > div {
	text-align:center;
  padding:0 20px;
}

.course_contact > div [class^="btn_"] {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    height: auto;
	padding: 10px;
	display:block;
}

.course_contact02 > div [class^="btn_"] {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    height: auto;
	padding: 10px;
	display:block;
}

.course_contact > div [class^="btn_"] i ,
.course_contact02 > div [class^="btn_"] i {
    margin: 0 0 0 8px;
}
.course_contact .ml_txt{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px 0;
  text-align: center;
}


.btn_green {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #91BF17;
  border-style: solid;
  border-width: 2px;
  border-color: #91BF17;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  margin: 0 0 10px 0;
}

.btn_green i:first-child {
  margin: 0 0 0 8px;
}

.btn_green .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_green .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_green:hover {
  background: #fff;
  color: #91BF17;
}

[class^="btn_green"] sup {
  top: -0.2em;
}

[class^="btn_green"]:hover {
  text-decoration: none;
  opacity: 1;
}

/* 給付金　20220307追加 */
.cpn_list li{
}
.cpn_list li .inner{
  width: 93%;
  margin: 0 auto;
  position: relative;
}
.cpn_list li .inner .cpn_click{
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  bottom: 0;
  margin-left: -75px;
}
.cpn_list li .inner .cpn_click::after {
    position: absolute;
	content: "";
	display:inline-block;
	background-size:contain;
	width:153px;
	height:60px;
	vertical-align: middle;
    cursor: pointer;
    top: -2px;
}
.cpn_list li.cpn04 .inner .cpn_click::after {
	background:url(/lpi/tokuten/img/click04_course.png) no-repeat left;
}

.cpn_list li .inner .cpn_click.active::after {
    position: absolute;
	content: "";
	display:inline-block;
	background-size:contain;
	width:148px;
	height:48px;
	vertical-align: middle;
    cursor: pointer;
    margin: -45px 0 0;
}

.cpn_list li.cpn04 .inner .cpn_click.active::after {
	background:url(/lpi/tokuten/img/close04_course.png) no-repeat left;
}

.cpn_list li .inner .bana {
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
}

.cpn_list li .inner .bana figure img{
  width: 100%;
  max-width: 100%;
}
.cpn_list li .inner .bana .cpn_tit{
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  padding: 30px 0;
}
.cpn_list li.cpn04 .inner .bana .cpn_tit{
  color: #3D62C4;
}
.cpn_list li.cpn04{
  padding: 30px 0 70px;
}
.cpn_list li.cpn04 .inner .bana {
  border: 3px solid #3D62C4;
  display: block;
}

.cpn_list li .inner .bana .cpn_tit span{
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
}
.cpn_list li.cpn04 .kyufu .s_tit {
  font-size: 1.6rem;
  position: relative;
  width: 90%;
  text-align: center;
  margin: 10px auto 15px;
  font-weight: bold;
}
.cpn_list li.cpn04 .kyufu .ttl01 {
  margin-bottom: calc(30px - (((2.5rem * 1.4) - 2.5rem) / 2));
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
    color:#333;
}
.cpn_list li .inner .bana figure {
  width: 100%;
}
.cpn_list li .inner .cpn_area{
  display:none;
  position: relative;
  background: #FFF;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  margin: 10px 5px;
  padding:10px;
}
.cpn_list li.cpn04 .kyufu .box {
  margin: 20px 0 0;
  padding: 15px;
  background: #f2f2f2;
  text-align: center;
}
.cpn_list li.cpn04 .kyufu .box dl {
  display: block;
  margin: 0 0 1px;
  padding: 10px 15px;
  background: #fff;
  text-align: left;
  -webkit-box-align: center;
}
.cpn_list li.cpn04 .kyufu .box dl dt {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ee0055;
  font-weight: bold;
  -webkit-box-flex: 0;
}
.cpn_list li.cpn04 .box dl dd {
  flex: 0 0 100%;
  padding: 0;
  border-left: none;
  -webkit-box-flex: 0;
}
.cpn_list li.cpn04 .box .icon-arrow-dotted {
  display: inline-block;
  margin: -5px 0 0;
  color: #ee0055;
  font-size: 4.5rem;
}
.cpn_list li.cpn04 .box div {
  margin: 0 0 10px;
  padding: 10px 0;
  background: #fff;
  text-align: center;
}
.cpn_list li.cpn04 .box div p {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
.cpn_list li.cpn04 .box div p span {
  font-size: 2.0rem;
}
.cpn_list li.cpn04 .kyufu .box .note {
  text-align: left;
  font-size: 1.1rem;
  margin: 20px 0 0;
  width: 100%;
}
.cpn_list li.cpn04 .kyufu .note {
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  margin: 30px 0 50px;
}