@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:100i|Roboto+Condensed:400');

/*
font-family: 'Lato', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

html {
	font-family: "游ゴシック" , "Yu Gothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
	color: #1E1E1E;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-width: 1200px;
}

a:link, a:hover, a:active, a:visited { color: #D22850; text-decoration: none; }
a:hover { opacity: 0.5; }

/* header
--------------------------------------------------------------------------------------------------------------- */

#header {
	background: linear-gradient(90deg,#FFF 0%,#FFF 40%,#D22850 40%,#D22850 100%);
	padding: 0px 60px;
}

#header #navi {
	display: table;
	width: 100%;
	height: 130px;
}

#header #navi * {
	vertical-align: middle;
}

#header h1 {
	display: table-cell;
	width: 80%;
}

#header h1 a {
	margin-right: 20px;
}

#header h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #1E1E1E;
	font-size: 0.65em;
	letter-spacing: 0.1em;
}

#header .h-cont {
	display: table-cell;
	width: 20%;
	text-align: right;
}

#header .h-cont .sns {
	float: left;
	width:50%;
}

#header .h-cont .sns:before {
	content: "share";
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.65em;
	letter-spacing: 0.1em;
	color: #FFF;
	padding-top: 5px;
}

#header .h-cont a {
	display: inline-block;
}

#header .h-cont svg.fb {
	margin-left: 15px;
	width: 10px;
	height: 20px;
	fill: #FFFFFF;
}

/* 100周年アイコン */

#header .th100 {
	margin-left: 20px;
}

/* 下層グロナビメニュー */

#header dl#gNavi {
	float: right;
	position: relative;
	width:50%;
}

#header dl#gNavi:before {
	content: "menu";
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.65em;
	letter-spacing: 0.1em;
	color: #FFF;
}

#header dl#gNavi dt {
	display: inline-block;
	width: 44px;
	height: 41px;
	margin-left: 5px;
	cursor: pointer;
	text-align: center;
}

#header dl#gNavi dt:hover {
	opacity: 0.5;
}

#header dl#gNavi svg.menu {
	width: 44px;
	height: 41px;
	padding: 10px;
	fill: #FFFFFF;
}

#header dl#gNavi dd {
	display: none;
	position: absolute;
    top: 40px;
    right: 0px;
    width: 19em;
    z-index: 1000;
	background-color: #AA003C;
}

#header dl#gNavi dd ul {
	padding: 40px 40px 0px 40px;
	text-align: left;
	white-space: nowrap;
	color: #FFF;
}

#header dl#gNavi dd ul:last-of-type {
	padding-bottom: 40px;
}

#header dl#gNavi dd .tit {
	opacity: 0.6;
	font-size: 1.05em;
}

#header dl#gNavi dd a {
	color: #FFF;
}

#header dl#gNavi dd a.red {
	text-decoration: underline;
}

#header dl#gNavi dd .link {
	font-size: 0.85em;
	margin-top: 12px;
	padding-left: 20px;
	background: url(../img/icon_link.png) no-repeat top left;
}

/* visual */

#visual-wrap {
	max-width: 1800px;
}

#visual {
	width: 100%;
	min-height: 500px;
	position: relative;
}

.slider-pro {
	float: right;
	background-color: #D22850;
}

#visual #readcopy {
	position: absolute;
	top: 22%;
	left: 60px;
	z-index: 10000;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

#visual #readcopy p.catch {
	font-family: 'Lato', sans-serif;
	color: #D22850;
	font-size: 3.8em;
	font-weight: 400;
	-webkit-text-stroke-color:  #D22850;
	-webkit-text-stroke-width: 1px;
	margin-bottom: 50px;
}

#visual #readcopy p.sp { display: none; }

/* footer
--------------------------------------------------------------------------------------------------------------- */

#footer {
	font-size: 0.8em;
	color: #969696;
	text-align: center;
	line-height: 2em;
	padding: 20px 0px 60px 0px;
}

/* maincontents info（同窓会のご案内）
--------------------------------------------------------------------------------------------------------------- */

