@charset "utf-8";

.hidden {
    display: none;
}
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;@charset "utf-8";
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

.flex {
display: flex;
}
 
/* よく使うCSS start
 
img {
    max-width:100%;
}
 
table {
    width:100%;
}
 
a,a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
 
a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
 
よく使うCSS end -----
時々使うCSS3 start ---
 
テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}
 
テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}
 
ボックスシャドウ {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
 
ボックスシャドウ内側 {
    -moz-box-shadow: inset 1px 1px 3px #000;
    -webkit-box-shadow: inset 1px 1px 3px #000;
    box-shadow: inset 1px 1px 3px #000;
}
 
角丸 {
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; 
}
 
トランジション {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
 
透明 {
    filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}
 
背景のみ透明 {
    background-color:rgba(255,255,255,0.2);
}
 
グラデーション {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
    background-image: -moz-linear-gradient(top, #ffffff, #000000);
    background-image: -ms-linear-gradient(top, #ffffff, #000000);
    background-image: -o-linear-gradient(top, #ffffff, #000000);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
    background-image: -webkit-linear-gradient(top, #ffffff, #000000);
    background-image: linear-gradient(top, #ffffff, #000000);
}
 
スマホ対応
@media screen and (max-width: 480px){
    
}
@media screen and (max-width: 320px){
    
}
 
時々使うCSS3 end */

.topmainimgleftbg {
width:100%;
height:100%;
/*margin:0 auto;*/
position:relative;
}
.topmainimgleftbg img {
position:absolute;
left:0;
top:0;
}


.wrapper{
    /*width:1024px;*/
    /*margin:0 auto;*/
    padding: 30px;
}



.maincon{
    display: table;
    width: 100%;
}
.rightcon{
    display: table-cell;
    background-color: #fff;
    width: 219px;
    vertical-align: top;
    border-right: 1px solid #e5e5e5;
}

.leftcon{
    display: table-cell;
    background-color: #f2f2eb;
    width:auto;
    vertical-align: top;
}


/*============================
#globalheader.globalheader
============================*/
#globalheader.globalheader{
}

/*============================
#gh-content wrapper.gh-content
============================*/
#gh-content wrapper.gh-content{
}

header{
    padding-top:3px;
    padding-left:3px;
    padding-right:3px;
    /*position:fixed;*/
    width:213px ;
}

/*ヘッダーロゴ*/

.headlogo{
}
.headlogo h2{
    display: none;
}

.headlogo h2 a,.headlogo h2 a img,.headlogo h1 a,.headlogo h1 a img{
    display: block;

}

.headlogo h2 a,.headlogo h2 a img,.headlogo h1 a,.headlogo h1 a img{
    display: block;
}
.headlogo h2 a{
    padding:45px 0 30px 0;    
}
.headlogo h2 a img{
    width: 114px;
    margin:0 auto 0 auto;
}

.headlogo h1 a{
    padding:40px 0 36px 0;    
}

.headlogo h1 a img{
    width:118px;
    margin:0 auto 0 auto;

}

.topmainimgleftbg{
    width:99.5%;
    /*height:99%;*/
/*height: 100% !important;*/
/*position: absolute !important;*/
top: 0;
z-index: 0;
}


.topmainimgleftbg:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の75%に固定 */
}

.topmainimgleftbg:hover{
    opacity: 0.6;
}

.headlogo h2{
    /*background-color: #ec84b1;*/
    background-color: #F4DC64;
}

.headlogo h1{
    /*background-color: #009453;*/
    background-color: #f7ac3b;
}


h1 .mobilemenubtn{
    display:none;
}

.simbol{
    width:184px;
    position:fixed;
    top:0;
    right:0;
    z-index: 100;
}
.simbol img{
    width:184px;
}
/*ここからメニュー*/

li.ghmtopclass{
    cursor: pointer;
}

.lmtop:hover{
    background-color:#999;
}


.gh-menu{
    
}
.lmtop{
    font-weight: bold;
    text-align:center;
    font-size:13px;
    background-color:#d8b593; 
    padding:30px 0 25px 0;
    margin-top:1px;
}
.gh-menu li:nth-child(1) .lmtop{
    margin-top:3px;
}

.lmtop:after{
    content:" ";
    display: block;
    margin:0 auto;
    width:6px;
    height:3px;
    background-image: url(../images/common/menuarrow1.png);
    background-size: 6px;
}

.lm1st{
    font-weight:bold;
    font-size:12px;
}

.lm1stlink{
    font-weight:bold;
    font-size:12px;
}

.lm2ndtitle{
    font-weight:bold;
    font-size:12px;   
}


.lm2ndtitle{
    font-size:12px;
}
.lm2nd{
    padding-left:10px;
}

.gh-menu li ul{
    -webkit-transition: 0.5s all ease-out;
    -moz-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

.gh-menu li ul li{
    line-height:15px;
    padding-top:3px;
    padding-bottom:3px;
    opacity:1;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.gh-menu li ul li a{
    text-decoration: none;
    color:#333;
    display:block;
}

.gh-menu li ul li a:hover{
    background-color: #f7ac3b;
    color:#333;
}


.gh-menu li .menuclose{

    overflow: hidden;

}

.gh-menu li ul.ghmtopmenu{
    padding-right:10px;
    padding-left:10px;
}

.gh-menu li ul.ghmtopmenu.menuopen{
    padding-top:10px;
    padding-bottom:10px;
}

.gh-menu li ul.menuclose li{
    line-height:0px;
    padding-top:0px;
    padding-bottom:0px;
    opacity:0;
}


.gh-menu li .menuopen{
    height:auto;
    overflow: hidden;
}



.li1st{

}
.ghsub{
    margin-top:13px;
}
.ghsub li a{
    height:23px;
    line-height:23px;
    font-size:12px;
    text-decoration:none;
    color:#221815;
    display:block;
    text-align:right;
    padding-right:20px;
    background-image: url(../images/common/menuarrow2.png);
    -webkit-background-size: 5px;
         -o-background-size: 5px;
            background-size: 5px;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
}

.ghsub li a:hover{
    background-color: #f7ac3b;
    color: #FFF;
}
.ghsub li a:hover:after{
    content:" ";
    background-color: #f7ac3b;
}

.ghsub li a:after{
    height:1px;
    width:50%;
    position: absolute;
    bottom:0px;
    left:0px;
    content:" ";
    background-color: #ebebeb;
}


.foruser{
    background-color: #ec84b1;
border-radius: 3px;
}

.foruser a{
color: #FFF;
text-decoration: none;
font-size: 12px;
font-weight: bold;
text-align: center;
display: block;
padding: 5px;
margin-top: 23px;
}

.foruser a:hover{
    background-color: #999;
}

#snswidget{
    width: 200px;
    margin: 15px auto;
}
.pastpage ul{
    display: table;
    margin:10px auto;
}

.pastpage ul li{
    display:table-cell;
    font-size:12px;
}

.pastpage ul li a{
    color:#333;
    text-decoration:none;
}
.pastpage ul li a:hover{
    text-decoration:underline;
}


.pastpage ul li:after{
    content:"|";
    font-size:12px;
    margin:0 5px;
}

.pastpage ul li:nth-child(3n):after{
    content:none;
}

.socialbtns ul{
    display:table;
    margin:10px auto;
}

.socialbtns ul li{
    display:table-cell;
    padding:0 5px;
}

.socialbtns ul li a{
    display:block;
}

.socialbtns ul li a:hover{
    opacity: 0.6;
}

.socialbtns ul li a img{
    display:block;
}

/*============================
#main.main.wrapper
============================*/
#main.main.wrapper{
}
.topmainimgblk{
    display:table;
    width:100%;
    border-collapse:separate;
    border-spacing:4px;
}

.maintbc{
    display:table-cell;
    vertical-align:top;
    background-color: #FFF;
}

.topmainimgleft{
    display: table-cell;
    width:50.0%;
    position:relative;
}

.topmainimgleft ul li{
position: absolute;
overflow: hidden;
width: 100%;
height: 100%;
display: none;
top: 0px;
left: 0px;
}


.topmainimgleft img{
    width:100%;
    display: block;
    position: relative;
    z-index: -1;
}
.topmainimgright{
    display: table-cell;
    width: 50.0%;
    position: relative;
}


.topimgchangeupbtn{
    position:absolute;
    top:-12px;
    left:50%;
    margin-left:-12px;
    display:block;
    width:24px;
    height:24px;
    background-image: url(../images/top/up.png);
    -webkit-background-size: 24px;
         -o-background-size: 24px;
            background-size: 24px;
    background-position: center;
    z-index:100;
    cursor:pointer;
}

.topimgchangebottombtn{
    position:absolute;
    bottom:-12px;
    left:50%;
    margin-left:-12px;
    display:block;
    width:24px;
    height:24px;
    background-image: url(../images/top/down.png);
    -webkit-background-size: 24px;
         -o-background-size: 24px;
            background-size: 24px;
    background-position: center;
        z-index:100;
            cursor:pointer;
}

.topimgchangeupbtn:hover{background-image: url(../images/top/up_active.png);}
.topimgchangebottombtn:hover{background-image: url(../images/top/down_active.png);}

.topmainimgrightbg{
    position:absolute;
    width:100%;
    height:100%;
    overflow: hidden;
}

.topmainimgrightbg:before{
    padding-top:100%;
        display:block;
        content:"";
}

.topmainimgright ul{
    padding-left: 0.5%;
    position:absolute;
    top:0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition:all 0.5s;
}

.topmainimgright ul.pos1{top:-33.7%;}
.topmainimgright ul.pos2{top:-67.4%;}
.topmainimgright ul.pos3{top:-101.1%;}
.topmainimgright ul.pos4{top:-134.8%;}
.topmainimgright ul.pos5{top:-168.5%;}
.topmainimgright ul.pos6{top:-202.2%;}
.topmainimgright ul.pos7{top:-235.9%;}

.topmainimgright ul li img{
    width:100%;
    display:block;
}

.topmainimgright ul li{
    padding-bottom:1%;

}


.topmainimg2{
    margin-bottom:4px;
}
.topmainimg2 img{
    width:100%;
    display: block;
}
/*.topmainimg2 img:hover{
    opacity: 0.6;
}*/

.topmainimg3 img{
    width:100%;
    display: block;
}
.topmainimg3 img:hover{
    opacity: 0.6;
}

.igyoshu{

}
.igyoshu:hover{
    opacity: 0.6;
}

.igyoshu img{
    max-width:643px;
    display: block;
    margin:0 auto;
}

/* .sonotaoshirase.first{
    margin-top: 30px;
} */
.sonotaoshil img{
    width:100%;
    display: block;
}
.sonotaoshil a img:hover{
    opacity: 0.6;
}

.sonotaoshir img{
    width:100%;
    display: block;
}
.sonotaoshir a img:hover{
    opacity: 0.6;
}

.houkoku{
    width:950px;
    margin:60px auto;
}

.houkoku.memberlist{
    width:900px;
} 

.houkoku h4{
    font-size:23px;
    font-weight:bold;
    text-align:center;
}

