@charset "utf-8";

@font-face {
  font-family: 'MyFont';
  src: url(../font/JP/SourceHanSerifJP-Regular.otf);
}

@font-face {
  font-family: 'MyFontL';
  src: url(../font/JP/SourceHanSerifJP-Light.otf);
}

@font-face {
  font-family: 'MyFontB';
  src: url(../font/JP/SourceHanSerifJP-Bold.otf);
}

@font-face {
  font-family: 'MyFontEL';
  src: url(../font/JP/SourceHanSerifJP-ExtraLight.otf);
}

html{
  font-size: 62.5%;
}

a{
  color: #1779da;
}

*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

h5{
  font-size: 1.8rem;
  margin-bottom: 0;
}

h6{
  font-size: 1.6rem;
  margin-bottom: 0;
  margin-top: 0;
}

#overlay{
  display: none;
}

nav.spview{
  display: none;
}

body{
  width: 100%;
  /*font-family: MyFont;*/
  font-family:MyFont,游明朝,Yu Mincho,游明朝体,YuMincho,Garamond,Times New Roman,HGS明朝E,HG明朝E,ＭＳ Ｐ明朝,MS PMincho,serif;
  background-color: #fff;
}

.pageNate{
  font-size: 1.9rem;
  margin: 0 auto;
  text-align: center;
}

.pageNate .currentPage{
  background-color: #135699;
  color: #fff;
  padding: 8px 16px;
  border: 1px solid #ddd;
  display: inline-block;
}

.pageNate a{
  padding: 8px 16px;
  text-decoration: none;
  background-color: #1779da;
  color: #fff;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  display: inline-block;
}

ul{
  list-style-type: none;
  padding:0;
}

header{
  width: 1200px;
  margin: 20px auto 0 auto;
}

header img{
  margin-top: 20px;
}

header div{
  float: right;
  margin-bottom:20px;
}

header div svg{
  margin-right: 5px;
}

header div a{
  position: relative;
  color: #187adb;
  border:1px solid #1779d9;
  padding: 5px 0;
  text-decoration: none;
  font-size: 1.6rem;
  width: 196px;
  display: block;
  text-align: center;
}

header div span a{
  border:none;
  position: all;
  font-size: 1.4rem;
  padding: 0;
  margin-bottom: 10px;
}

