

@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');



body {
	margin-left: 20px;
	margin-right: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mb30{
    margin-bottom:30px;
}


img{
    max-width:100%;
    height:auto;
    display:block;
}
.center-text{
    text-align:center;
}

.merit-wrap{
    display:flex !important;
    justify-content:space-between !important;
    max-width:700px !important;
    margin:30px auto !important;
}

.merit-circle{
    width:160px !important;
    height:160px !important;
    background:#f2833a !important;
    border-radius:50% !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    color:#fff !important;
    text-align:center !important;
    font-weight:bold !important;
}

.merit-circle .top{
    font-size:22px;
    line-height:1.3;
}

.merit-circle .up{
    font-size:42px;
    line-height:1;
    margin-top:10px;
}


/* 下線に色をつけるスタイル */
.underline-text {
    text-decoration: underline;
    text-decoration-color: red; /* 下線の色を赤に設定 */
}

/* 背景に色をつけるスタイル */
.highlight-text {
    background-color: yellow; /* 背景色を黄色に設定 */
}

/* 下線風に背景色をつけるスタイル */
.underline-background {
    display: inline-block;
    position: relative;
}

.underline-background::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.3em; /* 下線の太さを設定 */
    background-color: lightblue; /* 下線の色を設定 */
    z-index: -1; /* テキストの下に配置 */
    transition: background-color 0.3s; /* 色変化のアニメーション */
}

/* テキスト全体に色をつけるスタイル */
.text-color {
    color: green; /* テキスト色を緑に設定 */
}

/* 下線に色をつけるスタイル */
.underline-text {
    text-decoration: underline;
    text-decoration-color: red; /* 下線の色を赤に設定 */
}

/* 背景に色をつけるスタイル */
.highlight-text {
    background-color: yellow; /* 背景色を黄色に設定 */
}

/* 下線風に背景色をつけるスタイル */
.underline-background {
    display: inline-block;
    position: relative;
}

.underline-background::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.3em; /* 下線の太さを設定 */
    background-color: lightblue; /* 下線の色を設定 */
    z-index: -1; /* テキストの下に配置 */
}

/* スタイリッシュな下線背景色をつけるスタイル */
.stylish-underline {
    display: inline-block;
    position: relative;
    padding-bottom: 0.2em;
}

.stylish-underline::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 0.1em; /* 下線の太さを設定 */
    background-color: lightcoral; /* 下線の色を設定 */
    transition: width 0.3s; /* アニメーション効果を追加 */
}

.stylish-underline:hover::after {
    width: 120%; /* ホバー時の下線の幅を拡大 */
}

/* カードスタイル */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 300px;
    border-radius: 5px;
    margin: 20px auto;
    overflow: hidden;
}

.card img {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.card .container {
    padding: 16px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}



#section1 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#section1 img {
    display: block;  /* 画像をブロック要素として扱う */
    margin-left: auto;  /* 左右のマージンを自動に設定 */
    margin-right: auto; /* 左右のマージンを自動に設定 */
	padding: 0; !important;
}

#section1 .text-content {
    padding-left: 50px;  /* 左のパディングを15pxに設定 */
    padding-right: 50px; /* 右のパディングを15pxに設定 */
    text-align: left;    /* テキストを左揃え */
}


.redsankaku {
	color: #F00;
}	
.white-s{
    color:#ffffff;
    font-size:50px;
    font-weight:bold;
    line-height:1.2;
    text-shadow:3px 3px 0 rgba(0,0,0,0.25);
	margin-top:5px;
    margin-bottom:5px;
}
h2{
    color:#2f72ba;
    font-size:25px;
    font-weight:bold;
    line-height:1.2;
	text-align: center;
	margin-top:30px;
    margin-bottom:25px;
}
h3{
    color:#000000;
    font-size:20px;
    font-weight:bold;
    line-height:1.2;
	margin-top:50px;
 
}
h2.line-title{
    color:#2f72ba;
    font-size:30px;
}
h1 {
	color:#00a0e9;
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	margin-top:15px;
}	
/* コンテナ全体のスタイル */
.container{
 width:100%;
 max-width:700px;
 margin:auto;
 padding:0 15px;
 box-sizing:border-box;
}


