@charset "utf-8";

/*========================================
  foundation
========================================*/
body {
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    min-width: 1100px;
}
a {
font-weight: bold;
}
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
opacity: 0.7;
}
a:hover img.alpha {
opacity: 0.7;
}
.wrap {
width: 1100px;
background-color: #ffffff;
margin: 0 auto;
}
img{
width: 100%;
vertical-align: bottom;
}
.fb{
display: flex;
justify-content: space-between;
align-items: center;
}
.clearfix:after {
content: "";
display: block;
clear: both;
}
.clearfix:before {
content: "";
display: block;
clear: both;
}
.clearfix {
display: block;
}

/*========================================
header
========================================*/
.header {
    padding: 10px 50px 10px 45px;
}
.header_fb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title_logo {
    width: 440px;
    height: 60px;
}
.login {
    width: 80px;
    height: 60px;
}

/*========================================
  navigation
========================================*/
.g_navi_outer {
    width: 100%;
    background: #d4e3ee;
    box-shadow: 0px 8px 3px -3px rgba(0,0,0,0.1);
    margin-bottom: 6px;
}
.g_navi_wrap {
    width: 1100px;
    margin: 0 auto;
}
#g_navi {
    background: #d4e3ee;
    font-size: 20px;
}
#g_navi .g_navi_inner {
    padding: 0 5%;
}
#g_navi ul {
    display: flex;
    float: left;
    margin: 0 auto;
    background: #d4e3ee;
    width: 50%;
    max-width: 1100px;
}
#g_navi ul li {
    width: calc(100%/3);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-bottom: 3px;
}
#g_navi ul li+li {
    border-left: 0;
    border-right: 1px solid #fff;
}
#g_navi ul li.br_none {
    border-right: none;
}
#g_navi ul li a {
    display: block;
    padding: 17px 0 10px;
    width: 100%;
    color: #256ea0;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
}
#g_navi ul li a:hover {
    border-bottom: 4px solid #256ea0;
    box-sizing: border-box;
    margin-bottom: -4px;
    opacity: 9;
}