nav.pcview{
  width: 100%;
  background: linear-gradient(#48a0e8, #1064cb);
  margin-top: 33px;
  clear: both;
}

nav.pcview ul{
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

nav.pcview ul li:first-child{
  border-right: none;
}

nav.pcview ul li:last-child{
  border-left: none;
}

nav.pcview ul li{
  width: 220px;
  display:table-cell;
  text-align: center;
  border-left:1px solid #fff;
}

nav.pcview ul li.globalcurrent{
  background: linear-gradient(#248ce3, #1159ae);
}

nav.pcview ul li#memberlink{
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  background: linear-gradient(#f0692f, #f74b02);
}

nav.pcview ul li#memberlink a svg{
  margin-right: 10px;
}

nav.pcview ul li a{
  display: block;
  font-size: 1.9rem;
  text-decoration: none;
  color: #fff;
  padding:20px 0px;
}

nav.pcview ul li a svg{
  font-size: 2.2rem;
}

nav.pcview ul li a:hover{
  background: linear-gradient(#248ce3, #1159ae);
}

nav.pcview ul li:last-child a:hover{
  background: linear-gradient(#f0692f, #f74b02);
}

#containar{
  width: 100%;
  clear: both;
}

.sp-image{
  position: absolute;
  width: 100%!important;
  object-fit: cover;
}

.topics{
  width: 100%;
  clear: both;
  position: relative;
  top: -100%;
  background-image: url(../img/whiteblock.jpg);
}

.Toptopics{
  width: 100%;
  clear: both;
  position: relative;
  top: -100%;
}

.detail{
  width: 1200px;
  padding:55px 0px 55px 0;
  margin: 0 auto;
  clear: both;
  vertical-align:middle;
  display: table;
}

.detail p{
  vertical-align:middle;
  display: table-cell;
  font-size: 1.8rem;
}

.Toptopics .sitetitle{
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 70px;
  margin-right: 119px;
  vertical-align:middle;
  display: table-cell;
}

.topicswriter{
  width: 560px;
  background-color: #fff;
  display: table;
  border:5px solid #1869ab;
  padding: 10px;
  font-size: 1.125rem;
  line-height: 27px;
}

.topicswriter span{
  color: #06338c;
  font-weight: bold;
}

.forum{
  width: 100%;
  clear: both;
  border-bottom: 1px solid #d8d8d8;
}

.forum h1{
  letter-spacing:2px;
  color:#258ce1;
  border-top: 3px solid #258ce1;
  border-bottom: 3px solid #258ce1;
  font-size: 3.5rem;
  padding: 20px 0;
  text-align: center;
  margin:0;
  font-family: MyFontB;
}

.forumdetail{
  width: 100%;
  background-image: url(../img/backforum.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  clear: both;
}

.forumdetail .bg-mask{
  height: 100%;
  background: rgba(255,255,255,0.9);
  clear: both;
}

.forumdetail .forumcontents{
  width: 1200px;
  margin: 0 auto;
  padding: 87px 0;
  clear: both;
  display: table;
}

.forumdetail .forumcontents p{
  margin-top: 0;
  font-size: 1.8rem;
  margin-bottom: 80px;
  line-height: 28px;
}

.forumdetail .forumcontents a{
  position: relative;
  background: linear-gradient(#48a0e8, #1064cb);
  border: 1px solid #579de3;
  color: #fff;
  padding: 10px 100px;
  cursor: pointer;
  text-decoration: none;
}

.forumdetail .forumcontents a:before{
  position: absolute;
  top: 15%;
  left: 90%;
  content: url(../img/arrow.png);
  font-size: 25px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.forumdetail .forumcontents a:hover{
  position: relative;
  border: 1px solid #579de3;
  background:linear-gradient(#fff, #fff);
  color: #579de3;
  box-sizing: border-box;
  text-decoration: none;
}

.forumdetail .forumcontents a:hover:before{
  position: absolute;
  top: 15%;
  left: 90%;
  content: url(../img/arrow-hover.png);
  font-size: 25px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.forumdetail .forumcontents a{
  margin-right: 14px;
  font-size: 1.8rem;
  font-family: MyFontEL;
  font-weight: lighter;
}

.forumdetail img{
  width: 300px;
  float: left;
  clear: both;
  display: block;
  margin-right: 72px;
}

.news{
  width: 1200px;
  margin: 40px auto 40px auto;
}

.news h1{
  width: 1200px;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
  margin: 0 auto 40px auto;
  font-size: 3.7rem;
}

/*以下で線を表示*/
.news h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;/*線の上下位置*/
  display: inline-block;
  width: 83px;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #1779da;/*線の色*/
  border-radius: 0px;/*線の丸み*/
}

.news ul{
  list-style-type: none;
  padding:0;
  margin-bottom: 25px;
}

.news ul li{
  border-top: 1px dotted #8f8f8f;
  padding: 10px 0;
  font-size: 1.5rem;
  font-family: MyfontL;
}

.news ul li:last-child{
  border-bottom: 1px dotted #8f8f8f;
}

.news ul li time{
  margin-right: 28px;
  font-size: 1.6rem;
  font-family: "游ゴシック", sans-serif;
}

.news ul li span{
  width: 150px;
  color: #fff;
  margin-right: 36px;
  font-size: 1rem;
  padding: 5px 10px;
  font-weight: lighter;
  display: inline-block;
  text-align: center;
}

.news ul li span a{
  color: #fff;
  padding: 0 20px;
  font-size: 1.5rem;
}

.news ul li span.red{
  background-color: #e00f14;
}

.news ul li span.blue{
  background-color: #1779d9;
}

.news ul li span.green{
  background-color: #339900;
}

.news ul li span.purple{
  background-color: #A757A8;
}

.news ul li span.neutral{
  background-color: #8e8e8e;
}

.news ul li a{
  font-size: 1.9rem;
  text-decoration: none;
  color: #000;
}

.news .allNews{
  text-align: center;
  margin: 0 auto;
  padding: 0px 100px;
}

.news .allNews a{
  width: 320px;
  display: block;
  position: relative;
  background: linear-gradient(#48a0e8, #1064cb);
  border: 1px solid #579de3;
  color: #fff;
  padding: 15px 0;
  text-decoration: none;
  margin: 0 auto;
  font-size: 1.8rem;
}

.news .allNews a:hover{
  position: relative;
  background: linear-gradient(#fff, #fff);
  border: 1px solid #579de3;
  color: #579de3;
}

.news .allNews a:before{
  position: absolute;
  top: 10%;
  left: 90%;
  content:url(../img/arrow.png);
  font-size: 25px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.news .allNews a:hover:before{
  position: absolute;
  color: #579de3;
  content:url(../img/arrow-hover.png);
}

.content article ul{
  margin-bottom: 20px;
}

.content ul li{
  font-size: 1.5rem;
  font-family: MyfontL;
}

.content article ul li{
  position: relative;
  border-top: 1px dotted #8f8f8f;
  padding: 10px 0 10px 20px;
  font-size: 1.9rem;
  font-family: MyfontL;
}

.content article ul#newsList li{
  padding-left: 0;
}

.content article ul#newsList li:before{
  content: none;
}

.content article ul li:before{
  position: absolute;
  left: 0.1%;
    bottom: 34%;
  font-size: 10px;
  font-weight: bold;
  content: '\f111';
  color: #000;
  font-family: fontAwesome;
  z-index: 1;
}

.content article ul li:last-child{
  border-bottom: 1px dotted #8f8f8f;
}

.content article ul li time{
  margin-right: 28px;
  font-size: 1.6rem;
  font-family: "游ゴシック", sans-serif;
}

.content article ul li span{
  width: 150px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-right: 36px;
  font-size: 1rem;
  padding: 5px 10px;
  font-weight: lighter;
}

.content article ul li span a{
  color: #fff;
  padding: 0 20px;
  font-size: 1.5rem;
}

.content article ul li span.red{
  background-color: #e00f14;
}

.content article ul li span.blue{
  background-color: #1779d9;
}

.content article ul li span.green{
  background-color: #339900;
}

.content article ul li span.purple{
  background-color: #A757A8;
}

.content article ul li span.neutral{
  background-color: #8e8e8e;
}

.content article ul li a{
  font-size: 1.9rem;
  text-decoration: none;
  color: #000;
}

.newsLink{
  width: 500px;
  display: inline-block;
  vertical-align: text-top;
}

.content article dl{
  width: 276px;
  margin-right: 25px;
  float: left;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.content article dl dt{
  margin: 0;
  background-color: #fff;
  padding-bottom: 35px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.6rem;
  line-height: 25px;
}

.content article dl dd{
  padding: 0;
  margin: 0;
  width: 100%;
}

.content article dl dd a{
  position: relative;
  background: linear-gradient(#48a0e8, #1064cb);
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 1.5rem;
  border: 1px solid #579de3;
}

.content article dl dd a:before{
  position: absolute;
  top: 4%;
  left: 75%;
  content: url(../img/arrow.png);
  font-size: 25px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.content article dl dd a:hover{
  position: relative;
  background: linear-gradient(#fff, #fff);
  color: #579de3;
  border:1px solid #579de3;
}

.content article dl dd a:hover:before{
  position: absolute;
  color: #579de3;
  content: url(../img/arrow-hover.png);
}



.forth{
  width: 100%;
  background-image: url(../img/whiteblock.jpg);
  clear: both;
}

.forth .forthcontents{
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 50px 0;
}

.forth .forthcontents dl{
  margin: 0;
}

.forth .forthcontents dl dt img{
  width:100%;
}

.forth .forthcontents dl dd:nth-child(2){
  margin: 0;
  background-color: #fff;
  padding-left: 16px;
  padding-right:16px;
  font-size: 1.9rem;
  line-height: 25px;
}

.forth .forthcontents dl dd:nth-child(2) p{
  height: 100px;
}

.forth .forthcontents dl dd:nth-child(3){
  padding: 0;
  margin: 0;
  width: 100%;
}

.forth .forthcontents dl dd h3{
  font-family: MyFontL;
  position: relative;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 2rem;
}

/*以下で線を表示*/
.forth .forthcontents dl dd h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 250px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #1779d9;/*線の色*/
  border-radius: 0px;/*線の丸み*/
}

.forth .forthcontents dl{
  width: 276px;
  margin-right:25px;
  float: left;
  border:1px solid #cccccc;
  background-color: #fff;
}

.forth .forthcontents dl:nth-child(4){
  margin-right: 0;
}

.forth .forthcontents div div{
  clear: both;
}

.forth .forthcontents dl:last-child{
  margin-right: 0;
}

.forth .forthcontents dl dd a{
  position: relative;
  background: linear-gradient(#48a0e8, #1064cb);
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 1.5rem;
  border:1px solid #579de3;
}

.forth .forthcontents dl dd a:hover{
  position: relative;
  background: linear-gradient(#fff, #fff);
  color: #579de3;
  border:1px solid #579de3;
}

.forth .forthcontents dl a:before{
  position: absolute;
  top: 4%;
  left: 75%;
  content: url(../img/arrow.png);
  font-size: 25px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.forth .forthcontents dl a:hover:before{
  position: absolute;
  color: #579de3;
  content: url(../img/arrow-hover.png);
}

#contact{
  width: 100%;
  background-image: url(../img/footerback.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  clear: both;
  color: #fff;
  margin-bottom: 40px;
}

#contact .bg-maskfoot{
  height: 100%;
  background: rgba(0,0,0,0.6);
  clear: both;
}

.footercontents{
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

#contact .bg-maskfoot p{
  font-size: 2rem;
  margin-top: 0;
}

#contact .bg-maskfoot ul{
  list-style-type: none;
  padding:0;
}

#contact .bg-maskfoot ul li{
  display: inline-block;
  font-size: 1.9rem;
}

#contact .bg-maskfoot ul li:nth-child(1){
  margin-right: 40px;
}

#contact .bg-maskfoot ul li a{
  position: relative;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding:4px 50px;
  font-size: 1.6rem;
}

#contact .bg-maskfoot ul li:nth-child(2) a:hover{
  border: 1px solid #fff;
  color: #fff;
  background-color: initial;
  cursor: default;
}

a[href^="tel:"] {
    pointer-events: none;
}

#contact .bg-maskfoot ul li span{
  position: relative;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding:4px 50px;
  font-size: 1.6rem;
}


#contact .bg-maskfoot ul li a:hover{
  color: #579de3;
  background-color: #fff;
  border:1px solid #579de3;
}

#contact .bg-maskfoot ul li a:hover span{
  color: #579de3;
  background-color: #fff;
}

#contact .bg-maskfoot ul li span{
  position: relative;
  color: #fff;
  text-decoration: none;
  padding:4px 50px;
  font-size: 1.6rem;
}

#contact .bg-maskfoot ul li a svg{
  margin-right: 10px;
}

#contact .bg-maskfoot ul li span svg{
  margin-right: 10px;
}

#contact .bg-maskfoot ul li:nth-child(2){
  margin-right: 20px;
}

#sitemap{
  margin-bottom: 30px;
}

#sitemap ul{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  list-style-type: none;
  padding:0;
}

#sitemap ul li{
  display: inline-block;
  font-size: 1.5rem;
}

#sitemap ul:nth-child(1){
  margin-bottom: 30px;
}

#sitemap ul:nth-child(1) li a{
  color: #1779da;
  text-decoration: none;
  padding-bottom: 5px;
  font-size: 1.4rem;
}

#sitemap ul:nth-child(1) li a:hover{
  border-bottom: 1px solid #1779da;
}

#sitemap ul:nth-child(1) li{
  border-left: 2px solid #509ae1;
  padding: 0 20px;
}

#sitemap ul:nth-child(1) li:nth-child(1){
  border:none;
}

#sitemap ul:nth-child(1) li:nth-child(1) a{
  position: relative;
}

#sitemap ul:nth-child(1) li:nth-child(1) a svg{
  margin-right: 10px;
}

#sitemap ul:nth-child(2) li{
  padding: 0 15px;
}

#sitemap ul:nth-child(2) li a{
  font-size: 1.4rem;
  position: relative;
  color: #000;
  text-decoration: none;
  padding-bottom: 5px;
}

