@charset "utf-8";
/* ------------------------------------------------------------------------------
japan-izm.com
------------------------------------------------------------------------------ */

/* FontStyle */
strong {
font-weight: bold;
}
em {
font-style: italic;
}
/* LinkColor */
a:link {
color: #0d49d6;
}
a:visited {
color: #0d49d6;
}
a:hover {
color: #011638;
text-decoration: none;
}
a:focus {
color: #011638;
text-decoration: none;
}
a:active {
color: #011638;
}
/* TableStyle */
table {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-collapse: collapse;
border-spacing: 0;
}
table th {
padding: 5px;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background-color: #cccccc;
}
table td {
padding: 5px;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
table thead {
word-spacing: normal;
}
table tfoot {
word-spacing: normal;
}
table tbody {
word-spacing: normal;
}
* {
box-sizing: border-box;
}

/* フォント */
body {
font-family: メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-weight: 500;
color: #555555;
font-size: 16px;
font-size: 1.6rem;
line-height: 2.125em;
}

/* ホバー */
a[href] img,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
transition: .3s;
}
a[href]:hover,
a[href]:hover img,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover {
cursor: pointer;
opacity: .7;
transition: .3s;
}

/* ドラッグ選択時色 */
::selection {
background: #555050;
color: #ffffff;
}