#info #titleArea {
	width: 100%;
	background-color: #D22850;
}

#info #titleArea_inner {
	max-width: 1600px;
	/* height: 380px; */
	height: 300px;
	margin: 0px auto;
	position: relative;
}

#info #top-banner a { opacity: 1; display: block; }

#info #top-banner {
	position: absolute;
	top: -170px;
	left: 0px;
	width: 750px;
	height: 370px;
	z-index: 100;
}

#info #top-banner .img01 {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 480px;
	height: 320px;
}

#info #top-banner .img02 {
	display: block;
	position: absolute;
	top: 130px;
	left: 350px;
	width: 404px;
	height: 240px;
}

#info h2 {
	width: 1130px;
	margin: 0px auto;
	text-align: right;
	padding: 75px 0px 0px 0px;
	color: #FFF;
	letter-spacing: 0.1em;
}

#info h2 p.h2-1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.6em;
	opacity: 0.5;
	padding-bottom: 12px;
}

#info h2 p.h2-2 {
	font-size: 1.7em;
	padding-bottom: 25px;
}

#info h2 p.h2-3 {
	line-height: 1.6em;
	font-weight: bold;
	margin-right: -10px;
}

/* 各会場情報（共通スタイル） */

#accordion {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 40px;
	width: 1100px;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
}

.accordionbox .info_cont {
	display: table-cell;
	width: 350px;
	background-color: #FAFAFA;
}

.accordionbox .info_cont .field {
	width: 350px;
	height: 215px;
	padding-top: 65px;
	background-color: #FFF;
}

.accordionbox .info_cont h3 {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.1em;
}

.accordionbox .info_cont h3 span {
	display: block;
	font-size: 1.2em;
}

.accordionbox .info_cont .title {
	padding: 30px 0px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	background-color: #FFF;
}

.accordionbox dd .date {
	padding: 30px 0px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.7em;
	color: #FFF;
}

.accordionbox dd .date span {
	display: block;
	font-size: 1.5em;
}

.accordionbox dd .date:before {
	content: " ";
	display: block;
	width: 100%;
	height: 36px;
	margin: -50px 0px 20px 0px;
}

.accordionbox dd .date:after {
	content: " ";
	display: block;
	width: 100%;
	height: 36px;
	margin: 20px 5px -50px 0px;
}

.accordionbox dd .data {
	padding: 30px;
	line-height: 1.7em;
}

.accordionbox dd .data .access {
	background: url(../img/icon_access.png) no-repeat center left;
	padding: 2px 0px 2px 25px;
}

.accordionbox dd .data .tell {
	background: url(../img/icon_tell.png) no-repeat center left;
	padding: 2px 0px 2px 25px;
}