/*========================================
  brand
========================================*/
.brand {
    text-align: center;
}
.brand-inner {
    padding: 0 0 30px;
}
.brand img {
    width: 1000px;
    margin: 30px 0;
}
.brand-box_outer {
    width: 100%;
    background: #1f4e79;
    padding: 24px 0;
}
.brand-box {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}
.brand-policy {
    background: #fff;
    padding: 12px 24px;
}
.brand-policy p{
    color: #000;
    text-align: center;
}
.brand-policy-txt {
    margin-left: 20px;
}
.brand-policy-txt p{
    color: #fff;
}
.primary-link {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.primary-link img {
    width: 338px;
    height: 83px;
}
.top_hr {
    border: 1px solid #bbb;
    width: 1000px;
    margin: 0 auto;
}
/* 2022.09 追加 */
.brand-box_outer {
    background: #26A69A;
}
.brand-box {
    display: block;
    text-align: left;
    line-height: 1.6;
}
.brand-policy {
    padding: 6px 20px;
    display: inline-block;
    font-weight: bold;
}
.brand-policy-txt {
    margin: 15px 0 0;
}
.brand-policy {
    font-size: 19px;
}
.brand-policy-txt {
    font-size: 18px;
}

/*========================================
  main
========================================*/
.main-inner {
    padding: 20px 50px;
}
.single .main-inner {
    margin-bottom: 96px;
}
.category {
    display: flex;
    align-items: flex-end;
    border-bottom: 2px solid #256ea0;
    position: relative;
    box-shadow: 0px 8px 3px -3px rgba(0,0,0,0.1);
}

h2 {
    margin: 8px 0 16px;
    padding: 0.25em 0.35em;
    padding-bottom: 8px;
    background: transparent;
    border-bottom: 1px dashed #bdbdbd;
    font-size: 24px;
}
h2:before {
    position: relative;
    left: -8px;
    padding: 4px;
    border-left: solid 3px #2a6f9e;
    content: '';
}

/*========================================
  news
========================================*/
.news {
    margin-bottom: 30px;
}
.news .icon{
    width: 54px;
    height: 50px;
}
.category .category-title {
    font-size: 24px;
    font-weight: bold;
    color: #256ea0;
    position: absolute;
    left: 75px;
    bottom: 0;
}
.news .news-category {
    margin-top: 30px;
}
.news .news-category .category-title {
    font-size: 22px;
    padding-bottom: 6px;
}
.category .yakuin-title{
    margin-left: 24px;
}
.category .category-sub {
    margin-left: auto;
}
.category .category-sub{
    position: absolute;
    right: 20px;
    bottom: 4px;
}
.category .category-sub img{
    width: 13px;
    height: 50px;
}
.category .category-sub p:hover{
    color: #256ea0;
    text-decoration: underline;
}
.category .category-link {
    position: absolute;
    right: 0;
    bottom: 8px;
}
.news-list {
    line-height: 3em;
    padding: 20px 0;
}
.news-list a {
    display: table-row;
    text-decoration: none;
    font-weight: normal;
}
.news-list a:hover{
    color: #256ea0;
    opacity: 1;
}
.news-list .date,.title,.news-topic {
    display: table-cell;
}
.news-list li .date {
    width: 110px;
    padding-left: 20px;
}
.news-list li .title {
    width: 190px;
    padding-left: 20px;
}
.news-list li .news-topic {
    width: 640px;
    padding: 0 20px;
}
.news-list li {
    background: #fff;
}
.news-list li:nth-child(odd) {
    background: #eee;
}
.news-list li a:hover {
    text-decoration: underline;
}
.rinen {
    width: 150px;
}
.gaiyo {
    width: 320px;
}
.yakuin {
    width: 490px;
}
.category-link-img {
    margin-top:20px;
    display: flex;
    justify-content: space-between;
}
.category-link-img a {
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
}
.category-link-img img {
    width: 150px;
}
.contents-group {
    margin-bottom: 30px;
}
.contents-group-fb {
    display: flex;
    justify-content: space-between;
}

.pagination,
.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-numbers li {
    display: inline-flex;
    font-size: 12px;
}
.pagination .page-numbers li span.current {
    margin: 4px 8px;
    padding: 4px 8px;
    background-color: #538cb1;
    color: #ffffff;
}
.pagination .page-numbers li a.page-numbers {
    margin: 4px 4px;
    padding: 4px 8px;
    background-color: #a9c5d8;
    color: #ffffff;
    text-decoration: none;
}
.pagination .page-numbers li a.prev {
    width: 56px;
    margin: 4px 8px;
    background-image: url("/wp-content/themes/original/img/paging-prev.png") ;
    background-repeat: no-repeat;
    background-size: cover;
    height: 18px;
    background-position: bottom;
}
.pagination .page-numbers li a.next {
    width: 56px;
    margin: 4px 8px;
    background-image: url("/wp-content/themes/original/img/paging-next.png") ;
    background-repeat: no-repeat;
    background-size: cover;
    height: 18px;
    background-position: bottom;
}

/*========================================
  information
========================================*/
.information {
    margin-bottom: 30px;
}
.information .info-link {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.information .info-link a {
    font-weight: normal;
}
.information .info-link img {
    width: 330px;
}
.info-box1,.info-box2,.info-box3 {
    position: relative;
}
.info-box1 p,.info-box2 p,.info-box3 p{
    position: absolute;
    top:16px;
    left: 120px;
}
.info-txtbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 2.5em;
}
.info-txtbox .info-txt{
    width: 330px;
    position: relative;
}
.info-txt p{
    float: left;
}
.info-txt img {
    float: right;
    margin-right: 16px;
    margin-top: 12px;
    width: 13px;
    height: 15px;
}
.info-txt a {
    display: block;
    font-weight: normal;
}

/*========================================
  shibu
========================================*/
.shibu-box {
    padding-top: 20px;
}
.shibu-box ul {
    line-height: 3em;
}
.shibu-box ul:after {
    content: "";
    clear: both;
    display: block;
}

.shibu-box ul li a{
    display: block;
    text-decoration: none;
    font-weight: normal;
    padding-left: 0.5vw;
}
.shibu-box ul li {
    position: relative;
    display: block;
    border: 1px solid #eee;
    width: 240px;
    float: left;
    margin-bottom: 10px;
    box-shadow:  0 0 8px #CCC;
    margin-right: 10px;
    box-sizing: border-box;
}
.shibu-box ul.al-4 li{
    width: 22.84%;
    margin-right: 2.88%;
}
.shibu-box ul.al-4 li:nth-child(4n) {
    margin-right: 0;
}
.shibu-box ul li:after{
    content: url("../img/h_05.png");
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 10px;
}
.shibu_page {
    margin-bottom: 30px;
}
.shibu_page .shibu-category {
    margin-bottom: 30px;
}
.shibu_page .icon{
    width: 54px;
    height: 50px;
}
.shibu_page .news-list {
    padding: 0 0 60px;
}
.shibu_info {
    position: relative;
}
.shibu_info .shibu_ichiran {
    position: absolute;
    bottom: 6px;
    right: 0;
    font-weight: normal;
}
.shibu_info .shibu_ichiran span img {
    width: 13px;
    height: auto;
    vertical-align: baseline;
    margin-left: 10px;
}
.shibu_info p:hover {
    color: #256ea0;
    text-decoration: underline;
    opacity: 1;
}
.shibu_doc {
    margin-bottom: 60px;
}
.shibu_doc li {
    margin-bottom: 1em;
}
.shibu_doc li a{
    text-decoration: none;
    font-weight: normal;
}
.shibu_doc li a:hover {
    text-decoration: underline;
}
.shibu_doc ul.disc {
    padding-left: 1.5em;
}
.shibu_doc ul.disc li{
    list-style-type: disc;
}
.shibu_doc li.mark {
    padding-right: 10px;
}
.shibu_doc li.mark:after {
    content: url("/wp-content/themes/original/img/h_05_2.png");
    width: 14px;
    height: auto;
    margin-left: 20px;
}

/*========================================
  banner
========================================*/
.banner-area {
    margin-top: 20px;
}
.banner-area ul {
    display: flex;
}
.banner-area ul li .item4{
    margin-right: 20px;
}
.banner-area .item1,.item2,.item3,.item4{
    width: 151px;
    height: 46px;
}

/*========================================
  footer
========================================*/
.footer {
    width: 100%;
    margin: 0 auto;
}
.footer .gnavi {
    height: 60px;
    background-color: #63be93;
    font-size: 14px;
}
.footer .gnavi__inner {
    display: flex;
    justify-content: center;
    height: 100%;
}
.footer .gnavi ul {
    height: 100%;
    display: flex;
    float: left;
}
.footer .gnavi li {
    position: relative;
    display: flex;
}
.footer .gnavi li::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: calc((100% - 20px)/2);
}
.footer .gnavi ul.right-line li:last-child::after {
    content: none;
}
.footer .gnavi a {
    display: flex;
    justify-content: center;
    padding: 0 14px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
.footer .gnavi span {
    display: flex;
    align-items: center;
    word-break: keep-all;
}
.footer .copy {
    color: #fff;
    background: #256ea0;
    text-align: center;
    padding: 10px 0px;
}
.footer .copy p{
    font-size: 14px;
}
.footer a:hover{
    color: #256ea0;
    text-decoration: underline;
    opacity: 1;
}

/*========================================
  WP-Members ページ
========================================*/
#wpmem_login {
    text-align: center;
}
#wpmem_login img {
    width: 100px !important;
    margin: 1% 0;
}
#wpmem_login_form label[for=log],
#wpmem_login_form label[for=pwd] {
    font-weight: bold;
}
#wpmem_reg fieldset,
#wpmem_login fieldset {
    border: none;
}
#wpmem_reg fieldset legend,
#wpmem_login fieldset legend {
    display: none;
}
#wpmem_login #siteguard_captcha {
    width: 20%;
    height: 28px;
    margin-bottom: 12px;
}

