@charset "utf-8";

/*!
Theme Name: Smart Pack
Theme URI: 
Author: Siance
Author URI: https://www.siance.co.jp/
Description: このテーマは、企業用サイト向けに作成されたテンプレ―トファイルです。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 企業向け,コーポレート,シンプル,レスポンシブ
Text Domain: Smart Pack
*/
html {
    font-size: 62.5%;
    height: 100%;
    box-sizing: border-box;
	visibility:hidden;
}

html.wf-active,
html.wf-inactive{
	visibility:visible;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    color: #333;
    height: 100%;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

header,
main,
article,
section,
nav,
footer {
    display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ol li {
    list-style: decimal;
}

input {
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.6;
    color: #222;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

::-webkit-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}


/**********************************************
 * 全ページ共通
 *********************************************/

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
} */

a {
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

a,
a:visited {
    color: #222;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a[target="_blank"] {
    padding-left: 20px;
    background: url(/images/popup.svg) no-repeat bottom 3px left;
}

a[href$=".pdf"] {
    padding-left: 20px;
    background: url(/images/icon_pdf.svg) no-repeat bottom 3px left;
}

a[href$=".doc"],
a[href$=".docx"] {
    padding-left: 20px;
    background: url(/images/icon_word.svg) no-repeat bottom 3px left;
}

a[href$=".xls"],
a[href$=".xlsx"] {
    padding-left: 20px;
    background: url(/images/icon_excel.svg) no-repeat bottom 3px left;
}

img {
    vertical-align: bottom;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.table {
    overflow-x: auto;
}

.table::-webkit-scrollbar {
    height: 5px;
}

.table::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.table::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
}

#nojs {
    width: 940px;
    max-width: calc(100% - 40px);
    background: #fff;
    color: #f00;
    padding: 25px;
    border: 5px solid #F00;
    text-align: center;
    margin: 20px auto;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

/*------------ header ------------*/
header {
    overflow: hidden;
}

#logo {
    float: left;
    margin: 25px 0 0 30px;
}

#logo img {
    display: block;
    width: auto;
    height: 41px;
}

#menu-box {
    float: right;
    position: relative;
    padding: 43px 20px 0;
    z-index: 1;
}

#toggle {
    display: none;
}

#menu>nav>ul {
    display: flex;
    position: relative;
}

#menu>nav>ul>li {
    position: relative;
    padding: 0 1px 0 0;
    margin: 0 20px;
}

#menu>nav>ul>li>a {
    display: block;
    color: #222;
    font-weight: bold;
    text-decoration: none;
    transition: background-color .3s, color .3s;
    padding: 8px 0 10px;
}
#menu>nav>ul>li>a+.menu_child_list {
    display: none !important;
}

.sub_menu {
    position: absolute;
    top: 18px;
    right: 40px;
    font-weight: bold;
}

.sub_menu ul li {
    float: left;
    margin-left: 27px;
    line-height: 23px;
    height: 24px;
    position: relative;
}

.sub_menu ul li a {
    color: #222;
    font-size: 1.4rem;
    font-weight: bold;
    transition: background-color .3s, color .3s;
}

.sub_menu ul li.head_contact a:hover {
    text-decoration: underline;
}

/* .sub_menu ul li.fb {
    margin-left: 15px;
} */

.sub_menu .head_tel a {
    text-decoration: none;
    cursor: text;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url(/images/phone_icon.svg) no-repeat left center / 16px 16px;
    padding: 0 0 0 24px;
}

#menu nav ul li a::before {
    background: #2188c9;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.1s ease 0s;
    width: 0;
    z-index: 10;
}

#menu nav ul li a:hover::before,
#menu nav ul li.current a::before,
#menu>nav>ul>li.current:first-child>a:hover::before{
    width: 100% !important;
}

#menu>nav>ul>li.current:first-child>a::before{
	width:0 !important;
}


/* .sub_menu .inst:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #000;
} */

/* .sub_menu .head_sns>a {
    display: block;
    font-size: 0;
    height: 20px;
    width: 20px;
    margin-top: 3px;
} */

/* .sub_menu .fb>a {
    background: url(images/facebook_icon.svg) no-repeat center center / 20px 20px;
} */

/* .sub_menu .inst>a {
    background: url(images/instagram_icon.svg) no-repeat center center / 20px 20px;
} */
/*------------ footer ------------*/
footer {
    position: relative;
}

#footer_wrap {
    background: #0d52a0;
}

.return {
    clear: both;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 9999;
    display: none;
    background: #222 url(/images/pagetop_white.svg) center no-repeat;
    width: 72px;
    height: 72px;
    transition-duration: 0.2s;
    font-size: 0;
    text-decoration: none;
    cursor: pointer;
}

.return:hover {
    opacity: 0.8;
}

#footer_area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#footer_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    width: 100%;
    padding: 40px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

#footer_menu nav {
    width: auto;
}

#footer_menu nav ul {
    overflow: hidden;
    padding: 0;
}

#footer_menu nav ul li {
    float: left;
    margin: 0 30px 0 0;
}

#footer_menu nav ul li a {
    position: relative;
    color: #fff;
    /* font-size: 100%; */
    font-weight: normal;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding-left: 0;
}