/* デフォルトのスタイルリセット */
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
-webkit-appearance: button;
appearance: button;
background-color: transparent;
background-color: #ffffff;
border: none;
border-radius: 0;
cursor: pointer;
padding: .5em;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="password"],
textarea,
select {
cursor: pointer;
padding: .5em 2em;
margin-top: .25em;
margin-bottom: .25em;
color: #1d1a1a;
border: 1px solid #e2dcde;
/*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
}
textarea {
border-radius: 0;
height: 8em;
}
select {
display: block;
}

/* 入力フィールドの長さ */
input[id*="zip"] {
max-width: 200px;
}
input.inpShort {
max-width: 5em;
}
button:disabled,
input:disabled {
background-color: #ccccccccc;
color: #999999;
}
.formList {
display: flex;
}
.formList li + li {
margin-left: 1.5em;
}
/* ボタン関係 */
.btn button,
.btn input,
.btn a {
width: 80%;
max-width: 300px;
display: block;
padding: 10px 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
font-family: inherit;
text-align: center;
font-weight: bold;
/*! background-color: #ffffff; */
border: solid 1px #17499E;
background: #ffffff;
color: #17499E;
box-sizing: border-box;
/*! line-height: 1.6rem; */

border: 1px solid;
-o-border-image: -o-linear-gradient(225deg, #00baff, #1f12cb, #000e6b);
border-image: linear-gradient(225deg, #00baff, #1f12cb, #000e6b);
border-image-slice: 1;
}
.btn a:link,
.btn a:visited,
.btn a:active {
text-decoration: none;
color: #0d49d6;
}
.btnPrimary button,
.btnPrimary input,
.btnPrimary a {
color: #ffffff;
background-image: none;
    background: -webkit-gradient(linear, left top, right top, from( #17499e), to(#2d7eb1));
    background: -webkit-linear-gradient(left, #17499e, #2d7eb1);
    background: -o-linear-gradient(left, #17499e, #2d7eb1);
    background: linear-gradient(180deg, #17499e, #2d7eb1);
}
.btnSecondary button,
.btnSecondary input,
.btnSecondary a {
color: #ffffff;
background-image: none;
background-color: #2e2828;
}



/* ロード */
#wrap {
animation: fadeIn 1.8s ease 0s 1 normal;
-webkit-animation: fadeIn 1.8s ease 0s 1 normal;
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
/* ロードここまで */


/* 上下幅調整 */
.mt10 {
margin-top: 10px;
}
.mt20 {
margin-top: 20px;
}
.mt30 {
margin-top: 30px;
}
.mt40 {
margin-top: 40px;
}
.mt50 {
margin-top: 50px;
}
.mt60 {
margin-top: 60px;
}
.mt70 {
margin-top: 70px;
}
.mt80 {
margin-top: 80px;
}
.mt90 {
margin-top: 90px;
}
.mt100 {
margin-top: 100px;
}
.mb10 {
margin-bottom: 10px;
}
.mb20 {
margin-bottom: 20px;
}
.mb30 {
margin-bottom: 30px;
}
.mb40 {
margin-bottom: 40px;
}
.mb50 {
margin-bottom: 50px;
}
.mb60 {
margin-bottom: 60px;
}
.mb70 {
margin-bottom: 70px;
}
.mb80 {
margin-bottom: 80px;
}
.mb90 {
margin-bottom: 90px;
}
.mb100 {
margin-bottom: 100px;
}

.pt10 {
padding-top: 10px;
}
.pt20 {
padding-top: 20px;
}
.pt30 {
padding-top: 30px;
}
.pt40 {
padding-top: 40px;
}
.pt50 {
padding-top: 50px;
}
.pt60 {
padding-top: 60px;
}
.pt70 {
padding-top: 70px;
}
.pt80 {
padding-top: 80px;
}
.pt90 {
padding-top: 90px;
}
.pt100 {
padding-top: 100px;
}
.pb10 {
padding-bottom: 10px;
}
.pb20 {
padding-bottom: 20px;
}
.pb30 {
padding-bottom: 30px;
}
.pb40 {
padding-bottom: 40px;
}
.pb50 {
padding-bottom: 50px;
}
.pb60 {
padding-bottom: 60px;
}
.pb70 {
padding-bottom: 70px;
}
.pb80 {
padding-bottom: 80px;
}
.pb90 {
padding-bottom: 90px;
}
.pb100 {
padding-bottom: 100px;
}
/* 上下幅調整ここまで */

#wrap {
width: 100%;
/*! line-height: 1.9; */
}
.headWrap {
/* border-bottom: solid 1px #17499e; */
color: #ffffff;
background: #17499e;
width: 100%;
position: absolute;
z-index: 1000;
/*! background-color: #17499e; */
top: 0;
height: 70px;
background: -o-linear-gradient(225deg, #00baff, #0b61e6, #1225a2);
background: linear-gradient(-135deg, #00baff, #0b61e6, #1225a2);
}
#header {
width: 100%;
height: 70px;
/*! background: #17499e; */
z-index: 10000000;
}
.heaLogo {
/*! max-width: 110px; */
margin-right: auto;
}
.heaLogo img {
width: 100%;
height: auto;
}
.pagetop {
position: fixed;
right: 2%;
bottom: 3%;
}
.pagetop a {
display: inline-block;
padding: 5px 25px 5px 15px; 
color: #1d1a1a;
text-decoration: none;
background-color: rgba(255,255,255,0.5);
background: -webkit-gradient(linear, left top, left top, rgba(92, 178, 255, 0.5) 0%, rgba(0, 112, 255, 0.5) 100%);
background: -webkit-linear-gradient(to left, rgba(92, 178, 255, 0.5) 0%, rgba(0, 112, 255, 0.5) 100%);
background: -moz-linear-gradient(to left, rgba(92, 178, 255, 0.5) 0%, rgba(0, 112, 255, 0.5) 100%);
background: -o-linear-gradient(to left, rgba(92, 178, 255, 0.5) 0%, rgba(0, 112, 255, 0.5) 100%);
background: linear-gradient(to left, rgba(92, 178, 255, 0.5) 0%, rgba(0, 112, 255, 0.5) 100%);
}
.pagetop a:hover {
opacity: .7;
transition: .3s;
}


#footer {
width: 100%;
padding-top: 30px;
color: #fffcf9;
background: url("../img_common/bg_foot.jpg"), #17499e;
background-size:  cover;
background-position: right;
background-repeat: no-repeat;
}
.fooCont {
}
.fooLogo {
width: 89%;
margin: 0 auto 15px auto;
}
.fooLogo a{
color: #ffffff;
}
.fooLogo span {
}
.fooLogo img {
width: 100%;
height: auto;
}
.fooInfo {
}
.fooInfTxt {
font-size: 14px;
font-size: 1.4rem;
letter-spacing: 0.1em;
line-height: 1.8em;
}
.fooInfo a {
display: block;
/*! font-size: 24px; */
/*! font-size: 2.4rem; */
color: #fffcf9;
text-decoration: none;
/*! letter-spacing: 0.1em; */
}

.fooInfTime {
font-size: 10px;
font-size: 1.0rem;
letter-spacing: 0.1em;
}

.fooMenu {
text-align: center;
padding-bottom: 0px;
font-size: 12px;
font-size: 1.2rem;
letter-spacing: .3em;
display: flex;
margin: 0 auto;
justify-content: center;
}
.fooMenu a {
color: #ffffff;
margin-right: 3%;
}
.fooMenu a:last-of-type {
margin-right: 0;
}
.fooMenu a:link{
/* text-decoration: none; */
color: #ffffff;
}
.fooMenu a:visited{
color: #ffffff;
}

.fooCopy {
text-align: center;
padding-bottom: 30px;
font-size: 12px;
font-size: 1.2rem;
letter-spacing: .3em;
line-height: 1.2em;
}



/* 下層共通 */
.contWrap {/* 背景なし */
width: 100%;
}
.contWrapBg {/* 背景 グレー */
color: #0f9bd0;
background: #f9f9f9;

padding-bottom: 1px;
}
section.contWrapBg {/* 背景 グレー */
color: #0f9bd0;
background: url(../img_common/bg_content.png),#f9f9f9;
background-repeat: no-repeat;
background-position: left bottom;
padding-bottom: 1px;
}
.contWrapBg .contentsBox{ /* ボックス */
color: #555555;
background-color: #ffffff;
width: 95%;
max-width: 1020px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
padding-bottom: 50px;
filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .5));
padding-left: 100px;
padding-right: 100px;
}
.contWrapBg02 {/* 背景 白 */
color: #231815;
background-color: #fffffff;
}
.contents {
width: 90%;
margin: 0 auto;
padding-bottom: 50px;
}
.mainTit {
width: 100%;
text-align: center;
background-color: #f9f9f9;
padding: 20px 0 40px;
/*! margin-top: 54px; */
}
.mainTit h1 {
padding: 30px 0.5em 20px;
letter-spacing: .1em;
font-weight: bold;
font-size: 27px;
font-size: 2.7rem;
color: #0d49d6;
position: relative;
}
.mainTit h1:after {
position: absolute;
bottom: 0px;
left: calc(50% - 50px);
content: " ";
width: 100px;
height: 5px;
background: #0d49d6;
}

.mainTit.Titclr h1{
color: #007B5E;
}

.mainTit.Titclr h1:after{
background: #007B5E;
}

.pankuzuWrap {
width: 100%;
background-color: #f9f9f9;
margin-top: 68px;
}
.pankuzu {
padding: 5px;
/*! color: #ffffff; */
}
.pankuzu li {
display: inline-block;
margin-left: 0.5em;
font-size: 12px;
font-size: 1.2rem;
}
.pankuzu li a {
}
.pankuzu li a:hover {
text-decoration: none;
}
.pankuzu li:after {
content: "≫";
margin-left: 1em;
}
.pankuzu li:last-child:after {
content: none;
}
#sNav {
width: 60%;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
}
.sNavList {
display: flex;
justify-content: space-evenly;
}
.sNavList li {
padding-right: 10px;
padding-left: 10px;
font-weight:bold;
}
.sNavList.aClr a{
color: #007B5E
}
.txt.lowerTxt {
margin-bottom: 4em;
text-align: center;
font-size: 18px;
font-size: 1.8rem;
max-width: 1270px;
margin-right: auto;
margin-left: auto;
width: 90%;
}
.lowerNavWrap {
width: 100%;
background-color: #2e2727;
}
.lowerNav {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
border-top: solid 1px #9b8562;
}
.lowerNav li {
width: 50%;
display: flex;
align-items: center;
text-align: center;
font-size: 13px;
font-size: 1.3rem;
}
.lowerNav li a {
width: 100%;
height: 100%;
color: #9b8562;
text-decoration: none;
border-right: solid 1px #9b8562;
border-bottom: solid 1px #9b8562;
}
.lowerNav li a:hover {
color: #333333;
background-color: #9b8562;
transition: all .4s;
}
.lowerNav li.selected a {
pointer-events: none;
color: #333333;
background-color: #9b8562;
}
.tit {
width: 100%;
display: block;
padding-top: 60px;
margin-bottom: 40px;
text-align: center;
letter-spacing: .1em;
font-weight: bold;
color: #ffffff;
padding: 30px 0.5em 20px;
letter-spacing: .1em;
font-weight: bold;
font-size: 40px;
font-size: 3.0rem;
color: #0d49d6;
position: relative;
line-height: 1.2em;
}
.tit:after {
position: absolute;
bottom: 0px;
left: calc(50% - 50px);
content: " ";
width: 100px;
height: 3px;
background: #DDD;
}

.tit.titClr{
color: #007B5E;
}



.titSecondary {
color: #231815;
}
.mTit {
width: 100%;
display: block;
margin-bottom: 10px;
text-align: left ;
font-size: 25px;
font-size: 2.5rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
}
.mTit02 {
width: 100%;
display: block;
margin-bottom: 10px;
text-align: left;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.5;
text-align: left;
}



h4.sTit  {
/* width: 100%; */
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
font-weight: bold;
}
.txt {
margin-bottom: 2em;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.9;
color: #1d1a1a;
}
.contWrapBg .txt {
color: #231815;
}
.contWrapBg .txt a{
color: #ffffff;
}
.contWrapBg .txt a:visited{
color: #ffffff;
}
.contWrapBg .txt img{
max-width: 100%;
}

.list div.table3clm  {
display: flex;
justify-content:  space-evenly;
padding: 0% 1em 0% 2em;
background: #f0f0f0;
margin: 2px 5%;
}
.listContBox  {
display: flex;
}
.listContBox .tit  {
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
margin-bottom:15px;
color:#555050;
text-align:left;
}
.listContBox .tit::after  {
background:none;
}
.listMap  {
width:20%;
margin-top:50px;
margin-right:5%;
}
.listMap img  {
width:100%;
}
.listBox  {
width:50%;
}
.listBook  {
width:30%;
margin-top:50px;
margin-left:4%;
}
.listBook img  {
width:100%;
}
.listPhBox  {
display: flex;
}
.listPh  {
width:30%;
}
.listPh img  {
width:100%;
}
.listPhTxt  {
width:70%;
flex-flow: column;
display: flex;
justify-content: end;
margin-left:4%;
}
.listPhTxt p span  {
margin-left:10px;
/*font-weight:bold;*/
font-size: 2.4rem;
}


/*   .list div.table3clm *:nth-child(1)   {
background: #f0f0f0;
} */

/*menbers*/
.menberList {
margin-left:20px;
width:98%;
}
.menberList li {
float:left;
}
.menberListBoder {
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
}
.menberList.menberListBoder li {
	border-bottom:#999999 1px solid;
	border-right:#999999 1px solid;
	padding-left:20px;
}
.menberList.menberListBoderNone li {
	padding-left:20px;
	padding-right:40px;
}


/*menbers*/

/*about*/


.aboutList {
list-style: decimal;
}

.aboutName .aboutNameTable {
text-align:center;
padding-bottom:20px;
border-bottom:#a4a4a4 solid 1px;
margin-bottom:20px;
}

/*about*/

/*council*/

.councilPDF {
font-size: 1.8rem;
}

/*council*/

/*subscription*/

.contWrapBg.subsTitBg .contentsBox {
background:none;
text-align:left;
filter:none;
margin-bottom:0px;
padding-bottom:0px;
max-width: 660px;
}
.subsTxt {
font-size: 1.6rem;
}
/*subscription*/

@media screen and (max-width: 850px) {
/* ---------- SP ------------------------------------------------------------------------------------------------------------------------------------- */
.sp {
display: block;
}
.pc {
display: none;
}
#gNavToggle {
background-color: transparent;
cursor: pointer;
display: block;
z-index: 1000;
}
#gNav {
position: fixed;
left: 0;
top: -100%;
opacity: 0;
transition: .3s;
width: 100%;
height: 100%;
z-index: -1;
}
#gNav.js-open {
opacity: 1;
transition: .3s;
z-index: 100;
top: 0;
}
.gNavList {
width: 100%;
padding-top: 40px;
position: relative;
overflow-x: hidden;
overflow-y: auto;
background: #ffffff;
filter: drop-shadow(0 0 3px rgba(29,26,26,0.3));
}
.gNavList li {
width: 100%;
display: block;
text-align: left;
border-bottom: solid 1px #231815;
}
.gNavList li:last-child {
border-bottom: none;
}
.gNavList li a {
display: block;
padding: 1.3em 1.3em 1.3em 30%;
color: #231815;
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
text-decoration: none;
}
.gNavLang select {
margin: 1.3em 1.3em 1.3em 30%;
font-size: 18px;
font-size: 1.8rem;
}
.txt.lowerTxt br{
display: none;
}  
.heaLogo {
position: absolute;
max-width: 190px;
margin-right: auto;
/*! z-index: 1000; */
}
/* メニューボタン */
#gNavToggle,
#gNavToggle span {
display: inline-block;
transition: .3s;
}
#gNavToggle {
position: fixed;
top: 10px;
right: 10px;
width: 45px;
height: 45px;
z-index: 20;
background-color: #ffffff;
/*! border-left: solid 1px #17499e; */
/*! border-bottom: solid 1px #17499e; */
/*! bottom: 0; */
  border: 1px solid #4adbf1;
  -o-border-image: -o-linear-gradient(225deg, #00baff, #1f12cb, #000e6b);
     border-image: #4adbf1;
  border-image-slice: 1;
}
#gNavToggle span {
position: absolute;
top: 20px;
left: 10px;
width: 25px;
height: 2px;
margin: 0 auto;
background-color: #17499e;
background: -webkit-gradient(linear, left top, left top, #00baff, #1f12cb);
background: -webkit-linear-gradient(left, #00baff, #1f12cb);
background: -moz-linear-gradient(left, #00baff, #1f12cb);
background: -o-linear-gradient(left, #00baff, #1f12cb);
background: linear-gradient(to left, #00baff, #1f12cb);
}
#gNavToggle span:nth-of-type(1) {
top: 12px;
}
#gNavToggle span:nth-of-type(2) {
top: 21px;
}
#gNavToggle span:nth-of-type(3) {
top: 30px;
}
#gNavToggle.js-active {
z-index: 1000;
}
#gNavToggle.js-active span:nth-of-type(1) {
-webkit-transform: translateY(6px) rotate(-45deg);
transform: translateY(8px) rotate(-45deg);
}
#gNavToggle.js-active span:nth-of-type(2) {
opacity: 0;
}
#gNavToggle.js-active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
}
/* 下層共通 */
.tit {
letter-spacing: 0;
font-size: 22px;
font-size: 2.2rem;
margin-bottom: 20px;  
}
.tit:after {
position: absolute;
bottom: 10px;
left: calc(50% - 25px);
content: " ";
width: 50px;
height: 5px;
background: #0d49d6;
}
 .list div {
display: block;
    }