#wpmem_reg fieldset .textbox,
#wpmem_login fieldset .username,
#wpmem_login fieldset .password,
#wpmem_login fieldset .textbox {
    width: 33%;
    height: 28px;
    margin-bottom: 12px;
}
#wpmem_login .button_div {
    width: 100% !important;
    text-align: center !important;
}
#wpmem_reg .button_div .buttons,
#wpmem_login .button_div .buttons {
    display: block;
    width: 20%;
    height: 32px;
    margin-bottom: 12px;
    min-width: 130px;
}
#wpmem_login .link-text-register {
    display: none;
}
#wpmem_login .div_text {
    width: 100% !important;
}
#wpmem_login .button_div .buttons {
    margin: 12px auto;
}
#wpmem_login .link-text {
    width: 100%;
    text-align: center;
}
#wpmem_restricted_msg {
    margin: 32px 0px 0;
    text-align: center;
    font-weight: bold;
}


/*========================================
  coming_soon
========================================*/
.coming-soon {
    color: #256ea0;
    text-align: center;
    line-height: 200px;
    letter-spacing: .1em;
}

/*========================================
  10th Anniversary
========================================*/
.anniversary_hero_bg {
    background-image: url("/wp-content/themes/original/img/10.png");
    background-size: cover ;
    width: 100%;
    height: 570px;
}
.anniversary_hero_bg img.bg{
    width: 100%;
    height: 570px;
}
.anniversary_hero_txt {
    width: 1000px;
    top:0;
    left: 0;
    margin: 0 auto;
}
.anniversary_hero {
    margin-top: 0px;
}
.anniversary_content {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.anniversary_item1 img {
    width: 238px;
    height: 357px;
}
.anniversary_item1 {
    margin-top: 40px;
    margin-right: 20px;
}
.anniversary_item2 {
    width: 550px;
    margin-left: 20px;
}
.anniversary_item2 .mokuji p {
    color: #256ea0;
    padding-bottom: 4px;
    border-bottom: 2px solid #256ea0;
    box-shadow: 0px 8px 3px -3px rgba(0,0,0,0.1);
    font-weight: bold;
    font-size: 18px;
}
.anniversary_item2 .mokuji ul {
    margin: 10px 0;
}
.anniversary_item2 .mokuji ul li {
    position: relative;
    margin-bottom: 14px;
}
.anniversary_item2 .mokuji ul li a{
    text-decoration: none;
    font-weight: normal;
    display: block;
}
.anniversary_item2 .mokuji ul li a:hover {
    color: #256ea0;
    text-decoration: underline;
}
.anniversary_item2 .mokuji ul li::after {
    content: url("/wp-content/themes/original/img/h_05.png");
    position: absolute;
    right: 0;
    top: 1px;
}
.anniversary_item2 .mokuji ul li.row2::after {
    content: url("/wp-content/themes/original/img/h_05.png");
    position: absolute;
    right: 0;
    top: 10px;
}
.anniversary_item2 .mokuji ul li.row2mb::after {
    right: 0;
    top:0;
}
.anniversary_item2 .mokuji ul li.row2 span {
    padding-left: 5em;
}
.anniversary_item2 .mokuji ul li.row2 span.pl {
    padding-left: 0;
}
.anniversary_item2 .mokuji ul li img {
    width: 13px;
    height: 15px;
    position: absolute;
    right: 0;
    top:6px;
}

/*========================================
  理念・概要
========================================*/
.inner {
    padding: 0 50px;
}
h1 img{
    margin: 30px 0 10px;
}
.rinen_details {
    /*
    line-height: 3.8em;
     */
    position: relative;
}
.rinen_details_innner {
    padding-bottom: 0;
    }
.rinen_details_innner ul {
    padding-left: 1.5em;
}
.rinen_details_innner ul li {
    font-size: 15px;
    text-indent: -1.5em;
    margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
    .rinen_details_innner ul {
    
    }
    .rinen_details_innner ul li {
        font-size: 3.1vw;
        margin-bottom: 7%;
    }
}
.rinen_details img {
    position: absolute;
    top:60px;
    left: 0;
}
.rinen_details p:first-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 20px;
}
.rinen_details p:nth-child(n+2){
    font-size: 15px;
    margin-bottom: 34px;
}
.rinen_details p.row{
    line-height: 2em !important;
}
.gaiyo_table .title {
    padding: 10px 10px 10px 30px;
    background: #256ea0;
    color: #fff;
    text-align: left;
}
.gaiyo_table {
    margin: 30px 0 50px 10px;
}
.gaiyo_table tr.bg_blue{
    background: #d3e2ec;
    
}
.gaiyo_table ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-left: 14px;
}
.gaiyo_table td{
    text-align: left;
}
.table_year {
    width: 120px;
    font-weight: bold;
    border-right: 2px solid #256ea0;
    border-bottom: 1px solid #256ea0;
    vertical-align: middle;
}
.table_content {
    width: 690px;
    border-bottom: 1px solid #256ea0;
    vertical-align: middle;
    padding: 20px 0;
}
.table_img {
    width: 160px;
    border-bottom: 1px solid #256ea0;
}
.table_img .sinbol {
    width: 50%;
}
.table_img img{
    width: 70%;
    margin: 10px;
}
.place {
    margin-left: 10px;
}
.place p:first-child {
    font-size: 20px;
    font-weight: bold;
}
.ggmap {
    position: relative;
    margin-top: 6px;
    padding-bottom: 24.25%;
    padding-top: 24px;
    height: 0;
    overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 990px;
    height: 260px;
}
.shibu_position_inner {
    padding: 30px 0;
}

