@charset "utf-8";
/* ===================================================================
     BASE CSS
=================================================================== */
html {
	font-size: 62.5%;
}
body {
	/*-webkit-text-size-adjust: 100%;*/
}
body {
	color: #222;
	font-size: 150%;
	font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
	/*font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;*/
	line-height: 1.6;
	position: relative;
	/*padding: 108px 0 0;*/
	/*background: linear-gradient(to bottom, rgba(229,238,246,1) 10%, rgba(229,238,246,0) 10%);*/
}
a {
	color: #007DC5;
	text-decoration: none;
	transition: opacity .1s ease-in-out;
}
a:hover {
	/*text-decoration: underline;*/
	/*transition: opacity .1s ease-in-out;*/
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
body {
	/*padding-top: 98px;*/
}
}
@media screen and (max-width: 767px) {
body {
	/*padding-top: 54px;*/
	background: none;
	font-size: 140%;
}
}

/* = Selected Text
----------------------------------------------- */
::selection {
	background:#F4B17F; /* Safari */
}
::-moz-selection {
	background:#F4B17F; /* Firefox */
}

/* -----------------------------------------------------------
	汎用
----------------------------------------------------------- */
.icon_pdf {
	width: 14px;
	vertical-align: text-bottom;
	margin-left: 6px;
}
.icon_blank {
	width: 12px;
	vertical-align: initial;
	margin-left: 4px;
}
.icon_pagelink {
	width: 12px;
}
.fadein {
	opacity: 0;
}
.opfadein {
	opacity: 0;
}
.spacing {
	letter-spacing: -0.03em;
}
.text_keisen {
	letter-spacing: 0!important;
    transform: scale(4, 0.2);
    transform-origin: left;
    display: inline-block;
    margin-right: 4em;
}
.line_through {
	color: red;
	text-decoration: line-through;
}
.line_through span {
	color: #000;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.spacing {
	letter-spacing: 0;
}
}
@media screen and (max-width: 767px) {
.spacing {
	letter-spacing: 0;
}
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
header {
	width: 100%;
	height: 108px;
	/*position: fixed;
	top: 0;
	right: 0;
	z-index: 200;*/
	background: #fff;
	/*border-top: 4px solid #005AAB;
	border-bottom: 1px solid #ccc;*/
}
.header_inner {
	width: 94%;
	max-width: 1200px;
	margin:  0 auto;
	position: relative;
}
.logo {
	max-width: 632px;
	position: absolute;
	top: 10px;
	/*transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;*/
}
.logo_mark {
	display:block;
	max-width: 87px;
	float: left;
	/*transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;*/
}
.logo_text {
	display: block;
	max-width: 544px;
	float: left;
	/*transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;*/
}

/*--- ハンバーガー ---*/
.btn_smp {
	width: 36px;
	float: right;
	position: absolute;
    right: 0;
    top: 14px;
	z-index: 2;
	display:  none;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 36px;
	height: 22px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #666;
	/*border-radius: 4px;*/
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.menu_active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.menu_active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.menu_active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

/* スクロール後 */
header, .header_nav {
	/*transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;*/
}
header.sml {
	height: 80px;
}
.sml .logo {
	max-width: 460px;
	top: 6px;
}
.sml .logo_mark {
	max-width: 64px;
}
.sml .logo_text {
	max-width: 396px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
header {
	height: 98px;
}
.header_inner .logo {
	/*width: 500px;*/
}
.header_inner .logo_mark {
	width: 68px;
}
.header_inner .logo_text {
	width: 430px;
}
header.sml {
	height: 70px;
}
.sml .logo {
	top: 10px;
	width: 350px;
}
.sml .logo_mark {
	width: 48px;
}
.sml .logo_text {
	width: 300px;
}
}
@media screen and (max-width: 767px) {
header {
	height: 54px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200;
}
.header_active {
	display: block;
	z-index: 10;
}
.header_inner {
	height: 54px;
}
.header_inner .logo {
	max-width: 108px;
	/*width: calc(100% - 50px);*/
	top: 8px;
	z-index: 9999;
	position: relative;
}
.header_inner .logo_mark {
	width: 13%;
}
.header_inner .logo_text {
	width: 87%;
}
header.sml {
	height: 54px;
}	
}

@keyframes header_on {
	100% { top:0; left: 0; opacity:1; }
}
@keyframes header_nav_on {
	100% { top:0; opacity:1; }
}
/* -----------------------------------------------------------
	
----------------------------------------------------------- */




@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.btn_smp {
	display: block;
}

}




/* -----------------------------------------------------------
	mian
----------------------------------------------------------- */
main {
	/*padding-top: 108px;*/
	/*background: linear-gradient(to bottom, rgba(229,238,246,1), rgba(229,238,246,0));*/
}
.content_wrap {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
	padding: 40px 0 70px;
}
.side_nav {
	display: block;
	max-width: 220px;
	width: 19%;
	float: left;
}
.gnavi {
	margin-bottom: 30px;
}
.gnavi li {
	width: 100%;
	margin-bottom: 6px;
	border: 1px solid #d2d2d2;
}
.gnavi li a {
	display: block;
	background: linear-gradient(to bottom, #fff, #f1f1f1);
	border: 1px solid #fff;
	color: #000;
	font-weight: bold;
	padding: 8px;
	position: relative;
	padding-left: 18px;
	line-height: 1.4;
}
.gnavi li a:hover {
	opacity: 0.5;
}


.gnavi li.zoom a,
.gnavi li.presenter a,
.gnavi li.information a
/*.gnavi li.prevention a,*/
/*.gnavi li.kenkoujyoutai a*/ {
	position: relative;
	padding-top: 18px;
}
/*.gnavi li.zoom a::after,
.gnavi li.presenter a::after,
.gnavi li.information a::after*/
/*.gnavi li.prevention a::after,*/
/*.gnavi li.kenkoujyoutai a::after*/ /*{
	position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    content: 'NEW';
    font-size: 10px;
	letter-spacing: 0.1em;
    color: #fff;
    width: 42px;
	text-align: center;
	background: #E62D2D;
}*/


/* クリック無効 */
/*.gnavi li.program a,*/
/*.gnavi li.entry a,*/
/*.gnavi li.subject a,*/
/*.gnavi li.credit a,*/
/*.gnavi li.selected a,*/
/*.gnavi li.information a,
.gnavi li.presenter a*/ /*{
	pointer-events: none;
}*/


.gnavi li.home a::after,
.gnavi li.greeting a::after,
.gnavi li.directors a::after,
.gnavi li.program a::after,
.gnavi li.announce a::after,
.gnavi li.entry a::after,
.gnavi li.archives a::after {
	position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    content: '';
    width: 3px;
	height: calc(100% - 16px);
	background: #f7b25c;
}
.gnavi li.endotop a::after {
	position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    content: '';
    width: 3px;
	height: calc(100% - 16px);
	background: #f25751;
}

.oterlink {
	padding: 12px 8px 8px;
	border: 1px solid #d2d2d2;
	background: #FAFAFA;
	margin-bottom: 20px;
}
.oterlink .ttl {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	border-left: 3px solid #53C1F5;
	padding-left: 8px;
}

.oterlink .list li {
	margin-top: 3px;
}
.oterlink .list li a {
	color: #222;
	font-size: 13px;
	line-height: 1.4;
}
.oterlink .list li a:hover {
	color: #cc3333;
    text-decoration: underline;
}
.sns {
	margin-bottom: 20px;
}
.sns .bana {
	margin-bottom: 10px;
}
.sns .bana:last-child {
	margin-bottom: 0;
}
.office {
	padding: 8px;
	border: 1px solid #d2d2d2;
	margin-bottom: 30px;
}
.office .ttl {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 8px;
}
.office .link {
	font-size: 13px;
	line-height: 1.4;
}
.office .link a {
	color: #000;
}
.dl_flyer .ttl {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.main_content {
	max-width: 900px;
	min-height: 700px;
	width: 80%;
	float: right;
	background: #fff;
	padding-bottom: 40px;
}
.icon_pptx {
	width: 24px;
}
.update {
	text-align: right;
	font-size: 13px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
main {
	/*padding-top: 98px;*/
}
.content_wrap {
	padding: 20px 0 50px;
}
.side_nav {
	display: block;
	max-width: 100%;
	width: 24%;
}
.gnavi li a {
	font-size: 13px;
}
.oterlink_list li a {
	font-size: 12px;
}
.main_content {
	max-width: 100%;
	width: 74%;
}
}
@media screen and (max-width: 767px) {
main {
	padding-top: 54px;
	background: none;
}
.content_wrap {
	padding: 0;
	width: 100%;
}
.main_content {
	width: 100%;
	max-width: 100%;
	min-height: auto;
	float: none;
}
.side_nav {
	display: none;
	float: none;
}
.side_nav_active {
	display: block;
	position: fixed;
    top: 54px;
	bottom: 0;
    right: 0;
    z-index: 10;
	overflow:auto;
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 20px 20px 20px;
	background: #fff;
}
.side_nav_inner {
	overflow: auto;
}
.gnavi li a:hover {
	opacity: 1;
}
.gnavi {
	border: 1px solid #ccc;
}
.gnavi li {
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #ccc;
}
.gnavi li:last-child {
	border: none;
}
.gnavi li a {
	background: none;
}
.sns .bana {
	width: 49%;
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
}
.sns .bana:nth-child(2n + 1) {
	margin-left: 0;
}
.dl_flyer {
	max-width: 200px;
	margin: 0 auto;
}
.update {
	text-align: right;
	font-size: 11px;
	letter-spacing: 0;
}
}




/* -----------------------------------------------------------
	page title content
----------------------------------------------------------- */
.page_ttlbox {
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-bottom: 30px;
	border-bottom: 2px solid #ccc;
}
.content_box {
	margin: 0 auto;
	letter-spacing: 0.05em;
	line-height: 1.8;
	min-height: 400px;
}
.content_box a {
	color: #005AAB;
	text-decoration: underline;
}
.content_box a:hover {
	text-decoration: none;
}
.cont_sec {
	margin-bottom: 50px;
}
.cont_sec:last-child {
	margin-bottom: 0;
}
.mida_1 {
	font-size: 20px;
    font-weight: normal;
    /* color: #005AAB; */
    background: rgba(0, 90, 171, 0.16);
    padding: 8px 16px;
    /* border-radius: 5px; */
    border-left: 3px solid #005AAB;
    /* border-bottom: 1px solid #005AAB; */
    margin-bottom: 16px;
}
.mida_2 {
	font-size: 17px;
	font-weight: bold;
	color: #005AAB;
	border-bottom: 2px solid #005AAB;
	margin-bottom: 16px;
}
.mida_4 {
	background: #F4F4F4;
    margin: 25px 0 10px;
    padding: 10px 0 10px 10px;
    position: relative;
    font-size: 15px;
	color: #005AAB;
    line-height: 1;
	font-weight: bold;
    border-top: 1px solid #005AAB;
    border-radius: 0 0 2px 2px;
}

.contact_waku_1 {
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(0, 90, 171, 1);
	background: rgba(0, 90, 171, 0.03);
	padding: 16px;
}
.contact_waku_1_ttl {
	font-weight:bold;
	color: rgba(0, 90, 171, 1);
	margin-bottom: 10px;
}
.gene_waku_1 {
	background: #f4f4f4;
	padding: 24px;
}
.gene_waku_2{
	background: #f4f4f4;
	padding: 8px 16px;
	font-size: 90%;
}
.btn_link {
    width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.btn_link a {
    display: block;
    position: relative;
    color: #fff;
	font-size: 18px;
	text-decoration: none;
    background: #005AAB;
    text-align: center;
    padding: 16px 0;
	border-radius: 100px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.btn_link a::after{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_link a:hover {
    opacity: 0.7;
}
.text_red {
	color: red;
}
.line_through {
	color: red;
  text-decoration: line-through;
}
.line_through span {
	color: #000;
}
.end_text_1 {
	display: inline-block;
	background-color: #dcdcdc;
    border: solid 1px #999999;
	padding: 0.5em 2em;
}
.btn_typ_01 {
	width: 50%;
	margin: 0 auto;
}
.btn_typ_02 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.btn_typ_02 li {
	width: 48%;
	float: left;
	margin-left: 4%;
}
.btn_typ_02 li:first-child {
	margin-left: 0;
}
.btn_typ_01 a,
.btn_typ_02 a {
	display: block;
	background: #005AAB;
	color: #fff;
	padding: 16px 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-decoration: none;
	display: block;
    position: relative;
	border-radius: 50px;
}
.btn_typ_01 a::after,
.btn_typ_02 a::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_typ_01 a:hover,
.btn_typ_02 a:hover {
	opacity: 0.7;
}
.return {
	text-align: center;
	margin: 60px 0;
}
.return a {
	color: #333;
}
.return a:hover {
	color: #cc3333;
    text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.content_box {
	font-size: 14px;
}
.contact_waku_1 {
	max-width: 100%;
}
.btn_typ_02 {
	width: 80%;
}
.btn_typ_02 li {
	width: 100%;
	float: none;
	margin-left: 0;
}
.btn_typ_02 li:first-child {
	margin-bottom: 20px;
}
.btn_link {
    width: 90%;
}
}
@media screen and (max-width: 767px) {
.page_ttlbox {
	padding: 12px 4%;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.content_box {
	font-size: 14px;
	width: 92%;
	padding-bottom: 40px;
}
.cont_sec {
	margin-bottom: 30px;
}
.gene_waku_1 {
	padding: 8px;
}
.contact_waku_1 {
	max-width: 100%;
}
.mida_1 {
	font-size: 16px;
}
.mida_2 {
	font-size: 16px;
}
.btn_link {
    width: 100%;
	max-width: 400px;
}
.btn_link a {
	font-size: 15px;
}
.btn_typ_02 {
	width: 80%;
}
.btn_typ_02 li {
	width: 100%;
	float: none;
	margin-left: 0;
}
.btn_typ_02 li:first-child {
	margin-bottom: 20px;
}
.btn_typ_01 a,
.btn_typ_02 a {
	font-size: 15px;
}
.return {
	margin: 40px 0 0;
}
}





/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer {
	padding: 50px 0 10px;
}
.footer_inner {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}
.footer_ttl {
	font-size: 18px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
.footer_con {
	margin-bottom: 40px;
	letter-spacing: 0.02em;
}
.footer_left {
	width: 48%;
	float: left;
}
.footer_right {
	width: 48%;
	float: right;
}
.ofice_ttl {
	padding-bottom: 0;
	margin-bottom: 12px;
	border-bottom: 1px solid #fff;
}
.ofice_name {
	font-size: 17px;
	margin-bottom: 12px;
}
.ofice_info {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.ofice_repre {
	font-size: 13px;
	line-height: 1.8;
}
footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
}

.copy {
	font-family: Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
footer {
	padding: 50px 0 10px;
}
.footer_con {
	letter-spacing: 0;
}
.ofice_ttl {
	font-size: 14px;
}
.ofice_name {
	font-size: 16px;
}
}
@media screen and (max-width: 767px) {
footer {
	padding: 30px 0 10px;
}
.footer_inner {
}
.footer_ttl {
	font-size: 17px;
	margin-bottom: 20px;
	letter-spacing: 0;
}
.footer_con {
	letter-spacing: 0;
}
.footer_left,
.footer_right {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.ofice_ttl {
	font-size: 13px;
}
.ofice_name {
	font-size: 15px;
	margin-bottom: 6px;
}
.ofice_info,
.ofice_repre {
	line-height: 1.6;
	font-size: 12px;
}

.copy {
	font-size: 10px;
	letter-spacing: 0;
}
}




/* -----------------------------------------------------------
	bana_list_side
----------------------------------------------------------- */
.bana_list_side {
	margin-bottom: 20px;
	/*display: none !important;*/
}
.bana_list_side li {
	margin-bottom: 8px;
	border: 1px solid rgba(6,121,194,0.3);
}
.bana_list_side li a {
	display: block;
	background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {

}
@media screen and (max-width: 767px) {
.bana_list_side li {
	width: 49%;
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
}
.bana_list_side li:nth-child(2n + 1) {
	margin-left: 0;
}
}




