@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.official-link{
	text-align: center;
}



body{
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #dfecff;
}

.main{
  max-width: 900px;
    padding: 10px;
}

.back-white{
  max-width: 900px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-bottom: 10px;
}

.top-img img{
  display: block;
  margin: -65px auto -30px auto ;
  width: 100%;
}

.three-content-compare{
  width:70%;
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.cpmpare-title{
  width: 75%;
  background-color: #095770;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  color: white;
}

.table-pr-li{
  display: block;
  text-align: left;
}

.first-agent-wrap {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.first-agent-table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.scroll-indicator {
	margin-top: 15px;
	margin-bottom: -10px;
  text-align: center;
}

  .small-text {
  font-size: 10px;
  }
  .small-text-1 {
  font-size: 10px;
  }


  .first-agent-table th.heading {
  font-size: 14px;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 7;
  padding: 10px;
  }


  .table-logo-img {
  width: 115px;
  }

  .first-agent-table td:first-child {
  position: sticky;
 left:0;
  }

  .first-agent-table tr:nth-child(odd) td:first-child {
  background-color: #fff;
  }

  .first-agent-table tr:nth-child(even) td:first-child {
  background-color: #f2f2f2;
  }


.first-agent-table td {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  word-wrap: break-word;
  vertical-align: middle; /* 追加 */
}


  .first-agent-table tr:nth-child(even) {
  background-color: #f2f2f2;
  }
  .first-agent-table td {
  font-size: 14px;
  }

.marubatu {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block;
  vertical-align: middle; /* 追加 */
}

table a{
color: #fff;
}


.free-btn {
font-weight: bold;
background-color: #4CAF50;
color: white;
padding: 10px 24px;
border: none;
border-radius: 8px;
cursor: pointer;
position: relative;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0px 6px 0px #388E3C;
}
.free-btn:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.2);
transform: translateY(-100%);
transition: transform 0.3s ease;
}
.free-btn:hover {
transform: translateY(-3px);
box-shadow: 0px 9px 0px #388E3C;
}
.free-btn:hover:before {
transform: translateY(0);
}
.free-btn:active {
transform: translateY(3px);
box-shadow: 0px 3px 0px #388E3C;
transition: transform 0.1s ease, box-shadow 0.1s ease;
}


.left-align {
  text-align: left;
}
.agent-fv-options,.osusumeh2-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-in{
  margin-top: 30px;
  margin-bottom: 70px;
}

.img-in img{
  width: 100%;
}

.service-wrap{
    width: 100%;
    margin: 30px auto;
}

