@charset "UTF-8";
/*
Theme Name: jser
Author: MAGNET INC.
Author URI: http://1982mag.net/
Description: エネルギー・資源学会のテーマ
Version: 1.0.0
*/


/* GENERAL ---------------------------------------------*/

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
}

body {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: auto;
    font-feature-settings : "palt" 1;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    background: #fff;
    min-width: 1150px;
}
main {
	font-feature-settings: normal;
}
.neue {
      font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.ryu {
	font-family: a-otf-ryumin-pr6n, serif;
}
.note {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, Meiryo, sans-serif;
}
.nuni {
	font-family: nunito-sans, sans-serif;
}
img {
    vertical-align: bottom;
}
a {
    color: #333;
}
main a {
    color: #16529d;
}
.nonopa a:hover,
.nonopa a:active{
	opacity:1;
}
.wrap {
    overflow: hidden;
}
.inner {
    width: 1100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}
.inner1400 {
    width: 1400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    position: relative;
}
main .inner {
    width: 725px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 35px;
}
.inner100 {
  width: 100vw;
  width: calc(1100px + ((100vw - 1795px) / 2));
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.obfit,
.obfit img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.inline {
	display: inline-block;
}

.left_col {
  min-width: 1250px;
  width: calc(1100px + ((100vw - 1116px) / 2));
  margin-right: auto;
}
.right_col {
  min-width: 1250px;
  width: calc(1100px + ((100vw - 1116px) / 2));
  margin-left: auto;
}

table {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
}
table th, table td {
  border: solid 1px #eae7e6;
  padding: 0.5em;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}


/* RESPONSIVE ---------------------------------------------*/
.sp,
.sp_in {
    display: none !important;
}

@media (max-width: 750px) {
	body {
	min-width: 320px;
	font-size: 13px;
	line-height: 1.5;
	}
	.sp {
	display: block !important;
	}
	.sp_in {
	display: inline-block !important;
	}
	.pc {
	display: none !important;
	}
	.inner {
	width: 90%;
	margin: 0 auto;
	}
	.inner1400 {
	width: 100%;
	}
	main .inner {
	width: 100%;
	margin: auto;
	}
	.inner100 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
	}
	.inner100 .inner {
	width: 90%;
	margin: 0 auto;
	}
	img {
	width: 100%;
	vertical-align: middle;
	}
	.left_col {
	min-width: unset;
	width: 95%;
	}
	.right_col {
	min-width: unset;
	width: 95%;
	}
}


/* header　sticky
--------------------------------------------------------------*/
.sticky_none {
	display: none!important;
}
.sticky {
	position: sticky;
	top: 0;
	z-index: 200;
}
.sp_header ul {
    justify-content: space-between;
}

.sp_header ul li {
    width: 33.333%;
    text-align: center;
	display: flex;
    align-items: center;
}

.sp_header ul li a {
    padding: 30px 0;
    display: block;
    width: 100%;
}

@media (max-width: 750px) {
	.sticky_none {
	display: block;
	}
}


/* header
--------------------------------------------------------------*/
header {
	position: relative;
}



/* 言語
---------------------------------*/
.language {
	justify-content: flex-end;
	font-weight: 600;
}
@media (max-width: 750px) {
	.language {
	display: none;
	}
}

/* nav 上段
---------------------------------*/
.header_top_bg {
	background: #fff;
	height: 120px;
}
.header_top {
    text-align: center;
    align-items: center;
    margin: 15px 0;
}
.header_sub {
    margin: 0;
    margin-left: auto;
}

.header_sub > li {
	/* margin: 30px 0 30px 5px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.header_sub a {
	display: block;
	padding: 13.5px 0;
	width: 100px;
	color: #fff;
	font-weight: 500;
}
.header_sub a.sub01 {
	background: #2f8fce;
}
.header_sub a.sub02 {
	background: #8ac824;
}
.header_sub a.sub03 {
	background: #ff9933;
}
.header_sub .search_wrap {
	background: #f1f1f1;
	padding: 14px;
}
.header_sub .search_wrap .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header_sub .search_wrap input {
    border: 1px solid #e2e2e2;
    padding: 16px 16PX 15PX 30PX;
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0;
    background: #fff;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
.header_sub .search_wrap .screen-reader-text {
	display: none;
}
.header_sub .search_wrap input {
    border: 1px solid #cbcfd4;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    background: #fff;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    line-height: 24px;
    height: 26px;
}
.header_sub .search_wrap input.search-submit {
	width: 130px;
	background: #333;
	color: #fff;
}
.nav_top {
	background: #16529d;
	height: 64px;
}
.body_home .nav_top {
	background: #000;
}
.ul_nav_top {
	flex-wrap: wrap;
	justify-content: space-between;
}
.ul_nav_top > li {
	border-left: 1px solid #fff;
	box-sizing: border-box;
	flex-grow: 1;
	box-sizing: border-box;
}
.body_home .ul_nav_top > li {
	border-bottom: 1px solid #fff;
}
.ul_nav_top > li:last-child {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.ul_nav_top > li > a {
	background: #16529d;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 20px 0;
	font-weight: 600;
}
.ul_nav_top > li > a:hover {
	background: #2f8fce;
	opacity: 1;
}


@media (max-width: 750px) {
	.header_top {
	margin: 0;
	}
    .header_top_bg {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	height: unset;
	}
	.header_top .header_logo {
	width: 220px;
	padding:  0;
	line-height: 60px;
	}
}

/* nav 下段
---------------------------------*/
.ul_mvnav {
	justify-content: space-between;
	position: relative;
	margin: -55px 0 -27px 0;
	background: #fff;
}
.ul_mvnav .text01 {
	font-size: 13px;
	padding: 21px 0 0 0;
}
.ul_mvnav .text02 {
	font-size: 18px;
	padding: 10px 0 20px 0;
}
.ul_mvnav li {
	width: 25%;
	text-align: center;
	font-weight: 600;
	line-height: 1em;
}
.ul_mvnav li a {
	color: #fff;
	width: 100%;
}
.ul_mvnav li .bg01 {
	display: block;
	background: #8ac824;
}
.ul_mvnav li .bg01 {
	border-bottom: 3px solid #5e9504;
}
.ul_mvnav li .bg02 {
	display: block;
	background: #2f8fce;
}
.ul_mvnav li .bg02 {
	border-bottom: 3px solid #1575b4;
}
.ul_mvnav li .bg03 {
	display: block;
	background: #ee86a8;
}
.ul_mvnav li .bg03 {
	border-bottom: 3px solid #eb4f82;
}
.ul_mvnav li .bg04 {
	display: block;
	background: #ddc70b;
}
.ul_mvnav li .bg04 {
	border-bottom: 3px solid #d3ac0f;
}


@media (max-width: 750px) {
	.ul_mvnav {
	justify-content: space-between;
	margin: -48px 0 -48px 0;
	flex-wrap: wrap;
	}
	.ul_mvnav .text01 {
	display: none;
	}
	.ul_mvnav .text02 {
	font-size: 13px;
	padding: 16px 0;
	letter-spacing: 0;
	}
	.ul_mvnav li:last-child .text02 {
	font-size: 12px;
	}
	.ul_mvnav li {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}
}


/* globalNav
---------------------------------*/
.gnavOverlay {
  display: none;
  width: 5000px;
  height: 100vh;
  position: absolute;
  z-index: 210;
  top: 184px;
  background-color: rgba(0, 0, 0, 0.2);
  right: -50%;
}
.li_gn:hover .gnavOverlay,
.li_gn:hover .gnavMenu {
  display: block;
}

nav ul .li_gn:hover .gnavOverlay:hover {
  display: none;
}
.gnavMenu {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 184px;
  cursor: pointer;
  padding: 0;
}
.gnavMenu li {
	/* text-align: left!important; */
}
.gnavMenu a {
    color: #fff!important;
    background: #2f8fce;
    padding: 10px 25px;
    display: block;
    font-weight: 500;
    border: 1px solid #fff;
    margin: -1px 0 0 -1px;
}
.gnavMenu a:hover {    
	background: #16529d;
	opacity: 1;
}
.gnavMenu a::after{
	display: none;
}


/* header　メイン画像
--------------------------------------------------------------*/
.header_under {
	position: relative;
}
header .mv_bg {
    background: url(../img/cmn/mv_under.jpg)no-repeat center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 11.071%;
    position: relative;
    border-top: 1px solid #fff;
}
.body_home header .mv_bg {
    background: url(../img/cmn/mv.jpg)no-repeat center;
    background-color: black;
    width: 100%;
    position: relative;
    height: 325px;
    border-top: none;
}
.page_title {
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-width: 1110px;
}
.single-event .page_title {
	letter-spacing: 0;
}
.breadcrumb-area {
    color: #fff;
    font-weight: 600;
    position: absolute;
    z-index: 10;
    margin: 10px 0 0 -10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 1110px;
}
.breadcrumb-area a {
    color: #fff;
}
.breadcrumb-area a:hover {
    color: #0556a8;
}
.breadcrumb-area span {
	margin: 0 5px;
}


@media (max-width: 750px) {
	.header_under {
	margin: 59px 0 0 0;
	}
	header .mv_bg {
	background: unset;
	-moz-box-sizing: border-box;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: unset;
	position: relative;
	border-top: unset;
	/* height: 50px; */
	}
	header .header_under {
	background: url(../img/cmn/mv_under_sp.jpg)no-repeat center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover;
	width: 100%;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	border-top: 1px solid #fff;
	}
	.body_home header .mv_bg {
	background: url(../img/cmn/mv_sp.jpg)no-repeat;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover;
	width: 100%;
	padding-top: 46.666%;/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	position: relative;
	height: unset;
	}
	.page_title {
	position: relative;
	top: unset;
	transform: unset;
	font-size: 16px;
	letter-spacing: 0em;
	padding: 10px 0 15px 0;
	display: block;
	}
	.breadcrumb-area {
	font-size: 11px;
	position: relative;
	margin: 10px 0 0 -3px;
	}
	.breadcrumb-area span {
	margin: 0 2px;
	}
}

/* ハンバーガーアイコン
--------------------------------------------------------------*/
.burger_wrap {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    background: #16529d;
}
.burger {
    width: 25px;
    height: 25px;
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    right: 17px;
    z-index: 9999;
    padding: 0;
    margin: 17px 0 0 0;
}
.burger .line::before {
	content: 'MENU';
	font-size: 11px;
	letter-spacing: 0;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	font-weight: 600;
}
/* 真ん中の線 */
.burger .line {
    /* transition: 0.6s; */
    z-index: 10;
}
/* 上の線 */
.burger::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    transition: 0.6s;
    z-index: 10;
}
/* 下の線 */
.burger::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: 0.6s;
    z-index: 10;
}

