@charset "utf-8";
/* ===================================================================
     BASE CSS
=================================================================== */
html {
	font-size: 62.5%;
}
body {
	/*-webkit-text-size-adjust: 100%;*/
}
body {
	color: #333333;
	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;
	/*background: #EEEEEE;*/
}
a {
	color: #1a0dab;
	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: 202px 0 0;*/
}
}
@media screen and (max-width: 767px) {
body {
	font-size: 140%;
	/*padding: 76px 0 0;*/
}
}

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

.cousei_red {
	color: red;
}

/* -----------------------------------------------------------
	汎用
----------------------------------------------------------- */
.icon_pdf {
	width: 14px;
	vertical-align: text-bottom;
	margin-left: 6px;
}
.icon_blank {
	position: relative;
	color: #333;
	text-decoration: underline;
}
.icon_blank:hover {
	text-decoration: none;
}
.icon_blank::after {
	content: '';
    display: inline-block;
    width: 16px;
    height: 13px;
    margin-left: 5px;
    background: url(../img/ico_target.svg) no-repeat center;
}
.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;
}

/* btn_link */
.btn_link {
    width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.btn_link a {
    display: block;
	text-decoration: none!important;
    position: relative;
    color: #fff;
	font-size: 19px;
    background: #1f9939;
	background: linear-gradient(to right, #9e3d3f, #9e3d3f);
    text-align: center;
    padding: 12px 0;
	border-radius: 4px;
    -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: -6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_link a:hover {
    opacity: 0.7;
}
.btn_link.fullsize {
	width: 100%;
}
.text_cyu {
	font-size: 80%;
}
.lin_hei_nomal {
	line-height: 1.6;
}
.teltext {
	pointer-events: none;
	color: #333;
	text-decoration: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.spacing {
	letter-spacing: 0;
}

/* btn_link */
.btn_link {
    width: 80%;
}
.teltext {
	pointer-events: auto;
}
}
@media screen and (max-width: 767px) {
.spacing {
	letter-spacing: 0;
}

/* btn_link */
.btn_link {
    width: 100%;
}
.btn_link a {
	padding: 8px 0;
	font-size: 15px;
}
.teltext {
	pointer-events: auto;
}
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
header {
	width: 100%;
	height: 150px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	/*box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);*/
	transition: height 0.5s ease, background 0.5s ease;
	/*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));*/
	/*background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));*/
}
.header_inner {
	width: 94%;
	margin:  0 auto;
	position: relative;
	transition: height 0.5s ease;
}
.logo {
	width: 120px;
	position: absolute;
	top: 20px;
	left: 0;
	transition: width 0.3s ease, top 0.3s ease;
}
.logo .logo_white {
	display: block;
}
.logo .logo_color {
	display: none;
}

/* header_nav */
.header_nav {
	position: absolute;
    right: 0;
    top: 30px;
	/*padding: 0 30px;
	background: rgba(255, 255, 255, 1);
	border-radius: 100px;*/
}
.header_nav ul.dropmenu {
	text-align: center;
	height: 47px;
}
.header_nav ul.dropmenu > li {
	float: left;
	padding: 0 13px;
	position: relative;
}
.header_nav ul.dropmenu li a,
.header_nav ul.dropmenu li span {
	display: block;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	/*color: #222;*/
	color: #fff;
	line-height: 47px;
	cursor: pointer;
	/*text-shadow: 
		0 1px 10px rgba(255, 255, 255, 0.8),
        1px 0 10px rgba(255, 255, 255, 0.8),
        0 -1px 10px rgba(255, 255, 255, 0.8),
        -1px 0 10px rgba(255, 255, 255, 0.8),
        -1px -1px 10px rgba(255, 255, 255, 0.8),
        1px -1px 10px rgba(255, 255, 255, 0.8),
        -1px 1px 10px rgba(255, 255, 255, 0.8),
        1px 1px 10px rgba(255, 255, 255, 0.8);*/
}
.header_nav ul.dropmenu li a:hover,
.header_nav ul.dropmenu li span:hover{
	/*color: #9e3d3f;*/
	opacity: .7;
}

.header_nav ul.dropmenu li:hover ul.sub {
  visibility: visible;
  opacity: 1;
}
.header_nav ul.dropmenu li .sub {
	width: 250px;
	list-style: none;
    position: absolute;
    z-index: 9999;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    white-space: nowrap;
    background: #fff;
    top: 44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 6px;
}
.header_nav ul.dropmenu li .sub li {
	width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.header_nav ul.dropmenu li .sub li a {
	padding: 10px 0;
	line-height: 1;
	letter-spacing: 0;
    font-weight: normal;
    opacity: 1;
	text-shadow: none;
	text-align: center;
	color: #444;
}
.header_nav ul.dropmenu li .sub li a:hover {
	background: #f9f9f8;
}

.header_nav ul li.vein-24,
.header_nav ul li.vein-25,
.header_nav ul li.vein-26{
	display: none;
}

.gnav_active {
	display: block;
}
.smp_sns_wrap {
	display: none;
}

/*--- ハンバーガー ---*/
.btn_smp {
	width: 36px;
	float: right;
	position: absolute;
    right: 0;
    top: 17px;
	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: 2px;
	background-color: #000;
	/*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::after {
	position: absolute;
	left: 0;
	bottom: -18px;
	content: 'MENU';
	display: block;
	width: 100%;
	color: #000;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	transition: all .4s;
}
.menu-trigger.menu_active::after {
	content: 'CLOSE';
	bottom: -18px;
}
.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: height 0.8s ease;*/
    /*-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;*/
}
header.sml {
	height: 130px;
	/*background: #000;*/
	background: #fff;
	box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.3);
}
.sml .logo {
	width: 90px;
	top: 20px;
}
.sml .logo .logo_white {
	display: none;
}
.sml .logo .logo_color {
	display: block;
}
.sml .header_inner {
	height: 98px;
}
.sml .header_nav ul.dropmenu li a,
.sml .header_nav ul.dropmenu li .trg {
	/*padding: 20px 0;*/
	color: #000;
}
.brt {
	display: none;
}
/*
#about .header_nav li.about a {
	color: #9e3d3f;
}
#meeting .header_nav li.meeting a {
	color: #9e3d3f;
}
#officers .header_nav li.officers a {
	color: #9e3d3f;
}
#generation .header_nav li.generation a {
	color: #9e3d3f;
}
#events .header_nav li.events a {
	color: #9e3d3f;
}
#contact .header_nav li.contact a {
	color: #9e3d3f;
}
#vein .header_nav li.vein a {
	color: #9e3d3f;
}
#donate .header_nav li.donate a {
	color: #9e3d3f;
}
#membership .header_nav li.membership a {
	color: #9e3d3f;
}*/


@media screen and (min-width: 1201px) and (max-width: 1300px) {
/*.header_nav ul.dropmenu li a .deco,
.header_nav ul.dropmenu li .trg .deco {
	padding: 0 20px;
}*/
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
/*.header_nav {
	
}
.header_nav ul.dropmenu li a,
.header_nav ul.dropmenu li .trg {
	min-height: 38px;
}
.header_nav ul.dropmenu li a .deco,
.header_nav ul.dropmenu li .trg .deco {
	padding: 0 1vw;
	font-size: 15px;
	line-height: 1.3;
}*/
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.header_inner {
	height: 120px;
}
.logo {
	width: 80px;
    top: 10px;
}
.header_nav {
	top: 14px;
	max-width: calc(100% - 130px);
}
.header_nav ul {
	height: auto;
	text-align: right;
}
.header_nav ul li {
	padding: 0 5px;
	line-height: 40px;
}
.header_nav ul li a {
	font-size: 15px;
	line-height: 38px;
}
.header_nav ul.dropmenu > li {
	padding: 0 8px;
}
.header_nav ul.dropmenu li span {
	font-size: 15px;
	letter-spacing: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
.header_inner {
	height: 110px;
}
.header_nav ul.dropmenu li .brt {
	display: block;
}
.header_nav ul.dropmenu li a .deco,
.header_nav ul.dropmenu li .trg .deco {
	padding: 0 1vw;
}
}
@media screen and (max-width: 767px) {
/*#about .header_nav ul.dropmenu li.about::after,
#meeting-seminar .header_nav ul.dropmenu li.meeting-seminar::after,
#entry .header_nav ul.dropmenu li.entry::after,
#membership .header_nav ul.dropmenu li.membership::after,
#perimetry .header_nav ul.dropmenu li.perimetry::after,
#ips .header_nav ul.dropmenu li.ips::after,
#archive .header_nav ul.dropmenu li.archive::after,
#related-links .header_nav ul.dropmenu li.related-links::after {
	display: none;
}*/

header {
	
}
.menu-trigger span {
	background-color: #fff;
}
.menu-trigger::after {
	color: #fff;
}
.sml .menu-trigger span,
.header_active .menu-trigger span {
	background-color: #000;
}
.sml .menu-trigger::after,
.header_active .menu-trigger::after {
	color: #000;
}
.header_inner {
	height: 70px;
}
.sml .header_inner {
	height: 70px;
}
.header_inner .logo {
	width: 50px;
	top: 8px;
	z-index: 9999;
	position: relative;
}
.header_active .logo .logo_white {
	display: none;
}
.header_active .logo .logo_color {
	display: block;
}
.header_right {
	right: 40px;
	width: 100px;
	top: 15px;
	z-index: 2;
}
.header_right_nav {
	display: none;
}
.header_right .btn_en {
	width: 4.5em;
}
.header_right .btn_en a {
	font-size: 10px;
	transform: scale(0.8,0.8);
}
.header_nav {
	position: fixed;
	padding: 0 6% 120px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.39);
    transition: initial;
    -webkit-transition: initial;
    -moz-transition: initial;
    -o-transition: initial;
	background: #fff;
}
.header_nav ul.dropmenu {
	height: auto;
	width: 90%;
	position: absolute;
    top: 70px;
    left: 5%;
   /* transform: translateY(-50%);*/
}
.header_nav ul.dropmenu li {
	float: none;
	display: block;
	padding: 0;
	border-bottom: 1px solid #ccc;
	background: #f4f4f4;
}
.header_nav ul.dropmenu li:last-child {
	border: none;
}
.header_nav ul.dropmenu li a,
.header_nav ul.dropmenu li span {
	color: #fff;
	line-height: 1.4;
	font-size: 14px;
	text-align: left;
	position: relative;
	width: 100%;
	padding: 12px 12px;
	text-shadow: none;
	background: #333;
}
.sml .header_nav ul.dropmenu li a,
.sml .header_nav ul.dropmenu li .trg {
	color: #fff;
}
.header_nav ul.dropmenu li a:hover,
.header_nav ul.dropmenu li span:hover {
	color: #fff;
	opacity: 1;
}
.header_nav ul.dropmenu li a::after {
	position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header_nav ul.dropmenu li span::after {
	position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    display: block;
    content: '+';
    width: 8px;
    height: 8px;
    margin-top: -8px;
}
.header_nav ul.dropmenu li span.trg_active::after {
	content: 'ー';
}
.header_nav ul.dropmenu li ul.sub {
	visibility: visible;
	display: none;
	position: static;
	width: 100%;
	transform: none;
	opacity: 1;
	box-shadow:none;
}
.header_nav ul.dropmenu li .sub li {
	border-top: none;
}
.header_nav ul.dropmenu li ul.sub a {
	text-align: left;
	padding: 12px 12px;
	background: #888;
	color: #fff;
}
.header_nav ul.dropmenu li .sub li a:hover {
	background: #888;
}
.header_nav ul.dropmenu li.trg_active {
	
}
.header_nav ul.dropmenu li ul.sub.sub_active {
	visibility: visible;
	display: block;
}


.header_nav ul li.vein-24,
.header_nav ul li.vein-25,
.header_nav ul li.vein-26{
	display: none;
}


.header_nav {
	animation:header_nav_on 0.4s linear forwards;
}
header, header.sml {
	height: 70px
}
.btn_smp {
	display: block;
}
.header_nav {
	display: none;
	opacity: 0;
	border-radius: 0;
}
.gnav_active {
	display: block;
}
.smp_sns_wrap {
	display: block;
	margin-top: 20px;
}
.smp_sns_wrap li {
	display: inline-block;
    width: 32px;
    margin: 0 8px;
}

/*#about .header_nav li.about a {
	color: #222;
}
#meeting .header_nav li.meeting a {
	color: #222;
}*/
}
@keyframes header_on {
	100% { top:0; left: 0; opacity:1; }
}
@keyframes header_nav_on {
	100% { top:0; opacity:1; }
}



/* -----------------------------------------------------------
	mian
----------------------------------------------------------- */
main {
}
.main_content {
	padding-top: 110px;
}
.bg_cont {
	background: #f4f4f4;
}
.cont_inner {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}
.cont_wrap_full {
	min-height: 500px;
}
.cont_wrap {
	width: 78%;
	float: right;
	min-height: 500px;
	/*background: #ccc;*/
}
.fullwidth {
	width: 100%;
	float: none;
}
.side_wrap {
	width: 17%;
	float: left;
}
.side_wrap .local_nav .catettl {
	/*background: rgba(16,77,49,0.8);*/
	color: #104d31;
	font-weight: bold;
	padding: 13px 13px 13px 0;
	border-bottom: 2px solid #104d31;
	display: none;
}
.side_wrap .local_nav ul {
	border-top: 2px solid #104d31;
}
.side_wrap .local_nav ul li {
	border-bottom: 1px solid #a0a0a0;
}
.side_wrap .local_nav ul li a {
	display: block;
	padding: 13px;
	background: #e9eeeb;
	color: #333;
}
.side_wrap .local_nav ul li a:hover {
	background: rgba(16,77,49,0.4);
}
.cont_wrap.bg {
	background: #f0f2f3;
}
.cont_inner a {
	text-decoration: underline;
}
.cont_inner a:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.main_content {
	
}
.main_inner {
	max-width: 94%;
}
.cont_wrap {
	width: 100%;
	float: none;
	margin-bottom: 30px;
	min-height: 300px;
}
.side_wrap {
	width: 100%;
	float: none;
}
.side_wrap .local_nav ul li a {
	padding: 8px;
}
}
@media screen and (max-width: 767px) {
main {
}
.main_content {
	padding-top: 20px;
}
.main_inner {
	max-width: 94%;
}
.cont_inner {
	width: 90%;
}
.cont_wrap {
	width: 100%;
	float: none;
	margin-bottom: 30px;
	min-height: 300px;
}
.side_wrap {
	width: 100%;
	float: none;
}
.side_wrap .local_nav ul li a {
	padding: 8px;
}
}




/* -----------------------------------------------------------
	page title
----------------------------------------------------------- */
.page_ttlbox {
	min-height: 225px;
    /*background-image: url("../img/bg_page_ttl.jpg");*/
    background-position: center bottom;
    background-size: cover;
	background: #000;
    position: relative;
}
.page_ttl {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Libre Franklin', sans-serif;
	font-size: 36px;
    font-weight: 700;
    /*letter-spacing: 0.12em;*/
    letter-spacing: 0;
    text-align: center;
    /*color: #000;*/
	color: #fff;
    white-space: nowrap;
    margin-top: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	/*text-shadow: 
		0 1px 20px rgba(255, 255, 255, 0.4),
        1px 0 20px rgba(255, 255, 255, 0.4),
        0 -1px 20px rgba(255, 255, 255, 0.4),
        -1px 0 20px rgba(255, 255, 255, 0.4),
        -1px -1px 20px rgba(255, 255, 255, 0.4),
        1px -1px 20px rgba(255, 255, 255, 0.4),
        -1px 1px 20px rgba(255, 255, 255, 0.4),
        1px 1px 20px rgba(255, 255, 255, 0.4);*/
}
.page_ttl.sub {
	line-height: 1.2;
}
.page_ttl span {
	font-size: 60%;
	letter-spacing: 0.05em;
	display: block;
	line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.page_ttlbox {
	min-height: 200px;
}
.page_ttl {
	font-size: 32px;
	margin-top: 50px;
}
}
@media screen and (max-width: 767px) {
.page_ttlbox {
	min-height: 110px;
}
.page_ttl {
	font-size: 17px;
	letter-spacing: 0;
	margin-top: 25px;
}
}

/* -----------------------------------------------------------
	anchor_list
----------------------------------------------------------- */
.anchor_list {
	width: 94%;
	max-width: 860px;
	margin: -20px auto 0;
	background: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.30);
	position: relative;
	z-index: 1;
}
.anchor_list li {
	width: 50%;
	float: left;
	border-left: 1px solid #ccc;
}
.anchor_list li:nth-child {
	border: none;
}
.anchor_list li a {
	display: block;
	color: #333;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 12px 0;
}
.anchor_list li a:hover {
	background: #CEDAE2;
}
.anchor_list li a span {
	padding-right: 26px;
	position: relative;
}
.anchor_list li a span::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    width: 20px;
    height: 12px;
    background: url("../img/icon_anchor.png") center center no-repeat;
    background-size: cover;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.anchor_list li a {
	font-size: 14px;
}
.anchor_list li a span::after {
	width: 14px;
    height: 12px;
}
}


/* -----------------------------------------------------------
	パンくず
----------------------------------------------------------- */
.pan_box {
	margin: 8px auto 0;
	width: 94%;
	max-width: 1500px;
}
.pan {
	display: table;
}
.pan li {
	float: left;
	color: #333;
	font-size: 12px;
	position: relative;
	padding-right: 12px;
	padding-left: 8px;
}
.pan li:first-child {
	padding-left: 0;
}
.pan li a {
	color: #333;
	text-decoration: underline;
}
.pan li a:hover {
	text-decoration: none;
}
.pan li::after {
	position: absolute;
	top: 6px;
	right: 0;
	left: auto;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pan li:last-child::after {
	display: none;
}

@media screen and (max-width: 1000px) {
.pan_box {
	/*overflow-x: scroll;*/
	padding-bottom: 3px;
	border-radius: 3px;
	position: relative;
}
.pan {
	width: 100%;
}
.pan li {
	font-size: 10px;
}
/* スクロールバーの装飾 */
.pan_box::-webkit-scrollbar {
  height: 3px;
}

.pan_box::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 3px;
}

.pan_box::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}

}

/* -----------------------------------------------------------
	mida para
----------------------------------------------------------- */
.mida_01 {
	font-size: 28px;
	color: #9e3d3f;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
	font-weight: normal;
	line-height: 1.4;
	border-bottom: 2px solid #9e3d3f;
}
.mida_02 {
	font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	font-weight: normal;
	line-height: 1.6;
	border-bottom: 2px solid #9e3d3f;
}

.para {
	margin-bottom: 70px;
	letter-spacing: 0.02em;
}
.texten {
	letter-spacing: 0;
	line-height: 1.5;
	font-size: 94%;
}
.update {
	text-align: right;
	font-size: 94%;
	color: #666;
	margin-bottom: 30px;
}
.note {
	font-size: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.mida_01 {
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}
.mida_02 {
	font-size: 18px;
}
.para {
	margin-bottom: 50px;
	line-height: 1.8;
}
}
@media screen and (max-width: 767px) {
.mida_01 {
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}
.mida_02 {
	font-size: 17px;
}
.para {
	margin-bottom: 40px;
	line-height: 1.6;
	letter-spacing: 0;
}
}

/* -----------------------------------------------------------
	table style table_st_01
----------------------------------------------------------- */
.table_st_01 {
	width: 100%;
}
.table_st_01 th,
.table_st_01 td {
	padding: 14px 20px;
	border: 1px solid #ccc;
}
.table_st_01 th {
	background: #e9eeeb;
	font-weight: bold;
	vertical-align: top;
	width: 25%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
.table_st_01 th,
.table_st_01 td {
	padding: 5px 10px;
}
.table_st_01 th {
	width: auto;
	white-space: nowrap;
}
}

/* -----------------------------------------------------------
	table style table_st_02
----------------------------------------------------------- */
.table_st_02 {
	border-top: 1px solid #ccc;
}
.table_st_02 th,
.table_st_02 td {
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
}
.table_st_02 th {
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 1em;
	margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {

}

/* -----------------------------------------------------------
	dl dl_st
----------------------------------------------------------- */
/* dl_st_01  */
.dl_st_01 {
	padding: 8px 0;
	border-top: 1px solid #ccc;
}
.dl_st_01 dt {
	float: left;
	font-weight: bold;
}
.dl_st_01 dd {
	margin-left: 8em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
.dl_st_01 dt {
	float: none;
}
.dl_st_01 dd {
	margin-left: 0;
}
}

/* dl_st_em */
.dl_st_0em dt,
.dl_st_0em_3 dt,
.dl_st_0em_4 dt,
.dl_st_0em_5 dt {
	font-weight: bold;
}
.dl_st_1em dt,
.dl_st_2em dt,
.dl_st_3em dt,
.dl_st_4em dt,
.dl_st_5em dt,
.dl_st_6em dt,
.dl_st_7em dt,
.dl_st_8em dt,
.dl_st_9em dt,
.dl_st_10em dt {
	float: left;
	font-weight: bold;
}

.dl_st_0em_3 dd {margin-left: 3em;}
.dl_st_0em_4 dd {margin-left: 4em;}
.dl_st_0em_5 dd {margin-left: 5em;}

.dl_st_1em dd {margin-left: 1em;}
.dl_st_2em dd {margin-left: 2em;}
.dl_st_3em dd {margin-left: 3em;}
.dl_st_4em dd {margin-left: 4em;}
.dl_st_5em dd {margin-left: 5em;}
.dl_st_6em dd {margin-left: 6em;}
.dl_st_7em dd {margin-left: 7em;}
.dl_st_8em dd {margin-left: 8em;}
.dl_st_9em dd {margin-left: 9em;}
.dl_st_10em dd {margin-left: 10em;}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
.dl_st_1em dt,
.dl_st_2em dt,
.dl_st_3em dt,
.dl_st_4em dt,
.dl_st_5em dt,
.dl_st_6em dt,
.dl_st_7em dt,
.dl_st_8em dt,
.dl_st_9em dt,
.dl_st_10em dt {
	float: none;
}
.dl_st_1em dd,
.dl_st_2em dd,
.dl_st_3em dd,
.dl_st_4em dd,
.dl_st_5em dd,
.dl_st_6em dd,
.dl_st_7em dd,
.dl_st_8em dd,
.dl_st_9em dd,
.dl_st_10em dd {
	margin-left: 0;
}
}

/* -----------------------------------------------------------
	grid_half
----------------------------------------------------------- */
.grid_half .grid_half_l {
	float: left;
	width: 48%;
}
.grid_half .grid_half_r {
	float: right;
	width: 48%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
.grid_half .grid_half_l,
.grid_half .grid_half_r {
	float: none;
	width: 100%;
}
}







/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer {
	margin-top: 180px;
}
.footer_inner {
	width: 94%;
    margin: 0 auto;
}
.footer_top {
	padding: 70px 0 80px;
	background: #222222;
	color: #fff;
}
.office_ttl {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 10px;
}
.office_text {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.office_text .ico_pin,
.office_text .ico_tel,
.office_text .ico_mail,
.office_text .ico_fax {
	width: 24px;
    vertical-align: sub;
    margin-right: 6px;
}
.office_text .ico_fax {
	width: 21px;
}
.office_text a {
	color: #fff;
}
.office_text a:hover {
	opacity: .7;
}
.footerlogo {
	width: 81px;
	float: right;
	margin-top: -90px;
}
.footer_bottom {
	background: #222222;
	padding: 12px 0;
}
.footer_bottom .link_list {
	float: left;
}
.footer_bottom .link_list li {
	display: inline-block;
	margin-right: 12px;
}
.footer_bottom .link_list li a {
	color: rgba(255,255,255,0.4);
	font-size: 13px;
	letter-spacing: 0.05em;
}
.footer_bottom .link_list li a:hover {
	opacity: .7;
}
.footer_bottom .copy {
	font-family: Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: center;
	color: rgba(255,255,255,0.3);
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {

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

}
@media screen and (max-width: 767px) {
footer {
	margin-top: 70px;
}
.footer_inner {
	width: 94%;
    margin: 0 auto;
}
.footer_top {
	padding: 60px 0 20px;
}
.office_ttl {
	font-size: 12px;
	letter-spacing: 0;
}
.office_text {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.8;
	margin-bottom: 20px;
}
.footerlogo {
	width: 50px;
	margin-top: -80px;
}
.footer_bottom .link_list {
	float: none;
	margin-bottom: 20px;
	text-align: center;
}
.footer_bottom .link_list li {
	margin: 0 10px;
}
.footer_bottom .link_list li a {
	font-size: 12px;
}
.footer_bottom .copy {
	font-size: 10px;
	letter-spacing: 0;
	float: none;
	text-align: center;
}
}

/* -----------------------------------------------------------
	efect
----------------------------------------------------------- */
.ef_sl {
	position: relative;
	/*overflow-x: hidden;*/
	overflow: hidden;
}
.ef_sl:before {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   right: 0;
   top: 0;
   z-index: 1;
   background-color: #111;
   -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   -webkit-transition-delay: .2s;
   -moz-transition-delay: .2s;
   -ms-transition-delay: .2s;
   -o-transition-delay: .2s;
   transition-delay: .2s;
}
.ef_sl:after {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   right: 0;
   top: 0;
   background-color: #fff;
   z-index: 2;
   -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
   -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
   transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.ef_sl.sc_active::before,
.ef_sl.sc_active::after  {
	right: -100%;
}

.ef_su {
	opacity: 0;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
	transform: translateY(80px);
}
.ef_su.sc_active {
	opacity: 1;
	transform: translateY(0px);
	transform: translate3d(0,0,0);
}

.ef_sr {
	opacity: 0;
	transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
	transform: translateX(-80px);
}
.ef_sr.sc_active {
	opacity: 1;
	transform: translateX(0px);
	transform: translate3d(0,0,0);
}

.open_fadein {
	animation: open_fadein 0.5s ease 1s 1 forwards;
	transform: translate3d(0,0,0);
	transform: translateX(-80px);
	opacity: 0;
}
@keyframes open_fadein {
100% {
    opacity: 1;
    transform: translateX(0);
}
}

/* -----------------------------------------------------------
	404
----------------------------------------------------------- */
.error_box {
	width: 1000px;
	margin: 160px auto;
	text-align: center;
}
.error_box h1 {
	font-size: 24px;
	color: #555;
	margin-bottom: 40px;
}
.error_text {
	margin-bottom: 40px;
}
.error_box a {
	color: #2c2c2c;
	text-decoration: underline;
}
.error_box a:hover {
	text-decoration: none;
}
#error404 .page_ttlbox {
	background-image: url("../sitemap/img/bg_page_ttl.jpg");
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {

}

/* -----------------------------------------------------------
	video
----------------------------------------------------------- */
.mv_box {
	width: 100%;
	/*margin: 50px auto 60px;*/
	/*border: 1px solid #ccc;*/
}
#player {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
.mv_box {
	width: 100%;
	/*margin: 0 auto 40px;*/
}
}
@media screen and (max-width: 767px) {
.mv_box {
	width: 100%;
	max-width: 450px;
	/*margin: 0 auto 40px;*/
}
}


/* -----------------------------------------------------------
	youtube_box
----------------------------------------------------------- */
.youtube_box {
	margin: 0 auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.youtube_box iframe {
  position: absolute;
  height: 100% !important;
  right: 0;
  top: 0;
  width: 100% !important;
  border: none;
}

/* サムネイル表示 */
.youtube_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.youtube_thumb:hover {
	opacity: 0.7;
}

.youtube_thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("../img/thumb_play.png") center center no-repeat;
  background-size: 124px 87px;
  transition: 0.5s;
}

.youtube_thumb:hover:after {
	opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.youtube_thumb:after {
  background-size: 100px 70px;
}
}
@media screen and (max-width: 767px) {
.youtube_thumb:after {
  background-size: 100px 70px;
}
}


/* -----------------------------------------------------------
	 tab
----------------------------------------------------------- */
.tab_traget_item {
	display: none;
}
.tab_traget_item.active {
	display: block;
}
.tab_btn li.active {
	color: #ccc;
}