.accordionbox dd .data .price {
	padding: 2px 0px 2px 25px;
	background-image: url(../img/icon_price.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}

.accordionbox dd .data .use-title {
	margin-top: 25px;
	text-align: center;
	color: #969696;
	font-weight: bold;
	background: url(../img/bg_use-title.png) no-repeat center center;
	margin-bottom: 25px;
}

.accordionbox dd .data .use {
	padding-bottom: 20px;
}

.accordionbox dd .data .use span {
	font-weight: bold;
	display: block;
}

/* イベント終了時 */

.accordionbox .end .title {
	color: #bbb!important;
}

.accordionbox .end .date:before,
.accordionbox .end .date:after {
	background: url(../img/icon_slash-gray.png) no-repeat top center;
}

.accordionbox .end .date {
	background-color: #CCC!important;
}

.accordionbox .end .data {
	text-align: center;
}

.accordionbox .end .data:before {
	content: "終了しました";
	display: inline-block;
	color: #D22850;
	font-weight: bold;
	padding-top: 3em;
}

/* お知らせ PC用アコーディオン */

.accordionbox dd .attention {
	padding: 25px 30px;
}

.accordionbox dd .attention p {
    font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

.accordionbox dd .attention .acMenu dt {
    display:block;
    text-align:center;
    cursor:pointer;
	font-size: 0.85em;
}

.accordionbox dd .attention .acMenu dd {
    background: #FAFAFA;
    width: 100%;
	font-size: 0.85em;
	line-height: 1.4em;
    display:none;
	text-align: justify;
	padding-top: 15px;
}

/* 新潟 */

#info_niigata .field { background: url(../img/img_info_niigata.png) no-repeat; }
#info_niigata .title { color: #F0788C; }
#info_niigata .date { background-color: #FA8296; }
#info_niigata .date:before, #info_niigata .date:after { background: url(../img/icon_slash-pink.png) no-repeat top center; }
#info_niigata a, #info_niigata .attention .acMenu dt { color: #F0788C; text-decoration: underline; }
#info_niigata a.dl { background: url(../img/icon_dl-pink.png) no-repeat left center; padding-left: 30px; }
#info_niigata .attention { border: solid 5px #FA8296; background: url(../img/icon_at_pink.png) no-repeat top right; }

/* 東京 */

#info_tokyo .field { background: url(../img/img_info_tokyo.png) no-repeat; }
#info_tokyo .title { color: #5AAAE6; }
#info_tokyo .date { background-color: #64B9F0; }
#info_tokyo .date:before, #info_tokyo .date:after { background: url(../img/icon_slash-blue.png) no-repeat top center; }
#info_tokyo a, #info_tokyo .attention .acMenu dt { color: #5AAAE6; text-decoration: underline; }
#info_tokyo a.dl { background: url(../img/icon_dl-blue.png) no-repeat left center; padding-left: 30px; }
#info_tokyo .attention { border: solid 5px #64B9F0; background: url(../img/icon_at_blue.png) no-repeat top right; }

/* 大阪 */

#info_osaka .field { background: url(../img/img_info_osaka.png) no-repeat; }
#info_osaka .title { color: #50B482; }
#info_osaka .date { background-color: #64C88C; }
#info_osaka .date:before, #info_osaka .date:after { background: url(../img/icon_slash-green.png) no-repeat top center; }
#info_osaka a, #info_osaka .attention .acMenu dt { color: #50B482; text-decoration: underline; }
#info_osaka a.dl { background: url(../img/icon_dl-green.png) no-repeat left center; padding-left: 30px; }
#info_osaka .attention { border: solid 5px #64C88C; background: url(../img/icon_at_green.png) no-repeat top right; }

/* maincontents navi（リンク類）
--------------------------------------------------------------------------------------------------------------- */

#navi_sub {
	width: 1130px;
	margin: 0px auto;
	padding-top: 60px;
}

#navi_sub #navi_sub_L {
	float: left;
	width: 740px;
}

#navi_sub #navi_sub_R {
	float: right;
	width: 350px;
}

#navi_sub #navi_sub_L ul {
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;
	/*padding-top: 8px;*/
}

#navi_sub #navi_sub_L ul li.tit {
	font-size: 1.6em;
	padding-bottom: 35px;
}

#navi_sub #navi_sub_L ul li.link {
	font-weight: bold;
	background: url(../img/icon_link.png) no-repeat top left;
	padding: 0px 0px 16px 20px;
	margin-left: 3px;
}

#navi_sub #navi_sub_L ul li.link a { color: #1E1E1E; }
#navi_sub #navi_sub_L ul li.link a.red { color: #D22850; text-decoration: underline; }

#navi_sub #putLink {
	position: relative;
	padding: 35px 40px;
	margin-top: 30px;
	border: solid 5px #D22850;
	font-size: 0.95em;
	font-weight: bold;
	text-align: center;
}

#navi_sub #putLink img {
	position: absolute;
	top: -30px;
	right: 25px;
	width: 156px;
	height: 58px;
}

#navi_sub #putLink span {
	font-size: 1.6em;
	font-weight: 400;
	display: block;
	padding-bottom: 10px;
}

#navi_sub #putLink a { text-decoration: underline; }

/* maincontents contact（事務局）
--------------------------------------------------------------------------------------------------------------- */

#contact {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 40px 30px;
	width: 1100px;
	margin: 60px auto 0px auto;
	text-align: center;
	line-height: 1.5em;
	font-size: 0.9em;
}