.burger-active::before {
    width: 25px;
    height: 1px;
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.burger-active::after {
    width: 25px;
    height: 1px;
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.burger-active > .line {
    transform: scale(0);
}


.burger2 {
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    right: 60px;
    z-index: 9999;
}
.burger2 a {
	line-height: 60px;
	width: 60px;
	color: #fff;
	background: #9aadc5;
	text-align:center;
	font-size: 16px;
}


/* メニュー */
.navigation {
    width: 100vw;
    height: 100%;
    background: #fff;
    position: fixed;
    right: -100vw;
    transition: 0.6s;
    top: 0;
    z-index: 60;
}
.navigation.nav-active {
    right: 0;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.navigation .ul_menu li {
    padding: 10px 0;
    font-size: 13px;
    border-top: 1px solid #e2e2e2;
}
.navigation .ul_menu li:first-child {
    border-top: none;
}
.navigation .ul_menu li.list_02 {
    border-top: none;
}
.navigation .ul_menu li a {
    width: 100%;
    font-weight: 500;
}
.navigation .ul_menu li a:hover {
	opacity: 1;
}
.navigation .ul_menu {
    margin: 60px auto 13px;
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
}
.navigation .ul_menu2 {
    margin: 0 auto 13px;
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
}
.navigation .ul_menu2 li:first-child {
	border-top: 1px solid #e2e2e2;
	margin: -12px 0 0 0;
	padding: 10px 0 0 0;
}
.navigation .ul_menu2 a {
	color: #666;
}
.navigation .ul_menu span {
	color: #fff;
}
.navigation .ul_menu span.current {
	color: #16529d;
}
.navigation .intro_wrap .en {
	background: #16529d;
	color: #fff;
	padding: 0 5px;
	margin: 0 0 0 5px;
}

/* logo */
.logo_sp img {
    height: auto;
    width: 195px;
}
.logo_sp a {
    padding: 15px 20px;
    line-height: 1;
    display: block;
}

/* acd */
.list_01 {
    position: relative;
    margin: -1px 0 0 0;
    cursor: pointer;
    font-weight: 500;
}
.list_01 a {
    text-decoration: none;
}
.list_01 .span {
    background: url('../img/cmn/menu_open.png') 100% 50% no-repeat;
    width: 100%;
    align-items:center;
    display: inline-block;
}
.list_01 .span.open {
    background: url('../img/cmn/menu_close.png') 100% 50% no-repeat;
}
.list_02 {
    display: none;
    line-height: 26px;
    margin: -13px 0 00;
}
.list_02.open {
    display: flex;
}
.list_02 a {
    color: #666;
}

/**/
.btn_header {
	width: 250px;
	margin: auto;
	line-height: 1;
}
.btn_header a {
	width: 100%;
	display: block;
	text-align: center;
	border: 1px solid #fff;
	padding: 8px 0 15px 0;
}
.btn_header.btn_header2 a {
	width: 100%;
	display: block;
	text-align: center;
	border: 1px solid #333;
	padding: 11px 0;
	color: #fff;
	background: #000;
	margin: 20px 0 0 0;
	font-size: 14px;
}
.btn_header img {
	width: 80px;
}

.sns_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex!important;
	padding: 30px 0;
	width: 252px;
	margin: 0 auto;
	align-items: center;
	color: #fff;
}
.sns_header img {
	width: 26px;
}
.sns_header li:nth-child(2) {
	padding: 0 20px 0 45px;
}


/*---------------------------------*/


/* main side
--------------------------------------------------------------*/
.main_sidebar_bg {
	background: linear-gradient(90deg, #fbfbfb 0%, #fbfbfb 50%, #fff 50%, #fff 100%);
}
main {
	background: #fff;
	width: 100%;
	padding: 30px 0;
}
.body_home main {
	padding: 57px 0 0 0;
}
.nav_side {
	border-right: 1px solid #e2e2e2;
	box-sizing: border-box;
	padding: 30px 0;
}
.body_home .nav_side {
	padding: 57px 0 0 0;
}
.nav_side .sticky {
	position: sticky;
	top: 30px;
}
.nav_side .ul_menu li {
    padding: 18px 0;
    border-top: 1px solid #e2e2e2;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0;
}
.nav_side .ul_menu_side li:first-child {
    border-top: none;
}
.nav_side .ul_menu_side li a {
	display: block;
	width: 254px;
	font-weight: 500;
	margin: 0 60px 0 25px;
}
.nav_side .ul_menu_side li a:hover {
	opacity: 1;
	color: #16529d;
}
.nav_side .ul_menu_side li a.current {
	color: #16529d;
}
.nav_side .ul_menu_side li.list_02 {
    border-top: none;
    padding: 0 0 18px 0;
    margin: -10px 0 0 0;
}
.nav_side .ul_menu_side li.list_02 a {
	font-size: 14px;
	line-height: 30px;
	position: relative;
}
.nav_side .ul_menu_side li.list_02 a::before {
	position: absolute;
	right: 0;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 5px;/*画像の幅*/
	height: 9px;/*画像の高さ*/
	background-image: url(../img/cmn/icon_right_off.png);
	background-size: contain;
	vertical-align: middle;
	margin: 12px 5px 0 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.nav_side .ul_menu_side li.list_02 a:hover::before,
.nav_side .ul_menu_side li.list_02 a.current::before {
	background-image: url(../img/cmn/icon_right_on.png);
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.nav_side .ul_menu_side li.list_02 a.current {
	color: #0556a8;
}
.post-type-archive-event .nav_side .ul_menu_side li:nth-child(6)  div:nth-child(1) a,
.term-2 .nav_side .ul_menu_side li:nth-child(6) div:nth-child(2) a,
.term-3 .nav_side .ul_menu_side li:nth-child(6) div:nth-child(3) a,
.term-4 .nav_side .ul_menu_side li:nth-child(6) div:nth-child(4) a {
	color: #0556a8;
}
.post-type-archive-event .nav_side .ul_menu_side li:nth-child(6),
.term-2 .nav_side .ul_menu_side li:nth-child(6),
.term-3 .nav_side .ul_menu_side li:nth-child(6),
.term-4 .nav_side .ul_menu_side li:nth-child(6){
	display: list-item;
}
.nav_side .intro_wrap {
	position: relative;
}
.nav_side .intro_wrap .en {
	background: #16529d;
	color: #fff;
	padding: 0 10px;
	width: auto;
	line-height: 18px!important;
	position: absolute!important;
	top: 6px;
	left: 70px;
}
.nav_side .ul_menu_side li.list_02 a.en::before {
	background: none;
}
.nav_side .intro_wrap .en:hover {
	opacity: 0.7;
	color: #fff;
}

@media (max-width: 750px) {
	.main_sidebar_bg {
	background: #fff;
	}
	main {
	padding: 20px 0;
	}
	.body_home main {
	padding: 63px 0 0 0;
	}
}

/* 共通
--------------------------------------------------------------*/
.btn_hukidashi a {
	margin: 30px 0;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 11px 0;
	color: #666;
	font-size: 13px;
	background: #FFF;
	border: solid 3px #eaf0f4;
	box-sizing: border-box;
	width: 100%;
	font-weight: 600;
}
.btn_hukidashi a:before {
	content: "";
	position: absolute;
	top: -22px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn_hukidashi a:after {
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #eaf0f4;
	z-index: 1;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn_hukidashi a:hover {
	background: #eaf0f4;
	border: solid 3px #16529d;
	opacity: 1;
}
.btn_hukidashi a:hover:before {
	border-bottom: 12px solid #f0f4f7;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn_hukidashi a:hover:after {
	border-bottom: 14px solid #16529d;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (max-width: 750px) {
	.btn_hukidashi a {
	margin: 25px 0;
	padding: 0;
	/* color: #666; */
	font-size: 12px;
	line-height: 30px;
	}
}

.icon_pdf {
	background: #cc2f2f;
	color: #fff;
	line-height: 1em;
	padding: 0 3px 0 4px;
	font-size: 11px;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0;
}

.title_wrap {
	line-height: 1em;
}
.title_wrap p {
	color: #16529d;
	font-size: 13px;
	font-weight: 500;
	padding: 0 0 5px 0;
}
.title_wrap p.en {
	font-style: italic;
	letter-spacing: 0.2em;
	padding: 0;
}
h2 {
    margin: 0 0 20px 0;
	color: #16529d;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.title_h2 {
    margin: 0 0 20px 0;
	color: #16529d;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	background: linear-gradient(transparent 60%, #fee853 60%);
}
.body_home h2,
.body_home .title_h2 {
    margin: 0 0 0 0;
}
h3,
.title_h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #000;
}
h4,
.title_h4 {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #000;
}
.text_line01 {
	line-height: 1.2;
	background: linear-gradient(transparent 60%, #fee853 60%);
}
.text_line02 {
	line-height: 1;
	background: linear-gradient(transparent 90%, #3dadd6 90%);
}
.text_line03 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.text_line03:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #16529d;
  left:0;
}
.indent p {
	text-indent: 1em;
	margin: 0 0 1em 0;
}
pre {
	background-color:#eaf0f4;
	padding: 1em 2em;
	position:relative;
	border-radius: 8px;
	margin: 20px 0;
}

@media (max-width: 750px) {
	.title_wrap p {
	font-size: 12px;
	}
	h2,
	.title_h2 {
	font-size: 15px;
	margin: 0 0 15px 0;
	}
	.body_home h2,
	.body_home .title_h2 {
	margin: 0 0 0 0;
	}
	h3,
	.title_h3 {
	margin: 0 0 10px 0;
	font-size: 15px;
	}
	h4,
	.title_h4 {
	margin: 0 0 10px 0;
	font-size: 13px;
	}
}


/* TOP
--------------------------------------------------------------*/

/* タブ */
.tab-panel .panel{
    display:none;
}
.tab-panel .tab {
	cursor: pointer;
}
.tab-panel .tab.is-active{
    transition: all 0.2s ease-out;
}
.tab-panel .panel.is-show{
    display: flex;
}
/**/






.sec_link {
	padding: 30px 0;
}
.sec_link a {
	color: #333;
}
.sec_link01 {
	background: #fffbda;
}
.sec_link02 {
	background: #fbe3e8;
}
.sec_link a {
	display: block;
}
.sec_link ul li:nth-child(2) {
	padding: 0 0 0 40px;
}
.sec_link .btn {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	width: 174px;
	text-align: center;
	margin: 10px 0;
}
.sec_link01 .btn {
	background: #f29b05;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
}
.sec_link02 .btn {
	background: #e890a2;
}
.sec_link p {
	   font-size: 18px;
	   font-weight: 500;
	   line-height: 30px;
}
.sec_link .title {
	letter-spacing: 0.02em;
}
.sec_link .sub_text {
	   font-size: 13px;
	   line-height: 24px;
	   margin: 2px 0 0 0;
}
.sec_link span {
	   font-size: 18px;
}
.sec_link span.small {
	   font-size: 16px;
}

@media (max-width: 750px) {
	.sec_link {
	padding: 20px 0 15px 0;
	}
	.sec_link ul {
	align-items: center;
	}
	.sec_link ul li:first-child {
	width: 33%;
	}
	.sec_link ul li:nth-child(2) {
	padding: 0 0 0 20px;
	width: 77%;
	}
	.sec_link .btn {
	margin: 0 0 10px 0;
	}
	.sec_link02 .btn {
	background: #e890a2;
	}
	.sec_link p {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0;
	}
	.sec_link .sub_text {
	font-size: 13px;
	line-height: 24px;
	margin: 2px 0 0 0;
	}
	.sec_link .sub_text2 {
	margin: 15px 0 0 0;
	}
	.sec_link .sub_text3 {
	margin: 15px 0 0 0;
	}
	.sec_link span {
	font-size: 16px;
	}
	.sec_link span.small {
	   font-size: 13px;
	}
}

.sec_journal {
	padding: 30px 0;
}
.ul_link_list {
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}
.ul_link_list li {
	width: 32%;
	margin: 0 0 15px 0;
}
.ul_link_list li a {
	display: block;
	width: 100%;
	padding: 4px 0;
	border: 1px solid #e2e2e2;
	background: #fbfbfb;
	text-align: center;
	font-size: 16px;
	box-sizing: border-box;
	font-style: italic;
	position: relative;
	color: #333;
}
.ul_link_list li a :before {
	position: absolute;
	content: '';
	right: 2px;
	bottom: 2px;
	border-width: 0 0 8px 8px;
	border-style: solid;
	border-color: #fbfbfb #fbfbfb #cc0000;
}
.ul_link_list p {
	display: inline-block;
}

@media (max-width: 750px) {
	.sec_journal {
	padding: 20px 0;
	}
	.ul_link_list {
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
	}
	.ul_link_list li {
	width: 100%;
	}
}


.sec_link_bnr {
    border-top: 3px solid #c5cdd5;
    padding: 30px 0;
}
@media (max-width: 750px) {
	.sec_link_bnr {
	padding: 22px 0;
	}
}

/* スライダー */
.key-visual {
    position: relative;
}
.slider_top {
    visibility: hidden;
}
.slider_top.slick-initialized {
    visibility: visible;
}
.arrow-slider {
	width: 1216px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
.arrow-slider .btn-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 1000;
    width: 33px;
    height: 50px;
    top: 50%;
    margin-top: -3.5px;
    background-repeat: no-repeat;
    background-position: top left;
}
.arrow-slider .btn-arrow.btn-next {
    right: 0;
    background-image: url(../img/cmn/arrow_r.png);
}
.arrow-slider .btn-arrow.btn-prev {
    left: 0;
    background-image: url(../img/cmn/arrow_l.png);
}
.slick-slide {
	margin: auto 30.5px auto 0;
}
.slider_top .slick-slide img {
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}


@media (max-width: 750px) {
	.key-visual {
	margin: 0px auto!important;
	width: 250px;
	}
	.arrow-slider {
	width: 334px;
	}
	.slick-slide {
	margin: auto 6px;
	}
	.slider_top .slick-slide img {
	height: auto;
	object-fit: cover;
	width: 250px;
	}
	.arrow-slider .btn-arrow {
	width: 30px;
	height: 27px;
	margin-top: -15px;
	}
	.arrow-slider .btn-arrow.btn-prev{
	background-position: left;
	left: 0;
	}
	.arrow-slider .btn-arrow.btn-next {
	background-position: right;
	right: 0;
	}
}


.sec_footer_menu {
	border-top: 3px solid #16529d;
}
.sec_footer_menu ul {
	justify-content: space-between;
	padding: 15px 0;
}
.sec_footer_menu li {
	flex-grow: 1;
}
.sec_footer_menu li a {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.sec_footer_menu li:not(:first-child) a {
	border-left: 1px solid #16529d;
}
.sec_footer_address {
	background: #16529d;
	color: #fff;
	padding: 30px 0;
}
.sec_footer_address ul {
	justify-content: space-between;
	align-items: center;
}
.sec_footer_address li {
    font-size: 12px;
}
.sec_footer_address span {
    margin: 0 5px;
}
.sec_footer_copyright {
	font-size: 12px;
	background: #e2e2e2;
	padding: 5px 0;
	color: #666;
}
.sec_footer_copyright ul {
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec_footer_copyright li a {
	color: #666;
}
.sec_footer_copyright .li_menu a {
	padding: 0 12px 0 0;
	margin: 0 12px 0 0;
}
.sec_footer_copyright .li_menu a:not(:last-child) {
	border-right: 1px solid #b1b1b1;
}

@media (max-width: 750px) {
	.sec_footer_menu {
	}
	.sec_footer_menu .inner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    flex-wrap: wrap;
    }
	.sec_footer_menu ul {
	justify-content: space-between;
	padding: 0;
	}
	.sec_footer_menu li {
	width: 50%;
	border-bottom: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}
	.sec_footer_menu li:nth-child(even) {
	border-left: 1px solid #e5e5e5;
	box-sizing: border-box;
	}
	.sec_footer_menu li a {
	text-align: left;
	font-size: 13px;
	padding: 13px 15px;
	position: relative;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	line-height: 16px;
	}
	.sec_footer_menu li a::before {
	position: absolute;
	right: 15px;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 5px;/*画像の幅*/
	height: 9px;/*画像の高さ*/
	background-image: url(../img/cmn/icon_right_off.png);
	background-size: contain;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
	.sec_footer_menu li:not(:first-child) a {
	border-left: unset;
	}
	.sec_footer_address {
	padding: 15px 0;
	}
	.sec_footer_address ul {
	/* justify-content: space-between; */
	align-items: baseline;
	flex-direction: column;
	}
	.sec_footer_address li {
	line-height: 22px;
	}
	.sec_footer_address li:nth-child(2) {
	margin: 10px 0 0 0;
	letter-spacing: 0;
	}
	.sec_footer_address span {
	margin: 0 5px;
	}
	.sec_footer_copyright {
	font-size: 12px;
	background: #e2e2e2;
	padding: 5px 0;
	color: #666;
	}
	.sec_footer_copyright ul {
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.sec_footer_copyright li a {
	color: #666;
	}
	.sec_footer_copyright .li_menu a {
	padding: 0 12px 0 0;
	margin: 0 12px 0 0;
	}
	.sec_footer_copyright .li_menu a:not(:last-child) {
	border-right: 1px solid #b1b1b1;
	}
}


/* 下層ページ
--------------------------------------------------------------*/
.page_introduction {

}
.page_introduction .indent p {
	margin: 0;
}
.page_introduction .title_h3 {
	margin: 30px 0 20px 0;
}
.page_introduction .ul_table {
	line-height: 35px;
}
.page_introduction .ul_table li {
	flex-grow: 1;
	background: #eaf0f4;
	text-align: center;
}
.page_introduction .ul_table li:nth-child(even) {
	background: #d3e0e9;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	box-sizing: border-box;
}
.page_introduction .ul_table p {
	border-bottom: 2px solid #16529d;
	font-weight: 500;
}
.page_introduction .ul_table .number {
	font-size: 24px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	margin: 0 5px 0 0;
}
.page_introduction .right {
	text-align: right;
	margin: 10px 0;
}

@media (max-width: 750px) {
	.page_introduction .title_h3 {
	margin: 20px 0 10px 0;
	}
	.page_introduction .ul_table {
	line-height: 20px;
	}
	.page_introduction .ul_table li {
	flex-grow: 1;
	background: #eaf0f4;
	text-align: center;
	}
	.page_introduction .ul_table li:nth-child(even) {
	background: #d3e0e9;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	box-sizing: border-box;
	}
	.page_introduction .ul_table p {
	border-bottom: 1px solid #16529d;
	font-size: 12px;
	padding: 7px 0;
	}
	.page_introduction .ul_table .number {
	font-size: 20px;
	margin: 0 2px 0 0;
	}
}

.page_introduction_en {
	letter-spacing: 0;
}
.body_introduction_en .page_title {
	letter-spacing: 0;
}
.page_introduction_en .sec01,
.page_introduction_en .sec02,
.page_introduction_en .sec03,
.page_introduction_en .sec04 {
    margin: 0 0 25px;
}
.page_introduction_en h3 {
	margin: 0 0 10px 0;
}
.page_introduction_en h3.ma {
	margin: 20px 0 10px 0;
}
.page_introduction_en h4 {
	margin: 15px 0 0 0;
}
.page_introduction_en span {
	color: #666;
	font-size: 13px;
}
.page_introduction_en span.small {
	font-feature-settings: "palt" 1;
	margin: 0 0 0 0.5em;
}
.page_introduction_en .sec03 span {
	color: #16529d;
	font-weight: 500;
}
.page_introduction_en .ul_member {
	font-weight: 600;
}
.page_introduction_en .ul_member li {
	margin: 0 20px 0 0;
}
.page_introduction_en .ul_member li span {
	font-size: 18px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media (max-width: 750px) {
	.page_introduction_en .sec01,
	.page_introduction_en .sec02,
	.page_introduction_en .sec03,
	.page_introduction_en .sec04 {
	margin: 0 0 15px;
	}
	.page_introduction_en .ul_member {
	flex-direction: column;
	}
	.page_introduction_en .ul_member li span {
	font-size: 14px;
	}
}

.page_message {

}
.page_message ul li:nth-child(1) img {
	max-width: 143px;
}
.page_message .indent p {
	margin: 0;
}
.page_message ul li:nth-child(2) {
	margin: 0 0 0 25px;
}
.page_message .name {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	margin: 10px 0;
}
@media (max-width: 750px) {
	.page_message ul {
	flex-direction:column;
	}
	.page_message ul li:nth-child(1) {
	margin: 0 30px;
	max-width: 100%;
	text-align: center;
	}
	.page_message ul li:nth-child(1) img {
	max-width: 175px;
	}
	.page_message ul li:nth-child(2) {
	margin: 5px 0 0 0;
	}
}

.page_sokai {
	
}
.page_sokai a {
	display: inline-block;
	line-height: 1em;
	margin: 0 10px 0 0;
}
.page_sokai ul {
	flex-wrap: wrap;
}
.page_sokai li {
	margin: 0 0 10px 0;
}
.page_sokai li:nth-child(odd) {
	width: 70px;
}
.page_sokai li:nth-child(odd) p {
	background: #16529d;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
.page_sokai li:nth-child(even) {
	width: 655px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
.page_sokai .list {
	text-indent: 0.3em;
}
.page_sokai .list .space {
	margin: 0 15px 0 0;
}
.page_sokai .link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.page_sokai .link:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #16529d;
  left:0;
}
@media (max-width: 750px) {
	.page_sokai a {
	margin: 0 10px;
	text-indent: 0;
	}
	.page_sokai a img {
	margin: -5px 0 0 0;
	}
	.page_sokai ul {
	flex-direction: column;
	}
	.page_sokai li {
	margin: 0 0 10px 0;
	}
	.page_sokai li:nth-child(odd) {
	width: 100%;
	}
	.page_sokai li:nth-child(odd) p {
	line-height: 20px;
	}
	.page_sokai li:nth-child(even) {
	width: 100%;
	padding: 0;
	}
	.page_sokai .list {
	text-indent: -0.7em;
	margin: 0 0 0 1em;
	}
	.page_sokai .list .space {
	margin: 0;
	}
	.page_sokai .sec02 {
	margin: 20px 0 10px 0;
	}
	.page_sokai .link {
	margin: 0 0 5px 0;
	}
}

.page_group {

}
.page_group .sec01,
.page_group .sec02,
.page_group .sec03,
.page_group .sec04,
.page_group .sec05,
.page_group .sec06 {
    margin: 0 0 30px 0;
}
.page_group .ul_list {
	flex-direction: column;
	border-bottom: 1px solid #d3e0e9;
}
.page_group .ul_list p {
	color: #666;
	line-height: 24px;
}
.page_group .ul_list > li {
	border-top: 1px solid #d3e0e9;
	padding: 12px 15px 8px 15px;
}
.page_group .ul_list > li:nth-child(even) {
	background: #eaf0f4;
}
.page_group .ul_name {
	padding: 0 15px 5px 0;
	line-height: 1em;
	font-weight: 600;
}
.page_group .ul_name > li:nth-child(1) {
	padding: 0 15px 0 0;
}
.page_group .ul_name > li:nth-child(2) {
	border-left: 1px solid #333;
	padding: 0 0 0 20px;
}
.page_group .text_line03 {
    margin: 0 0 12px 0;
}

@media (max-width: 750px) {
	.page_group .ul_list p {
	line-height: 20px;
	font-size: 12px
	}
}


.sec_rekidai {

}
.sec_rekidai .sec01,
.sec_rekidai .sec02 {
    margin: 0 0 30px 0;
}
.sec_rekidai ul {
	flex-direction: column;
	border-top: 1px solid #16529d;
	margin: 10px 0 0 0;
}
.sec_rekidai ul li {
    border-bottom: 1px solid #e1e1e1;
    align-items: center;
    padding: 9.5px 0;
}
.sec_rekidai ul li:first-child {
    padding: 4.5px 0;
    text-align: center;
}
.sec_rekidai ul li div {
    padding: 0 0 0 20px;
}
.sec_rekidai .name {
	width: 130px;
}
.sec_rekidai .shozoku {
	width: 395px;
	border-left :1px solid #e1e1e1;
	border-right :1px solid #e1e1e1;
	box-sizing :border-box;
	position: relative;
	letter-spacing: 0;
}
.sec_rekidai li:first-child .shozoku {
	border-left :1px solid #333;
	border-right :1px solid #333;
}
.sec_rekidai .shozoku:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 8px #fff;
    bottom: -3px;
    left: -10px;
    width: 395px;
}
.sec_rekidai .shozoku:before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 8px #fff;
    top: -3px;
    left: -10px;
    width: 395px;
}
.sec_rekidai .ninki {
	width: 200px;
}

@media (max-width: 750px) {
	.sec_rekidai ul li {
	border-bottom: 1px solid #e1e1e1;
	padding: 9.5px 0;
	line-height: 1.5;
	}
	.sec_rekidai ul li:not(:first-child) {
	border-bottom: 1px solid #e1e1e1;
	padding: 9.5px 0;
	flex-direction:column;
	}
	.sec_rekidai ul li div {
	padding: 0 0 0 0;
	}
	.sec_rekidai ul li:first-child div {
	width: 33%!important;
	}
	.sec_rekidai li:not(:first-child) .name {
	width: unset;
	font-weight: 600;
	}
	.sec_rekidai .shozoku {
	width: unset;
	border-left: unset;
	border-right: unset;
	}
	.sec_rekidai li:not(:first-child) .shozoku {
	width: unset;
	text-align: center;
	}
	.sec_rekidai .shozoku:after {
	display: none;
	}
	.sec_rekidai .shozoku:before {
	display: none;
	}
	.sec_rekidai li:not(:first-child) .ninki {
	width: unset;
	}
}


.page_johokokai {

}
.page_johokokai .ul_teikan {
	justify-content: space-between;
	padding: 0 0 40px 0;
}
.page_johokokai .ul_teikan li {
	border: 2px solid #16529d;
	width: 360px;
	box-sizing: border-box;
}
.page_johokokai .ul_teikan a {
	line-height: 45px;
	display: block;
	text-align: center;
	font-weight: 600;
	position: relative;
}
.page_johokokai .icon_pdf {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
.page_johokokai .ul_teikan a:hover {
	background: #d7e3ed;
}
.page_johokokai h3 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
}
.page_johokokai .sec02 h4 {
	margin: 0 0 10px 0;
}
.page_johokokai .sec02 ul {
	justify-content: space-between;
	border: 1px solid #e5e5e5;
	margin: 0 0 20px 0;
}
.page_johokokai .sec02 ul li {
	width: 16.666%;
}
.page_johokokai .sec02 ul li:not(:first-child) {
	border-left: 1px solid #e5e5e5;
}
.page_johokokai ul a {
	display: block;
	line-height: 45px;
	text-align: center;
	width: 100%;
}
.page_johokokai ul a:hover {
	background: #d7e3ed;
}
.page_johokokai .sec03 {
	margin: 40px 0 50px 0;
}
.page_johokokai .sec03 ul li {
	width: 33.332%;
}
.page_johokokai .sec03 a {
	border: 1px solid #e5e5e5;
}
.page_johokokai .sec03 .ma {
	margin: 20px 0;
}
@media (max-width: 750px) {
	.page_johokokai .ul_teikan {
	padding: 0 0 20px 0;
	flex-direction: column;
	}
	.page_johokokai .ul_teikan li {
	width: 100%;
	}
	.page_johokokai .ul_teikan li:nth-child(1) {
	margin: 0 0 10px 0;
	}
	.page_johokokai .ul_teikan a {
	line-height: 40px;
	}
	.page_johokokai h3 {
	padding: 0 0 10px 0;
	}
	.page_johokokai .sec02 ul {
	border-top: none;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	flex-wrap: wrap;
	}
	.page_johokokai .sec02 ul li {
	width: 50%;
	border-top: 1px solid #e5e5e5;
	}
	.page_johokokai .sec02 ul li:not(:first-child) {
	border-left: none;
	}
	.page_johokokai .sec02 ul li:nth-child(even) {
	border-left: 1px solid #e5e5e5;
	}
	.page_johokokai ul a {
	display: block;
	line-height: 45px;
	text-align: center;
	position: relative;
	}
	.page_johokokai .sec02 ul a::before,
	.page_johokokai .sec03 ul a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-color:#fff;
	-webkit-text-stroke-width:1.5px;
	position: absolute;
	right: 5px;
	color: #c2d0d7;
    }
	.page_johokokai ul a:hover {
	background: #d7e3ed;
	}
	.page_johokokai .sec03 {
	margin: 20px 0;
	}
	.page_johokokai .sec03 ul li {
	width: 100%;
	}
	.page_johokokai .sec03 .ma {
	margin: 10px 0;
	}
}

.page_jimukyoku {
	
}
.page_jimukyoku .ul_address {
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.page_jimukyoku .ul_address li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
}
.page_jimukyoku .ul_address li:nth-child(odd) {
	width: 90px;
	background: #16529d;
	color: #fff;
	justify-content: space-around;
	font-weight: 600;
	text-align: center;
}
.page_jimukyoku .ul_address li:nth-child(even) {
	width: 635px;
	box-sizing:border-box;
	padding: 0 0 0 20px;
}
.page_jimukyoku .map iframe {
	width: 100%;
	height: 225px;
}
.page_jimukyoku .sec02 {
	margin: 20px 0;
}
.page_jimukyoku .ul_contact {
	flex-wrap: wrap;
	letter-spacing: 0;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.page_jimukyoku .ul_contact li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #f1f1f1;
	padding: 14px 0 14px 15px;
	box-sizing: border-box;
	align-items: center;
}
.page_jimukyoku .ul_contact li:nth-child(3n+1) {
	background: #f7f9fa;
	width: 30%;
	font-weight: 600;
}
.page_jimukyoku .ul_contact li:nth-child(3n+2) {
	width: 40%;
	padding-left: 15px;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.page_jimukyoku .ul_contact li:nth-child(3n+3) {
	width: 30%;
	padding: 14px 0;
	flex-wrap: wrap;
	text-align: center;
}
.page_jimukyoku .ul_contact li:nth-child(3n+3) p {
	width: 100%;
}
.page_jimukyoku .ul_contact li a {
	font-size: 13px;
	width: 100%;
	display: block;
}
.page_jimukyoku .ul_contact li div {
	width: 100%;
	display: block;
}
.page_jimukyoku .text {
	text-align: right;
	padding: 15px 0 0 0;
	font-size: 13px;
}
@media (max-width: 750px) {
	.page_jimukyoku .ul_address {
	line-height: 1.5;
	}
	.page_jimukyoku .ul_address li {
	display: -ms-flexbox;
	}
	.page_jimukyoku .ul_address li:nth-child(odd) {
	width: 20%;
	background: #16529d;
	color: #fff;
	justify-content: space-around;
	font-weight: 600;
	}
	.page_jimukyoku .ul_address li:nth-child(even) {
	width: 80%;
	padding: 0 0 0 10px;
	}
	.page_jimukyoku .map iframe {
	height: 125px;
	}
	.page_jimukyoku .ul_contact {
	border-top: 1px solid #f1f1f1;
	border-left: unset;
	border-right: unset;
	}
	.page_jimukyoku .ul_contact li {
	display: -ms-flexbox;
	padding: 5px 0 5px 15px;
	}
	.page_jimukyoku .ul_contact li:nth-child(3n+1) {
	background: #f7f9fa;
	width: 100%;
	font-weight: 600;
	}
	.page_jimukyoku .ul_contact li:nth-child(3n+2) {
	width: 100%;
	padding-left: 15px;
	border-left: unset;
	border-right: unset;
	border-bottom: unset;
	}
	.page_jimukyoku .ul_contact li:nth-child(3n+3) {
	width: 100%;
	border-bottom: unset;
	}
	.page_jimukyoku .ul_contact li a {
	width: 100%;
	padding: 0 0 15px 15px;
	color: #16529d;
	}
}



.page_magazine {
	
}
.page_magazine .ul_new {
	background: #fffbda;
	padding: 20px 40px 20px 20px;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.page_magazine .ul_new > li:nth-child(1) {
	width: 92px;
}
.page_magazine .ul_new > li:nth-child(1) img {
	width: 92px;
	height:auto;
}
.page_magazine .ul_new > li:nth-child(2) {
	width: 553px;
}
.page_magazine .ul_new p {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 15px 0;
}
.page_magazine .ul_btn {
	justify-content: space-between
}
.page_magazine .ul_btn a {
	background: #fff;
	line-height: 50px;
	display: block;
	width: 255px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	position: relative;
	color: #333;
}
.page_magazine .ul_btn a:before {
	position: absolute;
	content: '';
	left: 2px;
	top: 2px;
	border-width: 8px 8px 0 0;
	border-style: solid;
	border-color: #16529d #fbfbfb #fbfbfb;
}
.page_magazine .ul_btn li:hover {
	background: #16529d;
}
.page_magazine h3 {
	font-weight: 500;
	background: #f3f6f8;
	margin: 30px 0 10px 0;
	padding: 0 0 0 20px;
	line-height: 35px;
}
.page_magazine h3 span {
	font-size: 14px;
	font-weight: 400;
}
.page_magazine .ul_list {
	flex-direction: column;
	border-bottom: 1px solid #f1f1f1;
}
.page_magazine .ul_list .icon_pdf {
	margin: 0 15px 0 0;
}
.page_magazine .ul_list li {
	padding: 0 0 0 20px;
	border-top: 1px solid #f1f1f1;
}
.page_magazine .ul_list a {
	line-height: 42px;
	display: block;
	font-size: 16px;
	letter-spacing: 0;
	font-feature-settings: "palt" 1;
	color: #333;
}
.page_magazine .sec02 .btn {
	border: 2px solid #16529d;
	margin: 40px 0;
}
.page_magazine .sec02 .btn a {
	display: block;
	text-align: center;
	line-height :65px;
	font-size: 16px;
	font-weight: 500;
}
.page_magazine .sec02 .btn a:hover {
	background: #d7e3ed;
}
@media (max-width: 750px) {
	.page_magazine .ul_new {
	padding: 20px 20px;
	}
	.page_magazine .ul_new > li:nth-child(1) {
	width: 33%;
	}
	.page_magazine .ul_new > li:nth-child(2) {
	width: 67%;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	}
	.page_magazine .ul_new > li:nth-child(3) {
	width: 100%;
	}
	.page_magazine .ul_new p {
	font-size: 13px;
	margin: 0;
	letter-spacing: 0;
	}
	.page_magazine .ul_btn {
	flex-direction: column;
	width: 100%;
	}
	.page_magazine .ul_btn li:nth-child(1) {
	margin: 20px 0 10px 0;
	}
	.page_magazine .ul_btn a {
	line-height: 40px;
	width: 100%;
	}
	.page_magazine h3 {
	margin: 20px 0 10px 0;
	padding: 8px 20px;
	line-height: 1.2;
	font-size: 14px;
	}
	.page_magazine h3 span {
	font-size: 13px;
	}
	.page_magazine .ul_list {
	flex-direction: column;
	border-bottom: 1px solid #f1f1f1;
	}
	.page_magazine .ul_list .icon_pdf {
	margin: 0 10px 0 0;
	}
	.page_magazine .ul_list li {
	padding: 0;
	}
	.page_magazine .ul_list a {
	line-height: 1.5;
	font-size: 13px;
	padding: 8px 0;
	}
	.page_magazine .sec02 .btn {
	margin: 20px 0;
	}
	.page_magazine .sec02 .btn a {
	line-height: 40px;
	font-size: 13px;
	}
}

.page_all_index {
	
}
.page_all_index ul {
	flex-direction: column;
	border-bottom: 1px solid #f1f1f1;
	margin: 0 0 50px 0;
}
.page_all_index ul .icon_pdf {
	margin: 0 15px 0 0;
}
.page_all_index ul li {
	padding: 0 0 0 20px;
	border-top: 1px solid #f1f1f1;
}
.page_all_index ul a {
	line-height: 42px;
	display: block;
	font-size: 16px;
	letter-spacing: 0;
	font-feature-settings: "palt" 1;
}

@media (max-width: 750px) {
	.page_all_index ul {
	flex-direction: column;
	border-bottom: 1px solid #f1f1f1;
	margin: 0 0 20px 0;
	}
	.page_all_index ul .icon_pdf {
	margin: 0 10px 0 0;
	}
	.page_all_index ul li {
	padding: 0;
	}
	.page_all_index ul a {
	line-height: 1.5;
	font-size: 13px;
	padding: 8px 0;
	}
}


.page_journal {

}
.page_journal .text01 {
	margin: -10px 0 0 0;
}
.page_journal .text02 {
	font-size: 13px;
    color: #666;
    margin: 20px 0 30px 0;
}
.page_journal .sec02 {
	margin: 0 0 30px 0;
}
.page_journal .sec02 .btn {
	border: 2px solid #16529d;
}
.page_journal .sec02 .btn a {
	display: block;
	text-align: center;
	line-height :55px;
	font-size: 18px;
	font-weight: 500;
	color: #333;
}
.page_journal .sec02 .btn a:hover {
	background: #d7e3ed;
}
.page_journal .ul_list {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.page_journal .ul_list li {
    width: 233px;
    margin: 0 0 15px 0;
}
.page_journal .ul_list li.w466 {
	width: 466px;
}
.page_journal .ul_list li a {
    display: block;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    box-sizing:border-box;
    position: relative;
    background: #fbfbfb;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 13px;
    color: #333;
}
.page_journal .ul_list li a:before {
	position: absolute;
	content: '';
	right: 2px;
	bottom: 2px;
	border-width: 0 0 8px 8px;
	border-style: solid;
	border-color: #fbfbfb #fbfbfb #cc0000;
}
.page_journal .ul_list li a:hover {
    border: 1px solid #cc0000;
    opacity: 1;
}
.page_journal .ul_list li a span {
	font-size: 16px;
}
.page_journal .pdf_link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  font-weight: 600;
}
.page_journal .pdf_link:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #16529d;
  left:0;
}
.page_journal .ul_pdf {
	line-height: 1em;
	margin: 20px 0 30px 0;
	flex-wrap: wrap;
}
.page_journal .ul_pdf li:nth-child(2){
	border-left: 1px solid #e5e5e5;
	margin: 0 0 0 30px;
	padding: 0 40px 0 30px;
}
.page_journal .ul_pdf li .icon_pdf {
	margin: 0 10px 0 0;
}
.page_journal .sec04 {
	margin: 0 0 20px 0;
	letter-spacing: 0.045em;
}
.acpwd-info-message {
    letter-spacing: 0.04em;
}

@media (max-width: 750px) {
	.page_journal .text01 {
	margin: 0;
	}
	.page_journal .text02 {
	font-size: 12px;
	margin: 10px 0 20px 0;
	}
	.page_journal .sec02 {
	margin: 0 0 20px 0;
	}
	.page_journal .sec02 .btn {
	border: 2px solid #16529d;
	}
	.page_journal .sec02 .btn a {
	line-height: 35px;
	font-size: 13px;
	font-feature-settings: "palt" 1;
	position: relative;
	}
	.page_journal .sec02 .btn a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-color:#fff;
	-webkit-text-stroke-width:1.5px;
	position: absolute;
	right: 5px;
	color: #c2d0d7;
	top: 1px;
	}
	.page_journal .sec02 .btn a:hover {
	background: #d7e3ed;
	}
	.page_journal .ul_list li {
	width: 49%;
	margin: 0 0 8px 0;
	}
	.page_journal .ul_list li.w466 {
	width: 100%;
	font-size: 12px;
	}
	.page_journal .ul_list li a {
	line-height: 30px;
	}
	.page_journal .ul_list li a:hover {
	border: 1px solid #cc0000;
	opacity: 1;
	}
	.page_journal .ul_list li a span {
	font-size: 15px;
	}
	.page_journal .pdf_link {
	margin: 0 0 5px 0;
	width: 100%;
	}
	.page_journal .ul_pdf {
	margin: 20px 0 20px 0;
	}
	.page_journal .ul_pdf li:nth-child(2){
	border-left: none;
	margin: 0 30px 0 0;
	padding: 10px 0;
	}
	.page_journal .ul_pdf li:nth-child(3) {
	padding: 10px 0;
	}
	.page_journal .ul_pdf li .icon_pdf {
	margin: 0 10px 0 0;
	}
	.page_journal .sec04 p {
	font-size: 12px;
	}
}

.page_regulation {

}
.page_regulation .sec01 {
	margin: 30px 0 0 0;
}
.page_regulation .sec02 {
	margin: 40px 0 40px 0;
	padding: 30px;
	background: #fffbda;
	border-radius: 10px;
}
.page_regulation .sec02 h3 {
	font-feature-settings : "palt" 1;
}
.page_regulation h3 {
    font-size: 16px;
}
.page_regulation .lead {
    font-size: 13px;
    letter-spacing: 0.03em;
}
.page_regulation .ul_template {
	align-items: center;
	flex-wrap: wrap;
}
.page_regulation .ul_template > li.flex {
	align-items: center;
}
.page_regulation .ul_template > li {
	width: 100%;
	border-top: 1px solid #f1f1f1;
	padding: 13px 0;
}
.page_regulation .ul_template > li:last-child {
	border-bottom: 1px solid #f1f1f1;
}
.page_regulation .ul_template > li.flex a:nth-child(1) {
	width: 235px;
}
.page_regulation .ul_template > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color: #333;
}
.page_regulation .ul_template > li a img {
	vertical-align: middle;
	margin: 0 13px;
}
.page_regulation .text01 {
    color: #666;
    margin: 15px 0 30px 13px;
}
.page_regulation .text02 {
	font-size: 13px;
	font-weight: 500;
}
.page_regulation .text03 {
	font-size: 13px;
}
.page_regulation .pdf_link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  font-weight: 600;
}
.page_regulation .pdf_link:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #333;
  left:0;
}
.page_regulation .ul_pdf {
	line-height: 1em;
	margin: 20px 0 30px 0;
	flex-wrap: wrap;
}
.page_regulation .ul_pdf li:nth-child(2){
	border-left: 1px solid #333;
	margin: 0 0 0 30px;
	padding: 0 40px 0 30px;
}
.page_regulation .ul_pdf li .icon_pdf {
	margin: 0 10px 0 0;
}
.page_regulation h4 {
	border-bottom: 1px solid #f1f1f1;
	padding: 0 0 12px 0;
	margin: 30px 0 12px 0;
}
.page_regulation .indent p {
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
	margin: 0;
}
.page_regulation .ul_table {
	flex-wrap: wrap;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
	margin: 25px 0 0 0;
}
.page_regulation .ul_table li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f1f1f1;
}
.page_regulation .ul_table .title {
	background: #f3f9fc;
}
.page_regulation .ul_table li:nth-child(3n+1) {
	box-sizing: border-box;
	width: 198px;
	padding: 10.5px 10px 10.5px 20px;
}
.page_regulation .ul_table li:nth-child(3n+2) {
	box-sizing: border-box;
	width: 425px;
	padding: 10.5px 10px 10.5px 20px;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.page_regulation .ul_table li:nth-child(3n+3) {
	box-sizing: border-box;
	width: 100px;
	justify-content: center;
}
.page_regulation .sec04 {
	border-top: 1px solid #f1f1f1;
	margin: 15px 0 0 0;
	padding: 20px 0 30px 0;
}
.page_regulation .sec04 span {
	font-weight: 600;
}

@media (max-width: 750px) {
	.page_regulation .sec01 {
	margin: 30px 0 0 0;
	}
	.page_regulation .sec02 {
	margin: 0 0 30px 0;
	}
	.page_regulation h3 {
	font-size: 14px;
	}
	.page_regulation .lead {
	font-size: 13px;
	letter-spacing: 0.03em;
	}
	.page_regulation .ul_template {
	align-items: center;
	flex-wrap: wrap;
	font-feature-settings: "palt" 1;
	}
	.page_regulation .ul_template > li {
	padding: 10px 0;
	}
	.page_regulation .ul_template > li.flex a:nth-child(1) {
	width: 45%;
	box-sizing: border-box;
	padding: 0 14px 0 0;
	}
	.page_regulation .ul_template > li.flex a:nth-child(2) {
	width: 55%;
	}
	.page_regulation .ul_template > li a {
	font-size: 12px;
	letter-spacing: 0;
	}
	.page_regulation .ul_template > li a img {
	margin: 0 13px 0 0;
	width: auto;
	height: 28px;
	}
	.page_regulation .text01 {
	margin: 15px 0 30px 0;
	font-size: 12px;
	}
	.page_regulation .text02 {
	font-size: 12px;
	}
	.page_regulation .text03 {
	font-size: 12px;
	}
	.page_regulation .pdf_link {
	margin: 0 0 5px 0;
	width: 100%;
	}
	.page_regulation .ul_pdf {
	margin: 15px 0 10px 0;
	}
	.page_regulation .ul_pdf li:nth-child(2){
	border-left: none;
	margin: 0 30px 0 0;
	padding: 10px 0;
	}
	.page_regulation .ul_pdf li:nth-child(3) {
	padding: 10px 0;
	}
	.page_regulation .ul_pdf li .icon_pdf {
	margin: 0 10px 0 0;
	}
	.page_regulation h4 {
	margin: 20px 0 12px 0;
	}
	.page_regulation .indent p {
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
	margin: 0;
	}
	.page_regulation .ul_table {
	margin: 15px 0 0 0;
	}
	.page_regulation .ul_table .title {
	background: unset;
	font-weight: 600;
	}
	.page_regulation .ul_table li:nth-child(3n+1) {
	width: 100%;
	padding: 10px;
	background: #f3f9fc;
	}
	.page_regulation .ul_table li:nth-child(3n+2) {
	width: 75%;
	padding: 5px 10px;
	border-left: unset;
	border-right: 1px solid #f1f1f1;
	font-size: 12px;
	}
	.page_regulation .ul_table li:nth-child(3n+3) {
	width: 25%;
	line-height: 1.2;
	font-size: 12px;
	padding: 5px 0;
	}
	.page_regulation .sec04 {
	padding: 20px 0;
	}
}

.page_award {
	margin: 0 0 30px;
}
.page_award .sec01,
.page_award .sec02,
.page_award .sec03,
.page_award .sec04 {
	margin: 0 0 40px;
}
.page_award .box {
	border: 3px solid #f3f6f7;
	box-sizing: border-box;
	padding: 30px 20px;
	margin: 20px 0;
}
.page_award h3 {
	margin: 0 0 10px 0;
	font-size: 16px;
}
.page_award h4 {
	margin: 20px 0 15px 0;
	position: relative;
}
.page_award h4:before {
  content: '';
  position: absolute;
  bottom: -8px;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #e5e5e5;
  left:0;
}
.page_award .pdf_list {
	display: block;
	text-align: center;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	width: 345px;
	line-height: 55px;
	margin: 10px 0 0 0;
}
.page_award .pdf_list:hover {
	background: #e1e9ee;
}
.page_award .lead {
	margin: 20px 0 10px 0;
	font-weight: 600;
}
.page_award .lead2 {
	margin: 50px 0 10px 0;
	font-weight: 600;
}
.page_award .lead span {
	font-weight: 400;
}

@media (max-width: 750px) {
	.page_award .box {
	padding: 20px 20px;
	}
	.page_award h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.5;
	}
	.page_award .pdf_list {
	display: block;
	text-align: center;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	width: 80%;
	line-height: 35px;
	margin: 20px auto;
	}
}

.page_publications {

}
.page_publications .ul_box {
	flex-direction: column;
	margin: 30px 0 0 0;
}
.page_publications .ul_box > li{
	border-top: 1px solid #e5e5e5;
	padding: 30px 0;
}
.page_publications .ul_mag {
	/* align-items: flex-end; */
}
.page_publications .ul_mag li {
	line-height: 26px;
}
.page_publications .ul_mag li:nth-child(2) {
    padding: 0 0 0 30px;
}
.page_publications .title {
	font-size: 16px;
	font-weight: 500;
	font-feature-settings: "palt" 1;
}
.page_publications .text {
	color: #666;
	margin: 5px 0;
}
.page_publications .sub_text {
	flex-wrap: wrap;
}
.page_publications .sub_text p:nth-child(odd) {
	width: 34%;
}
.page_publications .sub_text p:nth-child(even) {
	width: 66%;
}
.page_publications .sub_text .w100 {
	width: 100%!important;
	letter-spacing: 0;
}
.page_publications .sub_text .w100 span {
	font-size: 13px;
}
.page_publications .sec03,
.page_publications .sec04 {
	border-top: 1px solid #e5e5e5;
	padding: 30px 0;
}
.page_publications .sec04 a {
	display: block;
	width: 100%;
}
.page_publications .sec04 a:hover {
	color: #16529d;
}

@media (max-width: 750px) {
	.page_publications .ul_box {
	flex-direction: column;
	margin: 20px 0 0 0;
	}
	.page_publications .ul_box > li{
	padding: 20px 0;
	}
	.page_publications .ul_mag {
	align-items: baseline;
	flex-direction: column;
	justify-content: center;
	}
	.page_publications .ul_mag li {
	line-height: 1.5;
	}
	.page_publications .ul_mag li:nth-child(1) {
	margin: auto;
	}
	.page_publications .ul_mag li:nth-child(2) {
	padding: 15px 0 0 0;
	}
	.page_publications .title {
	font-size: 13px;
	font-weight: 500;
	font-feature-settings: "palt" 1;
	margin: 0 auto;
	display: inline-block;
	}
	.page_publications .text {
	color: #666;
	margin: 5px 0;
	}
	.page_publications .sub_text {
	flex-wrap: wrap;
	margin: 10px 0 0 0;
	font-size: 12px;
	}
	.page_publications .sub_text p:nth-child(odd) {
	width: 100%;
	}
	.page_publications .sub_text p:nth-child(even) {
	width: 100%;
	}
	.page_publications .sub_text .w100 {
	width: 100%!important;
	letter-spacing: 0;
	}
	.page_publications .sub_text .w50 {
	width: 50%!important;
	}
	.page_publications .sub_text .w100 span {
	font-size: 13px;
	}
	.page_publications .sec03,
	.page_publications .sec04 {
	border-top: 1px solid #e5e5e5;
	padding: 30px 0;
	}
}

.page_join {
	
}
.page_join .sec01 {
	margin: 0 0 20px 0
}
.page_join .sec02 {
}
.page_join .ul_nyukai {
	flex-wrap: wrap;
	align-items: center;
	font-size: 15px;
}
.page_join .ul_nyukai span {
	font-size: 13px;
	letter-spacing: 0;
}
.page_join .ul_nyukai > li {
	margin: 0 0 20px 0;
}
.page_join .ul_nyukai > li:nth-child(odd) {
	width: 170px;
	font-weight: 600;
}
.page_join .ul_nyukai > li:nth-child(even) {
	width: 555px;
	box-sizing: border-box;
	padding: 0 0 0 40px;
	border-left: 1px solid #16529d;
}
.page_join .ul_link {
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	margin: 15px 0 5px 0;
}
.page_join .ul_link li {
	border: 2px solid #16529d;
	width: 48%;
	position: relative;
}
.page_join .ul_link a {
	display: block;
	line-height: 45px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
}
.page_join .ul_link li i {
	-webkit-text-stroke-color:#fff;
	-webkit-text-stroke-width: 1px;
	color: #c2d0d7;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-40%) translateX(0%);
	-webkit- transform: translateY(-40%) translateX(0%);
	font-size: 14px;
}
.page_join .ul_link a:hover {
	background: #e1e9ee;
	opacity: 1;
}
.page_join .ul_link a:hover i {
	-webkit-text-stroke-width: 0px;
	color: #16529d;

}
.page_join .li_price p:nth-child(3n+2) {
	text-align: right;
	padding: 0 0 0 30px;
}
.page_join .li_pay  {
	flex-wrap: wrap;
}
.page_join .li_pay p:nth-child(odd) {
    width: 16%;
}
.page_join .li_pay p:nth-child(even) {
	width: 84%;
}
.page_join h2 + .list {
	padding: 0 0 15px 0;
}
.page_join .list {
	border-bottom: 1px solid #eff2f3;
	padding: 15px 0;
	font-size: 15px;
}
.page_join .indent01 {
	font-weight: 500;
	text-indent: -1em;
	padding-left: 1em;
}
.page_join .indent02 {
	padding: 1em 0 0 1em;
}
.page_join .indent03 {
	font-size: 14px;
	padding: 1em 0 0 2em ;
}
.page_join .contact01,.page_join .contact02 {
	padding: 40px 0 10px 0;
}
.page_join .right {
	text-align: right;
	font-size: 13px;
	margin: -10px 0 -10px 0;
}

@media (max-width: 750px) {
	.page_join .ul_nyukai {
	font-size: 14px;
	}
	.page_join .ul_nyukai span {
	font-size: 13px;
	letter-spacing: 0;
	}
	.page_join .ul_nyukai > li {
	margin: 0;
	}
	.page_join .ul_nyukai > li:nth-child(odd) {
	width: 100%;
	font-weight: 600;
	}
	.page_join .ul_nyukai > li:nth-child(even) {
	width: 100%;
	padding: 0;
	border-left: none;
	font-size: 13px;
	margin: 0 0 15px;
	}
	.page_join .li_price p {
	width: unset;
	flex-grow: 1;
	}
	.page_join .li_price p:nth-child(3n+2) {
	padding: 0;
	}
	.page_join .li_pay  {
	flex-wrap: wrap;
	}
	.page_join .li_pay p:nth-child(odd) {
	width: 75px;
	}
	.page_join .li_pay p:nth-child(even) {
	width: 77%;
	}
	.page_join .list {
	border-bottom: 1px solid #eff2f3;
	padding: 15px 0;
	font-size: 13px;
	}
	.page_join .indent02 {
	padding: 1em 0 0 1em;
	}
	.page_join .indent03 {
	font-size: 12px;
	}

	.page_join .ul_link {
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	margin: 15px 0 0 0;
	}
	.page_join .ul_link li {
	width: 100%;
	margin: 0 0 10px;
	}
	.page_join .ul_link a {
	display: block;
	line-height: 45px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
	}
}
@media (max-width: 320px) {
	.page_join .li_price p {
	font-size: 11px;
	}
}

@media (max-width: 750px)  {}

.page_copyright {
	
}
.page_copyright h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
}
.page_copyright h3 + p {
	margin: 0 0 15px 0;
}
@media (max-width: 750px) {
	.page_copyright h3 {
	margin: 0 0 5px 0;
	font-size: 15px;
	}
}

.page_privacypolicy {
	
}
.page_privacypolicy h4 {
	margin: 0 0 5px 0;
}
.page_privacypolicy li {
	margin: 0 0 20px 0;
}

.page_link_collection {
	
}
.page_link_collection .link {
	margin: 0 0 10px 0;
	letter-spacing: 0;
}
.page_link_collection .link:last-child {
	margin: 0 0 30px 0;
}
.page_link_collection .link a {
	display: block;
}
.page_link_collection .link a:hover {
	display: block;
	color: #676f78;
	opacity: 1;
}
.page_link_collection .link a span {
	color: #676f78;
	border: 1px solid #676f78;
	border-radius: 10px;
	font-size: 13px;
	line-height: 18px;
	width: 130px;
	display: inline-block;
	text-align: center;
	margin: 0 20px 0 0;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.page_link_collection .link a:hover span {
	color: #fff;
	background: #676f78;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (max-width: 750px) {
	.page_link_collection .link {
	margin: 0 0 10px 0;
	}
	.page_link_collection .link a {
	text-indent: -80px;
	padding: 0 0 0 80px;
	}
	.page_link_collection .link a span {
	font-size: 11px;
	line-height: 13px;
	width: 70px;
	margin: 0 10px 0 0;
	display: initial;
	padding: 0 10px;
	}
}


.page_advertising {
	
}
.page_advertising p {
	line-height: 26px;
}
.page_advertising .ul01 {
	flex-wrap: wrap;
	line-height: 30px;
	margin: 0 0 20px 0;
}
.page_advertising .ul01 li {
	width: 250px;
}
.page_advertising table {
	table-layout: auto;
	width: 100%;
	margin: 0 0 10px 0;
}
.page_advertising table th,
.page_advertising table td {
    padding: 10px 24px;
}
.page_advertising table .head {
	background: #0073bd;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.page_advertising .hosoku {
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
}
.page_advertising .btn {
	border: 2px solid #0073bd;
	margin: 20px 0 50px 0;
}
.page_advertising .btn a {
	display: block;
	text-align: center;
	line-height: 55px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
}
.page_advertising .btn a:hover {
	background: #d7e3ed;
}

.page_advertising .sec02 h3 {
	font-size: 16px;
	margin: 45px 0 5px 0;
}
.page_advertising .sec03 {
	font-size: 16px;
	margin: 0 0 20px 0;
}
.page_advertising .sec03 h2 {
	margin: 0 0 10px 0;
	color: #333;
}
.page_advertising .sec03 h2 span {
	color: #0073bd;
}

@media (max-width: 750px) {
	.page_advertising p {
	line-height: 24px;
	}
	.page_advertising .sec02 h3 {
	font-size: 14px;
	}
	.page_advertising .sec03 {
	font-size: 14px;
	margin: 0 0 10px 0;
	}
	
	/*===========
	.scroll-box
	===========*/
	.page_advertising table,
	.page_my_page table {
	width: 724px;
	}
	.scroll {
	overflow-x: auto;
	padding-bottom: 10px;
	-webkit-overflow-scrolling: touch;
	margin: 0 0 30px 0;
	}
	.scroll div img {
	max-width: 100%;
	min-width: 1100px;
	vertical-align: top;
	}

	/*===========
	scrollbar
	===========*/
	/*スクロールバー全体の高さ*/
	.scroll::-webkit-scrollbar {
	height: 4px;
	}
	/*スクロールバー全体の背景*/
	.scroll::-webkit-scrollbar-track {
	background: #eee;
	}
	/*スクロールバーの動く部分*/
	.scroll::-webkit-scrollbar-thumb {
	background: #aaa;
	border: none;
	}
	/*スクロールバーの動く部分のホバー（マウスオーバー）*/
	.scroll::-webkit-scrollbar-thumb:hover {
	background: #999;
	}
}


/* 研究プロジェクト一覧ページ
--------------------------------------------------------------*/
.page_project {

}
.page_project .indent p {
    margin: 0;
}
.page_project .ul_project a {
	color: #16529d;
	font-weight: 600;
}
.page_project .ul_project {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #e2e2e2;
    flex-direction: column;
}
.page_project .ul_project > li {
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 20px 0;
}
.page_project .text table td:first-child {
	width: 18%;
}

.page_project table th,
.page_project table td {
  border: none;
  padding: 0em;
}

@media (max-width: 750px) {
	.page_project .ul_project {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	}
	.page_project .ul_project > li {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	}
	.page_project .ul_project table td:nth-child(1) {
	width: 30%;
	}
}


/* MYページ
--------------------------------------------------------------*/
.page_my_page {
	
}
.page_my_page table th:last-child,
.page_my_page table td:last-child {
	display: none;
}
.page_my_page table th:nth-child(2),
.page_my_page table td:nth-child(2),
.page_my_page table th:nth-child(3),
.page_my_page table td:nth-child(3) {
	text-align:center;
}
.page_my_page .sec01,
.page_my_page .sec02,
.page_my_page .sec03,
.page_my_page .sec04 {
	margin: 0 0 40px 0;
}
.css-my-bookings {
	width: 100%;
}
.css-my-bookings thead {
	background: #0073bd;
	color: #fff;
}
.css-my-bookings thead th {
	padding: 10px
}
.css-my-bookings tbody tr {
	border-bottom: 1px solid #ccc;
	background: #fbfbfb;
}
.css-my-bookings tbody td {
	padding: 10px 24px;
}
	

/* お問い合わせ
--------------------------------------------------------------*/
.page_contact .information {
	padding:  10px 0 30px 0;
	font-size: 12px;
}


select, input, textarea {
    border: 1px solid #e2e2e2;
    padding: 16px 16PX 15PX 20PX;
    /*width: 100%;*/
    box-sizing: border-box;
    margin: 10px 0;
    background: #f1f1f1;
    font-size: 15px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    border-radius: 0;
}
input#Country {
    justify-content: space-between;
}
textarea#Comments {
    width: 100%;
    height: 250px;
}
::placeholder {
 color: #cccccc;
 font-size:  14px;
}
/* IE */
:-ms-input-placeholder {
 color: #cccccc;
 font-size:  14px;
}
/* Edge */
::-ms-input-placeholder {
 color: #cccccc;
 font-size:  14px;
}
#mail_form > div.select_box > label > select {
    color: #cccccc;
    font-size: 14px;
}
.btn_box {
    width: 100%;
    text-align: center;
}
.btn_box #mail_submit_button {
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #000;
    width: 345px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: inline-block;
    margin: 30px 0 10px 100px;
    background-size: 200% 100%;
    background-image: -webkit-linear-gradient(left, transparent 50%, #16529d 50%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #16529d 50%);
    -webkit-transition: background-position 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
    transition: background-position 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
    opacity: 1;
    line-height: 45px;
    padding: 0;
}
.page_join .btn_box #mail_submit_button {
    margin: 30px 0 10px 190px;
}
.page_email_news .btn_box {
	text-align: left;
}
.page_email_news .btn_box #mail_submit_button {
    margin: 0;
}
.btn_box #mail_submit_button:hover {
    border: 1px solid #e2e2e2;
    color: #fff;
	background-position: -100% 100%;
}