.jikaireikai{
    background-color: #f7ac3b;
    color:#FFF;
    width:50%;
    font-weight: bold;
    text-align: center;
}
.jikaireikai:hover{
    opacity: 0.6;
}

.forsanjo{
    font-weight: bold;
    font-size:16px;
    text-align: center;
    margin-top:15%;
}
.reikaiannnai{
    font-weight: bold;
    font-size:20px;
}

.houkoku ul{
margin:0 -5px;
}

.houkoku h4:after{
    width:14px;
    height:5px;
    background-color: #000;
    display:block;
    content:"";
    margin:5px auto 10px auto;
}
.oshiraseone{
    float:left;
    width:214px;
    margin:5px;
    padding:8px;
    background-color: #FFF;
}
.oshiraseone:hover{
    opacity: 0.6;
}

.memberlist .oshiraseone{
    width:428px;
    display:table;
    min-height: 300px;
}
div.memorg{
padding-top: 7px;
margin-top: 7px;
border-top: 1px dotted #AAA;
}
.memberlist .oshiraseimg{
    width: 30%;
    display: table-cell;
}

.memberlist .oshirasetxt{
    display: table-cell;
font-size: 14px;
padding-left: 10px;
}

div.memname{
    font-weight:bold;
}

.oshiraseimg{
    width:100%;
    height:100px;
    background-color: #DDD;
background-size: cover;
background-position: center;
}

.oshirasetxt{

}
.oshirasedate{
    margin-top:5px;
    font-family:serif;
    font-style:italic;
    font-weight:bold;
    font-size:11px;
    color:#999;
}
.oshirasetitle{
    color:#333;
    font-size:12px;
    font-weight:bold;
    border-bottom:1px solid #DDD;
    padding-bottom:3px;
    margin-bottom:3px;
    height:1.0rem;
    overflow: hidden;
}

.oshirasetext{
    font-size:12px;
color:#666;
height: 3.2rem;
overflow: hidden ;
}

.oshiraseone a{
    text-decoration: none;
}

#topbottombtns{
    width: 80%;
    margin: 0 auto;
}

.topbottombtn{
    display: flex;
    width: 49%;
/* height: 100px; */
padding: 24px;
    margin: 30px 1%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.topbottombtn:hover{
    opacity: 0.6;
}

.kaiinnsenyobtn{
    background-color: #ec84b1;

}
.kanrendantaibtn{
    background-color: #f7ac3b;
}

.btntext{
    display: block;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

#lockicon{
    width: 20px;
    margin-right: 10px;
}


.pagination {
    text-align:center;
}

.page-numbers.current {
    font-weight:bold;
 }

 .page-numbers {
    color:#000;
 }

/* ▼ 選挙プロジェクト　ページ*/

/*.govotetopbox {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
/*  position: relative;
  display: table;
}

.topmoviebox iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: table-cell;
}*/

.govotetopbox{
    display: table;
}

.topmoviebox {
    display: table-cell;
}

/* 署名フォーム */
.topformbox {
    display: table-cell;
    vertical-align: top;
    margin:0px auto 1px auto;
}

.topformbox .shomeititle{
    padding:20px 10px 20px 10px;
    background-color: #f7ac3b;
}

/* ▲ */

/*フッター*/
.media{
    background-color: #FFF;
    padding:10px;
}

.mediatable{
    display:table;
    border-collapse:separate;
    border-spacing:5px;
    margin:10px auto;
    
}

.mediatable a{
    display:table-cell;
}

.mediatable a:hover{
    opacity: 0.6;
}

.mediatable a img{
    width:244px;
    display:block;
}

.sanjyo{
    background-color: #FFF;
    display: table;
    width:100%;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}

.sanjyo h5{
    display: table-cell;
    vertical-align:middle;
    padding-left:20px;
    color:#5e5e5e;
    font-weight:bold;
    font-size:13px;
}


div.sanjyolist{
    display:table;
    margin:0 auto;
}

div.sanjyolist ul{
    display: table;
        border-collapse:separate;
    border-spacing:5px 0;
}

div.sanjyolist ul li{
    display: table-cell;
    vertical-align: middle;
}
div.sanjyolist ul li img{
max-width:100px;
max-height:70px;
display:block;
}

div.sanjyolist ul li:hover{
    opacity: 0.6;
}
div.sanjoarrow{
    display: table-cell;
    vertical-align:middle;
}

div.sanjoarrow img{
    display: block;
    width:5px;
    margin-right:10px;
}
div.sanjoarrow img:hover{
    opacity: 0.6;
}

footer{
    background: #FFF;
    padding-top:28px;
}

.footerblock1 h3 img{
    width:252px;
}

.nishinomiyajcinfo{
    color:#333;
    font-size:11.5px;
}

.footerclass1menu{
    display: table;
    width:90%;
    margin:0px auto 10px auto;
}

.footerclass1menu a{
    text-decoration: none;
}

.footerblock1{
    display: table-cell;
    border-left:1px solid #DDD;
    padding:10px;
    padding-left:20px;
    vertical-align: top;
}
.footerblock1:nth-child(1){
    border-left:0px;
}

.footlistclass2:before{
    content:"--";
}

.footlistclass2{
    color:#333;
    font-size:11px;
    line-height:120%;
}

.footlistclass1{
    color:#333;
    font-size:11px;
    line-height:120%;

}

.footermenutitle{
    font-size:13px;
    font-weight:bold;
    margin-bottom:15px;
}
.copy{
    font-size:11px;
    color:#666;
    text-align: center;
    padding-top:10px;
    padding-bottom:40px;
}
.footer.wrapper{
}
.footer-breadory{
}
.footerblock1{
}
.footermenutitle{
}
.footerinnnermenu{
}

.footerblock2 a:hover{
    opacity: 0.6;
}













/*ブログ記事共通*/


.spcontent h1{
    
}

.spcontent h2{
    
}

.spcontent h3{
    
}

.spcontent h4{
    
}

.spcontent h5{
    
}

.spcontent h6{
    
}

.spcontent p{
    
}

.spcontent strong{
    
}

.spcontent em{ /* 斜体 */
    
}


.spcontent ol{
    
}

.spcontent ol li{ 
    
}

.spcontent ol li ol{ 
    
}


.spcontent ol li ol li{ 
    
}

.spcontent ul{
    
}

.spcontent ul li{ 
    
}

.spcontent ul li ul{ 
    
}


.spcontent ul li ul li{ 
    
}

.spcontent .blockquote{
    
}

.spcontent div.wp-caption{ /* 画像にキャプションがつくやつのブロック */
    
}

.spcontent div.wp-caption-text{ /* 画像にキャプション */
    
}

.spcontent div.aligncenter{
    
}

.spcontent div.alignright{
    
}

.spcontent div.alignleft{
    
}


.spcontent div.gallery{
    
}

.spcontent div.gallery-size-medium{
    
}

.spcontent div.gallery-size-medium{
    
}


/*ここから詳細ページ*/

.leftconmain{
    display: table;
    width:100%;
}

.detailleft{
    display: table-cell;
}

.detailright{
    display: table-cell;
    width:184px;
}

.rmenutitle{
    display: table;
    width:100%;
    height:184px;
}

.detailright h3{
    background-color: #f7ac3b;
    font-weight: bold;
display: table-cell;
vertical-align: bottom;
color:#FFF;
padding:0 0 10px 10px;
font-size:15px;
}

.rightmenumain{
    background-color:#FFF;
}

.rmmtoplink{
    color:#000000;
    font-weight: bold;
    text-decoration: none;
    font-size:12px;
}
.rmmlv2link{
    color:#000000;
    text-decoration: none;
    font-size:12px;
}


.rightmenumainlist li{
    padding:28px 16px 18px 16px;
    border-bottom:1px solid #f2f2eb;
}

.rightmenumainlist li a:hover{
    background-color: #f7ac3b;
    color: #FFF;
}

.rmmlv2list li:before{
    content:"-";
}

.rmmlv2list li{
    padding:0;
    border-bottom: 0px;
}


.detailleft{
    padding:30px;
    vertical-align: top;
}

.contentsmaintitle{
    background-color:#FFF;
    border-top:#f7ac3b 25px solid;
}
.contentsmaintitleup{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size:21px;
    text-align: center;
    padding-top:45px;
    font-weight: normal;
}

.contentsmaintitle h2{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size:44px;
    text-align: center;
    padding-bottom:62px;
    font-weight: normal;
    padding-left:3%;
    padding-right:3%;
}


div.contentsmainbox{
    margin: 30px;
}

div.contentsmainbox h1{
    background-color: #f7ac3b;
color: #FFF;
font-weight: bold;
padding: 10px 15px;
margin-top: 30px;
margin-bottom: 15px;
font-size: 25px;
}

div.contentsmainbox p{
font-size: 14px;
line-height: 180%;
margin-top:10px;
margin-bottom: 10px;
}

div.contentsmainbox h2{
    font-weight: bold;
    border-left:5px solid #ff9900;
    border-bottom:1px dotted #BBB;
    color:#000;
    font-size:22px;
    margin-top:20px;
    margin-bottom:22px;
    padding:8px 15px;
}

div.contentsmainbox h3{
    font-weight: bold;
    border-left:5px solid #ff9900;
    font-size:20px;
    margin-top:20px;
    margin-bottom:20px;
    padding:6px 12px;
}

div.contentsmainbox h4{
    font-weight: bold;
    color:#f7ac3b;
    font-size:16px;
    margin-top:20px;
    margin-bottom:15px;
}

div.contentsmainbox h5{
    font-weight: bold;
    color:#f7ac3b;
    font-size:16px;
    margin-top:20px;
    margin-bottom:15px;
}


div.contentsmainbox img{
max-width: 100% !important;
height: auto !important;
}

div.contentsmainbox img.alignleft{
display:block;
float:left;
margin:0 20px 20px 0;
}

div.contentsmainbox li{
    font-size:14px;
    line-height: 180%;
    list-style:decimal;
}

div.contentsmainbox ol{
margin-left:25px;
}

div.contentsmainbox img.alignright{
display:block;
float:right;
margin:0 0px 20px 20px;
}

div.contentsmainbox img.alignright{
display:block;
float:right;
margin:0 0px 20px 20px;
}

div.contentsmainbox .alignright{
    display:block;
float:right;
margin:0 0px 20px 20px;
}

.alignright{
    display:block;
float:right;
margin:0 0px 20px 20px;
}

img.aligncenter{
    margin:0 auto;
    display:block;
}

div.contentsmainbox strong{
    font-weight:bold;
}

div.post_thumb{
    margin:30px;
}

div.post_thumb img{
    width:100%;
    height:auto;
}


div.contentsmainbox div{
    font-size:14px;
    color: #333;
}

div.contentsmainbox div a{
    text-decoration: none;
}

div.contentsmainbox div a h4:hover{
    opacity: 0.6;
}


div.contentsmainbox ul{
    padding:20px;
}

div.contentsmainbox .houkoku ul{
    padding:0;
}

div.contentsmainbox ul li{
    list-style-type: disc;
    font-size:14px;
    line-height:180%;
}


.contentsmainbox ul li.oshiraseone{
    list-style:none;
}

div.contentsmainbox ul li{
    
}

div.contentsmainbox ul li a{
    text-decoration: none;
}

div.contentsmainbox ul li a:hover{
    opacity: 0.6;
}
div.contentsmainbox ul li a:visited{
    color: inherit;
}


div.contentsmainbox .houkoku{
    margin-top: 30px;
}

div.contentsmainbox .houkoku div.oshirasedate{
    font-size:11px;
    line-height:150%;
}

div.contentsmainbox .houkoku div.oshirasetitle{
    font-size:12px;
}
div.contentsmainbox .houkoku div.oshirasetext{
    font-size:11px;
    line-height: 150%;
}

/*------------------------各コンテンツ--------------------------*/



.presidentimg{
float: right; width: 300px; margin: 0 0 20px 20px;
}

.presidentimg img{
width:300px;
}

/*------------------------アクセス--------------------------*/

#map{
    width:100%;
    height:500px;

}

