@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;
}

img { width: 100%; height: auto; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
 .pc { display: none; }
 .sp { display: block; }

/* ボタンオーバー時透過 */
.button:hover{
    opacity: 0.7;
}

/* ヘッダー */
.header-bg {
	background: #4066b3;
	background-image: url("../../images/20241125/service-mobile-title-bg.jpg");   /* 背景の画像を指定 */
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.header {
	margin: 0px auto; width: 100%; height: 80px; padding: 5px;
}

.header h1 {
	font-size: 130%; font-weight: 700; color: #fff; padding-top: 5px; line-height: 120%;
}
/* ヘッダー */

/* メイン画像 */
.main-bg {
	background: #fff;
}

.main {
	margin: 0px auto; width: 100%; height: 100%; padding-bottom: 20px;
}

.main img {
	width: 90%; padding: 20px;
}

.main .note {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  padding: 10px 20px 0 20px;
}

.main .note .number {
	width: 5%; font-size: 90%; font-weight: 300; text-align: left; line-height: 130%;
}

.main .note .comment {
	width: 95%; font-size: 90%; font-weight: 300; text-align: left; line-height: 130%;
}

/* メイン画像 */

/* サービス */
.service-bg {
	background: #c8ddf2;
}

.service-area {
	margin: 0px auto; width: 100%; height: 100%; padding: 20px 0;
}

.service-area h2 {
	font-size: 130%; font-weight: 400; color: #039; padding-top: 20px; padding-bottom: 20px;
}

.line {
	border-bottom: solid 1px #039;
}

/* サービス 詳細 */
.detail {
  width: 100%; height: 100%; padding: 0 20px;
}

.detail .photo {
	width: 100%; height: 100%; padding: 0 60px 10px;
}

.detail .comment-area {
	width: 100%; height: 100%; padding: 0;
}

.detail .comment-area .logo{
	width: 100%; height: 100%; padding: 10px 80px 20px;
}

.detail .comment-area .comment {
	font-size: 100%; font-weight: 400; text-align: left; line-height: 130%;
}

.detail .comment-area .detail-btn {
	font-size: 130%; font-weight: 700; width: 100%; height: 60px; margin: 20px 0 40px 0; padding-top: 6px; background: #fff; color: #ea4235; border: solid 3px #ea4235;
}
/* サービス */

/* ご利用方法 */
.method-bg {
	background: #fff;
}

.method-area {
	margin: 0px auto; width: 100%; height: 100%; padding: 50px 20px 0;
}

.method-area h2 {
	font-size: 110%; font-weight: 400; width: 100%; height: 100%; padding: 10px 0; background: #ff9933; color: #fff; line-height: 130%;
}

.method-comment {
	width: 100%; padding: 20px 0;
}

.method-comment .title {
	font-size: 110%; font-weight: 400; text-align: left; line-height: 150%; margin-top: 20px;
}

.method-comment .comment{
	font-size: 100%; font-weight: 400; text-align: left; line-height: 150%; margin-bottom: 30px;
}

.method-comment .tel {
	font-size: 100%; font-weight: 400; text-align: left; line-height: 150%; margin: 10px 0 30px;
}

.method-comment .detail-btn {
	font-size: 130%; font-weight: 700; width: 100%; height: 60px; margin: 20px 0 0; padding-top: 6px; background: #fff; color: #ea4235; border: solid 3px #ea4235;
}

.method-comment .mikihouse-area .note {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  padding-top: 0;
}

.method-comment .mikihouse-area .note .number {
	width: 7%; font-size: 90%; font-weight: 300; text-align: left; line-height: 130%;
}

.method-comment .mikihouse-area .note .comment {
	width: 93%; font-size: 90%; font-weight: 300; text-align: left; line-height: 130%;
}

.method-comment p {
	font-size: 90%; font-weight: 300; text-align: left; line-height: 130%;
}

.method-comment .form-img {
	width: 100%; height: 100%; margin: 10px 0 50px;
}

.method-comment .logo {
  margin-bottom: 20px;
}

.method-comment .logo .logo-img {
	width: 100%; height: 100%; padding: 0 120px 10px;
}

.method-comment .logo .logo-comment {
	width: 100%; font-size: 90%; font-weight: 300; text-align: center; line-height: 130%; padding: 0;
}

.method-comment .tokuhaku-area {
	margin: 10px 0;
}

.method-comment .tokuhaku-area .note {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  padding-top: 0;
}

.method-comment .tokuhaku-area .note .number {
	width: 10%; font-size: 90%; font-weight: 300; text-align: left; line-height: 130%;
}

.method-comment .tokuhaku-area .note .comment {
	width: 90%; font-size: 90%; font-weight: 300; text-align: left; line-height: 130%;
}
/* ご利用方法 */


/* フッター */
.footer-bg {
	background: #4066b3;
}

.footer {
	margin: 0px auto; width: 100%; height: 50px;
}

.copyright {
	color: #fff; font-size: 100%; font-weight: 300; padding-top: 10px;
}
/* フッター */

/* 共通 */
.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; margin-bottom: 5px; }
/* 共通 */

/* コンテンツ */
.content-bg {
	background: #fff;
}

.content-area {
	margin: 0px auto; width: 100%; height: 100%; padding: 40px 0 20px;
}

.content-area .detail {}

.content-area .detail .left {
	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: 50px;
}

.content-area .detail .right {
	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: 50px;
}

.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:100%; line-height:1;
}

.content-area .detail .comment {
	color:#333; font-size:100%; 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: 0 20px 50px;
}

.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:100%; line-height:1;
}

.content-area .sales .comment {
	color:#333; font-size:100%; 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: 90%;                /* 固定幅でもOK、可変にするなら max-width:100% */
  padding: 10px 20px 15px;
  background-color: transparent; /* 背景なし */
  border: 3px solid #115fb7;     /* 青枠 */
  border-radius: 16px;
  font-size: 110%;
  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: 12px;
  height: 12px;
  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: 0;
}

.content-area .photoarea .photo {
  width: 300px; margin: 0 10px; padding-bottom: 20px;
}

.content-area .note {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  padding: 0 20px 50px;
}

.content-area .note .number {
	width: 5%; font-size: 90%; font-weight: 300; text-align: left; line-height: 130%;
}

.content-area .note .comment {
	width: 95%; font-size: 90%; font-weight: 300; text-align: left; line-height: 130%;
}