.select_box label {
    position: relative;
}
.select_box label:after {
    display: block;
    position: absolute;
    top: 80%;
    right: 20px;
    width: 11px;
    height: 6px;
    margin-top: -8px;
    background: url(../img/arrow_down.png) 0 0 no-repeat;
    background-size: 11px;
    pointer-events: none;
    content: "";
    color: #666;
}


/* contact_form
--------------------------------------------------------------*/
#contact_form {
    margin: 40px 0 0 0;
}
.page_join #contact_form {
    margin: 30px 0 0 0;
    background: #fbfbfb;
    padding: 25px 45px 45px 45px;
}
#contact_form .ul-form {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0.05em;
    font-size: 14px;
    line-height: 1.4;
}
#contact_form .ul-form > li {
    display: table-row;
}
#contact_form .ul-form .th,
#contact_form .ul-form .td {
    display: table-cell;
    vertical-align: middle;
}
#contact_form .ul-form .td.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
#contact_form .ul-form .td.flex .box01,
#contact_form .ul-form .td.flex .box02 {
	width: 150px;
}
#contact_form .ul-form .td.flex .hosoku {
    width: 100%;
    margin: -3px 0 10px 0;
}
#contact_form .ul-form .th {
    width: 230px;
    color: #000;
}
#contact_form .ul-form .th2 {
    vertical-align: baseline;
}
#contact_form .ul-form .th2 + .td {
    vertical-align: baseline;
}
#contact_form .ul-form .th span {
    color: #cc0000;
    float: right;
    padding-right: 10px;
    font-size: 11px;
    margin: 0.2em 0 0 0;
}
#contact_form .ul-form .wpcf7-text,
#contact_form .ul-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 0 20px;
    outline: none;
    resize: none;
    font-size: 1em;
    background: #fff;
    border: 1px solid #e2e2e2;
    font-family: inherit;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#contact_form .ul-form .wpcf7-text::-webkit-input-placeholder, #contact_form .ul-form textarea::-webkit-input-placeholder {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
 color: #cccccc;
}
#contact_form .ul-form .wpcf7-text::-moz-placeholder, #contact_form .ul-form textarea::-moz-placeholder {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
 color: #cccccc;
}
#contact_form .ul-form .wpcf7-text:-ms-input-placeholder, #contact_form .ul-form textarea:-ms-input-placeholder {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
 color: #cccccc;
}
#contact_form .ul-form .wpcf7-text:-moz-placeholder, #contact_form .ul-form textarea:-moz-placeholder {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
 color: #cccccc;
}
#contact_form .ul-form .wpcf7-text {
    height: 35px;
}
#contact_form .ul-form textarea {
    height: 145px;
    padding: 10px 25px;
    vertical-align: baseline;
}
#contact_form .ul-form .ul-col {
    margin: 0 -7px;
    *zoom: 1;
}
#contact_form .ul-form .ul-col:after {
    content: "";
    display: table;
    clear: both;
}
#contact_form .ul-form .ul-col > li {
    float: left;
    width: 33.33333%;
    padding: 0 7px;
}
#contact_form .ul-form .btn-code {
    height: 35px;
    line-height: 35px;
    text-align: center;
    outline: none;
    display: block;
    background: #e1e9ee;
    margin: 10px 0;
    width: 100%;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}