div.contentsmainbox #map img{
    max-width: none !important;
}

@media screen and (max-width: 1440px){
    .detailleft .houkoku{
        width: 710px;
    }
    .detailleft .houkoku.memberlist{
        width:900px;
    }
}

@media screen and (max-width: 1300px){
    .detailleft .houkoku.memberlist{
    width:425px;
    } 
}



@media screen and (max-width: 1250px){
    .houkoku{
        width: 710px;
    }
    div.sanjyolist ul li img{
        max-width: 70px;
    }
    .footerblock1{
        padding-left: 10px;
    }
    .detailleft .houkoku{
        width: 470px;
    }
    .aniBlk.left p{
        font-size: 110%;
    }
    .aniBlk.left p span{
        font-size: 120%;
    }
}

@media screen and (max-width: 1000px){
    .rightcon{
        width:170px;
    }
    header{
        width:164px;
    }

    #snswidget{
        display:none;
    }

    .pastpage ul li:after{ /* 改行入れる */
        margin: 0 2px;
    }
    .wrapper{
        padding: 15px;
    }
    #topbottombtns{
        width:100%;
    }
    .btntext{
        font-size: 14px;
    }

    /* 70th anniversary */
    #anniversary {
        display: block;
    }
    .aniBlk, .aniBlk.left, .aniBlk.right {
        width: 100%;
        padding: 30px 0 0 0;
    }
}

@media screen and (max-width: 920px){
    .rightcon{
        width:170px;
        z-index: 100;
        position:relative ;
    }
    header{
        width:164px;
    }
    .houkoku{
        width: 470px;
    }
    .wrapper{
        padding: 10px;
    }
    .footerblock1{
        display:block;
    }
    .igyoshu img{
        width:100%;
    }
    .sanjyo{
        display:block;
    }
    .sanjyo h5{
        display: block;
        padding-top: 10px;
        padding-left: 10px;
    }

    div.sanjyolist{
        display:block;
    }

    div.sanjoarrow{
        display:none;
    }

    .leftconmain{
        display:block;
    }

    .detailleft{
        display:block;
    }

    .detailright{
        display:block;
        width:100%;
    }

    .rmenutitle{
        height:auto;
        
    }
    .detailright h3{
        padding:10px 0 10px 10px;
    }
    .rightmenumainlist li{
        padding: 10px 16px 10px 16px;
    }
    .rmmlv2list li{padding:0;}
}

@media screen and (max-width: 780px){
    .topmainimgblk{
        display: block;
    }
    .topmainimgleft{
        display: block;
    }

    div.sanjyolist ul li img{
        max-width: 50px;
    }

    div.sanjyolist ul{
        margin:0 auto;
    }
    .maintbc{
        display: block;
        margin-bottom:5px;
    }
    .topmainimg2{
        margin-bottom:5px;
    }
    .topmainimgblk{
        margin-bottom: 5px;
    }
    .topmainimgblk:first-child{
        padding-top:17px;
    }
    .topmainimgleftbg:before{
        padding-top:100%;
        content:" ";
        display:block;
    }
    .topmainimgleft{
        width:100%;
        position:relative !important;
    }
    .topmainimgleftbg{
        position:relative !important;
    }
    .topmainimgright{
        width:100%;
    }
    .topmainimgleftbg:before{
        padding-top: 97.9%;
    }
    #topbottombtns{
        display:block;
    }
    .topbottombtn{
        width:auto;
        padding: 24px;
        margin:auto;
    }
    .topimgchangeupbtn{
        display:none;
    }
    .topimgchangebottombtn{
        display:none;
    }
}

@media screen and (max-width: 700px){
    .houkoku{
        width:100%;
    }
    .detailleft .houkoku {
    width: auto !important;
    }
    .oshiraseone{
width: 90%;
margin: 5px 3%;
padding: 2%;
background-color: #FFF;
    }
    .mediatable a img{
        width:100%;
    }

}


@media screen and (max-width: 640px){
    .maincon{
        display:block;
    }
    .rightcon{
        display:block;
        width:auto;
    }
    header{
        position:fixed;
        width: 98.4%;
        padding-left: 0.8%;
        padding-right: 0.8%;
    }
    .ghsub{
        margin-top:5px;
    }
    div.leftcon{
        display:block;
        padding-top: 30px;
    }
    .headlogo{
        display: table;
        width: 100%;
    }
    .headlogo h2{
        display: table-cell;
        vertical-align: middle;
        width: 60px;
    }
    .headlogo h1{
        display: table-cell;
        vertical-align: middle 
    }

    .headlogo h2 a{
        padding:0;
    }


    h1 .mobilemenubtn{
        display:block;
        font-weight:bold;
        font-size:13px;
        color:#FFF;
        padding-left:10px;
    }

    .headlogo h1 a{
        display:none;
    }

    .headlogo h2 a img{
        width: 70px;
    margin: 10px;
    }

    .headlogo h1 a{
        padding: 0px 0 0px 0;
    }

    .headlogo h1 .mobilemenubtn{
        position: relative;
    }
    .headlogo h1 .mobilemenubtn:after{
            width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #FFF;
    content:" ";
    position:absolute;
    top:8px;left:115px;
    }

    .headlogo h1 a img{
        width:100px;
        margin:0 auto 0 5px;
    }
    .lmtop:after{
        content:none;
    }
    .lmtop{
        padding: 10px 0 10px 0;
    }
    .ghsub li a{
        padding-right:0;
        padding:5px;
        text-align: center;
        border-bottom:1px solid #DDD;
    }
    .ghsub li a:after{
        content:none;
    }
    .gh-menu li ul li{
        border-bottom:1px solid #DDD;
    }
    .gh-menu,.ghsub,.foruser,.socialbtns,.pastpage,.pickupbanner{
        display:none;
    }

.gh-menu.show, .gh-menu-added.show, .ghsub.show, .foruser.show,.socialbtns.show,.pastpage.show,.pickupbanner.show{
    display:block;
}


header{
    background:#FFF;
}

.gh-menu.show li ul li{
    border:0px;
}

        .gh-menu.show{
        
    }
    .gh-menu.show{
        display:block;
    }
    div.contentsmainbox{
        margin:30px 0;
    }
    .rmenutitle br{
        display:none;
    }
        .memberlist .oshiraseone{
        width:auto;
        min-height:0px;
    }
    div.contentsmainbox .houkoku ul{
        padding:0;
    }
        form#mailformpro dl dt{
        display:block !important;
    }

}

@media screen and (max-width: 460px){
    div.sanjyolist ul{
            display:block;
            padding: 0 15px;
    }
    div.sanjyolist ul li{
        display:block;
        margin-bottom: 10px;
    }
    div.sanjyolist ul li a{
        display:block;
    }
    div.sanjyolist ul li img{
        margin:0 auto;
        max-width: 70px;
    }
    .contentsmaintitle h2{
            font-size: 32px;
    text-align: center;
    padding-bottom: 42px;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    }

    .presidentimg{
        float: none; width: 90%; margin: 0 5%;
    }

    .simbol{
        width: 150px;
    }
    .simbol img{
     width: 150px;   
    }
    .headlogo h2 a img{
            width: 65px;
    }

    .memberlist .oshiraseone{
        width: 90%;
        min-height:0px;
    }
    .memberlist .memhp{
    word-break: break-all;
    }

    .maintbc{
    width: 100%;
    /*padding: 1px 0 25px 0;*/
    }

    .detailleft{
        padding:30px 10px;
    }


}
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

.flex {
display: flex;
}
 
/* よく使うCSS start
 
img {
    max-width:100%;
}
 
table {
    width:100%;
}
 
a,a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
 
a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
 
よく使うCSS end -----
時々使うCSS3 start ---
 
テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}
 
テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}
 
ボックスシャドウ {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
 
ボックスシャドウ内側 {
    -moz-box-shadow: inset 1px 1px 3px #000;
    -webkit-box-shadow: inset 1px 1px 3px #000;
    box-shadow: inset 1px 1px 3px #000;
}
 
角丸 {
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; 
}
 
トランジション {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
 
透明 {
    filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}
 
背景のみ透明 {
    background-color:rgba(255,255,255,0.2);
}
 
グラデーション {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
    background-image: -moz-linear-gradient(top, #ffffff, #000000);
    background-image: -ms-linear-gradient(top, #ffffff, #000000);
    background-image: -o-linear-gradient(top, #ffffff, #000000);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
    background-image: -webkit-linear-gradient(top, #ffffff, #000000);
    background-image: linear-gradient(top, #ffffff, #000000);
}
 
スマホ対応
@media screen and (max-width: 480px){
    
}
@media screen and (max-width: 320px){
    
}
 
時々使うCSS3 end */

.topmainimgleftbg {
width:100%;
height:100%;
/*margin:0 auto;*/
position:relative;
}
.topmainimgleftbg img {
position:absolute;
left:0;
top:0;
}


.wrapper{
    /*width:1024px;*/
    /*margin:0 auto;*/
    padding: 30px;
}



.maincon{
    display: table;
    width: 100%;
}
.rightcon{
    display: table-cell;
    background-color: #fff;
    width: 219px;
    vertical-align: top;
    border-right: 1px solid #e5e5e5;
}

.leftcon{
    display: table-cell;
    background-color: #f2f2eb;
    width:auto;
    vertical-align: top;
}


/*============================
#globalheader.globalheader
============================*/
#globalheader.globalheader{
}

/*============================
#gh-content wrapper.gh-content
============================*/
#gh-content wrapper.gh-content{
}

header{
    padding-top:3px;
    padding-left:3px;
    padding-right:3px;
    /*position:fixed;*/
    width:213px ;
}

/*ヘッダーロゴ*/

.headlogo{
}
.headlogo h2{

}

.headlogo h2 a,.headlogo h2 a img,.headlogo h1 a,.headlogo h1 a img{
    display: block;

}

.headlogo h2 a,.headlogo h2 a img,.headlogo h1 a,.headlogo h1 a img{
    display: block;
}
.headlogo h2 a{
    padding:45px 0 30px 0;    
}
.headlogo h2 a img{
    width: 114px;
    margin:0 auto 0 auto;
}

.headlogo h1 a{
    padding: 65px 0 65px 0;    
}