#footer_menu nav ul li a:hover {
    text-decoration: underline;
    transition: all ease 0.2s;
}

.f_child_list {
    display: none;
}

#f_submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    padding: 0 20px;
    margin: auto;
}

#f_submenu .f_sub_list {
    display: flex;
    padding: 18px 0;
    margin-bottom: 0;
}

#f_submenu .f_sub_item {
    list-style: none;
    margin-right: 26px;
}

#f_submenu .f_sub_link {
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    letter-spacing: 0.05em;
}

#f_submenu .f_sub_item {
    position: relative;
    margin-right: 67px;
}

#f_submenu .f_sub_item:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: -34px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background: #999;
}

#f_submenu .f_sub_link:hover {
    text-decoration: underline;
    transition: all ease 0.2s;
}

#copyright p {
    margin: 0;
    color: #fff;
}

#copyright .copy_txt {
    font-size: 1.3rem;
}


/**********************************************
 * 共通
 *********************************************/
#content_wrap {
    background: #f4f4f4;
    padding-bottom: 85px;
}

#content_h {
    background: #fff;
}

#breadcrumb {
    margin: auto;
    overflow: hidden;
    font-size: 1.2rem;
    padding: 0 60px;
}

#breadcrumb .breadcrumb_inner {
    overflow: hidden;
    padding: 10px 0;
}

#breadcrumb .breadcrumb_inner a {
    color: #222;
    background: url(/images/arrow_breadcrumb.svg) no-repeat right center / 8px 8px;
    padding: 0 15px 0 0;
    margin: 0 10px 0 0;
}

.h1_wrap {
    padding: 50px 0;
    text-align: center;
}

.page_title {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

.h1_wrap h1::after {
    display: block;
    content: attr(data-txt)'';
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #0d52a0;
    margin-top: 5px;
}


.content_area {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 80px auto 0;
    box-sizing: border-box;
    background: #fff;
}

.content_area #content_box {
    padding: 70px 0 67px;
    max-width: 1000px;
    margin: auto;
}

.content_area #content_box>*:first-child,
.content_area #content_box>p:first-child>img {
    margin-top: 0;
}

.content_area #content_box>*:last-child {
	margin-bottom: 0;
}

.content_area img {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.content_area h2 {
    margin: 60px 0 30px 0;
    position: relative;
    border-top: 3px solid #0d52a0;
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 8px 0 0;
}

.content_area h3 {
    font-size: 2.3rem;
    font-weight: 500;
    margin: 60px 0 5px;
    position: relative;
    padding-left: 15px;
    position: relative;
}

.content_area h3::before {
    content: '';
    display: block;
    width: 3px;
    height: 26px;
    background: #0d52a0;
    position: absolute;
    left: 0;
    top: 6px;
}

.content_area h4 {
    font-size: 2.0rem;
    margin: 30px 0 20px;
    font-weight: bold;
}

.content_area h5 {
    font-size: 1.8rem;
    margin: 30px 0 20px;
    font-weight: 500;
}

.content_area h6 {
    font-size: 1.6rem;
    margin: 30px 0 20px;
    font-weight: 500;
}

.content_area .link_btn {
    display: block;
    color: #FFF;
    background: #2188c9 url(/images/arrow_r_white.svg) right 12px center no-repeat;
    background-size: 15px 15px;
    text-decoration: none;
    width: 250px;
    max-width: 100%;
    margin: 40px auto 0 0;
    padding: 10px 25px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    text-align: center;
}

.content_area .link_btn:hover {
    background-color: #44aff3;

}

.content_area p {
    margin: 20px 0;
}

.content_area ul,
.content_area ol {
    margin: 20px 0;
    padding-left: 1.5em;
}

.content_area ul li {
    list-style: disc;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.content_area table {
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #ddd;
}

.content_area table tr.alt {
    background: #f5f5f5;
}

.content_area table th,
.content_area table td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 22px 30px;
}

.content_area table th:last-child,
.content_area table td:last-child {
    border-right: none;
}

.content_area table th {
    font-weight: bold;
    text-align: left;
    background: #e9e9e9;
    width: 35%;
}

.overview ul {
    margin: 0;
    padding-left: 0;
}

.overview ul li {
    list-style: none;
}


/**2、3カラム時**/
.content_area .column_2,
.content_area .column_3 {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 60px;
    padding: 0;
}

.content_area .column_2 img,
.column_3 img {
    width: 100%;
    margin-top: 0;
}

.content_area .column_2 li {
    flex: 0 1 48.2%;
    box-sizing: border-box;
    list-style-type: none;
}

.content_area .column_2 li:not(:nth-child(2n)) {
    margin-right: 3.6%;
}

.content_area .column_3 li {
    flex: 0 1 32%;
    box-sizing: border-box;
    list-style-type: none;
}

.content_area .column_3 li:not(:nth-child(3n)) {
    margin-right: 2%;
}

.content_area .column_2 ul li {
    list-style: disc;
    /*2カラムの中にulが入っていた場合*/
}

.content_area .column_2 ol li {
    list-style: normal;
    /*2カラムの中にolが入っていた場合*/
}

/**2、3カラム時**/

.content_area form input,
.content_area form textarea {
    padding: 12px 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* .column_3 {
	overflow: hidden;
	margin: 25px 0;
}
.column_3 > div {
	float: left;
	width: 30.909%;
	margin-right: 3.636%;
}
.column_3 > div:nth-child(3n) {
	margin-right: 0 !important;
} */
.margin_t {
    padding-top: 1em;
}

#ln_b {
    padding: 50px 20px;
    /* 	background:#f6f6f6; */
}

#ln_b #content_box_b {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
    overflow: auto;
}

