@charset "utf-8";
/*****************************
共通
*****************************/
dl,dt,dd,td,th {
	color: #333;
	line-height: 2;
}
#main_cont li {
	color: #333;
}
span {
	color: #333;
}
#main_cont a {
	line-height: 2;
}
#main_cont img {
	width: 100%;
	height: auto;
}
.al {
	text-align: left;
}
.ar {
	text-align: right;
}
/*　擬似要素　*/
.mark-member {
	position: relative;
}
.mark-member::after {
	content: '会員限定';
    position: absolute;
    color: #fff;
    background-color: #9B91D5;
    border-radius: 8px;
    font-size: 0.7em;
    text-align: center;
    line-height: 1;
    padding: 4px 8px;
    bottom: 0;
    right: -6em;
}
.mark-member.pdf-link::before {
	content: '会員限定';
    position: absolute;
    color: #fff;
    background-color: #9B91D5;
    border-radius: 8px;
    font-size: 0.7em;
    text-align: center;
    line-height: 1;
    padding: 4px 8px;
    bottom: 0;
    right: -8.5em;
}
.mark-member.pdf-link::after {
	background-color: transparent;
	right: -3.2em;
}
.mark-member.mark-xlsx {
	position: relative;
}
.mark-member.mark-xlsx::before {
	content: '会員限定';
    position: absolute;
    color: #fff;
    background-color: #9B91D5;
    border-radius: 8px;
    font-size: 0.7em;
    text-align: center;
    line-height: 1;
    padding: 4px 8px;
    bottom: 0;
    right: -8.5em;
}
.mark-member.mark-xlsx::after {
	background-color: transparent;
	right: -3.2em;
}
.mark-revision {
	position: relative;
}
.mark-revision::after {
	content: '改訂';
    position: absolute;
    color: #BF1920;
    border: 1px solid #BF1920;
    font-size: 0.7em;
    text-align: center;
    line-height: 1;
    padding: 4px 8px;
    bottom: 0;
    right: -4em;
}
.mark-xlsx {
	position: relative;
}
.mark-xlsx::after {
	content: '';
    display: inline-block;
    position: absolute;
    width: 1.4em;
    height: 1em;
    background-image: url(../../image/excel-icon.gif);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    right: -1.6em;
    bottom: 0;
}
.mark-outlink {
	position: relative;
}
.mark-outlink::after {
	content: '';
    display: inline-block;
    position: absolute;
    width: 1.4em;
    height: 1em;
    background-image: url("../../image/external-icon.gif");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    right: -1.6em;
    bottom: 0;
}
.zairyo .mark-outlink.pdf-link::before {
	content: '';
    display: inline-block;
    position: absolute;
    width: 1.4em;
    height: 1em;
    background-image: url("../../image/external-icon.gif");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    right: -3.2em;
    bottom: 0;
}
.kasou-link {
	color: #333;
}
.kasou-link::before {
	content: '\00bb';
    display: inline-block;
    color: #333;
    border-radius: .5px;
    text-shadow: -1px -1px 0 #b0dbd9;
    padding: 3px 10px 0 0;
    margin-left: 1%;
    line-height: 2;
}
.kasou-link:hover {
    opacity: .4;
}


/*　ボタンエリア　*/
.link-area-wrap01 {
	margin-top: 10px;
}
.link-area-wrap02 {
	margin-top: 20px;
	line-height: 2;
}

/*　スペース調整　*/
.mt0 {
	margin-top: 0;
}
.mt20 {
	margin-top: 20px;
}
#main_cont .mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
#main_cont .mb20 {
	margin-bottom: 20px;
}
#main_cont .mb40 {
	margin-bottom: 40px;
}
.inbox-textarea {
	margin-top: 20px;
}

/*　リストマーカー　*/
.ul-disc li{
	list-style-type:disc;
	text-indent: -0.1em;
    padding-left: 0.1em;
	margin-left: 36px;
    margin-bottom: 3px;
}

/* フレックス */
.flex-box01 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-box02 li{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.f-box-img_01{
	width: 15%;
}
.f-box-text_01{
	width: 81%;
}
.flex-box02 li a.pdf-link::after {
	bottom: 8px;
}

/* pタイトル */
#main_cont .title-f20-b {
	font-size: 20px;
	font-weight: bold;
}
.title-f20-b_wrap li:before {
	font-size: 20px;
}
#main_cont .title-b {
	font-weight: bold;
}
.sub-title {
	padding: 10px;
	background: #f8ffef;
	display: inline;
	margin-bottom: 10px;
}
#main_cont .s-text {
    font-size: 0.8em;
}

/* ラインテーブル */
.line-table,.line-table td,.line-table th {
	border: 1px solid #b4b4b4;
	border-collapse: collapse;
	box-sizing: border-box;
}
.line-table td,.line-table th {
	padding: 8px 12px;
}
/* グレーテーブル */
.gray-table,.gray-table th,.gray-table td {
	border: 1px solid #b4b4b4;
	border-collapse: collapse;
	box-sizing: border-box;
}
.gray-table th,.gray-table td {
	padding: 20px;
}
.gray-table th {
	background: #efefef;
}

