@charset "UTF-8";
/* compornent
------------------------------------*/
.heading-style01 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 40px 0 20px;
  color: #3aafdb;
}
.heading-style01:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3aafdb;
  position: absolute;
  top: 50%;
  left: 0;
}
.heading-style01 span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding: 0 20px;
}

.heading-style02 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.heading-style03 {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  margin: 30px 0 40px;
}
.heading-style03 span {
  display: block;
  font-size: 17px;
}

.heading-style04 {
  font-size: 34px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #b5b5b5;
  margin-bottom: 40px;
}
.heading-style04:after {
  border-bottom: 4px solid #3aafdb;
  bottom: -4px;
  content: " ";
  left: 0;
  position: absolute;
  width: 265px;
}

.heading-style05 {
  font-size: 34px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #b5b5b5;
  margin-bottom: 40px;
}
.heading-style05:after {
  border-bottom: 4px solid #05b8be;
  bottom: -4px;
  content: " ";
  left: 0;
  position: absolute;
  width: 265px;
}

.heading-style06 {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.heading-style07 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.heading-style08 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px;
  display: inline-block;
  background-color: #ccc;
  margin: 20px 0 10px;
}

.heading-style09 {
  border-bottom: 3px solid #cce4ff;
  margin: 1.5em 0 0.8em 0;
  font-size: 16px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.heading-style09:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #014290;
  bottom: -3px;
  width: 30%;
}

.heading-sub01 {
  font-size: 17px;
  margin: -30px 0 30px;
}

.dl-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dl-list01 dt {
  width: 10%;
}
.dl-list01 dd {
  width: 90%;
}
.dl-list01.list02 dt {
  width: 7%;
}
.dl-list01.list02 dd {
  width: 93%;
}
.dl-list01.list03 dt {
  width: 22%;
}
.dl-list01.list03 dd {
  width: 78%;
}
.dl-list01.list03 span {
  display: inline-block;
}
.dl-list01.list03 .year {
  width: 105px;
}
.dl-list01.list03 .name {
  width: 86px;
}

.dl-list02 dt {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0.9em;
  border-radius: 30px;
  background: #3aafdb;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.dl-list02 dd {
  margin-bottom: 1em;
}

.dl-list03 dt {
  position: relative;
  padding-left: 10px;
  font-weight: bold;
}
.dl-list03 dt:after {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #000;
}
.dl-list03 dd {
  padding-left: 10px;
  margin-bottom: 10px;
}
.dl-list03 dd:last-of-type {
  margin-bottom: 0;
}

.tb-outline th,
.tb-outline td {
  font-size: 16px;
  padding: 15px 10px;
}
.tb-outline th {
/*  width: 190px; */
  width: 16.8%;
  min-width: 160px;
  border-bottom: 2px solid #d7d7d5;
  font-weight: bold;
}
.tb-outline td {
  border-bottom: 2px solid #f0f0ee;
}
.tb-outline .btm-menu {
  margin: 0 !important;
  padding: 0;
}

.tb-outline .btm-menu nav a,
.tb-outline .btm-menu nav div {
/*	margin-bottom: 0 !important; */
	text-decoration: none !important;
}
@media print, screen and (min-width: 768px) {
	.tb-outline .btm-menu nav a,
	.tb-outline .btm-menu nav div {
		margin-bottom: 0 !important;
	}
}

.icon-new-window {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.icon-new-window:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../img/common/icon_new_window.svg) no-repeat;
  background-size: cover;
}

.icon-new-window02 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.icon-new-window02:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon-new-window.png) no-repeat;
  background-size: cover;
}

a span.icon-new-window02 {
  text-decoration: underline;
}
a:hover span.icon-new-window02 {
  text-decoration: none;
}

