@charset "utf-8";

/* ===========================================
リセットcss
=========================================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}


/* ===========================================
初期設定
=========================================== */


/* ===========================================
【英数字の折り返し設定】
パンくず、大見出し、画像キャプション、a08_リンク、a05_ファイルダウンロード（PDF等）、ローカルナビは
word-break:break-all;を設定してるため、英単語が途中で折り返す
=========================================== */

html {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* IE11用 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  width: 100%;
  color: #000;
  background-color: #FFF;
  line-height: 1.7;
  font-size: 1.6rem;
  font-weight: 500;
  /* letter-spacing: 0.12em */
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* フォーム部分のフォント指定 */

button, input, select, textarea {
  font-family: inherit;
  color: #000;
}


/* フォント指定 */

body {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}


/* ===========================================
CMSスタイル
=========================================== */


/* html5用 */

article, aside, footer, header, hgroup, main, nav, section {
  display: block;
  /* overflow: hidden; */
}


/* スタイルリセット
============================== */


/* iOSでのデフォルトスタイルをリセット */

input[type="reset"], input[type="submit"], input[type="button"] {
  border-radius: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="reset"]::-webkit-search-decoration, input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="reset"]:focus, input[type="submit"]:focus, input[type="button"]:focus {
  outline-offset: -2px;
}

input.fedbt, input[type="reset"], input[type="button"], input[type="text"], input[type="submit"] {
  border-radius: 0;
}


/* プレースホルダー文字色 */

:-moz-placeholder-shown {
  color: #6F6F6F;
}

:-ms-input-placeholder {
  color: #6F6F6F;
}

:placeholder-shown {
  color: #6F6F6F;
}


/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
  color: #6F6F6F;
}


/* Firefox 18- */

:-moz-placeholder {
  color: #6F6F6F;
  opacity: 1;
}


/* Firefox 19+ */

::-moz-placeholder {
  color: #6F6F6F;
  opacity: 1;
}


/* IE 10+ */

:-ms-input-placeholder {
  color: #6F6F6F;
}

a[href], label[for], input[type="button"], input[type="submit"], input[type="reset"], input[type="image"], input[type="radio"], input[type="checkbox"], select {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

fieldset {
  border: none;
}

address {
  font-style: normal;
}

a img {
  vertical-align: bottom;
}


/* ガイダンス系
============================== */


/* noscriptメッセージ */

p.jsmessage {
  background-color: #FFF;
  padding: 10px;
  margin: 0;
  color: #000;
}


/* 本文へ移動隠しジャンプ */

#blockskip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #999;
  text-align: center;
  color: #0A2530;
  z-index: 3000;
}

#blockskip a {
  color: #0A2530;
  overflow: hidden;
  background-color: transparent;
}
/* 隠しジャンプ（css） */

.blockskip {
  padding: 0;
  margin: 0;
}

.skip {
  width: 1px;
  color: #000 !important;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFF !important;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}

a.skip {
  color: #003377 !important;
  background-color: #FFF !important;
  text-align: center;
  padding: 2px 0;
  top: auto;
}

a.skip:active {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
  z-index: 99999;
}

.show {
  line-height: 1.5 !important;
  background-color: #F6F6F6 !important;
  border-bottom: solid 1px #999 !important;
  color: #0A2530;
}

.show a {
  color: #000 !important;
  line-height: 150% !important;
  background-color: transparent;
}


/* スペーサー、ガイダンス、隠しジャンプ */

.blockjump {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}

.img-guidance {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  /* position: absolute; */
  overflow: hidden;
}

hr {
  display: none;
}

.guidance {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  position: absolute;
  overflow: hidden;
}


/* 目隠し見出し用指定 */

img[src="/images/spacer.gif"], .txtno-display {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  /* position: absolute; */
  overflow: hidden;
}


/* コンテンツを視覚的に隠す[スクリーンリーダーからはアクセス可]ページ内リンクのとび先に使用不可 */

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}


/* clearfix */

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}


/* リンク関連
============================== */


/*  通常のリンク色  */

a:link {
  color: #003399;
}

a:visited {
  color: #6535AF;
}

a:hover, a:focus {
  color: #9D0D0D;
  text-decoration: underline;
}

a:active {
  color: #E20000;
}


/* ページ内リンク下線消し */

a:not([href]) {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  vertical-align: bottom;
}

a:hover:not([href]) {
  color: inherit;
}


/* 大枠 */

.main_inner {
  width: 1000px;
  margin: 30px auto;
}


/* ヘッダ */

.pchead_wp_in {
  border-top: 1px solid #E6E6E6;
}
.head_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.navi_link {
    padding: 0;
    font-size: 1.4rem;
    margin-right: 250px;
}

.navilist_wp_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 1000px;
  margin: 0 auto;
  padding: 6px 0;
  font-size: 1.4rem;
}

.head_link_list li {
  padding: 0;
  position: relative;
}

.head_link_list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.head_link_list.chat-open li:first-of-type:before {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
}
.head_link_list li>a, .head_link_list li button {
    background-color: #ededed;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 110px;
    font-size: 1.35rem;
    text-align: center;
    font-weight: bold;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 110px;
    color: #000;
    text-decoration: none;
    height: 100%;
}
.head_link_list li>a:hover, .head_link_list li button:hover {
  text-decoration: underline;
}
.head_link_list {
    margin-top: -38px;
}
.head_link_list li span {
    display: block;
    padding: 9px 0;
    position: relative;
}
.head_link_list li:last-of-type {
    border-left: 1px solid #fff;
}


.chatbot_btn_pc span::before {
  border-color: #d6320f;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 4px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.chatbot_btn_pc.active span::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}


.head_link_list li a.chatbot_btn_pc span {
    padding: 10px 0;
}

.head_link_list li img {
    margin-top: 5px;
}
.chatBot_inner {
    display: none;
}

.chatBot_inner {
    position: absolute;
    z-index: 1000;
    background-color: #ededed;
    padding: 15px;
    right: 0;
    min-width: 400px;
    top: 100%;
}
p.chatbot_btn a {
    background-color: #D6320F;
    padding: 10px 40px 10px 15px;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    display: inline-block;
    border: none;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.chatbot_btn {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
p.chatbot_btn a:hover {
  text-decoration: underline;
  background-color: #BA3C22;
}
.arrow_s_b {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.arrow_s_b::before,
.arrow_s_b::after{
	position: absolute;
	top: -2px;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}


.arrow_s_b:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #fff;
}
.arrow_s_b:after {
	right: 18px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #D6320F;
	border-right: 2px solid #D6320F;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
h1.logo {
    padding: 0;
}
p.zoomsight_txt {
  margin: 0;
  padding: 0 16px 0 0;
  border-right: 1px solid #000;
  line-height: 1;
  font-size: 1.4rem;
}

.navilist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0 10px 0 0;
  line-height: 1.2;
  font-size: 1.4rem;
}

p.navilist_txt {
  margin: 0 10px 0 16px;
  padding: 0;
  line-height: 1.2;
  font-size: 1.4rem;
}

.navilist a {
  border: 1px solid #DBDBDB;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 3px;
}

a.navi_on {
  background-color: #666666;
  padding: 3px 10px;
  color: #FFF !important;
  border: 1px solid #666666;
  border-radius: 3px;
  margin-right: 3px;
}


/* ロゴ・検索 */

.logo_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}


/* グローバルナビ */

.gnavi_wp {
  background-color: #D6320F;
  border-bottom: 3px solid #D6320F;
}

.logo_in_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gnavi {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.gnavi>li {
  padding: 0;
  background-image: none;
  text-align: center;
  position: static;
  width: calc(100% / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnavi>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 15px;
  min-height: 57px;
  background-color: #D6320F;
  color: #FFF;
  text-decoration: none;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
.gnavi>li>a.gnavi_toggle {
  background-image: url(/images/2025_gnavi_icon.png);
  background-repeat: no-repeat;
  background-position: left 50% bottom 10px;
}

.gnavi>li>a::before {
  position: absolute;
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1px;
  content: '';
  width: 1px;
  height: calc(100% + 6px);
  background-color: #FFFFFF;
}

.gnavi>li:last-of-type>a::after {
  position: absolute;
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1px;
  content: '';
  width: 1px;
  height: calc(100% + 6px);
  background-color: #FFFFFF;
}

.sub {
  background-color: #FFF;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  -o-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  z-index: 99;
  display: none;
}
.sub a {
    color: #000;
}
#gnavi04.sub ul a:hover, #gnavi04.sub ul a:focus {
    color: #000;
}
.sub a:hover,.sub a:focus {
    text-decoration: underline;
    color: #9D0D0D;
}
.sub.is-show {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - -3px);
  z-index: 999;
  opacity: 1;
  width: 1000px;
  border-left: 3px solid #D6320F;
  border-bottom: 3px solid #D6320F;
  border-right: 3px solid #D6320F;
  padding: 50px;
}

.gnavi>li>a.active, a.gnavi_toggle.open, .gnavi>li>a:hover {
  background-color: #FFF;
  color: #D6320F;
}

ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 10px;
}

ul.sub-menu li {
  padding: 0 10px 0 0;
  margin: 0 0 10px 0;
  background-image: none;
  width: calc(100% / 3);
  text-align: left;
}

ul.sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px 10px;
  width: 100%;
  border: 1px solid #bfbfbf;
  position: relative;
  min-height: 49px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  text-decoration: none;
}

ul.sub-menu li a::after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 3px solid #d6320f;
    opacity: 0;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    z-index: 2;
    border-radius: 10px;
}
ul.sub-menu li a:hover::after {
    opacity: 1;
}
ul.sub-menu li a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #d6320f;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 5px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.gnavi_btn, .gnavi_btn li {
    padding: 0;
}

.gnavi_btn li a {
    position: relative;
    background-color: #fff;
    text-decoration: none;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.1);
}
.gnavi_btn li a:focus,
.gnavi_btn li a:hover {
  text-decoration: underline;
  color: #000;
}
.gnavi_btn li a img {
    padding: 10px 0;
}
.gnavi01 .gnavi_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.gnavi01 .gnavi_btn li {
    width: calc((100% - 40px) / 3);
}