/* 画像を左側に配置 */
.image-container {
  flex-shrink: 0;         /* 画像が縮まないように */
  margin-right: 20px;     /* 画像とテキストの間にスペース */
}

/* 画像のサイズ調整 */
.image-container img {
  object-fit: cover;
}

.blue-bold{
    color:#2f72ba;
	font-size:24px;
	 margin-bottom:20px;
}

.green-s-b {
	color: #399;
	font-weight: bold;
}

.green-b-s-b {
	color: #099;
	font-weight: bold;
}

.pink-b {
	font-weight: bold;
	color: #F6F;
	font-size: 110%
}

.pink-s-b {
	font-weight: bold;
	color: #F3C;
}

.black-b {
	font-weight: bold;
	color: #000;
	font-size: 110%
}

.brown-b {
	color: #900;
	font-weight: bold;
	font-size: 110%
}

.brown-s-b {
	color: #900;
	font-weight: bold;
}


.red-b {
	color: #F00;
	font-weight: bold;
	font-size: 110%
}

.red-s-b {
	color: #F00;
	font-weight: bold;
}

.red-s-s {
	color: #F00;
}

.blue-s-b {
	color: #069;
	font-weight: bold;
	
}

.blue-b {
	color: #069;
	font-weight: bold;
	font-size: 110%
}

.moji120 {
	font-weight: bold;
	font-size: 120%
}

.blue-main {
    color: #369 !important;
    font-size: 150% !important;
    font-weight: bold !important;
}
	
.orange-futoi {
	color: #F63 !important;
	font-weight: bold; !important;
	font-size: 110% !important;
}

.orange-s-b {
	color: #F63 !important;
	font-weight: bold !important;
}

.orange-s-s {
	color: #F63; !important;
	
}



.bule2 {
	color: #09C;
	font-size: 18px;
	font-weight: bold;
}
.blackfuto {
	font-weight: bold;
}

.blue-link {
	color: #00F;
}


/* コンテナ全体のスタイル */
.container2 {
  display: flex;          /* 子要素（画像とテキスト）を横並びに配置 */
  width: 650px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  align-items: flex-start; /* 画像とテキストを上揃えに */
}

/* 画像を左側に配置 */
.image-container2 {
  flex-shrink: 0;         /* 画像が縮まないように */
  margin-right: 20px;     /* 画像とテキストの間にスペース */
}

/* 画像のサイズ調整 */
.image-container2 img {
  object-fit: cover;
}

/* 説明文のスタイル */
.description {
  font-size: 14px;
  line-height: 1.6;
  flex-grow: 1;           /* 残りのスペースをテキストが占める */
}