small {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.img-left {
  float: left;
  margin: 0 15px 15px 0;
}

.img-right {
  float: right;
  margin: 0 0 15px 15px;
}

.no-visible {
  visibility: hidden !important;
}

.f-size-14 {
  font-size: 14px !important;
}

.f-size-16 {
  font-size: 16px !important;
}

.f-size-18 {
  font-size: 18px !important;
}

.f-size-20 {
  font-size: 20px !important;
}

.f-size-smaller {
  font-size: .9em !important;
}

.f-size-larger {
  font-size: 1.1em !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.ml1em {
  margin-left: 1em !important;
}

.pl1em {
  padding-left: 1em !important;
}

.clf {
  *zoom: 1;
}
.clf:before,
.clf:after {
  content: "";
  display: table;
}
.clf:after {
  clear: both;
}

.border-3 {
  border: 3px solid #ccc;
}

.text-indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

.f-color-red {
  color: red;
}

.title-block01 h1 {
  font-size: 21px;
  font-weight: bold;
  background-color: #28a896;
  color: #fff;
  padding: 1em;
  text-align: center;
}
.title-block01 p {
  font-size: 14px;
  border: 1px solid #28a896;
  border-top: none;
  padding: 1em;
}

.ul-list-pdf01 {
  font-size: 14px;
  margin: 10px 0;
}
.ul-list-pdf01 li span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.ul-list-pdf01 li span:after {
  position: absolute;
  content: "";
  right: -25px;
  top: 0;
  background: url(../img/common/icon-pdf.png);
  background-size: cover;
  width: 20px;
  height: 20px;
}

.dl-list-pdf01 {
  font-size: 14px;
}
.dl-list-pdf01 dt {
  margin-top: 1em;
}
.dl-list-pdf01 dd {
  font-size: 11px;
}
.dl-list-pdf01 .date {
  font-weight: bold;
}

.row {
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-50 {
  flex: 1;
  margin: 20px;
}
.col-50.col-block01 {
  border: 1px solid #28a896;
  padding: 20px;
}
.col-50.no-margin {
  margin: 0;
}

body:not(#index) #main a {
  color: #0b88b7;
  text-decoration: underline;
}
body:not(#index) #main a:hover {
  text-decoration: none;
}

#top-main {
  position: relative;
  margin-top: -40px;
}

#top-main > p {
  position: absolute;
  top: 117px;
  left: 50%;
  margin-left: -209px;
  z-index: 999;
}

#top-slider {
  opacity: 0;
  transition: opacity 0.25s ease;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#top-slider.slick-initialized {
  opacity: 1;
}

#top-slider img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  width: auto\9;
  /* ie8 */
  margin: 0 auto;
}
#top-slider .has-text {
  position: relative;
/* width: 83.33%; */
/*width: 83.33vw;
left: 8vw !important; */
/*padding: 0 100px;
width: 1600px;*/
}

/**/.slick-slider .slick-list {
margin: 0 auto;
/*	padding: 0 100px; */
}

#top-slider .has-text .text {
  position: absolute;
  top: 50%;
  /* right: 160px; */
  /*  right: 9vw; */
  left: 60%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto;
  color: #fff;
  text-align: center;
}

#top-slider .has-text .text .txt-inner {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

#top-slider .has-text:before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	width: 52.0625%;
	height: 100%;
	/* background: rgba(1, 66, 144, 0.75); */
	background: url(../img/top/bg_main.png) no-repeat right center;
	background-size: contain;
	z-index: 5;
}

#top-slider .has-text .text {
	transition: opacity .4s ease-in-out .5s;
	opacity: 0;
	z-index: 10;
}

#top-slider .has-text img {
	transition: transform .4s ease-in-out .15s, opacity .4s ease-out .18s;
	opacity: 0;
	transform: translateX(-3.5%);
}

#top-slider  .has-text.curr img {
	opacity: 1;
	transform: translateX(0);
}

#top-slider  .has-text.curr .text {
	opacity: 1;
}


#top-slider .has-text .text a {
  color: #fff;
  font-size: 16px;
  width: 178px;
  line-height: 43px;
  display: inline-block;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#top-slider .has-text .text a::before,
#top-slider .has-text .text a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  vertical-align: middle;
}

#top-slider .has-text .text a::before {
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#top-slider .has-text .text a:hover {
  background-color: #fff;
}

#top-slider .has-text .text a:hover {
  color: #014290;
}
#top-slider .has-text .text a:hover::before {
  border-top-color: #014290;
  border-right-color: #014290;
}