#contact_form .ul-form .ol01 {
 *zoom: 1;
}
#contact_form .ul-form .ol01:after {
    content: "";
    display: table;
    clear: both;
}
#contact_form .ul-form .ol01 > li {
    float: left;
    width: 150px;
}
#contact_form .ul-form .ol01 > li.col02 {
    margin-left: 20px;
    width: 195px;
}
#contact_form .ul-form .ol01 > li.col01_width {
    width: 405px;
}
#contact_form .ul-form .ol01 > li.col01_width input {
    padding: 16px 16PX 15PX 16PX;
    font-size: 12px;
    background: #fff;
}
#contact_form .ul-form .td.bd_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
#contact_form .ul-form .td.bd_wrap span  {
	width: 26%;
}
#contact_form .bd_wrap select {
	line-height: 35px;
	padding: 0 20px;
	background: white;
	width: 100%;
	appearance: none;
}
.wpcf7-not-valid-tip {
	font-size: 0.8em!important;
	margin: -5px 0 10px 0!important;
}
#contact_form .hosoku {
	margin: 0 0 20px 0;
	font-size: 12px;
}
#contact_form .email_news_p {
	margin: 5px 0 0 0;
}

@media (max-width: 750px) {
	.page_join #contact_form {
	margin: 20px 0 0 0;
	padding: 5px 15px;
	}
	#contact_form .inner,
	#check .inner {
	width: 100%;
	}
	#contact_form .ul-form {
	display: block;
	font-size: 1em;
	}
	#contact_form .ul-form > li {
	display: block;
	margin: 15px 0 0;
	}
	#contact_form .ul-form .th,
	#contact_form .ul-form .td {
	display: block;
	padding: 0;
	}
	#contact_form .ul-form .th.vert,
	#contact_form .ul-form .td.vert {
	padding-top: 0;
	}
	#contact_form .ul-form .th {
	width: auto;
	font-size: 1em;
	padding-bottom: 7px;
	font-weight: 500;
	}
	#contact_form .ul-form .wpcf7-text,
	#contact_form .ul-form textarea {
	padding: 0 10px;
	}
	#contact_form .ul-form .wpcf7-text {
	/* height: 40px; */
	}
	#contact_form .ul-form textarea {
	height: 200px;
	padding: 10px;
	}
	#contact_form .ul-form .ul-col {
	margin: -6px -3px 0;
	letter-spacing: -0.05em;
	}
	#contact_form .ul-form .ul-col > li {
	padding: 0 3px;
	width: 100%;
	margin-top: 6px;
	float: none
	}
	#contact_form .ul-form .btn-code {
	height: 35px;
	line-height: 35px;
	padding: 0;
	font-size: 11px;
	letter-spacing: 0;
	}
	#contact_form .ul-form .ol01 {
	margin: 0 -3px;
	}
	#contact_form .ul-form .ol01 > li {
	width: 47%;
	padding: 0 3px;
	}
	#contact_form .ul-form .ol01 > li.col02 {
	margin: -10px 0;
	width: 127px;
	}
	#contact_form .wpcf7-submit,
	#contact_form .wpcf7-back,
	#contact_form .wpcf7-confirm {
	width: 100%;
	height: 40px;
	font-size: 1em;
	line-height: 40px;
	}
	#contact_form #mail_submit_button {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	line-height: 50px;
	height: 50px;
	color: #fff;
	background: #16529d;
	font-weight: 600;
	}
	#contact_form .ul-form .th span {
	float: none;
	padding: 0 0 0 10px;
	}
	#contact_form .ul-form .ol01 {
	height: auto;
	}
	#contact_form p span {
	/* font-size: 11px; */
	}
	#contact_form .form {
	width: 90%;
	margin: auto;
	}
	#contact_form dl {
	margin-bottom: 40px;
	}
    select, input, textarea {
    border: 1px solid #cccccc;
    padding: 15px;
    margin: 0;
	width: 100%;
    }
	#contact_form .form_box {
    width: 100%;
	font-size: 14px;
	}
    ::placeholder {
    color: #cccccc;
    font-size:  14px;
    }
    /* IE */
    :-ms-input-placeholder {
    color: #cccccc;
    font-size:  14px;
    }
    /* Edge */
    ::-ms-input-placeholder {
    color: #cccccc;
    font-size:  14px;
    }
    textarea#Comments {
    height: 135px;
	}
	.btn_box {
    width: 100%;
    text-align: center;
    margin: 30px 0 10px 0;
	}
	#contact_form .ul-form .ol01 > li.col01_width {
	width: 100%;
	box-sizing: border-box;
	}
	#contact_form .ul-form .ol01 > li.col01_width input {
	padding: 15px;
	}	
	#contact_form .bd_wrap select {
	padding: 0 10px;
	}
	#contact_form .ul-form .td.bd_wrap {
	display: -ms-flexbox;
	align-items: ;
	flex-wrap: wrap;
	margin: 0 0 0 -5px;
	justify-content: end;
	}
	#contact_form .ul-form .td.bd_wrap span  {
	width: 105px;
	margin: 0 5px 5px 5px;
	}
	#contact_form .ul-form .td.bd_wrap span:first-child  {
	width: 233px;
	}
	#contact_form .ul-form .td.flex {
	display: -ms-flexbox;
	flex-wrap: wrap;
	justify-content: end;
	}
	#contact_form .ul-form .td.flex .box01 {
	width: 80%;
	box-sizing: border-box;
	padding: 0 0 10px 20%;
	}
	#contact_form .ul-form .td.flex .box01 + div {
	width: 20%;
	text-align: center;
	}
	#contact_form .ul-form .td.flex .box01 + div + div {
	width: 20%;
	text-align: center;
	}
	#contact_form .ul-form .td.flex .box02 {
	width: 60%;
	}
	#contact_form .ul-form .td.flex .box02 + div {
	width: 20%;
	text-align: center;
	}
	#contact_form .ul-form .td.flex .hosoku {
	margin: 10px 0 5px 0;
	}
	.wpcf7-not-valid-tip {
	font-size: 0.8em!important;
	margin: 5px 0 10px 0!important;
	}
	#contact_form .hosoku {
	margin: 10px 0 20px 0;
	font-size: 12px;
	}
	#contact_form .email_news_p {
	margin: 0 0 5px 0;
	}
}