#sitemap ul:nth-child(2) li a:hover{
  border-bottom: 1px solid #000;
}

#sitemap ul:nth-child(2) li a svg{
  margin-right: 5px;
}

#copy{
  background-color: #eeeeee;
  padding: 10px 0px;
  text-align: center;
}

#copy p{
  font-size: 1.5rem;
}

/*組織概要*/
.topics h1{
  font-family: MyFontB;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 4.2rem;
  text-shadow:0 0 25px #fff, 0 0 20px #fff, 0 0 0.40px #fff;
  border-bottom: 3px solid #268ce0;
}

.breadcrumbframe{
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 25px;
}

.breadcrumb{
  width: 1200px;
  margin: 3px auto;
  list-style-type: none;
  padding-left: 0;
}

.breadcrumb li{
  font-size: 1.7rem;
  display: inline-block;
  padding: 10px;

}

.breadcrumb li a{
  position: relative;
  text-decoration: none;
  padding: 0 10px;
}

.breadcrumb li a:before{
    position: absolute;
    top: 10%;
    left: 100%;
    content: '＞';
    z-index: 1;
    font-style: normal;
    color: #000;
    font-size: 1.8rem;
}

.breadcrumb li:nth-child(1) a{
  border-bottom: none;
}

.breadcrumb li a{
  border-bottom: 1px solid #519ce0;
  color: #177ad8;
}

.breadcrumb li a:hover{
  border-bottom: none;
}

.breadcrumb span{
  margin: 0 5px;
  font-size: 1.5rem;
}

.breadcrumb li a svg{
  font-size: 1.4rem;
}

#containar .content{
  width: 1200px;
  margin: 0 auto 45px auto;
  overflow: hidden;
}

#containar .content p{
  font-size: 1.9rem;
  line-height: 200%;
  margin-top: 0;
}

#containar .content .contactArea p{
  margin-top: 0;
}

#containar article{
  width: 800px;
  float: left;
  margin-right: 100px;
}

#containar article ol{
  padding-left: 30px;
}

#containar article.material{
  width: 100%;
  margin-right: 0px;
  float: none;
}

#containar article.material table{
  width: 100%;
}

#containar article.cantactNormal{
  width: 100%;
  margin-right: 0px;
  float: none;
}

#containar article.cantactNormal table{
  width: 100%;
}

#containar article h2{
  border-left: 7px solid #177ad8;
  font-size: 3rem;
  padding-left: 17px;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 20px;
  clear: both;
}

#containar article.privacy{
  width: 1200px;
}

#containar article.privacy h2{
  border-left: 7px solid #177ad8;
  font-size: 3rem;
  padding-left: 17px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  clear: both;
}

#containar .content article.privacy p{
  margin-bottom: 30px;
}

#containar article h3{
  font-size: 2.2rem;
  border-bottom: 3px solid #177ad8;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 15px;
  clear: both;
}

#containar article .archive{
  width: 1200px;
  overflow: hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  flex-flow: wrap;
}

#containar article .archive dl{
  width: 380px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 20px;
}

#containar article .archive dl:nth-child(3){
  margin-right: 0;
}

#containar article .archive dl:nth-child(6){
  margin-right: 0;
}

.content article div.archive dl dt{
  width: 100%;
  border-bottom: none;
  padding: 0;
}


.content article div.archive dl dt img{
  width: 100%;
  height: 209px;
}

#containar .content article div.archive dl dd h3{
  font-size: 1.7rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: none;
}

.content article div.archive dl dd{
  margin: 0;
  width: 100%;
}

.content article div.archive dl:nth-child(2){
  margin-left: 0;
}

#containar .content ol li{
  font-size: 1.9rem;
  margin-bottom: 20px;
  line-height: 30px;
}

#containar nav.side{
  width: 300px;
  float: left;
}

#containar nav.side ul{
  list-style-type: none;
  padding:0;
}

#containar nav.side ul li:nth-child(1){
  color: #fff;
  background: linear-gradient(#48a0e8, #1064cb);
  text-align: center;
  padding: 15px 0;
  font-size: 2.2rem;
}

#containar nav.side ul li:nth-child(1) a{
  color: #fff;
  font-size: 2rem;
  padding: 0;
}

#containar nav.side ul li:nth-child(1) a:hover{
  background: none;
}

#containar nav.side ul li.current{
  background-color: #f0f7fd;
}

#containar nav.side ul li{
  position: relative;
  border-bottom: 1px dotted #a3a3a3;
}

#containar nav.side ul li a{
  position: relative;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 1.8rem;
}

#containar nav.side ul li a:hover{
  background-color: #f0f7fd;
}

#containar nav.side ul li:nth-child(1):before{
  position: absolute;
  top: 32%;
  left:95%;
  content: '';
  color: #000;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

#containar nav.side ul li:before{
  position: absolute;
  top: 32%;
  left:95%;
  content: '\f105';
  color: #000;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

/*テーブル*/
.reportTable{
  margin-bottom: 25px;
  overflow: auto;
}

.content article div.reportTable:last-child{
  margin-bottom: 0;
}

.content article div.reportTable table tr td a{
  position: relative;
  display: block;
}

.content article div.reportTable table tr td a:before{
  position: absolute;
  top: 15%;
  left:4%;
  content: '\f15c';
  color: #1779da;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.content article div.reportTable table tr td:nth-child(2) a{
  padding-left: 10px;
}

.content article div.reportTable table tr td:nth-child(3) a{
  padding-left: 25px;
}

#containar table{
  width: 800px;
  border:1px solid #cdcdcd;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}

#containar table thead tr{
  background-color: #177ad8;
  color: #fff;
  font-size: 1.5rem;
}

#containar table thead tr th{
  padding: 10px;
  border-bottom: 1px solid #cdcdcd;
  font-size: 1.9rem;
  font-weight: lighter;
}

#containar table thead tr th:nth-child(1){
  text-align: left;
  padding: 10px;
  border-right: 1px solid #cdcdcd;
}

#containar table thead tr th:nth-child(2){
  border-right: 1px solid #cdcdcd;
}


#containar table tbody tr{
  border-bottom: 1px solid #cdcdcd;
}

#containar table tbody tr td{
  font-size: 1.9rem;
  padding: 10px;
}

#containar table tbody tr td a{
  text-decoration: underline;
  border-bottom: none;
}

#containar table tbody tr td a:hover{
  border-bottom: none;
  text-decoration: none;
}

#containar table tbody tr td:nth-child(1){
  width: 50%;
  background-color: #f0f7fd;
  border-right: 1px solid #cdcdcd;
}

#containar table tbody tr td:nth-child(2){
  width: 20%;
  border-right: 1px solid #cdcdcd;
  text-align: center;
}

/*- table nb -*/
#containar table.nb_table,
#containar table.nb_table tr{
	border:none !important;
}
#containar table.nb_table tr td{
	width:auto !important;
	border:none !important;
	text-align: left!important;
	background-color:#FFF !important;
  vertical-align: top;
}

#containar table.nb_table tr td:nth-child(2){
  padding-top: 0;
}

/*- table normal -*/
#containar table.normal{
	margin:0 0 15px 0;
}
#containar table.normal,
#containar table.normal tr{

}
#containar table.normal tr th{
	font-size:1.9rem;
	text-align:left;
	background-color:#f0f7fd;
	padding:10px;
}
#containar table.normal tr td{
	font-size:1.9rem;
	text-align:left !important;
	background-color:#FFF !important;
	padding:10px;
}
#containar table.normal tr td:nth-child(1){
	width:25%;
}
#containar table.normal tr td:nth-child(2){
	width:75%;
}

#footermenu{
  display: none;
}

.pagetop {
  width: 80px!important;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 9999;
}
.pagetop a {
  position: relative;
    display: block;
    background-color: #e9e7e7;
    text-align: center;
    color: #020272;
    font-size: 2rem;
    text-decoration: none;
  filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    border-radius: 10px;
    padding: 35px 0;
}

.pagetop a img{
  text-align: center;
}

.pagetop a:hover {
    display: block;
    background-color: #e9e7e7;
    text-align: center;
    color: #020272;
    font-size: 2rem;
    text-decoration: none;
}