.service-container{
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.service-container {
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative; /* 追加 */
}

.service-container::before {
    content: "";
    position: absolute;
    top: -20px; /* padding-topと同じ値にする */
    left: 0px; /* padding-leftと同じ値にする */
    right: 0px; /* padding-rightと同じ値にする */
    bottom: -20px; /* padding-bottomと同じ値にする */
    background-color: inherit; /* 親要素の背景色を継承する */
    z-index: -1; /* 要素の下に配置する */
}

.service-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    padding: 10px 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-top: -20px; /* 追加 */
    margin-left: -20px; /* 追加 */
    margin-right: -20px; /* 追加 */
}
  
  
  .review-table {
    width: 50%;
    position: relative;
    background-color: #fff;
    border-collapse: collapse;
    border-radius: 10px;
  }

  .type-you{
    margin-top: 3px;
    margin-bottom: 5px;
  }

  .ng-type{
    background-color: #d7d7d7;
    padding: 5px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
  }
  .ok-type{
    background-color: #FE7B21;
    padding: 5px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
}

  .content-top {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
	  margin-bottom: -5px;
  }
  
  .radar {
    width: 50%;
	  margin-top: 20px;
  }

  .logo-image {
    width: 100px;
    height: auto;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .review-table {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-collapse: collapse;
  }
.review-table th, td {
  padding: 12px 15px;
  text-align: left;
  font-size: 14px;
}

.review-table th {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  position: relative; /* thの位置を相対的に設定 */
}

.review-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.review-table td:first-child {
  font-weight: bold;
}

.review-table th i {
    font-size: 16px;
    margin-right: 6px; /* アイコンとテキストの間隔を調整 */
}


/****おすすめポイント箇所***/
  .points {
    justify-content: space-around;
    margin-bottom: 15px;
    padding: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.point img{
    height: 80px;
    width: 80px;
}

.point-wrap {
    background-color: #FFF;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}

.point {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 10px; /* 追加 */
}

.point-s-wrap {
    margin-left: 10px;
    font-size: 16px;
}

.recommended-points {
    width: 30%;
    display: inline-block;
    position: relative;
    padding: 8px 15px;
    font-size: 16px;/*フォントサイズ*/
    color: #FFF;/*フォントカラー*/
    margin-top: -10px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-left: -34px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
  
  .recommended-points:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 14px rgb(149, 158, 155);/*折り返し部分*/
  }

  .recommended-points i {
    font-size: 20px;
    margin-right: 85x; /* アイコンとテキストの間隔を調整 */
}


/***下のテーブルデザイン***/

.bottom-table {
	margin-top: 35px;
    margin-bottom: 25px;
    min-height: 50px;
  }


.info-table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }

  .info-table th, td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ccc;
  }

  .head{
    text-align: center;
  }

  .info-table td:first-child {
    color: black;
    font-weight: bold;
  }

  .small-text {
    font-size: 14px;
  }

  .orange-circle {
    background-color: #FE7B21;
    font-weight: bold;
    font-size: 1.0em;
    color: white;
    border-radius: 30px;
    padding: 6px;
    text-align: center;
    margin-right: 5px;
  }
  .no-circle{
    background-color: #d7d7d7;
    font-weight: bold;
    font-size: 1.0em;
    color: white;
    border-radius: 30px;
    padding: 6px;
    text-align: center;
    margin-right: 5px;
  }


/****サービスごとのカラー****/
.reve{
    border: 3px solid #37789B;
}
.reve-t{
    background-color: #37789B;
}
.reve-p{
  background-color: #E2F7FA;
}



.factory{
border: 3px solid #3476DC;
}
.factory-t{
  background-color: #3476DC;
}
.factory-p{
  background-color: #E7F0F8;
}


.biz{
  border: 3px solid #120E6A;
  }
.biz-t{
    background-color: #120E6A;
  }
.biz-p{
    background-color: #E9F2FF;
  }


  .emiry{
    border: 3px solid #FF7F00;
  }

  .emiry-t{
    background-color: #FF7F00;
  }

  .emiry-p{
    background-color: #FFF0D4;
  }



  .mid{
    border: 3px solid #B82430;
  }
  .mid-t{
    background-color: #B82430;
  }
  .mid-p{
    background-color: #FFEBDF;
  }


/*****ボタン*****/
.btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .micro-copy {
	  font-weight: bold;
	  font-size: 14px;
    margin: 0 auto 0 auto;
  }
.micro-copy.bottom{
	margin-bottom: 20px;
}  

.btn-square {
  width: 45%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #FF5757;
  color: #FFF;
  border-bottom: solid 7px #c34242;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.btn-square:hover {
  color: #FFF; /* ここを追加 */
		   text-decoration: none; /* ここを追加 */
}
  
  .btn-square span {
    font-size: 1.2em; /* 文字サイズを大きく */
    position: relative;
	  right: -20px;
    z-index: 1;
    font-weight: bold;
	  text-align: center;
  }
  
 .btn-square::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5));
  transform: skewX(-25deg);
  animation: shine 2.5s infinite; /* ここを修正 */
}
  
  @keyframes shine {
    100% {
      left: 120%;
    }
  }
  
  .btn-square:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
  }

  /***レーダーチャート***/

  .radar img{
	  display: block;
    width: 150px;
    margin-right: 10px;
	  margin-top: -30px;
  }

  /****装飾**/
  .red{
    color: rgb(255, 0, 0);
    font-weight: bold;
  }

  .btn-square {
    position: relative;
    padding-right: 40px;
}

.btn-square i {
    font-size: 25px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}


/***ラストh2***/
.last-h2 h2{
  padding: 10px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: -25px;
}


/***フッター***/

footer{
  width: 900px;
  margin: -10px auto 0 auto;
  text-align: center;
  background-color: #333;
  color: white;
  padding: 30px 0;
}



.l-main[data-sidebar="false"] .l-main-inner {
    width: 100%;
    max-width: none;
}