ol li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

/*****************************
各ページ
*****************************/
/*追加ぱんくず*/
ul.breadcrumb > li.crumb.middle-crumb.middle02 {
    z-index: 150;
}
ul.breadcrumb > li.crumb {
	margin-bottom: 1%;
}

/*普及活動*/
.media-body h5{
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px !important;
	font-weight: 500;
}
.media-body h5::after{
  height: 30px !important;
}
.media-body h5 a {
    color: #454fc7;
	line-height: 30px !important;
	text-decoration: underline;
}
.media-body h5 a:hover {
	text-decoration: none;
}
.media-body h5 a::after {
	bottom: 6px;
}
.media-body {
    padding: 30px;
    border: 1px solid #CBDEAD;
}
.box-item{
    margin: 0px 8px 20px;
}
.d-block {
    overflow: hidden;
    width: 26%;
	text-align: center;
}
.box-item-text {
    width: 70%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.promotion-box .d-block {
	width: 18%;
}
.promotion-box .box-item-text {
	width: 78%;
}
.promotion-box .link-area-wrap02 {
	width: 26%;
}
.promotion-link01 a {
	margin-right: 40px;
}

/*オープン化40周年特集*/
.history_40th-box.flex-box01 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.history_40th-box_item {
	width: 31%;
    display: flex;
    margin-right: 3.5%;
}
.history_40th-box_item:last-of-type {
	margin-right: 0;
}
.history_40th-box_item a {
	display: flex;
    width: 100%;
}
.history_40th-box_item .media-body {
	width: 100%;
}
.history_40th-box_item .d-block {
	height: 150px;
    overflow: hidden;
    width: 100%;
}
.history_40th-box_item .media-body:hover .d-block img{
  transform: scale(1.2);
  transition: all 0.5s ease;
}
.history_40th-box_item .d-block01 {
	margin-top: 40px;
}
.history_40th-box_item .mark-member::after {
	top: 76px;
    left: 30px;
	bottom: auto;
    right: auto;
}

/* 特集記事バックナンバー */
.link-item {
	margin-bottom: 20px;
}
.link-item p {
    padding-left: 7em;
    text-indent: -7em;
}
.link-item a {
    margin-left: 1.1em;
}
.link-item:last-of-type a {
	margin-left: 0.8em;
}
p.link-item-topic {
	margin-left: 4.6em;
	padding-left: 0;
    text-indent: 0;
}
#main_cont .title-pink {
    color: #902a4e;
}
.article-box-img {
    margin: 0 auto;
    text-align: center;
}
.article-box-text {
	margin-bottom: 40px;
}
.article-note {
	margin: 0 auto;
    text-align: center;
}
.article-note p {
    text-align: left;
    display: inline-block;
}
#main_cont .article-box-img img {
    width: auto;
}
.article-note-innner {
	text-align: left;
    display: inline-block;
}
.ul-cercle li {
	position: relative;
 	padding-left: 1.2em;
	margin-left: 1em;
}
.ul-cercle li:before {
	content:  "";
	position: absolute;
	top: .5em;
	left: 0em;
	width: 1em;
	height: 1em;
	background-color: #333;
	border-radius: 50%;
}
.float-img {
	float: right;
    margin: 0 0 30px 30px;
}
.zadankai-title {
	width: 7%;
}
.zadankai-text {
	width: 92%;
}
.line-solid {
	border-top: dashed 1px #B4B4B4;
	padding-top: 40px;
}
#main_cont .interview {
	color: #902a4e;
}
.line-solid02 {
	border-top: solid 2px #902a4e;
	padding-top: 40px;
}
#main_cont .title-atention {
	color: #BF1920;
}
.title-atention a {
	color: #BF1920;
}
.logo-dl {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.inbox {
	margin-top: 40px;
}
.url-area {
	background: #ffeff4;
	padding: 20px;
	word-wrap:break-word;
}
.word-wrap {
	word-wrap:break-word;
}
.tel-link {
	padding-left: 1em;
}

@media screen and (min-width:1025px) {
	/* h5タイトル調整 */
	#main_cont .title-2line {
		line-height: 44px;
	}
}
@media screen and (min-width:661px) and (max-width:1024px) {
	/* h5タイトル調整 */
	#main_cont .title-2line {
		height: 134px;
	}
	#main_cont .title-2line::after {
		height: 134px;
	}
	.promotion-box .link-area-wrap02 {
		white-space: nowrap;
		width: 32%;
	}
	
	/*オープン化40周年特集*/
	.whats_2x4day-box_item .d-block {
		height: 90px;
	}
}
@media screen and (max-width:660px) {
	/* p調整 */
	#main_cont p {
		margin-bottom: 0;
	}
	
	/* h5タイトル調整 */
	#main_cont .title-2line {
		height: 100px;
		font-size: 18px;
	}
	#main_cont .title-2line::after {
		height: 100px;
	}
	
	/*　ボタンエリア　*/
	.link-area-wrap01 li{
		margin-bottom: 10px;
	}
	.link-area-wrap02 li{
		padding-bottom: 10px;
	}
	.link-area-wrap02 li:last-of-type {
		padding-bottom: 0;
	}
	
	/*　リストマーカー　*/
	.ul-disc li{
		 padding-bottom: 10px;
	}
	
	/* フレックス */
	.flex-box01 {
		display:block;
	}
	.flex-box02 li{
		display:block;
		padding-bottom: 20px;
	}
	.flex-box02 li:last-of-type{
		padding-bottom: 0;
	}
	.f-box-img_01{
		width: 50%;
		margin: 0 auto 20px;
	}
	.f-box-text_01{
		width: 100%;
	}
	.flex-box02 li a.pdf-link::after {
		bottom: 0;
	}
	
	/* ラインテーブル */
	.line-table {
		width: 100%;
	}
	.line-table td,.line-table th {
		padding: 5px;
	}
	.gray-table th, .gray-table td {
		padding: 5px;
	}
	
	/*普及活動*/
	ul.breadcrumb > li.crumb {
		margin-bottom: 2%;
	}
	.media-body {
		padding: 20px;
	}
	.d-block {
		width: 60%;
		margin: 0 auto;
	}
	.box-item-text {
		width: 100%;
	}
	.promotion-box .box-item-text {
		width: 100%;
	}
	.promotion-box .d-block {
		width: 60%;
		margin: 0 auto 20px;
	}
	.promotion-box .link-area-wrap02 {
		width: 100%;
	}
	.media-body h5 a::after {
		bottom: 6px;
		right: auto;
	}
	#main_cont .h5-2line {
		height: 50px !important;
	}
	#main_cont .h5-2line::after {
		height: 50px !important;
	}
	/*オープン化40周年特集*/
	.whats_2x4day-box_item {
		width: 100%;
		margin: 0 auto 40px
	}
	/* 特集記事バックナンバー */
	.link-item p {
		padding-left: 0;
		text-indent: 0;
	}
	.link-item a {
		margin-left: 0;
	}
	.link-item:last-of-type a {
		margin-left: 0;
	}
	p.link-item-topic {
		margin-left: 0;
	}
	.article-box-img {
		margin-bottom: 20px;
	}
	#main_cont .article-box-img img {
		width: 100%;
	}
	#main_cont .article-box-img img.tt {
		width: 60%;
		margin: 0 auto ;
	}
	.sp-mt20 {
		margin-top: 20px;
	}
	.oder-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.float-img{
		float: none;
   		margin: 0 auto;
	}
	.oder2 {
		order: 2;
	}
	.oder1 {
		order: 1;
	}
	.zadankai-text {
		width: 100%;
	}
	.zadankai-title {
		width: 100%;
	}
	.article-box-img.float-img {
		margin-top: 20px;
	}
	#main_cont .logo-dl .article-box-img img {
		width: auto;
		margin: 0 auto 20px;
	}

}