.headlogo h1 a img{
    width:140px;
    margin:0 auto 0 auto;

}

.topmainimgleftbg{
    width:99.5%;
    /*height:99%;*/
/*height: 100% !important;*/
/*position: absolute !important;*/
top: 0;
z-index: 0;
}


.topmainimgleftbg:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の75%に固定 */
}

.topmainimgleftbg:hover{
    opacity: 0.6;
}

.headlogo h2{
    /*background-color: #ec84b1;*/
    background-color: #F4DC64;
}

.headlogo h1{
    /*background-color: #009453;*/
    /* background-color: #009453; */
    /* background-color: #f7ac3b; */
    background-color: #0097d7;
}


h1 .mobilemenubtn{
    display:none;
}

.simbol{
    width:184px;
    position:fixed;
    top:0;
    right:0;
    z-index: 100;
}
.simbol img{
    width:184px;
}
/*ここからメニュー*/

li.ghmtopclass{
    cursor: pointer;
}

.lmtop:hover{
    background-color:#999;
}


.gh-menu{
    
}
.lmtop{
    font-weight: bold;
    text-align:center;
    font-size:13px;
    background-color:#c9caca; 
    padding:30px 0 25px 0;
    margin-top:1px;
}
.gh-menu li:nth-child(1) .lmtop{
    margin-top:3px;
}

.lmtop:after{
    content:" ";
    display: block;
    margin:0 auto;
    width:6px;
    height:3px;
    background-image: url(../images/common/menuarrow1.png);
    background-size: 6px;
}

.lm1st{
    font-weight:bold;
    font-size:12px;
}

.lm1stlink{
    font-weight:bold;
    font-size:12px;
}

.lm2ndtitle{
    font-weight:bold;
    font-size:12px;   
}


.lm2ndtitle{
    font-size:12px;
}
.lm2nd{
    padding-left:10px;
}

.gh-menu li ul{
    -webkit-transition: 0.5s all ease-out;
    -moz-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

.gh-menu li ul li{
    line-height:15px;
    padding-top:3px;
    padding-bottom:3px;
    opacity:1;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.gh-menu li ul li a{
    text-decoration: none;
    color:#333;
    display:block;
    /*padding: 2px 0 2px 5px;*/
}

.gh-menu li ul li a:hover{
    background-color: #96E9F4;
    color:#333;
}


.gh-menu li .menuclose{

    overflow: hidden;

}

.gh-menu li ul.ghmtopmenu{
    padding-right:10px;
    padding-left:10px;
}

.gh-menu li ul.ghmtopmenu.menuopen{
    padding-top:10px;
    padding-bottom:10px;
}

.gh-menu li ul.menuclose li{
    line-height:0px;
    padding-top:0px;
    padding-bottom:0px;
    opacity:0;
}


.gh-menu li .menuopen{
    height:auto;
    overflow: hidden;
}

/* gh-menu-added */
.gh-menu-added {
    margin-top: 15px;
    margin-bottom: 10px;
}

.gh-menu-added li {
    background-color: #c9caca;
    padding: 10px 0 10px 0;
    margin-top: 1px;
    text-align: center;

    position: relative;
}
.gh-menu-added li:hover {
    background-color: #999;
}
.gh-menu-added li a {
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.gh-menu-added li:before {
   content: "";
   display: inline-block;
   width: 6px;
   height: 3px;
   background-image: url(../images/common/menuarrow1.png);
   background-size: 6px;

   transform: rotate(-90deg);

   position: absolute;
   top: calc(50% - 3px);
   right: 10px;
}

.gh-menu-added br {
    display: none;
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
    .gh-menu-added br {
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .gh-menu-added li:before {
        display: none;
    }
}


.li1st{

}
.ghsub{
    margin-top:13px;
}

.ghsub li a{
    height:23px;
    line-height:23px;
    font-size:12px;
    text-decoration:none;
    color:#221815;
    display:block;
    text-align:right;
    padding-right:20px;
    background-image: url(../images/common/menuarrow2.png);
    -webkit-background-size: 5px;
         -o-background-size: 5px;
            background-size: 5px;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
}

.ghsub li a:hover{
    background-color: #96E9F4;
    color: #333;
}
.ghsub li a:hover:after{
    content:" ";
    background-color: #50B2BF;
}

.ghsub li a:after{
    height:1px;
    width:50%;
    position: absolute;
    bottom:0px;
    left:0px;
    content:" ";
    background-color: #ebebeb;
}
.foruser.first {
   background-color: #910c81;
}
.foruser.first a:hover {
   background-color: #910c81;
}

.foruser{
    /* background-color: black; */
    background-color: #910c81;
border-radius: 3px;
}

.foruser a{
color: #FFF;
text-decoration: none;
font-size: 12px;
font-weight: bold;
text-align: center;
display: block;
padding: 5px;
margin-top: 15px;
}

.foruser a:hover{
    /* background-color: black; */
    background-color: #910c81;
}


#snswidget{
    width: 200px;
    margin: 15px auto;
}

.pastpage ul{
    /*display: table;*/
    margin:10px auto;
    width: 140px;
}

.pastpage ul li{
    display:table-cell;
    font-size:12px;
}

.pastpage ul li a{
    color:#333;
    text-decoration:none;
}
.pastpage ul li a:hover{
    text-decoration:underline;
}


.pastpage ul li:after{
    content:"|";
    font-size:12px;
    margin:0 5px;
}

.pastpage ul:first-child li:nth-child(3):after,
.pastpage ul:nth-child(2) li:nth-child(3):after{
    content:none;
}

.socialbtns ul{
    display:table;
    margin:10px auto;
}

.socialbtns ul li{
    display:table-cell;
    padding:0 3px;
}

.socialbtns ul li a{
    display:block;
}

.socialbtns ul li a:hover{
    opacity: 0.6;
}

.socialbtns ul li a img{
    display:block;
}

/*============================
#main.main.wrapper
============================*/
#main.main.wrapper{
}
.topmainimgblk{
    display:table;
    width:100%;
    border-collapse:separate;
    border-spacing:4px;
}

.maintbc{
    display:table-cell;
    vertical-align:top;
    background-color: #FFF;
}

.topmainimgleft{
    display: table-cell;
    width:50.0%;
    position:relative;
}

.topmainimgleft ul li{
position: absolute;
overflow: hidden;
width: 100%;
height: 100%;
display: none;
top: 0px;
left: 0px;
}


.topmainimgleft img{
    width:100%;
    display: block;
    position: relative;
    z-index: -1;
}
.topmainimgright{
    display: table-cell;
    width: 50.0%;
    position: relative;
}


.topimgchangeupbtn{
    position:absolute;
    top:-12px;
    left:50%;
    margin-left:-12px;
    display:block;
    width:24px;
    height:24px;
    background-image: url(../images/top/up.png);
    -webkit-background-size: 24px;
         -o-background-size: 24px;
            background-size: 24px;
    background-position: center;
    z-index:100;
    cursor:pointer;
}

.topimgchangebottombtn{
    position:absolute;
    bottom:-12px;
    left:50%;
    margin-left:-12px;
    display:block;
    width:24px;
    height:24px;
    background-image: url(../images/top/down.png);
    -webkit-background-size: 24px;
         -o-background-size: 24px;
            background-size: 24px;
    background-position: center;
        z-index:100;
            cursor:pointer;
}

.topimgchangeupbtn:hover{background-image: url(../images/top/up_active.png);}
.topimgchangebottombtn:hover{background-image: url(../images/top/down_active.png);}

.topmainimgrightbg{
    position:absolute;
    width:100%;
    height:100%;
    overflow: hidden;
}

.topmainimgrightbg:before{
    padding-top:100%;
        display:block;
        content:"";
}

.topmainimgright ul{
    padding-left: 0.5%;
    position:absolute;
    top:0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition:all 0.5s;
}

.topmainimgright ul.pos1{top:-33.7%;}
.topmainimgright ul.pos2{top:-67.4%;}
.topmainimgright ul.pos3{top:-101.1%;}
.topmainimgright ul.pos4{top:-134.8%;}
.topmainimgright ul.pos5{top:-168.5%;}
.topmainimgright ul.pos6{top:-202.2%;}
.topmainimgright ul.pos7{top:-235.9%;}

.topmainimgright ul li img{
    width:100%;
    display:block;
}

.topmainimgright ul li{
    padding-bottom:1%;

}


.topmainimg2{
    margin-bottom:4px;
}
.topmainimg2 img{
    width:100%;
    display: block;
}
/*.topmainimg2 img:hover{
    opacity: 0.6;
}*/

.topmainimg3 img{
    width:100%;
    display: block;
}
.topmainimg3 img:hover{
    opacity: 0.6;
}

.igyoshu{

}
.igyoshu:hover{
    opacity: 0.6;
}

.igyoshu img{
    max-width:643px;
    display: block;
    margin:0 auto;
}

#anniversary {
    display: flex;
    margin: 4px;
    background: white;
    width: calc(100% - 8px);

    /* margin-top: 30px; */
}

.aniBlk {
    width: 50%;
    padding: 50px 0;
}

.aniBlk.left {
    text-align: center;
    width: 40%;
    padding: 30px 15px 30px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aniBlk.left p{
    font-size: 140%;
    font-family: 'ヒラギノ明朝 ProN W3' , serif;
}
.aniBlk.left p span {
    font-family: 'ヒラギノ明朝 ProN W3' , serif;    
}
.aniBlk.left p.minfont,
.aniBlk.left p span.minfont {
    font-family: 'ヒラギノ明朝 ProN W3' , serif;    
    font-size: 1rem;
}
.aniBlk.left p span:not(.minfont){
    font-size: 160%;
    margin: 0 5px;
}
.aniBlk.left img {
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
}

.aniBlk.left a,
.aniBlk.left a:visited {
    box-sizing: border-box;
    display: block;
    padding: 10px;
    background: black;
    color: white;
    text-decoration: none;
    width: 100%;
    max-width: 270px;
    margin: 20px auto 0;
    transition: all 0.3s ease 0s;
}

.aniBlk.left a:hover {
    opacity: 0.7;
}

.aniBlk.right {
    text-align: center;
    width: 60%;
    padding: 50px 50px 50px 15px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1250px){
    .aniBlk.left a,
    .aniBlk.left a:visited {
        font-size: 80%;
    }
    .aniBlk.left p{
        font-size: 110%;
    }
    .aniBlk.left p span{
        font-size: 120%;
    }
    .aniBlk.left p.minfont,
    .aniBlk.left p span.minfont {
        font-size: .9rem;
    }
}

@media screen and (max-width: 1000px){
    #anniversary {
        display: block;
    }
    .aniBlk{
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }
    .aniBlk.right {
        width: 100%;
        padding: 0 30px 15px 30px;
    }
    .aniBlk.left {
        width: 100%;
        padding: 30px 30px 15px 30px;
    }
}
.frameWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.frameWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sonotaoshil img{
    width:100%;
    display: block;
}
.sonotaoshil a img:hover{
    opacity: 0.6;
}

.sonotaoshir img{
    width:100%;
    display: block;
}
.sonotaoshir a img:hover{
    opacity: 0.6;
}

.houkoku{
    width:950px;
    margin:60px auto;
}


.houkoku.memberlist{
    width:900px;
} 

.houkoku h4{
    font-size:23px;
    font-weight:bold;
    text-align:center;
}

.jikaireikai{
    background-color: #f7ac3b;
    color:#FFF;
    width:50%;
    font-weight: bold;
    text-align: center;
}
.jikaireikai:hover{
    opacity: 0.6;
}

.forsanjo{
    font-weight: bold;
    font-size:16px;
    text-align: center;
    margin-top:15%;
}
.reikaiannnai{
    font-weight: bold;
    font-size:20px;
}

.houkoku ul{
margin:0 -5px;
}

.houkoku ul: after{
    display: block;
    clear: both;
}

.houkoku_seemore,.houkoku_seemore a{
    text-align: right;
    text-decoration: none;
    color: #333;
    margin-top: 5px;
}

.houkoku h4:after{
    width:14px;
    height:5px;
    background-color: #000;
    display:block;
    content:"";
    margin:5px auto 10px auto;
}
.oshiraseone{
    float:left;
    width:214px;
    margin:5px;
    padding:8px;
    background-color: #FFF;
}
.oshiraseone:hover{
    opacity: 0.6;
}

.memberlist .oshiraseone{
    width:428px;
    display:table;
    min-height: 300px;
}
div.memorg{
padding-top: 7px;
margin-top: 7px;
border-top: 1px dotted #AAA;
}
.memberlist .oshiraseimg{
    width: 30%;
    display: table-cell;
}

.memberlist .oshirasetxt{
    display: table-cell;
font-size: 14px;
padding-left: 10px;
}

div.memname{
    font-weight:bold;
}

.oshiraseimg{
    width:100%;
    height:100px;
    background-color: #DDD;
background-size: cover;
background-position: center;
}

.oshirasetxt{

}
.oshirasedate{
    margin-top:5px;
    font-family:serif;
    font-style:italic;
    font-weight:bold;
    font-size:11px;
    color:#999;
}
.oshirasetitle{
    color:#333;
    font-size:12px;
    font-weight:bold;
    border-bottom:1px solid #DDD;
    padding-bottom:3px;
    margin-bottom:3px;
    height:1.0rem;
    overflow: hidden;
}

.oshirasetext{
    font-size:12px;
color:#666;
height: 3.2rem;
overflow: hidden ;
}

.oshiraseone a{
    text-decoration: none;
}

#topbottombtns{
    width: 80%;
    margin: 0 auto;
}

