@charset "UTF-8";
/*----------------------------------------------------------------------------
スマートフォン
----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
    background: url(../images/body_bg.jpg);
  }
  .layout {
    width: 100%;
    overflow: hidden;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  /* ==== Background === */
  #wrap {
    background: #fff url(../images/common/wrap_bg.jpg) top center;
    border-top: 3px solid #003166;
    border-bottom: 1px solid #aaa;
    box-shadow: inset 0 -4px 6px rgba(0, 0, 0, 0.2);
  }
  /* ==== Header === */
  #hd {
    height: 90px;
  }
  #hd header {
    padding: 5px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
  }
  #hd header a {
    color: #222;
    transition: all 0.5s ease;
    text-decoration: none;
  }
  #hd header a .hd_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #hd header a .hd_item .hd_ttl_text {
    display: inline-block;
    line-height: 1.4em;
    color: #222 !important;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 10px;
  }
  #hd header a .hd_item .hd_ttl_text span {
    white-space: nowrap;
    font-size: 1.7em;
    color: #222;
    line-height: 1.4;
  }
  #hd header a .hd_item img {
    max-width: 90px;
    width: 80%;
    height: 80%;
    transition: all 0.5s ease;
  }
  #hd header .hd_lang {
    display: none;
  }
  /* ==== Navigation === */
  #nav {
    position: fixed;
    top: 0;
    right: -200px;
    height: 100%;
    z-index: 100;
    width: 200px;
    overflow-y: auto;
    font-size: 16px;
    background: #d3d3d3;
    color: #333;
    box-shadow: inset 0 0 3px 1px #5b5b5b;
  }
  #nav ul {
    display: block;
    padding: 0;
    border-top: 1px solid #3b3b3b;
    border-bottom: 1px solid #dddddd;
  }
  #nav ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #3b3b3b;
    /* サブメニュー */
  }
  #nav ul li img {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #nav ul li:hover {
    border-top: none;
    line-height: 49px;
  }
  #nav ul li a {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #333;
  }
  #nav ul li ul.sub-menu {
    display: none;
    position: relative;
  }
  #nav ul li:hover > ul.sub-menu {
    display: block;
  }
  #nav ul li ul.sub-menu li {
    border: none;
    line-height: 40px;
  }
  #nav ul li ul.sub-menu li:first-child {
    border-bottom: 1px solid #5b5b5b;
  }
  #nav ul li ul.sub-menu li a {
    padding-left: 50px;
    font-size: 13px;
    font-weight: normal;
    background: none;
    text-shadow: none;
    background: #e5e5e5;
  }
  #nav ul li ul.sub-menu li a:hover {
    background: #004ea3;
    color: #fff;
  }
  /* ==== side-bnr === */
  #side-research-nav {
    margin-top: 20px;
    border: 1px solid #8f8f8f;
    border-radius: 3px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    width: 94%;
    margin: 20px auto 0;
  }
  #side-research-nav h4 {
    padding: 7px 10px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    background-color: #205895;
    border-left: none;
    margin: 5px;
  }
  #side-research-nav > ul {
    padding: 8px 18px 12px 14px;
  }
  #side-research-nav > ul > li {
    margin-top: 12px;
  }
  #side-research-nav > ul > li a {
    display: block;
    padding: 2px 0 2px 22px;
    background: url(../images/common/icon_arrow_right_circle_blue.png) 0 center no-repeat;
    font-size: 0.875rem;
    line-height: 17px;
    color: #404040;
    text-decoration: none;
  }
  #side-research-nav > ul > li:first-child {
    margin-top: 0;
  }
  #i_bnr {
    margin-top: 10px;
    width: 100%;
  }
  #i_bnr .i_bnr_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px; /* バナーの間隔 */
  }
  #i_bnr .i_bnr_list ul li {
    width: 100%;
    margin-top: 5px;
  }
  #i_bnr .i_bnr_list ul li a.bnr-text {
    width: 100%;
    padding: 12px 16px 12px 42px;
    border-radius: 3px;
    display: block;
    border: 1px solid #fff;
    text-decoration: none;
    transition: all 0.5s ease;
    background: url(../images/common/bnr_bg.png) no-repeat 16px center, linear-gradient(#fff, #E8EDF1);
    color: #333;
  }
  #i_bnr .i_bnr_list ul li a.bnr-text:hover {
    opacity: 0.8;
  }
  #i_bnr .i_bnr_list ul li a.bnr-image {
    display: block;
    border: none;
    background: none;
    padding: 0;
  }
  #i_bnr .i_bnr_list ul li a.bnr-image img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    box-shadow: none;
  }
  #menu {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
  }
  #menu img {
    display: block;
  }
  #menu .btn-lang {
    display: block;
    margin-top: 8px; /* メニュー画像との間隔 */
    text-align: center;
  }
  #menu .btn-lang img {
    width: 52px; /* ENボタンのサイズ */
    height: auto;
    border-radius: 50%; /* アイコンを丸く見せる */
    transition: opacity 0.3s;
  }
  #menu .btn-lang:hover img {
    opacity: 0.7;
  }
  #side {
    width: 100%;
    order: 1;
    flex-direction: column;
  }
  #con_bg, #main {
    flex: 1;
  }
  #con {
    flex-direction: column;
    padding: 0 10px 30px;
  }
  #con #main {
    width: 100%;
    margin-top: 20px;
    order: 0;
  }
  #con #main ol,
  #con #main ul {
    padding: 5px 0 5px 25px;
  }
  #con #main ul {
    list-style-type: disc;
  }
  #con #main ol li,
  #con #main ul li {
    padding: 5px 0;
  }
  #con #main table {
    margin: 10px 0;
  }
  #con #main img {
    max-width: 100%;
    display: block;
    margin: 5px auto;
    float: none;
  }
  #con #main a img {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  #con #main a img:hover,
  #con #main a img .shrink:focus,
  #con #main a img .shrink:active {
    transform: scale(0.9);
  }
  #ft {
    margin-top: 0;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    background: #003166;
  }
  p {
    padding: 5px 10px;
  }
  h1 {
    top: 30px;
    left: 20px;
    line-height: 1em;
  }
  h1 a {
    color: #000 !important;
    text-decoration: none;
  }
  h1 span {
    display: none;
    font-size: 0.65em;
  }
  h2 {
    color: #fff;
    border: 1px solid #003166;
    font-size: 34px;
    font-weight: normal;
    text-shadow: 0 0 5px rgb(0, 0, 0), 2px 2px 2px rgba(255, 255, 255, 0.5);
    height: 80px;
    padding: 0.9em 0 0 0.5em;
    background: url(../images/i_img.jpg);
  }
  h2.long-ttl {
    color: #fff;
    border: 1px solid #003166;
    font-size: 34px;
    font-weight: normal;
    text-shadow: 0 0 5px rgb(0, 0, 0), 2px 2px 2px rgba(255, 255, 255, 0.5);
    height: 80px;
    padding: 10px;
    background: url(../images/i_img.jpg);
    line-height: 1;
    text-align: center;
  }
  h2.long-ttl_t01 {
    color: #fff;
    border: 1px solid #003166;
    font-size: 30px;
    font-weight: normal;
    text-shadow: 0 0 5px rgb(0, 0, 0), 2px 2px 2px rgba(255, 255, 255, 0.5);
    height: 90px;
    padding: 10px;
    line-height: 1.2;
    background: url(../images/i_img.jpg);
  }
  h2.long-ttl_for_sp {
    color: #fff;
    border: 1px solid #003166;
    font-size: 30px;
    font-weight: normal;
    text-shadow: 0 0 5px rgb(0, 0, 0), 2px 2px 2px rgba(255, 255, 255, 0.5);
    height: auto;
    padding: 10px;
    line-height: 1.2;
    background: url(../images/i_img.jpg);
  }
  #sidenav h2 {
    color: #fff;
    border: 1px solid #003166;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    height: 50px;
    text-shadow: 1px 2px 0 rgb(0, 0, 0), 2px 2px 2px rgba(255, 255, 255, 0.5);
    background: url(../images/nav_bag.png) top center #003166;
  }
  h3 {
    margin: 0.8em 0 0.4em;
    font-size: 1.4em;
    font-weight: normal;
    height: 40px;
    padding: 0.6em 0 0 0.4em;
    border: 1px solid #e0e0e0;
    background: linear-gradient(#f2f2f2, #d3d3d3);
  }
  h3:before {
    content: "■";
    color: #003166;
    margin-right: 10px;
  }
  h3.long-ttl {
    position: relative;
    margin: 0.8em 0 0.4em;
    font-size: 1.4em;
    font-weight: normal;
    height: auto;
    padding: 0.6em 0 0.2em 1.8em;
    border: 1px solid #e0e0e0;
    background: linear-gradient(#f2f2f2, #d3d3d3);
    line-height: 1.2;
  }
  h3.long-ttl:before {
    content: "■";
    color: #003166;
    margin-right: 10px;
    position: absolute;
    left: 0.4em; /* padding-left の内側に配置 */
    top: 50%;
    transform: translateY(-50%);
  }
  h3.long-ttl_forsp {
    position: relative;
    margin: 0.8em 0 0.4em;
    font-size: 1.4em;
    font-weight: normal;
    height: auto;
    padding: 0.6em 0 0.2em 1.8em;
    border: 1px solid #e0e0e0;
    background: linear-gradient(#f2f2f2, #d3d3d3);
    line-height: 1.2;
  }
  h3.long-ttl_forsp:before {
    content: "■";
    color: #003166;
    margin-right: 10px;
    position: absolute;
    left: 0.4em; /* padding-left の内側に配置 */
    top: 50%;
    transform: translateY(-50%);
  }
  h3.news_single_long_title_forsp {
    position: relative;
    margin: 0.8em 0 0.4em;
    font-size: 1.4em;
    font-weight: normal;
    height: auto;
    padding: 0.6em 0.2em 0.2em 1.8em;
    border: 1px solid #e0e0e0;
    background: linear-gradient(#f2f2f2, #d3d3d3);
    line-height: 1.2;
  }
  h3.news_single_long_title_forsp:before {
    content: "■";
    color: #003166;
    margin-right: 10px;
    position: absolute;
    left: 0.4em; /* padding-left の内側に配置 */
    top: 55%;
    transform: translateY(-50%);
  }
  h3.long-ttl_t06 {
    height: 9vh;
  }
  h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding-left: 0.4em;
    border-left: 5px double #003166;
    margin: 0.6em 0 0.4em;
  }
  h1.img,
  h2.img,
  h3.img,
  h4.img,
  h5.img,
  h6.img {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }
  p.index-research a {
    text-decoration: none;
  }
  p.index-research a:hover {
    outline: 0;
    color: #16AAC9;
  }
  #i_img img {
    width: 100%;
  }
  #i_main {
    width: 100%;
    margin-top: 20px;
  }
  #i_news {
    height: 320px;
    overflow: auto;
    border: none;
  }
  #i_news table td {
    vertical-align: top;
    font-size: 1em;
    padding: 5px;
    display: block;
  }
  #i_news table td a {
    text-decoration: none;
    padding-left: 13px;
  }
  #i_news table tr {
    border-bottom: 1px dotted #ccc;
  }
  #i_news table td.date {
    background: url(../images/common/news_icon.gif) 4px 10px no-repeat;
    padding-left: 20px;
    font-size: 0.9em;
  }
  .archive-link {
    display: block;
    text-align: right;
    margin-top: 10px;
  }
  .archive-link a {
    position: relative;
    font-size: 1em;
    color: #202020;
    text-decoration: none;
  }
  .archive-link a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #202020;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s;
  }
  .archive-link a::after {
    content: "→";
    margin-left: 6px;
    font-size: 0.9em;
    color: inherit;
  }
  .archive-link a:hover {
    color: #6e6e6e;
  }
  .archive-link a:hover::before {
    transform: scaleX(1);
  }
  #archive_news {
    height: 300px;
    overflow: auto;
    border: none;
  }
  #archive_news table {
    width: 100%;
    border-collapse: collapse;
  }
  #archive_news table tr {
    border-bottom: 1px dotted #ccc;
  }
  #archive_news table td {
    vertical-align: top;
    font-size: 0.9em;
    padding: 8px 5px 8px 0;
    display: flex;
  }
  #archive_news table td a {
    padding-left: 10px;
    text-decoration: none;
  }
  #archive_news table td a:hover {
    text-decoration: underline;
  }
  #archive_news table td.date {
    background: url(../images/common/news_icon.gif) 4px 14px no-repeat;
    padding-left: 20px;
    color: #222;
  }
  .single_meta {
    font-size: 0.9em;
    margin: 20px 0 10px;
  }
  .single_meta .single_date {
    margin-right: 10px;
    font-size: 1.2em;
  }
  .single_meta .single_category {
    background: #eee;
    padding: 2px 6px;
    border-radius: 4px;
  }
  .single_content {
    font-size: 1em;
    line-height: 1.8;
  }
  #page-top {
    width: 100%;
  }
  #page-top a {
    background: #666;
    border: none;
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    display: block;
  }
  #page-top a:hover {
    text-decoration: none;
  }
  /*-----------------------------------------------------------------------------
    ******************************************************************************
    ** 追加CSS
    ******************************************************************************
  -----------------------------------------------------------------------------*/
  .wp-block-columns {
    display: grid !important;
    grid-template-columns: 1fr 1fr; /* 2カラム */
    gap: 20px; /* カラム間の余白を調整 */
  }
  .wp-block-column {
    width: 100% !important; /* 幅をリセット */
  }
}/*# sourceMappingURL=sp.css.map */