/*========================================
  役員・組織図
========================================*/
.greeting {
    width: 862px;
    margin: 0 auto 88px;
}
.greeting_box {
    display: flex;
    justify-content: space-between;
}
.greeting_box .left_txt {
    display: flex;
    align-items: center;
    color: #256ea0;
    font-size: 30px;
    font-weight: bold;
}
.greeting_txt p {
    line-height: 1.8em;
    margin-bottom: 20px;
}
.greeting_txt p:last-child {
    margin-bottom: 60px;
}
.name_box {
    display: flex;
    justify-content: flex-end;
}
.name_box .logo img {
    width: 407px;
    height: 83px;
}
.name_box .name_txt {
    margin-left: 40px;
}
.name_box .name_txt p {
    text-align: right;
    font-size: 17px;
    font-weight: bold;
}
.name_box .name_txt p:last-child{
    font-size: 22px;
}
.fb_honbu_yakuin_outer {
    margin-bottom: 10px;
}
.fb_honbu_yakuin {
    display: flex;
    flex-wrap: wrap;
}
.honbu_yakuin{
    width: 490px;
    margin-bottom: 30px;
}
.honbu_yakuin:nth-child(odd) {
    margin-right: 20px;
}
.yakushoku_box {
    display: flex;
    margin-bottom: 10px;
}
.yakushoku {
    background: #256ea0;
    color: #fff;
    text-align: center;
    width: 150px;
}
.yakushoku p {
    padding: 5px 0;
}
.yakuin_name {
    width: 340px;
    border-top: 2px solid #256ea0;
    border-bottom: 2px solid #256ea0;
}
.honbu_yakuin .bp p {
    position: relative;
}
.honbu_yakuin .bp span {
    position: relative;
    top:0px;
}
.yakuin_name p {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.yakuin_name p span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 4px;
}
.personal {
    display: flex;
}
.personal .p_img img{
    width: 150px;
}
.personal .p_keireki_box {
    padding-left: 20px;
}
.personal .p_keireki {
    width: 320px;
    padding-bottom: 10px;
    border-bottom: 1px solid #256ea0;
}
.personal .p_keireki p:first-child {
    font-weight: bold;
}
.personal .p_keireki p:nth-child(n+2){
    line-height: 1.2em;
    font-size: 14px;
}
.personal .tanto_shibu {
    margin-top: 10px;
}
.personal .tanto_shibu p:first-child {
    font-weight: bold;
}
.personal .tanto_shibu p:nth-child(n+2){
    line-height: 1.2em;
    font-size: 14px;
}



.soshikizu {
    padding: 10px 0 40px;
}

/*========================================
  情報
========================================*/
.flash-list {
    display: inline-block;
    width: 90%;
    margin-right: 1%;
    vertical-align: top;
}
.flash-years {
    display: inline-block;
    width: 8%;
    vertical-align: top;
}
.flash-list .tab-category {
    display: flex;
    justify-content: space-between;
}
.flash-list .tab-category li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    margin-right: 0.4%;
    height: 48px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 11px 3px rgba(0,0,0,0.2);
}
.flash-list .tab-category li:hover,
.flash-years-list li:hover {
    cursor: pointer;
}
.flash-list .tab-category li#cmmon {
    background-color: #2a6f9e;
}
.flash-list .tab-category li#maruhanichiro {
    background-color: #93b6ce;
}
.flash-list .tab-category li#koyo {
    background-color: #94d1b5;
}
.flash-list .tab-category li#logi {
    background-color: #66bd94;
}
.flash-list .tab-category li#cmmon:hover {
    background-color: #92b7d0;
}
.flash-list .tab-category li#maruhanichiro:hover {
    background-color: #c9dbe7;
}
.flash-list .tab-category li#koyo:hover {
    background-color: #c9e9da;
}
.flash-list .tab-category li#logi:hover {
    background-color: #b1dfc9;
}
#flash-maruhanichiro,
#flash-koyo,
#flash-logi {
    display: none;
}
.flash-years {
}
.flash-years-head {
    height: 36px;
    padding-top: 12px;
    background-color: #538cb1;
    color: #ffffff;
    text-align: center;
}
.flash-years .flash-years-list li {
    padding: 8px 0;
    border-bottom: 1px solid #a5a5a5;
    text-align: center;
}
.flash-years-list li.selected {
    background-color: #c9dbe7;
}

