@charset "UTF-8";

/* フォント太さの値（font-weight） Thin:100 Light:300 Regular:400 Medium:500 Bold:700 Black:900 */

html {
	font-size: 62.5%; /* 基準を10pxに設定（デフォルト16px × 0.625 = 10px） */
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	margin: 0px;
	text-align: center;
	line-height: 1.7;
	font-size: 1.8em;
	font-weight: 400;
	min-width: 1280px; /* コンテンツ幅を書かないとiPad等で背景が途切れる。スライダーの矢印も含めたサイズ */
	/* padding-top: 141px; ヘッダー固定で後ろの要素が隠れないようにするため（header96px + globalnav51px） */
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block; }
.sp { display: none; }

/* ボタンオーバー時透過 */
.button:hover{
    opacity: 0.7;
}

/* ヘッダー */
.header-bg {
	background: #4066b3;
	background-image: url("../../images/20241125/service-title-bg.jpg");   /* 背景の画像を指定 */
  background-position: center;
}

.header {
	margin: 0px auto; width: 980px; height: 150px; padding-top: 24px;
}

.header h1 {
	font-size: 5.4rem; font-weight: 700; color: #fff;
}
/* ヘッダー */

/* メイン画像 */
.main-bg {
	background: #fff;
}

.main {
	margin: 0px auto; width: 980px; padding: 100px 0;
}

.main img {
	padding-bottom: 20px;
}

.main .note {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  padding-top: 10px;
}

.main .note .number {
	width: 25px; font-size: 2.0rem; font-weight: 300; text-align: left; line-height: 130%;
}

.main .note .comment {
	width: 895px; font-size: 2.0rem; font-weight: 300; text-align: left; line-height: 130%;
}

/* メイン画像 */

/* サービス */
.service-bg {
	background: #c8ddf2;
}

.service-area {
	margin: 0px auto; width: 980px; height: 100%; padding: 20px 0 50px;
}

.service-area h2 {
	font-size: 4.4rem; font-weight: 400; color: #039; padding-top: 50px; padding-bottom: 30px;
}

.line {
	border-bottom: solid 1px #039;
}

/* サービス 詳細 */
.detail {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  padding-top: 20px;
}

.detail .photo {
	width: 210px; height: 150px; margin: 0 30px;
}

.detail .comment-area {
	width: 710px; margin: 0;
}

.detail .comment-area .logo{
	margin-bottom: 10px; text-align: left;
}

.detail .comment-area .comment {
	font-size: 2.4rem; font-weight: 400; text-align: left; line-height: 150%;
}

.detail .comment-area .btn-area {
	margin: 30px 330px 50px 0;
}

.detail .comment-area .btn-area .detail-btn {
	font-size: 3.0rem; font-weight: 700; width: 380px; height: 60px; padding-top: 0; background: #fff; color: #ea4235; border: solid 3px #ea4235;
}
/* サービス */

/* ご利用方法 */
.method-bg {
	background: #fff;
}

.method-area {
	margin: 0px auto; width: 980px; height: 100%; padding: 80px 0 20px;
}

.method-area h2 {
	font-size: 3.0rem; font-weight: 400; width: 980px; height: 70px; margin-top: 30px; margin-bottom: 30px; padding-top: 7px; background: #ff9933; color: #fff;
}

.method-comment {
	width: 980px; margin: 0;
}

.method-comment .title {
	font-size: 2.4rem; font-weight: 400; text-align: left; line-height: 150%; margin-top: 40px;
}

.method-comment .comment{
	font-size: 2.4rem; font-weight: 400; text-align: left; line-height: 150%;
}

.method-comment .tel {
	font-size: 2.4rem; font-weight: 400; text-align: left; line-height: 150%; margin-top: 10px; padding-left: 23px;
}

.method-comment .btn-area {
	margin: 20px 580px 0 20px;
}

.method-comment .btn-area .detail-btn {
	font-size: 3.0rem; font-weight: 700; width: 380px; height: 60px; padding-top: 0; background: #fff; color: #ea4235; border: solid 3px #ea4235;
}

.method-comment .mikihouse-area .note {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  padding-top: 10px;
  padding-left: 23px;
}

.method-comment .mikihouse-area .note .number {
	width: 30px; font-size: 2.0rem; font-weight: 300; text-align: left; line-height: 130%;
}

.method-comment .mikihouse-area .note .comment {
	width: 890px; font-size: 2.0rem; font-weight: 300; text-align: left; line-height: 130%;
}

.method-comment p {
	font-size: 2.0rem; font-weight: 300; text-align: left; line-height: 150%;
}

.method-comment .form-img {
	margin: 30px 0 50px; padding-left: 10px; text-align: left;
}

.method-comment .logo {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}

.method-comment .logo .logo-img {
	width: 560px; text-align: right;
}

.method-comment .logo .logo-comment {
	width: 420px; font-size: 2.0rem; font-weight: 400; text-align: left; line-height: 130%; padding: 60px 0 0 10px;
}

.method-comment .tokuhaku-area {
	margin: 50px 0 150px 0;
}

.method-comment .tokuhaku-area .note {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  padding-top: 10px;
}

