@charset "UTF-8";

/*-------------------------------------------
PC用レイアウト（768px以上スクリーン）
---------------------------------------------------------*/

/* body全体の初期スタイル調整 */

body{
    font-size: 62.5%;/*emの計算の為*/
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #121a4c;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    
}

/*リンク文字の設定*/

a {
  text-decoration: none;
}

:link,a:visited{
    color: #121a4c;
}

a:hover,a:active{
    color: #39f;
}

p{
    margin: 0 !important;
    padding: 0 !important;
}

section{
    clear: both;
    overflow: auto;
}

ul {
       list-style: none;
   }

/*全体ここまで*/

/*メイン--------------------------*/

.fv-contents{
   max-width: 1400px;
   margin: 0 auto;
   width: 100%;
}

.campaign-contents {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0px;
}

.picture {
    max-width: 100%;
    height: auto;
    display: block;
}

.soudann-btn {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50px;
}

.naritai-contents {
    background: #e1f4fb;
}

.naritai-img {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}


.kaikestu-contets {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}


.kaikestu-sub-contets {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 0px;
}

.kaiketsu-contents {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

.hikaku-contents {
    background: #e1f4fb;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hikaku-img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.ryoukin-contents {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px
}

/*ここから番組紹介----------------*/

.program-wrapper{
  background: #e1f4fb;
  padding-bottom: 100px;
}

.program-section {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  background: #e1f4fb;
  border-radius: 12px;
  text-align: center;
}

.section-title {
  font-size: 28px;
  margin-bottom: 60px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PCでは2列 */
  gap: 50px;
}

.program-item img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.program-item p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

/*ここからプロフ-------------------------*/
.staff-section {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
}

.sub-title {
    font-size: 28px;
    padding-bottom: 30px;
    
}

.staff-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.staff-member {
  flex: 1 1 300px;
  max-width: 400px;
  text-align: center;
}

.staff-member img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.staff-member h3 {
  font-size: 20px;
  margin: 16px 0 8px;
  border-bottom: 1px dotted #10559A;
}

.staff-member p {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.staff-member {
  flex: 1 1 300px;
  max-width: 400px;
  text-align: center;
  background-color: #fff;         /* 背景白 */
  padding: 24px;
  border-radius: 16px;            /* 角丸 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* 影 */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*ここから流れ-------------------------------------*/

.nagare-contents {
    background: #e1f4fb;
}

.nagare-img {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}


/*ここからＱ＆Ａ*/


.faq-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;          
}

.faq-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
}

.faq-card {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-question {
  background-color: #0086CD;
  color: white;
  padding: 18px;
  font-weight: bold;
  font-size: 14px;
}

.faq-answer {
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
}

/*ここからフォーム----------------------------*/

iframe {
  overflow: hidden;
}

.contact-section {
  max-width: 1000px;
  margin: 80px auto;
  background: #fff;
  border-radius: 10px;
}

.form-section {
    background: #E1F4FB;
    padding-top: 30px;
    padding-bottom: 80px;
    overflow: hidden;

}

.contact-section h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
  color: #002f4b;
}

.qr-area {
  text-align: center;
  margin-bottom: 30px;
}

.qr-area-contents img {
  width: 100px;
  margin-bottom: 30px;
}

.line-button img {
    width: 250px;
}


.qr-area p {
  color: #00aa66;
  margin: 5px 0;
}

.form-wrapper {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-group label {
  width: 160px; /* 固定幅で揃える！ */
  display: flex;
  justify-content: flex-end; /* テキスト＋必須を右寄せで揃える */
  align-items: center;
  font-weight: bold;
  color: #004064;
  margin-right: 20px;
  font-size: 15px;
}



.required {
  background: #D8234C;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 5px;
}

.form-group input {
  flex: 1;
  padding: 12px;
  background: #e1f1f8; /* 薄いブルー背景 */
  border: none;
  border-radius: 3px;
  font-size: 16px;
}

.form-group input::placeholder {
  color: #999;
}

textarea {
  height: 150px;
  flex: 1;
  padding: 12px;
  background: #e1f1f8; /* 薄いブルー背景 */
  border: none;
  border-radius: 3px;
  font-size: 16px;
}

.button-select {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.button-select input[type="radio"] {
  display: none;
}

.button-select label {
  padding: 10px 20px;
  border: 2px solid #003366;
  border-radius: 25px;
  cursor: pointer;
}

.button-select input[type="radio"]:checked + label {
  background: #003366;
  color: #fff;
}

small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}

.submit-btn {
  background: #ff8c00;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 30px;
  width: 150px;
  margin: 0 auto;
  display: block;  
  font-weight: bold;
  cursor: pointer;
}



/*ここからfooter------------------*/

.site-footer {
  padding: 30px 20px;
  font-size: 14px;
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-links li a {
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer-links li a:hover {
  opacity: 0.7;
}

