﻿@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------
network
-----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
h1.border-LineGoods:before {
background-image: url(img/icon_title.png) !important;
}
}
@media only screen and (max-width: 767px){
h1.border-LineGoods:before {
background-image: url(img/icon_title.png);
}
}
@media only screen and (max-width: 360px){
h1.border-LineGoods {
margin: 0
}
/*h1.border-LineGoods:before { 
top: 1em; 
}*/
}

h1 span{
padding-left:0.7em}
#network{
width:100%;
max-width:1200px;
margin:0 auto}
.three-columns li {
width: 30%;
margin-bottom: 50px;
position: relative;
word-wrap: break-word;
background-color:#fff;
border: solid 1px #ccc;
}

.three-columns li  a {
color: #333333;
text-decoration: none; }
.fw{
font-weight:bold}
.content-visual img{
width:100%}
.centerImg{
text-align:center;
margin-bottom:40px}
.centerImg img{
width:100%;
max-width:680px
}	
.centerImg2{
width:100%;
max-width:640px;
margin:0 auto;
text-align:center;
margin-bottom:40px;
position:relative}
.centerImg2 img{
width:100%;
}

.centerImg2 a img{
width:100%;
height:100%}

.centerImg3{
text-align: center;
margin-bottom: 20px;
}
@media only screen and (max-width:768px) {
.centerImg3 img{
width: 100%;
height: auto;
}
}

.fancybox-button--fullscreen{
display:none !important}
@media only screen and (min-width:768px) {

.columnsPlus30:after{
content:"";
display: block;
width:30%;
}



.contents-menu span.imgLink{
margin:0;
padding:0;
display:block;
position:relative;
overflow: hidden;
width:100%;
height:10vh;
}

.contents-menu span.imgLink img{
position:absolute;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s;
}

.contents-menu a:hover img{
-moz-transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter:alpha( opacity=80);
}


}
@media only screen and (min-width:769px) {

.columnsPlus30:after{
content:"";
display: block;
width:30%;
}



/*.contents-menu span.imgLink{
margin:0;
padding:0;
display:block;
position:relative;
overflow: hidden;
width:100%;
height:143px;
}*/

.contents-menu span.imgLink img{
position:absolute;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s;
}

.contents-menu a:hover img{
-moz-transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter:alpha( opacity=80);
}


}



/*         group            */







@media only screen and (max-width: 767px) {
#network{
width:100%;
margin:0 auto}
#network .three-columns{
display : -webkit-box;     /* old Android */
display : -webkit-flex;    /* Safari etc. */
display : -ms-flexbox;     /* IE10        */
display : flex;
-webkit-flex-wrap: wrap;          /* Safari etc. */
-ms-flex-wrap    : wrap;          /* IE10        */
flex-wrap        : wrap;
-webkit-justify-content: space-between;  /* Safari etc. */
-ms-justify-content    : space-between;  /* IE10        */
justify-content        : space-between;}
.three-columns li{
margin:0 0 4% 0;
width:48%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background-color:#fff;
border: solid 1px #ccc;
}

#network p.fw br{ display:block}
}


/*-----------------------------------------------------------
network/agreement/index06
-----------------------------------------------------------*/

.centerImg4 img{
display: block;
margin: 0 auto;
max-width: 670px;
}
.centerImg4 img.auto{
margin: 10px auto;
}
@media only screen and (max-width:768px) {
.centerImg4 img{
width: 100%;
height: auto;
max-width: initial;
}
.centerImg4 img.arrow{
width: auto;
}
}
section p.note {
color: #808080;
}

/*-----------------------------------------------------------
history
-----------------------------------------------------------*/
.hisLink{
text-align: right;
}
.hisLink p{
font-size: 15px;
text-align: inherit;
}

.hisLink select{
padding: 5px 0;
}

.hisContent h4{
font-size: 16px;
position: relative;
padding-bottom: 5px;
border-bottom: 1px solid #E5002D;
font-weight: bold;
margin-bottom: 40px;
}

.hisContent .articleBox{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 40px 0;
}
.hisContent .articleBox .articleImg{
width: 300px;
}

.hisContent .articleBox .articleImg img{
width: 100%;
}

.hisContent .articleBox .articleText{
width: calc(100% - 340px);
margin-left: 40px;
}

.articleText h5{
margin-bottom: 10px;
}
.articleText p{
line-height: 1.75;
margin-bottom: 0;
}

@media only screen and (max-width:767px) {
.hisLink {
text-align: left;
}
.hisContent h4{
margin-bottom: 20px;
}
.hisContent .articleBox{
margin: 20px 0;
display: block;
}
.hisContent .articleBox .articleImg{
width: 100%;
}

.hisContent .articleBox .articleText{
width: 100%;
margin-left: 0;
}
.articleText h5 {
margin: 0.3em 0;
} 
}


/*-----------------------------------------------------------
network/agreement/index04
-----------------------------------------------------------*/
.agreeAccorion{
border: 1px solid #f3f0f0 ;
border-radius: 5px;
margin-bottom: 40px;
}