.contentsBox .list div {
display: block;
margin-left: 3%;
margin-right: 3%;
padding: 4% 0 4%;
}

.contWrapBg .contentsBox{ /* ボックス */
color: #555555;
background-color: #ffffff;
width: 95%;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
padding-bottom: 30px;
filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .5));
padding-left: 5%;
padding-right: 5%;
padding-top: 20px;
}       
.list div {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 4% 1em 4% 2em;
position: relative;
font-size: 14px;
font-size: 1.4rem;
/*! border-bottom: solid 1px #011638; */
}
.list div:before {
display: block;
content: '';
position: absolute;
top: 50%;
left: 1em;
width: 5px;
height: 2px;
background-color: #ffffff;
}
.contentsBox .list div:before {
display: none;
content: '';
}
    
.list div > dt {
white-space: nowrap;
width: 100%;
text-align: center;
font-weight: bold;
}
.lisPrice {
/*! white-space:  pre-line; */
text-align: center;
width: 100%;
line-height: 1.8em;
}

.list div.table3clm {
padding: 0;
background: #f0f0f0;
margin: 2px 5%;
}
.list div.table3clm p   {
padding: 0% 1em 0% 2em;
}

.list div.table3clm *:nth-child(2) {
background: #f9f9f9;
padding: .5em 1em 0% 2em;
line-height: 2em;
}
.list div.table3clm *:nth-child(3) {
background: #f9f9f9;
padding: 0% 1em .5em 2em;
line-height: 1.6em;
}


    
    
    
#footer {
padding-top:20px;
} 
.fooCont {
/*! max-width: 235px; */
margin: 0 auto 10px auto;
text-align: center;
}
.fooLogo {
max-width: 80%;
margin: 0 auto 5px auto;
}
.fooLogo span {
    display: inline-block;
}
.fooLogo img {
}
.fooInfo {
}
.fooInfTxt {
}
.fooInfo a {
}
.fooInfo a:before {
}
.fooInfTime {
}
.fooMenu {
}
.fooMenu a {
}
.fooMenu a:last-of-type {
}
.fooMenu a:link{
}
.fooMenu a:visited{
}
.fooCopy {
text-align: center;
padding-bottom: 10px;
}