.image-container8 {
  display: flex !important;  /* 強制的にflexにする */
  gap: 10px !important;
  justify-content: flex-start !important;
  overflow-x: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.image-container8 img {
  width: 300px !important;
  height: 228px !important;
  object-fit: cover !important;
}


.黒太 {
	font-weight: bold;
}

  table {
    border-collapse: collapse; /* 線を重ねず1本にする */
    width: 700px;
  }

 table, th, td {
    border: none !important;
}
  td {
    padding: 10px;
    vertical-align: top;
  }
  .blue-light {
	color: #0CF;
	font-weight: bold;
	font-size: 36px;
}

.text-area {
  padding: 0 20px;
}
.soshiki,
.soshiki tbody,
.soshiki tr,
.soshiki td{
    border:none !important;
}

.soshiki{
    border-collapse: separate;
    border-spacing: 10px 0;
}

.soshiki td{
    vertical-align: top;
}

/* もし余白を追加したいなら別で */
.soshiki2{
    border-collapse: separate;
    border-spacing: 20px 20px;
}

.soshiki2 td{
    vertical-align: top;
    padding:20px;
}

.lightblue {
	color: #0FF;
}



.reason-banner{
    max-width:700px;
    margin:0 auto;
    background:#0aa4e8;
    padding:25px 30px;
    box-sizing:border-box;
    position:relative;
    font-family: Arial, sans-serif;
}

/* 右上の小さい文字 */
.reason-sub{
    position:absolute;
    top:15px;
    right:20px;
    font-size:14px;
    color:#fff;
    font-weight:bold;
}

.reason-sub span{
    font-size:28px;
    font-style:italic;
    margin-left:5px;
}

.bousai-wrap{
    position:relative;
    width:100%;
    max-width:700px;
    margin:0 auto;
}

.bousai-wrap img{
    width:100%;
    display:block;
}

.fukidashi-blue{
	position:absolute;
	top:76px;
	left:141px;
	width:550px;
	height:50px;
	box-sizing:border-box;
	color:#00a0e9;
	font-size:35px;
	font-weight:bold;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fukidashi-top{
	position:absolute;
	top:25px;
	left:50px;
	width:600px;
	height:50px;
	box-sizing:border-box;
	color:#ffffff;
	font-size:34px;
	font-weight:bold;
	line-height:0.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-top2{
	position:absolute;
	top:490px;
	left:125px;
	width:600px;
	height:50px;
	box-sizing:border-box;
	color:#00a0e9;
	font-size:34px;
	font-weight:bold;
	line-height:0.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-2{
	position:absolute;
	top:35px;
	left:350px;
	width:500px;
	height:50px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-3{
	position:absolute;
	top:140px;
	left:350px;
	width:500px;
	height:50px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-4{
	position:absolute;
	top:240px;
	left:350px;
	width:500px;
	height:50px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-5{
	position:absolute;
	top:12px;
	left:7px;
	width:170px;
	height:80px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-6{
	position:absolute;
	top:12px;
	left:180px;
	width:170px;
	height:80px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-7{
	position:absolute;
	top:12px;
	left:355px;
	width:170px;
	height:80px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-8{
	position:absolute;
	top:12px;
	left:525px;
	width:170px;
	height:80px;
	box-sizing:border-box;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-5,
.fukidashi-6,
.fukidashi-7,
.fukidashi-8{
	width:170px;
	height:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-weight:bold;
	line-height:1.4;
}

.fukidashi-5 p,
.fukidashi-6 p,
.fukidashi-7 p,
.fukidashi-8 p{
	margin:0;
}
.fukidashi-green1{
	position:absolute;
	top:19px;
	left:169px;
	width:500px;
	height:50px;
	box-sizing:border-box;
	color:#36ae37;
	font-size:22px;
	font-weight:bold;
	line-height:0.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fukidashi-blue-s1{
	position:absolute;
	top:19px;
	left:169px;
	width:500px;
	height:50px;
	box-sizing:border-box;
	color:#2f72ba;
	font-size:22px;
	font-weight:bold;
	line-height:0.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fukidashi-glay{
	position:absolute;
	top:121px;
	left:218px;
	width:470px;
	height:50px;
	box-sizing:border-box;
	color:#858585;
	font-size:30px;
	line-height:1.1;
}

.fukidashi-white{
	position:absolute;
	top:303px;
	left:50px;
	width:600px;
	height:50px;
	box-sizing:border-box;
	color:#ffffff;
	font-size:35px;
	font-weight:bold;
	line-height:1.2;
}
.fukidashi-white2{
	position:absolute;
	top:493px;
	left:50px;
	width:600px;
	height:50px;
	box-sizing:border-box;
	color:#ffffff;
	font-size:35px;
	font-weight:bold;
	line-height:1.2;
}

.yellow{
    color:#fff100;
}
.online-table{
    width:100%;
    max-width:700px;
    border-collapse:collapse;
}

.online-table td{
    width:50%;
    vertical-align:top;
    padding:10px;
}

.online-table img{
    width:100%;
    height:auto;
    display:block;
}
.small-sub{
    font-size:66%;
}
.photo-text{
    display:flex;
    max-width:700px;
    margin:20px auto;
    gap:20px;
}

.photo{
    width:300px;
    flex-shrink:0;
}

.photo img{
    width:100%;
    height:auto;
    display:block;
}

.text{
    flex:1;
}

.text h3{
    margin-top:0;
}

/* スマホ対応 */
@media screen and (max-width:768px){
    .photo-text{
        flex-direction:column;
    }

    .photo{
        width:100%;
    }
}
/* スマホ */
@media screen and (max-width:768px){
    .qa-item{
        padding-left:75px;
    }

    .qa-q,
    .qa-a{
        width:55px;
        height:55px;
        line-height:55px;
        font-size:28px;
    }

    .question-text{
        font-size:20px;
    }
}