@charset "utf-8";

/*
  File Name   : style_vol34.css
  Description : JEITAだより Vol.34 Summer 2020 のスタイル
*/

#top-main h1 {
	padding-top: 70px;
}

#top-main h1 span {
	display: block;
}

#top-main h1 .cat {
	display: inline-block;
	margin: 8px 0 10px;
	padding: 3px 10px;
	border-radius: 3px;
	line-height: 1.3;
	font-size: 15px;
	background: rgba(1, 66, 144, 0.3);
	vertical-align: middle;
}

.heading-style01 span.sub {
    display: block;
    font-size: 20px;
}

.heading-style03 span.sub2 {
	display: block;
	font-size: 20px;
}

.pickup-detail .pickup-text {
	clear: both;
	overflow: hidden;
	height: auto;
	font-weight: 500;
	padding-bottom: 1em;
}

.pickup-detail .page {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 3px solid #3aafdb;
}

.lead-text {
	overflow: hidden;
}

.lead-text.wide {
	padding-left: 100px;
	padding-right: 100px;
}

.text-bold {
    font-weight: bold;
}

.pl1em {
    padding-left: 1em;
}

.pl4em {
    padding-left: 1em;
}

.cap-border {
    border: 1px solid #333;
    margin: .5em 0;
    padding: .2em;
}

.ttl {
	clear: both;
	margin: 30px 0 15px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	background: #3aafdb;
	color: #fff;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.ttl .sub {
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.ttl:first-child {
	margin-top: 0;
}

.ttl_m {
	clear: both;
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #3aafdb;
}

.ttl_m .sub {
	font-size: 14px;
}

.ttl_s + .ttl_m  {
	margin-top: 0;
}

.ttl_s {
	clear: both;
	display: inline-block;
	margin: 15px 0;
	padding: 3px 10px;
	font-size: 15px;
	font-weight: bold;
	background: #c9caca;
}

.ttl_s2 {
	clear: both;
	margin: 15px 0;
	padding: 7px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #3aafdb;
	border-top: 1px solid #3aafdb;
	border-bottom: 1px solid #3aafdb;
}

.thead {
	clear: both;
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}

ul li {
	font-size: 18px;
	font-weight: 500;
}

table {
	width: 100%;
	margin: 0 0 15px;
	border-collapse: collapse;
}

table th,
table td {
	padding: 5px;
	border: 1px solid #000;
	font-weight: 500;
}

table th {
	background: #ddd;
	text-align: center;
}

table .empty {
	background: none !important;
	border: 0 !important;
}

.colWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.colWrap.rtl {
	flex-direction: row-reverse;
}

.colWrap.wrap {
	flex-wrap: wrap;
}

.colWrap.col2 > .col {
	width: 47.5%;
}

.asideBox {
	clear: both;
	margin: 30px 0 0;
}

.text-center {
	text-align: center;
}

.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}

.img-left,
.img-right {
	width: 50%;
	max-width: 400px;
	height: auto;
}


.img-left.auto,
.img-right.auto {
	width: auto;
}

.img-25p {
    width: 25%;
}

.imgFrame.align-center img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.figure .cap,
.imgFrame .cap {
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
}

.figure img + .cap,
.imgFrame img + .cap {
	margin-top: 15px;
}

.imgFrame .cap + img {
	display: block;
	margin-top: 10px;
}

.imgFrame .cap .url,
.figure .cap .url {
	display: block;
	margin-top: -5px;
	font-size: 14px;
	font-weight: 500;
	word-break: break-all;
}

.break {
	word-break: break-all;
}

.box00 {
	padding: 15px;
	border: 1px solid #000;
}

.box01 {
	padding: 10px;
	border: 5px solid #dcdcdc;
}

.box01.pd0 {
	padding: 1px;
}

.imgFrame.col2 > div {
	width: 49%;
}


.pickup-detail .pickup-text .noteTxt {
	font-size: 14px;
}

.pickup-detail .pickup-text .noteTxt.font_s {
	font-size: 12px;
}


/*.pickup-detail .pickup-text .imgFrame .cap, */
.pickup-detail .pickup-text .tblFrame .note {
	display: block;
	margin: 0 0 5px -.5em;
	font-weight: bold;
	font-size: 15px;
}

.pickup-detail .pickup-text .imgFrame .cap {
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
}

li {
	font-size: 18px;
}