.sNavList {
flex-wrap: wrap;
}

/*menbers*/

.menberList li {
width:50%;
}

/*.menberList.menberListBoder li:nth-child(2n+0) {
	border-right: none;
}*/

/*menbers*/

/*about*/
.aboutTab table {
	font-size:13px;
	line-height:1.5em;
}
.aboutTab table td:nth-child(1) {
	width:10%;
}
.aboutTab table td:nth-child(2) {
	width:23%;
}
.aboutTab table td:nth-child(3) {
	width:23%;
}

section.contWrapBg.meiboBg {/* 背景 グレー 会員名簿 */
background-color:#f9f9f9;
background-image:none;
}

}

@media screen and (min-width: 851px) {
/* ---------- PC ----------------------------------------------------------------------------------------------------------- */
.pc {
display: block;
}
.sp {
display: none;
}
/* ボタン関係 */
.btn button,
.btn input,
.btn a {
/*! font-size: 16px; */
/*! font-size: 1.6rem; */
}
.btn span {
background-size: 75%;
}
.headWrap {
width: 100%;
position: fixed;
z-index: 1000;
/*! background-color: #17499e; */
/*! height: 100px; */
/*! justify-content: center; */
/*! align-items: center; */
}
#header {
max-width: 1300px;
margin: 0 auto;
display: flex;
flex-direction: row;
transition: .3s;
}
.heaLogo {
max-width: 310px;
transition: .3s;
position: fixed;
z-index: 10000;
top: 5px;
}
.heaLogo img {
width: 100%;
height: auto;
margin-left: 10%;
}
#gNavToggle {
display: none;
}
#gNav {
width: 70%;
text-align: right;
margin-left: auto;
}
.gNavList {
padding: 18px 0;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
}
.gNavList li {
text-align: center;
}
.gNavList li a {
position: relative;
display: inline-block;
color: #ffffff;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
text-decoration: none;
transition: all .4s ease;
}
.gNavList li a:hover {
color: #EEE;
}
.gNavList li.selected a {
/*color: #fff000;*/
}
.gNavList li ul li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.gNavList li ul li a {
    border-top: 1px solid #eee;
		padding-top:3px;
}
.gNavList li:hover > ul > li {
    height: 4rem;
    overflow: visible;
	background-color:#009;
	padding:1px 8px;
}
.gNavLang select {
color: #ffffff;
background-color: #17499e;
}
/* ヘッダースクロール後 */
#header.js-headerScroll {
height: 70px;
padding: 0;
transition: .3s;
}
.js-headerScroll .heaLogo {
max-width: 145px;
transition: .3s;
}
.js-headerScroll .gNavList {
padding: 2.5% 0;
}