/* ラジオボタン
--------------------------------------------------------------*/
/*お問い合わせの種類*/
.radio_wrap {
    padding: 5px 0;
    letter-spacing: 0em;
    line-height: 30px;
    vertical-align: baseline!important;
}
.radio_wrap.shubetu {
	position: relative;
}
.radio_wrap.shubetu .hosoku {
	font-size: 13px;
	margin: 0 0 0 -20px;
}
.radio_wrap.shubetu span {
	position: relative;
}
.radio_wrap.shubetu span.wpcf7-list-item {
	margin: 0;
}
.radio_wrap input{
  display: none;
}
.radio_wrap input + span{
  padding-left: 20px;
  position:relative;
  margin-right: 15px;
}
.radio_wrap input + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
.radio_wrap input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #cc0000;
  border-radius: 50%;
}
.radio_wrap .souhu > span > span,
.radio_wrap .pay > span > span,
.radio_wrap .seikyu > span > span {
	width: 35%;
}
.radio_wrap .pay > span > span:nth-child(3) {
	width: auto;
}
.radio_wrap .hosoku {
	font-size: 13px;
	margin: 0 0 0 -15px;
}

/*ドロップダウン*/
.drop_wrap select {
	background: #ffffff;
	padding: 0 20PX;
	line-height: 35px;
	appearance: none;
	width: 240px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #e2e2e2;
	background: #e8e8e8;
}
.drop_wrap span {
	position: relative;
}
.drop_wrap span::before {
	position: absolute;
	top: 8px;
	right: 15px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
	z-index: 10;
}
.drop_wrap span.session2::before {
	display: none;
}