#top-slider .has-text .text h2 {
  font-size: 1.7vw;
  line-height: 1.4;
  font-weight: bold;
}

#top-slider .has-text .text h2 span {
  font-size: 1.2vw;
}

#top-slider .has-text .text p {
  font-size: 1vw;
  margin: 1em 0;
}

#top-slider .slick-slide {
/*  margin-right: 17px;
  margin-left: 17px; */
}
#top-slider .slick-prev,
#top-slider .slick-next {
  z-index: 1;
  width: 30px;
  height: 30px;
}
#top-slider .slick-prev:before,
#top-slider .slick-next:before {
  font-size: 30px;
}

#top-slider .slick-prev {
  left: 20px;
}
#top-slider .slick-next {
  right: 20px;
}

#top-slider .slick-dots li button:before {
  font-size: 15px;
}

#top-slider .slick-dots {
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
	text-align: right;
}

#top-slider .slick-dots li button:before {
  color: #fff;
}
#top-slider .slick-dots li.slick-active button:before,
#top-slider .slick-dots li button:hover:before,
#top-slider .slick-dots li button:focus:before {
  color: #35baeb;
}
#top-menu {
  max-width: 1132px;
  margin: -90px auto 0;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px -5px 11px -10px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px -5px 11px -10px rgba(0, 0, 0, 0.46);
  box-shadow: 0px -5px 11px -10px rgba(0, 0, 0, 0.46);
}

#top-menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 42px;
}

#top-menu nav a {
  width: 230px;
  height: 0px;
  padding-top: 16.032%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  color: #fff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#top-menu nav a:hover {
  opacity: 0.7;
}

#top-menu nav a span {
  text-align: center;
  position: absolute;
  display: block;
  bottom: 0;
/*  height: 50px;
  line-height: 50px; */
  height: 4.4vw; /* [20/04/20] */
  line-height: 4.4vw; /* [20/04/20] */
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(155, 155, 155, 0.8);
  font-size: 16px;
  font-weight: bold;
}

#top-menu nav a:nth-child(1) {
  background-image: url(../img/top/menu-pic01.jpg);
}

#top-menu nav a:nth-child(2) {
  background-image: url(../img/top/menu-pic02.jpg);
}

#top-menu nav a:nth-child(3) {
  background-image: url(../img/top/menu-pic03.jpg);
}

#top-menu nav a:nth-child(4) {
  background-image: url(../img/top/menu-pic04.jpg);
}



/* 役員一覧
------------------------------------*/
.exe_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
/*  width: 600px; */
  max-width: 600px;
  margin: 0 auto;
}
.exe_list ul li {
  text-align: center;
  line-height: 1.2;
  width: 50%;
  padding: 0 20px 20px;
}
.exe_list ul li p.title01 {
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0;
}
.exe_list ul li p.title02 {
  font-size: 13px;
  margin: 5px 0;
}
.exe_list ul li p.name {
  font-weight: bold;
  font-size: 13px;
  margin: 5px 0;
}

.exe_list2 {
/*  margin: 0 131px; */
	margin: 0 auto;
	max-width: 870px;
}
.exe_list2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.exe_list2 ul li {
  text-align: center;
  line-height: 1.2;
  width: 33.333%;
  padding: 0 20px 20px;
}
.exe_list2 ul li p.title01 {
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0;
}
.exe_list2 ul li p.title02 {
  font-size: 13px;
  margin: 5px 0;
}
.exe_list2 ul li p.name {
  font-weight: bold;
  font-size: 13px;
  margin: 5px 0;
}

.former-list ul li {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 2px solid #f0f0ee;
  position: relative;
}
.former-list ul li:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 190px;
  height: 2px;
  background-color: #d7d7d5;
}
.former-list ul li span {
  width: 205px;
  display: inline-block;
}

/* 決算広告
------------------------------------*/
.pn-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pn-list ul li {
  width: 33.3333%;
  font-size: 21px;
  background: url(../img/common/icon-pdf.png) left center no-repeat;
  background-size: 28px;
  padding: 0 0 0 32px;
  margin: 10px 0;
  font-weight: bold;
}
.pn-list ul li a {
  color: #333 !important;
  text-decoration: none !important;
}