.topbottombtn{
    display: flex;
    width: 49%;
/* height: 100px; */
padding: 24px;
    margin: 30px 1%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.topbottombtn:hover{
    opacity: 0.6;
}

.kaiinnsenyobtn{
    background-color: #f7ac3b;

}
.kanrendantaibtn{
    /* background-color: #F4DC64; */
    background-color: #910c81;

}

.btntext{
    display: block;
    color: white;
    font-weight: bold;
    font-size: 16px;
}
.kanrendantaibtn .btntext{
    /* color: #3D3D3D; */
    color: #fff;
}

#lockicon{
    width: 20px;
    margin-right: 10px;
}


.pagination {
    text-align:center;
}

.page-numbers.current {
    font-weight:bold;
 }

 .page-numbers {
    color:#000;
 }
/*フッター*/
.media{
    background-color: #FFF;
    padding:10px;
}

.mediatable{
    display: flex;
    flex-wrap: wrap;
    /* border-collapse: separate; */
    /* border-spacing: 5px; */
    margin: 10px auto;
    
}

.mediatable a{
    /*display: table-cell; */
    display: block;
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom:10px;
}

.mediatable a:nth-child(3n){
    margin-right:0;
}

.mediatable a:hover{
    opacity: 0.6;
}

.mediatable a img{
    /*width:244px;*/
    width:100%;
    display:block;
}

.sanjyo{
    background-color: #FFF;
    display: table;
    width:100%;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}

.sanjyo h5{
    display: table-cell;
    vertical-align:middle;
    padding-left:20px;
    color:#5e5e5e;
    font-weight:bold;
    font-size:13px;
    width: 80px;
}


div.sanjyolist{
    display:table;
    margin:20px auto;
}

div.sanjyolist ul{
    display: table;
        border-collapse:separate;
    border-spacing:5px 0;
}

div.sanjyolist ul li{
    display: table-cell;
    vertical-align: middle;
}
div.sanjyolist ul li img{
max-width:100px;
max-height:100px;
display:block;
}

div.sanjyolist ul li:hover{
    opacity: 0.6;
}
div.sanjoarrow{
    display: table-cell;
    vertical-align:middle;
}

div.sanjoarrow img{
    display: block;
    width:5px;
    margin-right:10px;
}
div.sanjoarrow img:hover{
    opacity: 0.6;
}

footer{
    background: #FFF;
    padding-top:28px;
}

.footerblock1 h3 {
   /* background-color: #f7ac3b;  */
  /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    margin-bottom: 10px;
}

.footerblock1 h3 img{
    display: block;
    width: 120px;
    /* margin: 0 auto; */
    margin-bottom: 15px;
}

.nishinomiyajcinfo{
    color:#333;
    font-size:11.5px;
}

.footerclass1menu{
    display: table;
    width:90%;
    margin:0px auto 10px auto;
}

.footerclass1menu a{
    text-decoration: none;
}

.footerblock1{
    display: table-cell;
    border-left:1px solid #DDD;
    padding:10px;
    padding-left:20px;
    vertical-align: top;
}
.footerblock1:nth-child(1){
    border-left:0px;
}

.footlistclass2:before{
    content:"--";
}

.footlistclass2{
    color:#333;
    font-size:11px;
    line-height:120%;
}

.footlistclass1{
    color:#333;
    font-size:11px;
    line-height:120%;

}

.footermenutitle{
    font-size:13px;
    font-weight:bold;
    margin-bottom:15px;
}
.copy{
    font-size:11px;
    color:#666;
    text-align: center;
    padding-top:10px;
    padding-bottom:40px;
}
.footer.wrapper{
}
.footer-breadory{
}
.footerblock1{
}
.footermenutitle{
}
.footerinnnermenu{
}

.footerblock2 a:hover{
    opacity: 0.6;
}

.footerinnnermenu a.dantai:hover {
    opacity: 1;
}
.gh-menu li ul li .lm2ndtitle a:hover {
    background-color: transparent;
    color: #333;
    cursor: text;
}


/*                   GoVoteプロジェクト　　　　　　　　　　　　　*/


/* ▼ --------------- 選挙プロジェクト　ページ ---------------- */

.govotemainwrapper {
    margin:0px auto;
    display:table;
}

.govotetopbox{
    display: table;
}

/* iframe レスポンシブ*/
.topmoviebox {
    display: table-cell;
    margin: 20px 0 0 0;
    position:relative;
    width:75%; /* IE8以下とAndroid4.3以下用フォールバック */
    width : -webkit-calc(100% - 420px) ;
    width : calc(100% - 420px) ;
    height:0;
    padding-top:50%;
}

.topmoviebox iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* */



/* 署名フォーム */
.topformbox {
    display: table-cell;
    vertical-align: top;
    margin:50px 0 1px auto; 
}

.topformbox ul{
    padding: 0 !important;
}

.topformbox p, .shomeititle{
    padding:20px 10px 20px 10px;
    background-color: #D87D2A;
    color: white;
    font-size:18px !important;
    margin-top:0 !important;
    text-align: center;
        font-weight:bold;
}

/* 署名フォーム　チェックボックス、送信ボタン*/

.shomeiformlist {
    background-color: white;
}

.shomeiformlist li{
    font-weight:bold;
    margin:15px 0;
}

.shomeiformlist li:nth-child(1){
    margin-top: 0;
}

.shomeiformlist li:last-child{
    margin-bottom: 0;
}

#shomeicheckbox_go{
    display: none;
}
#shomeicheckbox_notgo{
    display: none;
}

#label_go{
    float: left;
    margin:0 0 5px 0px;
    display: block; /* ブロックレベル要素化する */ 
    width: 50%;   /* ラベルの横幅を指定する */
    height: 45px;   /* ラベルの高さを指定する */
    box-sizing: border-box;
    text-align: center; /* テキストのセンタリングを指定する */
    line-height: 45px;  /* 行の高さを指定する */
    padding-left: 0px;  /* ラベル内左側の余白を指定する */
    padding-right: 0px; /* ラベル内右側の余白を指定する */
    cursor: pointer;    /* マウスカーソルの形（リンクカーソル）を指定する */
    color:black;
    font-weight: bold;
    background-color: white;
    border: 2px solid grey;/* ラベルの境界線を実線で指定する */
    border-top-left-radius: 8px; /* 角丸を指定する */
    border-bottom-left-radius: 8px; /* 角丸を指定する */
}


#label_notgo{
    float: left;
    margin:0 0px 5px -2px;
    display: block; /* ブロックレベル要素化する */ 
    width: 50%;   /* ラベルの横幅を指定する */
    height: 45px;   /* ラベルの高さを指定する */
    box-sizing: border-box;
    text-align: center; /* テキストのセンタリングを指定する */
    line-height: 45px;  /* 行の高さを指定する */
    padding-left: 0px;  /* ラベル内左側の余白を指定する */
    padding-right: 0px; /* ラベル内右側の余白を指定する */
    cursor: pointer;    /* マウスカーソルの形（リンクカーソル）を指定する */
    color:black;
    font-weight: bold;
    background-color: white;
    border: 2px solid grey;/* ラベルの境界線を実線で指定する */
    border-top-right-radius: 8px; /* 角丸を指定する */
    border-bottom-right-radius: 8px; /* 角丸を指定する */
}


/* フロート解除*/
ul.shomeiformlist li:nth-child(3) form{
    zoom: 1; /* float解除 for IE6/7  */
}

ul.shomeiformlist li:nth-child(3) form:after, ul.shomeiformlist li:nth-child(3) form:before {
    content: "";
    clear: both;
    display: block;
}

#shomeicheckbox_shimin{
    display: none;
}

#label_shimin{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}

#label_shimin::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

#shomeicheckbox_shimin:checked + #label_shimin::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #f7ac3b;
  border-right: 3px solid #f7ac3b;
}

#label_shimin {
        font-weight:bold;
}

#shomeicheckbox_go:hover{
    background: #f7ac3b;/* マウス選択時の背景色を指定する */
    color: white; /* マウス選択時のフォント色を指定する */
}
#shomeicheckbox_notgo:hover{
    background: #f7ac3b;/* マウス選択時の背景色を指定する */
    color: white; /* マウス選択時のフォント色を指定する */
}

#shomeicheckbox_go:checked + label{
    background: #f7ac3b;/* マウス選択時の背景色を指定する */
    color: white; /* マウス選択時のフォント色を指定する */
}
#shomeicheckbox_notgo:checked + label{
    background: #f7ac3b;/* マウス選択時の背景色を指定する */
    color: white; /* マウス選択時のフォント色を指定する */
}