#info_instagram {}
#info_instagram #info_instagram_page {display: flex}
#info_instagram #info_instagram_page div:first-child {
    margin: 0 5% 0 0;
    flex: 1.2;
    
}
#info_instagram #info_instagram_page div:last-child {
    flex: 2;
}
#info_instagram #info_instagram_page div .qr_code {
    margin: 20px 0;
    text-align: center
}
#info_instagram #info_instagram_page div .qr_code p {
    color: #454fc7;
}
#info_instagram #info_instagram_page div .qr_code a {
    margin: 20px auto 20px auto;
    display: block;
    max-width: 30%;
    min-width: 140px;
    padding: 20px;
    border-radius: 12px;
    box-shadow:  8px 8px 24px #999;
}

#info_instagram #link_postpage {
	display: block;
	background: #FFC58E;
	margin: 20px 0 0 0;
	padding: 1em 1.5em;
}
#info_instagram #link_postpage p {
	line-height: 1.6;
}
#info_instagram #link_postpage ul {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 20px	0;
	padding: 0 6%;
}
#info_instagram #link_postpage ul li {
	min-width: 25%;
}
#info_instagram #link_postpage ul li a {
	display: block;
	padding: 0 12px;
	text-align: center;
	background: #FF8100;
	height: 3em;
	color: #000;
	text-decoration: underline;
	line-height: 3em;
	box-shadow: 3px 3px 3px #555;
}
#info_instagram #link_postpage ul li a:hover {
	text-decoration: none
}

.pc_none {display: none;}
.sp_none {display: block;}
@media screen and (max-width:660px) {
    .sp_none {display: none;}
    .pc_none {display: block;}
	
	#info_instagram #info_instagram_page div:last-child .sp_img {
		width: 60%;
		margin: 20px auto;
	}
	
	#info_instagram #link_postpage ul {display: block; padding: 0 6%;}
	#info_instagram #link_postpage ul li{margin: 0 0 20px 0;}
}