.pagetop a:before{
  position: absolute;
  right: 35%;
    bottom: 20%;
  font-size: 40px;
  font-weight: bold;
  content: '\f106';
  color: #28385e;
  font-family: fontAwesome;
  z-index: 1;
}

/*会員ページ*/
.content article div{
  clear: both;
  overflow: hidden;
}
.content article div dl{
  border:1px solid #cdcdcd;
  width: 45%;
  margin-right: 0;
}

.content article div dl.anke dt{
  font-size: 2.2rem;
  height: 75px;
}

.content article div dl.anke dd{
  height: auto;
}

.content article div dl.anke dd:nth-child(2){
  font-size: 1.6rem;
  margin-top: 16px;
  height:40px;
  line-height: 1.6;
}

.content article div dl.anke:nth-child(even){
  margin-left: 62px;
}

.content article div dl.anke dd a:before{
  left: 75%;
}

.content article div dl.anke dd a:hover:before{
  left: 75%;
}

.content article div dl dt{
  font-size: 1.75rem;
  text-align: left;
  border-bottom: 2px solid #cdcdcd;
  width: 90%;
  margin:0 auto;
  padding: 15px 0;
}

.content article div dl dd{
  font-size: 1.5rem;
  margin-left: 0;
  width: 90%;
  margin:20px auto 10px auto;
}

.content article div dl dd:nth-child(2){
  margin-top: 20px;
}

.content article div dl dd:nth-child(3) span{
  background-color: #f45714;
  color: #fff;
  padding: 3px 12px;
  margin-right: 13px;
}

