@charset "UTF-8";

.bg-black__tile h3 {
  font-size: 24px;
  display: block;
  color: #ffffff;
  background: linear-gradient(to bottom, #3b3a3a 0%, #0d0d0d 100%);
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 979px) {
  .bg-black__tile h3 {
    font-size: 20px;
    padding: 8px;
    margin-left: -15px;
    margin-right: -15px;
  }
}


.section__inner {
  width: min(calc(100% - 20px), 1080px);
  margin: 35px auto 0;
  position: relative;
}
@media screen and (max-width: 969px) {
  .section__inner {
    width: calc(100% - 20px);
    margin: 25px auto 0;
  }
}
.section__inner:first-of-type {
  margin-top: 0;
}

/* 比較表 */

.comp-box {
  padding: 0 0 35px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 969px) {
  .comp-box {
    padding: 0 15px 20px;
  }
}

.comp-box__text {
  letter-spacing: 1.5px;
  line-height: 1.2;
  width: 80%;
  margin-left: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 969px) {
  .comp-box__text {
    width: 100%;
  }
}
.comp-box__title {
  text-align: center;
  background: rgb(32,180,175);
  background: linear-gradient(180deg, rgba(32, 180, 175, 1) 45%, rgba(10, 159, 154, 1) 100%);  padding-block: 0.3em;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 24px;
  margin-top: auto;
  border-radius: 5px;
}
@media screen and (max-width: 969px) {
  .comp-box__title {
    font-size: 20px;
  }
}

.comp-box__txt{
  font-weight: bold;
  font-size: 20px;
  margin-block: 10px 5px;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  .comp-box__txt{
    font-size: 16px;
    text-align: left;
    display: flex;
    justify-content: center;
    line-height: 1.4;
  }
}

.bg-black__tile + p {
    margin-block: 30px;
    line-height: 2;
    letter-spacing: 1px;
}
@media (width < 969px) {
  .bg-black__tile + p {
      margin-block: 15px 0;
  }
}

.comp-box__content {
  display: flex;
  justify-content: space-between;
  /* grid-area: 8px; */
  gap: 8px;
  padding: 0 20px;
  width: 88%;
  margin-right: 0;
  margin-left: auto;
}

.comp-box__content-inner {
  width: calc(100% / 3 - 4px);
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  position: relative;
  z-index: 2;
}

.p-border{
  font-size: 24px;
  font-weight: bold;
  /* color: #20b4af; */
  color: rgb(0, 0, 0, .2);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 969px) {
  .p-border{
    font-size: 18px;
  }
}
@media screen and (max-width: 376px) {
  .p-border{
    font-size: 14px;
  }
}

.p-border::after{
  content: "";
  width: 100%;
  /* width: 200px; */
  height: 2px;
  display: block;
  position: absolute;
  left: 3.5em;
  bottom: 31%;
  transform: translateY(-50%);
  border-bottom: dotted 4px rgb(0, 0, 0, .2);
}
.pos120.p-border::after{
  width: calc(100% - .5em);
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .p-border::after{
    width: 90%;
  }
  .pos120.p-border::after{
    width: calc(90% - .5em);
  }
}

@media screen and (max-width: 767px) {
  .p-border::after{
    width: calc(90% - 2.5em);
    border-bottom: dotted 3px rgb(0, 0, 0, .2);
  }

  .pos120.p-border::after{
    width: calc(90% - 3em);
  }
}

@media screen and (max-width: 376px) {
  .p-border::after{
    width: calc(90% - 3.5em);
    left: 3.5em;
  }
}

.pos120{
  position: absolute;
  top: 26%;
  left: 30px;
  transform: translate(0, -50%);
  width: min(100%, 958px);
  text-align: left;
}
@media screen and (max-width: 640px) {
  .pos120{
    top: 170px;
  }
}
@media (641px <= width < 840px)  {
  .pos120{
    top: 185px;
  }
}
.pos120.p-border::after{
    left: 3.5em;
  }

  @media screen and (max-width: 376px) {
    .pos120.p-border::after{
      width: calc(90% - 4em);
      left: 4em;
    }
  }


.pos80{
  position: absolute;
  top: 44.5%;
  position: absolute;
  left: 30px;
  transform: translate(0, -50%);
  width: min(100%, 958px);
  text-align: left;
}
@media (width < 640px) {
.pos80{
  position: absolute;
    top: 48.5%;
  }
}
@media (641px <= width < 840px)  {
.pos80{
  position: absolute;
    top: 49%;
  }
}

.pos40{
  position: absolute;
  left: 30px;
  bottom: calc(29% + 5px);
  transform: translate(0, -50%);
  width: min(100%, 958px);
  text-align: left;
}
@media screen and (max-width: 969px) {
  .pos40,.pos80,.pos120{
    left: 10px;
  }
  .pos40,.pos80,.pos120{
    width: 100%;
    z-index: 1;
  }
}

.section__inner .comp-box__item {
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  height: 60px;
  /* padding-block: 13.5px; */
  color: #fff;
  letter-spacing: 1px;
  background-color: #ccc;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 969px) {
  .section__inner .comp-box__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 376px) {
  .section__inner .comp-box__item {
    font-size: 11px;
  }
}

.section__inner .comp-box__item.h15 {
  height: 47px;
}.section__inner .comp-box__item.h20 {
  height: 60px;
}
.section__inner .comp-box__item.h23 {
  height: 60px;
}
@media (width < 969px) {
  .section__inner .comp-box__item.h23 {
    height: 50px;
  }
}
.section__inner .comp-box__item.h25 {
  height: 75px;
}
@media (width < 969px) {
.section__inner .comp-box__item.h25 {
  height: 65px;
}
}
.section__inner .comp-box__item.h26 {
  height: 80px;
}
@media (width < 969px) {
  .section__inner .comp-box__item.h26 {
    height: 70px;
  }
}

.section__inner .comp-box__item.h_a{
  height: 83px;
}

.section__inner .comp-box__item.h_b{
  height: 65px;
}


.section__inner .comp-box__item.h-limited_plan{
  height: 71px;
}
@media (width < 969px) {
  .section__inner .comp-box__item.h-limited_plan{
    height: 80px;
  }
}

.section__inner .comp-box__item.minus10 {
  height: 75px;
}

.section__inner .comp-box__item.tow {
  height: 120px;
}

.section__inner .comp-box__item.tow-half {
  height: 150px;
}
@media (width < 969px) {
  .section__inner .comp-box__item.tow-half {
    height: 110px;
  }
}

.section__inner .comp-box__item.three {
  height: 180px;
}

.section__inner .comp-box__item p {
  line-height: 1;
  text-align: center;
  font-size: 16px;
}

.section__inner{
  .gray01 {
    background-color: #d3d3d3;
  }

  .gray02 {
    /* background-color: #c0c0c0; */
    background-color: #c2c2c2;
  }

  .gray03 {
    /* background-color: #c0c0c0; */
    background-color: #b5b5b5;
  }

  .gray04 {
    /* background-color: #c0c0c0; */
    background-color: #a6a6a6;
  }

  .gray05 {
    /* background-color: #c0c0c0; */
    background-color: #999999;
  }

  .gray06 {
    /* background-color: #c0c0c0; */
    background-color: #808080;
  }

}

.bg_other_company{
      background: linear-gradient(180deg, rgba(51, 176, 206, 1) 54%, rgb(110 192 212) 100%);
}

.bg_limited_plan{
  background: linear-gradient(180deg, rgba(242, 154, 73, 1) 65%, rgba(250, 177, 111, 1) 100%);
}


.comp-box__item:empty {
  background-color: transparent;
}
.comp-box__item.half:empty {
  background-color: transparent;
  height: 75px;
}

.comp-box__item.half:empty {
  background-color: transparent;
  height: 75px;
}

.comp-box__item.minus10:empty {
  background-color: transparent;
  height: 75px;
}

.comp-box__item-oms {
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  height: 60px;
  background-color: #20b4af;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comp-box__item-oms span {
  font-size: 0.7em;
  line-height: .6;
}

.section__inner .comp-box__item-oms p {
  text-align: center;
}

.comp-box__item span {
  font-size: 0.7em;
  line-height: 1;
}
@media screen and (max-width: 969px) {
  .comp-box__item span {
    font-size: 0.8em;
  }
}

.empty {
  background-color: #fff!important;
}

.empty-oms {
  background-color: #fff;
  /* border: dashed 1px #20b4af; */
}

.comp-box__item-title {
  font-size: 16px;
  line-height: 1.1;
  height: 60px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #33b0ce;
  border: solid 1px #33b0ce;
}
@media screen and (max-width: 969px) {
  .comp-box__item-title {
    font-size: 12px;
  }
}

.comp-box__item-title-oms {
  font-size: 16px;
  line-height: 1.1;
  height: 60px;
  background-color: #fff;
  text-align: center;
  color: #f29a49;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #f29a49;
  letter-spacing: 1px;
}
@media screen and (max-width: 969px) {
  .comp-box__item-title-oms {
    font-size: 13px;
  }
}

.comp-box__item-comment{
  /* margin-left: 40px; */
  margin-top: 10px;
  text-align: right;
  margin-right: 20px;
}
@media screen and (max-width: 969px) {
  .comp-box__item-comment{
    font-size: 11px;
  }
}

.cost-cutting {
  position: absolute;
  width: 90%;
  border: solid 2px #4e3c96;
  font-size: 16px;
  text-align: center;
  padding-block: 0.5em;
  transform: translate(-50%);
  top: 31.8%;
  left: 50%;
  background: #fff;
  border-radius: 5px;
  color: #4e3c96;
  font-weight: 600;
  box-sizing: border-box;
  z-index: 2;
  line-height: 1.3;
  white-space: nowrap;
  display: none;
}
@media screen and (max-width: 969px) {
  .cost-cutting {
    width: 100%;
    font-size: 14px;
    top: 31.5%;
  }
}
@media screen and (max-width: 430px) {
  .cost-cutting {
    font-size: 12px;
  }
}

.cost-cutting__area {
  position: relative;
}


.fa_icon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ec";
  color: #fff;
  background-color: #4e3c96;
  border-radius: 50%;
  width: 44px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -22px;
  left: -7px;
  font-size: 22px;
  transform: rotate(17deg);
}
@media screen and (max-width: 969px) {
  .fa_icon::after {
    width: 30px;
    height: 30px;
    top: -15px;
    left: -10px;
    font-size: 17px;
  }
}