#ln_b #ln_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 !important;
    margin: auto;
    box-sizing: border-box;
}

#ln_b #ln_list ul {
    list-style: none;
}

#ln_b #ln_list li {
    display: flex;
    align-items: center;
    width: 23.372%;
    margin: 15px 2.17% 15px 0;
    background: #fff;
    border: 1px solid #cccccc;
}

#ln_b #ln_list li:nth-child(4n) {
    margin-right: 0;
}

#ln_b #ln_list li.on {
    color: #fff;
    background: #2188c9;
    /* 	border: 1px solid #2188c9; */
}

#ln_b #ln_list li.on span {
    color: #fff;
    background: url(/images/arrow_r_white.svg) no-repeat center right/8px 15px;
}

#ln_b #ln_list li a {
    display: flex;
    align-items: center;
    color: #333 !important;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 20px 14px 20px 24px;
    transition: all 0.3s;
}

#ln_b #ln_list li a:hover {
    background: #44aff3;
}

#ln_b #ln_list li a span {
    display: block;
    width: 100%;
    /*     padding-right: 10px; */
    background: url(/images/arrow_r_blue.svg) no-repeat center right/8px 15px;
    transition: all 0.3s;
}

#ln_b #ln_list li a:hover span {
    color: #fff;
    background: url(/images/arrow_r_white.svg) no-repeat center right/8px 15px;
}





/***************************************************
 * Staff
 **************************************************/
/* .content_area.staff {
    max-width: none;
    padding: 0;
    margin-bottom: 0;
}

.content_area.staff img {
    margin: 0;
}

#staff_img {
    position: relative;
    padding-bottom: 60px;
}

.staff_img_block {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 70px 30px 350px;
    max-width: 90%;
}

.column_staff {
    position: relative;
    overflow: hidden;
}

.column_staff {
    max-width: 1370px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.column_wrap.bg_right .column_staff {
    margin: 0 auto 0 0;
}

.column_wrap.bg_left .column_staff {
    margin: 0 0 0 auto;
}

#staff_wrap {
    margin-top: 60px;
    padding-bottom: 0;
}

#staff_wrap .bg {
    background: #f4f5f7;
    padding: 40px 0;
}

#staff_wrap .column_wrap {
    max-width: 1600px;
}

#staff_wrap .position {
    color: #6164b8;
    font-weight: 500;
}

#staff_wrap .motto {
    font-size: 160%;
    font-weight: 500;
    display: block;
}

.content_area.staff h3 {
    position: relative;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 3px;
    padding-bottom: 30px;
    margin: 0 0 25px;
}

.content_area.staff h3::before {
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    background: #1d2088;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content_area.staff .width_adjust {
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
} */

/***************************************************
 * Concept
 **************************************************/
/* .column_wrap {
    position: relative;
    margin: 0 auto 70px;
    counter-increment: section;
}

.column_concept {
    position: relative;
    overflow: hidden;
}

.column_concept {
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.img_left,
.img_right {
    margin-bottom: 50px;
}

.img_left {
    float: left;
}

.img_right {
    float: right;
}

.txt_left,
.txt_right,
.txt_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 600px;
    width: 100%;
    padding: 40px 45px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
}

.txt_left {
    left: 20px;
}

.txt_right {
    right: 20px;
    left: auto;
}

.txt_bottom {
    max-width: none;
}

.content_area.concept .txt_left,
.content_area.concept .txt_right {
    padding: 60px 45px 40px;
}

.content_area.concept .txt_left:after,
.content_area.concept .txt_right:after {
    content: counter(section)",";
    position: absolute;
    top: -80px;
    left: 40px;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 666.67%;
    font-style: italic;
    font-weight: normal;
    color: #1d2088;
}

.content_area.concept h3 {
    position: relative;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 3px;
    padding-bottom: 16px;
    margin: 0 0 40px;
}

.content_area.concept h3::before {
    content: "";
    display: block;
    width: 160px;
    height: 5px;
    background: #1d2088;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content_area.concept {
    width: 100%;
    max-width: none;
    padding: 0;
    margin-bottom: 0;
}

.content_area.concept #concept_wrap {
    padding: 100px 0 30px;
    background: #f4f5f7 url(images/bg_concept.jpg) no-repeat bottom center / contain;
}

.column_concept div img {
    margin: 0 !important;
} */

/***************************************************
 * Contact
 **************************************************/