/*同意ボタン*/
.is_agreed {
    padding: 15px 0;
	letter-spacing: 0em;
}
.is_agreed input{
  display: none;
}
.is_agreed input + span{
  padding-left: 20px;
  position:relative;
  margin-right: 15px;
}
.is_agreed input + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
.is_agreed input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #cc0000;
  border-radius: 50%;
}

@media (max-width: 750px) {
	.radio_wrap .souhu > span > span,
	.radio_wrap .pay > span > span,
	.radio_wrap .seikyu > span > span {
	width: 100%;
	}
}

/* メールニュース申込ページ */
h3.radio_wrap {
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	position: absolute;
	top: -1.2em;
	margin: 0 0 0 -10px;
}
.radio_wrap input + label{
	padding-left: 20px;
	position:relative;
}
.radio_wrap input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	border-radius: 50%;
	background: #fff;
}
.radio_wrap input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 4px;
	width: 8px;
	height: 8px;
	background: #cc0000;
	border-radius: 50%;
}

.mail_box {
	border: 1px solid #e5e5e5;
	margin: 0 0 40px 0;
	padding: 20px 55px 20px 50px;
	position: relative;
}

@media (max-width: 750px) {
	.mail_box {
	margin: 0 0 30px 0;
	padding: 5px 20px 15px 20px;
	}
}
