.gnavi_btn li a::after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 3px solid #d6320f;
    opacity: 0;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    z-index: 2;
    border-radius: 5px;
}
.gnavi_btn li a:hover::after {
    opacity: 1;
}
p.gnavi_tojiru a {
  padding-left: 40px;
  padding-right: 40px;
  min-height: 50px;
  background-color: #D6320F;
  color: #FFF;
  border-radius: 8px;
  text-decoration: none;
  background-image: url(/images/2025_gnavi_tojiru.png);
  background-repeat: no-repeat;
  background-position: 12px .95em;
  background-size: 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 290px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
p.gnavi_tojiru a:focus,
p.gnavi_tojiru a:hover {
  text-decoration: underline;
  background-color: #BA3C22;
  color: #fff;
}

p.gnavi_tojiru {
  text-align: right;
  padding: 0;
}

p.gnavi_sub_title {
  border-bottom: 3px solid #d6320f;
  margin-bottom: 20px;
  position: relative;
  font-size: 2.4rem;
  padding: 0 0 2px 0;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.gnavi_txt {
    letter-spacing: 0.025em;
}
p.gnavi_sub_title>a {
    display: block;
    color: #000;
}
.gnavi_sub_title a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #d6320f;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 5px;
}

ul.sub-menu li:nth-of-type(3n) {
  padding-right: 0;
}
p.gnavi_subbox_title {
    border-bottom: 3px solid #d6320f;
    margin-bottom: 20px;
    position: relative;
    font-size: 1.8rem;
    padding: 0 0 2px 0;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.gnavi01_box_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    padding: 40px 0 15px;
}

.gnavi01_box_wp>div {
    width: 100%;
}
.gnavi01_box_wp>div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-left: -15px;
}

.gnavi01_box_wp>div ul li {
    padding: 0 15px;
    border-right: 1px solid #bfbfbf;
    display: block;
    text-decoration: none;
    background-image: none;
    font-size: 1.6rem;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: left;
}

.gnavi02_box_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
}

.gnavi02_box02 {
    width: 438px;
    background-color: #ededed;
    padding: 20px 75px;
    border-radius: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.gnavi02_box01 {
    width: 100%;
    margin-right: 20px;
}

.gnavi02_box02 .gnavi_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

p.gnavi02_box02_title {
    font-weight: bold;
    font-size: 1.8rem;
}

.gnavi02_box01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-left: -15px;
}

.gnavi02_box01 ul li {
    padding: 0 15px;
    border-right: 1px solid #bfbfbf;
    display: block;
    text-decoration: none;
    background-image: none;
    font-size: 1.6rem;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: left;
}

.gnavi03_box_wp .gnavi_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.gnavi03_box_sub{
	font-size: 1.4rem;
	text-align: left !important;
	display: block;
	padding-top: 10px;
}
.gnavi03_box_wp .gnavi_btn li {
    width: 100%;
}
.gnavi03_box_wp {
    margin-bottom: 20px;
}
/* フォントサイズ
============================== */

h1 {
  font-size: 2.8rem;
  position: relative;
}

h2 {
  font-size: 2.4rem;
  position: relative;
  padding-top: 0.25em;
}

h3 {
  font-size: 2.0rem;
  position: relative;
}

h4 {
  font-size: 1.7rem;
  position: relative;
}

h5 {
  font-size: 1.6rem;
  position: relative;
}

h6 {
  font-size: 1.6rem;
}

p, address, table, dt, dd {
  line-height: 1.7;
  font-size: 1.6rem;
}

li {
  font-size: 1.6rem;
}


/* 余白調整
============================== */

.h1bg {
  padding-bottom: 0;
}

.h2bg {
  padding-top: 0.65em;
  padding-bottom: 1.3em;
}

.h3bg {
  padding-top: 0.25em;
  padding-bottom: 0.85em;
}

.h4bg {
  padding-top: 0.25em;
  padding-bottom: 0.85em;
}

h5 {
  padding-top: 0.25em;
  padding-bottom: 0.85em;
}

h6 {
  padding-top: 0.25em;
  padding-bottom: 0.85em;
}


/* スタイル回り込み解除 */

.h1bg {
  overflow: hidden;
  position: relative;
}

.h2bg {
  overflow: hidden;
}

.h3bg {
  overflow: hidden;
}

.h4bg {
  overflow: hidden;
}

h5 {
  overflow: hidden;
}

h6 {
  overflow: hidden;
}

.t-box, .t-box2 {
  margin-bottom: 1.85em;
}

.t-box>p, .t-box2>p {
  padding-left: 0;
  padding-right: 0;
}

p {
  padding-bottom: .85em;
}

ul {
  padding-bottom: .85em;
  list-style-type: none;
  list-style-image: none;
  padding-top: 6px;
}

ol {
  padding-left: 30px;
  padding-bottom: .85em;
  padding-top: 6px;
}

li {
  padding-bottom: .5em;
  position: relative;
}

ul>li {
  padding-left: 30px;
  background-image: url(/images/2020_c_icon_li.png);
  background-repeat: no-repeat;
  background-position: 15px .6em;
}
ul ul, ul ol, ol ol, ol ul {
  padding-top: .85em;
}
li>ol, li>ul {
  padding-bottom: 0;
}

dl {
  padding-bottom: .85em;
  padding-left: .85em;
  padding-right: .85em;
}

dt {
  font-weight: bold;
}


/* ハイコントラストモード時用見出し線
============================== */



/* ～の説明文章 */

p.filelink+.wysiwyg_wp.txtCaption, p.externalLink+.wysiwyg_wp.txtCaption, p.innerLink+.wysiwyg_wp.txtCaption {
  margin-top: -.65em;
  margin-left: 20px;
}


/* 複数リンクの場合 */

p.filelink+p.filelink, p.externalLink+p.externalLink, p.innerLink+p.innerLink, p.externalLink+p.innerLink, p.innerLink+p.externalLink {}


/*検索窓
============================== */

.search-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 45px;
  background-image: url(/images/2025_c_search_icon.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 40px;
}

input.searchBtn {
  background-color: #D6320F;
  border: 1px solid #D6320F;
  min-height: 50px;
  width: 93px;
  color: #FFF;
  cursor: pointer;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 25px 25px 0;
}

form.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input.search {
  border-top: 1px solid #D6320F;
  border-left: 1px solid #D6320F;
  border-bottom: 1px solid #D6320F;
  border-right: 1px solid #D6320F;
  width: 275px;
  background-color: #fff;
  border-radius: 25px 0 0 25px;
  padding-left: 20px;
}

.search-area form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


/* 採用情報 */