.loop-list {
    line-height: 3em;
    padding: 20px 0;
}
.loop-list a {
    display: table-row;
    text-decoration: none;
    font-weight: normal;
}
.loop-list a:hover{
    color: #256ea0;
    opacity: 1;
}
.loop-list .date,.title,.news-topic {
    display: table-cell;
}
.loop-list li .date {
    width: 110px;
    padding-left: 20px;
}
.loop-list li .title {
    width: 190px;
    padding-left: 20px;
}
.loop-list li .news-topic {
    width: 640px;
    padding: 0 20px;
}
.loop-list li {
    background: #fff;
}
.loop-list li:nth-child(odd) {
    background: #eee;
}
.loop-list li a:hover {
    text-decoration: underline;
}

.simple-pagination {
    text-align: center;
}
.simple-pagination li {
    display: inline-flex;
    font-size: 12px;
}
.simple-pagination li.active span {
    margin: 4px 8px;
    color: #ffffff;
}
.simple-pagination li.active {
    margin: 4px 4px;
    background-color: #538cb1;
}
.simple-pagination li a {
    margin: 4px 4px;
    padding: 4px 8px;
    background-color: #a9c5d8;
    color: #ffffff;
    text-decoration: none;
}
.simple-pagination li a.prev {
    width: 56px;
    margin: 0;
    background-image: url("/wp-content/themes/original/img/paging-prev.png") ;
    background-repeat: no-repeat;
    background-size: cover;
}
.simple-pagination li a.next {
    width: 56px;
    margin: 0;
    margin-left: 4px;
    background-image: url("/wp-content/themes/original/img/paging-next.png") ;
    background-repeat: no-repeat;
    background-size: cover;
}
.simple-pagination li.disabled {
    display: none;
}
.union-report {
    width: 90%;
    margin-top: -16px;
}
.union-report .loop-list .date {
    width: 96px;
}
.application-form {
    display: flex;
    margin-bottom: 36px;
}
.application-form li {
    width: 33.3%;
}
li.paper:before {
    width: 100px;
    height: 100px;
    margin: 8px;
    padding: 12px;
    background-image: url(/wp-content/themes/original/img/paper.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
}
li.paper-pencil:before {
    width: 100px;
    height: 100px;
    margin: 8px;
    padding: 12px;
    background-image:url("/wp-content/themes/original/img/paper-pencil.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
}
.application-form a,
.terms a,
.proposal a,
.enquete a,
.activities-format a,
.headquarter-document a {
    text-decoration: none;
    font-weight: normal;
}
.application-form a:hover,
.terms a:hover,
.proposal a:hover,
.enquete a:hover,
.activities-format a:hover,
.headquarter-document a:hover {
    text-decoration: underline;
}

.terms,
.proposal,
.enquete {
    display: block;
    margin-bottom: 36px;
    list-style-type: disc;
}
.terms li,
.proposal li,
.enquete li {
    margin-left: 40px;
    list-style-type: disc;
    line-height: 1.7;
}
.activities-format {
    display: flex;
    margin: 16px 0;
}
.manual, .election, .friend
{
    width: 33.33333333%;
}
.manual {
    margin-right: 16px;
    border: 3px solid #2a6f9e;
    background-color: #2a6f9e;

}
.manual .head {
    padding: 4px;
    background-color: #2a6f9e;
    color: #ffffff;
    text-align: center;
}
.manual .manual-content {
    position: relative;
    padding: 16px 0;
    background-color: #e9f0f5;
    text-align: center;
}
.manual .manual-content img {
    width: 30%;
    margin: 0 0 12px;
}
.election {
    margin-right: 16px;
}
.election,
.friend,
.headquarter-document {
    border: 3px solid #66bd94;
    background-color: #eff8f4;
}
.election .head,
.friend .head,
.headquarter-document .head {
    padding: 4px;
    background-color: #66bd94;
    color: #ffffff;
    text-align: center;
}
.election ul,
.friend ul,
.headquarter-document ul {
    padding: 12px 20px;
}
.election li,
.friend li {
    position: relative;
    margin-bottom: 8px;
}
.headquarter-document li {
    position: relative;
    display: inline-block;
    width: 47%;
    margin-right: 2%;
    margin-bottom: 8px;
    line-height: 2;
}
.headquarter-document a {
    position: relative;
}
.manual-content p:after {
    display: inline-block;
    position: absolute;
    bottom: 8%;
    right: 8px;
    width: 40px;
    height: 23px;
    margin-top: -12px;
    background-image: url(../img/h_05_2.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
}
.election li:after,
.friend li:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 23px;
    margin-top: -12px;
    background-image: url(../img/h_05_2.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
}
.headquarter-document li:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 40px;
    height: 23px;
    margin-top: -12px;
    background-image: url(../img/h_05_2.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
}


/*========================================

  メディアクエリ

========================================*/

@media screen and (min-width: 600px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    body {
        min-width: initial;
    }
    .pc-only {
        display: none;
    }
    img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    .fb {
        flex-flow: column;
    }
    .wrap {
        width: 100%;
        margin: 0 auto;
    }
    .header{
        padding: 2%;
    }
    .title_logo{
        width: 62%;
        height: auto;
    }
    .login {
        width: 12.7%;
        height: auto;
    }
    .g_navi_outer {
        margin-bottom: 2%;
        box-shadow: none;
}
#g_navi {
font-size: 3.6vw;
box-shadow: none;
}
.g_navi_wrap {
width: 100%;
}
#g_navi .g_navi_inner {
padding: 0;
}
#g_navi ul {
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 100%;
padding: 0;
float: none;
box-shadow: 0px 8px 3px -3px rgba(0,0,0,0.1);
margin-bottom: 2px;
}
#g_navi ul li {
width: 33%;
border-right: none;
border-left: none;
}
#g_navi ul li+li {
border-left: none;
border-right: none;
}
#g_navi ul li:nth-child(2),#g_navi ul li:nth-child(5) {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
h2 {
font-size: 18px;
}
h2:before {
left: 10px;
padding: 4px 12px;
}
.brand-inner {
padding: 0 0 6%;
}
.brand img {
width: 93%;
height: auto;
margin: 6% 0;
}
.brand-box {
display: flex;
flex-flow: column;
width: auto;
}
.brand-policy {
padding: 1% 4%;
}
.brand-policy p {
font-size: 4vw;
}
.brand-policy-txt {
margin-left: 0;
padding-top: 4%;
}
.brand-policy-txt p{
font-size: 3.2vw;
}
/* 2022.09 追加 */
.brand-box {
    align-items: start;
}
.brand-policy {
    margin: 0 4%;
}
.brand-policy-txt {
    margin: 0;
    padding: 4% 4% 0;
}
.brand-policy-txt p{
    font-size: 4vw;
}
/* 2022.09 追加 end */
.top_hr {
    width: 100%;
}
.primary-link {
display: inline-block;
text-align: center;
}
.primary-link img {
width: 46.3%;
height: auto;
}
.main-inner {
padding: 0;
}
.single .main-inner p {
padding: 0 14px;
}
.news .icon {
height: auto;
}
.category {
display: flex;
}
.category .category-title {
font-size: 5vw;
position: absolute;
left: 20%;
bottom: 10%;
}
.news .news-category .category-title {
font-size: 4.8vw;
padding-bottom: 0;
margin-left: -2%;
}
.news .news-category {
margin-top: 5%;
}
.category .category-sub p{
font-size: 3vw;
}
.category .category-sub {
position: absolute;
right: 7%;
bottom: 16%;
}
.category .category-link {
position: absolute;
right: 2%;
bottom: 20%;
}
.news-list {
line-height: 1.4em;
}
.news-list a {
display: block;
font-size: 3.4vw;
padding: 2% 0;
}
.news-list .date {
display: block;
}
.news-list .date,.title,.news-topic {
display: table-cell;
}
.news-list li .date {
width: 40%;
padding-left: 4.5%;
}
.news-list li .title {
width: 40%;
float: left;
}
.news-list li .news-topic {
width: 50%;
padding: 0 2% 0 0;
float: left;
}
.contents-group-fb{
display: flex;
flex-wrap: wrap;
}
.rinen {
width: 31.8%;
}
.rinen .rinen-wrap {
margin-left: 14.15%;
}
.rinen .category .category-title{
font-size: 5vw;
position: absolute;
left: 54%;
bottom: 10%;
}
.category-link-img img {
width: 100%;
}
.rinen .icon {
width: 14vw;
}
.rinen .category-link-img img{
float: right;
}
.rinen_details p.row {
line-height: 1.5em !important;
}
.gaiyo {
width: 63.6%;
}
.gaiyo .category-title {
margin-left: 10%;
}
.gaiyo .gaiyo-wrap{
padding-right: 7.08%;
}
.gaiyo a.mr {
margin-right: 7.6%;
}
.gaiyo .icon {
width: 15vw;
}
.gaiyo-fb{
display: inline-flex;
}
.yakuin {
width: 100%;
margin-top: 6%;
}
.yakuin .icon{
width: 33.9%;
}
.yakuin-fb{
display: inline-flex;
text-align: center;
}
.yakuin-wrap {
padding: 0 4.5%;
}
.yakuin a.mr {
margin-right: 4.9%;
}
.category .yakuin-title {
margin-left: 0;
}
.information .icon{
width: 33.9%;
}
.information .info-link{
display: flex;
flex-flow: column;
text-align: center;
}
.info-box1 p, .info-box2 p, .info-box3 p {
position: absolute;
top: 25%;
left: 40%;
text-align: left;
font-size: 3.8vw;
}
.info-link-inner {
padding: 0 2%;
}
.information .info-link img {
width: 91.3%;
}
.info-txtbox .info-txt {
width: 91.3%;
}
.info-txtbox .info-txt p{
margin-left: 6%;
}
.info-txt img {
margin-right: 3em;
}
.shibu .icon{
width: 33.9%;
}
.shibu-box{
padding: 6% 4% 2%;
}
.shibu-box ul {
line-height: 2.5em;
}
.shibu-box ul.al-4 li{
width: 48.56%;
margin-right: 2.88%;
margin-bottom: 4vw;
}
.shibu-box ul.al-4 li:nth-child(2n) {
margin-right: 0;
}
.shibu-box ul li a {
font-size: 4vw;
padding-left: 1vw;
}
.shibu_page .shibu-category {
    margin-top: 5%;
}
.shibu_page .icon {
    width: auto;
}
.shibu_page .category .category-title {
    font-size: 4.8vw;
}
.banner-area {
margin: 0 4.5% 3% 4.5%;
}
.banner-area ul {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.banner-area .item1,.item2,.item3,.item4 {
width: auto;
}
.banner-area ul li {
margin-bottom: 3vw;
}
.banner-area ul li .item4 {
margin-right: 0;
}
.footer {
width: 100%;
margin: 0 auto;
}
.footer .gnavi {
height: auto;
}
.footer .gnavi ul{
height: 100%;
display: flex;
float: none;
justify-content: center;
}
.footer .gnavi__inner{
padding: 4% 0;
display: block;
}
.footer .right-line {
margin-top: 2%;
}
.footer .gnavi li::after {
height: 14px;
top: calc((100% - 14px)/2);
}
.footer .copy p {
font-size: 3vw;
}
.coming-soon {
line-height: 16vh;
}
}