#contact a { text-decoration: underline; }

#contact .contact-cont {
	display: table-cell;
	width: 350px;
	border: solid 5px #F5F5F5;
	padding: 40px;
}

#contact .tit {
	font-weight: bold;
	padding-bottom: 15px;
}

#contact .tit span {
	font-size: 1.2em;
	display: block;
}

#contact .tel, #contact .fax {
	font-size: 1.1em;
	font-weight: bold;
}

#contact .tel span, #contact .fax span {
	font-size: 0.9em;
	font-weight: 400;
	color: #D22850;
}

/* maincontents Facebook
--------------------------------------------------------------------------------------------------------------- */

.fb-area {
	/*font-size: 0.9em;*/
	margin: 0px auto;
	padding: 100px 0px 0px 0px;
	/*height: 400px;*/
	width: 1130px;
}

.fb-area .fb_banner{
	float: left;
	width: 500px;
}

.fb-area .fb_banner img{
	width: 100%;
}

.fb-area .fb_banner a{
	display: block;
}

.fb-area .fb_timeline {
	float: right;
	width: 500px;
	height: 400px;
}

/* maincontents 下層ページ共通スタイル
--------------------------------------------------------------------------------------------------------------- */

.underlayer #inner {
	width: 980px;
	margin: 0px auto;
	padding-bottom: 50px;
	font-size: 0.9rem;
}

.underlayer #pageTitle {
	background-color: #D22850;
	width: 100%;
	height: 170px;
	position: relative;
}

.underlayer #pageTitle h2 {
	color: #FFF;
	font-size: 1.7em;
	text-align: center;
	padding-top: 75px;
}

.underlayer #pageTitle span {
	display: inline-block;
	position: absolute;
	bottom: -1em;
	right: 60px;
	font-family: 'Lato', sans-serif;
	mix-blend-mode: screen;
	color: #D22850;
	font-size: 3.8em;
	font-weight: 400;
	-webkit-text-stroke-color:  #D22850;
	-webkit-text-stroke-width: 1px;
	margin-bottom: 50px;
}

.underlayer #pageTitle2 {
	background-color: #D22850;
	width: 100%;
}

.underlayer #pageTitle2 h2 {
	color: #FFF;
	font-size: 1.7em;
	text-align: center;
	padding: 75px 20px 75px 20px;
	line-height: 1.4em;
}

.underlayer #pageTitle2 h2 div {
	color: #FFF;
	font-size: 16px;
	padding-top: 8px;
	text-align: center;
	line-height: 1.3em;
}

.underlayer #inner h3 {
	color: #D22850;
	font-size: 1.7em;
    padding: 90px 0px 0px 0px;
	text-align: center;
}

.underlayer #inner h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: solid 3px #1E1E1E;
	padding: 55px 0px 15px 0px;
	margin-bottom: 3px;
}

/* 表組み */

.underlayer th {
	width: 15%;
	vertical-align: middle;
	border-bottom: solid 1px #CCC;
	padding: 15px 0px;
	font-weight: bold;
}

.underlayer td {
	vertical-align: middle;
	border-bottom: solid 1px #CCC;
	padding: 15px 0px;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 60px;
  height: 60px;
	z-index: 999;}
  #page-top:hover {
    cursor: pointer; }
  #page-top img {
    width: 100%; }

.p_100th01 {
	font-size: 1.1em;
    text-align: justify;
    line-height: 1.7em;
	padding: 90px 0px 0px 0px;
}

.ol_100th {
    list-style-position: outside;
    list-style-type: decimal;
	padding: 10px 0px 0px 24px;
}
.ol_100th li {
	padding: 20px 0px 0px 0px;
	font-weight: 700;
	font-size: 1.2em;
	color: #D22850;
}
.ol_100th li div {
	padding: 10px 0px 0px 0px;
	font-weight: 400;
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.7em;
	color: #1E1E1E;
}

.p_100th02 {
	font-size: 1.1em;
    text-align: justify;
    line-height: 1.7em;
	padding: 25px 0px 25px 0px;
}