/* ヘッダースクロール後ここまで */
    
    
    
    
    
    
    
  .list div {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 4% 1em 4% 2em;
position: relative;
font-size: 14px;
font-size: 1.6rem;
/*! border-bottom: solid 1px #011638; */
}
.list div:before {
display: block;
content: '';
position: absolute;
top: 50%;
left: 1em;
width: 5px;
height: 2px;
background-color: #ffffff;
}
.contentsBox .list div:before {
display: none;
content: '';
}
.list div > dt {
/*margin-right: .5em;*/
width: 21%;
/*text-align: right;*/
padding-right: 10px;
}
/* リストアイコン無し */
.list div.listSub:before {
display: none;
}
.lisPrice {
/*! white-space:  pre-line; */
/*! text-align: right; */
width: 80%;
}

.w100p {
width: 100% !important;
} 
.wNon {
width: auto !important;
padding-right:50px;
} 
   
    
#footer {
padding-top: 120px;
font-size: 1.2em;
}
.fooCont {
max-width: 800px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
margin: 0 auto 60px auto;
text-align: left;
}
.fooLogo {
/*! max-width: 141px; */
margin-right: 25px;
font-weight: bolder;
}
.fooLogo a {
text-decoration: none;
}

.fooLogo span {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
}
.fooLogo img {
}
.fooInfo {
padding-left: 1.5em;
border-left: solid 3px #fffcf9;
min-width: 280px;
}
.fooInfTxt {
}
.fooInfo a {
display: block;
pointer-events: none;
/*! font-size: 28px; */
/*! font-size: 2.8rem; */
}
.fooInfo a:before {
width: 14px;
height: 20px;
margin-right: 10px;
}
.fooInfTime {
}
.fooMenu {
}
.fooMenu a {
}
.fooMenu a:last-of-type {
}
.fooMenu a:link{
}
.fooMenu a:visited{
}
.fooInfTime {
font-size: 14px;
font-size: 1.4rem;
}
.fooCopy {
font-size: 12px;
font-size: 1.2rem;
}



