.company_list h3 {
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 16px;
  margin: 40px 0 20px;
}
.company_list h3 span {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.company_list h3:before {
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #999;
  content: "";
  position: absolute;
  z-index: 1;
}
.company_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.company_list ul li {
  text-align: center;
  line-height: 1.2;
  width: 20%;
  padding: 0 20px 20px;
}

/* アクセス
------------------------------------*/
.access h3 {
  border-left: 3px solid #195674;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.access .access_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.access .access_map .map {
  position: relative;
/*  padding-right: 20px; */
  margin-right: 20px;
  /* width: calc(19.85% - 20px);
	text-align: center; */
  width: calc(41.85% - 20px);
}

.access .access_map .map:before {
  content: "";
  display: block;
  height: 0;
  padding: 88.1% 0 0;
}

.access .access_map .text {
/*  width: 658px;
  width: 80.15%; */
  width: 58.15%;
  background-color: #f8f8f8;
  padding: 50px;
}

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

.access .access_map p {
  font-size: 16px;
}
.access .access_map ul li {
  font-size: 16px;
}
.access .access_info {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
.access .access_info .map {
  position: relative;
/*  padding-right: 20px; */
  margin-right: 20px;
  width: calc(41.85% - 20px);

}
.access .access_info .info {
  background-color: #f8f8f8;
/*  width: 658px; */
/*  width: 58.15%; */
  padding: 50px;
}

.access .access_info .map:before {
	content: "";
	display: block;
	height: 0;
	padding: 88.1% 0 0;
}

.access .access_info .map img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.access .access_info .access_area {
  border-bottom: 1px #666 solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* PICK UP
------------------------------------*/
.pickup-detail .pickup-mainimg {
  text-align: center;
}
.pickup-detail h2 {
  text-align: center;
  color: #fff;
  background-color: #014290;
  font-size: 38px;
  margin: 20px 0 50px;
  padding: 10px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.pickup-detail .pickup-maintitle {
  position: relative;
}
.pickup-detail .pickup-maintitle a {
  position: absolute;
  text-align: center;
  color: #fff !important;
  background-color: #0b88b7;
  top: 60px;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 30px;
  text-decoration: none !important;
  font-size: 18px;
  padding: 0 30px 0 15px;
}
.pickup-detail .pickup-maintitle a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 16px;
  top: 50%;
  right: 15px;
  background: url(../img/common/icon07.png) no-repeat;
  margin-top: -8px;
}
.pickup-detail .pickup-maintitle a:hover {
  background-color: #3aafdb;
}
.pickup-detail .pickup-maintitle a.pickup-btn01 {
  top: 33px;
}
.pickup-detail .pickup-mainimg {
  text-align: center;
}
.pickup-detail .lead-text {
  background-color: #eee;
  padding: 50px 150px;
  margin: 30px 0;
  line-height: 1.8;
  color: #195674;
  font-weight: bold;
}
.pickup-detail .lead-text p {
  font-size: 18px;
}
.pickup-detail blockquote {
  font-size: 18px;
  line-height: 1.8;
  border: 1px solid #ccc;
  margin: 30px 0;
  padding: 15px;
}
.pickup-detail .pickup-box01 {
  background-color: #eee;
  padding: 30px;
  margin: 30px 0;
}
.pickup-detail .pickup-box01 .heading {
  color: #195674;
  font-weight: bold;
}
.pickup-detail .pickup-box02 h4 {
  color: #195674;
}
.pickup-detail .pickup-box02 .pickup-box02-inner {
  padding: 0 18px 20px;
  border-bottom: 1px solid #ccc;
}
.pickup-detail .pickup-box02 .pickup-box02-inner .date {
  font-size: 14px;
}
.pickup-detail .pickup-box02 .pickup-box02-inner h5 {
  font-size: 18px;
  margin: 3px 0 0;
}
.pickup-detail .pickup-box02 .pickup-box02-inner p {
  line-height: 1.5;
}
.pickup-detail .pickup-box03 {
  margin-bottom: 20px;
}
.pickup-detail .pickup-box03 p {
  line-height: 1.5 !important;
}
.pickup-detail .pickup-box03 h4 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
}
.pickup-detail .pickup-box03 h4:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #195674;
  top: 4px;
  left: 0;
}
.pickup-detail .pickup-box03 h5 {
  font-size: 18px;
  margin: 5px 0;
}
.pickup-detail .pickup-list-box ul li {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  line-height: 2;
}
.pickup-detail .pickup-list-box ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  top: 16px;
  left: 0;
  background-color: #333;
}
.pickup-detail .pickup-text {
  padding: 0 150px;
}
.pickup-detail .pickup-text p {
  line-height: 2;
  margin-bottom: 1em;
  font-size: 18px;
}
.pickup-detail .pickup-text p:last-of-type {
  margin-bottom: 0;
}
.pickup-detail .pickup-text dl {
  font-size: 18px;
}
.pickup-detail .pickup-text .small {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.pickup-detail .pickup-text .pickup-list01 {
  font-size: 14px;
  padding: 20px;
}
.pickup-detail .pickup-text .pickup-list01 dt:after {
  top: 9px;
}

/* TOPICS
------------------------------------*/
.topics {
  font-size: 16px;
}

div.normalInfoBox {
  margin-bottom: 20px;
  padding: 10px;
}

div.attentionInfoBox {
  border: 2px solid #f00;
  margin-bottom: 20px;
  padding: 20px;
}

ul.targetDevice {
  margin-left: 2em;
}

ul.evidenceList {
  margin-left: 2em;
}

div.normalInfoBox {
  margin-bottom: 20px;
  padding: 10px;
}

div.attentionInfoBox {
  border: 2px solid #f00;
  margin-bottom: 20px;
  padding: 10px;
}

ul.evidenceList {
  margin-left: 2em;
}

.note {
  padding-left: 3em;
  text-indent: -3em;
  font-size: 90%;
}

.note3 {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
}

.normal {
  padding-left: 1em;
  text-indent: -1em;
}

.step {
  padding-left: 6em;
  text-indent: -6em;
}

.step2 {
  padding-left: 1em;
  text-indent: -1em;
}

.table_ttl {
  text-align: left;
  padding-left: 10px;
}

.step_arr {
  text-align: center;
}

.shinsei {
  text-indent: -1em;
}

/* JEITA関連組織 / 電子・電機業界の関連団体及び組織 / 海外の関連団体・機関
------------------------------------*/
.about-list h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.about-list .committeeLinks li {
  font-size: 16px;
  margin-bottom: 10px;
}
.about-list .orgBox {
  padding: 20px 0;
  border-bottom: 2px solid #f0f0ee;
  position: relative;
}
.about-list .orgBox:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 500px;
  height: 2px;
  background-color: #d7d7d5;
}