a.dl2 {
    background: url(../img/icon_dl-pink.png) no-repeat left center;
    padding-left: 30px;
    color: #F0788C;
    text-decoration: underline;
	font-size: 1.1em;
}

.div_100th01 {
	border: solid 1px #CCCCCC;
	padding: 20px;
	font-size: 1.1em;
    text-align: justify;
    line-height: 1.7em;
	margin-top: 25px;
}

.div_100th01 strong {
	display: block;
	text-align: center;
	padding-bottom: 8px;
	font-size: 1.1em;
}

.div_100th02 {
	font-size: 1.1em;
    text-align: justify;
    line-height: 1.7em;
	margin-top: 25px;
}

.div_100th02 strong {
	display: block;
	padding-bottom: 8px;
}

.div_100th02 span {
	font-size: 1.2em;
	display: block;
	font-weight: 700;
	padding-bottom: 8px;
}

.bnr_100th {
	text-align: center;
	margin-top: -40px;
	padding-bottom: 100px;
}

.dosoBox {
	background-color: #f2f2f2;
	margin-top: 60px;
}

.dosoTit {
	text-align: center;
	font-weight: 700;
	padding: 30px 0 0 0;
	font-size: 1.1em;
}

.dosoArea {
	padding: 15px 0 30px 0;
	text-align: center;
}

.dosoArea a {
	min-width: 27%;
	line-height: 50px;
	border: solid 4px #D22850;
	display: inline-block;
	padding: 0 20px;
	background-color: #ffffff;
	margin: 5px;
}

.dosoArea span {
	min-width: 27%;
	line-height: 50px;
	border: solid 4px #1E1E1E;
	display: inline-block;
	padding: 0 20px;
	background-color: #ffffff;
	margin: 5px;
}

.newsArea {
	width: 100%;
	background-color: #F7F7F7;
}

.newsBox {
	width: 1130px;
	margin: 0px auto;
	padding-top: 60px;	
}

.newsContents {
	padding-bottom: 60px;
}

.news_title {
	text-align: center;
	font-size: 1.6em;
    padding-bottom: 35px;
}

.news_text {
	font-weight: bold;
    background: url(../img/icon_link.png) no-repeat top left;
    padding: 0px 0px 16px 20px;
    margin-left: 3px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 1.14;
}

.news_bnr {
	text-align: center;
    padding-top: 20px;
}

.news_bnrArea {
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width: auto;
}

.news_bnrBox {
	padding-top: 0px;
}

.news_bnrBox img {
	width: 350px;
}

.news9_l {
	width: 52%;
	padding-right: 4%;
	display: inline-block;
}

.news9_r {	
	width: 48%;
	display: inline-block;
}

.news9_100 {
	
}

.news9_l span, .news9_r span, .news9_100 span {
	padding: 10px 0 20px 0;
	display: inline-block;
	line-height: 1.7;
	font-size: 0.9em;
}

.news15_ul1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news15_ul1 li {
	padding: 15px 0 0 0;
	width: 49%;
	height: auto;
}

.news15_ul2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}

.news15_ul2 li {
	padding: 15px 0 0 0;
	width: 32%;
	height: auto;
}

.news15_h5_1 {
	padding-top: 25px;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
}

.news15_h5_2 {
	padding-top: 25px;
	font-size: 18px;
	font-weight: 700;
}

.kotei {
	border: 1px solid #D22850;
	padding: 15px;
	margin-bottom: 15px;
}

.topicsBox {
	font-weight: 700;
    background: url(../img/icon_link.png) no-repeat top 13px left 5px;
    padding: 8px 0px 8px 20px;
    margin-left: 0px;
	line-height: 1.5;
}

.topics_cate {
	padding: 0 0 5px 0;
}

.topics_cate span {
	vertical-align: middle;
	margin-right: 7px;
	display: inline-block;
	font-size: 18px;
}

.cate_topics {
	background-color: #AAAAAA;
	color: #FFFFFF !important;
	line-height: 1;
	vertical-align: middle;
	padding: 3px 6px 3px 6px;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	white-space: nowrap;
}