p.logo_link a {
  background-color: #D6320F;
  padding: 8px 25px 8px 30px;
  border-radius: 20px;
  color: #FFF;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

p.logo_link a::before {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #FFF;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  left: 10px;
  top: 1em;
  width: 6px;
}


/*パンくず
============================== */
.pankuzu {
  background-color: #ededed;
  padding: 10px;
  overflow: hidden;
}

.pankuzu ol, .pankuzu ul {
  padding: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 1000px;
  margin: 0 auto;
}

.pankuzu ol li, .pankuzu ul li {
  float: left;
  margin: 0;
  padding: 0 25px 0 0;
  position: relative;
  background-image: none;
  list-style: none;
  word-break: break-all;
  font-size: 1.4rem;
  margin-right: 10px;
}

.pankuzu li.pk-thispage::before {
  border: none;
  content: none;
}

.pankuzu li::before {
  position: absolute;
  right: 0;
  margin: auto;
  content: "＞";
  vertical-align: middle;
  width: 12px;
  height: 20px;
  color: #555555;
}
.pankuzu li.pk-thispage {
    padding-right: 0;
    margin-right: 0;
}

/* ===========================================
▼コンテンツパーツ▼
=========================================== */


/* 更新日 */

.basic_info_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 0.85em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.insatsu_btn_link {
  margin-bottom: .85em;
  padding-left: 30px;
  padding-right: .85em;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  background-color: #D6320F;
  color: #FFF;
  border-radius: 4px;
  background-image: url(/images/2020_insatsu_btn.png);
  background-position: 7px .93em;
  background-repeat: no-repeat;
  margin-left: .85em;
}
p.page_number {
    padding-right: 1.7em;
}

/* 大見出し */

.h1bg::before {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #CCC;
  z-index: 1;
}

.h1bg>div::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 6px;
  background: #e8380e;
  background: -o-linear-gradient(left, #e8380e 0%, #f0610e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e8380e), to(#f0610e));
  background: linear-gradient(to right, #e8380e 0%, #f0610e 100%);
  z-index: 2;
}

.h1bg>div {
  width: 980px;
  position: relative;
  /* padding-bottom: 0.85em; */
  margin: 0 auto;
}

.h1bg h1 {
  padding: 30px 0;
}

/* a01_中見出し */

.h2bg h2::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e8380e;
}
.h2bg h2 {
    background-color: #FBE3D6;
    padding: 10px 20px 5px 20px;
}
/* 旧中見出し */
.h2bg.old_design h2::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e8380e;
  background: -o-linear-gradient(left, #e8380e 0%, #f0610e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e8380e), to(#f0610e));
  background: linear-gradient(to right, #e8380e 0%, #f0610e 100%);
}
.h2bg.old_design h2 {
    background-color: #fff;
    padding: 10px 0 5px 0;
}
/* a02_小見出し */

.h3bg h3 {
  margin: 0;
  padding: 0 0 0 0.5em;
  background-color: transparent;
  border-left: 8px solid #D6320F;
}
/* 旧小見出し */

.h3bg.old_design h3 {
  margin: 0;
  padding: 0 0 0 0.5em;
  background-color: transparent;
  border-left: 4px solid #D6320F;
}
/* a19-1_細見出し */

h4 {
  margin: 0;
  padding: 0 0 0 1em;
  background-color: transparent;
  /* border-left: 8px solid #666666; */
}
.h4bg h4:before {
    content: '';
    width: 8px;
    height: 70%;
    display: block;
    background-color: #666666;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: .17em;
}
/* 旧細見出し */
.h4bg.old_design h4:before {
    content: '';
    width: 4px;
    height: 87%;
    display: block;
    background-color: #666666;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
}


/* a19-2_細々見出し */


/* a03_文章 */
.wysiwyg_wp p {
    margin-left: .85em;
    margin-right: .85em;
}
.main_inner>p {
    margin-left: .85em;
	margin-right: .85em;
}
.kanren_con>p {
    margin-left: .85em;
	margin-right: .85em;
}
.wysiwyg_wp ol, .wysiwyg_wp ul{
	margin-right: .85em;
}
/* a05_ファイルダウンロード（PDF等） */

.filelink a {
  background-image: url(/images/2025_c_icon_filelink.png);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  clear: both;
  display: inline-block;
  background-position: 0 .43em;
  vertical-align: bottom;
}

ul.file-li li {
  background-image: none;
  padding: 0 20px 0 0;
  margin-bottom: 15px;
  border-right: 1px solid #CCCCCC;
  text-align: left;
  margin-right: 20px;
}

ul.file-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 .85em;
  margin: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* a06_表　a07_表取り込み（Excel） */
/* 表パーツスクロール切り替え */

.scroll_table {
  overflow-x: auto;
}

.scroll_table_switch a {
  display: block;
  text-align: left;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table.table01, .scroll_table {
  clear: both;
}


/* 切り替えボタン */

.scroll_table_switch {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: right;
  margin-bottom: 10px;
  position: relative;
}

.scroll_table_switch>a {
  padding: 10px 60px 10px 10px;
  border: 1px solid #dddddd;
}

.scroll_table_switch a {
  border: 1px solid #dddddd;
  display: inline-block;
  background-color: #FFF;
  padding: 10px 43px 10px 15px;
  background-image: url(/images/smph_table_scroll_on.gif);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  color: #000222;
  text-decoration: none;
}

.scroll_table_switch {
  text-align: right;
  margin: 0;
}

.scroll_table_switch a.scroll {
  background-image: url(/images/smph_table_scroll_off.gif);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}
.scroll_table_switch + table,
.scroll_table_switch + .scroll_table {
    margin-top: 10px;
}
/* 内部リンク
============================== */

.innerLink a.innerLink {
  background-image: url(/images/2020_c_icon_inlink.png);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  background-position: 4px .4em;
  display: inline-block;
}


/* 外部リンク
============================== */

.externalLink a.externalLink {
  background-image: url(/images/2020_c_icon_outlink.png);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  background-position: 0 .48em;
  display: inline-block;
}


/* リンク（横並び2列） */

ul.site-li2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.site-li2>li {
  width: 50%;
  background-image: none;
  padding: 0 .85em .85em .85em;
}


/* リンク（横並び3列） */

ul.site-li4_3>li {
  width: calc(100% / 3 - 1px);
  background-image: none;
  padding: 0 .85em .85em .85em;
}

ul.site-li4_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/* a12_HTML取り込み */

.insertfile {
  padding: 0.8em 0 1.2em 0;
  padding: 0;
}


/* a13_ページ内リンク */

ul.linkjump li::before, ul.linkjump2 li::before {
  content: none;
}

ul.linkjump, ul.linkjump2 {
  list-style: none;
  padding-bottom: 10px;
  padding-left: .85em;
  padding-right: 25px;
}

ul.linkjump li {
  float: left;
  padding: 3px 40px 1px 20px;
  line-height: 1.2;
  background-image: url(/images/2020_c_icon_jumplink.png);
  background-repeat: no-repeat;
  background-position: 0 .85rem;
  _height: 1%;
}

ul.linkjump li {
  min-width: 33.3333%;
}

ul.linkjump2 li {
  padding: 3px 20px .85em 20px;
  line-height: 1.2;
  background-image: url(/images/2020_c_icon_jumplink.png);
  background-repeat: no-repeat;
  background-position: 0 1.1rem;
}


/* a18_地図情報（文章あり） */

.mapimg {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.markernav {
  overflow: hidden;
}


/* a17_ページの上部へ */

.tothispage2 {
  clear: both;
}

.totoptxt {
  padding: 0;
  clear: both;
  line-height: 1.2;
  text-align: right;
  position: relative;
  padding: 0.56em 0 0.56em 0;
  margin-left: auto;
}

.totoptxt a {
  background-color: #D6320F;
  background-image: url(/images/2020_c_icon_pagetop.png);
  background-repeat: no-repeat;
  background-position: 16px .72em;
  padding: 11px 25px 11px 55px;
  border-radius: 30px;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
}


/* 特殊メニュー */

.special_h2 h2::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e8380e;
  background: -o-linear-gradient(left, #e8380e 0%, #f0610e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e8380e), to(#f0610e));
  background: linear-gradient(to right, #e8380e 0%, #f0610e 100%);
}

.special_h2 h2 {
  font-size: 2.0rem;
  line-height: 1.3em;
  background-color: #D6320F;
  padding: 10px;
  color: #FFF;
}

.special_h2 h2 a {
  color: #FFF;
}

.special_h2 {
  padding-top: 0.25em;
  padding-bottom: 0.85em;
}


/* 画像パーツ
============================== */

.img-area {
  padding: 0;
  padding-bottom: 10px;
}

img {
  border: none;
  vertical-align: middle;
}


/* 画像エリア内floatのclear */

.img-area:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}


/* 画像横並び（2連） */

p.imglink-side2 {
  float: left;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
}

.imglink-side2 {
  padding: 0 10px 10px 0;
}

.imglink-side2 span {
  padding: 0;
  line-height: 1.3;
  display: block;
  font-size: 1.4rem;
}

p.imglink-side2:nth-child(1) {
  padding: 0 10px 10px 0;
}


/* 画像横並び（3連） */

p.imglink-side3 {
  padding: 0;
  text-align: center;
  float: left;
  display: table;
  width: 160px;
  /* minimum width */
}

p.imglink-side3 {
  padding: 0 10px 10px 0;
}

p.imglink-side3 span {
  padding: 0;
  line-height: 1.3;
  display: block;
  font-size: 1.4rem;
}

p.imglink-side3:nth-child(1) {
  padding: 0 10px 5px 0;
}


/* 画像横並び（4連）  */

p.imglink-side4 {
  float: left;
  padding: 0 10px 10px 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
}

p.imglink-side4 img {
  padding: 0;
}

p.imglink-side4 span {
  padding: 0;
  line-height: 1.3;
  display: block;
  font-size: 1.4rem;
}

p.imglink-side4:nth-child(1) {
  padding: 0 10px 10px 0;
}


/* 画像リンク　5連 */

p.imglink-side5 {
  float: left;
  padding: 0 10px 10px 10px;
  text-align: center;
  float: left;
  display: table;
  width: 160px;
  /* minimum width */
}

p.imglink-side5 img {
  padding: 0;
}

p.imglink-side5 span {
  padding: 0;
  line-height: 1.3;
  display: block;
  font-size: 1.4rem;
}

p.imglink-side5:nth-child(1) {
  padding: 0 10px 10px 0;
}


/* 画像（左）＋文章（文章回りこみ） */

.img-area-l {
  padding-bottom: .85rem;
  overflow: hidden;
}

.imglink-txt-left {
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
  padding-right: 10px;
  margin-right: .85em;
}

.imglink-txt-left img {
  padding: 0;
}

p.imglink-txt-left span {
  display: block;
  font-size: 1.4rem;
}


/* 画像（右）＋文章（文章回りこみ） */

.img-area-r {
  overflow: hidden;
  padding-bottom: .85rem;
}

p.imglink-txt-right {
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 160px;
  /* minimum width */
  padding-left: 10px;
}

p.imglink-txt-right img {
  padding: 0;
}

p.imglink-txt-right span {
  display: block;
  font-size: 1.4rem;
}


/* 地図エリア、画像リンク（文章回りこみ）用再調整 */

.wysiwyg_wp ol, .wysiwyg_wp ul, .img-area-l .h3bg, .img-area-l .h3bg, .img-area-l .h4bg, .img-area-l ul, .img-area-l ol, .img-area-r .h3bg, .img-area-r .h3bg, .img-area-r .h4bg, .img-area-r ul, .img-area-r ol {
  overflow: hidden;
  _zoom: 1;
}

.img-area-l .h2bg, .img-area-r .h2bg {
  overflow: hidden;
  clear: none;
}

.img-area-l .h2bg div, .img-area-r .h2bg div {
  overflow: hidden;
  clear: none;
}

.img-area-l h2, .img-area-r h2 {
  overflow: hidden;
  clear: none;
}

.img-area-l .h3bg {
  margin-left: 0;
}

.img-area-l .h4bg {
  margin-left: 0;
}

.img-area-l p {
  overflow: hidden;
}

.img-area-l ol {
  padding-left: 30px;
}

.img-area-r ol {
  padding-left: 30px;
}


/* 赤枠黒枠文章 */

.wysiwyg_wp.wysiwyg_red_box {
  border: 1px solid #DF0606;
  padding: 0 10px 10px 10px;
  padding-top: calc(10px + .85em);
  border-radius: 8px;
}

.wysiwyg_wp.wysiwyg_black_box {
  border: 1px solid #000000;
  padding: 0 10px 10px 10px;
  padding-top: calc(10px + .85em);
  border-radius: 8px;
}

.txtbox-red {
  margin-bottom: .85em;
}

.txtbox-black {
  margin-bottom: .85em;
}


/* 画像拡大 */

.imgdisplaynone {
  display: none;
}


/* 各窓口相談画像ブランディング
============================== */

.imgbox_wp {
  margin: 20px 0;
}
.imgbox_in{
	position: relative;
}
#prefectures_sliderId{
	width: 690px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0;
}
#prefectures_sliderId ul > li{
	background-image: none;
}
#prefectures_sliderId .slick-dots li button:before{
    color: white;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #959595;
    content: '';
	width: 13px;
	height: 13px;
	opacity: 1;
}
#prefectures_sliderId .slick-dots li.slick-active button:before{
	background-color: #454545;
	border: 2px solid #454545;
}
/* slick slider縦並び解消 */
#prefectures_sliderId{
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#prefectures_sliderId.slick-initialized{
  opacity: 1;
}
.prefectures_slider .slick-dots{
	bottom: -30px !important;
}
.reproducingButtonWrap{
	position: absolute;
	left: calc(57%);
	bottom: -35px;
}
.reproducingButton{
	outline: none;
	position: relative;
	width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #707070;
}

ul.sodan_bxslider {
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
}

ul.sodan_bxslider li {
  padding: 0;
  background-image: none;
}

.bx-wrapper {
  position: relative;
}

.bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bx-pager a {
  display: block;
  background: url(/images/slide_normal.png);
  height: 19px;
  width: 18px;
  margin: 0 10px 0 0;
  padding: 0;
  overflow: hidden;
  font-size: 1%;
}