/* 会長メッセージ
------------------------------------*/
.about-message h2 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 2px;
/*  margin-bottom: 50px; */
  margin-bottom: 1.25em;
}

.about-message h2 .sub {
  font-size: 60%;
}

.about-message .message-inner {
/*  background: url(../img/about/message/message-pic01.jpg) 137px top no-repeat;
  background-size: 174px;
  padding: 0 150px 0 360px;
*/
}

.about-message .message-inner .img {
	width: 245px;
}

.about-message .message-inner .txt {
	padding-left: 45px;
	width: calc(100% - 245px);
}

.about-message .message-inner p {
  line-height: 2;
  margin-bottom: 1em;
  font-size: 18px;
}
.about-message .message-inner p:last-of-type {
  margin-bottom: 0;
}
.about-message .message-inner .title {
  padding: 30px 0;
  text-align: right;
}
.about-message .message-inner .title dl dt {
/*  font-size: 14.5px; */
  font-size: 1.115em;
  letter-spacing: 1px;
}
.about-message .message-inner .title dl dd {
/*  font-size: 24px; */
  font-size: 1.846em;
}

/* JEITAの活動と組織
------------------------------------*/
.about-secret .branch-info-box p {
  font-size: 15px;
}
.about-secret .branch-info-box .lead-text {
  padding-left: 20px;
}
.about-secret .branch-info-box h3 {
  font-size: 18px;
  font-weight: bold;
}
.about-secret .branch-info-box .inner {
  border-bottom: 1px solid #bbb;
  padding: 10px 0 10px 20px;
}
.about-secret .branch-info-box .inner:first-of-type {
  padding-top: 0;
}
.about-secret .branch-info-box .inner:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.about-secret .branch-info-box-child {
  font-size: 18px;
}