.cate_honbu {
	background-color: #FA8296;
	color: #FFFFFF !important;
	line-height: 1;
	vertical-align: middle;
	padding: 3px 6px 3px 6px;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	white-space: nowrap;
}

.cate_syutoken {
	background-color: #64B9F0;
	color: #FFFFFF !important;
	line-height: 1;
	vertical-align: middle;
	padding: 3px 6px 3px 6px;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	white-space: nowrap;
}

.cate_kansai {
	background-color: #64C88C;
	color: #FFFFFF !important;
	line-height: 1;
	vertical-align: middle;
	padding: 3px 6px 3px 6px;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	white-space: nowrap;
}

.topics_list {
	font-size: 110%;
	padding-top: 80px;
}

.topics_more {
	text-align: center;
	width: 100%;
	padding-top: 30px;
}

.topics_more a {
	display: inline-block;
	line-height: 50px;
	padding: 0 60px;
	width: auto;
	margin: 0 auto;
	color: #1E1E1E;
	border: 1px solid #1E1E1E;
	border-radius: 26px;
}

#pageTitle div {
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
	padding-top: 10px;
}

.detailBox {
	font-weight: 700;
    padding: 40px 0px 40px 0px;
    margin-left: 0px;
	font-size: 24px;
	line-height: 1.5;
}

.article {
  /* editor */
  /* img */
  /* clearfix */
}
.article table {
	width: 100%;
	line-height: 1.6em;
    letter-spacing: .1em;
	margin-top: 1em;
    color: #434344;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 768px) {
	.article table {
		font-size: 14px;
	}
}

.article table tr:first-child td,
.article table tr:first-child th {
  border-top: solid 1px #999999;
}
.article table tr td,
.article table tr th {
  border-bottom: solid 1px #999999;
  border-right: solid 1px #999999;
  padding: 10px 18px 10px 20px;
}
@media (max-width: 768px) {
  .article table tr td,
  .article table tr th {
    padding: 7px;
  }
}
.article table tr td:first-child,
.article table tr th:first-child {
  border-left: solid 1px #999999;
}
.article ul {
	margin-top: 1em;
	line-height: 2em;
	letter-spacing: .09em;
	padding: 0;
    list-style-type: none;
}
.article ul li {
	padding-top: 0.5em;
    line-height: 1.8em;
    display: flex;
    vertical-align: text-top;
}
.article ul li::before {
    content: '●';
    display: block;
    margin-right: 1em;
    font-size: 7px;
    line-height: 4em;
    color: #D22850;
}

.article ol {
	margin-top: 1em;
	line-height: 2em;
	letter-spacing: .09em;
	padding: 0;
	counter-reset: li;
}
.article ol li {
	padding-top: 0.5em;
    line-height: 1.8em;
    display: flex;
    vertical-align: text-top;
}
.article ol li::before {
    display: block;
    font-weight: bold;
    counter-increment: li;
    content: counter(li);
    margin-right: 0.3em;
	line-height: 1.8em;
}

.article h1 {
	font-weight: 700;
	padding: 80px 0px 0px 0px;
	font-size: 30px;
	color: #333333;
	line-height: 1.5;
}

.article h2 {
	font-weight: 700;
	padding: 80px 0px 0px 0px;
	font-size: 30px;
	color: #d22850;
	line-height: 1.5;
}
.underlayer #inner .article h3 {
	font-weight: 700;
	padding: 50px 0px 0px 0px;
	font-size: 21px;
	color: #333333;
	line-height: 1.5;
    border-bottom: 2px solid #333333;
	text-align: start;
}

.underlayer #inner .article h4 {
	font-weight: 700;
	padding: 50px 0px 0px 0px;
	font-size: 21px;
	color: #d22850;
	line-height: 1.5;
    border-bottom: 2px solid #d22850;
    margin-bottom: 0;
}