.content article div dl dd:nth-child(4){
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  background: linear-gradient(#48a0e8, #1064cb);
}

.content article div dl dd a{
  position: relative;
  width:100%;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding: 10px 0;
  display: block;
  border:1px solid #a2ceeb;
}

.content article div dl dd a:before{
  position: absolute;
  top: 35%;
  left:65%;
  content: url(../img/arrow.png);
  font-size: 10px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.content article div dl dd a:hover{
  border:1px solid #1779da;
  background-color: #fff;
  color: #1779da;
}

.content article div dl dd a:hover:before{
  position: absolute;
  top: 37%;
  left:65%;
  content: url(../img/arrow-hover.png);
  font-size: 10px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.content article div dl dd a svg{
  margin-left: 20px;
}

div.quest{
  margin-bottom: 20px;
}

.content article ul.download{
  list-style-type: none;
  padding: 0;
  margin-bottom: 15px;
}

.content article ul.download li{
  border-top: none;
  border-bottom: 1px dotted #cdcdcd;
  padding-bottom: 10px;
  padding-left: 0;
}

.content article ul.download li:before{
  content: none;
}

.content article ul.download li time{
  margin-right: 20px;
  font-size: 1.8rem;
  font-family: "游ゴシック", sans-serif;
}

.content article ul.download li:nth-child(1){
  border-top: 1px dotted #cdcdcd;
  padding-top: 10px;
}

.content article ul.download li a{
  font-size: 1.9rem;
  text-decoration:underline;
  color: #1779da;
}

.content article ul.download li a:hover{
  text-decoration: none;
}

.docbtn{
  width: 40%;
  margin: 0 auto 20px auto;
  text-align: center;
  display: block;
}

.docbtn a{
  position: relative;
  display: block;
  background: linear-gradient(#48a0e8, #1064cb);
  border:1px solid #a3cff2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
  font-size: 1.8rem;
}

.docbtn a:hover{
  border:1px solid #1779da;
  background: linear-gradient(#fff, #fff);
  color: #1779da;
}

.docbtn a:before{
  position: absolute;
  top: 35%;
  left:93%;
  content: url(../img/arrow.png);
  font-size: 15px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.docbtn a:hover:before{
  color: #1779da;
  content: url(../img/arrow-hover.png);
}

.docbtnmember{
  width: 40%;
  margin: 0 auto 20px auto;
  text-align: center;
  display: block;
}

.docbtnmember a{
  position: relative;
  display: block;
  background: linear-gradient(#48a0e8, #1064cb);
  border:1px solid #a3cff2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
  font-size: 1.8rem;
}

.docbtnmember a:hover{
  border:1px solid #1779da;
  background: linear-gradient(#fff, #fff);
  color: #1779da;
}

.docbtnmember a:before{
  position: absolute;
  top: 35%;
  left:93%;
  content: url(../img/arrow.png);
  font-size: 15px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.docbtnmember a:hover:before{
  color: #1779da;
  content: url(../img/arrow-hover.png);
}

div.listBox{
  margin-bottom: 20px;
}

.applist{
  list-style-type: none;
  padding: 0;
  font-size: 1.5rem;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}

.content article ul.applist li{
  width: 45%;
  border:1px solid #cdcdcd;
  float: left;
  padding: 0;
  margin-bottom: 0px;
}

.content article ul.applist li:before{
  content: none;
}

.applist li:nth-child(odd){
  margin-right: 43px;
}

.applist li a{
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 15px 0 15px 15px;
  background: linear-gradient(#fff, #f0f0f0);
  font-size: 1.8rem;
}

.applist li a:before{
  position: absolute;
  top: 35%;
  left:95%;
  content: url(../img/arrow02.png);
  font-size: 15px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.applist li a:hover{
  background: linear-gradient(#48a0e8, #1064cb);
  color: #fff;
}

.applist li a:hover:before{
  color: #fff;
  content: url(../img/arrow-hover02.png);
  left: 94%;
}




.applistDoc{
  list-style-type: none;
  padding: 0;
  font-size: 1.5rem;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}

.content article ul.applistDoc li{
  width: 47%;
  border:1px solid #cdcdcd;
  float: left;
  padding: 0;
  margin-bottom: 20px;
}

.applistDoc li:nth-child(odd){
  margin-right: 43px;
}

.applistDoc li a{
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 15px 0 15px 15px;
  background: linear-gradient(#fff, #f0f0f0);
  font-size: 1.8rem;
}

.content article .applistDoc li:before{
  content: none;
}

.applistDoc li a:before{
  position: absolute;
  top: 35%;
  left:95%;
  content: url(../img/arrow02.png);
  font-size: 15px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.applistDoc li a:hover{
  background: linear-gradient(#48a0e8, #1064cb);
  color: #fff;
}

.applistDoc li a:hover:before{
  color: #fff;
  content: url(../img/arrow.png);
}

.content article.executive ul{
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display:-webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding:0;
  list-style: none;
  flex-flow: wrap;
  margin-top: 0;
}

.content article.executive ul::before{
  content:"";
  display: block;
  width:190px;
  order:1;
}
.content article.executive ul::after{
  content:"";
  display: block;
  width:190px;
}

.content article.executive ul li{
  width:190px;
  text-align:left;
  box-sizing:border-box;
  border-top: none;
  border-bottom: none;
  padding:0;
}

.content article.executive ul li:before{
  content: none;
}

.content article.executive dl{
  width: 190px;
  border:1px solid #cdcdcd;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.content article.executive dl img{
  width: 188px;
}

.content article.executive dl dt{
  width: 100%;
  text-align: center;
  padding: 0;
  display: inline-grid;
}

.content article.executive dl dt span{
  color: #000;
  font-size: 1.8rem;
  margin-top: 13px;
  display: block;
}

.content article.executive dl dt svg{
  font-size: 10rem;
  text-align: center;
}

.content article.executive a:nth-child(3) dl{
  margin-left: 0px;
  margin-right: 0px;
}

.content article.executive a:nth-child(6) dl{
  margin-left: 0px;
  margin-right: 0px;
}

.content article.executive a:nth-child(9) dl{
  margin-left: 0px;
  margin-right: 0px;
}

.content article.executive a:nth-child(12) dl{
  margin-left: 0px;
  margin-right: 0px;
}

.content article.executive a:nth-child(15) dl{
  margin-left: 0px;
  margin-right: 0px;
}

.content article.executive a:nth-child(18) dl{
  margin-left: 0px;
  margin-right: 0px;
}

.content article.executive dl dd a{
  font-size: 1.6rem;
}


.content article.executive dl dd a:before{
  top: 3%;
  left:93%;
}

.committeeDetail img{
  width: 247px;
  float: left;
  display: block;
  margin-right: 46px;
}

.content article .committeeDetail p{
  font-size: 1.6rem;
  margin-top: 0;
  display: table;
}

/**/
.content article a dl{
  width: 247px;
  float: left;
  border:1px solid #cdcdcd;
}

.content article a dl dt{
  text-align: center;
  padding: 22px 0;
}

.content article a dl dt span{
  color: #000;
  font-size: 1.8rem;
  margin-top: 13px;
  display: block;
}

.content article a dl dt svg{
  font-size: 10rem;
  text-align: center;
}

.content article a:nth-child(3) dl{
  margin-left: 25px;
  margin-right: 25px;
}

.content article a:nth-child(6) dl{
  margin-left: 25px;
  margin-right: 25px;
}

.content article a:nth-child(9) dl{
  margin-left: 25px;
  margin-right: 25px;
}

.content article a dl dd{
  margin-left: 0;
  background: linear-gradient(#48a0e8, #1064cb);
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 15px 0;
}

.content article a:hover dl dd{
  background: linear-gradient(#248ce3, #1058ad);
}

h4{
  width: 100%;
  background: linear-gradient(#fff, #ededed);
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-bottom: 2px solid #177ad8;
  font-size: 2rem;
  padding: 13px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.content article #comitteeTable table{
  border:1px solid #cdcdcd;
}

.content article #comitteeTable table tbody tr:last-child{
  border-bottom: 0;
}

.content article #comitteeTable table tbody tr th{
  background-color: #f0f7fd;
  font-size: 1.9rem;
  border-right: 1px solid #cdcdcd;
  width: 30%;
  text-align: left;
  padding: 10px;
  font-family: MyFontEL;
  vertical-align: baseline;

}

.content article #comitteeTable table tbody tr td{
  width: 70%;
  text-align: left;
  padding:10px 18px;
  font-size: 1.9rem;
  line-height: 30px;
  vertical-align: baseline;
  border-right: 0;
}

.content article #comitteeTable h5{
  margin-top: 0;
}

.content article #comitteeTable ul{
  padding-left: 10px;
  margin-top: 0;
}

.content article #comitteeTable ul li{
  position: relative;
  margin-bottom: 5px;
  border-top: none;
  padding:0;
  font-size: 1.9rem;
}

.content article #comitteeTable ul li a{
  color: #1779da;
  font-size: 1.9rem;
}

.content article #comitteeTable table tr td ul li:before{
  position: absolute;
  top: 0%;
  left:-2%;
  content:none;
  color: #000;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.content article #comitteeTable ul li:last-child{
  border-bottom: 0;
}

.content article #comitteeTable h6{
  margin: 10px 0 0 0;
  font-size: 1.9rem;
}

.content article #comitteeTable h6 svg{
  margin-right: 5px;
}

.content article #comitteeTable p{
  line-height: 30px;
  font-size: 1.9rem;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 10px;
}

.content article #comitteeTable span table tr td a:before{
  content: none;
}

.content article #comitteeTable table tr td a{
  position: relative;
  display: block;
  padding-left: 10px;
}



.content article #comitteeTable table tr td a:before{
  position: absolute;
  top: 0%;
  left:-2%;
  content: '\f15c';
  color: #1779da;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.content article.cantactNormal #comitteeTable table tr td a:before{
  content: '\f0e0';
  top: 10%;
  left: 0%;
}

.content article.cantactNormal #comitteeTable table tr td a{
  padding-left: 25px;
}

.content article .comitteeImage{
  margin-bottom: 0;
}

.inputArea{
  width: 1200px;
  margin: 0 auto;
}

.inputArea form{
  max-width: 500px;
  margin: 0 auto;
}

.inputArea form dl dt{
  display: inline-block;
  padding: 10px 0 10px 0px;
  text-align: left;
}

.inputArea form dl dt label{
  font-size: 1.9rem;
  display: inline-block;
  border-left: 3px solid #177ad8;
  padding: 0 0 0 10px;
}

.inputArea form dl dd{
  margin-left: 0;
}

.inputArea form dl dd input[type="text"]{
  width: 100%;
  font-size: 1.6rem;
  border:1px solid #cdcdcd;
  padding: 10px 0 10px 10px;
}

.inputArea form dl dd input[type="password"]{
  width: 100%;
  font-size: 1.6rem;
  border:1px solid #cdcdcd;
  padding: 10px 0 10px 10px;
}

.error{
  color: #f00;
}

.inputArea .submit{
  width: 300px;
  text-align: center;
  margin: 20px auto;
}

.inputArea .submit input[type="submit"]{
  width: 300px;
  position: relative;
  display: block;
  background: linear-gradient(#48a0e8, #1064cb);
  border: 1px solid #a3cff2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
  font-size: 1.8rem;
  cursor: pointer;
}

.inputArea .submit input[type="submit"]:hover{
  background: #fff;
  border:1px solid #48a0e8;
  color: #48a0e8;
}

.aform-header{
  display: none;
}

.content .contactArea form dl dt label{
  font-size: 1.9rem;
}

.content .contactArea form dl dd ul li{
  margin-bottom: 10px;
}

.content .contactArea form dl{
  padding: 0px 0;
}

.content .contactArea form dl dd ul li label{
  font-size: 1.6rem;
}

.content .aform-input-example{
  font-size: 1.4rem;
}

.content .aform-button-area{
  width: 1200px;
  margin: 30px auto 0 auto;
  text-align: center;
}

.content .aform-required{
  color: #fff;
  display: inline-block;
  margin-left: 20px;
  background-color: #f00;
  border:1px solid #f00;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1.2rem;
}

.content .contactArea form dl dt{
  font-size: 1.9rem;
}

.content .contactArea input[type="button"]{
  width: 300px;
  background: linear-gradient(#48a0e8, #1064cb);
  border: 1px solid #a3cff2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
  font-size: 1.8rem;
  cursor: pointer;
  margin-right: 50px;
}

.content .contactArea input[type="submit"]{
  width: 300px;
  background: linear-gradient(#48a0e8, #1064cb);
  border: 1px solid #a3cff2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
  font-size: 1.8rem;
  cursor: pointer;
}

.content .contactArea input[type="text"]{
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}

.contactArea input[type="tel"]{
  font-size: 1.6rem;
}

.contactArea input[type="email"]{
  font-size: 1.6rem;
}

.content .contactArea input[type="button"]:hover{
  background: #fff;
  border:1px solid #48a0e8;
  color: #48a0e8;
}

.contactArea input[type="submit"]:hover{
  background: #fff;
  border:1px solid #48a0e8;
  color: #48a0e8;
}

.aform-error{
  padding:10px 0;
  font-size: 1.4rem;
}


/*会員からのお問い合わせ*/

.content article div.contactArea form dl dt label{
  font-size: 1.9rem;
}

.content article div.contactArea form dl dd ul li{
  margin-bottom: 10px;
}

.content article ul.aform-checkbox-ul{
  margin-top: 0;
}

.content article ul.aform-checkbox-ul li{
  border: none;
  padding-top: 0;
}

.content article ul.aform-name-ul{
  margin-top: 0;
}

.content article ul.aform-name-ul li{
  border:none;
  padding-top: 0;
}

.content article div.aform-input-example{
  clear: none;
}


.content article div.contactArea form dl{
  padding: 10px 0;
  width: 100%;
  border:none;
  border-bottom:1px dotted #cdcdcd;
  float: none;
  clear: none;
  overflow: hidden;
}

.content article div dl dd:nth-child(2){
  margin-top: 0;
}

.content article div.contactArea form dl dd ul li label{
  font-size: 1.6rem;
}

.content article div .aform-input-example{
  font-size: 1.4rem;
}

.content article div.contactArea form .aform-button-area{
  width: 800px;
  margin: 30px auto 0 auto;
  text-align: center;
}

.content article div .aform-required{
  width: 46px;
  color: #fff;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  background-color: #f00;
  border:1px solid #f00;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1.2rem;
}

.content article div.aform-content dl dd {
    font-size: 1.9rem;
    padding-left: 30%;
    height: auto;
    margin-bottom: 0;
}

.content article div.contactArea form dl dt{
  font-size: 1.9rem;
  text-align: left;
  border-bottom: none;
  width: 30%;
  margin: 0 auto;
  padding: 0;
  float: left;
  line-height: 20px;
}

.aform-hdln{
  font-size: 1.9rem;
}

.aform-note{
  font-size: 1.9rem;
  line-height: 180%;
}

.content article div.contactArea input[type="button"]{
  width: 300px;
  background: linear-gradient(#48a0e8, #1064cb);
  border: 1px solid #a3cff2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
  font-size: 1.8rem;
  cursor: pointer;
  margin-right: 50px;
}

.content article div.contactArea input[type="button"]:hover{
  border:1px solid #1779da;
  background: linear-gradient(#fff, #fff);
  color: #1779da;
}

.content article div.contactArea input[type="submit"]{
  width: 300px;
  background: linear-gradient(#48a0e8, #1064cb);
  border: 1px solid #a3cff2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
  font-size: 1.8rem;
  cursor: pointer;
}

.content article div.contactArea input[type="submit"]:hover{
  border:1px solid #1779da;
  background: linear-gradient(#fff, #fff);
  color: #1779da;
}

.content article div.contactArea input[type="text"]{
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}

.contactArea input[type="tel"]{
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}

.contactArea input[type="email"]{
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}

.content article div.contactArea textarea{
  width: 100%;
}

.content .contactArea input[type="button"]:hover{
  background: #fff;
  border:1px solid #48a0e8;
  color: #48a0e8;
}

/*End*/


/*タブ切り替え全体のスタイル*/
.tabs {
margin-top: 50px;
padding-bottom: 0px;
background-color: #fff;
width: 1200px;
margin: 0 auto;}
/*タブのスタイル*/
.tab_item {
width: calc(100%/2);
height: 50px;
border-bottom: 3px solid #1064cb;
background-color: #d9d9d9;
line-height: 50px;
font-size: 1.9rem;
text-align: center;
color: #565656;
display: block;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
cursor: pointer;
}
.tab_item:hover {
opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
#containar .content .tab_content{
display: none;
clear: both;
overflow: hidden;
}

#containar .content .tab_content p:last-child{
  margin-bottom: 0;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background: linear-gradient(#48a0e8, #1064cb);
color: #fff;
cursor: pointer;
}

.tab_content h2{
  border-left: 7px solid #177ad8;
  font-size: 3.5rem;
  padding-left: 17px;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 50px;
  clear: both;
}

.tabs h3{
  font-size: 2.6rem;
  border-bottom: 3px solid #177ad8;
  padding-bottom: 5px;
  clear: both;
  margin-top: 0px;
  margin-bottom: 10px;
}

.tab_content_description ol{
  padding-left: 30px;
}

.tab_content_description ul li{
  font-size: 1.9rem;
  margin-bottom: 15px;
  line-height: 200%;
}

/***--- yokomori add start ---***/
#containar article.material h2{
  margin-bottom: 30px;
  font-size: 3rem;
}

.content article .materialbox{
	margin:0 0 25px 0;
}

.content article .materialbox:last-child{
  margin-bottom: 0;
}

.content article .member_position{
	margin:-10px 0 30px 0;
	font-size:1.6rem;
	/*position:relative;
	top:-10px;*/
}

#containar  article .materialbox h3{
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 15px;
}

.content article .materialbox h3 time{
  margin-bottom: 3px;
  display: block;
  font-size: 1.6rem;
  color: #9C9C9C;
}

.content article .materialbox ul{
  margin: 0;
}
.content article .materialbox ul li{
 font-size: 1.8rem; 
 border-top: none;
 border-bottom: 0;
 padding: 0;
 margin-bottom: 0px;
}

.content article .materialbox ul li:before{
  content: none;
}

.content article .materialbox ul li a{
  position: relative;
  display: block;
  padding-left: 20px;
  color: #1779da;
  text-decoration: underline;
  padding-bottom: 5px;
}

.content article .materialbox ul li a:hover{
  text-decoration: none;
}

.content article .materialbox ul li a:before{
  position: absolute;
  left:0%;
  top:15%;
  content: '\f15c';
  color: #1779da;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.content article .materialbox table tbody tr td a{
  position: relative;
  display: block;
  border-bottom: none;
  text-decoration: underline;
}

.content article .materialbox table tbody tr td a:before{
  position: absolute;
  left:36%;
  top:25%;
  content: '\f15c';
  color: #1779da;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.content article #comitteeTable {
	margin-bottom:20px;
}
.content article .committeeDetail {
	margin-bottom:15px;
}
.content article #comitteeTable .sub_body {
	margin-bottom:30px;
}

/***--- yokomori add  end  ---***/
.aform-content dl{
  display: flex;
}

.aform-content dl dt{
  width: 25%;
}

.aform-content dl dd {
    font-size: 1.9rem;
    width: 75%;
}

.aform-content dl dd textarea{
  font-size: 1.6rem;
}

#aform-confirm-form dl{
  border-bottom: 1px dotted #cdcdcd;
  margin: 0;
  padding: 10px 0px;
}

#aform_confirm_msg{
  margin-top: 50px;
}

#aform_result{
  font-size: 1.9rem;
  margin: 0 auto;
}

#aform_result a{
  text-align: center;
  display: block;
  width: 300px;
  background: linear-gradient(#48a0e8, #1064cb);
  border: 1px solid #a3cff2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 20px 0;
  font-size: 1.8rem;
  text-align: center;
  margin: 50px auto 0 auto;
}

.aform-header{
  font-size: 1.9rem;
}

.companyPdf {
    text-align: center;
    margin: 50px auto 50px auto;
    padding: 0px 100px;
}

.companyPdf a {
    width: 320px;
    display: block;
    position: relative;
    background: linear-gradient(#48a0e8, #1064cb);
    border: 1px solid #579de3;
    color: #fff;
    padding: 15px 0;
    text-decoration: none;
    margin: 0 auto;
    font-size: 1.8rem;
}

.companyPdf a:hover{
  background:#fff;
  color: #579de3;
}

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

  .pageNate{
    margin: 20px 0;
  }

  #wide{

  }

  .topicswriter{
    width: 100%;
  }

  .Toptopics{
    top: -108%;
  }

  .tabs{
    width: 100%;
  }

  .content article .comitteeImage{
    width: 100%;
    margin-bottom: 0;
  }

  .comitteeImage img{
    width: 100%;
  }

  nav.pcview ul{
    width: 100%;
  }

  header{
    width: 100%;
    padding: 0 20px;
  }

  .detail{
    width: 100%;
    padding: 55px 20px;
    display: block;
  }

  .Toptopics .sitetitle{
    margin-right: 0;
    float: none;
    display: block;
  }

  .Toptopics .sitetitle img{

  }


  header a img{
    margin-bottom: 20px;
  }

  .forumdetail img{
    margin-right: 30px;
  }

  .forumdetail .forumcontents{
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }

  .forumdetail .forumcontents p{
    margin-bottom: 150px;
  }

  .forumdetail .forumcontents a{
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .news{
    width: 100%;
    padding: 0 20px;
  }

  .news h1{
    width: 100%;
  }

  .news ul li a {
    display: block;
    margin-top: 10px;
  }

  .news ul li span a{
    display: inline-block;
    margin-top: 0;
  }

  .forumdetail .forumcontents a{
    width: 100%;
  }

  .news .allNews{
    padding: 0;
  }

  .forth{
    clear: both;
  }

  .forth .forthcontents{
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding: 30px 20px;
  }

  .forthcontents div{
    width: 100%;
    margin: 0 auto;
  }

  .forth .forthcontents dl{
    width: 47.5%;
    margin:0;
    margin-bottom: 40px;
  }

  .forth .forthcontents dl:nth-child(odd){
    float:right;
    /*margin-right: 10%;*/
  }

  .forth .forthcontents dl:last-child{
    /*margin-right: auto;*/
  }

  .footercontents{
    width: 100%;
    padding: 20px;
  }

  #contact{
    margin-bottom: 0;
  }

  #contact .bg-maskfoot ul li a{
    padding:10px;
  }

  #contact .bg-maskfoot ul li span{
    width: 100%;
    text-align: left;
    border: none;
    display: contents;
  }

  .breadcrumb{
    width: 100%;
    padding: 10px 20px;
  }

  #containar .content{
    width: 100%;
    padding: 0 20px;
  }

  #containar article{
    width: 100%;
    float: none;
  }

  #containar article.privacy{
    width: 100%;
  }

  #containar nav.side{
    width: 100%;
  }

  #containar table{
    width: 100%;
  }

  #containar table tr{

  }

  #sitemap{
      display: none;
    }

    #footermenu{
      display: block;
    }

    #footerButton{
      margin-bottom: 0;
    }

    dt.title{
      width: 100%;
      background-color: #fff;
      padding: 20px 0 25px 0;
      color: #1779da;
      text-align: center;
      font-size: 1.75rem;
      cursor: pointer;
    }

    dt.title div svg{
      margin-left: 10px;
      color: #1779da;
    }

    dd.detail{
      width: 100%;
      background-color: #fff;
      margin: 0;
      padding: 20px 0;
    }

    dd.detail ul{
      list-style-type: none;
      padding: 0 20px;
    }

    dd.detail ul li{
      margin: 0 0 20px 0;
    }

    dd.detail ul li a{
      position: relative;
      padding-bottom: 10px;
      display: block;
      color: #105ce5;
      text-decoration: none;
      margin-bottom: 10px;
      border-bottom: 1px dotted #cdcdcd;
      font-size: 1.5rem;
    }

    dd.detail ul li a:before{
      position: absolute;
      top: 5%;
      left: 99%;
      content: '\f105';
      color: #105ce5;
      font-family: 'Font Awesome 5 Free';
      font-size: 15px;
      z-index: 1;
      font-style: normal;
      font-weight: 900;
    }

    dd.detail ul:nth-child(2) li a{
      color: #105ce5;
    }

    dd.detail ul:nth-child(2) li a:before{
      position: absolute;
      top: 5%;
      left: 99%;
      content: '\f105';
      color: #105ce5;
      font-family: 'Font Awesome 5 Free';
      font-size: 15px;
      z-index: 1;
      font-style: normal;
      font-weight: 900;
    }

    .applist{
      overflow: hidden;
      display: block;
    }

    .applist li{
      width: 100%;
    }

    .content .aform-button-area{
      width: 100%;
    }

    .aform-content dl dd{
      margin-top: 20px;
    }

    /*アンケートページ*/
    .content article .questionnaire .aform-header{
      display: none;
      margin-bottom: 0;
    }

    .content article .questionnaire dl{
      width: 100%;
      border:none;
      margin-bottom: 0;
    }

    .content article .questionnaire dl dt{
      border-bottom: none;
      text-align: left;
      margin: 0;
    }

    .content article .questionnaire dl dd{
      margin:0;
    }

    .content article .questionnaire dl dd ul{
      margin: 0;
    }

    .content article .questionnaire dl dd ul li{
      border-top: none;
      padding: 0px 0;
    }

    .content article .questionnaire dl dd ul li:last-child{
      border-bottom: none;
    }

    .content article .questionnaire dl:nth-child(even){
      margin-left: 0;
    }

    .content article .questionnaire .aform-button-area{
      width: 100%;
      margin: 50px auto 0 auto;
      display: inline-block;
    }

    .content article .questionnaire dl dd input[type="text"]{
      width: 100%;
    }

    .content article .questionnaire .aform-button-area input[type="submit"]{
      width: 300px;
      display: inline-block;
      background: linear-gradient(#48a0e8, #1064cb);
      border: 1px solid #a3cff2;
      text-align: center;
      text-decoration: none;
      color: #fff;
      padding: 20px 0;
      font-size: 1.8rem;
      text-align: center;
    }

    .inputArea{
      width: 100%;
    }

    .inputArea .submit{
      width: 100%;
    }

    .inputArea .submit input[type="submit"]{
      width: 100%;
    }

    .content article.executive dl{
      overflow: hidden;
      margin: 0px 0 30px 0;
    }

    .executive{
      margin-bottom: 100px;
      overflow: auto;
    }

    .docbtnmember{
      width: 100%;
    }


/***--- yokomori add start ---***/
	#containar article .archive{
	  width: 100%;
	  display: block;
	  overflow: hidden;
	}

	#containar article .archive dl{
	  width: 32%;
	  margin:0 2% 25px 0;
	}

	#containar article .archive dl:nth-child(3n){
	  margin-right: 0;
	}

	.content article div.archive dl dt{
	  width: 100%;
	  border-bottom: none;
	  padding: 0;
	}


	.content article div.archive dl dt img{
	  width: 100%;
	}

	#containar .content article div.archive dl dd h3{
	  font-size: 1.7rem;
	  text-align: center;
	  margin-top: 10px;
	  margin-bottom: 0;
	  padding-bottom: 10px;
	  border-bottom: none;
	}

	.content article div.archive dl dd{
	  margin: 0;
	  width: 100%;
	}

	.content article div.archive dl:nth-child(2){
	  margin-left: 0;
	}