/* お知らせ一覧ページ
--------------------------------------------------------------*/
.article_info .list_title {
	border-bottom: 3px solid #16529d;
	margin: 0 0 10px 0;
}
.article_info .list_title p {
	display: inline-block;
	background: #16529d;
	color: #fff;
	font-size: 14px;
	width: 240px;
	text-align: center;
	line-height: 44px;
}
.article_info .cat_list {
	margin: 25px 0 0 0;
    justify-content: space-between;
    font-weight: 500;
}
.article_info .cat_list li {
	line-height: 1em;
	display: inline-block;
	padding: 15px 0;
	text-align: center;
	background: #eaf0f4;
	color: #16529d;
	width: 33.333%;
}
.article_info .cat_list li:hover {
	background: #16529d;
	color:#fff;
	opacity: 0.7;
}
.article_info .cat_list li:first-child {
    border-radius: 20px 0 0 0;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
.article_info .cat_list li:last-child {
	border-radius: 0 20px 0 0;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}
.article_info .tab.is-active{
    color:#fff;
    background: #16529d;
}

.article_info .ul_info {
	width: 100%;
	flex-wrap: wrap;
}
.article_info .ul_info li {
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
}
.article_info .ul_info a {
	display: block;
}
.article_info .detail {
	padding: 10px 0;
}
.article_info .detail p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color: #000;
}
.article_info .cat {
	letter-spacing: 0.5em;
	padding: 0 15px 0 8px;
}
.page_info .article_info .cat {
	padding: 0 15px 0 0;
	width: auto;
	color: #000;
}
.article_info .cat::before {
	content: '■';
	font-size: 1em;
}
.article_info .news .cat::before {
	color: #ee86a8;
}
.article_info .eventinfo .cat::before {
	color: #8ac823;
}
.article_info .othersinfo .cat {
	letter-spacing: 0.1em;
}
.article_info .othersinfo .cat::before {
	color: #ff9934;
	letter-spacing: 0.5em;
}
.article_info .workshop_report .cat {
	letter-spacing: 0;
}
.article_info .workshop_report .cat::before {
	color: #2f8fce;
	letter-spacing: 0.5em;
	
}
.article_info .date {
    position: relative;
    font-size: 13px;
    width: 115px;
    border-left: 1px solid #f1f1f1;
    justify-content: space-around;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.article_info .title {
    position: relative;
    font-size: 15px;
    padding: 0 0 0 20px;
    width: 460px;
    border-left: 1px solid #f1f1f1;
    box-sizing: border-box;
    line-height: 1.8em;
}
.article_info .title:after,
.article_info .date:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 10px #fff;
    bottom: -5px;
    left: -10px;
    width: 135px;
}
.article_info .title:before,
.article_info .date:before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 10px #fff;
    top: -4px;
    left: -10px;
    width: 135px;
}

@media (max-width: 750px) {
	.article_info .cat_list {
	margin: 10px 0 0 0;
	}
	.article_info .cat_list li {
	padding: 9px 0;
	font-size: 12px;
	}
	.article_info .cat_list li:first-child {
	border-radius: 10px 0 0 0;
	}
	.article_info .cat_list li:last-child {
	border-radius: 0 10px 0 0;
	}
	.article_info .detail {
	padding: 12px 0 10px 0;
	flex-wrap: wrap;
	line-height: 1;
	}
	.article_info .detail p {
	display: -ms-flexbox;
	}
	.article_info .cat {
	width: auto;
	padding: 0 10px 0 0;
	}
	.article_info .date {
	font-size: 11px;
	width: auto;
	padding: 0 0 0 15px;
	}
	.article_info .title {
	font-size: 13px;
	padding: 5px 0 0 0;
	width: 100%;
	border-left: unset;
	line-height: 1.5em;
	}
	.article_info .title:after,
	.article_info .date:after {
	display: none;
	}
	.article_info .title:before,
	.article_info .date:before {
	display: none;
	}
}


/* お知らせ詳細ページ
--------------------------------------------------------------*/
.block_detail {
	
}
.block_detail .cat {
	letter-spacing: 0.5em;
	padding: 0 15px 0 0;
}
.block_detail .detail {
	padding: 0 0 5px 0;
}
.block_detail .date {
	color: #666;
	border-right: 1px solid #f1f1f1;
}
.block_detail .title {
    font-size: 20px;
    padding: 10px 0;
    width: 100%;
    border-left: unset;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    line-height: 1.8em;
    margin: 0 0 25px 0;
}
.block_detail .title:after,
.block_detail .title:before  {
    display: none;
}
.block_detail .text {
    padding: 0 0 0 0;
}
.block_detail .text p,
.block_detail .text ul,
.block_detail .text ol,
.block_detail .text h2,
.block_detail .text h3,
.block_detail .text h4,
.block_detail .text h5,
.block_detail .text h6 {
    margin-bottom: 10px;
}
.block_detail a{
	color: #16529d;
}
.block_detail img {
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
    height: auto;
}
.block_detail ul {
	list-style-type: none;
	padding: 0;
}
.block_detail ul li {
	position: relative;
	padding-left: 1em;
}
.block_detail ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #16529d;
}
.block_detail ol {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}
.block_detail ol li{
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.block_detail ol li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
	font-weight: bold;
	color: #16529d;
}
.wp-block-button .wp-block-button__link{
    color: #16529d!important;
    background-color: #eaf0f4;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 5px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    font-weight: 600;
}
.wp-block-button .wp-block-button__link:hover {
	background-color: #16529d;
	color: #fff!important;
	opacity: 1;
}
strong {
	font-weight: 600;
}
blockquote {
	background-color:#eaf0f4;
	padding: 3em 2em;
	position:relative;
	border-radius: 8px;
	margin: 20px 0;
}
blockquote:before{                                                    /* 左上の記号 */
	font-family:"dashicons";                                         /* フォントはダッシュアイコン */
	content:"\f122";                                                    /* 文字コード */
	font-size:20px;
	font-size:1.25rem;
	line-height:1em;
	color:#999;                                                           /* 文字色 */
	position:absolute;
	left: 0.5em;
	top: 0.5em;
}
blockquote:after{                                                       /* 右下の記号 */
	font-family:"dashicons";                                          /* フォントはダッシュアイコン */
	content:"\f122";                                                     /* 文字コード */
	font-size:20px;
	font-size:1.25rem;
	line-height:1em;    /* 文字サイズ */
	transform:rotate(180deg);                                       /* 文字を180°回転させる */
	color:#999;                                                            /* 文字色 */
	position:absolute;
	right: 0.5em;
	bottom: 0.5em;    /* 位置は基準点から下と右が0の位置 */
}
blockquote cite {
	color: #666;
	font-size: 12px;
}
.block_detail .journal_table table th,
.block_detail .journal_table table td {
  border: none;
  padding: unset;
}
.block_detail .journal_table {
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0 20px 0;
}
.block_detail .journal_table tr td:nth-child(1) {
	width: 80%;
	box-sizing: border-box;
	padding: 0 0 0 50px;
}
.block_detail .journal_table tr td:nth-child(2) {
	width: 20%;
}
.wp-block-image img {
	height: auto;
}

@media (max-width: 750px) {
	/* お知らせ詳細ページ */
	.block_detail .journal_table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 0 15px;
	}
	.block_detail .journal_table tr td{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}
	.block_detail .journal_table tr td:nth-child(1) {
	width: 70%;
	box-sizing: border-box;
	padding: 0 15px 0 0;
	border-right: 1px solid red;
	}
	.block_detail .journal_table tr td:nth-child(2) {
	width: 30%;
	margin: 0 0 0 15px;
	text-align: right;
	}

}




/* イベント一覧ページ
--------------------------------------------------------------*/
.article_event .list_title {
	border-bottom: 3px solid #16529d;
	margin: 0 0 10px 0;
}
.article_event .list_title p {
	display: inline-block;
	background: #16529d;
	color: #fff;
	font-size: 14px;
	width: 240px;
	text-align: center;
	line-height: 44px;
}.body_home .sec_event {
	background: #eaf0f4;
	padding: 40px 0 0 0;
}
.article_event .cat_list {
	font-weight: 700;
	border-bottom: 3px solid #333;
	padding: 20px 0 15px 0;
	margin: 0 0 5px 0;
}
.article_event .cat_list li {
	padding: 0 20px 0 0;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.article_event .cat_list li:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.article_event .cat_list span:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 18px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(../img/cmn/icon_memo.png);
  background-size: contain;
  vertical-align: middle;
  margin: -4px 6px 0 0;
}
.article_event .tab.is-active {
    color:#fff;
    color: #16529d;
}
.article_event .cat_list .tab.is-active span:before {
  background-image: url(../img/cmn/icon_memo_b.png);
}
.article_event .ul_event {
	flex-wrap: wrap;
}
.article_event .ul_event li {
	padding: 12px 0 7px 0;
	border-bottom: 1px solid #9ab9ce;
	width: 100%;
}
.article_event .ul_event li a {
	display: block;
	color: #333;
}
.article_event .ul_event .detail {
	align-items: baseline;
	margin: 0 0 2px 0;
}
.article_event .ul_event .cat {
	letter-spacing: 0.1em;
	padding: 0 10px;
	border: 1px solid #000;
	border-radius: 50px;
	line-height: 25px;
	background: #fff;
}
.article_event .ul_event .general_event .cat,
.article_event .ul_event .general_report .cat {
	border: 1px solid #8ac823;
}
.article_event .ul_event .presentation_event .cat,
.article_event .ul_event .presentation_report .cat,
.article_event .ul_event .workshop_report .cat,
.article_event .ul_event .presentation_report .cat {
	border: 1px solid #16529d;
}
.article_event .ul_event .workshop_event .cat {
	border: 1px solid #16529d;
}
.article_event .ul_event .date {
    font-size: 13px;
    color: #666;
    margin: 0 0 0 25px;
    padding: 0 0 0 25px;
    border-left: 1px solid #000;
    position: relative;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.article_event .ul_event .date span {
    color: #000;
}

.article_event .ul_event .date:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 10px #fff;
    bottom: -3px;
    left: -10px;
    width: 25px;
}
.article_event .ul_event .date:before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 10px #fff;
    top: -3px;
    left: -10px;
    width: 25px;
}
.body_home .article_event .ul_event .date:after,
.body_home .article_event .ul_event .date:before {
    border-bottom: solid 10px #eaf0f4;
}
.article_event .ul_event .title {
    position: relative;
    font-size: 15px;
    width: 100%;
    line-height: 1.8em;
    color: #000;
}
.article_event .ul_event .over {
    color: #fff;
    background: #eb4f4f;
    padding: 0 10px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 50px;
    margin: 0 0 0 10px;
    display: inline-block;
    line-height: 1.5em;
}
@media (max-width: 750px) {
	.body_home .sec_event {
	padding: 20px 0 0 0;
	}
	.article_event .cat_list {
	border-bottom: 2px solid #333;
	padding: 10px 0;
	position: relative;
	}
	.article_event .cat_list li {
	padding: 0 10px 0 0;
	font-size: 12px;
	letter-spacing: 0;
	}
	.article_event .cat_list li:nth-child(1) {
	padding: 0 10px 0 0;
	border-right: 1px solid #c3d1db;
	line-height: 52px;
	}
	.article_event .cat_list li:nth-child(2),
	.article_event .cat_list li:nth-child(3),
	.article_event .cat_list li:nth-child(4) {
		display: block;
		position: absolute;
		margin: 0 0 0 80px;
	}
	.article_event .cat_list li:nth-child(3){
		margin: 0 0 0 154px;
		padding: 0;
	}
	.article_event .cat_list li:nth-child(4){
		top: 36px;
	}
	.article_event .cat_list span:before {
	width: 14px;/*画像の幅*/
	height: 16px;/*画像の高さ*/
	margin: -4px 4px 0 0;
	}
	.article_event .ul_event li {
	padding: 12px 0 7px 0;
	}
	.article_event .ul_event .detail {
	margin: 0 0 5px 0;
	justify-content: space-between;
	flex-grow: 1;
	}
	.article_event .ul_event .cat {
	letter-spacing: 0;
	padding: 0;
	line-height: 20px;
	font-size: 12px;
	width: 49%;
	text-align: center;
	}
	.article_event .ul_event .date {
	font-size: 12px;
	margin: 0;
	border-left: 1px solid #c3d1db;
	letter-spacing: 0.1em;
	}
	.article_event .ul_event .date:before,
	.article_event .ul_event .date:after {
	display: none;
	}
	.article_event .ul_event .title {
	font-size: 13px;
	line-height: 22px;
	}
}
@media (max-width: 750px) {
	/* イベント一覧ページ */

}