.list {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.list00 {
	margin: 0 0 1em 1em;
}

.list00 li {
	margin: 7px 0;
}

.list01 li + li,
.ol li + li {
	margin-top: 10px;
}

.ol {
	counter-reset: idx;
}

.ol li {
	position: relative;
	counter-increment: idx;
	text-indent: -25px;
	padding-left: 25px;
}

.ol li:before {
	content: counter(idx);
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #3aafdb;
	color: #fff;
	vertical-align: top;
	text-align: center;
	text-indent: 0;
}

.list_decimal {
	margin-left: 2em;
	list-style-type: decimal;
}

.block {
	display: block;
}

.cf {
	overflow: hidden;
}

.lead-text .colWrap img {
	max-width: 300px;
}

.lead-text .txtFrame {
	flex: 1 1 80%;
	margin-right: 20px;
}

.lead-text .imgFrame.w20 {
	width: 20%;
}

.lead-text .txtFrame.auto {
	flex: 1 1 auto;
}

.lead-text .imgFrame + .txtFrame {
	margin: 0 0 0 20px;
}


.pressBox {
	margin: 30px auto;
	padding: 40px;
	background: #f0ede5;
}

.pressBox > .head {
	margin: 0 0 25px;
	padding-left: 70px;
	height: 44px;
	line-height: 44px;
	background: url(../img/pickup/181119/pic02/ico_press.png) no-repeat 0 0;
	font-size: 24px;
	font-weight: bold;
}

.pressBox .col {
	width: calc(50% - 10px);
	padding: 0 10px 0 0;
}

.dl-list01.list04 dt {
	width: 15%;
}

.dl-list01.list04 dd {
	width: 85%;
}

@media print, screen and (max-width: 767px) {
    .pressBox .col {
        width: 100%;
    }
}

.pressBox .col:nth-child(2) {
	padding: 0 0 0 10px;
}

.pressBox img {
	display: block;
	box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}

.pressBox .title {
	display: block;
	margin: 0 0 15px;
	padding: 0 0 5px;
	line-height: 1.6;
	border-bottom: 1px solid #000;
/*	font-size: 15px; */
	font-size: 18px;
	font-weight: bold;
	font-family: 'Meiryo', 'メイリオ';
}

.pressBox .title + .sub {
	font-size: 15px;
	line-height: 1.6;
}

.pressBox .txt .imgWrap img {
	position: relative;
	width: 48%;
}

.pressBox .imgWrap img:nth-child(odd) {
	float: right;
}

.pressBox .inquiryFrame .inqBox {
	margin: 15px 0;
	justify-content: flex-start;
}

.pressBox .inquiryFrame .inqBox .head,
.pressBox .inquiryFrame .inqBox > p {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 60px;
}

.pressBox .inquiryFrame .inqBox .head {
	flex: 1 0 auto;
	justify-content: center;
	margin-right: 15px;
	padding: 5px;
	width: 148px;
	height: 60px;
	font-size: 18px;
	line-height: 1.3;
}

.pressBox .inquiryFrame .inqBox .tel {
	font-size: 24px;
}

.pressBox .inquiryFrame .inqBox .tel span {
	font-size: 14px;
}

.pressBox .inquiryFrame .inqBox .site a {
	color: #000 !important;
	word-break: break-all;
}

.pressBox .info {
	margin: 15px 0 0;
/*	padding: 10px 0 0;
	border-top: 1px solid #000; */
}

.pressBox .info li {
	overflow: hidden;
/*	font-size: 13px;*/
	font-size: 16px;
}

.pressBox .info > li + li {
	margin-top: 10px;
}

.pressBox .info > li > ul {
	width: 72%;
	float: right;
	text-align: left;
}

.pressBox .info .hd {
	width: 120px;
}

.pressBox .info .hd.auto {
	width: auto;
	padding-right: .5em;
}

.pressBox .info .txt {
	flex: 1 1 auto;
}

.pickup-detail .pickup-text .pressBox .note {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-indent: 0;
	text-align: left;
}

.orderedBox {
	counter-reset: idx;
	margin: 30px auto;
}

.orderedBox .head {
	position: relative;
	counter-increment: idx;
	margin: 30px 0 10px;
	text-indent: -25px;
	padding-left: 25px;
	font-size: 17px;
	font-weight: bold;
}

.orderedBox .head:first-child {
	margin-top: 0;
}

.orderedBox .head:before {
	content: counter(idx);
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #3aafdb;
	color: #fff;
	vertical-align: top;
	text-align: center;
	text-indent: 0;
}

.index__box {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 1em 0;
}

.index__box li li {
    padding-left: 1em;
}

.lead__box {
  border: 1px solid #000;
  margin-top: 1em;
  padding: 1em;
}

.pickup-detail .lead-text .lead__box p {
  color: #333;
  font-size: 1.5rem;
  font-weight: normal;
}

.pickup-detail .lead-text .lead__box p span {
  font-weight: bold;
}

.pg01 .logo__list {
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
    align-items: center;
}

.pg01 .logo__list li {
    margin-bottom: 20px;
    width: 30%;
}

@media print, screen and (max-width: 767px) {
    .pg01 .logo__list li {
        width: 100%;
    }
}


.pg01 .logo__list li img {
    vertical-align: bottom;
}

.pg09 .lead-text .imgFrame {
  max-width: initial;
}

.pg09 .lead-text .imgFrame .col {
  width: 50%;
  min-width: 250px;
}

.pg09 .lead-text .imgFrame .col img {
  width: 250px;
  max-width: 100%;
  height: auto;
}

.pg09 .lead-text .imgFrame .col + .col {
  margin-left: 10px;
}

.pg12 .ttl_s2 .sub {
  display: block;
  font-size: 13px;
}

@media print, screen and (max-width: 767px) {
	.img-left, .img-right {
		width: 100%;
	}
	.lead-text .imgFrame.w20 {
		width: 100%;
	}
}