/* .content_area #contact_step {
    position: relative;
    max-width: 720px;
    width: 100%;
    margin: 80px auto 75px;
    overflow: hidden;
}

.content_area #contact_step::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 1px;
    background: #ccc;
}

.content_area #contact_step .contact_step_box {
    float: left;
    width: 29.166%;
    margin-right: 6.25%;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
}

.content_area #contact_step .contact_step_box.on {
    background: #28a5e0;
    border-color: #28a5e0;
}

.content_area #contact_step .contact_step_box span {
    display: block;
    color: #999;
    text-align: center;
    padding: 16px 0;
}

.content_area #contact_step .contact_step_box.on span {
    color: #fff;
}

.content_area #contact_step .contact_step_box:last-child {
    margin-right: 0;
}

.content_area table.form_table {
    margin: 30px 0 40px;
    border-top: 1px solid #ccc;
}

.content_area table.form_table th {
    font-weight: bold;
    text-align: left;
    background: #ededed;
}

.content_area #input_area table.form_table th {
    width: 25.7%;
    padding: 25px 10px 17px 20px;
    letter-spacing: 2px;
    overflow: hidden;
}

.content_area table.form_table th,
.content_area table.form_table td {
    border-bottom: 1px solid #ccc;
}

.content_area #input_area table th span.hissu {
    display: block;
    float: right;
    font-size: 80%;
    margin-top: 3px;
    color: #d80000;
}

.content_area #input_area table input.post {
    width: 200px;
    margin: 5px 0 15px 18px;
}

.content_area #input_area .doi {
    margin: 35px 0 0;
    background: #f2f2f2;
}

.content_area #input_area .doi label {
    position: relative;
    display: block;
    text-align: center;
    padding: 37px 0;
}

#form_btn {
    display: flex;
    max-width: 360px !important;
    width: 100%;
    margin: auto;
}

.content_area #input_area #form_btn1,
.content_area #input_area #form_btn2,
.content_area #input_area #form_btn3 {
    display: block;
    color: #fff !important;
    text-align: center;
    line-height: 1.2;
    width: 200px;
    padding: 20px 0;
    margin: 50px auto;
    border: none;
    background: #e41f1f;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.3s;
}

.content_area #input_area #form_btn1:hover,
.content_area #input_area #form_btn2:hover,
.content_area #input_area #form_btn3:hover {
    background: #cc0404;
}

.content_area #input_area #form_btn #form_btn2 {
    display: block;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    width: 140px;
    padding: 19px 0;
    margin: 50px 20px 50px 0;
    background: #666;
    transition: all 0.3s;
}

.content_area #input_area #form_btn #form_btn2:hover {
    background: #999;
}

.content_area.input .confirm_show {
    display: none !important;
}

.content_area.check .input_show {
    display: none !important;
}

.form_submit_btn {
    display: inline-block;
    min-width: 240px;
    margin: auto;
    border: none;
    background: #229f4a;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    height: auto;
    line-height: 56px;
    margin: 0 5px 10px;
    padding: 0;
    border: 1px solid #229f4a;
    transition: all 0.3s;
} */




/******COLUMN（ニュースNEWS）ここから*******/
.news .select_box,
.archive .select_box {
    display: none;
}

.news .content_area p.news_ttl,
.archive .content_area p.news_ttl {
    font-weight: 500;
    margin-top: 2px;
}

.news .content_area p,
.archive .content_area p {
    margin: 0;
}

.news .content_area ul,
.archive .content_area ul {
    padding-left: 0;
}

.news .news_tab,
.archive .news_tab {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    margin-bottom: 56px;
}

.news a.tab_link,
.archive a.tab_link {
    padding-bottom: 5px;
}

.news .tab_link:hover,
.archive .tab_link:hover,
.active .tab_link {
    color: #2188c9;
}

.news .tab_link,
.archive .tab_link {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-right: 20px;
    text-decoration: none;
    transition: color 0.3s;
}

.news .tab_link:hover::after,
.news .active .tab_link::after,
.archive .tab_link:hover::after,
.archive .active .tab_link::after {
    opacity: 1;
    visibility: visible;
}

.news .tab_link::after,
.archive .tab_link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #0d52a0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.news .news_tab li.active .tab_link,
.archive .news_tab li.active .tab_link {
    color: #2188c9;
}

.news .news_tab li,
.archive .news_tab li {
    display: block;
    list-style: none;
}

.news .news_tab li:not(:last-child)::after,
.archive .news_tab li:not(:last-child)::after {
    content: '・';
    display: inline-block;
    margin-right: 20px;
}

.news .content_area .news_list,
.archive .content_area .news_list {
    border-top: 1px solid #ccc;
}

.news .content_area .news_list li,
.archive .content_area .news_list li {
    list-style: none;
    border-bottom: #ccc 1px solid;
}

.news .news_link,
.archive .news_link {
    position: relative;
    display: block;
    padding: 20px 50px 24px 20px;
    background: url(/images/arrow_r_blue.svg) no-repeat center right 20px / 9px 14px;
    /* 	border-bottom: 1px solid #dddddd; */
    text-decoration: none;
    transition: color 0.3s;
}

.news .news_link:hover,
.archive .news_link:hover {
    background: #f7f7f7 url(/images/arrow_r_blue.svg) no-repeat center right 20px / 9px 14px;
    transition: background 0.3s;
}

#news_t {
    padding-top: 25px;
}