#shomeinametextbox{
    padding:15px;
    color:grey;
    background-color: white;
    margin:0 0 10px;
    width:90%;
    border:solid 2px grey;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size:16px;
}

.gvnwebform > .govoterightbox > .gvformbox > form > ul.shomeiformlist > li > #shomeinametextbox{
    padding:15px;
    color:grey;
    background-color: white;
    margin:0 0 10px;
    width:96%;
    border:solid 2px grey;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size:16px;
}

#shomeisubmitbtn{
    border:0;
    padding:15px;
    color:white;
    background-color: #D60F00;
    margin:0 0 10px;
    width:100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size:16px;
    font-weight: bold;
}

#shomeisubmitbtn:hover{
    color:#D60F00;
    background-color: white;
}




/* concept */
.govoteconceptbox{
    background-color: white;
    margin-top:20px;
}

.govoteinfobox {
    background-color: white;
    margin-bottom: 20px;
}

.textcolorblue {
    color:#f7ac3b;
    font-weight:bold;
}

.imgbox{
    width:15% !important;
    max-width: 200px;
}

.imgbox img{
    display: block;
}

/* Basic Information 画像右寄せ*/
#govoteinfoimg{
    margin: 0 0 0 auto;
}

.govoteconceptbox{
    border-bottom: 5px solid #1DA1F2;
}

.concepttext, .infotext{
    margin:10px 0 0 5%;
}


/* 最新動画リスト*/
.saishindouga img, .gvmovietitle img{
    text-align:center;
    margin:1px auto 1px 47%;
}

.saishindouga img:first-child, .gvmovietitle img:first-child{
    margin-top: 20px !important;
}

.saishindouga h4, .gvmovietitle h4{
    text-align: center;
    color:black !important;
    margin:0 0 5px 0 !important;
}


.saishindougalist {
    /*display: table;*/
    width:100%;
    padding:10px 0 !important;
}

.saishindougalist li{
    /*display: table-cell;*/
    float:left;
    width:33.3%;
    margin-bottom:10px;
}

.saishindougalist li div{
    position: relative;
}

.saishindougalist li div:before{
    padding-top:60%;
    content:"";
    /*position:absolute;*/
    display:block;
    top:0;
    left:0;
}

.saishindougalist iframe{
    /*margin:0px 10px;*/
    width:100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
box-sizing: border-box;
padding: 0 5px;
}

.gvnsnsbtns:before ,.gvnsnsbtns div:before,.gvnsnsbtnsFB:before,.gvnpage:before{
    content:none !important;
}

.gvnsnsbtns{
    display: table;
    padding: 5px;
    width:auto !important;
}

.moviecomment{

}

.moviecomment:before{
    content: none !important;
}

.gvnsnsbtnsFB{
    display:table-cell;
   padding: 2px;
}

.gvnsnsbtnsFB a,.gvnsnsbtnsTW a,.gvnpage a{
    display:block;
    border-radius: 3px;
    -webkit-border-radius:3px;
    background:#DDD;
    padding:2px 7px;
    color:#FFF;
    font-size:90%;
    font-weight:bold;
}

.gvnsnsbtnsFB a:visited,.gvnsnsbtnsTW a:visited,.gvnpage a:visited{
    color:#FFF !important;
}

.gvnsnsbtnsFB a{
    background:#4267b2
}
.gvnsnsbtnsTW a{
    background:#4ca0eb
}
.gvnpage a{
    background:#333;
}


.gvnsnsbtnsTW{
    display:table-cell;
   padding: 2px;
}
.gvnpage{
    display:table-cell;
   padding: 2px;
}

.gvformbox {
    display: block;
}

.linktomovieichiran{
    margin:5px 1px 5px auto;
    text-align: right;
}

.linktomovieichiran a{
    color:black;
    font-size: 16px;
    font-weight:bold;
}

.linktomovieichiran a:hover{
    border-bottom: 1px solid black;
}

.moviepagenation {
    margin:5px 1px 5px auto;
    text-align: center;
    margin-top:50px;
}

.moviepagenation a{
    text-decoration: none;
    display: inline-block;
    color:white;
    background-color:#f7ac3b;
    font-size: 16px;
    font-weight:bold;
    padding:15px;
    border-radius: 3px;
    margin: 5px;
}

.moviepagenation .activePage {
    color:#f7ac3b;
    background-color:white;
}

.moviepagenation a:hover{
    color:#f7ac3b;
    background-color:white;
}

/* ▲ --------------------------------- ▲ */


/* ▼ --------------- 選挙プロジェクト　動画一覧ページ ---------------- */

.govoteleftbox, .govoterightbox {
    display: inline-block;
}

.govoteleftbox{
    width:75%; /* IE8以下とAndroid4.3以下用フォールバック */
    width : -webkit-calc(100% - 420px) ;
    width : calc(100% - 420px) ;
    margin-right:15px;
}

.govoterightbox{
    vertical-align: top;
    margin: 20px 0 0 auto;
    width:400px;
}

.gvnwebform > .govoterightbox{
    margin: 30px 0;
    width:100%;
}



/* iframe レスポンシブ*/
.gvmoviebox {
    margin: 10px 10px 0 0;
    /*padding-top:60%;*/
    display:block !important;
}

.gvmoviebox .gvnsnsbtnsFB,.gvmoviebox .gvnsnsbtnsTW,.gvmoviebox .gvnpage{
    width:auto;
}

.gvmoviebox div{
    position:relative;
    width:100%;
    /*height:0;*/
}

.gvmoviebox div:before{
    content: "";
    padding-top: 60%;
        display:block;
}

.gvmoviebox iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* */

.linktogovote{
    padding:20px 40px 20px 40px;
    background-color: black;
    color: white;
    margin:20px 0px 15px 0; 
    text-align: center;
}

.gvnwebformlink.linktogovote {

}

/* 各動画ページのGoVoteページへのリンク　スタイル*/
#linktogovote{
    margin:30px 10px 30px 0 !important; 
}

.linktopostmovie{
    padding:20px 40px 20px 40px;
    background-color: #f7ac3b;
    margin:0 0px 20px 0; 
    text-align: center;
    color:white !important;
    font-size: 18px !important;
    font-weight:bold !important; 
}
.linktogovote a, .linktopostmovie a{
    color: white;
    font-weight: bold;
    font-size:20px;
    display:block;
}

/* 検索フォーム　*/

.searchformtitle{
    text-align:center;
    color:white;
    font-size:16px;
    font-weight: bold;
}

.searchformlist {
    background-color: #1DA1F2;
    padding:15px 15px 15px 0;
    margin-bottom: 30px;
}
.searchformlist li{
    font-weight:bold;
}

.input_search {
    display: none;
}

.label_search{
    margin:0 5px 0 5px;
    display: block; /* ブロックレベル要素化する */ 
    width: 320px;   /* ラベルの横幅を指定する */
    height: 45px;   /* ラベルの高さを指定する */
    text-align: center; /* テキストのセンタリングを指定する */
    line-height: 45px;  /* 行の高さを指定する */
    padding-left: 5px;  /* ラベル内左側の余白を指定する */
    padding-right: 5px; /* ラベル内右側の余白を指定する */
    cursor: pointer;    /* マウスカーソルの形（リンクカーソル）を指定する */
    color:black;
    font-weight: bold;
    background-color: white;
    border: 2px solid grey;/* ラベルの境界線を実線で指定する */
    /* border-top-right-radius: 8px; /* 角丸を指定する */
    /* border-top-left-radius: 8px; /* 角丸を指定する */
}

#label_a{
    border-top-right-radius: 8px; /* 角丸を指定する */
    border-top-left-radius: 8px;
}

#label_wa{
    border-bottom-right-radius: 8px; /* 角丸を指定する */
    border-bottom-left-radius: 8px;
}

#searchnametextbox{
    padding:10px;
    color:grey;
    background-color: white;
    margin:20px 0 20px 0;
    width:92%;
    border:solid 1px grey;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size:16px;
}

/* ▲ --------------------------------- ▲ */

/*           レスポンシブ対応　　　　　　　　　　*/

@media screen and (max-width: 1024px) and (min-width: 415px){
.topmoviebox {
    display: block;
    width:100%;
    padding-top:60%;
}

.govoterightbox {
    width:100%;
}

.govoteleftbox {
    width:100%;
}

.flex {
    display: block;

}

#label_go {
    margin:0 0 15px 0;
    padding:0;
    box-sizing:border-box;
    cursor:pointer;
    width:50%;
}

#label_notgo {
    margin:0 0 15px -2px;
    padding:0;
    box-sizing:border-box;
    cursor:pointer;
    width:50%;
}

.gvnwebform > .govoterightbox > .gvformbox > form > ul.shomeiformlist > li > #shomeinametextbox{
    padding:15px;
    color:grey;
    background-color: white;
    margin:0 0 10px;
    width:93%;
    border:solid 2px grey;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size:16px;
}

#searchformlist {
    margin-top:20px;
}

.label_search {
    width:98%;
}

#searchnametextbox{
    width:98%;
}

.linktopostmovie, .linktogovote {
    margin-right:0;
}

.gvformbox{
    margin-top:30px;
}

.saishindougalist li{
    /*display: table-cell;*/
    float:none;
    width:100%;
    margin-bottom:10px;
}

}

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


.govotemainwrapper, .topmoviebox, .govoterightbox, .govoteconceptbox, .govoteinfobox, .saishindouga, twitter-widget
 {
    width:350px !important;
}

.govoterightbox {
    width:100%;
}

.govoteleftbox {
    width:100%;
}

.topmoviebox iframe, .gvmoviebox iframe{
    width:350px !important;
    height:200px !important;
}

.topmoviebox, .govoteconceptbox{
    margin-top: 20px;
}

.govoterightbox{
    margin-top: 100px;
}
.flex,
.saishindougalist li {
    display: block;
}


ul.shomeiformlist li:nth-child(3) form{
    display: table;
}

#label_go, #label_notgo{
    float: none;
    display: table-cell;
    width:150px;
}

#label_notgo{
    border-left:1px;
}

#shomeicheckbox_shimin {
    margin-top: 5px;
}

#shomeinametextbox {
    margin: 0 0 5px;
}

.imgbox {
    width: 35% !important;
}

.saishindougalist li{
    /*display: table-cell;*/
    float:none;
    width:100%;
    margin-bottom:10px;
}

}



@media screen and (max-width: 1600px) and (min-width: 1025px){
    /* 署名フォーム　サイズ変更、動画サイズ変更*/
    .govoterightbox {
        width:300px;
    }

    .topmoviebox, .govoteleftbox{
    width:68%; /* IE8以下とAndroid4.3以下用フォールバック */
    width : -webkit-calc(100% - 325px) ;
    width : calc(100% - 325px) ;
    margin-right:20px;
}
}

/*ブログ記事共通*/


.spcontent h1{
    
}

.spcontent h2{
    
}

.spcontent h3{
    
}

.spcontent h4{
    
}

.spcontent h5{
    
}

.spcontent h6{
    
}

.spcontent p{
    
}

.spcontent strong{
    
}

.spcontent em{ /* 斜体 */
    
}


.spcontent ol{
    
}