.about-secret .branch-list {
  font-size: 15px;
  padding: 10px 20px;
  border-bottom: 1px solid #bbb;
}

.about-secret .branch-list:last-child {
  border-botto: 0;
}
.about-secret .branch-list dt {
  font-weight: bold;
}

.about-secret .branch-list dd.branch-list-dd1 {
  width: 22%;
}
.about-secret .branch-list dd.branch-list-dd2 {
  width: 17%;
}
.about-secret .branch-list dd.branch-list-dd3 {
  width: 46%;
}
.about-secret .branch-list .branch-list-title {
  font-weight: bold;
  font-size: 13px;
}

.about-secret .heading-style09 + .align-right {
	padding-right: 140px;
}

/* 協会概要 ADDED [20/04/24]
------------------------------------*/
.pg_overview.top .tb-outline dl.dl-list01 {
	max-width: 922px;
}

.pg_overview.top .dl-list01 dt {
	width: 92px;
}

.pg_overview.top .dl-list01 dd {
	width: calc(100% - 92px);
}

.pg_overview.top .dl-list01.list03 dt {
    width: 200px;
}

.pg_overview.top .dl-list01.list03 dd {
    width: calc(100% - 200px);
}

.pg_overview.top .dl-list01.daihyoList dt {
    width: 6.5em;
}

.pg_overview.top .dl-list01.daihyoList dd {
    width: calc(100% - 6.5em);
}

.pg_overview.top .daihyoList dd .namae {
	display: inline-block;
	width: 4.3em;
}

.pg_overview.top #main .btm-menu nav a {
	min-width: 190px;
}