/***--- yokomori add  end  ---***/

  #containar article.executive{
    margin-bottom: 25px;
  }

  .content article div.reportTable table tr td a:before{
    left: 12%;
  }


}

@media screen and (max-width: 1050px) {
  nav.pcview ul li a{
    font-size: 1.7rem;
  }

  #contact .bg-maskfoot ul li {
    display: block;
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 15px;
  }

  #contact .bg-maskfoot ul li a{
    width: 100%;
    display: block;
  }

  .content .aform-required {
    color: #fff;
    display: table;
    /* margin-left: 20px; */
    background-color: #f00;
    border: 1px solid #f00;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .content article div.reportTable table tr td a:before{
    left: 12%;
  }
}

@media screen and (max-width: 875px) {
  nav.pcview ul li a{
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 840px) {
  .content article.executive a:nth-child(3) dl{
    margin-left: 10px;
    margin-right: 10px;
  }

  .content article.executive a:nth-child(6) dl{
    margin-left: 10px;
    margin-right: 10px;
  }

  .content article.executive a:nth-child(9) dl{
    margin-left: 10px;
    margin-right: 10px;
  }

  .content article.executive a:nth-child(12) dl{
    margin-left: 10px;
    margin-right: 10px;
  }

  .content article.executive a:nth-child(15) dl{
    margin-left: 10px;
    margin-right: 10px;
  }

  .content article.executive a:nth-child(18) dl{
    margin-left: 10px;
    margin-right: 10px;
  }

  .content article div.reportTable table tr td a:before{
    left: 5%;
  }
}

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

  .content article .materialbox table tbody tr td a:before{
    left: 15%;
    top: 20%;
  }

  nav.pcview ul li a{
    font-size: 1.5rem;
  }

  #containar nav.side{
    margin-top: 50px;
  }

  #containar article h3{
    margin-top: 20px;
  }

  #containar article h3:first-child{
    margin-top: 0;
  }

  .newsLink {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
  }

  #containar article .archive dl{
    width: 100%;
  }

  .aform-content dl dt {
    width: 100%;
    float: none;
  }

  .aform-content dl{
    display: block;
  }

  .aform-content dl dd{
    padding-left: 0;
    margin-left: 0;
  }

  .content article div.contactArea form dl dt{
    width: 100%;
    margin-bottom: 10px;
  }

  .content article div.aform-content dl dd{
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
  }

  .content article div.contactArea input[type="submit"]{
    width: 100%;
  }

  .content article div.contactArea form .aform-button-area{
    width: 100%;
  }

  .aform-content dl dd input[type="text"]{
    width: 100%;
  }

  .content .aform-required{
    display: inline-block;
  }

  .content .contactArea input[type="button"]{
    width: 100%;
    margin-bottom: 15px;
  }

  .content .contactArea input[type="submit"]{
    width: 100%;
  }

  .content .aform-button-area{
    width: 100%;
  }

  #containar table.normal tr{
    display: grid;
  }

  #containar table.normal tr:last-child{
    border-bottom: 0;
  }

  #containar table.normal tr td:nth-child(1){
    width: 100%;
    display: block;
    border-right: 0;
  }

  #containar table.normal tr td:nth-child(2){
    display: block;
    width: 100%;
    border-right: 0;
  }

  .pagetop {
    width: 80px!important;
      display: none;
      position: fixed;
      bottom: 30px;
      right: 15px;
      z-index: 9999;
  }
  .pagetop a {
    position: relative;
      display: block;
      background-color: #e9e7e7;
      text-align: center;
      color: #020272;
      font-size: 2rem;
      text-decoration: none;
    filter:alpha(opacity=50);
      -moz-opacity: 0.5;
      border-radius: 10px;
      padding: 30px 0;
  }

  .pagetop a img{
    text-align: center;
  }

  .pagetop a:hover {
      display: block;
      background-color: #e9e7e7;
      text-align: center;
      color: #020272;
      font-size: 2rem;
      text-decoration: none;
  }

  .pagetop a:before{
    position: absolute;
    right: 30%;
      bottom: 19%;
    font-size: 40px;
    font-weight: bold;
    content: '\f106';
    color: #28385e;
    font-family: fontAwesome;
    z-index: 1;
  }

  .content article div.archive dl dt img{
    height: auto;
    object-fit: cover;
  }

}