.news .news_date,
.archive .news_date {
    position: relative;
    /* padding-right: 10px; */
    margin-right: 9px;
    /* letter-spacing: 1.2px; */
}

/* .news .news_date::after,
.archive .news_date::after {
	content: '';
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 12px;
	background: #dddddd;
} */

.news .news_cate,
.archive .news_cate {
    color: #000;
    border: 1px solid #000;
    font-size: 1.3rem;
    display: inline-block;
    /* height: 20px; */
    width: 130px;
    text-align: center;
    /* line-height: 1.6; */
    box-sizing: border-box;
}

/******COLUMN（ニュースNEWS）ここまで*******/

/****COLUMN（ニュースNEWS）個別ページここから******/

#news_s {
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding: 50px 0;
    margin: 30px 0;
}

#news_retop .link_btn {
	margin: auto !important;
}

/* a.link_back {
    color: #FFF;
    background: #aaa url(../images/arrow_left_white.svg) left 20px center no-repeat;
    background-size: 18px 18px;
    width: 250px;
}

a.link_back:hover {
    background: #ccc url(../images/arrow_left_white.svg) left 20px center no-repeat;
    background-size: 18px 18px;
} */

/****COLUMN（ニュースNEWS）個別ページここまで******/

/***マップのレスポンシブ設定ここから***/
#map {
    width: auto;
    margin: 30px auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#map iframe,
#map object,
#map embed {
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***マップのレスポンシブ設定ここまで***/
/***iframeのレスポンシブ設定ここから***/
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    max-width: 1010px;
    margin: auto;
}

.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/***iframeのレスポンシブ設定ここまで***/
/***flexlist***/
/* .content_area .flexlist {
    margin: 0;
    margin-bottom: 4rem;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.content_area .flexlist li {
    width: 48%;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    list-style: none !important;
    background-position: 12px 8px;
    background-color: #f7f7f7;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 12px !important;
    text-align: center;
}

.content_area .flexlist li a {
    display: block;
    text-decoration: none;
}

.content_area .flexlist li a:hover {
    opacity: 0.8;
} */



/**********************************************
 * サイトマップ
 *********************************************/
.sitemap .content_area a {
    color: #222;
    text-decoration: underline;
}