.spcontent ol li{ 
    
}

.spcontent ol li ol{ 
    
}


.spcontent ol li ol li{ 
    
}

.spcontent ul{
    
}

.spcontent ul li{ 
    
}

.spcontent ul li ul{ 
    
}


.spcontent ul li ul li{ 
    
}

.spcontent .blockquote{
    
}

.spcontent div.wp-caption{ /* 画像にキャプションがつくやつのブロック */
    
}

.spcontent div.wp-caption-text{ /* 画像にキャプション */
    
}

.spcontent div.aligncenter{
    
}

.spcontent div.alignright{
    
}

.spcontent div.alignleft{
    
}


.spcontent div.gallery{
    
}

.spcontent div.gallery-size-medium{
    
}

.spcontent div.gallery-size-medium{
    
}


/*ここから詳細ページ*/

.leftconmain{
    display: table;
    width:100%;
}

.detailleft{
    display: table-cell;
}

.detailright{
    display: table-cell;
    width:184px;
}

.rmenutitle{
    display: table;
    width:100%;
    height:184px;
}

.detailright h3{
    background-color: #f7ac3b;
    font-weight: bold;
    display: table-cell;
    vertical-align: bottom;
    color:#FFF;
    padding:0 0 10px 10px;
    font-size:15px;
}

.rightmenumain{
    background-color:#FFF;
}

.rmmtoplink{
    color:#000000;
    font-weight: bold;
    text-decoration: none;
    font-size:12px;
}
.rmmlv2link{
    color:#000000;
    text-decoration: none;
    font-size:12px;
}


.rightmenumainlist li{
    padding:28px 16px 18px 16px;
    border-bottom:1px solid #f2f2eb;
}

.rightmenumainlist li a:hover{
    background-color: #f7ac3b;
    color: #FFF;
}

.rmmlv2list li:before{
    content:"-";
}

.rmmlv2list li{
    padding:0;
    border-bottom: 0px;
}
@media screen and (min-width: 781px) {
    .img-wrap.change-ratio {
        position: relative;
        width: 100%;
    }
    .img-wrap.change-ratio.ratio-42_6::before {
        content: "";
        display: block;
        padding-top: 42.6%;
    }
    .sonotaoshir {
        width: 50%;
    }
    .img-wrap.change-ratio > img {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}


.detailleft{
    padding:30px;
    vertical-align: top;
}

.contentsmaintitle{
    background-color:#FFF;
    border-top:#50b2bf 25px solid;
}
.contentsmaintitleup{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size:21px;
    text-align: center;
    padding-top:45px;
    font-weight: normal;
}

.contentsmaintitle h2{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size:44px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 42px;
    /*padding-bottom:62px;*/
    font-weight: normal;
    padding-left:3%;
    padding-right:3%;
}


div.contentsmainbox{
    margin: 30px;
}

div.contentsmainbox h1{
    background-color: #96E9F4 !important;
color: #000;
font-weight: bold;
padding: 10px 15px;
margin-top: 30px;
margin-bottom: 15px;
font-size: 25px;
}

div.contentsmainbox p{
font-size: 14px;
line-height: 180%;
margin-top:10px;
margin-bottom: 10px;
}

div.contentsmainbox h2{
    font-weight: bold;
    border-left:5px solid #50b2bf;
    border-bottom:1px dotted #BBB;
    color:#000;
    font-size:22px;
    margin-top:20px;
    margin-bottom:22px;
    padding:8px 15px;
}

div.contentsmainbox h3{
    font-weight: bold;
    border-left:5px solid #50b2bf;
    font-size:20px;
    margin-top:20px;
    margin-bottom:20px;
    padding:6px 12px;
}

div.contentsmainbox h4{
    font-weight: bold;
    color:#000;
    font-size:16px;
    margin-top:20px;
    margin-bottom:15px;
}

div.contentsmainbox h5{
    font-weight: bold;
    color:#000;
    font-size:16px;
    margin-top:20px;
    margin-bottom:15px;
}


div.contentsmainbox img{
max-width: 100% !important;
height: auto !important;
}

div.contentsmainbox img.alignleft{
display:block;
float:left;
margin:0 20px 20px 0;
}

div.contentsmainbox li{
    font-size:14px;
    line-height: 180%;
    list-style:decimal;
}

div.contentsmainbox ol{
margin-left:25px;
}

div.contentsmainbox img.alignright{
display:block;
float:right;
margin:0 0px 20px 20px;
}

div.contentsmainbox figure.alignright{
display:block;
float:right;
margin:0 0px 20px 20px;
}

img.aligncenter{
    margin:0 auto;
    display:block;
}

div.contentsmainbox strong{
    font-weight:bold;
}

div.post_thumb{
    margin:30px;
}

div.post_thumb img{
    width:100%;
    height:auto;
}


div.contentsmainbox div{
    font-size:14px;
    color: #333;
}

div.contentsmainbox div a{
    text-decoration: none;
}

div.contentsmainbox div a h4:hover{
    opacity: 0.6;
}


div.contentsmainbox ul{
    padding:20px;
}

div.contentsmainbox .houkoku ul{
    padding:0;
}

div.contentsmainbox ul li{
    list-style-type: disc;
    font-size:14px;
    line-height:180%;
}


.contentsmainbox ul li.oshiraseone{
    list-style:none;
}

div.contentsmainbox ul li{
    list-style:none;
}

div.contentsmainbox ul li a{
    text-decoration: none;
}

div.contentsmainbox ul li a:hover{
    opacity: 0.6;
}
div.contentsmainbox ul li a:visited{
    color: inherit;
}


div.contentsmainbox .houkoku{
    margin-top: 30px;
}

div.contentsmainbox .houkoku div.oshirasedate{
    font-size:11px;
    line-height:150%;
}

div.contentsmainbox .houkoku div.oshirasetitle{
    font-size:12px;
}
div.contentsmainbox .houkoku div.oshirasetext{
    font-size:11px;
    line-height: 150%;
}

/* ========================================================== */
/* ================= 少年少女国連大使P ========================= */
/* ========================================================== */

.bandgmainbox .pc{
    display: block;
}

.bandgmainbox .mobile{
    display: none;
}

.bandgmainbox {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    /*text-align: center;*/
}

.bandgmainbox h1{
    text-align: center;
}

.bandgmainbox img {
    box-sizing:border-box;
}

.bandgmainbox img#bandgMainImg {
   /* margin-bottom: 20px;*/
}

.bandgmainbox img.bandgImg {
    margin-bottom: 8px;
}

.bandgmainbox .flex div.margin-left {
    margin-left: 8px;
}

.bandgmainbox a:hover {
    opacity: 0.6;
}

/* 固定ページ　レイアウト　*/
.bandgmainbox article{
    text-align: left;
}

.bandgmainbox article h2{
    text-align: left;
}

/* 海外レポート　*/
.bandgmainbox article img {
    width: 100%;
}

.bandgmainbox article {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bandgmainbox article a,
.bandgmainbox article a:visited{
    color: black;  
}

.bandgmainbox .article-container {
/*    display: align-self;*/
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
}

@media screen and (max-width: 640px) {
    .wp-embed-aspect-16-9 iframe {
        width: 100%;
        max-width: 500px;
        height: 100%;
        aspect-ratio: 16 / 9;
    }
    video {
        width: 100%;
        max-width: 480px;
    }
}

/*------------------------各コンテンツ--------------------------*/



.presidentimg{
float: right; width: 300px; margin: 0 0 20px 20px;
}

.presidentimg img{
width:300px;
}

/*------------------------アクセス--------------------------*/

#map{
    width:100%;
    height:500px;

}

div.contentsmainbox #map img{
    max-width: none !important;
}

@media screen and (max-width: 1440px){
    .detailleft .houkoku{
        width: 710px;
    }
    .detailleft .houkoku.memberlist{
        width:900px;
    }
}

@media screen and (max-width: 1400px) {
    .block-1400 {
        display: block;
    }
}

@media screen and (max-width: 1300px){
    .detailleft .houkoku.memberlist{
        width:425px;
    } 
    .memberlist .oshiraseone {
        float: none;
        margin: 10px 5px;
    }
}



@media screen and (max-width: 1250px){
    .houkoku{
        width: 710px;
    }
    div.sanjyolist ul li img{
        max-width: 70px;
    }
    .footerblock1{
        padding-left: 10px;
    }
    .detailleft .houkoku{
        width: 470px;
    }
}

@media screen and (max-width: 1100px) {
    .block-1100 {
        display: block;
    }
}

@media screen and (max-width: 1000px){
    .block-1000 {
        display: block;
    }
    .hidden-1000 {
        display: none;
    }
    .rightcon{
        width:170px;
    }
    header{
        width:164px;
    }

    #snswidget{
        display:none;
    }

    .pastpage ul li:after{ /* 改行入れる */
        margin: 0 2px;
    }
    .wrapper{
        padding: 15px;
    }
    #topbottombtns{
        width:100%;
    }
    .btntext{
        font-size: 14px;
    }

    /* 少年少女国連大使　トップページ　モバイル表示　*/
    .bandgmainbox .pc{
        display: none;
    }

    .bandgmainbox .mobile{
        display: block;
    }

    .bandgmainbox .flex div.margin-left {
        margin-left: 0px;
    }
    .bandgmainbox article {
        display: block;
    }
    .bandgmainbox .article-container {
    /*    display: align-self;*/
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    }
}

@media screen and (max-width: 920px){
    .rightcon{
        width:170px;
        z-index: 100;
        position:relative ;
    }
    header{
        width:164px;
    }
    .houkoku{
        width: 470px;
    }
    .wrapper{
        padding: 10px;
    }
    .footerblock1{
        display:block;
    }
    .igyoshu img{
        width:100%;
    }
    .sanjyo{
        display:block;
    }
    .sanjyo h5{
        display: block;
        padding-top: 10px;
        padding-left: 10px;
    }

    div.sanjyolist{
        display:block;
    }

    div.sanjoarrow{
        display:none;
    }

    .leftconmain{
        display:block;
    }

    .detailleft{
        display:block;
    }

    .detailright{
        display:block;
        width:100%;
    }

    .rmenutitle{
        height:auto;
        
    }
    .detailright h3{
        padding:10px 0 10px 10px;
    }
    .rightmenumainlist li{
        padding: 10px 16px 10px 16px;
    }
    .rmmlv2list li{padding:0;}
}

@media screen and (max-width: 780px){
    .topmainimgblk{
        display: block;
    }
    .topmainimgleft{
        display: block;
    }

    div.sanjyolist ul li img{
        max-width: 50px;
    }

    div.sanjyolist ul{
        margin:0 auto;
    }
    .maintbc{
        display: block;
        margin-bottom:5px;
    }
    .topmainimg2{
        margin-bottom:5px;
    }
    .topmainimgblk{
        height: 100% !important;
        margin-bottom: 5px;
    }
    .topmainimgblk:first-child{
        padding-top:17px;
    }
    .topmainimgleftbg:before{
        padding-top:100%;
        content:" ";
        display:block;
    }
    .topmainimgleft{
        width:100%;
        position:relative !important;
    }
    .topmainimgleftbg{
        position:relative !important;
    }
    .topmainimgright{
        width:100%;
    }
    .topmainimgleftbg:before{
        padding-top: 97.9%;
    }
    #topbottombtns{
        display:block;
    }
    .topbottombtn{
        width:auto;
        padding: 24px;
        margin:auto;
    }
    .topimgchangeupbtn{
        display:none;
    }
    .topimgchangebottombtn{
        display:none;
    }
    .moviepagenation {
        margin-top: 15px;
    }
    .moviepagenation a{
        display: inline-block;
        font-size: 80%;
        padding:8px;
        margin: 3px;
    }
}