/* 下層共通 */
#main {
width: 100%;
padding-top: 1px;
}
.contents {
max-width: 1070px;
margin: 0 auto;
padding-bottom: 70px;
}
.mainTit h1 {
font-size: 34px;
font-size: 3.4rem;
}
.pankuzu {
max-width: 900px;
margin: 0 auto;
/*! padding: 15px 0; */
}
.lowerNav {
max-width: 1070px;
flex-wrap: nowrap;
margin: 0 auto;
padding: 2% 0;
border: none;
}
.lowerNav li {
margin-right: 10px;
font-size: 14px;
font-size: 1.4rem;
border-bottom: none;
}
.lowerNav li a {
padding: 5% 18%;
vertical-align: middle;
border: solid 1px #9b8562;
}
.tit {
padding-top: 40px;
margin-bottom: 30px;
}
.mTit {
font-size: 24px;
font-size: 2.4rem;
text-align: left;
}

.mTit02 {
font-size: 1.6rem;
}

.mTitLink{
text-align: left !important;
}

.sTit p {
width: 20%;
font-size: 18px;
font-size: 1.8rem;
}
.txt {
line-height: 2;
}
.list {
max-width: 1000px;
margin: 0 auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.list div {
width: 100%;
padding: 1em 1em 1em 0;
line-height: 1.8em
}
.list div:before {
top: 50%;
}
  
.list div.table3clm  {
display: flex;
justify-content:  left;
padding: 0% 1em 0% 1em;
background: #f0f0f0;
margin: 2px 5% 10px;
}
.list div.table3clm p:first-child  {
padding: .2em 1.5em .2em .3em;
background: #f0f0f0;
margin: 2px 0em 2px 0;
}
.list div.table3clm p:nth-of-type(2)  {
padding: .2em 1em .2em 0;
background: #f0f0f0;
margin: 2px 0em 2px;
}
.list div.table3clm p:nth-of-type(3)  {
padding: .2em 0 .2em 0;
background: #f0f0f0;
margin: 2px 0em 2px;
}

/*menbers*/

.menberList li {
width:20%;
}
.menberList li.menberOne {
width:100%;
}

/*menbers*/

/*about*/

.aboutTab table {
	margin-left:auto;
	margin-right:auto;
	width:90%;
}

.aboutList li {
margin-left:20px;
}

.aboutName .aboutNameTable {
text-align:left;
}
/*about*/

/*council*/
.councilPDF li {
float:left;
margin-right:5%;
}
.councilPDF li.councilPDFlast {
float:left;
margin-right:0;
}
/*council*/

/*.menberList.menberListBoder li:nth-child(5n+0) {
	border-right: none;
}*/

}

@media screen and (max-width: 1120px) {
/* ---------- 変則SP ------------------------------------------------------------------------------------------------------------------------------------- */
.heaLogo {
max-width: 240px;
}
.listContBox  {
flex-wrap: wrap;
}
.listContBox .tit  {
text-align: center;
}
.listMap  {
width:40%;
}
.listMap.pc  {
display:none;
}
.listMap.sp  {
display: block;
}
.listBox  {
width:100%;
}
.listBook  {
width:50%;;
}
.listPhBox  {
display: block;
text-align:center;
}
.listPh {
    width: 40%;
	margin-left:auto;
	margin-right:auto;
}
.listPhTxt {
    width: 100%;
    display: block;
    margin-left: 0px;
}
.listPhTxt p {
font-size: 1.4rem;
}
.listPhTxt p span  {
font-weight:bold;
font-size: 1.8rem;
}
}