.method-comment .tokuhaku-area .note .number {
	width: 50px; font-size: 2.0rem; font-weight: 300; text-align: left; line-height: 130%;
}

.method-comment .tokuhaku-area .note .comment {
	width: 870px; font-size: 2.0rem; font-weight: 300; text-align: left; line-height: 130%;
}

/* ご利用方法 */


/* フッター */
.footer-bg {
	background: #4066b3;
}

.footer {
	margin: 0px auto; width: 980px; height: 70px;
}

.copyright {
	color: #fff; font-size: 1.8rem; font-weight: 300; padding-top: 18px;
}
/* フッター */

/* 共通 */
.margin10 {	margin-top: 10px; }
.margin20 {	margin-top: 20px; }
.margin30 {	margin-top: 30px; }
.margin40 {	margin-top: 40px; }
.margin50 {	margin-top: 50px; }

.margin10-bttm {	margin-bottom: 10px; }
.margin20-bttm {	margin-bottom: 20px; }
.margin30-bttm {	margin-bottom: 30px; }
.margin40-bttm {	margin-bottom: 40px; }
.margin50-bttm {	margin-bottom: 50px; }
.margin80-bttm {	margin-bottom: 80px; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.attention { color: red; }
/* 共通 */

/* コンテンツ */
.content-bg {
	background: #fff;
}

.content-area {
	margin: 0px auto; width: 980px; height: 100%; padding: 20px 0 50px;
}

.content-area .detail {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  padding-top: 0;
}

.content-area .detail .left {
	width: 480px; margin-right: 20px;
	position:relative; box-sizing:border-box; background:#fff; border-radius: 12px; border:2px solid #add8e6; overflow: visible; display:flex; flex-direction:column; justify-content:flex-start; align-items:stretch; margin-bottom: 80px;
}

.content-area .detail .right {
	width: 480px;
	position:relative; box-sizing:border-box; background:#fff; border-radius: 12px; border:2px solid #add8e6; overflow: visible; display:flex; flex-direction:column; justify-content:flex-start; align-items:stretch; margin-bottom: 80px;
}

.content-area .detail .title {
	position:absolute; left:50%; top:0; transform:translate(-50%,-50%); padding:14px 45px 16px; background: #115fb7; color:#fff; border-radius: 32px; font-weight:500; z-index:10; white-space:nowrap; font-size:2.4rem; line-height:1;
}

.content-area .detail .comment {
	color:#333; font-size:2.3rem; line-height:1.6; overflow: visible; max-height: none; margin: 0; padding: 50px 0 30px 0; flex: 0 0 auto; text-align: center;
}

.content-area .sales {
	position:relative; box-sizing:border-box; background:#fff; border-radius: 12px; border:2px solid #add8e6; overflow: visible; display:flex; flex-direction:column; justify-content:flex-start; align-items:stretch; margin-bottom: 80px;
}

.content-area .sales .title {
	position:absolute; left:50%; top:0; transform:translate(-50%,-50%); padding:14px 45px 16px; background: #115fb7; color:#fff; border-radius: 32px; font-weight:500; z-index:10; white-space:nowrap; font-size:2.4rem; line-height:1;
}

.content-area .sales .comment {
	color:#333; font-size:2.4rem; line-height:1.6; overflow: visible; max-height: none; margin: 0; padding: 50px 0 30px 0; flex: 0 0 auto;
}

/* ボタン全体を中央寄せ */
.content-area .sales .cta-wrap {
  text-align: center;
  margin: 0 0 50px 0;
}

/* ボタン本体（枠線スタイル） */
.content-area .sales .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 400px;                /* 固定幅でもOK、可変にするなら max-width:100% */
  padding: 10px 20px 15px;
  background-color: transparent; /* 背景なし */
  border: 3px solid #115fb7;     /* 青枠 */
  border-radius: 16px;
  font-size:3.0rem;
  font-weight: 700;
  color: #115fb7;                /* テキスト青 */
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* ホバー時：背景青、文字白 */
.content-area .sales .btn a:hover {
  background-color: #c8ddf2;
  color: #115fb7;
}

/* 矢印アイコン */
.content-area .sales .btn-arrow-right a::after {
  content: '';
  display: inline-block;
  margin-top: 5px;
  margin-left: 12px;
  width: 18px;
  height: 18px;
  border-top: 3px solid #115fb7;  /* 初期：青矢印 */
  border-right: 3px solid #115fb7;
  transform: rotate(45deg);
  box-sizing: border-box;
  pointer-events: none;
  transition: border-color 0.3s ease;
}

/* ホバー時の矢印は白に */
.content-area .sales .btn-arrow-right a:hover::after {
  border-top-color: #115fb7;
  border-right-color: #115fb7;
}

.content-area .photoarea {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.content-area .photoarea .photo {
  width: 300px; margin: 0 13px;
}

.content-area .note {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  padding-top: 10px;
  padding-bottom: 50px;
}

.content-area .note .number {
	width: 25px; font-size: 2.0rem; font-weight: 300; text-align: left; line-height: 130%;
}

.content-area .note .comment {
	width: 895px; font-size: 2.0rem; font-weight: 300; text-align: left; line-height: 130%;
}