/*========================================
10th Anniversary SP
========================================*/
@media screen and (max-width: 600px) {
    .anniversary_hero {
        margin-top: 0px;
    }
    .anniversary_content {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .anniversary_item1 {
        margin: 0;
        padding: 10% 0 6%;
        text-align: center;
    }
    .anniversary_item1 img {
        width: 52.7%;
        height: auto;
    }
    .anniversary_item2 {
        width: 92%;
        padding: 0 4%;
        margin: 0;
    }
    .anniversary_item2 .mokuji ul li a {
        font-size: 3.2vw;
    }
    .anniversary_item2 .mokuji ul li.row2 span.pl {
        padding-left: 1em;
    }
    .anniversary_item2 .mokuji ul li.row2 span {
        padding-left: 1em;
    }
    .anniversary_item2 .mokuji ul li::after {
        content: url(/wp-content/themes/original/img/h_05.png);
        position: absolute;
        right: 0;
        top: -2px;
    }
    .anniversary_item2 .mokuji ul li.row2::after {
        content: url("/wp-content/themes/original/img/h_05.png");
        position: absolute;
        right: 0;
        top: 8px;
    }
    .anniversary_item2 .mokuji p{
        font-size: 100%;
    }
    .anniversary_item2 .mokuji ul {
        margin: 4% 0 8%;
    }
}

/*========================================
  理念・概要SP
========================================*/
@media screen and (max-width: 600px) {
    .inner{
        padding: 0;
    }
    h1 img {
        margin: 4% 0;
    }
    .rinen_details_innner {
        padding: 0 4.5%;
    }
    .rinen_details p:first-child {
        font-size: 3.4vw;
        font-weight: bold;
        line-height: 1.6em;
    }
    .rinen_details{
        line-height: 1em;
    }
    .rinen_details p:nth-child(n+2) {
        font-size: 3.1vw;
        margin: 6% 0;
    }
    .rinen_details p:last-child {
        margin: 6% 0;
    }
    .rinen_details img {
        position: absolute;
        top: 34%;
        left: 4%;
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
    .gaiyo_table {
        margin: 5% 4.5% 10%;
    }
    .gaiyo_table .title {
        padding: 2%;
        font-size: 3.4vw;
    }
    .table_year {
        width:20%;
        font-size: 3.4vw;
    }
    .table_content {
        width: 65%;
        font-size: 3vw;
        padding: 4% 0;
    }
    .gaiyo_table ul li {
        margin-left: 2%;
    }
    .table_img .sinbol {
        width: 100%;
    }
    .table_img img {
        width: 90%;
        margin: 0;
        padding: 33% 0;
        margin-right: 2%;
    }
    .place {
        margin: 0 4.5%;
    }
    .place p:first-child {
        font-size: 3.4vw;
        font-weight: bold;
    }
    .place {
        font-size: 3vw;
    }
    .place p:last-child {
        margin-top: 2%;
    }
    .ggmap {
        position: relative;
        margin-top: 6px;
        padding-bottom: 50.25%;
        padding-top: 24px;
        height: 0;
        overflow: hidden;
    }
    .ggmap iframe, .ggmap object, .ggmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*========================================
  役員・組織図SP
========================================*/
@media screen and (max-width: 600px) {
    .greeting {
        width: auto;
        margin: 0;
        padding: 0 4.5% 10%;
    }
    .greeting_box .left_txt {
        font-size: 4.5vw;
        flex: 4;
    }
    .greeting_box .right_img {
        flex: 2;
    }
    .greeting_txt p {
        font-size: 3.3vw;
        line-height: 1.6em;
    }
    .greeting_txt p:first-child {
        margin-top: 4%;
    }
    .name_box .logo {
        width: 60%;
        display: flex;
        align-items: center;
    }
    .name_box .logo img {
        width: 100%;
        height: auto;
    }
    .greeting_txt p:last-child {
        margin-bottom: 6%;
    }
    .name_box {
        display: flex;
        justify-content: space-between;
    }
    .name_box .name_txt {
        margin-left: 0;
    }
    .name_box .name_txt p {
        font-size: 3vw;
    }
    .name_box .name_txt p:last-child {
        font-size: 3.8vw;
    }
    .fb_honbu_yakuin_outer {
        padding: 0 4.5%;
    }
    .fb_honbu_yakuin {
        display: flex;
        flex-direction: column;
    }
    .honbu_yakuin:nth-child(odd) {
        margin-right: 0;
    }
    .honbu_yakuin {
        width: 100%;
    }
    .yakushoku {
        flex-basis: 36%;
    }
    .yakushoku p {
        font-size: 3.3vw;
    }
    .yakuin_name {
        flex-basis: 64%;
        border-top: 1px solid #256ea0;
        border-bottom: 1px solid #256ea0;
    }
    .yakuin_name p {
        display: block;
        font-size: 4vw;
        padding-left: 3%;
        margin-top: 1%;
    }
    .yakuin_name p span{
        font-size: 2vw;
    }
    .personal .p_keireki {
        width: auto;
        margin-left: 3%;
    }
    .personal .p_img {
        flex-basis: 36%;
    }
    .personal .p_img img {
        width: 100%;
    }
    .personal .p_keireki_box {
        padding-left: 0;
        flex-basis: 64%;
    }
    .personal .tanto_shibu {
        padding-left: 3%;
    }
    .personal .p_keireki p:first-child {
        font-size: 3.4vw;
    }
    .personal .p_keireki p:nth-child(n+2) {
        font-size: 3.4vw;
    }
    .personal .tanto_shibu p:first-child {
        font-size: 3.4vw;
    }
    .personal .tanto_shibu p:nth-child(n+2) {
        font-size: 3.4vw;
    }
    .honbu_yakuin .bp span {
        position: absolute;
        top:3px;
    }
    .soshikizu {
        padding: 0 4.5% 12%;
    }
}

/*========================================
  支部ページSP
========================================*/
@media screen and (max-width: 600px) {
    .shibu_page h2{
        font-size: 4.8vw;
    }
    .shibu_page .news-list {
        padding: 0 0 10%;
    }
    .shibu_info .shibu_ichiran {
        position: absolute;
        bottom: 20%;
        right: 4%;
    }
    .shibu_info .shibu_ichiran {
        font-weight: normal;
        
    }
    .shibu_info .shibu_ichiran span img {
        width: 9%;
    }
    .shibu_doc {
        margin-bottom: 10%;
    }
    .shibu_doc ul.disc {
        padding-left: 2.5em;
    }
    .shibu_doc ul.non-disc {
        padding-left: 1em;
    }
    .shibu_doc li {
        line-height: 0.8em;
    }
}

@media screen and (max-width: 600px) {
    .main-inner {
        font-size: 3.4vw;
    }
    .flash-list .tab-category li {
        box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
    }
    .flash-list {
        width: 100%;
        margin-right: 0;
    }
    .loop-list {
        line-height: 1.4em;
    }
    .loop-list a {
        display: block;
        padding: 2% 0;
    }
    .loop-list .date {
        display: block;
    }
    .loop-list .date,.title,.news-topic {
        display: table-cell;
    }
    .loop-list li .date {
        width: 40%;
        padding-left: 4.5%;
    }
    .loop-list li .title {
        width: 40%;
        float: left;
    }
    .loop-list li .news-topic {
        width: 50%;
        padding: 0 2% 0 0;
        float: left;
    }
    .flash-years {
        display: block;
        width: 92%;
        margin: 0 auto 32px;
    }
    .flash-years-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 98%;
    }
    .flash-years .flash-years-list li {
        min-width: 64px;
        padding: 2px 0;
        border-bottom: none;
        border-right: 1px solid #a5a5a5;
    }
    .flash-years .flash-years-list li:last-child {
        border-right: none;
    }
    .flash-years-head {
        height: 24px;
        margin: 20px 0 12px;
        padding-top: 4px;
    }
    .union-report {
        width: 100%;
        margin-bottom: 32px;
    }
    .union-report .loop-list .date {
        padding-left: 16.5%;
    }
    .application-form {
        display: block;
        margin-bottom: 32px;
    }
    .application-form li {
        width: 100%;
        line-height: 3.2em;
        text-indent: 0.6em;
    }
    .terms li,
    .proposal li,
    .enquete li {
        width: 86%;
        line-height: 2em;
    }
    .activities-format {
        display: block;
    }
    .manual,
    .election,
    .friend,
    .headquarter-document {
        width: 91%;
        margin: 0 auto;
    }
    .manual,
    .election {
        margin-bottom: 16px;
    }
    .headquarter-document {
        margin-bottom: 32px;
    }
    .headquarter-document li {
        width: 100%;

    }
    .election li,
    .friend li,
    .headquarter-document li {
        margin-bottom: 12px;
    }
    .manual-content p:after {
        right: 40px;
        bottom: 7%;
        background-position: left;

    }
    .headquarter-document li:after {
        right: 0;
    }
}

/*========================================
  TOPへ戻るボタン（SPのみ）
========================================*/
@media screen and (max-width: 600px) {
    .to_top {
        position: fixed;
        right: -28px;
        bottom: 15vh;
        width: 92px;
        display: none;
        z-index: 9999;
    }
    
    .to_top img {
        width: 65%;
    }
}

/*========================================
 For vimeo iframe
========================================*/

.mov_iframe{
    position:relative;
    width:100%;
    height:0;
    padding-top:56%;
}
.mov_iframe iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}