@media screen and (max-width: 768px) {
  .content article .materialbox table tbody tr td a:before{
    left: 15%;
    top: 20%;
  }
  header div{
    float: none;
    margin-bottom: 0;
  }

  header div span{
    display: block;
    margin-bottom: 10px;
  }

  header div span a{
    width: 100%;
    text-align: left;
        color: #187adb;
    border: 1px solid #1779d9;
    padding: 5px 0 5px 10px;
    margin-bottom: 0;
  }

  header div a{
    width: 100%;
    text-align: left;
    padding-left: 10px;
  }

  nav.spview{
    display: block;
  }

  nav.spview{
    width: 100%;
    margin-top: 20px;
    clear: both;
  }

  nav.spview ul{
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  nav.spview ul li:first-child{
    border-left: none;
    border-right: none;
  }

  nav.spview ul li{
    width: 10%;
    background: linear-gradient(#48a0e8, #1064cb);
    display:table-cell;
    text-align: center;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    padding-bottom: 0;
  }

  nav.spview ul li:last-child{
    border-right: none;
    border-left: none;
  }

  nav.spview ul li.globalcurrent{
    background: linear-gradient(#248ce3, #1159ae);
  }

  nav.spview ul li#memberlink{
    background: linear-gradient(#f0692f, #f74b02);
  }

  nav.spview ul li#memberlink a svg{
    margin-right: 10px;
  }

  nav.spview ul li a{
    display: block;
    font-size: 1.7rem;
    text-decoration: none;
    color: #fff;
    padding: 20px 0;
  }

  nav.spview ul li a svg{
    font-size: 2.2rem;
    display: none;
  }

  nav.spview ul li a:hover{
    background: linear-gradient(#248ce3, #1159ae);
  }

  nav.spview ul:nth-child(2) li:last-child a:hover{
    background: linear-gradient(#f0692f, #f74b02);
  }

  nav.pcview{
    display: none;
  }

  .newsLink {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
    .content article.executive a:nth-child(3) dl{
  margin-left: 0px;
  margin-right: 0px;
}

.content article.executive a:nth-child(6) dl{
  margin-left: 0px;
  margin-right: 0px;
}

.content article.executive a:nth-child(9) dl{
  margin-left: 0px;
  margin-right: 0px;
}

.content article.executive a:nth-child(12) dl{
  margin-left: 0px;
  margin-right: 0px;
}

.content article.executive a:nth-child(15) dl{
  margin-left: 0px;
  margin-right: 0px;
}

.content article.executive a:nth-child(18) dl{
  margin-left: 0px;
  margin-right: 0px;
}

.content article.executive ul li{
  width: 50%;
}

  .Toptopics{
    top: -105%;
  }

  .forum h1{
    font-size: 2.2rem;
  }

  header{
    text-align: center;
  }

  header a img{
    width: 50%;
  }

  .topics h1{
    font-size:2.75rem;
  }

  #containar article h2{
    font-size: 2.5rem;
  }

  #containar article h3{
    font-size: 2rem;
  }

  #contact .bg-maskfoot ul li{
    display: block;
  }

  #contact .bg-maskfoot ul li:nth-child(1){
    margin-right: 0;
    margin-bottom: 20px;
  }

  #contact .bg-maskfoot ul li a{
    width: 100%;
    display: block;
    text-align: left;
  }

  #contact .bg-maskfoot ul li:nth-child(2){
    width: 100%;
    display: block;
    margin-right: 0;

  }

  #contact .bg-maskfoot ul li:nth-child(2) a{
    margin-bottom: 20px;
    border:1px solid #fff;
  }

  #contact .bg-maskfoot ul li:nth-child(3){
    width: 100%;
    display: block;
    margin-right: 0;
  }

  .forth .forthcontents dl:nth-child(odd){
    /*margin-right: 5%;*/
  }

  .forth .forthcontents dl{
    /*width: 47%;*/
  }
  .forumdetail img{
    margin-right: 0;
    float: none;
    margin:0 auto 20px auto;
  }

  .forumdetail .forumcontents p{
    margin-bottom: 30px;
  }

  .content article .reportTable{
    overflow: auto;
    white-space: nowrap;
  }

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

  .reportTable::-webkit-scrollbar-track{
    background: #F1F1F1;
  }

  .reportTable::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .content article div dl{
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .content article div dl:nth-child(2){
    margin-left: 0;
  }

  .content article div{
    display: block;
  }

  .docbtn{
    width: 100%;
  }

  .content article ul li time{
    display: block;
    margin-bottom: 10px;
  }

  .content article ul li a{
    display: block;
    border:none;
  }

  .content article ul li dl dd a{
    border: 1px solid #579de3;
  }

  .content article a:nth-child(3) dl{
    margin: 0;
  }

  .content article a:nth-child(6) dl{
    margin: 0;
  }

  .content article a:nth-child(9) dl{
    margin: 0;
  }

  .content article.executive dl{
    width: 100%;
    margin-right:100px;
    margin-left: 0;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .content article.executive dl dt img{
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }

  .tab_item{
    width: calc(100%);
  }

  .content article div dl.anke:nth-child(even){
    margin-left: 0;
  }

  .content article ul.applist li{
    width: 100%;
    margin-bottom: 15px;
  }

  div.listBox{
    margin-bottom: 50px;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }

  #containar table.nb_table, #containar table.nb_table tr td{
    width: 100%;
    display: block;
  }

  .content article ul.applistDoc li{
    width: 100%;
  }

  .content .contactArea input[type="button"]{
    width: 100%;
    margin-bottom: 15px;
  }

  .content article div.reportTable table tr td a:before{
    content: none;
  }

  .content article div.archive dl dt img{
    height: 100%;
  }

  .content article div.reportTable table tr td a:before{
    left: 5%;
  }

  .detail{
    padding: 25px 20px 55px 20px;
  }


}

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

  nav.spview ul li a{
    display: block;
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
    padding: 20px 0;
  }

}

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

  .pageNate{
    font-size: 1.5rem;
  }

  .content article.executive ul li{
    width: 100%;
  }
  .Toptopics .sitetitle{
  }
  .Toptopics .sitetitle{
    margin-top: 0;
  }
  .detail{
    padding: 25px 20px 55px 20px;
  }
  .forum h1{
    font-size: 2rem;
  }
  .forth .forthcontents dl{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: inline-block;
  }

  .committeeDetail img{
    width: 100%;
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .content article .committeeDetail p{
    font-size: 1.6rem;
    margin-top: 0;
    display: table;
  }

  .content article #comitteeTable table{
    width: 100%!important;
  }

  .content article #comitteeTable table tbody tr{
    display: grid;
  }

  .content article #comitteeTable table tbody tr th{
    width: 100%;
  }

  .content article #comitteeTable table tbody tr td{
    width: 100%!important;
  }

  .content article.executive dl{
    width: 100%;
    margin-right:100px;
    margin-left: 0!important;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .content article.executive dl dt img{
    width: 35%;
    text-align: center;
    margin: 0 auto;
  }

  .content article.executive ul::after {
    content: none;
  }

  .Toptopics {
    top: -91%;
  }

  .forth .forthcontents dl dd h3:before{
    width: 100%;
  }

}

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

  .forum h1{
    font-size: 1.8rem;
  }

  .forth .forthcontents dl{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: inline-block;
  }

  .Toptopics {
    top: -95%;
  }

  .pageNate a{
    padding: 8px 10px;
  }

  .pageNate .currentPage{
    padding: 8px 10px; 
  }

}