@media screen and (max-width: 700px){
    .houkoku{
        width:100%;
    }
    .detailleft .houkoku {
    width: auto !important;
    }
    .oshiraseone{
        width: 90%;
        margin: 5px 3%;
        padding: 2%;
        background-color: #FFF;
    }
    .mediatable a img{
        width:100%;
    }
    .houkoku ul {
        margin: 0;
    }
    .memberlist .oshiraseone {
        box-sizing: border-box;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}


@media screen and (max-width: 640px){
    .maincon{
        display:block;
    }
    .rightcon{
        display:block;
        width:auto;
    }
    header{
        position:fixed;
        width: 98.4%;
        padding-left: 0.8%;
        padding-right: 0.8%;
    }
    .ghsub{
        margin-top:5px;
    }
    div.leftcon{
        display:block;
        padding-top: 30px;
    }
    .headlogo{
        display: table;
        width: 100%;
    }
    .headlogo h2{
        display: none;
        vertical-align: middle;
        width: 60px;
    }
    .headlogo h1{
        display: flex;
        height: 42px;
        width: 100%;
    }

    .headlogo h2 a{
        padding:0;
    }


    h1 .mobilemenubtn{
        display:block;
        font-weight:bold;
        font-size:13px;
        color:#FFF;
        padding-left:10px;
    }

    .headlogo h1 a{
        display:none;
    }

    .headlogo h2 a img{
        width: 70px;
    margin: 10px;
    }

    .headlogo h1 a{
        display: block;
        width: 90px;
        height: 30px;
        overflow-y: clip;
        margin-top: 6px;
        padding: 0;
        border: 0;
    }

    .headlogo h1 .mobilemenubtn{
        position: relative;
        display: block;
        height: 100%;
        vertical-align: middle;
        line-height: 42px;
        text-align: middle;
        background: #50B2BF;
        width: 70%;
        padding-left: 13px;
    }
    .headlogo h1 .mobilemenubtn:after{
            width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #FFF;
    content:" ";
    position:absolute;
    top:18px;left:110px;
    }

    .headlogo h1 a img{
width: 66px;
margin: 3px auto 0 12px;
        object-fit: cover;
height: 23px;
object-position: 0 0;
    }
    .lmtop:after{
        content:none;
    }
    .lmtop{
        padding: 10px 0 10px 0;
    }
    .gh-menu-added li {
        padding: 10px 0 10px 0;
    }
    .ghsub li a{
        padding-right:0;
        padding:5px;
        text-align: center;
        border-bottom:1px solid #DDD;
    }
    .ghsub li a:after{
        content:none;
    }
    .gh-menu li ul li{
        border-bottom:1px solid #DDD;
    }
    .gh-menu,.gh-menu-added,.ghsub,.foruser,.socialbtns,.pastpage,.pickupbanner{
        display:none;
    }

.gh-menu.show,.gh-menu-added.show,.ghsub.show, .foruser.show,.socialbtns.show,.pastpage.show,.pickupbanner.show{
    display:block;
}


@media screen and (max-width: 420px){
    div.contentsmainbox figure.alignright{
        float: none;
        margin: 0 auto 20px auto;
    }
    div.contentsmainbox figure.alignright img{
        display: block;
        margin: 0 auto 10px auto;
    }

}

@media screen and (max-width: 780px) {
    .block-400 {
        display: block;
    }
}
@media screen and (max-width: 360px) {
    .block-360 {
        display: block;
    }
}


header{
    background:#FFF;
}

.gh-menu.show li ul li{
    border:0px;
}

        .gh-menu.show{
        
    }
    .gh-menu.show{
        display:block;
    }
    div.contentsmainbox{
        margin:30px 0;
    }
    .rmenutitle br{
        display:none;
    }
    .houkoku ul {
        margin: 0;
    }
    .memberlist .oshiraseone{
        /*width:auto;*/
        box-sizing: border-box;
        margin-right: 0 !important;
        margin-left: 0 !important;
        min-height:0px;
        width: 100%;
    }
    div.contentsmainbox .houkoku ul{
        padding:0;
    }
        form#mailformpro dl dt{
        display:block !important;
    }

    /* SDGs海外レポート*/
    .bandgmainbox article {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bandgmainbox .article-container {
    /*    display: align-self;*/
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
    }

}

@media screen and (max-width: 460px){
    div.sanjyolist ul{
            display:block;
            padding: 0 15px;
    }
    div.sanjyolist ul li{
        display:block;
        margin-bottom: 10px;
    }
    div.sanjyolist ul li a{
        display:block;
    }
    div.sanjyolist ul li img{
        margin:0 auto;
        max-width: 90px;
    }
    .contentsmaintitle h2{
            font-size: 32px;
    text-align: center;
    padding-bottom: 42px;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    }

    .presidentimg{
        float: none; width: 90%; margin: 0 5%;
    }

    .simbol{
        width: 150px;
    }
    .simbol img{
     width: 150px;   
    }
    .headlogo h2 a img{
        width: 65px;
    }

    .memberlist .oshiraseone{
        /*width: 90%;*/
        min-height:0px;
    }
    .memberlist .memhp{
    word-break: break-all;
    }

    .maintbc{
    width: 100%;
    /*padding: 1px 0 25px 0;*/
    }

    .detailleft{
        padding:30px 10px;
    }

    /* SDGs海外レポート*/
    .bandgmainbox article {
        display: block;

    }
    .bandgmainbox .article-container {
    /*    display: align-self;*/
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    }

}

/*委員会事業計画*/
@media screen and (max-width: 500px) {
    div.contentsmainbox .commitee img.alignright {
        float: unset !important;
        margin: 20px auto !important;
    }
}
/*委員会事業計画ここまで*/

/*投稿ページここから*/
.aligncenter > img {
    display: block;
    margin: 0 auto;
}
div.contentsmainbox ul.blocks-gallery-grid,
.blocks-gallery-grid {
    padding: 0;
}
.blocks-gallery-item img {
    display: block;
    height: 100% !important;
    object-fit: cover;
}

@media screen and (min-width: 1025px) {
    .columns-3 > .wp-block-column,
    .columns-3 > .blocks-gallery-grid > .blocks-gallery-item,
    .columns-3 > figure.wp-block-image {
        width: calc((100% - 40px) / 3);
    }

    .columns-3 > .wp-block-column:not(:nth-child(3n + 1)),
    .columns-3 > .blocks-gallery-grid > .blocks-gallery-item:not(:nth-child(3n + 1)),
    .columns-3 > figure.wp-block-image:not(:nth-child(3n + 1)){
        margin-left: 20px;
    }
    .columns-3 > .blocks-gallery-grid > .blocks-gallery-item:nth-child(n + 4),
    .columns-3 > figure.wp-block-image:nth-child(n + 4) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 415px) {
    .columns-3 > .wp-block-column,
    .columns-3 > .blocks-gallery-grid > .blocks-gallery-item,
    .columns-3 > figure.wp-block-image {
        width: calc((100% - 20px) / 2);
    }
    .columns-3 > .wp-block-column:nth-child(even),
    .columns-3 > .blocks-gallery-grid > .blocks-gallery-item:nth-child(even),
    .columns-3 > figure.wp-block-image:nth-child(even) {
        margin-left: 20px;
    }
    .columns-3 > .blocks-gallery-grid > .blocks-gallery-item:nth-child(n + 3),
    .columns-3 > figure.wp-block-image:nth-child(n + 3) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 414px) {
    .columns-3 > .wp-block-column,
    .columns-3 > .blocks-gallery-grid > .blocks-gallery-item,
    .columns-3 > figure.wp-block-image {
        width: 100%;
    }
    .columns-3 > .blocks-gallery-grid > .blocks-gallery-item:nth-child(n + 2),
    .columns-3 > figure.wp-block-image:nth-child(n + 2) {
        margin-top: 10px;
    }
}
.has-text-align-center {
    text-align: center;
}
div.contentsmainbox .media_desc,
.media_desc {
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 5px;
}
div.contentsmainbox .separate,
.separate {
    margin-top: 30px;
}
.wp-block-columns {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.blocks-gallery-item figcaption,
.wp-block-column figcaption,
.wp-block-gallery figcaption{
    margin-top: 5px;
    text-align: center;
}
.wp-block-column > figure:not(:first-child) {
    margin-top: 20px;
}
/*.wp-block-gallery > .blocks-gallery-grid {
    display: flex;
    flex-wrap: wrap;
}*/

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
}

/*投稿ページここまで*/


/* ページ内外リンク先の位置調整 */
.destin {
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}
/* youtube埋め込みの中央寄せ補完 */
.aligncenter.wp-block-embed-youtube iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*賛助会員様アイコン
----------------------------------*/
.sanjyo h5 {
    padding-right: 20px;
}
div.sanjoarrow {
    padding-left: 20px;
}
div.sanjyolist ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
/*div.sanjyolist ul:first-child {
    justify-content: center;
    margin-bottom: 30px;
}
div.sanjyolist ul:first-child li img {
    max-width: 130px;
    max-height: 65px;
}*/
div.sanjyolist ul:nth-child(2) li img {
    max-width: 100px;
    max-height: 50px;
}
/*.sanjyo h5 {
    vertical-align: top;
    padding-top: 40px;
}*/

@media screen and (max-width: 1250px) {
    /*div.sanjyolist ul:first-child li img {
        max-width: 110px;
        max-height: 55px;
    }*/
}
@media screen and (max-width: 920px) {
    div.sanjyolist ul {
        padding-left: 10px;
    }
    /*div.sanjyolist ul:first-child {
        margin-bottom: 30px;
    }*/
}
@media screen and (min-width: 461px) and (max-width: 780px) {
    /*div.sanjyolist ul:first-child {
        margin-bottom: 10px;
    }*/
    /*div.sanjyolist ul:first-child li img {
        max-width: 90px;
        max-height: 45px;
    }*/
}
@media screen and (max-width: 460px) {
    /*div.sanjyolist ul:first-child {
        margin-bottom: 40px;
        width: 250px;
    }*/
    div.sanjyolist ul {
        gap: 20px;
    }
    div.sanjyolist ul:first-child li img {
        max-width: 120px;
        max-height: 60px;
    }
    div.sanjyolist ul {
        width: 300px;
        justify-content: unset;
    }
    div.sanjyolist ul:nth-child(2) {
        width: 280px;
        justify-content: space-between;
    }
    div.sanjyolist ul:nth-child(2) li img {
        max-width: 80px;
        max-height: 40px;
    }
}