/* イベント詳細ページ
--------------------------------------------------------------*/
.page_event_single .ul_detail {
	flex-direction: column;
}
.page_event_single .cat {
	letter-spacing: 0.1em;
	padding: 0 10px;
	border: 1px solid #000;
	border-radius: 50px;
	line-height: 25px;
	background: #fff;
	display: inline-block;
	margin: 0 0 7px 0;
}
.page_event_single .cat.general_event,
.page_event_single .cat.general_report {
	border: 1px solid #8ac823;
}
.page_event_single .cat.presentation_event,
.page_event_single .cat.presentation_report,
.page_event_single .cat.workshop_event,
.page_event_single .cat.workshop_report {
	border: 1px solid #16529d;
} {
	border: 1px solid #16529d;
}
.page_event_single .title {
	color: #333;
	border-bottom:1px solid #e2e2e2;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.page_event_single .content {
	margin: 20px 0 0 0;
	position: relative;
}
.page_event_single .content h2 {
	margin: 40px 0 0 0;
	color: #333;
	background: #fff;
	position: relative;
	z-index: 10;
	display: inline-block;
	padding: 0 15px 0 0;
}
.page_event_single .box_wrap {
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
}
.page_event_single .box_wrap h2 {
	position: relative;
	border-top: 1px solid #e2e2e2;
	display: block;
	margin: 0 0 30px 0;
}
.page_event_single .box_wrap h2 p {
	position: absolute;
    color: #333;
    top: -0.75em;
    background: #fff;
    padding: 0 15px 0 0;
}
.page_event_single .ul_box {
	flex-wrap: wrap;
	align-items: center;
	color: #333;
	font-size: 16px;
}
.page_event_single .ul_box > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px 0;
}
.page_event_single .ul_box > li:nth-child(odd) {
	width: 120px;
	color: #16529d;
	padding: 0 0 0 25px;
	box-sizing: border-box;
}
.page_event_single .ul_box > li:nth-child(even) {
	width: 605px;
	box-sizing: border-box;
	border-left: 1px solid #16529d;
	padding: 0 0 0 20px;
}
.content h3 {
	position: relative;
	background: #fff;
	display: inline-block;
	z-index: 10;
	padding: 0 15px 0 0;
	margin: 10px 0 0 0;
}
.content h3 + .em-booking {
	border-top: 1px solid #e2e2e2;
	margin: -13px 0 0 0;
	padding: 15px 0 0 0;
}
.content h3 + .em-booking > p {
	margin: 20px 25px;
}
.em-booking {
	color: #333;
}
.em-booking-form-details {
	width: 100%!important;
	padding: 0!important;
	float: unset!important;
}
.em-booking-form-details > p {
	display: flex!important;
	align-items: center;
}
.em-booking-form label {
	width: 200px!important;
}
.em-booking-form label + * {
	width: 525px!important;
}
.em-booking-form select,
.em-booking-form input,
.em-booking-form textarea {
	line-height: 35px;
	background: #fbfbfb;
	padding: 0 0 0 20px;
	height: 35px;
}
.em-booking-form textarea  {
	line-height: initial;
	padding: 10px 15px 10px 20px;
	height: auto;
}
.em-booking-form span.input-group {
	margin-left: 0!important;
}
.em-booking-buttons {
	text-align:center;
}
.em-booking-buttons input {
	width: 325px!important;
	margin: 30px auto 0;
	padding: 0;
	background: #16529d;
	color: #fff;
	font-weight: 600;
	line-height: 45px;
	height: 45px;
}
.em-booking-form #workplace_zip,
.em-booking-form #transfer_date,
.em-booking-form #transfer_month,
.em-booking-form #fee {
	width: 200px!important;
}
.em-booking-form .input-user_login {
	line-height: 35px;
}
.em-booking-form .input-field-workplace_location {
	position: relative;
	margin: 0 0 46px 0;
}
.em-booking-form .input-field-workplace_location::after {
	content: '※請求書・領収書等は事務局より郵送いたしますので、郵便物が確実に届くよう、部署名/研究室名までご記入下さい。';
	display: block;
	position: absolute;
	width: 525px;
	right: 0;
	text-indent: -1em;
	padding: 0 0 0 1em;
	box-sizing: border-box;
	bottom: -40px;
}
.em-booking-form .input-field-ap_person {
	position: relative;
	margin: 0 0 46px 0;
}
.em-booking-form .input-field-ap_person::after {
	content: '※申込担当者がおられる場合は、氏名、所属、住所、電話番号、E-mailアドレスなどを入力下さい。';
	display: block;
	position: absolute;
	width: 525px;
	right: 0;
	text-indent: -1em;
	padding: 0 0 0 1em;
	box-sizing: border-box;
	bottom: -40px;
}
.em-booking-form .input-field-fee {
	position: relative;
}
.em-booking-form .input-field-fee::after {
	content: '円';
	display: block;
	position: absolute;
	width: 315px;
	right: 0;
	text-indent: -1em;
	padding: 0 0 0 1em;
	box-sizing: border-box;
}
.em-booking .input-select select,
.em-booking .em-tickets-spaces select {
	width: 200px!important;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #e2e2e2;
	background: #e8e8e8;
}
.em-booking .input-select,
.em-booking .em-tickets-spaces {
	position: relative;
}
.em-booking .input-select::before,
.em-booking .em-tickets-spaces::before {
	position: absolute;
	top: 1.8em;
	right: 340px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.em-booking .input-select select::-ms-expand,
.em-booking .em-tickets-spaces select::-ms-expand {
    display: none;
}
.em-booking-form p.input-field-data_privacy_consent label {
	width: 100%!important;
	font-size: 13px;
	letter-spacing: 0;
}
.em-booking .input-field-data_privacy_consent {
	margin: 20px 0;
}
.em-booking .input-field-data_privacy_consent input {
	height: auto;
	padding: 0;
	margin: 0;
}
.em-booking-form .participation {
	width: auto;
	margin: 10px 0!important;
	height: 1em;
}
.em-booking-form .input-field-participation span input {
	top: 3px;
	position: relative;
}


@media (max-width: 750px) {
	/* イベント詳細ページ */
	.page_event_single .content {
	margin: 0 0 0 0;
	}
	.page_event_single .ul_box {
	font-size: 13px;
	}
	.page_event_single .box_wrap {
	padding: 10px 0 20px 0;
	}
	.page_event_single .box_wrap h2 {
	margin: 0 0 20px 0;
	}
	.page_event_single .ul_box > li {
	margin: 0 0 0 0;
	}
	.page_event_single .ul_box > li:nth-child(odd) {
	width: 100%;
	padding: 0 0 0 15px;
	border-left: 1px solid #16529d;
	}
	.page_event_single .ul_box > li:nth-child(even) {
	width: 100%;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	}
	.content h3 + .em-booking {
	padding: 25px 0 0 0;
	}
	.em-booking-form-details > p {
	flex-direction: column;
	}
	.em-booking-form label {
	width: 100%!important;
	}
	.em-booking-form label + * {
	width: 100%!important;
	margin: 5px 0 15px 0;
	}
	.em-booking-buttons input {
	margin: 10px auto 0;
	width: 200px!important;
	}
	.em-booking .input-select select,
	.em-booking .em-tickets-spaces select {
	text-align: left;
	margin: 5px auto 15px 0;
	}
	.em-booking .input-select::before,
	.em-booking .em-tickets-spaces::before {
	top: 3em;
	left: 170px;
	}
	.em-booking-form .input-field-workplace_location::after {
	width: 100%;
	font-size: 12px;
	letter-spacing: 0;
	bottom: -30px;
	}
	.em-booking-form .input-field-ap_person::after {
	width: 100%;
	font-size: 12px;
	letter-spacing: 0;
	bottom: -30px;
	}
	.em-booking-form .input-field-fee::after {
	width: 100%;
	font-size: 12px;
	letter-spacing: 0;
	bottom: 2em;
	left: 210px;
	}
	.em-booking-form #workplace_zip, .em-booking-form #transfer_date, .em-booking-form #transfer_month, .em-booking-form #fee {
	margin: 5px auto 15px 0;
	}
	.em-booking-form .input-user_login {
	line-height: 0px;
	margin: 20px 140px 35px 0;
	}
}




/* Pagenavi(一覧ページ)
--------------------------------------------------------------*/
.pagenavi {
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 25px 0 75px 0;
}
.pagenavi span.pages {
	display:none;
}
.pagenavi span,
.pagenavi a {
    border-style: solid;
    border-width: 1px;
    border-color: #f1f1f1;
    background-color: #fff;
    float: left;
    color: #666;
    text-align: center;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
    display: block;
    -moz-box-shadow: 0px 2px 0px 0px #f1f1f1;
    -webkit-box-shadow: 0px 2px 0px 0px #f1f1f1;
    box-shadow: 0px 2px 0px 0px #f1f1f1;
    margin-right: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 17px!important;
    min-width: 46px;
    box-sizing: border-box;
    line-height: 40px;
}
.pagenavi span.current,
.pagenavi span:hover,
.pagenavi a.current,
.pagenavi a:hover {
    background-color: #16529d;
    color: #fff;
    opacity: 1;
}

@media (max-width: 750px) {
	/* Pagenavi(一覧ページ) */
	.pagenavi {
	padding: 30px 0;
	}
}

/* Pagination(詳細ページ)
--------------------------------------------------------------*/
.pagination {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 50px 0 50px 10px;
    margin: 0 75px 0 0;
    width: 740px;
    box-sizing: border-box;
}
.pagination .btn-pager {
    letter-spacing: 0.15em;
    color: #333;
    background: #fff;
    display: block;
    text-align: center;
    width: 215px;
    padding: 5px 0;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
    -moz-box-shadow: 0px 2px 0px 0px #f1f1f1;
    -webkit-box-shadow: 0px 2px 0px 0px #f1f1f1;
    box-shadow: 0px 2px 0px 0px #f1f1f1;
    border: 1px solid #f1f1f1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    line-height: 2em;
}
.pagination .btn-pager.hidden {
    visibility: hidden;
}
.pagination .btn-pager:hover {
    background: #16529d;
    opacity: 1;
}
.pagination .btn-pager:hover {
    color: #fff;
    opacity: 1;
}
.pagination .btn-pager img {
    width: auto;
    height: 13px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
}
.pagination .btn-pager.page-next img {
    margin-right: 0;
    margin-left: 10px;
}

@media (max-width: 750px) {
	/* Pagination(詳細ページ) */
	.pagination {
	position: relative;
	padding: 0px 0px 60px 0px;
	margin: 20px 0 45px 0;
	width: 100%;
	}
	.pagination a.btn-pager.page-back {
	position:absolute;
	bottom: 0px;
	margin: 0px 0px !important;
	width: 100% !important;
	}
	.pagination .btn-pager {
	margin: 0px 15px 0px 0px;
	}  
	.pagination .btn-pager.page-next {
	float: right;
	margin-right: 0px;
	} 
}

/* 電子ジャーナル化以前の研究論文一覧ページ
--------------------------------------------------------------*/
.article_journalbk {
	
}
.article_journalbk .ul_journalbk {
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0;
}
.article_journalbk .ul_journalbk li {
	width: 48.5%;
	margin: 0 0 25px 0;
	border: 2px solid #16529d;
	box-sizing: border-box;
}
.article_journalbk .ul_journalbk a {
	display: block;
	line-height: 55px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
}
.article_journalbk .ul_journalbk a:hover {
	background: #d7e3ed;
}
@media (max-width: 750px) {
	.article_journalbk .ul_journalbk {
	margin: 20px 0 0 0;
	}
	.article_journalbk .ul_journalbk li {
	width: 100%;
	margin: 0 0 15px 0;
	}
	.article_journalbk .ul_journalbk a {
	line-height: 35px;
	font-size: 14px;
	}
}

/* 電子ジャーナル化以前の研究論文詳細ページ
--------------------------------------------------------------*/
.block_detail.article_journalbk .title {
	margin: 0 0 20px 0;
	color: #16529d;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	border: none;
	padding: 0;
}
.block_detail.article_journalbk h2 {
	color: #333;
	display: flex;
	align-items: center;
	border-top: 1px solid #f1f1f1;
	padding: 15px 0 0 0;
	margin: 0;
}
.block_detail.article_journalbk h2:before {
	content: 'PDF';
	font-size: 1em;
	background: #cc2f2f;
	color: #fff;
	line-height: 1em;
	padding: 0 3px 0 4px;
	font-size: 11px;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0 20px 0 0;
}
.block_detail.article_journalbk h3 {
	color: #666;
	font-size: 13px;
	padding: 5px 0 15px 50px;
	font-weight: 400;
	border-bottom: 1px solid #f1f1f1;
}
.block_detail.article_journalbk .text {
	color: #333;
}
.block_detail.article_journalbk .wp-block-group {
	margin: 20px 0 30px 0
	
}

@media (max-width: 750px) {
	.block_detail.article_journalbk h3 {
	padding: 5px 0 15px 45px;
	}
	.block_detail.article_journalbk h2:before {
	margin: 0 15px 0 0;
	}
}

/* ワークショップ一覧ページ
--------------------------------------------------------------*/
.page_workshop_event {
	
}
.page_workshop_event .sec01 {
	margin: 0 0 50px 0;
}
.page_workshop_event .sec01 h4 {
	margin: -15px 0 0 0;
}
.page_workshop_event .sec01 .text {
	margin: 20px 0;
}
.page_workshop_event .ul_photo {
	justify-content: space-between;
}
.page_workshop_event .ul_photo li {
	width: 48%;
	text-align: center;
}
.page_workshop_event .ul_photo li img {
	width: 100%;
	height: auto;
}
.page_workshop_event .photo_title {
	margin: 10px 0 0 0;
	font-size: 13px;
}
.page_workshop_event .sec02 {
	margin: 0 0 50px 0;
}
.page_workshop_event .sec03 {
	margin: 0 0 50px 0;	
}
.page_workshop_event .ul_jisseki {
	justify-content: space-between;
	flex-wrap: wrap;
}
.page_workshop_event .li_box {
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0;
}
.page_workshop_event .year {
	width: 22%;
}
.page_workshop_event .cont {
	width: 78%;
}

@media (max-width: 750px) {
	.page_workshop_event .sec01 {
	margin: 0 0 30px 0;
	}
	.page_workshop_event .sec01 h4 {
	margin: -5px 0 0 0;
	}
	.page_workshop_event .ul_photo li {
	width: 49%;
	}
	.page_workshop_event .photo_title {
	margin: 5px 0 0 0;
	font-size: 11px;
	letter-spacing: 0;
	}
	.page_workshop_event .sec02 {
	margin: 0 0 30px 0;
	}
	.page_workshop_event .sec03 {
	margin: 0 0 30px 0;	
	}
	.page_workshop_event .li_box {
	width: 100%;
	flex-direction: column;
	}
	.page_workshop_event .year {
	width: 100%;
	font-weight: 600;
	padding: 0 0 5px 0;
	}
	.page_workshop_event .cont {
	width: 100%;
	}
}



/* 委員会singleページ
--------------------------------------------------------------*/
.page_single_committee {
	
}
.page_single_committee .pagination .btn-pager {
	width: 300px;
	margin: auto;
}


/* 企画セッション申込みフォームページ
--------------------------------------------------------------*/
.page_for_presentation {

}
.page_for_presentation h3 {
	margin: 30px 0 0 0;
}



/* 会誌本文
--------------------------------------------------------------*/
.acpwd-form {
	margin: 30px 0 10px 0;
	padding: 15px;
	background: #f1f1f1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 400px;
}
.acpwd-form .screen-reader-text {
	display: none;
}
.acpwd-form input {
    border: 1px solid #cbcfd4;
    padding: 0 15px;
    margin: 0;
    background: #fff;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    line-height: 24px;
}
.acpwd-form:before {
	content: 'パスワード　';
	color: #666;
    line-height: 24px;	
}

.acpwd-form input.acpwd-pass {
	flex:1;
}
.acpwd-form input.acpwd-submit {
	width: 130px;
	background: #333;
	color: #fff;
}

@media (max-width: 750px) {
	.acpwd-form {
		width: 100%;
		box-sizing: border-box;
	}
	.acpwd-form input.acpwd-submit {
	width: 100px;
	}
}





/* 検索結果
--------------------------------------------------------------*/
.page_search article {
	margin:0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.page_search .search-form {
	margin: 30px 0 10px 0;
	padding: 15px;
	background: #f1f1f1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 400px;
}
.page_search .search-form label {
	width: 100%;
}
.page_search .search-form .screen-reader-text {
	display: none;
}
.page_search .search-form input {
    border: 1px solid #cbcfd4;
    padding: 0 15px;
    margin: 0;
    background: #fff;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    line-height: 24px;
    width: 100%;
}
.page_search .search-form input.search-submit {
	width: 130px;
	background: #333;
	color: #fff;
}

@media (max-width: 750px) {
}
@media (max-width: 750px) {
	.page_search article {
	margin:0 0 10px 0;
	padding: 0 0 10px 0;
    }
	.page_search .search-form {
		width: 100%;
		box-sizing: border-box;
	}
	.page_search .search-form input.search-submit {
	width: 100px;
	}
}