.sitemap .content_area a:hover {
    text-decoration: none;
}



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


    .column_2,
    .column_3 {
        margin-top: 4%;
        padding: 0;
    }


    /***************************************************
 * Staff
 **************************************************/

    /* .staff .column_wrap.bg_left .column_staff {
        min-height: 560px;
    }

    .staff .txt_left {
        left: 20px;
        top: 0;
        max-width: 50%;
    }

    .staff .img_right {
        max-width: 60%;
        margin-top: 80px;
        margin-bottom: auto;
    }

    .staff .column_wrap.bg_right .column_staff {
        min-height: 560px;
    }

    .staff .img_left {
        max-width: 60%;
        margin-top: 80px;
    }

    .staff .txt_right {
        right: 20px;
        left: auto;
        top: 0;
        max-width: 50%;
    } */

}

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

    /**********************************************
 * 全ページ共通
 *********************************************/
    #nojs {
        width: auto;
        background: #fff;
        color: #f00;
        padding: 10px;
        border: 5px solid #F00;
        text-align: center;
        margin: 10px auto;
    }

    #logo {
        margin-top: 12px;
        margin-left: 15px;
    }

    #logo a,
    #logo img {
        max-width: 168px;
    }

    #menu-box {
        overflow: auto;
        float: none;
        padding: 0;
        z-index: 10000;
        position: static;
    }

    #toggle {
        display: block;
        position: relative;
        height: 64px;
        top: 0;
        right: 0;
        z-index: 1000;
        float: right;
    }

    #toggle a {
        display: block;
        background: none;
        background: #0d52a0;
        color: #fff;
        text-decoration: none;
        font-size: 1.4rem;
        width: 60px;
        height: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 37px 0 0;
        letter-spacing: 0;
        position: relative;
    }

    #toggle a span,
    #toggle a::before,
    #toggle a::after {
        content: "";
        font-size: 0;
        position: absolute;
        display: block;
        background: #fff;
        width: 25px;
        height: 2px;
        margin: auto;
        left: 0;
        right: 0;
        transition: top 0.3s;
    }

    #toggle a::before {
        top: 16px;
    }

    #toggle a em::after {
        font-size: 1.1rem;
        font-style: normal;
        content: 'MENU';
    }

    #toggle a span {
        top: 25px;
    }

    #toggle a::after {
        top: 34px;
    }

    #toggle a.open:before {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 24px;
        left: 0;
        right: 0;
    }

    #toggle a.open span {
        opacity: 0;
    }

    #toggle a.open:after {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 24px;
        left: 0;
        right: 0;
    }

    .menu_dis {
        display: none !important;
    }

    #menu {
        display: block;
        clear: both;
        background: #0d52a0;
        position: absolute;
        z-index: 200;
        left: 0;
        top: 64px;
        width: 100%;
        height: calc(100% - 64px);
        transition: all 0.3s;
        opacity: 1;
        z-index: 1000;
    }

    #menu nav ul,
    #menu .sub_menu ul {
        display: block;
    }

    #menu-box nav ul {
        padding-bottom: 0;
    }

    #menu nav ul li:first-child {
        border-top: rgba(255, 255, 255, 0.4) 1px solid;
    }

    #menu nav ul li,
    #menu .sub_menu ul li {
        float: none;
        margin: 0;
    }

    #menu .sub_menu ul li.head_sns {
        float: left;
    }

    #menu nav ul li {
        border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    }

    #menu nav ul li a,
    #menu .sub_menu ul li a {
		font-size: 1.4rem;
        height: auto;
        color: #fff;
    }

    #menu nav ul li a {
        padding: 15px 16px;
        background: url(/images/arrow_r_white.svg) no-repeat right 10px center / 6px 10px;
    }

    #menu nav ul li a::before {
        content: none;
    }

    #menu-box ul {
        display: block;
        overflow: hidden;
        background: #0d52a0;
        padding: 30px;
        margin: 0;
    }

    .sub_menu {
        position: static;
    }

    .sub_menu .head_tel a {
        background: url(/images/phone_icon_white.svg) no-repeat left center / 16px 16px;
    }

    .sub_menu .inst>a {
        background: url(images/foot_instagram_white.svg) no-repeat center center / 32px 32px;
    }

    .sub_menu .fb>a {
        background: url(images/foot_facebook_white.svg) no-repeat center center / 32px 32px;
    }

    #menu .sub_menu ul li {
        text-align: center;
        line-height: 1.8;
        height: auto;
    }

    #menu .sub_menu ul li.head_sns {
        width: 50%;
        padding-top: 15px;
    }

    #menu .sub_menu ul li.head_sns.inst>a {
        margin-left: auto;
    }

    #menu .sub_menu ul li.head_sns>a {
        width: 38px;
        height: 32px;
    }

    .sub_menu .inst:before {
        content: none;
    }



    #menu .sub_menu ul li.head_tel,
    #menu .sub_menu ul li.head_contact {
        background: #44aff3;
        border: none;
        font-size: 1.5rem;
        font-weight: bold;
        width: 230px;
        margin: auto;
        border-radius: 3px;
        line-height: 46px;
    }

    #menu .sub_menu ul li.head_contact {
        margin-top: 15px;
    }

    #menu .sub_menu ul li.head_tel a[href^="tel:"] {
        color: #fff !important;
    }
}



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

    /**********************************************
 * 全ページ共通
 *********************************************/
    body {
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        min-width: 0;
    }

    .pc {
        display: none !important
    }

    .sp {
        display: block !important
    }

    #footer_menu {
        display: block;
        padding: 0;
    }

    #footer_menu nav ul {
        width: 100%;
    }

    #footer_menu nav ul li {
        width: 100%;
        margin: auto;
        border-bottom: 1px solid rgba(242, 242, 242, 0.5);
    }

    #footer_menu nav ul li a {
        position: relative;
        display: block;
        padding: 15px 35px 14px 21px;
        font-size: 1.3rem;
        text-decoration: none !important;
    }

    #footer_menu nav>ul>li>a.accordion {
        background: url(/images/arrow_b_white.svg) no-repeat right 20px center / 10px 6px;
    }

    #footer_menu nav>ul>li>a.open {
        background: url(/images/arrow_t_white.svg) no-repeat right 20px center / 10px 6px;
    }

    #footer_menu nav>ul>li>ul {
        background: #2188c9;
    }

    #footer_menu nav>ul>li>ul>li>a {
        padding: 10px 40px;
    }

    #footer_menu nav ul li:last-child {
        border-bottom: none;
    }

    #f_submenu {
        display: block;
        padding: 0;
        /*background-color: #fff;*/
    }

    #f_submenu .f_sub_list {
        margin: auto;
        border-bottom: 1px solid rgba(242, 242, 242, 0.5);
        padding: 0;
    }

    #f_submenu .f_sub_item {
        width: 100%;
        margin: 0;
    }

    #f_submenu .f_sub_item:first-child {
        border-right: 1px solid rgba(242, 242, 242, 0.5);
    }
    #f_submenu .f_sub_item:not(:last-child)::after {
        content: none;
    }
    /*	#f_submenu .f_sub_item:first-child {
		border-right: 1px solid rgba(242,242,242,0.5);
	}*/
    #f_submenu .f_sub_link {
        display: block;
        padding: 11px 0;
        text-align: left;
        padding: 15px 20px 14px;
        font-size: 1.2rem;
    }

    #f_submenu .f_sub_link:hover {
        text-decoration: none;
    }

    #copyright {
        padding: 13px 20px;
    }

    
	#copyright .copy_txt {
        display: block;
		font-size: 1.1rem;
        text-align: center;
        letter-spacing: 0.1em;
    }



    /* #main_img .pagetit_box {
        position: absolute;
        top: 17%;
        left: -20%;
        min-width: 100%;
        max-height: 140px;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 20px;
        box-sizing: border-box;
    }

    #main_img .pagetit_box h1,
    #main_img_child .pagetit_box h1 {
        padding-bottom: 15px;
    }

    #main_img {
        width: 80%;
        margin-left: 20%;
        height: 180px;
        position: relative;
        background-size: cover;
    }

    #main_img_wrap {
        padding: 30px 20px 0;
    }

    #main_img .pagetit_box p.pagetit_en,
    #main_img_child .pagetit_box p.pagetit_en {
        font-size: 28px;
    }

    #main_img .pagetit_box h1,
    #main_img_child .pagetit_box h1 {
        font-size: 14px;
    }

    #main_img .pagetit_box h1::before,
    #main_img_child .pagetit_box h1::before {
        width: 80px;
        height: 4px;
    } */

    #content_wrap {
        padding-bottom: 20px;
    }

    #breadcrumb {
        padding: 0 20px;
    }

    .content_area {
        margin: 0 auto 40px;
    }

    .content_area #content_box {
        padding: 5px 0 30px;
    }

    .column_3 {
        margin: 20px 0;
    }

    .column_3>div {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .content_area table {
        margin: 22px auto;
    }

    .content_area table th {
        width: 27%;
    }

    .content_area table th,
    .content_area table td {
        font-size: 1.3rem;
        padding: 13px;
    }



    /***	#cta_area {
		background: none;
	}
	#cta_area .left {
		float: none;
		width: 100%;
		padding: 50px 0;
		background: url(images/bg_cta_sp.jpg?20200210) no-repeat center center / cover;
	}
	#cta_area .right {
		float: none;
		width: 100%;
		padding: 40px 0;
	}
	#cta_area a.link_more {
		width: 90%;
		margin: 20px auto 0;
		padding: 20px 40px 20px 20px;
	}
	***/
	
	.return {
		width: 50px;
		height: 50px;
	}

/*     #footer_top {
        padding: 0;
    } */

/*     #footer_logo_box {
        width: 100%;
        float: none;
        display: block;
        padding: 20px;
    } */

/*     #footer_logo>img {
        width: 180px;
    } */

/*     #footer_top address {
        width: 100%;
        border-left: none;
        min-height: 0;
        padding: 20px 0 0;
        margin: 0;
    } */

    .footer_menu {
        display: block;
        float: none;
        border-left: none;
        width: 100%;
        padding: 0;
    }

    .footer_menu nav {
        width: 100%;
        float: none;
        margin: 0;
    }

/*     #footer_top #footer_logo {
        min-height: auto;
        width: 100%;
    } */

    .footer_menu nav ul li {
        margin-bottom: 0;
    }

    .footer_menu nav ul li a {
        display: block;
        padding: 11px 22px 12px;
        border-top: 1px solid #555;
        box-sizing: border-box;
    }

    #footer_submenu {
        border: none;
    }

    #footer_submenu .submenu_wrap {
        margin: 0 auto;
        padding: 0;
    }

    #footer_submenu .submenu_wrap {
        text-align: center;
    }

    #footer_submenu .submenu_wrap ul {
        border-top: 1px solid #555;
        border-bottom: 1px solid #555;
        display: flex;
        text-align: center;
        float: none;
    }

    #footer_submenu .submenu_wrap ul li {
        width: 50%;
        font-size: 1.0em;
        white-space: nowrap;
        position: relative;
        margin: 0;
    }

    #footer_submenu .submenu_wrap ul li a {
        padding: 16px 0;
        display: block;
    }

    #footer_submenu .submenu_wrap ul li:nth-child(2n) {
        border-right: 1px solid #555;
    }

    #footer_submenu .submenu_wrap ul li:nth-child(2n+1) {
        border-right: 1px solid #555;
    }

    #footer_submenu .submenu_wrap ul li:nth-child(3) {
        border-right: none;
    }

    #footer_submenu .submenu_wrap ul:nth-of-type(2) li {
        padding-left: 0px;
    }

    #footer_submenu span {
        float: none;
        display: block;
        padding: 12px 0 15px;
    }

    /***************************************************
 	* Staff
 	**************************************************/
    /* #staff_wrap h3 {
        font-size: 153.85%;
    }

    #staff_img {
        padding-bottom: 30px;
    }

    .staff_img_block {
        padding: 0;
        max-width: 100%;
    }

    #staff_wrap .motto {
        font-size: 123.08%;
    } */

    /***************************************************
 	* 仮設
 	**************************************************/
    /* .column_wrap {
        padding-bottom: 20px;
        margin: 0 auto;
    }

    .img_left,
    .img_right {
        float: none;
        margin: 0;
    }

    .txt_left,
    .txt_right,
    .txt_bottom {
        position: relative;
        left: 0;
        max-width: none;
        padding: 25px 20px;
        margin-top: 0;
    }

    .content_area.concept .txt_left,
    .content_area.concept .txt_right {
        padding: 50px 20px 20px;
    }

    .content_area.concept #concept_wrap {
        padding: 40px 0 30px;
        background: #f4f5f7 url(images/bg_concept.jpg) no-repeat bottom center / contain;
    } */
    .content_area img {
        margin: 15px 0;
    }

    .content_area h2 {
        font-size: 2rem;
        margin: 40px 0 25px 0;
    }

    .content_area h3 {
        font-size: 1.8rem;
        margin: 30px 0 15px;
    }

    .content_area h3::before {
        height: 21px;
    }

    .content_area h4 {
        font-size: 1.6rem;
        margin: 30px 0 15px;
    }

    .content_area h5 {
        font-size: 1.6rem;
        margin: 25px 0 15px;
    }

    .content_area h6 {
        font-size: 1.4rem;
        margin: 25px 0 15px;
    }

    .content_area .link_btn {
        font-size: 1.4rem;
    }

    .content_area p {
        font-size: 1.3rem;
        margin: 0 0 15px 0;
    }

    .content_area ul,
    .content_area ol {
        font-size: 1.3rem;
    }

    .content_area .column_3 {
        margin: 20px 0;
    }

    .content_area .column_2 li:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .content_area .column_3>div {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .content_area .column_2,
    .content_area .column_3 {
        display: block;
        margin: 0 0 20px
    }

    .content_area .column_2 li,
    .content_area .column_3 li {
        margin-bottom: 4%;
    }

    .content_area .column_2 ul li,
    .content_area .column_3 ul li,
    .content_area .column_2 ol li,
    .content_area .column_3 ol li {
        margin-bottom: 0;
    }

    .content_area .column_3 li:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .content_area a.link_more {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }

    #ln_b {
        padding: 0 !important;
    }

    #ln_b #ln_list {
        display: block;
    }

    #ln_b #ln_list li {
        display: block;
        width: auto;
        margin: 16px 0 !important;
    }

    #ln_b #ln_list li a {
        font-size: 1.3rem;
        padding: 18px 20px 17px;
    }

    #ln_b #content_box_b {
        padding: 25px 20px;
    }

    /***************************************************
 	* Contact
 	**************************************************/

    /* .content_area #contact_step {
        margin: 40px auto 35px;
    }

    .content_area #contact_step .contact_step_box {
        width: 30%;
        margin-right: 5%;
    }

    .content_area #contact_step .contact_step_box span {
        font-size: 86.666%;
        padding: 10px 0;
    }

    .content_area #input_area table {
        margin: 25px 0;
    }

    .content_area #input_area table th,
    .content_area #input_area table td {
        display: list-item;
        list-style: none;
        width: 100% !important;
        overflow: auto;
        box-sizing: border-box;
    }

    .content_area #input_area table th {
        padding: 12px 14px !important;
        border-bottom: 1px dotted #ccc;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        width: 100%;
    }

    .content_area #input_area .doi {
        margin-top: 25px;
    }

    .content_area #input_area .doi label {
        padding: 20px 0;
    }

    .content_area #input_area #form_btn1,
    .content_area #input_area #form_btn2,
    .content_area #input_area #form_btn3 {
        margin: 25px auto 30px;
    }

    .content_area #input_area #form_btn #form_btn2 {
        margin: 25px 15px 30px 0;
    } */


    /******スマホ用COLUMN（ニュースNEWS）ここから*******/
    .news .news_top,
    .archive .news_top {
        display: none;
    }

    .news .select_box,
    .archive .select_box {
        display: block;
        /* margin: 0 0 20px 10px; */
    }

    .news .select_box span.cat_select select,
    .archive .select_box span.cat_select select {
        width: 45%;
        padding: 10px;
        border: 1px solid #dddddd;
        background: #fff;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .select_box form span {
        position: relative;
    }

    .select_box form span::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 17px;
        bottom: 4px;
        margin: auto;
        width: 8px;
        height: 8px;
        border-right: 1px solid #2188c9;
        border-bottom: 1px solid #2188c9;
        transform: rotate(45deg);
    }

    .news .content_area ul,
    .news .content_area ol,
    .archive .content_area ul,
    .archive .content_area ol {
        margin: 25px 0 0;
    }

    .news .news_link,
    .archive .news_link {
        position: relative;
        display: block;
        padding: 13px 36px 16px 10px;
        text-decoration: none;
    }

    .news .news_link:hover,
    .archive .news_link:hover {
        transition: none;
    }

    .news .news_date,
    .archive .news_date {
        /* padding-right: 10px; */
        margin-right: 14px;
        font-size: 1.2rem;
        /* letter-spacing: 1.2px; */
    }

    .news .news_cate,
    .archive .news_cate {
        font-size: 1.2rem;
    }

    a.link_back {
        color: #FFF;
        background: #aaa url(../images/arrow_left_white.svg) left 8px center no-repeat;
        background-size: 18px 18px;
        width: 250px;
    }

    /******スマホ用COLUMN（ニュースNEWS）ここまで*******/


    /****スマホ用COLUMN（ニュースNEWS）個別ページここから******/

    #news_t {
		font-size: 1.2rem;
        padding-top: 10px;
    }

    #news_s {
        border-top: 1px dotted #ddd;
        border-bottom: 1px dotted #ddd;
        padding: 20px 0;
        margin: 20px 0;
    }

    /****スマホ用COLUMN（ニュースNEWS）個別ページここまで******/


}

.wp-pagenavi {
    margin-top: 60px;
    text-align: center;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 10px 17px;
    margin: 4px;
    color: #222;
    display: inline-block;
}

.wp-pagenavi span.current {
    background: #2188c9;
    color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #2188c9;
    background: #2188c9;
    color: #fff;
}