@charset "UTF-8";
/* CSS Document */


.mt3   { margin-top: 3px !important; }

.nowrap {
  white-space: nowrap;
}
.u-vam{
  vertical-align: middle !important;
}

/*-------------------------------------------------------*/
/* cmnFvArea */
/*-------------------------------------------------------*/
.cmnFvArea,
.cmnFvArea.cmnBg,
.cmnFvArea>.inner,
.cmnFvArea .cmnFvR,
.cmnFvArea .cmnFvImg{
	min-height: 398px;
}
.cmnFvArea .cmnFvImg.typeC {
	max-width: 800px;
	min-height: 398px;
}
.cmnFvArea>.inner {
	padding: 0 16px;
}

.cmnFvArea .cmnFvData {
	padding: 15px 0 10px;
  background: linear-gradient(to right, #FFF 50%, rgba(255,255,255,0.9) 100%);
}
.cmnFvData h2{
  margin: 0 0 15px;
}
.cms-kv-type3 .cms-kv-list{
	padding: 5px 10px;
	position: relative;
	z-index: 2; 
  background-color: rgba(255,255,255,0.5);
}
.cms-kv-type3 .cms-kv-list li{
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  line-height: 1.2;
}
.cmnFvData .cms-list-kome,
.cmnFvData .cms-list-kome-number{
	position: relative;
	z-index: 2;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
/*  background-color: rgba(255,255,255,0.5);*/
}
.cmnFvData .cms-list-kome{
  margin-left: 6px;
}
.cmnFvData .cms-list-kome-number{
  margin-left: -0px;
}
@media (max-width: 1296px) {
	.cmnFvArea .cmnFvImg.typeC {
		right: 0!important;
    max-width: none;
	}
  .cmnFvData .cms-list-kome{
    margin-left: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .cmnFvArea,
  .cmnFvArea.cmnBg,
  .cmnFvArea>.inner,
  .cmnFvArea .cmnFvR,
  .cmnFvArea .cmnFvImg{
		min-height: auto;
		min-height: none;
  }
  .cmnFvArea .cmnFvImg.typeC {
    max-width: auto;
    max-width: none;
		min-height: auto;
		min-height: none;
  }

  .page-index-wrap{
    z-index: 1000!important;
  }
}
@media only screen and (max-width: 1079px) {
  .cmnFvWrap .page-index-wrap {
    order: 3;
  }

  .cmnFvWrap .cmnFvArea {
    order: 2;
  }

  .cmnFvWrap .formBtn {
    order: 1;
  }
}

/*-------------------------------------------------------*/
/* plan */
/*-------------------------------------------------------*/
.recommendBox{
  position: relative;
  border: 4px solid #DB3D23;
  padding: 20px;
}
.recommendBox table{
}
.recommend{
  font-weight: 600;
  display: inline-block;
  position: absolute;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: #DB3D23;
  color: #FFF;
  box-sizing: border-box;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.recommend:before, .recommend:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.recommend:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 13px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.recommend:after {
  top: 0;
  right: 0;
  border-width: 20px 13px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.recommendBox h3{
  font-size: 22px;
  font-weight: 600;
}

.recommendBox .grid-cell h3{
  text-align: right;
}
.recommendBox .grid .grid .grid-cell:nth-child(1){
  padding: 0px 30px 0px 0px;
}
.recommendBox .grid .grid .grid-cell:nth-child(2){
  border-left: 1px solid #AAAAAA;
  padding: 20px 0px 20px 30px;
}
.recommendBox .grid .grid{
  margin-top: 0!important;
}
@media (max-width: 1079px) {
  .recommendBox h3{
    font-size: 20px;
  }
  .recommendBox .grid .grid .grid-cell:nth-child(1){
    padding: 0px 20px 0px 0px;
  }
  .recommendBox .grid .grid .grid-cell:nth-child(2){
    border-left: 1px solid #AAAAAA;
    padding: 20px 0px 20px 20px;
  }
}
@media only screen and (max-width:767px){
  .recommendBox .grid-cell h3{
    text-align: center;
  }
  .recommendBox .grid .grid .grid-cell:nth-child(1){
    padding: 10px 0;
  }
  .recommendBox .grid .grid .grid-cell:nth-child(2){
    border-top: 1px solid #AAAAAA;
    border-left: none;
    padding: 10px 0 20px;
  }
}

.features-list{
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.features-list div.btnFeatures{
  width: calc(33.3%  - 10px);
}
.cms-2card .features-list{
  margin-top: 20px;
}

@media only screen and (max-width:767px){
  .features-list{
    gap: 0 7px;
  }
  .recommendBox .features-list {
    justify-content: space-between;
    gap: 0 5px;
  }
  .features-list div.btnFeatures{
    width: calc(33.3%  - 7px);
  }
  .recommendBox .features-list div.btnFeatures{
    width: calc(33.3%  - 5px);
  }
}
.btnFeatures{
  position: relative;
  border: 1px solid #AAAAAA;
  border-radius: 8px;
  background: #FFF;
  text-align: center;
}
.btnFeatures .cont{
  padding: 5px 5px 20px 5px;
  font-size: 14px;
  font-weight: 600;
}
.btnFeatures .cont a::after {
  content: "";
  margin: auto;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 5px);
  width: 10px; 
  height: 10px;
  border-top: 2px solid #0072BC;
  border-right: 2px solid #0072BC;
  transform: rotate(135deg);
}
.btnFeatures figure{
  text-align: center;
  max-width: 90%;
  width: auto;
  margin: 0 auto 5px;
}

.btnFeatures figure img{
  max-height: 65px;
}
.btnFeatures a{
  display: block;
  margin: 0;
  color: #000!important;
  text-decoration: none!important;
  transition: opacity .3s;
}

.btnFeatures a:hover{
  opacity: 0.7;
}
.btnFeatures  p{
  margin: 0;
}


/*-------------------------------------------------------*/
/* feature */
/*-------------------------------------------------------*/
.feature-title {
  margin-top: 0;
}
.feature-title .o-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	padding: 10px;
	background: #fff;
	border-radius: 9999px;
	border: solid 1px #DCDCDC;
	overflow: hidden;
  margin-right: 15px;
  box-sizing: border-box;
}

.o-white-frame.u-bg-lightblue{
 position: relative;
  display: block;
}

.tagSec{
  position: absolute;
  top:40px;
  right: 65px;
  display: flex;
  flex-direction: column;
  gap:5px 0;
}
.tagSec li{
  color: #919191;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px;
  line-height: 1!important;
  text-align: center;
  background: #dddddd;
  border-radius: 5px;
  border: 1px solid #AAA;
}

.tagSec li.subject{
  color: #FFF;
  background: #0072BC;
  border: none;
}
@media (max-width: 1079px) {
  .tagSec{
    position: relative;
    top:0;
    right: 0;
    flex-direction: row;
    gap: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .tagSec{
    flex-direction: column;
    gap:5px 0;
  }
}


/* feature2
 ------------------------- */
.flex-shrink {
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
    .point-icon{
      width: 40px;
      height: 40px;
  }
}
.cms-table td{
  background: #FFF;
}



/* old
 ------------------------- */


ul.grid .o-frame {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .modaal-container .o-scroll-table {
    width: 75vw;
  }

  .o-btn.nowrap {
    width: fit-content;
    padding-left: 8px;
    padding-right: 14px;
    background-position: 98% 50%;
  }
}

@media screen and (max-width: 374px) {
  .modaal-content-container .o-btn {
    font-size: 90%;
  }
}

/*-------------------------------------------------------*/
/* modal */
/*-------------------------------------------------------*/
.btn_confirmation li {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .btn_confirmation.grid li {
    width: 100% !important;
  }
}