.arrow {
  display: inline-block;
  width: 323px;
  height: 45px;
  background: linear-gradient(65deg, rgba(156, 149, 190, 1) 0%, rgba(78, 60, 150, 1) 100%);
  clip-path: polygon(0 35%, 88% 35%, 88% 0, 100% 50%, 88% 100%, 88% 65%, 0 65%);
  position: absolute;
  transform: translate(-50%) rotate(90deg);
  top: 35.5%;
  left: 50%;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 969px) {
  .arrow {
    display: inline-block;
    display: none;
    width: 320px;
    height: 40px;
    top: 36%;
  }
}


.toOsusume__box-title {
  position: relative;
}

.pdfDownload {
	/* background: #e9e9e9; */
	margin: 0 auto;
	padding: 3em 0;
	font: 16px/1.5 Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

.pdfDownload h3 {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
  margin-block: 3em 1em;
}
@media screen and (max-width: 969px) {
  .pdfDownload h3 {
    margin-block: auto .5em;
    font-size: 18px;
  }
}
.pdfDownload h3 br {
	line-height: 1.5em;
}

.pdfDownload .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.pdfDownload .row.row-reverse {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 30px;
}
@media screen and (max-width: 969px) {
  .pdfDownload .row.row-reverse {
    /* flex-direction: row-reverse; */
    gap: 10px;
}
}


.pdfDownload img {
	display: block;
}

.pdfDownload a img:hover {
	transform: translate(2px, 2px);
}

.download_btn a {
	display: block;
	width: calc(100% - 3px);
	max-width: 320px;
	padding: 1em;
	/* background: #937972; */
  background: linear-gradient(0deg, rgba(78, 60, 150, 1) 38%, rgba(93, 78, 158, 1) 71%, rgba(103, 90, 157, 1) 100%);
	border-radius: 5px;
	box-shadow: 3px 3px 0px 0 #c6d0d0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s;
	box-sizing: border-box;
	margin: 0 auto 2em;
}
@media screen and (max-width: 969px) {
  .download_btn a {
    margin: 0 auto 1em;
  }
}

.download_btn a:hover {
	transform: translate(2px, 2px);
	/* background: #937972; */
  background: linear-gradient(0deg, rgba(78, 60, 150, 1) 38%, rgba(93, 78, 158, 1) 71%, rgba(103, 90, 157, 1) 100%);
	box-shadow: 1px 1px 0px 0 #c6d0d0;
	transition: all 0.3s;
}

.download_btn a span {
	padding-left: 35px;
	background: url(/owner/images/download_icon.svg) no-repeat 0 50%;
	background-size: 20px 24px;
	font-size: 125%;
}
@media screen and (max-width: 969px) {
  .download_btn a span {
    font-size: 105%;
    padding-left: 30px;
    background-size: contain;
  }
}
.txtc {
	text-align: center !important;
}
.txtc a,
.txtc a img {
	display: block;
	max-width: 100%;
	height: auto;
}

.pdfDownload .row {
	margin: 0 auto;
}
.pdfDownload .row:before,
.pdfDownload .row:after {
	display: table;
	content: " "
}
.pdfDownload .row:after {
	clear: both
}
.col-sm-8 {
	position: relative;
	margin: 0 auto;
	min-height: 1px;
	padding: 0 15px;
	box-sizing: border-box;
	width: 66.66666667%;
}
.col-sm-4 {
	position: relative;
	margin: 0 auto;
	min-height: 1px;
	padding: 0 15px;
	box-sizing: border-box;
}

.pdfDownload .row.row-reverse {
		flex-direction: row-reverse;
	}
  @media screen and (max-width: 969px) {
    .pdfDownload .row.row-reverse {
      flex-direction: row;
      justify-content: center;
    }
  }