.article h5 {
	font-weight: 700;
	padding: 30px 0px 0px 0px;
	font-size: 18px;
	color: #333333;
	line-height: 1.5;
}
.article h6 {
	font-weight: 700;
	padding: 30px 0px 0px 0px;
	font-size: 18px;
	color: #d22850;
	line-height: 1.5;
}
.article img {
  margin: 0.5em 5px 0 5px;
  width: auto;
  display: inline-block;
}
.article img.size-full {
  width: 100%;
}
.article a:link {
  color: #D22850;
  text-decoration: underline;
}
.article p {
	margin-top: 1em;
	line-height: 2em;
    letter-spacing: .09em;
}
.article strong {
	font-weight: bold;
}
.article em {
	font-style: italic;
}
.article iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
.article blockquote {
	margin: 1em 0 0 0;
	white-space: pre-wrap;
	color: #434344;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
	background: #f6f7fb;
	padding: 20px;
}

.article blockquote img {
	margin: 5px;
}

@media (max-width: 768px) {
  .article blockquote {
    font-size: 14px;
  }
}
.article pre {
	margin-top: 1em;
	white-space: pre-wrap;
	color: #434344;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}
@media (max-width: 768px) {
  .article pre {
    font-size: 14px;
  }
}

.article img[class*=wp-image-],
.article img[class*=attachment-] {
	height: auto;
	max-width: 100%;
}
.article .clearfix {
	overflow: hidden;
	zoom: 1;
}
.article .clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.article .wp-caption .wp-caption-text {
	margin: 0.4em 0 0;
	font-size: 14px;
}/*# sourceMappingURL=news.css.map */

.article .aligncenter {
	display: block;
	margin: 0 auto;
}
.article .alignright {
	float: right;
	max-width: 300px !important;
	width: 100%;
	margin-left: 20px;
}
@media (max-width: 768px) {
	.article .alignright {
		float: none;
		max-width: none !important;
		margin-left: 5px;
	}
}
.article .alignleft {
	float: left;
	max-width: 300px !important;	
	width: 100%;
	margin-right: 20px;
}
@media (max-width: 768px) {
	.article .alignleft {
		float: none;
		max-width: none !important;
		margin-right: 5px;
	}
}

.wp-caption {
	max-width: 100%; /* 画像を親要素に合わせる */
}

.wp-caption img {
	max-width: 100%; /* 画像を親要素に合わせる */
	height: auto; /* 画像の高さが自動的に調整される */
}

.underlayer .article ul li:nth-of-type(2n) {
	background-color: transparent;
}

.underlayer .article ul li:hover {
	background-color: transparent !important;
}

.topics_more2 {
	text-align: center;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
	clear: both;
}

.topics_more2 a {
	display: inline-block;
	line-height: 50px;
	padding: 0 60px;
	width: auto;
	margin: 0 auto;
	color: #1E1E1E;
	border: 1px solid #1E1E1E;
	border-radius: 26px;
}

.pager-simple {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	padding: 10px 0;
}

.pager-simple span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 36px;
	height: 36px;
	padding: 0 8px;
	margin: 0 4px;
	text-decoration: none;
	color: #fff;
	background-color: #333333;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	font-size: 1rem;
	transition: all 0.2s ease-in-out;
}

.pager-simple a, .pager-simple span.dots {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 36px;
	height: 36px;
	padding: 0 8px;
	margin: 4px;
	text-decoration: none;
	color: #333333;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	font-size: 1rem;
	transition: all 0.2s ease-in-out;
}

.pager-simple a:hover {
	color: #fff;
	background-color: #333333;
	border-color: #CCCCCC;
}

.article table th > :first-child,
.article table td > :first-child {
  padding-top: 0;
  margin-top: 0;
}

.blist {
	font-size: 14px;
	padding-top: 15px;
	line-height: 1.4;
	text-align: right;
}

#detailBlistBox {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
}

#detailBlist {
	width: 980px;
	margin: 0 auto;	
}

#detailInnerBox {
	background-color: #FFF5EE;
	border-bottom: 1px solid #CCCCCC;
}

#detailInner {
	width: 980px;
	margin: 0 auto;	
}