.bx-pager a.active {
  background: url(/images/slide_select.png);
}

.bx-pager.bx-default-pager a:before {
  content: url(/images/slide_normal.png);
  display: block;
  z-index: 99;
  position: relative;
}

.bx-default-pager a:hover:before, .bx-default-pager a.active:before {
  content: url(/images/slide_select.png);
  display: block;
  z-index: 99;
  position: relative;
}

.bx-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bx-controls-auto {
  z-index: 999;
}


/* Adobe Readerのダウンロード
============================== */

.dladobereader {
  clear: both;
  padding: 15px;
  border: 1px solid #DDDDDD;
  background-color: #FFF;
  margin-bottom: .85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.adobe_link img {
  display: block;
}

.adobe_link {
  width: 350px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.adobe_txt {
  padding-right: 70px;
}


/* この記事への問い合わせ
============================== */

.contact {
  background-color: #FAFAFA;
  padding: 10px;
  margin-bottom: 0.85em;
}

.con-txt p {
  padding-bottom: .15em;
}

p.contact-email a {
  background-color: #339;
  color: #FFF;
  padding: 5px 20px 5px 40px;
  background-image: url(/images/c_contact-email.png);
  background-repeat: no-repeat;
  background-position: 10px .81em;
  display: inline-block;
}


/* 評価エリア　この情報はお役に立ちましたか？
============================== */

input[type="radio"] {
  margin: 0 3px 0px 5px;
  vertical-align: baseline;
}

form.feedback {
  margin: 0 0 1.8em 0;
  background-color: #FAFAFA;
  padding: 10px;
  margin-bottom: 0.85em;
}

#formmail fieldset {
  border: none;
}

#formmail h2 {
  padding-top: 0.25em;
  padding-bottom: 0.85em;
}

#formmail p {
  margin: 10px 12px;
  padding: 0;
}

form.feedback h3 {
  margin: 0.4em 0;
  padding: 0;
  border-bottom: none;
  background-image: none;
}

.formtxt {
  padding: 0 12px 8px 12px;
}

form.feedback div.fedd {
  margin: 0 0 1em 10px;
  padding: 0;
  line-height: 1.2;
}

form.feedback label {
  margin: 0 10px 0 0;
  padding: 0;
}

#formmail .submitbox {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  width: 100%;
}

#formmail .submitbox .fedbt {
  margin: 0;
  padding: 0;
  min-width: 80px;
  min-height: 30px;
  font-weight: normal;
  color: #FFF;
  background-color: #1a418c;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

#formmail li {
  background: none;
  text-align: left;
  line-height: 2.5;
}


/* ===========================================
▼インデックスパーツ▼
=========================================== */


/*  am04_新着情報  */

.newinfo-box {
  margin-bottom: 0.85em;
}

.info-list {
  margin: 0;
  padding: 12px 5px;
}

.info-list .date {
  margin: 0;
  padding: 0;
  width: 11em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

ul.info-list li {
  padding: 5px 10px 5px 10px;
  clear: both;
  margin: 0 0 3px 0;
  position: relative;
  width: auto;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.info-list span.link img {
  margin-left: 10px;
}


/* 一覧へリンク */

.ichiran-all {
  margin: 0 13px;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

p.ichiran-link a {
  background-color: #D6320F;
  padding: 8px 25px 8px 25px;
  border-radius: 20px;
  color: #FFF;
  text-decoration: none;
  text-align: left;
  display: inline-block;
}

p.ichiran-link a:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 26px;
  background-image: url(/images/2020_c_icon_pamph-btn.png);
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: 0 0;
}

p.ichiran-link.taisetsu_icon a:before {
  width: 22px;
  height: 20px;
  background-image: url(/images/top_ichiran.png);
  vertical-align: bottom;
  background-repeat: no-repeat;
}


/* 0件 */

.newinfo-box>p {
  padding: 10px 12px;
  margin: 0;
}


/* 終了アイコン */

img.eventend {
  vertical-align: middle;
  margin-left: 8px;
}


/* メニューパーツ
============================== */

ul.site-li {
  padding-top: .85em;
  padding-left: 10px;
  padding-right: 10px;
}

ul.site-li li {
  line-height: 1.3;
  background-image: none;
  padding: .5em 0;
}

ul.site-li-1 {
  padding-top: .85em;
  padding-left: 10px;
  padding-right: 10px;
}

.site-li-1 li {
  line-height: 1.3;
  background-image: none;
}

.site-li-1 li::before {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #1A418C;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 7px;
  top: .35em;
  width: 8px;
}

ul.norcor {
  padding: .85em 10px 0.86em 10px;
}

ul.norcor li {
  line-height: 1.3;
  background-image: none;
  padding-left: 0;
  padding: .5em 0;
}

.norcor-side li::before {
  content: none;
}

.m-title h2 {
  font-size: 2.0rem;
  position: relative;
  padding: 0;
  line-height: 1.3em;
  padding: 10px 10px 10px 40px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/2020_c_m-title_icon.png);
}

.m-title {
  position: relative;
  margin-top: .8em;
  background-color: #F5F5F5;
}

.m-title::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e8380e;
  background: -o-linear-gradient(left, #e8380e 0%, #f0610e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e8380e), to(#f0610e));
  background: linear-gradient(to right, #e8380e 0%, #f0610e 100%);
}

.menulist {
  padding-bottom: 0.85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: .8em;
}

.menulist2 {
  padding-bottom: 0.85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-title a {
  display: inline-block;
}


/* メニューアイコン表示（インデックス、コンテンツ） */

.site-li a, .norcor a {
  padding-left: 25px;
  display: inline-block;
  background-position: 0 .1em;
}

.site-li a, .norcor a, .site-li a:link, .norcor a:link {
  position: relative;
  display: inline-block;
}

.site-li a::before, .norcor a::before {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #D6320F;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  left: 5px;
  top: .35em;
  width: 6px;
}


/* am02_メニュー画像リンク2列 */

.m-box2 .img-area-l {
  padding-top: .85em;
  padding-left: 0;
  padding-right: 0;
}


/* メニュー画像リンク3列 */

.m-box3 .img-area-l {
  padding-top: .85em;
  padding-left: 0;
  padding-right: 0;
}


/* メニュー自動生成1列（子・孫）（横） */

.norcor-side {
  overflow: hidden;
  padding: 5px 10px 0.86em 10px;
}

.norcor-side li {
  margin: 0.6em 12px 0.6em 0;
  padding: 0 30px 0 0;
  line-height: 2;
  background-color: transparent;
  background-image: url(/images/c_norcor_side_li_icon.png);
  background-repeat: no-repeat;
  display: inline;
  background-position: 100% 0.3em;
}

.norcor-side li a {
  line-height: 2;
  display: inline-block;
}

.norcor-side li:first-child {
  padding: 0 30px 0 0;
  margin: 0.6em 12px 0.6em 0;
}

.norcor-side li:last-child {
  border-right: none;
  background-image: none;
}

.norcor-side li::before {
  content: none;
}


/* 概要文 */

span.menu_summary {
  display: block;
  padding-left: 25px;
}


/* パンフレットパーツ */

p.pamph-btn a {
  background-color: #D6320F;
  background-image: url(/images/2020_c_icon_pamph-btn.png);
  background-repeat: no-repeat;
  background-position: 16px .52em;
  padding: 8px 25px 8px 55px;
  border-radius: 20px;
  color: #FFF;
  text-decoration: none;
  text-align: left;
  width: 100%;
  display: block;
}

.pamph-list2 .pamph-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 10px) / 2);
  gap: 10px;
  /* margin-left: .85em; */
  justify-content: space-between;
}

.pamph-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.pamph-list3 .pamph-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.pamph-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.pamph-list3 .pamph-in {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

p.pamph-btn {
  text-align: center;
	padding-left: .85em;
    padding-right: .85em;
}

.pamph-wp {
  margin-bottom: .85rem;
}

.pamph-list2 .pamph-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 320px;
}
.pamph-txt {
   padding-left: .85em;
   padding-right: .85em;
}

/* アイコン+テキストボタン */

p.img_btn_link.IconBtnSmall {
  display: inline-block;
  margin-left: .85em;
}

p.img_btn_link.IconBtnSmall span.img_btn_link_txt {
  font-size: 1.8rem;
  max-width: 100%;
  line-height: 1.3;
}

p.img_btn_link.IconBtnSmall a {
  background-color: #D6320F;
  padding: 5px 30px 5px 30px;
  border-radius: 30px;
  color: #FFF;
  text-decoration: none;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  min-height: 56px;
}

p.img_btn_link.IconBtnSmall span.img_btn_link_img {
  margin-right: 15px;
  min-width: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}


/* Big */

p.img_btn_link.IconBtnBig {
  display: inline-block;
  margin-left: .85em;
}

p.img_btn_link.IconBtnBig span.img_btn_link_txt {
  font-size: 2.0rem;
  max-width: 100%;
  line-height: 1.3;
}