.agreeAccorion dt{
background-color: #f3f0f0;
/* margin: 20px 0; */
padding: 10px;
padding-left: 30px;
font-weight: bold;
cursor: pointer;
display: block;
border-radius: 5px;
font-size: 1.1em;
}
.agreeAccorion dt::before{
content: "\025bc";
font-weight: bold;
margin-right: 8px;
color: #333;
transition: 0.8s;
}
.agreeAccorion dt.slide_btn_active::before{
content: "\025b6";
}
.agreeAccorion dd{
margin: 10px;
}
.agreeAccorion dd table{
width: 100%;
border-collapse: collapse;
}
.agreeAccorion dd table td{
padding: 0;
vertical-align: top;
width: calc(100% / 10);
text-align: center;
}
.agreeAccorion dd table td:last-child ul{
border-right: none;
}
.agreeAccorion dd table ul{
border-right: #CCCCCC 1px dashed;
padding-bottom: 10px;
}
.agreeAccorion dd table ul p{
font-weight: bold;
text-align: center;
margin-bottom: 0;
line-height: 1.75;
}
.agreeAccorion dd table ul p.active{
background-color: #daf3cd;
}
.agreeAccorion dd table ul li{
margin-bottom: 0;
}

@media only screen and (max-width:768px) {
.agreeAccorion{
border: none;
margin-bottom: 20px;
}
.agreeAccorion dt{
position: relative;
padding-right: 25px;
padding-left: 10px;
font-size: 1em;
}
.agreeAccorion dt::before{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 10px;
font-size: 0.8em;
margin-right: 0;
}
.agreeAccorion dd{
margin: 10px 0 0 0;
}
.agreeAccorion dd table td{
width: 100%;
display: block;
background-color: #f3f0f0;
margin-bottom: 5px;
}
.agreeAccorion dd table ul{
border-right: none;
}
.agreeAccorion dd table ul p{
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
padding: 5px 0 5px;
font-size: 1em;
}
.agreeAccorion dd table ul li{
font-size: 0.9em;
}
}

.tablesorter{
border-collapse: collapse;
margin-bottom: 40px;
}


.tablesorter thead tr th{
padding: 8px;
border-bottom: 1px solid #ccc;
border-right: 1px solid #FFF;
/* color: #FFF; */
text-align: center;
background: #f8cabe;
}

.tablesorter td{
background-color: #FFF;
vertical-align: top;
border-bottom: 1px solid #ccc;
padding: 5px 15px;
}
.tablesorter tbody tr:nth-child(odd) td{
background-color: #f3f0f0;
}
.tablesorter thead tr .header {
background-image: url(../img/common/sorter_bg.gif);
background-repeat: no-repeat;
background-position: center right;
/* padding-top: 5px; */
}

.tablesorter thead tr .headerSortUp {
background-image: url(../img/common/sorter_asc.gif);
}
.tablesorter thead tr .headerSortDown {
background-image: url(../img/common/sorter_desc.gif);
}
@media only screen and (max-width:768px) {
.tablesorter td{
font-size: 0.8em;
padding: 5px;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.tablesorter thead tr th:nth-child(2){
width: 35%;
}
}

/*-----------------------------------------------------------
agreement/index02
-----------------------------------------------------------*/
.faqList li{
margin-bottom: 5px;
}
.faqList li a{
margin: 0 16px 5px 24px;
padding: 5px 0;
line-height: 140%;
text-indent: -24px;
font-size: 16px;
display: block;


}

.faqList li a::before{
content: "Q.";
font-weight: bold;
margin-right: 8px;
color: #09F;
}

.faq-box.block{
display: block;
}

.agreeFaq{
margin-top: 40px;
border-top: 1px solid #E5002D;
padding-top: 20px;
}

.agreeFaq .faq-box dd{
padding: 0 20px;
}
.agreeFaq .faq-box dd p{
margin-bottom: 10px;
}
.agreeFaq .faq-box dt{
padding-top: 20px;
}
@media only screen and (max-width:768px) {
.agreeFaq .faq-box dt{
padding-top: 10px;
}
}

/*-----------------------------------------------------------
backnumber
-----------------------------------------------------------*/

#network .backnumber.sl01 {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.2);
}
#network .backnumber.sl01::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
#network .backnumber {
    overflow: hidden;
    width: 240px;
    float: right;
}
#network .backnumber.sl01 select {
    padding: 8px 38px 8px 8px;
    color: #666666;
}
#network .backnumber select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background-color: rgba(255,255,255,0.2);
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
#network .backnumber.sl01:after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: '';
    border-left: 1px solid #bbbbbb;
}
#network #backnumber {
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
#network .backnumber {
    margin-top: 10px;
    float: right;
}
}

.prefectures {
}
.prefectures span {
font-weight: bold;
font-size: 1em;
padding-left: 0.5em; 
}
.col-2{
display: flex;
flex-direction: row;
gap: 45px;
}