/**********************
お問い合わせ
**********************/
.row-bikou{
	text-align:right;
	margin:-10px 20px 10px 0px!important;
	color:#0047AB;
}
.otoiawase-fomu01 h2{
	text-align: center;
	color:#002060;
	margin:20px 0px 0px 0px!important;
}
.otoiawase-fomu01 h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    margin-top: 8px;
    border-radius: 3px;
}

.otoiawase-fomu01{
	padding:23px 0px 83px 0px;
	margin: 2em 0;
	border: solid 1px #e0e0e0;
	background-color:#fff;
	border-radius: 10px;
}
.wpcf7-list-item{
	display: block!important;
}
.wpcf7 .template02 input[type=email]{
	background-color:#ffffcb!important;
}
.wpcf7 .template02 .hisssuu textarea{
	background-color:#ffffcb!important;
}
.wpcf7 .template02 .hisssuu input[type=text]{
	background-color:#ffffcb!important;
}
.wpcf7 .template02 .hisssuu input[type=tel]{
	background-color:#ffffcb!important;
}
.wpcf7 .template02 .hisssuu input[type=URL]{
	background-color:#ffffcb!important;
}
/* template02 */
.form__wrap {
  width: 100%;
  max-width: 900px;/*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template02 {
  color: #666;
  font-size: 14px;
}
.wpcf7 .template02 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template02 a:hover {
  opacity: .5;
  transition: opacity .25s;
}

.wpcf7 .template02 div.form__row {
  display: flex;
  margin: 0;
  padding: 0;
  border-top: 1px solid #efe8e5;
}
.wpcf7 .template02 div.form__row.row-privacy,
.wpcf7 .template02 div.form__row.row-submit {
  display: block;
  border-top: 0;
  margin-top: 1em;
  text-align: center;
}
.wpcf7 .template02 p.form__label,
.wpcf7 .template02 p.form__body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label {
  width: 36%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 p.form__body {
  width: 64%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 div.form__row.row-privacy .form__body,
.wpcf7 .template02 div.form__row.row-submit .form__body {
  width: 100%;
}
.wpcf7 .template02 p.form__label label {
  position: relative;
	color:#333;
	margin: 0;
  padding: 0;
  padding-left: 44px; 
  box-sizing: border-box;
	font-weight: 800;
	font-size:104%;
	
}
.wpcf7 .template02 p.form__label02 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label02 {
  width: 36%;
  padding: 1.5em 1em;
}


.wpcf7 .template02 p.form__label02 label {
  position: relative;
	color:#333;
	margin: 0;
  padding: 0;
  padding-left: 44px; 
  box-sizing: border-box;
	font-weight: 800;
	font-size:104%;
}
.wpcf7 .template02 p.form__label label::after {
  content: "任意";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 36px;
	margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #fff;
	border: 1px solid #6c5c2f;
  color: #6c5c2f;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label.is-required label {
  position: relative;
}
.wpcf7 .template02 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #fff;
	border: 1px solid #F42859;
  color: #F42859;
  font-size: 11px;
  text-align: center;
}
.wpcf7 .template02 .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
}
/* テキストフィールド */
.wpcf7 .template02 input[type=text],
.wpcf7 .template02 input[type=tel],
.wpcf7 .template02 input[type="url"],
.wpcf7 .template02 input[type=email],
.wpcf7 .template02 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 15px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス */
.wpcf7 .template02 input[type=checkbox] {
  display: none;
}
.wpcf7 .template02 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
	color:#333;
}
.wpcf7 .template02 input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  background-color: #ffffcb;
  box-sizing: border-box;
}
.wpcf7 .template02 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span {
	color: #333!important;
  transition: all .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::before {
  opacity: 1;
  border: 1px solid #002060;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #002060;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity .25s ease;
}

/* ラジオボタン */
.wpcf7 .template02 input[type=radio] {
  display: none;
}
.wpcf7 .template02 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
	color: #333;
}
.wpcf7 .template02 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #c4bbb8;
  border-radius: 50%;
  background-color: #ffffcb;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio]:checked + span {
  color: #6c5d2f;
}
.wpcf7 .template02 input[type=radio]:checked + span::before {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #6c5d2f;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

/* セレクト */
.wpcf7 .template02 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .template02 select {
  cursor: pointer;
  width: 300px;
  max-width: 100%;
  margin: 0;
  padding: .5em 2.5em .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #ffffcb;
  background-image: linear-gradient(90deg, #1E90FF, #1E90FF);
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template02 select::-ms-expand {
  display: none;
}

/* CF7 selectの外側（wpcf7-form-control-wrap）に矢印を出す */
.wpcf7 .template02 .wpcf7-form-control-wrap{
  position: relative;
  display: inline-block;
}

/* select本体（既存の見た目は維持） */
.wpcf7 .template02 .wpcf7-form-control-wrap > select.wpcf7-select{
  width: 300px;
  max-width: 100%;
  padding: .5em 2.7em .5em 1em; /* 右側アイコン分 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 右側のDashicons矢印（白） */
.wpcf7 .template02 .wpcf7-form-control-wrap::after{
  content: "\f347"; /* dashicons-arrow-down-alt2 */
  font-family: "Dashicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  color: #fff;

  pointer-events: none;
}

.wpcf7 .template02 select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}

.wpcf7 .template02 textarea{
  height:150px;
}
/* 送信ボタン */
.wpcf7 .template02 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template02 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 15px;
  box-shadow: none;
  border: 1px #1E90FF solid;
  border-radius: 8px;
  background-color: #1E90FF;
  color: #fff;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  transition: all .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #999999!important;
  color: #fff!important;
}
.wpcf7 .template02 input[type="submit"]:hover {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #fff;
  color: #6c5d2f;
  transition: all .25s;
}
.wpcf7 .template02 input[type="submit"]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template02 div.form__row {
    display: block;
  }
  .wpcf7 .template02 p.form__label {
    width: 100%;
    padding: 1.5em 1em 0;
  }
  .wpcf7 .template02 p.form__body {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
}
/* 記事2-3カラムの位置調整 */
.wp-block-column {
	margin-top: 20px!important;
	margin:0px 10px 0px 10px;
}


/************************************
 シンプルボタン
************************************/
/* 配置制御（要素の左/中央/右） */
.ms-btn-wrap{ width:100%; }
.ms-btn-wrap.is-left{ text-align:left; }
.ms-btn-wrap.is-center{ text-align:center; }
.ms-btn-wrap.is-right{ text-align:right; }

/* ボタン本体 */
.ms-simple-btn{
  position: relative;
  display: inline-block;
  vertical-align: top; 
  width: 280px;
  max-width: 100%;
  /* 左右を同じ余白にして文字の見た目中心をズラさない */
  padding: 17px 44px;
  background: #0047AB;
  border: 1px solid #0047AB;
  border-radius: 5px;
  text-decoration: none;
  box-sizing: border-box;
  /* 文字をボタン内で中央寄せ */
  text-align: center;
  /* 行高のクセで縦ズレしないように */
  line-height: 0.0;
	text-decoration: none !important;
}

/* テキスト */
.ms-simple-btn__text{
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1.4;
	font-weight:700;
}

/* ＞（dashicons） */
.ms-simple-btn::after{
  content: "\f345";
  font-family: "dashicons";
  font-size: 20px;
  color: #ffffff !important;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
/* hover時：テキスト＋＞を同時に色変更 */
.ms-simple-btn:hover .ms-simple-btn__text{
  color: #cfe2ff !important;
}

.ms-simple-btn:hover::after{
  color: #cfe2ff !important;
}
/* スマホ */
@media (max-width: 480px){
  .ms-simple-btn{ width: 100%; }
}
/************************************
postの検索
************************************/

.ms-post-search-area{
  background:#0047ab;
  padding:18px 0 22px;
  margin-top:-39px;
}

/* フォーム */
.ms-post-search-form{
  width:100%;
}

/* form */
.ms-post-search-form__form{
  display:flex;
  width:100%;
  position:relative;
}

/* アイコン */
.ms-post-search-form__icon{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  font-size:18px;
  color:#7f9fd6;
  pointer-events:none;
}
/* input */
.ms-post-search-form__input{
  flex:1;
  height:46px;
  padding:0 16px 0 42px;
  border:1px solid #dbe4f3;
  border-right:none;
  border-radius:7px 0 0 7px;
  font-size:14px;
  outline:none;
}

.ms-post-search-form__input:focus{
  border-color:#1E90FF;
}

/* button */
.ms-post-search-form__button{
  height:46px;
  padding:0 20px;
  background:#1E90FF;
  color:#fff;
  border:none;
  border-radius:0 7px 7px 0;
  font-size:14px;
  font-weight:600;
  cursor:pointer;

  white-space:nowrap;
}

.ms-post-search-form__button:hover{
  background:#1979d8;
}

/* mobile */

@media only screen and (max-width:767px){

  .ms-post-search-area{
    padding:14px 0 18px;
  }

}


/************************************
ヒーローのロゴ回転
************************************/

.nhw-hero__logo img{
  animation: nhwLogoSpinLoop 6s cubic-bezier(.4,0,.2,1) infinite;
}

@keyframes nhwLogoSpinLoop{

  0%{
    transform: rotate(0deg);
  }

  12%{
    transform: rotate(380deg);
  }

  14%{
    transform: rotate(360deg);
  }

  100%{
    transform: rotate(360deg);
  }

}

/************************************
役に立ったかどうか
************************************/
.qa-feedback-box{
  margin: 28px 0 0;
  padding: 22px;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  background: #fff;
}

.qa-feedback-box::before{
  content: "このヘルプは役に立ちましたか？";
  display: block;
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}

/* ボタン行 */
.qa-feedback-box .qa-btn{
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  margin: 0 10px 10px 0;
  border: 1px solid #dbe5f0;
  border-radius: 999px;
  background: #f8fbff;
  color: #2b3a4a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  transition: .2s ease;
  box-sizing: border-box;
}

.qa-feedback-box .qa-btn:hover{
  border-color: #bfd4ea;
  background: #f1f7ff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,.04);
}

.qa-feedback-box .qa-btn:focus{
  outline: none;
  border-color: #1e90ff;
  box-shadow: 0 0 0 3px rgba(30,144,255,.14);
}

/* 役に立った */
.qa-feedback-box .helpful-btn{
  background: #eef6ff;
  color: #1e90ff;
  border-color: #d5e8ff;
}

.qa-feedback-box .helpful-btn:hover{
  background: #e4f1ff;
  border-color: #bddbff;
  color: #1979d8;
}

/* 分からなかった */
.qa-feedback-box .unclear-btn{
  background: #fafbfd;
  color: #4f5d6a;
  border-color: #dbe3eb;
}

.qa-feedback-box .unclear-btn:hover{
  background: #f4f7fa;
  border-color: #c8d4df;
  color: #33414f;
}

/* アイコン */
.qa-feedback-box .qa-btn .dashicons{
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
}

/* お礼メッセージ */
.qa-feedback-box .qa-message{
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f6fbff;
  border: 1px solid #dceeff;
  color: #245b86;
  font-size: 14px;
  line-height: 1.8;
}

/* フォーム表示ボックス */
.qa-feedback-box .qa-form-box{
  margin-top: 16px;
  padding: 18px;
  border: 1px solid #e6eaf0;
  border-radius: 14px;
  background: #fbfcfe;
}

.qa-feedback-box .qa-form-box > p{
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.9;
  color: #444;
}

/* Contact Form 7 調整 */
.qa-feedback-box .wpcf7{
  margin: 0;
}

.qa-feedback-box .wpcf7 form{
  margin: 0;
}

.qa-feedback-box .wpcf7-form-control-wrap{
  display: block;
  margin-bottom: 12px;
}

/* 入力欄 */
.qa-feedback-box input[type="text"],
.qa-feedback-box input[type="email"],
.qa-feedback-box input[type="tel"],
.qa-feedback-box textarea,
.qa-feedback-box select{
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  border: 1px solid #d9e1ea;
  border-radius: 10px;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  box-sizing: border-box;
  transition: .2s ease;
}

.qa-feedback-box textarea{
  min-height: 140px;
  resize: vertical;
}

.qa-feedback-box input[type="text"]:focus,
.qa-feedback-box input[type="email"]:focus,
.qa-feedback-box input[type="tel"]:focus,
.qa-feedback-box textarea:focus,
.qa-feedback-box select:focus{
  outline: none;
  border-color: #1e90ff;
  box-shadow: 0 0 0 3px rgba(30,144,255,.12);
}

/* 送信ボタン */
.qa-feedback-box input[type="submit"],
.qa-feedback-box button[type="submit"],
.qa-feedback-box .wpcf7-submit{
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: none;
  border-radius: 10px;
  background: #1e90ff;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: .2s ease;
}

.qa-feedback-box input[type="submit"]:hover,
.qa-feedback-box button[type="submit"]:hover,
.qa-feedback-box .wpcf7-submit:hover{
  background: #1979d8;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(30,144,255,.18);
}

/* エラーや送信メッセージ */
.qa-feedback-box .wpcf7-not-valid-tip{
  margin-top: 6px;
  font-size: 12px;
  color: #d63638;
}

.qa-feedback-box .wpcf7-response-output{
  margin: 14px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.7;
}

/* スマホ */
@media only screen and (max-width: 767px){
  .qa-feedback-box{
    padding: 16px;
    border-radius: 14px;
  }

  .qa-feedback-box::before{
    margin-bottom: 12px;
    font-size: 15px;
  }

  .qa-feedback-box .qa-btn{
    width: 100%;
    margin-right: 0;
  }

  .qa-feedback-box .qa-form-box{
    padding: 14px;
  }
}

/************************************
検索のフォーム
************************************/
/* 記事下カードリンクの下線を消す */

.ms-help-related__link,
.ms-help-related__link:hover,
.ms-help-related__link:focus,
.ms-help-related__link:active{
  text-decoration: none !important;
}
.ms-help-search-form{
margin-bottom:18px;
width:100%;
}

.ms-help-search-form__form{
display:flex;
width:100%;
position:relative;
	margin:40px 0px;
}

/* 虫眼鏡 */

.ms-help-search-form__icon{

position:absolute;
left:14px;
top:50%;
transform:translateY(-50%);

font-size:18px;
color:#999;

pointer-events:none;
}

/* 入力欄 */

.ms-help-search-form__input{

flex:1;

height:46px;
padding:0 16px 0 42px;

border:1px solid #dcdcdc;
border-right:none;

border-radius:8px 0 0 8px;

font-size:14px;

outline:none;
}

.ms-help-search-form__input:focus{
border-color:#1E90FF;
}

/* ボタン */

.ms-help-search-form__button{

height:46px;

padding:0 20px;

background:#1E90FF;
color:#fff;

border:none;

border-radius:0 8px 8px 0;

font-size:14px;
font-weight:600;

cursor:pointer;

white-space:nowrap;
}

.ms-help-search-form__button:hover{
background:#1979d8;
}


/************************************
検索結果
************************************/

.ms-help-search{
  max-width: 900px;
  margin: 0 auto;

}

.ms-help-search__header{
  margin-bottom: 22px;
}

.ms-help-search__lead{
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.ms-help-search__list{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ms-help-search__item{
  margin: 0;
}

.ms-help-search__link{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px;
  border: 1px solid #e6eaf0;
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ms-help-search__link:hover{
  border-color: #cfd9e6;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
  transform: translateY(-1px);
}

.ms-help-search__icon{
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7fc 100%);
  border: 1px solid #e7edf5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms-help-search__icon::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18px 18px, rgba(30,144,255,.07) 0, rgba(30,144,255,.07) 10px, transparent 11px),
    radial-gradient(circle at 54px 22px, rgba(30,144,255,.05) 0, rgba(30,144,255,.05) 8px, transparent 9px),
    radial-gradient(circle at 26px 54px, rgba(30,144,255,.05) 0, rgba(30,144,255,.05) 9px, transparent 10px),
    radial-gradient(circle at 54px 52px, rgba(30,144,255,.06) 0, rgba(30,144,255,.06) 11px, transparent 12px);
  opacity: 1;
}

.ms-help-search__iconMark{
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(30,144,255,.22);
  letter-spacing: .04em;
	text-align:center;
}

.ms-help-search__body{
  flex: 1;
  min-width: 0;
}

.ms-help-search__meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.6;
}

.ms-help-search__category{
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 1px 10px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1e90ff;
  font-weight: 700;
}

.ms-help-search__date{
  color: #7a7a7a;
}

.ms-help-search__title{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
}

.ms-help-search__summary{
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.9;
  color: #000000;
}

.ms-help-search__snippet{
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #666;
}

.ms-help-search__highlight{
  background: #fff2a8;
  color: inherit;
  padding: 0 .15em;
  border-radius: 2px;
}

.ms-help-search__pagination{
  margin-top: 32px;
}

.ms-help-search__none{
  padding: 56px 20px;
  border: 1px solid #e6eaf0;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.ms-help-search__noneText{
  margin: 0 0 8px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}

.ms-help-search__noneSub{
  margin: 0;
  font-size: 14px;
  color: #777;
}

@media only screen and (max-width: 767px){
  .ms-help-search{
    padding: 6px 0 30px;
  }

  .ms-help-search__link{
    gap: 14px;
    padding: 16px;
  }

  .ms-help-search__icon{
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 12px;
  }

  .ms-help-search__iconMark{
    font-size: 20px;
  }

  .ms-help-search__title{
    font-size: 17px;
  }

  .ms-help-search__summary,
  .ms-help-search__snippet{
    font-size: 13px;
    line-height: 1.8;
  }
}
/************************************
パンくず
************************************/
/* パンくず */
.breadcrumb{
	background:#0047ab;
	padding:20px 0;

}
@media screen and (max-width: 768px) {
	.breadcrumb{
	background:#0047ab;
	padding:4px 0px;
	border-bottom: 1px solid #e5e5e5;
}
	.breadcrumb__item{
		font-size:11px;
		color:#fff!important;
	}
}


/************************************
 SP menu (widget nav)
************************************/
.menuBtn__contentInner .ms-spMenu .widget{
  margin-bottom: 0px !important;
}
/* スマホメニュー 見出し（widget title）をメニュー行と揃える */
.menuBtn__contentInner .ms-spMenu .heading-widget{
  display: flex;
	justify-content: center;
  font-size: 13px;
  line-height: 1.25;
  padding: 20px 20px;
  background: #f2f2f2;
  color: #0A2F60;
  border-radius: 0;
	margin:0px -14px 0px -14px;
}



/* ●（a:before）をスマホmenu内だけ無効化 */
.menuBtn__contentInner .ms-spMenu .widget.widget_nav_menu ul.menu li a:before,
.menuBtn__contentInner .ms-spMenu .widget.widget_nav_menu ul.menu li a::before,
.menuBtn__contentInner .ms-spMenu .widget_nav_menu ul.menu li a:before,
.menuBtn__contentInner .ms-spMenu .widget_nav_menu ul.menu li a::before{
  content: none !important;
  display: none !important;
}

/* メニュー本体 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 親（1階層） */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li{
	margin:0px -14px 0px -14px!important;
	
}

.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > a{
  position: relative !important;
  display: flex !important;
  color: #102a43 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(216,216,216,0.9) !important;
  font-weight: 400 !important;
	padding:18px 18px 18px 20px;
}

/* ＞（子なし）だけ左に寄せる：親 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li:not(.menu-item-has-children) > a::after{
  right: 17px !important;
}


/* 親：子なし「›」(大きすぎ回避＋ズレ防止) */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > a::after{
  content: "›";
  position: absolute;
  right: 14px;
  top: 46%;
  transform: translateY(-50%);
  font-size: 26px; 
  line-height: 1 ;
  color: #0047AB !important;
  opacity: 1 !important;
}

/* 親：子ありは「＋」 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li.menu-item-has-children > a::after{
  content: "＋" !important;
  font-size: 18px !important;        /* 大きすぎを修正 */
  line-height: 1 !important;
  color: #F46F72 !important;
  opacity: 1 !important;
  font-weight: 800 !important;       /* 記号だけ太く */
}

/* 親：開いたら「－」 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li.menu-item-has-children.is-open > a::after{
  content: "－" !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: #999 !important;
  opacity: 1 !important;
  font-weight: 800 !important;
}

/* 親：タップ時 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > a:active{
  background: rgba(10,47,96,0.05) !important;
}

/* 子（2階層）全体：背景を確実に付ける（テーマに負けない） */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > ul.sub-menu{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;

  background: rgba(30,144,255,0.08) !important;

  overflow: hidden !important;
  max-height: 0px;
  transition: max-height .22s ease;

  border: 0 !important;   /* 二重線の原因を消す */
  box-shadow: none !important;
}

/* 子：各行（親と同じ高さにする） */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > ul.sub-menu > li > a{
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;

  text-decoration: none !important;
  color: #102a43 !important;

  font-size: 13px !important;        /* 親と揃える（差は背景とインデントで出す） */
  line-height: 1.25 !important;

  padding: 14px 44px 14px 26px !important;  /* 左だけインデントで差を出す */
  background: #FDF2F4 !important;

  border: 0 !important;
  border-bottom: 1px solid rgba(216,216,216,0.7) !important; /* 下線方式に統一（太線化を防ぐ） */
}

/* 子：最後だけ下線は残す（見た目統一） */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > ul.sub-menu > li:last-child > a{
  border-bottom: 1px solid rgba(216,216,216,0.7) !important;
}

/* 子：右は「›」 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > ul.sub-menu > li > a::after{
  content: "›" !important;
  position: absolute !important;
  right: 17px !important;
  top: 43% !important;
  transform: translateY(-50%) !important;
  font-size: 26px !important;        /* 親より少し小さく */
  line-height: 1 !important;
  color: #999 !important;
  opacity: 1 !important;
	font-weight: normal !important; /* normal */
}

/* 子：タップ時 */
.menuBtn__contentInner .ms-spMenu .widget_nav_menu .menu > li > ul.sub-menu > li > a:active{
  background: rgba(10,47,96,0.05) !important;
}

/* ウィジェットタイトル（必要なら） */
.menuBtn__contentInner .ms-spMenu .widget-title{
  margin: 0 0 10px !important;
  padding: 0 14px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: rgba(16,42,67,0.75) !important;
}

/***************************************** フッター*/
.l-footer{
	border-top: 1px solid #EAEAEA;
}

.widget.widget_categories ul li a:before, .widget.widget_nav_menu ul.menu li a:before {
    font-family: icomoon;
    content: "";
    margin-right: 5px;
    color: #fff;
}
/* ボタン調整 */
/* ナビゲーションメニュー全体 */
.widget.widget_nav_menu ul.menu {
  border: none !important;
}

/* メニュー項目 */
.widget.widget_nav_menu ul.menu li {
  border-top: 0 !important;
}

/* メニューリンク */
.widget.widget_nav_menu ul.menu li a {
  color: #333 !important;
  background: #fff !important;
	border-top: 1px solid #EAEAEA;
}
.heading-widget {
    font-size: 1.5rem;
    margin-bottom: 0px;
  background: none !important;
  background-color: transparent !important;
    color:#2F3E5C;
    border-radius: 5px;
}

/* ホバー時 */
.widget.widget_nav_menu ul.menu li a:hover {
	background:#fff!important;
  background: none !important;
  color: #333 !important;
}

/* アイコンや疑似要素 */
.widget.widget_nav_menu ul.menu li a:before {
  color: #333 !important;
}
.bottomFooter__list li a{
	color:#333;
	text-decoration: none;
	font-weight: normal;
}
.bottomFooter__link{
	color: inherit;
}

.bottomFooter{
	background:#fff;
}
.bottomFooter {
    border-top: 1px solid #EAEAEA;
}
.l-footer{
	background:#fff;
	padding:1px 0px 0px 0px;
}
.widget-title{
  font-size: 17px;
  margin: 40px 0 20px;
  color: #111;
  line-height: 1.4;
  position: relative;
}
.widget-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #1E90FF;
  margin-top: 8px;
  border-radius: 3px;
}

/************************************
 ヘッダーメガメニュー
************************************/

/* 親メニュー：ホバー時に青い下線が中央からスッと伸びる */
.ms-megaNav__topLink{
  position: relative;
}

.ms-megaNav__topLink::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

/* ホバー時 */
.ms-megaNav__top > li:hover > .ms-megaNav__topLink::after,
.ms-megaNav__top > li:focus-within > .ms-megaNav__topLink::after{
  transform: translateX(-50%) scaleX(1);
}

/* ヘッダー高さ（必要なら実寸に合わせて変更） */
:root{
  --ms-header-h: 120px;
}

.ms-megaNav{
  position: relative;
  margin-left: 0px;
}

.ms-megaNav__top{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 22px;
  align-items: center;
}

.ms-megaNav__top > li{
  position: relative;
}

.ms-megaNav__topLink{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 24px 6px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.ms-megaNav__caret{
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: .6;
  margin-top: -2px;
}

/* 現在地（文字だけ青） */
.ms-megaNav__top > li.current-menu-item > a,
.ms-megaNav__top > li.current_page_item > a,
.ms-megaNav__top > li.current-menu-ancestor > a,
.ms-megaNav__top > li.current_page_ancestor > a{
  color: #fff;
}

/* ===== メガパネル：全幅・ヘッダー直下に固定 ===== */
.ms-megaNav__panel{
  position: fixed;
  left: 0;
  right: 0;
  top: var(--ms-header-h);
  width: 100vw;
  background: #fff;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(10px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;

  border-top: 1px solid rgba(10,47,96,0.08);
  box-shadow: 0 18px 50px rgba(10,47,96,0.10);
  z-index: 9999;
}

/* 中身はメインカラム幅に合わせる */
.ms-megaNav__panel-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 38px 40px;
}

/* 4列 */
.ms-megaNav__grid{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 26px;
  row-gap: 0;
}

/* 子メニュー：常に下線を出す（項目が少なくても下線あり） */
.ms-megaNav__grid > li{
  margin: 0;
  padding: 0;
}

.ms-megaNav__subLink{
  position: relative; 
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #243447;
  padding: 15px 44px 15px 15px;
  border-bottom: 1px solid #d8d8d8;
}

/* 右矢印（青）：位置ズレ防止 */
.ms-megaNav__subLink::after{
  content: "›";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  line-height: 1;
  color: #0047AB;
  opacity: 1;
}
.ms-megaNav__topLink:hover,
.ms-megaNav__topLink:focus {
  color: #fff !important;
}

.ms-megaNav__subLink:hover{
  background: rgba(10,47,96,0.05);
}

.ms-megaNav__ico{
  font-size: 18px;
  line-height: 1;
  width: 18px;
  height: 18px;
  color: rgba(10,47,96,0.70);
  flex: 0 0 auto;
}

/* 子メニュー文字：太字NGなので、色・字間・行間で視認性を上げる */
.ms-megaNav__text{
  display: inline-block;
  font-size: 14.5px;
  line-height: 2.0;
  letter-spacing: 0.02em;
  color: #333;
	font-weight:700;
}

.ms-megaNav__subLink:hover .ms-megaNav__text{
  color: #0a3a7a;
}

/* 開閉（ホバー/フォーカス） */
.ms-megaNav__top > li:hover > .ms-megaNav__panel,
.ms-megaNav__top > li:focus-within > .ms-megaNav__panel{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0px);
}

/* 親リンクもホバーで青 */
.ms-megaNav__top > li:hover > a{
  color: #1E90FF;
}

/* SPでは表示しない（SPは既存メニュー維持） */
@media (max-width: 1024px){
  .ms-megaNav{
    display: none;
  }
}

/* walkerが生成する通常ulは使わない（念のため） */
.ms-megaNav__top > li > ul{
  display: none;
}