p.img_btn_link.IconBtnBig a {
  background-color: #D6320F;
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  color: #FFF;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

p.img_btn_link.IconBtnBig span.img_btn_link_img {
  margin-right: 15px;
  min-width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.IconBtn_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.IconBtn_wp .IconBtnSmall, .IconBtn_wp .IconBtnBig {
  max-width: calc(100% / 2);
  width: calc(100% / 2 - 15px);
}


/* 日付ありリンク */

.day-line .date {
  margin: 0;
  padding: 0;
  width: 11em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.day-line {
  padding: 8px 10px 8px 10px;
  clear: both;
  margin: 0 0 3px 0;
  position: relative;
  width: auto;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.day-txt>p {
  padding: 0;
}


/* 空白行 */

.spacebox {
  margin: 0 0 0 0;
  padding: 1lh 0 0 0;
}


/* 電子申請ボタン */

p.text_icon_btn a {
  background-color: #D6320F;
  padding: 8px 25px 8px 25px;
  border-radius: 25px;
  color: #FFF;
  text-decoration: none;
  font-size: 1.8rem;
  display: inline-block;
  min-width: 292px;
  font-weight: bold;
}

p.text_icon_btn {
  padding-bottom: 0;
  margin-left: .85em;
  margin-right: .85em;
}

.text_icon_btn_wp {
  padding-bottom: .85em;
  width: 320px;
}

span.text_icon_btn_img {
  margin-right: 15px;
}

p.text_icon_btn_summary {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0;
}

.text_icon_btn_wp.text_icon_btn_pattern02 {
  width: auto;
}


/* 中見出し（回答） */

.h2bg.answer_h2 h2:after {
  content: none;
}

.answer_h2 h2 {
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .25em .85em .25em .85em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.answer_h2 h2 span.answer_h2_img {
  margin-right: 20px;
  margin-top: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.answer_h2 h2 span.answer_h2_img img {
  vertical-align: text-top;
}


/* faq大見出し */

.h1bg.faq_title img {
  margin-right: 20px;
  margin-top: 3px;
}

.h1bg.faq_title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


/*  am01_メニュー自動生成2列（子・孫）  */

.m-box2 {
  width: calc(100% / 2 - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 40px;
}

.m-box2:nth-of-type(2n) {
  margin-right: 0;
}


/*  am01_メニュー自動生成3列（子・孫）  */

.m-box3 {
  width: calc(100% / 3 - 14px);
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-box3:nth-of-type(3n) {
  margin-right: 0;
}


/* メニュー自動生成1列（子・孫・ひ孫） */

.DGCNavi_in {
  padding: 10px;
  border-left: 6px solid #F5F5F5;
  border-bottom: 6px solid #F5F5F5;
  border-right: 6px solid #F5F5F5;
  margin-bottom: .85em;
}
.DGCNavi_in h3.nextpage {
    font-size: 1.8rem;
    border-left: 4px solid #D6320F;
}
ul.site-li3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

ul.site-li3 li {
  padding: 0 15px;
  border-right: 1px solid #CCCCCC;
  display: block;
  text-decoration: none;
  background-image: none;
  font-size: 1.6rem;
  margin-bottom: 8px;
  margin-top: 8px;
}


/* メニュー手動テキスト見出しリンク */

.MGCNavi2Line .m-box2:nth-of-type(2n)::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

.menulist.MGCNavi2Line .m-box2:nth-of-type(2n) {
  position: relative;
}

.MGCNavi2Line .h2bg {
  padding-bottom: 0;
}

.DGCNavi_in .h3bg {
  padding-bottom: 0;
}


/* サイトマップ */

ul.site-map {
  padding-top: .85em;
  padding-left: 10px;
  padding-right: 10px;
}

ul.site-map li {
  line-height: 1.3;
  background-image: none;
}

ul.site-map li a::before {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #1A418C;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  left: 12px;
  top: .35em;
  width: 5px;
}


/* 大切なお知らせ */

.taisetsu_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px;
  margin: 30px 0;
}

h2.oshirase_title {
  color: #DF0606;
  font-size: 1.8rem;
  width: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  text-align: center;
}

.taisetsu_wp .ichiran-all {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 0;
  margin: 0;
}

.taisetsu_wp p.ichiran-link a {
  padding: 8px 10px 8px 20px;
  width: 100%;
  background-image: none;
}

.taisetsu_wp p.ichiran-link a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 13px;
  background-image: url(/images/2020_c_taisetsu_icon.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  padding: 0 0 3px 0;
}

.taisetsu_wp ul {
  width: 100%;
  padding: 0 20px 0 0;
}

.taisetsu_wp p.ichiran-link {
  padding: 0;
  margin: 0;
  width: 100%;
}

.taisetsu_wp ul>li {
  background-image: url(/images/2020_c_icon_inlink.png);
  background-repeat: no-repeat;
  background-position: 10px .3em;
  padding-bottom: .85em;
}

.taisetsu_wp ul>li:last-of-type {
  padding-bottom: 0;
}


/* アクセスランキング */

.ranking_wp ul {
  padding: 20px 20px;
  margin: 0;
}

.ranking_wp ul li {
  padding: 0 0 20px 0;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ranking_wp ul li:last-of-type {
  padding-bottom: 0;
}

span.ranking_icon {
  margin-right: 20px;
}

.ranking_wp ul li:nth-child(-n+3) {
  font-size: 1.7rem;
  font-weight: bold;
}

.ranking_wp {
  border: 1px solid #CCC;
  margin-bottom: 20px;
  border-radius: 8px;
}

h2.ranking_title {
  font-size: 2.0rem;
  background-color: #F5F5F5;
  padding: 5px 20px;
  border-radius: 8px 8px 0 0;
}


/* シーンから必要な手続きを探す */

.scene_wp h2 {
  font-size: 2.3rem;
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}

.scene_in_r {
  width: 280px;
  border: 1px solid #ccc;
  border-radius: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.scene_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scene_in_l {
  width: 100%;
  margin-right: 28px;
}

.scene_oyakudachi h3 {
  font-size: 1.6rem;
  border: none;
  background-color: #F5F5F5;
  border-radius: 8px 8px 0 0;
  padding: 10px 10px;
  text-align: center;
}

.scene_in_r ul {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 15px;
}

.scene_wp {
  padding-bottom: 40px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

ul.scene_icon_btn>li {
  background: #d6320f;
  background: -o-linear-gradient(left, #d6320f 0%, #f0610e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#d6320f), to(#f0610e));
  background: linear-gradient(to right, #d6320f 0%, #f0610e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6320f', endColorstr='#f0610e', GradientType=1);
  padding: 2px;
  margin-right: 8px;
  margin-bottom: 8px;
  width: calc(100% / 4 - 8px);
  border-radius: 8px;
  min-height: 125px;
}

ul.scene_icon_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.scene_icon_btn>li a {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 5px;
  border-radius: 7px;
  color: #000;
  text-decoration: none;
}

span.scene_txt {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
}

ul.scene_icon_btn>li:nth-of-type(4n) {
  margin-right: 0;
}

ul.scene_icon_btn>li:nth-child(n+5) {
  margin-bottom: 0;
}

.scene_oyakudachi ul li {
  padding-left: 0;
  background-image: none;
  padding-bottom: 1.85rem;
}

.scene_oyakudachi ul li:last-of-type {
  padding-bottom: 0;
}


/* 年金用語集 */

ul.yogo_link_wp li a {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 20px;
  border: 1px solid #CCCCCC;
  background-color: #F5F5F5;
  border-radius: 8px;
  display: inline-block;
}

ul.yogo_link_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 .85em 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.yogo_link_wp li {
  padding: 0;
  margin-bottom: 5px;
}


/* 全新着ページ */

.allNewsList-wp .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.allNewsList-wp .info-list li span.date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10em;
  margin: 0 1em 0 0;
}

img.update_icon {
  padding-left: 5px;
  vertical-align: middle;
}


/* 関連情報エリア */

.kanren_wp {
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  margin: 20px 0;
}

.kanren_title {
  background-color: #F5F5F5;
  font-size: 2.0rem;
  padding: 5px 20px;
  border-radius: 8px 8px 0 0;
}

.kanren_title h2 {
  font-size: 2.0rem;
}

.kanren_con {
  padding: 20px;
}
/* 空判定 */
.kanren_wp.empty {
    display: none;
}
/* コピーライト */

.foot_copy {
  text-align: center;
}


/* ==================================================
ローカルナビエリア
================================================== */


/* レコメンド
============================== */

.lokochira .bgtitle h2, .lorecommend .bgtitle h2 {
  font-size: 1.6rem;
  border: none;
  background-color: #F5F5F5;
  border-radius: 8px 8px 0 0;
  padding: 10px 10px;
}

.lokochira ul, .lorecommend ul {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 15px;
}

.lokochira ul li, .lorecommend ul li {
  padding-left: 0;
  background-image: none;
}

.lokochira ul .pagelinkin a, .lorecommend ul .pagelinkin a {
  background-image: url(/images/2020_c_icon_inlink.png);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  background-position: 4px .4em;
  display: inline-block;
}

.lokochira, .lorecommend {
  width: 1000px;
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 8px;
}


/* pc sp切り替え
============================== */

.switchBtn {
  font-size: 1.4rem;
  background-color: #D6320F;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.switchBtn>button {
  color: #FFF;
  padding: 6px 35px;
  border: 2px solid #FFF;
  border-radius: 18px;
  position: relative;
}

.switchBtn>button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FFF;
}

.copyright_wp {
  background-color: #D6320F;
}


/* ページトップへ
============================== */
.page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  padding: 0;
  text-decoration: none;
  z-index: 9997;
  opacity: .9;
}

.page-top:hover, .page-top:focus {
  opacity: 1;
}
.page-top a:hover {
    top: -3px;
}

.page-top a {
    position: relative;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    top: 0;
}

/* ローカルナビ */

.lonavi {
  background-color: #F5F5F5;
}

.lonav-btn {
  background-color: #D6320F;
  color: #FFF;
}

button.lsnavi {
  margin-left: 10px;
  width: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bgtitle h2 {
  font-size: 1.8rem;
  padding-top: 0;
}

.lonavi ul {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 10px 0;
}

.lonavi ul li {
  width: calc(100% / 3);
  background-image: none;
  padding: 0;
  width: calc(100% / 3);
  margin-bottom: 10px;
  padding-right: 10px;
}

.lonavi ul li a {
  background-image: url(/images/2020_c_icon_inlink.png);
  background-repeat: no-repeat;
  background-position: 10px 1.49em;
  display: inline-block;
  padding: 15px 15px 15px 25px;
  width: 100%;
  background-color: #FFF;
  height: 100%;
  font-size: 1.4rem;
}

.lonavi ul li:nth-of-type(3n) {
  padding-right: 0;
}

span.now {
  background-image: url(/images/2020_c_icon_inlink.png);
  background-repeat: no-repeat;
  background-position: 10px 1.5em;
  display: inline-block;
  padding: 15px 15px 15px 25px;
  width: 100%;
  background-color: #FFF;
  font-size: 1.4rem;
  border: 1px solid #D6320F;
  font-weight: bold;
}

.lonav-btn_in {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
}


/* 年金しらべる */

.foot_menu_shiraberu ul li a {
  background-image: url(/images/2020_c_icon_inlink.png);
  background-repeat: no-repeat;
  background-position: 10px 1.0em;
  display: inline-block;
  padding: 10px 15px 10px 25px;
  width: 100%;
  border: 1px solid #CCCCCC;
}

.foot_menu_shiraberu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.foot_menu_shiraberu ul li {
  background-image: none;
  padding: 0;
  width: calc(100% / 3 - 5px);
  margin-bottom: 10px;
}

.foot_menu_shiraberu {
  width: 1000px;
  margin: 15px auto;
}

h2.foot_menu_shiraberu_title {
  font-size: 1.8rem;
  vertical-align: middle;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 15px 0;
}

h2.foot_menu_shiraberu_title::before {
  content: '';
  width: 40px;
  height: 32px;
  display: block;
  background-image: url(/images/2020_shiraberu_icon.png);
  background-repeat: no-repeat;
}

/* フッタ */
footer {
    border-top: 4px solid #D6320F;
}
ul.footlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 0;
}

ul.footlist li {
  padding: 0 15px;
  border-right: 1px solid #222222;
  display: block;
  text-decoration: none;
  background-image: none;
  line-height: 1;
  font-size: 1.4rem;
}

ul.footlist li:last-of-type {
  border-right: none;
}

.copyright_in {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.foot_in_wp {
  width: 1000px;
  margin: 0 auto;
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.foot_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.foot_in_wp address {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.f0copy {
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
  background-color: #D6320F;
  padding: 18px 0;
}

p.foot_bnr {
  padding: 0;
  margin: 0;
}

.foot_logo p {
  padding: 0;
  margin: 0;
  margin: 0 0 0 25px;
  padding: 0;
  font-size: 1.4rem;
}

.foot_wp {
  border-top: 1px solid #CCC;
}

.foot_wp address span {
  margin: 0 10px 0 0;
}

ul.foot_link_btn {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.foot_link_btn li {
  font-size: 1.4rem;
  margin: 0 10px 0 0;
  padding: 0;
  background-image: none;
}

ul.foot_link_btn li a {
  font-weight: bold;
  display: block;
  padding: 10px 20px 10px 30px;
  border-radius: 30px;
  border: 2px solid #F5F5F5;
  font-size: 1.4rem;
  background-color: #F5F5F5;
  background-image: url(/images/2020_c_icon_inlink.png);
  background-repeat: no-repeat;
  background-position: 14px .98em;
}

img.newicon {
  vertical-align: middle;
  margin-left: 2px;
}
.foot_in_l {
    width: calc(100% - 270px);
}
/*　 フッタ関連サイト　*/

ul.top_sec09_img {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_sec09_wp {
  width: 1000px;
  margin: 30px auto;
}

li.carousel_img_btn_link {
  background-image: none;
  padding: 0 10px 10px 0;
}

/* ==================================================
重要なお知らせ　タグの基本定義
================================================== */

#kinkyu {
  width: 100%;
}

.importants {
  margin: 0 auto .85em auto;
  background-color: #fcf8e3;
}

.important_content {
  padding-top: .85em;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.kinkyu {
  width: 100%;
}

span.title_img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.important_item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #D6320F;
  border-radius: 8px;
}

.important_item .title {
  text-align: center;
  margin: 0 auto;
  width: 6.5em;
  padding: 10px;
  color: #D6320F;
  font-weight: bold;
  font-size: 2.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}

.baseall-s .h2bg, .important_content .h2bg {
  margin: 0 0 0.5em 0;
  border-radius: 0;
  background: none;
  border: none;
}

.baseall-s .h2bg div, .important_content .h2bg div {
  background-color: #983012;
  background-image: none;
  color: #FFFFFF;
  border: none;
}

.baseall-s .h2bg h2, .important_content .h2bg h2 {
  color: #FFFFFF;
  background: none;
  padding: 5px 20px 3px 10px;
  border: none;
  margin: 0;
}
.baseall-s .h2bg h2::after, .important_content .h2bg h2::after {
	content: none;
}

.baseall-s .h3bg, .important_content .h3bg {
  margin: 0 0 0.7em 0;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  background-color: #EEEEEE;
  color: #131313;
  border-left: none;
  background-image: none;
}

.baseall-s .h3bg div, .important_content .h3bg div {
  padding: 0;
  border: none;
  border-left: 5px solid #983012;
  background-image: none;
}

.baseall-s .h3bg h3, .important_content .h3bg h3 {
  border: none;
  padding: 4px 8px 4px 6px;
  background: none;
  margin: 0;
}

.baseall-s .h4bg, .important_content .h4bg {
  border: none;
  margin: 0.7em 5px 0.56em 0;
  padding: 0;
  background: none;
}

.baseall-s .h4bg div, .important_content .h4bg div {
  border-left: 5px solid #983012;
  padding: 0 5px 0 6px;
}

.baseall-s .h4bg h4, .important_content .h4bg h4 {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.baseall-s .h4bg h4:before, .important_content .h4bg h4:before {
	content: none;
}
.baseall-s .h5bg, .important_content .h5bg {
  padding-left: .85em;
  padding-right: .85em;
}

.baseall-s h5, .important_content h5 {
  font-weight: bold;
  background: none;
}

.baseall-s h6, .important_content h6 {
  font-weight: bold;
  background: none;
  padding-left: .85em;
  padding-right: .85em;
}


/* 英語ページ */

.english_page .gnavi>li {
  width: calc(100% / 4);
}


/* ==================================================
html取り込み用
================================================== */


/* 問い合わせパーツ */

.toiawase_box .week {
  width: 10em;
  display: inline-block;
  text-align: left;
}

.toiawase_box p {
  display: block;
  text-align: center;
}

.tel_img {
  display: block;
}

.toiawase_box {
  max-width: 585px;
  border-radius: 25px;
  margin: 30px auto;
}

.pattern01 {
  border: 2px solid #D6320F;
}

.pattern02 {
  border: 2px solid #D6320F;
}

.pattern03 {
  border: 2px solid #003399;
}

.pattern04 {
  border: 2px solid #30794f;
}

p.time_wp {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: .85em;
  margin-top: .5em;
  font-weight: bold;
}

p.memo {
  font-size: 1.4rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.orange_txt {
  color: #D6320F;
  padding: 0;
}

.blue_txt {
  color: #003399;
}

.red_txt {
  color: #D90023;
}

.green_txt {
  color: #30794f;
}

.toiawase_box .title {
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #DCDCDC;
  padding: 15px;
  font-size: 1.8rem;
}

.orange_txt a {
  color: #D6320F;
}

.blue_txt a, .blue_txt a:hover {
  color: #003399;
}

.green_txt a, .green_txt a:link {
  color: #30794f;
  text-decoration: none;
}

.toiawase_box p {
  padding: 0;
}

.toiawase_box a, .toiawase_box a:hover {
  text-decoration: none;
}

p.orange_txt a {
  color: #D6320F;
}

.blue_txt a {
  color: #003399;
}

.font_large {
  font-size: 2.8rem;
  font-weight: bold;
}

.tel_txt {
  font-size: 4.3rem;
  font-family: arial black, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

.font_small {
  font-size: 1.4rem;
  font-weight: bold;
}

.toiawase_contents {
  padding: 10px 15px;
}

span.red_line {
  border-bottom: 2px solid #D90023;
}

.font_medium {
  font-size: 2rem;
  font-weight: bold;
}

.pattern02 .time_wp {
  width: 90%;
}

.pattern02 .week {
  width: 13em;
}

.green_contents_box {
  border: 2px solid #30794f;
  margin-bottom: 10px;
  padding: 5px;
}

.toiawase_box rt {
  font-size: 1.3rem;
}

.tokyo_tokyo {
  font-size: 2.0rem;
  font-weight: bold;
}

.tel_txt03 {
  font-size: 3.0rem;
  font-family: arial black, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}


/* 用語 */

ul.yogo_link_wp.linkjump3 {
  margin: 30px auto;
}

ul.yogo_link_wp.linkjump3 a {
  padding: 10px 34px;
  background-image: url(/images/2020_c_icon_jumplink.png);
  background-repeat: no-repeat;
  background-position: 12px 1.9rem;
}


/* Q&A検索 */

.faq_search_wp {
  margin: 30px auto;
}

.faq_search_wp input.search {
  width: 668px;
}

.faq_search_wp input.searchBtn {
  width: 120px;
}

.faq_search-area {
  margin: 20px 0;
}

.faq_search-area input.search {
  width: calc(100% - 92px);
}

.search-area.faq_search-area {
  width: 100%;
}

.faq_search-area input.searchBtn {
  width: 92px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq_search-area form {
  width: 100%;
}


/* 電話窓口問い合わせ */

.toiawase_madoguchi_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.toiawase_madoguchi_l {
  width: calc(100% / 2 - 10px);
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 30px 10px 20px 10px;
}

.toiawase_madoguchi_r {
  width: calc(100% / 2 - 10px);
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 30px 10px 20px 10px;
}

p.toiawase_madoguchi_title {
  font-size: 2.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

span.toiawase_madoguchi_red {
  font-size: 4.8rem;
  color: #D6320F;
}

p.toiawase_madoguchi_link a {
  background-color: #D6320F;
  background-image: url(/images/2020_c_icon_pamph-btn.png);
  background-repeat: no-repeat;
  background-position: 22px .68em;
  padding: 8px 25px 8px 55px;
  border-radius: 25px;
  color: #FFF;
  text-decoration: none;
  text-align: left;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
}

p.toiawase_madoguchi_text {
  min-height: 130px;
}

p.toiawase_madoguchi_link {
  padding: 0 10px;
}

.toiawase_madoguchi_wp {
  margin: 30px auto;
}
.side_part .m-box2::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -20px;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

.side_part .m-box3::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.side_part .m-box2,
.side_part .m-box3 {
    position: relative;
}
.side_part .m-box2:last-of-type::after,
.side_part .m-box3:last-of-type::after {
    content: none;
}

/* オンラインサービス
============================== */
p.online_main_img {
    padding: 0;
    margin-bottom: 60px;
    text-align: center;
}

h2.online_title{
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  display: inline-block;
  padding-left: 60px;
  padding-right: 60px;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}

h2.online_title::after {
  position: absolute;
  content: '';
  background-image: url(/images/2025_online_title02.png);
  background-repeat: no-repeat;
  top: calc(50% - 18px / 2);
  right: 0;
  width: 22px;
  height: 35px;
}

h2.online_title::before {
  position: absolute;
  content: '';
  background-image: url(/images/2025_online_title01.png);
  background-repeat: no-repeat;
  top: calc(50% - 18px / 2);
  left: 0;
  width: 22px;
  height: 35px;
}

.online_title_wp {
    text-align: center;
}

.online_box01 {
    margin: 0 calc(50% - 50vw);
    background-color: #FDF3F1;
}
@media screen and (max-width: 1000px) {
  .online_box01 {
    margin: auto;
    background-color: #FDF3F1;
}
}

.online_box01_in {
    width: 1000px;
    margin: 0 auto;
    padding: 42px 0;
}
.online_box01_in ul {
    padding: 18px 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px;
}

.online_box01_in ul>li {
    padding: 0;
    margin: 0;
    background-image: none;
    width: calc((100% - 36px) / 3);
    min-height: 245px;
}

.online_box01_in ul>li a {
    background-color: #fff;
    text-decoration: none;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    font-size: 1.6rem;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    border: 2px solid #d6320f;
}
.online_btn_text {
    font-weight: bold;
    font-size: 2.2rem;
    text-align: left;
    color: #d6320f;
    width: 100%;
    min-height: 2em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(/images/2025_online_arrow.png);
    background-repeat: no-repeat;
    background-position: top 50% right 0;
    padding-right: 2em;
    letter-spacing: 0.05em;
}
.online_box03 {
    margin: 0 calc(50% - 50vw);
    background-color: #fcf8e3;
}
@media screen and (max-width: 1000px) {
  .online_box03 {
    margin: auto;
    background-color: #fcf8e3;
}
}
.online_box03_in {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
}
.online_box02_text {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
.online_box02_btn {
    padding: 0;
    width: 320px;
    margin: 0 auto 20px auto;
    text-align: center;
}
.online_box02 {
    margin-bottom: 40px;
}
.online_box02_btn a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #d6320f;
    display: block;
    line-height: 1.4;
}
.online_box02_textspan {
    max-width: 180px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.online_box02_link {
    text-align: center;
    padding: 0;
}
.online_box04 {
    padding: 40px 0 0 0;
}

.online_box04_title {
    text-align: center;
    font-size: 2.8rem;
    color: #d6320f;
    letter-spacing: 0.075em;
    border-left: none;
    padding: 0;
}

.online_box04_text {
    text-align: center;
}

.online_box04_btn01 {
    text-align: center;
}

.online_box04_link {
    text-align: center;
}

.online_box04_btn02 {
    text-align: right;
    padding: 0;
}
h4.switch_wp_title {
    font-size: 2.2rem;
    padding: 0 0 10px 0;
    text-align: center;
}

.online_box04_btn02 {
  position: fixed;
  z-index: 9999;
  inset: auto 20px 80px auto;
}

.online_box04_btn02.is-static {
  position: static !important;
  inset: auto auto auto auto;
}
/* オンライン申請吹き出しパーツ */

.online_btn_img {
    min-height: 135px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.online_speech_text {
    width: 310px;
}
.online_speech_img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 999;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.online_speech_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.online_speech p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 456px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.speech_bubble_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.online_speech {
    margin-bottom: 20px;
}
.speech_bubble_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
}
.online_speech_text {
    border: 2px solid;
    border-radius: 60px;
    padding: 10px 30px;
    text-align: center;
    -webkit-box-shadow: 6px 6px 0px 0 #e69595;
            box-shadow: 6px 6px 0px 0 #e69595;
    background-color: #fff;
}
.speech_bubble01 .online_speech_text {
    -webkit-box-shadow: 6px 6px 0px 0 #e69595;
            box-shadow: 6px 6px 0px 0 #e69595;
    border-color: #e69595;
}
.speech_bubble02 .online_speech_text {
    -webkit-box-shadow: 6px 6px 0px 0 #b1ee9b;
            box-shadow: 6px 6px 0px 0 #b1ee9b;
    border-color: #b1ee9b;
}
.speech_bubble03 .online_speech_text {
    -webkit-box-shadow: 6px 6px 0px 0 #bba1f7;
            box-shadow: 6px 6px 0px 0 #bba1f7;
    border-color: #bba1f7;
}
.speech_bubble04 .online_speech_text {
    -webkit-box-shadow: 6px 6px 0px 0 #dfdc85;
            box-shadow: 6px 6px 0px 0 #dfdc85;
    border-color: #dfdc85;
}

.online_box03_in .online_speech + .online_speech {
    margin-top: -30px;
}
/* 事業所向けオンライン */
.online_tabs {
  list-style: none;
  margin: 0 0 -2px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.online_tabs>li {
    width: 480px;
    padding: 0;
    margin: 0;
    list-style: none;
    background-image: none;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    background-color: #d6320f;
    border-radius: 20px 20px 0 0;
    border-top: 2px solid #d6320f;
    border-right: 2px solid #d6320f;
    border-left: 2px solid #d6320f;
    font-weight: bold;
}
.online_tabs>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    padding: 19px 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    border-radius: 20px 20px 0 0;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.online_tabs li.active {
  background-color: #fff;
  font-weight: bold;
}
.online_tabs li.active a{
    color: #111;
    text-decoration: none;
}
.online_tabs li.active a::before {
    content: '';
    width: 75px;
    height: 4px;
    display: block;
    background-color: #d6320f;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
}
.online_tabs>li a::after {
  content: '';
  display: inline-block;
  width: 45px;
  height: 30px;
  background-image: url(/images/2025_tab_icon.png);
  background-size: contain;
  vertical-align: middle;
  background-position: 10px 0;
  background-repeat: no-repeat;
}


.online_tabs>li.active a::after {
  content: none;
}

.onlineTab-content {
  display: none;
  border-bottom: 2px solid #d6320f;
}
.onlineTab-content.active {
  display: block;
}
.onlineTab-content_wp {
    margin: 0 calc(50% - 50vw);
    padding-top: 10px;
    padding-bottom: 35px;
    border-top: 2px solid #d6320f;
}
@media screen and (max-width: 1000px) {
  .onlineTab-content_wp {
    margin: auto;
}
}
.onlineTab_box01 {
    width: 1000px;
    margin: 0 auto;
}
h2.jigyousyo_online_title {
    text-align: center;
}

.online_title_img {
    padding-right: 20px;
}
.jigyousyo_online_title02 {
    padding: 60px 0 10px 0;
    border: none;
    color: #d6320f;
    font-size: 2.6rem;
    text-align: center;
}
/* 事業所向けオンラインでできること */
.online_anchor_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding: 0 0 50px 0;
}

.online_anchor_link li {
    border: 2px solid #d6320f;
    width: 418px;
    background: no-repeat;
    padding: 0;
    border-radius: 10px;
}

.online_anchor_link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    padding: 20px;
    height: 100%;
}
.online_anchor_link li:first-child {
    background-color: #fdf3f1;
}

.online_anchor_link li:last-child {
    background-color:#fcf8e3;
}
.online_anchor_link_text {
    font-size: 3.4rem;
}

.online_anchor_link_sub {
    font-size: 2.0rem;
}
.online_text_center.wysiwyg_wp p {
    text-align: center;
}
.onlineTab_box01_02 {
    background-color: #FDF3F1;
    padding-bottom: 50px;
}

.onlineTab_box01_02_in {
    width: 1000px;
    margin: 0 auto;
}

/* 事業者向け吹き出し */
.online_speech_img02{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 999;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.online_speech_img02 img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.online_speech02 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.online_speech_text02 {
    position: relative;
    border: solid 2px #d3d3d3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    width: 637px;
    border-radius: 10px;
    background-color: #fff;
}

.speech_bubble_r .online_speech_text02:before {
  content: "";
  position: absolute;
  top: 1.8em;
  right: -30px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 18px solid #FFF;
  z-index: 2;
}

.speech_bubble_r .online_speech_text02:after {
  content: "";
  position: absolute;
  top: 1.8em;
  right: -35px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 20px solid #f7937e;
  z-index: 1;
}

.speech_bubble_r .online_speech_text02 {
    margin-right: 30px;
    font-size: 125%;
    border-color: #f7937e;
}
.speech_bubble_l .online_speech_text02:before {
  content: "";
  position: absolute;
  top: 2em;
  left: -30px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 18px solid #FFF;
  z-index: 2;
}

.speech_bubble_l .online_speech_text02:after {
  content: "";
  position: absolute;
  top: 2em;
  left: -35px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 20px solid #d3d3d3;
  z-index: 1;
}

.speech_bubble_l .online_speech_text02 {
    margin-left: 30px;
}
.online_speech02 {
    margin-bottom: 20px;
}
/* 箇条書きエリア */
.bullet_points_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bullet_points_box {
    width: 320px;
    border: 2px solid #d6320f;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
}
.bullet_points_box>a {
    padding: 10px 20px 20px;
    height: 100%;
}
.bullet_points_box h4 {
    min-height: 5em;
    color: #d6320f;
    font-size: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 56px;
}
.onlineTab_box02 .bullet_points_box h4 {
    padding-left: 0;
    font-size: 2.1rem;
}
.onlineTab_box05 .bullet_points_box h4 {
    padding-left: 0;
    font-size: 2.1rem;
}
.bullet_points_wp .bullet_points_box:nth-of-type(1) h4 {
    background-image: url(/images/2025_bullet_points_num01.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.bullet_points_wp .bullet_points_box:nth-of-type(2) h4 {
    background-image: url(/images/2025_bullet_points_num02.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.bullet_points_wp .bullet_points_box:nth-of-type(3) h4 {
    background-image: url(/images/2025_bullet_points_num03.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
ul.bullet_points01,
ul.bullet_points02 {
    padding: 0;
    border-top: 1px solid #ededed;
    padding-top: 20px;
}
ul.bullet_points01.empty,
ul.bullet_points02.empty {
    padding: 0;
    border: none;
}
.bullet_points_in02 {
    text-align: right;
}

.bullet_points01>li {
    background-image: url(/images/2025_online_icon03.png);
    padding: 5px 0px 5px 50px;
    background-position: 0 .31em;
    font-weight: bold;
    min-height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.bullet_points02>li {
    background-image: url(/images/2025_online_icon05.png);
    padding: 10px 0px 10px 25px;
    background-position: 0 1.05em;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.bullet_points_wp02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.bullet_points_wp02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
}
/* 動画紹介パーツ */
.online_movie_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 2px solid #eeeb9b;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 30px;
}

.online_movie_box01>h4 {
    padding: 0;
    font-size: 2.4rem;
}

.online_movie_box02 {
    width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.online_movie_box01 {
    width: 100%;
    margin-right: 20px;
}
/* 電子送付エリア */
.onlineTab_box02 {
    background-color: #fcf8e3;
}
.onlineTab_box02_in {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 60px 0;
}
.onlineTab_box03 {
    width: 1000px;
    margin: 0 auto;
}
.onlineTab_box03 ul.info-list li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #ededed;
    padding: 0;
    letter-spacing: 0.05em;
}
.onlineTab_box03 ul.info-list li a::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-color: #d6320f;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 6px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.onlineTab_box03 ul.info-list li a {
    padding: 14px 20px 14px 0;
    display: block;
}

.onlineTab_box03 .info-list .date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 14px 0;
}

.onlineTab_box03 .info-list .link {
    width: 100%;
}

.onlineTab_box03 .info-list {
    padding: 0 0 10px 0;
}
.onlineTab_box04 {
    background-color: #FDF3F1;
    padding-bottom: 50px;
}

.onlineTab_box05 {
    background-color: #fcf8e3;
    padding-bottom: 60px;
}
.onlineTab_box04_in {
    width: 1000px;
    margin: 0 auto;
}

.onlineTab_box05_in {
    width: 1000px;
    margin: 0 auto;
}
p.online_ichiran-link a {
    background-image: url(/images/2020_c_icon_inlink.png);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    background-position: 4px .49em;
    display: inline-block;
}
.jigyousyo_online_oshirase {
    padding-bottom: 30px;
}
/* 新規追加パーツ
============================== */
/* 開閉パーツ */
.switch_contents_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
}
.switch_contents_box {
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    padding: 20px;
}
.switch_contents_box .wysiwyg_wp p {
    padding-left: 0;
    margin-left: 0;
}
.switch_contents_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.switch_contents_title>p {
    padding: 0;
}
.switch_contents {
    padding: 20px 0 0 0;
}

.switch_contents{
    display: none;
}
.switch_contents_box.one_pieces {
    width: 100%;
}
.switch_contents_box.two_pieces {
    width: calc(100% / 2);
    background-color: #fff;
    max-width: 495px;
}
p.switch_contents_link {
    padding: 0;
    text-align: right;
}

p.switch_contents_link a.innerLink, p.switch_contents_link a.externalLink {
    display: inline-block;
    background-color: #d6320f;
    padding: 8px 38px 8px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    background-image: url(/images/2025_switch_contents_link.png);
    background-position: top 50% right 10px;
    text-align: left;
}
.contents_switch_btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
/* 中身が空の場合、外枠非表示 */
.switch_contents_box.empty {
    display: none;
}

/* アイコン付きページ内リンクパーツ */
.iocn_linkjump {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 17px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.iocn_linkjump p {
    width: calc((100% - 20px) / 3);
    border: 2px solid #d6320f;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    max-width: 320px;
}
.iocn_linkjump p a {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #111;
    font-size: 1.8rem;
    text-decoration: none;
}
.iocn_linkjump_text {
    padding: 10px 30px 0 30px;
    letter-spacing: 0.05em;
    line-height: 1.3;
}
.iocn_linkjump p a {
    padding: 10px;
    padding-bottom: 55px;
    background-image: url(/images/2025_iocn_linkjump.png);
    background-repeat: no-repeat;
    background-position: left 50% bottom 10px;
}
.iocn_linkjump p.iocn_linkjump_box.empty {
    display: none;
}
/* ページ内リンク見出しパーツ */
.linkjump_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2em;
}

.linkjump_title_img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 900;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.linkjump_title_img img {
    object-fit: cover;
    width: 120px;
    height: 120px;
}
.linkjump_title .h2bg {
    width: 100%;
    background-color: #ccc;
    border-radius: 10px;
    padding-left: 40px;
    margin-left: -30px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-top: 8px;
}
.linkjump_title .h2bg h2 {
    background-color: transparent;
    padding: 0;
    padding-top: 0.25em;
}
.linkjump_title .h2bg h2::after {
    content: none;
}

.linkjump_title.title_color01 .h2bg {
    background-color: #f9d9e8;
}
.linkjump_title.title_color02 .h2bg {
    background-color: #fcded9;
}
.linkjump_title.title_color03 .h2bg {
    background-color: #f7e4cd;
}
.linkjump_title.title_color04 .h2bg {
    background-color: #f7f4c6;
}
.linkjump_title.title_color05 .h2bg {
    background-color: #e4f2c7;
    padding-top: 7px;
    padding-bottom: 7px;
}
.linkjump_title.title_color01 .linkjump_title_img {
    background-color: #f9d9e8;
}
.linkjump_title.title_color02 .linkjump_title_img {
    background-color: #fcded9;
}
.linkjump_title.title_color03 .linkjump_title_img {
    background-color: #f7e4cd;
}
.linkjump_title.title_color04 .linkjump_title_img {
    background-color: #f7f4c6;
}
.linkjump_title.title_color05 .linkjump_title_img {
    background-color: #e4f2c7;
}

/* 目次ページ内リンクパーツ */
.mokuji_wp {
    border: 1px solid #D6320F;
    border-top: 3px solid #D6320F;
    padding: 20px;
    margin-bottom: 20px;
}
.mokuji_wp ul.linkjump2 li a {
    background-image: url(/images/2025_mokuji_linkjump.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0 .28em;
}

.mokuji_wp ul.linkjump2 li {
    padding-left: 0;
    background: none;
}

.mokuji_wp ul.linkjump2 {
    padding: 10px 0 0 0;
}

/* ダウンロードパーツ様式、記入例 */

p.filelink.youshiki a {
    background: none;
    padding: 0;
    margin-left: 2em;
}

p.filelink.kinyuurei a {
    background: none;
    padding: 0;
    margin-left: 1em;
}

p.filelink.youshiki {
    padding-left: 20px;
    background-image: url(/images/2025_filelink_youshiki.png);
    background-repeat: no-repeat;
    background-position: 0 .2em;
}
p.filelink.kinyuurei {
    background-image: url(/images/2025_filelink_kinyuurei.png);
    background-repeat: no-repeat;
    background-position: 0 .2em;
}
p.filelink.kinyuurei {
    padding-left: 20px;
}
/* タグリンク */
.taglink_wp {
    display: block;
    padding: 40px 0;
    overflow: hidden;
}

ul.taglink_list {
    padding: 0;
}

p.taglink_title {
    background-color: #D6320F;
    color: #FFF;
    border-radius: 10px;
    padding: 8px 15px;
    border: 1px solid #D6320F;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
ul.taglink_list li {
    background: none;
    padding: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.taglink_list li a {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 8px 15px;
    /* display: block; */
    display: inline-block;
    color: #000;
}
ul.taglink_list li a:hover {
	text-decoration: none;
}

/* Englishページ
============================== */
.english_contents01_wp {
    padding-bottom: 50px;
}
/* ボタン4連 */
.english_btn_wp {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
}

.english_btn_wp li {
    padding: 0;
    background-image: none;
    width: calc((100% - 30px) / 4);
    min-height: 120px;
}

.english_btn_wp li a {
    background-color: #fff;
    text-decoration: none;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    font-size: 1.6rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-shadow: 0px 4px 3px 0px rgb(0 0 0 / 0.1);
            box-shadow: 0px 4px 3px 0px rgb(0 0 0 / 0.1);
    border: 1px solid #bfbfbf;
    color: #000;
}

.english_btn_wp li a:hover {
  text-decoration: underline;
}
.english_btn_wp li a::after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 3px solid #d6320f;
    opacity: 0;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    z-index: 2;
    border-radius: 10px;
}
.english_btn_wp li a:hover::after {
    opacity: 1;
}

.english_btn_wp li a img {
    margin: 10px 0;
}

.english_btn_wp + .english_btn_wp {
    margin-top: -30px;
}
/* 英語開閉パーツ */
.english_switch_title {
    color: #d6320f;
    font-size: 1.8rem;
    padding: 0 0 8px 0;
    border: 0;
}
.switch_contents_title p a {
    background: none !important;
    padding-left: 0 !important;
}
/* 英語専用見出し */
h2.english_title {
    font-size: 2.2rem;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
}

h2.english_title::before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 4px;
  background-color: #d6320f;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* Noticeエリア */
/* liが0の場合エリア非表示 */
.english_contents02_wp.empty {
    display: none;
}

.english_contents02_wp {
    margin: 0 calc(50% - 50vw);
    background-color: #ededed;
}
@media screen and (max-width: 1000px) {
  .english_contents02_wp {
    margin: auto;
    background-color: #ededed;
}
}
.english_contents02_in {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 40px 0;
    position: relative;
}
.english_contents02_in::before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 4px;
  background-color: #d6320f;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.english_notice_in .info-list {
    padding: 0;
}

.english_notice_in .info-list li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #d8d8d8;
    padding: 14px 0;
    letter-spacing: 0.05em;
}
.english_notice_in .info-list .date {
    width: 15em;
}

.english_notice_in {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
}
h2.english_notice_title {
    text-align: center;
    padding-bottom: 30px;
}


@media screen and (max-width: 768px) {
  span.font_small {
    display: block;
  }
  .time_wp {
    width: 100%;
  }
  .week {
    display: block;
  }
  span.time {
    display: block;
  }
  .font_large {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .tel_txt {
    font-size: 3rem;
  }
  .faq_search_wp input.searchBtn {
    width: 92px;
  }
  ul.yogo_link_wp.linkjump3 a {
    padding: 10px 30px;
  }
  .toiawase_madoguchi_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .toiawase_madoguchi_l {
    width: 100%;
    margin-bottom: 20px;
  }
  .toiawase_madoguchi_r {
    width: 100%;
    margin-bottom: 20px;
  }
  span.toiawase_madoguchi_red {
    font-size: 4.0rem;
  }
  p.toiawase_madoguchi_title {
    font-size: 2.4rem;
  }
  span.toiawase_madoguchi_img {
    width: 65px;
  }
  p.toiawase_madoguchi_link a {
    font-size: 1.6rem;
    padding: 8px 20px 8px 46px;
    background-position: 16px .68em;
  }
.side_part .m-box2::after,.side_part .m-box3::after {
    content: none;
}
}



/* 相談窓口クリッカブルマップ */
.insertfile > .image-map {
    text-align: center;
}