/* 責任ある鉱物調達調査説明会2018を開催
------------------------------------*/
.table__style01 th,
.table__style01 td {
  border: 1px solid #000;
}
.table__style01 th {
  background: #ccc;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}
.table__style01 td {
  padding: 10px;
}
.table__style01 thead th:first-child {
  background: none;
  border: none;
}
.pickup-detail .pickup-text p.caption-style01,
.pickup-detail .pickup-text p.caption-style01 {
  font-size: small;
}

/* わが国におけるサーバの2017年度出荷実績、及び、ITユーザトレンドを発表
------------------------------------*/
.list_style__green__c {
  font-size: 18px;
  padding: 20px;
}
.list_style__green__c li {
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.list_style__green__c li::before {
  color: #80c442;
  content: "●";
}

/* IEC TC124マンチェスター会議の報告
------------------------------------*/
.dl-list04 dd {
  padding-left: 2em;
}

/* TC100AGS/AGMブリュセル会議報告
------------------------------------*/
.p20 {
  padding: 20px;
}

/* 第92回 機器・部品メーカー懇談会
------------------------------------*/
.eyecatch-border01 {
  border-bottom: 3px solid green;
  border-top: 3px solid green;
  color: green;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 10px;
  padding: 10px;
}
.eyecatch-border01 span {
  display: block;
  font-size: small;
  text-align: right;
}

/* ログイン画面 ADDED [20/01/08]
------------------------------------*/
.pg_login .loginFrame {
	margin: 80px auto;
	max-width: 1000px;
}

.pg_login .loginFrame > div {
	padding: 20px 40px;
	width: calc(50% - 20px);
	border: 1px solid #aaa;
	border-radius: 6px;
	font-size: 16px;
}

.pg_login .loginFrame .head {
	margin: 0 0 25px;
	padding: 10px;
	line-height: 1.3;
	font-size: 22px;
	text-align: center;
}

.pg_login .loginFrame .btnFrame {
	margin: 40px auto;
	text-align: center;
}

.pg_login .loginFrame .btn {
	transition: opacity .4s ease-out;
}

.pg_login .loginFrame .btn:hover {
	opacity: .7;
}

.pg_login .loginFrame .loginBox label {
	display: block;
	margin: 0 0 20px;
}

.pg_login .loginFrame .loginBox .input_txt {
	box-sizing: border-box;
	margin: 4px 0 0;
	padding: 4px 10px;
	width: 100%;
	font-size: 100%;
	border: 1px solid #ccc;
}

.pg_login .loginFrame .loginBox .pwGuide {
	display: inline-block;
	margin: 20px auto 0;
	color: #00a0db;
	text-decoration: underline;
}

.pg_login .loginFrame .registrationBox .head + p {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	min-height: 145px;
	line-height: 2;
}

/* 会員登録フォーム画面 ADDED [20/01/08]
------------------------------------*/
.pg_login .registerFrame {
	margin: 20px auto;
	max-width: 1000px;
}

.pg_login .registerFrame > div {
	padding: 20px 40px;
	width: calc(70% - 20px);
	border: 1px solid #aaa;
	border-radius: 6px;
	font-size: 16px;
	margin: 0px auto;
}

.pg_login .registerFrame .head {
	margin: 0 0 25px;
	padding: 10px;
	line-height: 1.3;
	font-size: 22px;
	text-align: center;
}

.pg_login .registerFrame .btnFrame {
	margin: 40px auto;
	text-align: center;
}

.pg_login .registerFrame .btn {
	transition: opacity .4s ease-out;
}

.pg_login .registerFrame .btn:hover {
	opacity: .7;
}

.pg_login .registerFrame .loginBox label {
	display: block;
	margin: 0 0 20px;
}
.pg_login .registerFrame .loginBox label span {
	font-size: 12px;
}

.pg_login .registerFrame .loginBox .input_txt {
	box-sizing: border-box;
	margin: 4px 0 0;
	padding: 4px 10px;
	width: 100%;
	font-size: 100%;
	border: 1px solid #ccc;
}

.pg_login .registerFrame .loginBox .pwGuide {
	display: inline-block;
	margin: 20px auto 0;
	color: #00a0db;
	text-decoration: underline;
}

.pg_login .registerFrame .registrationBox .head + p {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	min-height: 145px;
	line-height: 2;
}

.pg_login .alertFrame {
	margin: 20px auto;
	max-width: 1000px;
}

.pg_login .alertFrame > div {
	padding: 20px 40px;
	width: calc(70% - 20px);
	border: none;
	margin: 0px auto;
}
.pg_login .alertFrame .alertBox {
	color: #ff0000;
	font-size: 16px;
}
.pg_login .alertFrame .messageBox {
	font-size: 12px;
}
.pg_login .alertFrame .messageBox .lnkGuide {
	display: inline-block;
	margin: 20px auto 0;
	color: #00a0db;
	text-decoration: underline;
}

.hide {
	display: none;
}
.container .box .mov {
	display: block;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	border: 1px solid #f2f2f2;
	background: #f6f6f6;
	margin: 0 auto;
	max-width: 800px;
}
.container .box .mov .img {
	position: relative;
	overflow: hidden;
	background: #777;
}
.container .box .mov .img img {
    display: block;
    position: relative;
    transform: scale(1);
    transition: all .3s ease-out;
    opacity: .75;
}
.container .box .mov:hover .img img {
    transform: scale(1.15);
    opacity: 1;
}
.container .box .mov .img::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 60px;
    background: #39a4d6;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    opacity: .9;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease-out;
    z-index: 10;
}
.container .box .mov .img::after {
    content: "";
    display: block;
    position: absolute;
    margin: 0 0 0 8px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
        border-left-color: transparent;
        border-left-style: solid;
        border-left-width: 10px;
    border-left: 30px solid #fff;
    left: 50%;
    top: 50%;
    opacity: .9;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease-out;
    z-index: 11;
}

/* 220407 */
.colWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 4%;
}
.colWrap .col {
	width: 48%;
}