/*!
Theme Name: lab-bridge
Author: Labrid
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lab-bridge
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lab-bridge is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Link
# Header
# Footer
# Navigation
	## Menu common
	## Offcanvas Menu
	## Global Menu
	## Pagetop Button
# Accessibility
# Clearings
# Widgets
# Content
  ## Title
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# News
# Childpage list
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html,body {
	color: #000;
 font-size: 16px;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

*:focus, *:active { outline: none !important; }

@media (max-width: 40em) {
 html,body {
 	font-size: 14px;
 }
}

@media screen and (min-width: 40em) {
h1 {
  font-size: 2rem; }
h2 {
  font-size: 1.875rem; }
h3 {
  font-size: 1.5rem; }
h4 {
  font-size: 1.35rem; }
h5 {
  font-size: 1.25rem; }
h6 {
  font-size: 1.15rem; }
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: inherit; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
 text-decoration: none; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: 400;
	color: inherit; }
h1 small, h2 small, h3 small {
	font-size: 70%; }
h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
	padding: .33333em .5em;
  font-size: .8em; }

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 2.5em 0 1.4em; }
.entry-content .row h3,
.entry-content .row h4,
.entry-content .row h5,
.entry-content .row h6 {
	margin: 1.75em 0 1em; }
.entry-content>*:first-child,
.entry-content .row .columns>*:first-child,
.entry-content .row .column>*:first-child,
.entry-content h2 + h3,
.entry-content h3 + h4 {
	margin-top: 0; }

.entry-content h2 > .fa,
.entry-content h3 > .fa,
.entry-content h4 > .fa,
.entry-content h5 > .fa,
.entry-content h6 > .fa {
	margin-right: .2em;  }


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

p, ul, ol, dl {
	line-height: 1.8;
}

ul, ul ul, ol ul {
	margin-left: 2rem;}
ol, ol ol, ul ol {
	margin-left: 2.4rem;}

li > ul, li > ol,
dd > ul, dd > ol,
td > ol, td > ul {
	margin-bottom: 0; }

li > ul {
	list-style-type: circle; }

dl dt, th {
	font-weight: 400;}

table tbody, table tfoot, table thead {
	border: solid 1px #ddd; }
table tfoot td, table tfoot th, table thead td, table thead th,
table tbody td, table tbody th {
	padding: .8rem 1rem .75rem; }
table tbody th {
	text-align: left; }
table td>*:first-child, table th>*:first-child {
	margin-top: 0; }
table td>*:last-child, table th>*:last-child {
	margin-bottom: 0; }

.table-scroll table { min-width: 100%; }
@media (max-width:40em) {
	.table-scroll th, .table-scroll td { white-space: nowrap; }
}

hr { margin: 2rem 0; border-bottom-color: #7c62ad; }

.button, .button-group.expanded .button {
	font-size: 1rem;
	padding: 1.12em 1.725em;
}

/* container */
.container {
	max-width: 1200px;
  width: 98%;
	margin: 0 auto;
}


/*--------------------------------------------------------------
# Link
--------------------------------------------------------------*/
a {
	transition: all, .2s;
  color: #3f1b83;
}
a:hover {
  color: #6A5AA7;
}

@media print {
	a[href]:after,
	abbr[title]:after {
    content: ""; }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  box-sizing: border-box;
	padding: 0 70px 0 0;
  height: 70px;
	position: relative;
}
.site-title {
	margin: 0;
	height: 100%;
	line-height: 1;
}
.site-title img {
  width: auto;
  height: 100%;
}
.site-title a:hover {
	opacity: .7;
}
@media (max-width:40em) {
	.site-header {
		padding: 0 95px 0 0;
    height: 50px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#foot-warp {
	background: #f2f2f2;
}
#footlink {
	padding: 20px 0;
}
#foot-icon {
  display: flex;
}
#foot-icon a {
  text-align: center;
}
#foot-icon a {
  margin: 3px 5px;
}
#foot-icon a:hover img {
  opacity: 0.8;
}
#foot-nav {
	padding-right: 64px;
	position: relative;
}
#foot-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}
#foot-nav li a {
	text-decoration: none;
	color: #000;
	font-size: 13px;
}
#foot-nav li a:hover {
	text-decoration: underline;
}
#foot-nav a.facebook-link {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
#foot-nav a.facebook-link .fa {
	vertical-align: middle;
	color: #4567AD;
}
#foot-nav a.facebook-link:hover .fa {
	color: #224997;
}

#footer {
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	padding: 12px 0 15px;
}

.pagetop {
	height: 22px;
}
.pagetop img {
	width: 37px;
	height: 22px;
}
.copyright {
	font-size: 13px;
	line-height: 1.5;
  margin: 6px 20px 0;
}

@media (min-width:813px) {
  #footlink {
    padding: 3rem 0;
  }
  #footer {
		padding: 25px 0;
	}
	#foot-nav ul {
		flex-flow: row;
		justify-content: flex-end;
		align-items: center;
	}
	#foot-nav li {
		margin: .3em 1em;
	}
  .copyright {
    margin: 20px 20px 0;
  }
}

@media (max-width:812px) {
  #footlink {
    padding: 10px;
    position: relative;
  }
  #foot-icon img {
    height: 48px;
  }
  #foot-nav ul {
		flex-flow: column;
  }
  #foot-nav li {
    margin: 0;
  }
  #footer {
    padding: 8px 0 10px;
  }
  .copyright {
    font-size: 11px;
  }
  .pagetop {
    height: 13px;
    line-height: 13px;
  }
  .pagetop img {
    width: 24px;
    height: 13px;
  }
}
@media (max-width:812px) and (orientation: landscape) {
  #foot-icon img {
    height: 40px;
  }
  #footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
  }
  .copyright {
    text-align: left;
    margin: 0;
  }
}

@media (min-width:415px) {
	#footlink {
    position: relative;
  }
	#footlink .container {
		display: flex;
    flex-direction: row-reverse;
    height: 100%;
		justify-content: space-between;
	}
}

@media (max-width:414px) {
  #footlink .container {
    display: flex;
    flex-direction: column-reverse;
  }
  #foot-icon {
	  margin: 0 0 10px;
  }
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* MENU common */
.menu a {
	color: #222;
}
.menu a:hover {
	background-color: rgba(255,255,255,.6);
}

/* offcanvas toggle button */
.offcanvas-toggle-btn {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 15;
  width: 70px;
	height: 70px;
}
.offcanvas-toggle-btn button {
  color: #000;
  width: 100%;
	height: 100%;
  border-radius: 0;
	transition: all, .3s;
	position: relative;
	cursor: pointer;
}
.offcanvas-toggle-btn button>i {
	display: block;
	position: absolute;
  height: 3px;
  width: 40%;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -1px);
  margin: 0;
  background: #000;
	transition: all 0.3s;
}
.offcanvas-toggle-btn button>i:first-child {
  transform: translate(-50%, -7px);
}
.offcanvas-toggle-btn button>i:last-child {
  transform: translate(-50%, 4px);
}
.offcanvas-toggle-btn button:hover {
	background-color: rgba(255,255,255,0.7);
}
.offcanvas-toggle-btn button:hover>i:first-child {
	transform: translate(-50%, -9px);
}
.offcanvas-toggle-btn button:hover>i:last-child {
	transform: translate(-50%, 6px);
}
.offcanvas-toggle-btn button[aria-expanded=true] {
	background: #fff;
}
.offcanvas-toggle-btn button[aria-expanded=true]>i:first-child {
	transform: translate(-50%, -1px) rotate(135deg)
}
.offcanvas-toggle-btn button[aria-expanded=true]>i:last-child {
	transform: translate(-50%, -1px) rotate(225deg)
}
@media (max-width:40em) {
	.offcanvas-toggle-btn {
		width: 50px;
		height: 50px;
	}
  .offcanvas-toggle-btn button>i {
    height: 2px;
  }
}

/* bogo */
.bogo-language-switcher {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 75px;
	margin: 0;
	font-size: 14px;
	z-index: 12;
}
.bogo-language-switcher>li {margin:0 2px;}
.lang-nonelink{display:block;line-height:1;}
.bogo-language-switcher a, .lang-nonelink{padding:.4em .5em;border-radius:3px;}
.bogo-language-switcher a:hover {background:rgba(62,28,130,.15);}
.bogoflags,.bogoflags:before{line-height:11px;}
.bogo-language-switcher>li.current>.lang-nonelink{background:rgba(0,0,0,.1);}
.bogo-language-switcher>li.disable{display:none;}
@media (max-width:40em) {
	.bogo-language-switcher { right: 50px; }
	.bogo-language-switcher.menu a { border: solid 1px #ccc; }
	.bogo-language-switcher>li.current { display: none; }
}


/* offcanvas menu */
.off-canvas {
	background: #fff;
	font-size: 87%;
}
.position-right {
	width: 280px;
  -webkit-transform: translateX(280px);
  -ms-transform: translateX(280px);
  transform: translateX(280px);
}
.js-off-canvas-overlay {
	background:rgba(0,0,0,.2);
}
.off-canvas.is-transition-overlap.is-open {
	box-shadow: none;
}
/*
@media (max-width:40em) {
  .off-canvas.position-right {
    top: 50px;
  }
}*/

.off-canvas-title {
	font: 400 30px/70px 'Barlow Condensed', sans-serif;
	margin: 0;
	padding: 0 70px 0 20px;
	color: #3f1b83;
}
@media (max-width:40em) {
	.off-canvas-title {
		font-size: 22px;
		line-height: 50px;
		padding-right: 50px;
	}
}

.off-canvas ul ul.children {
	display: none;
}
.off-canvas ul.site-page-list {
	border-top: solid 1px #ddd;
}
.off-canvas li {
	position: relative;
	border-bottom: solid 1px #ddd;
}
.off-canvas li>a,
.off-canvas li>span {
	padding: 12px 20px;
	background-color: #fff;
	line-height: 20px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	display: block;
}
.off-canvas .menu.children>li {
  border-top: solid 1px #ddd;
  border-bottom: none;
}
.off-canvas .menu.children>li>a:before {
  display: inline-block;
  content: '-';
  margin-right: 8px;
}
.off-canvas li.page_item_has_children>a {
	padding-right: 40px;
}
.off-canvas .off-actrg {
	position: absolute;
	top: -1px; right: 0;
	padding: 12px 4px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	width: 40px;
	border: solid 1px #ddd;
	border-right: none;
	background-color: #fff;
	cursor: pointer;
}
.off-canvas .off-actrg:before { content: '\FF0B'; }
.off-canvas .off-actrg.active:before { content: '\30FC'; }
.off-canvas .menu>li>a:hover,
.off-canvas .off-actrg:hover { background: #eee; }
.off-canvas .menu>li.current_page_item>a { border-left: 5px solid #3f1b83; padding-left: 15px; }
.off-canvas .menu>li.current_page_ancestor>a { border-left: 5px solid #7c62ad; padding-left: 15px; }

/* 管理メニューの高さ考慮 */
.admin-bar .offcanvas-toggle-btn,
.admin-bar .off-canvas { top: 32px; }


/* thumbnail */
.thumbindex {
	display: flex;
	flex-wrap: wrap;
  align-items: flex-start;
	justify-content: space-around;
	margin: 0 1%; padding: 0; list-style: none;
}
.thumbindex li {
	margin: 0px 1% 2rem;
  width: 340px;
	border-radius: 10px;
  max-width: 31%;
	overflow: hidden;
}

.thumblink {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.thumblink>a {
	display: block;
	width: 100%;
	height: 200px;
	color: #fff;
	position: relative;
	text-decoration: none;
	transition: all .3s;
}
.thumblink>a>em {
	display: block;
	padding: 0 3em 0 1.5em;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2.5em;
	background-color: rgba(0,0,0,0.5);
	white-space: nowrap;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	transition: all, .3s;
}
body.en-US .thumblink>a>em {
	padding: 0 2.8em 0 1em;
	font-size: 1.125rem;
}
.thumblink>a>em:after {
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(assets/images/bow-icon.svg) center center no-repeat;
	background-size: 100% auto;
}
.thumblink>a:hover>em {
	background-color: rgba(0,0,0,0.7);
}
@media (max-width:766px) {
  .thumbindex li {
    margin-bottom: 2rem;
  }
  .thumblink>a {
    height: 175px;
  }
  .thumblink>a>em {
    font-size: 1.12rem;
    padding: 0 2.2em 0 1em;
  }
  .thumblink>a>em:after {
    right: .8em;
    width: 16px;
    height: 16px;
  }
	body.en-US .thumblink>a>em {
		font-size: .875rem;
    padding: 0 1em;
	}
  body.en-US .thumblink>a>em:after {
    display: none;
  }
}
@media (max-width:639px) {
  .thumbindex li {
    max-width: 48%;
    margin: 0px 1% 1.6rem;
  }
}
@media (max-width:480px) {
  .thumbindex li {
    margin-bottom:10px;
  }
  .thumblink>a {
    height: 120px;
  }
  .thumblink>a>em {
    font-size: 1rem;
    padding: 0 2em 0 1em;
  }
  .thumblink>a>em:after {
    right: .6em;
    width: 14px;
    height: 14px;
  }
}

.thumbindex.seclink {
  margin: 0 -1%;
}
.thumbindex.seclink .thumblink {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

/*** second index ***/
.sec-index {
	display: flex;
	flex-wrap: wrap;
  align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 5rem; padding: 0; list-style: none;
}
.sec-index li {
	margin: 0px 0 2rem;
	width: 46.875%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sec-index li>a {
	display: block;
	text-align: center;
	width: 100%;
	height: 200px;
	line-height: 200px;
	white-space: nowrap;
	position: relative;
  font-size: 1.25rem;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	text-decoration: none;
	transition: all .3s;
}
.sec-index.inlink li>a {
	height: 100px;
	line-height: 100px;
}
.sec-index li>a:hover {
	background-color: rgba(0,0,0,0);
}
@media (max-width:40em) {
  .sec-index li>a { font-size: 1rem; }
}


/* breadcrumbs */
.breadcrumbs {
	background: #f2f2f2;
  color: #555;
	padding: 8px 0;
	font-size: .8125rem;
  margin: 0;
}
.breadcrumbs span {
	display: inline-block;
	padding: 0 2px;
}
.breadcrumbs .fa {
  margin: 0 5px;
}
.breadcrumbs a {
	color: #333;
}
.breadcrumbs a:hover {
	color: #7c62ad;
}
.breadcrumbs .current-item {
  color: #000;
}
body.en-US .breadcrumbs .fa {
	margin: 0 2px;
}

/* 水平リンク */
.pagesublink {
	padding: 10px;
	background-color: aliceblue;
}
.pagesublink .menu>li {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	margin: 2px 0 2px -1px;
}
.pagesublink .menu a {
	padding: .4rem 1rem;
}
body.en-US .pagesublink {
	font-size: .875rem;
}

/****** サムネイル画像 ******/

/* about */
#about-link01 { background-image:url(assets/images/about-th01.jpg); }
#about-link02 { background-image:url(assets/images/about-th02.jpg); }
#about-link03 { background-image:url(assets/images/about-th03.jpg); }
#about-link04 { background-image:url(assets/images/about-th04.jpg); }
#about-link05 { background-image:url(assets/images/about-th05.jpg); }
#about-link06 { background-image:url(assets/images/about-th06.jpg); }

/* vision */
#vision-link01 { background-image:url(assets/images/vision-th01.jpg); }
#vision-link02 { background-image:url(assets/images/vision-th02.jpg); }

/* support */
#supp-link01 { background-image:url(assets/images/supp-th01.jpg); }
#supp-link02 { background-image:url(assets/images/supp-th02.jpg); }
#supp-link03 { background-image:url(assets/images/supp-th03.jpg); }
#supp-link04 { background-image:url(assets/images/supp-th04.jpg); }
#supp-link05 { background-image:url(assets/images/supp-th05.jpg); }
#supp-link06 { background-image:url(assets/images/supp-th06.jpg); }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
aside.widget-area {
	padding: 3rem 2rem 2rem;
	background: #eee;
	display: flex;
	flex-wrap: wrap;
}
aside.widget-area .widget {
	flex: 0 0 25%;
	padding: 0 1rem;
}

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-form {
  position: relative;
}
.search-form input[type=search] {
	background-color: #fff;
	box-shadow: none;
	margin: 0;
  width: calc( 100% - 52px );
  height: 32px;
	border: none;
  font-size: .875rem;
	border-radius: 4px;
	padding: 4px 8px; }
.search-form .button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
	color: #fff;
	background: #3f1b83;
	border-radius: 4px;
	padding: 3px;
	width: 48px;
	height: 32px;
	text-align:center; }
.search-form .button .fa {
	 }
.search-form .button:hover,
.search-form .button:focus {
	background-color: #C3EDFE; }


/*--------------------------------------------------------------
# Sitemap
--------------------------------------------------------------*/
.entry-content .site-page-list, .entry-content .site-page-list li { margin:0; list-style:none; }
.entry-content .site-page-list>li { border-top:solid 1px #ddd; padding:1em 0; }
.entry-content .site-page-list>li:after { display: table; content: ''; clear: left; }
.entry-content .site-page-list a {  }
.entry-content .site-page-list a:hover { text-decoration: none; }
.entry-content .site-page-list a:before { font-family:FontAwesome; content:'\f054'; margin-right:.5em; }
.entry-content .site-page-list>li>ul>li>a:before { content: '\f101'; }
.entry-content .site-page-list>li>ul>li>ul li>a:before { content: '\f105'; }
@media (min-width: 681px) {
.entry-content .site-page-list>li>ul { margin-left:0; }
.entry-content .site-page-list>li>a { float:left; width:35%; }
.entry-content .site-page-list>li>ul { float:left; width:65%; }
.entry-content .site-page-list>li>ul>li ul { margin-bottom:.5em; margin-left: 1.5em; }
}


/*--------------------------------------------------------------
# MW WP Form
--------------------------------------------------------------*/
.mw_wp_form th { text-align: left; }
.mw_wp_form th small { color: #c00; }
.mw_wp_form td table { margin-bottom: 0; }
.mw_wp_form td table tbody { background: none; border: none; }
.mw_wp_form td table tbody tr:nth-child(even) { background: none; }
.mw_wp_form td table th,
.mw_wp_form td table td { padding: 0; }
.mw_wp_form td input[type=radio],
.mw_wp_form td input[type=checkbox] {
	margin: 0 8px 0 0;
	position: relative;
	top: -2px;
}
.mw_wp_form td input[type=text],
.mw_wp_form td input[type=email],
.mw_wp_form td input[type=tel],
.mw_wp_form td input[type=url],
.mw_wp_form td input[type=date],
.mw_wp_form td textarea,
.mw_wp_form td select,
.mw_wp_form td p {
	margin: 5px 0;
}
.mw_wp_form td label,
.mw_wp_form .inline {
	display: inline-block;
	width: auto;
	font-size: 1rem;
}
.mw_wp_form td .label {
	line-height: 1.4375rem;
	padding: .2rem .5em;
	margin: .5em 0;
	color: #111;
	background: #dedede;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 1rem !important;
}
.mw_wp_form small.chuki {
	margin: 5px 0;
	display: block;
}
.mw_wp_form .ui-datepicker-year {
	background: none;
	border:none;
	height: auto;
	padding: 0;
}
.mw_wp_form_confirm td {
  font-size: 1.2rem;
}
.confirm-mess {
  display: none;
}
.mw_wp_form_confirm .confirm-mess {
  display: block;
}
@media screen and (max-width: 63.9375em) {
	.mw_wp_form tbody { border: none; }
	.mw_wp_form th { font-weight: bold; }
	.mw_wp_form td input[type=radio],
	.mw_wp_form td input[type=checkbox] { top: 0; }
	.spibck { display: inline-block !important; }
	.spflex { display: flex !important; align-items: center; padding: 0 0 .5rem !important; }
	.spflex .label { margin: 0 .4rem 0 0 !important; }
	.spflex input { margin: 0 !important; }
}
@media screen and (min-width: 64em) {
	.mw_wp_form .pc-inline { display: inline-block; width: auto; }
  .mw_wp_form th { width: 250px; }
	.mw_wp_form td table { width: auto; }
	.mw_wp_form td table th { padding: 0 .5rem 0 0; }
	.mw_wp_form td table td { padding: 0 0 0 .5rem; }
}




/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#main {
  display: block;
	padding: 3rem 0 5rem;
}

#main .entry-content section {
	margin: 5rem 0;
}
#main .entry-content > section:first-child {
  margin-top: 0;
}

@media (max-width:40em) {
  #main {
    padding: 1.6rem 0;
  }
  #main .entry-content section {
    margin: 2rem 0;
  }
}

/*--------------------------------------------------------------
## Title
--------------------------------------------------------------*/
/* page */
.page-header {
  padding: 120px 20px 100px;
  text-align: center;
  background: #5b5c7a url(assets/images/bg-pagehead.jpg) center center no-repeat;
  background-size: cover;
}
.page-header .en-maintitle {
	font: 400 1.25rem/1 "Times New Roman", Times, serif;
  text-transform: uppercase;
	margin: .825em 0 0;
}
.page-header .maintitle {
  font-size: 2.4rem;
	font-weight: 600;
  line-height: 1.2;
  color: #3f1b83;
  margin: 0;
}
body.en-US .page-header .maintitle {
	font: 400 2.6rem/1 "Times New Roman", Times, serif;
	margin: .5em 0;
}
body.en-US .page-header .en-maintitle {
	display: none;
}

.page-now-support-2nd .page-header, .page-oya-support-2nd .page-header { background-image: url(assets/images/bg-pagehead-green.jpg); }
.page-oya-about.page-now-team .page-header { background-image: url(assets/images/bg-team.jpg); padding: 160px 20px 140px; background-position: 50% 30%; }
.page-oya-about.page-now-organization .page-header { background-image: url(assets/images/bg-org.jpg); }
.page-now-vision .page-header { background-image: url(assets/images/bg-vision.jpg); padding: 160px 20px 140px; }
.page-oya-about.page-now-outline .page-header,
.page-now-access .page-header { background-image:  url(assets/images/bg-access.jpg); padding: 160px 0 140px; }

.page-oya-about.page-now-greeting .page-header { background: #ebebeb url(assets/images/bg-greeting.jpg) right bottom no-repeat; background-size: auto 100%; padding: 50px 0 60px; }
.page-oya-about.page-now-greeting .page-header .column { text-align: left; }
.page-oya-about.page-now-greeting .page-header .greet-mes { margin-top: 2rem; }
/*
.page-oya-about.page-now-greeting .page-header .greet-mes { margin: 1.25em 0 1em; font: normal 1.75rem/1.5 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  }
.page-oya-about.page-now-greeting .page-header .greet-sign { font: normal 1.15rem/1.5 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
*/

.page-oya-about.page-now-team .page-header > *,
.page-oya-about.page-now-outline .page-header > *,
.page-now-access .page-header > * {
  color: #fff;
}


@media (max-width:1040px) {
	.page-oya-about.page-now-greeting .page-header { padding: 35px 38% 25px 0 !important; }
}
@media (max-width:668px) {
  .page-header { padding-top: 50px !important; padding-bottom: 40px !important; height: auto; }
  .page-header .maintitle  { font-size: 2rem; }
  .page-header .en-maintitle { font-size: 1rem; }
	body.en-US .page-header .maintitle { font-size: 2.2rem; }
  .page-oya-about.page-now-greeting .page-header { padding: 30px 0 370px !important; background-size: auto 400px; }
  /*
  .page-oya-about.page-now-greeting .page-header .greet-mes  { font-size: 1rem; }
  .page-oya-about.page-now-greeting .page-header .greet-sign  { font-size: .75rem; }
  */
}
@media (max-width:440px) {
  .page-oya-about.page-now-greeting .page-header { padding: 30px 0 278px !important; background-size: auto 300px; }
}


/* single */
.single-header {
	margin-bottom: 2rem;
}
.single-header .entry-title {
	padding-bottom: 1em;
	border-bottom: solid 1px #ccc;
}
.single-header .entry-meta {
	flex-direction: row-reverse;
	margin: 1em 0 0;
}

/* arcive */
.arcive-header {
	margin-bottom: 10px;
}
.arcive-header a:hover {
	color: #7c62ad;
}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.nav-links {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}
.post-navigation .nav-links {
	justify-content: space-between;
}
.pagination .nav-links {
	justify-content: center;
}
.pagination .nav-links .page-numbers {
	margin: 0 .2em;
}
.pagination .nav-links .current {
  background: #7c62ad;
}
.nav-links .nav-previous a:before,
.nav-links .nav-next a:after,
.nav-links a.prev:before,
.nav-links a.next:after {
	display: inline-block;
	font-family: FontAwesome;
}
.nav-links .nav-previous a:before,
.nav-links a.prev:before {
	margin-right: .5em;
	content: '\f104';
}
.nav-links .nav-next a:after,
.nav-links a.next:after{
	margin-left: .5em;
	content: '\f105';
}

.entry-meta {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}
.entry-meta>span {
	padding-right: 1em;
	margin-bottom: .3em;
}
.entry-meta .fa {
	color: #777;
	margin-right: .3em;
}
@media(max-width:40em) {
	.entry-meta {
		flex-wrap: wrap;
	}
}

.archive-post {
	padding-bottom: 1.2rem;
	border-bottom: solid 1px #ccc;
}
.has-post-thumbnail:after {
	clear: both;
	content: '';
	display: table;
}
.archive-thumb {
	float: right;
	margin: 0 0 .8rem 1.5rem;
}
@media(max-width:24em) {
	.archive-thumb {
		display: none;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Youtube [youtube value="W6Hgkeyg2D4" title="キャプション"]
--------------------------------------------------------------*/
.ytthum {
	margin-bottom: 1.4em;
	font-size: 85%;
}
.ytthum a {
	display: block;
	position: relative;
	background: #000;
	margin-bottom: 8px;
}
.ytthum a img {
	width: 100%;
	opacity: .7;
	transition: opacity 0.3s ease-out;
}
.ytthum a:hover img {
	opacity: 1;
}
.ytthum a:after {
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	font: 100 30px/30px FontAwesome;
	width: 30px; height: 30px;
	tab-size: center;
	margin: -15px 0 0 -15px;
	content: '\f16a';
	color: #EB3324;
}

/*--------------------------------------------------------------
# News Index
--------------------------------------------------------------*/
.news-list {
	margin-left: 0;
	list-style-type: none;
}
.news-list-li {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	align-items: flex-start;
	line-height: 1.5;
	font-size: 14px;
	margin: 0;
  padding: .8em 0;
  border-bottom: solid 1px #ccc;
}
.news-l-date {
	flex: 0 0 8em;
}
.nl-cat {
	flex: 0 0 9em;
	padding: 1px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #444;
}
.cat-event {
	background-color: #082083 !important;
}
.cat-fund1 {
	background-color: #328F0F !important;
}
.cat-fund2 {
	background-color: #00704A !important;
}
a.news-list-title {
	color: #000;
	text-decoration: none;
	margin-left: 1rem;
}
a.news-list-title:hover {
	text-decoration: none;
	color: #0A00D7;
}
em.news-new {
	color: #cf0000;
	font-style: normal;
	margin-left: .5em;
}

.tnjunbi {
	color: #888;
	font-size: 14px;
	margin: 1em 0;
}

.top-post-toidx {
	text-align: right;
}
.top-post-toidx a {
	display: inline-block;
	padding: .3em .8em;
	border: solid 1px #999;
	color: #222;
}
.top-post-toidx a:before {
	margin-right: .3em;
	font-family: FontAwesome;
	content: '\f105';
}
.top-post-toidx a:hover {
	background: rgba(0,0,0,.08);
}

@media (max-width:639px) {
	.news-list-li {
		flex-wrap: wrap;
	}
	a.news-list-title {
		width: 100%;
		margin: .5em 0 0;
	}
}


.arcive-post {
	margin-bottom: 2.6rem;
	padding-bottom: 2.4rem;
	border-bottom: solid 1px #7c62ad;
}
.arcive-post .entry-title>a {
	color: #3f1b83;
}
.arcive-post .entry-title>a:hover {
	text-decoration: underline;
	color: #000;
}


.excerpt-read-more {
	display: inline-block;
	font-size: .8125rem;
	margin: 0 0 0 12px;
	border: solid 1px #888;
	border-radius: 3px;
	padding: 0 8px;
	color: #3f1b83;
}
.excerpt-read-more:hover {
	background: #7c62ad;
	color: #fff;
}


/**** TOPICS ****/
#topic-head h2 {
  font-size: 1.875rem;
	margin: 0 0 2rem;
}
#topic-head h2 small {
  font-size: 1rem;
  font-family: "Times New Roman", Times, serif;
  display: inline-block;
  vertical-align: middle;
  margin-left: .4em;
}
#topic-head .button {
  margin-bottom: 0;
}
#toptopics .tabs {
	background: none;
	border: none;
}
#toptopics .tabs-title {
	margin-right: 1em;
}
#toptopics .tabs-title>a {
	border: solid 1px #ddd;
	padding: 3px 1px;
	line-height: 1.5;
	text-align: center;
	width: 9em;
	font-size: 12px;
	color: #222;
	background-color: rgba(255,255,255,.8);
}
#toptopics .tabs-title.is-active>a,
#toptopics .tabs-title>a:hover {
	color: #fff;
	background: none;
}
#toptopics .tabs-panel {
	padding: 1rem 0 0;
}
@media (max-width:639px) {
  #topic-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1rem;
  }
  #topic-head h2, #topic-head p {
    margin: 0;
  }
	#toptopics .tabs-title {
		margin-right: 5px;
	}
	#toptopics .tabs-title>a {
		width: 7.4em;
	}
}


/*--------------------------------------------------------------
# Childpage List
--------------------------------------------------------------*/
.childpage-grid .thumb-box {
	margin-bottom: 1.6rem;
}
.childpage-grid .thumb-box a {
	display: block;
	position: relative;
}
.childpage-grid .thumb-box .thumb-tex {
	position: absolute;
	bottom: 0; left: 0;
	display: block;
	width: 100%;
	padding: .3em;
	text-align: center;
	background: rgba(0,0,0,.2);
	color: #fff;
}
.childpage-grid .thumb-box a:hover .thumb-tex {
	background: rgba(0,0,0,.4);
}


/*--------------------------------------------------------------
# OUTLINE
--------------------------------------------------------------*/
/* TEAM */
#team-mems {
}
.team-box {
	position: relative;
	text-align: center;
	font-size: 0.875rem;
	margin-bottom: 3rem;
	border-radius: 8px;
	border: solid 1px #ccc;
	padding-bottom: 12px;
}
.team-box img {
	border-radius: 8px 8px 0 0;
	margin-bottom: 10px;
}
.team-box:not(.csooon) img {
	cursor: pointer;
  transition: all, .2s;
  /*transform-origin: 50% 86%;*/
}
.team-box:not(.csooon) img:hover {
  transform: scale(0.95);
	border-radius: 6px;
}
.team-rpic img {
	border-radius: 8px;
}
.team-rpic, .team-rtex {
	padding: 1rem;
}
.team-rtex p {
	margin: 1.2rem 0 0;
}
@media (min-width:40em) {
	.team-reveal {
		display: flex;
	}
	.team-rpic {
		flex: 0 0 332px;
	}
}

.team-pfjp, .team-pfen {
  /* display: flex;
  flex-wrap: wrap;
  align-items: baseline; */
  margin-top: .2rem;
}
.team-pfjp .tp-post { margin-right: 1.6em; }
.team-pfjp .tp-name { font-size: 120%; }
.team-pfen .tp-post { margin-right: 1em; }
.team-pfen { font-size: .875rem; }

/*
.team-pic {
  margin-bottom: .8rem;
}
.team-pfbtn {
  margin: .8rem 0;
  text-align: center;
  font-size: .875rem;
  padding: .5em;
  border: solid 1px #ccc;
	color: #000;
  border-radius: 4px;
	cursor: cell;
}
.team-pfbtn:hover {
	color: #000;
  border-color: #222;
}
.team-tooltip {
	position: absolute;
	z-index: 900;
	visibility: hidden;
	opacity: 0;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 25px;
	transition: all, .5s;
}
.team-pfbtn:hover + .team-tooltip {
	visibility: visible;
	opacity: 100;
	transform: translateY(20px)
}
.team-tooltip:before {
	content: '';
	position: absolute;
	z-index: 901;
	top: -10px;
	left: 50%;
	width: 20px; height: 20px;
	transform: translateX(-50%) rotate(45deg);
}
.team-tooltip:after {
	content: '';
	position: absolute;
	z-index: 902;
	top: 0;
	left: 50%;
	width: 40px; height: 25px;
	transform: translateX(-50%);
}
.team-tooltip,
.team-tooltip:before {
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.team-tooltip,
.team-tooltip:before,
.team-tooltip:after {
	background: #fff;
}
.team-tooltip p {
	font-size: .875rem;
	line-height: 1.5;
	margin: 0;
}
@media (min-width:40em) {
	.team-tooltip {
		left: -10%;
		width: 120%;
	}
}
@media (min-width:64em) {
	.team-tooltip {
		left: -25%;
		width: 150%;
	}
}
*/

/***** history *****/
.page-now-history #main article.page,
.historywrap {
	padding: 2rem 0 1rem;
	position: relative;
}
.page-now-history #main article.page .entry-content,
.historywrap .historylist {
	position: relative;
	z-index: 2;
}
.page-now-history #main article.page:before,
.historywrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 6px;
	width: 3px;
	height: 100%;
	background: #a3cbe7;
	z-index: 1;
}
.historylist dt {
  font-weight: 600;
  font-size: 1.125rem;
	margin-left: 20px;
}
.historylist dd {
  margin-bottom: 1.8rem;
}
.historylist dd ul {
  list-style: none;
  margin: 0;
}
.historylist dd ul>li {
  padding: 0 0 0 20px;
  margin-bottom: 3px;
  position: relative;
}
.historylist dd ul>li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px; left: -2px;
  width: 18px; height: 18px;
	border: solid 2px #fff;
  border-radius: 50%;
  background-color: #3f1b83;
}

  .hsmk01:before { background-color: #95CE52 !important; }
  .hsmk02:before { background-color: #48BFA0 !important; }
  .hsmk03:before { background-color: #13A0BF !important; }
  .hsmk04:before { background-color: #5059AB !important; }
  .hsmk05:before { background-color: #09909F !important; }


@media (min-width:766px) {
  .page-now-history #main article.page:before,
	.historywrap:before {
    left: 216px;
    width: 8px;
  }
  .historylist {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8rem;
  }
  .historylist dt {
    width: 200px;
		margin-left: 0;
    padding: 6px 0;
  }
  .historylist dd {
    margin-bottom: 3rem;
    width: calc(100% - 200px);
  }
  .historylist dd ul {
    list-style: none;
    margin: 0;
  }
  .historylist dd ul>li {
    min-height: 40px;
    padding: 6px 0 6px 120px;
    margin-bottom: 6px;
    background: url("assets/images/hstbow.png") 0 0 no-repeat;
    position: relative;
  }
  .historylist dd ul>li:before {
    top: 9px; left: 9px;
    width: 22px; height: 22px;
		border: none;
  }
}


/*--------------------------------------------------------------
# VISION
--------------------------------------------------------------*/
.vision-section h2,
.vision-section h3,
.vision-section h4 {
  font-weight: 600;
}

#visinlink {
  justify-content: space-between;
}
#visinlink li {
  width: 30%;
}
#visinlink a {
  text-align: center;
  border: solid 1px #999;
  border-radius: 6px;
  padding: .7em .3em;
}
/*
#visinlink.sec-index.inlink li { width: 31%; }
#vis-inlink01 { background-image: url(assets/images/visin-th01.jpg); }
#vis-inlink02 { background-image: url(assets/images/visin-th02.jpg); }
*/
@media (max-width:460px) {
  #visinlink a .fa { display: none; }
}

#vision-nazo.row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#vision-donyu {
  padding: 4rem 0 2rem;
	background: url('assets/images/vision-ilst3.jpg') center center no-repeat;
	background-size: contain;
	text-align: center;
}
#vision-donyu p {
  font-weight: 600;
  line-height: 1.4;
}
#vision-donyu h3 {
  color: #3f1b83;
  margin: 2.8rem 0 .2em;
  font-weight: 600;
}


#rinen .full-width-text {
  padding: 2rem;
  color: #fff;
  background-image: -webkit-linear-gradient(180deg,rgba(40,212,212,1.00) 0%,rgba(105,143,226,1.00) 100%);
  background-image: -moz-linear-gradient(180deg,rgba(40,212,212,1.00) 0%,rgba(105,143,226,1.00) 100%);
  background-image: -o-linear-gradient(180deg,rgba(40,212,212,1.00) 0%,rgba(105,143,226,1.00) 100%);
  background-image: linear-gradient(270deg,rgba(40,212,212,1.00) 0%,rgba(105,143,226,1.00) 100%);
}

#rinen h2 {
  margin-top: 1rem;
}
#rinen p>br {
  display: none;
}

#kvision .full-width-images,
#mokuteki .full-width-images {
  padding: 0 2rem;
}
#mokuhyo .full-width-images {
  padding: 2rem;
	background: #f2f2f2;
}
#kvision ol.keta2num,
ol.keta2num.visionnum {
  text-align: left;
}
#kvision ol.keta2num > li > em,
ol.keta2num.visionnum > li > em {
  color: #838383;
}

.sisin4 { list-style: none; margin-left: 0 !important; border-top: solid 1px #ccc; }
.sisin4 > li { padding: .8em 0; border-bottom: solid 1px #ccc; display: flex; }
.sisin4 > li > .ssnum { flex: 0 0 72px; margin-right: 1.5rem; }
.sisin4 .sstex h4 { font: normal 400 1.5em/1 Helvetica, "sans-serif"; color: #3f1b83; margin: 0 0 .2rem; }
.sisin4 .sstex p { margin: 0; line-height: 1.3; }
@media (max-width:40em) {
.sisin4 > li > .ssnum { flex: 0 0 42px; margin-right: 1rem; }
}

/*
.vis-act-policy {
	margin-top: 50px;
	background-image: url(assets/images/vision-bg01.jpg);
  padding-top: 40px;
	padding-bottom: 40px;
}
.vis-act-policy .columns {
  text-align: center;
}
.vis-act-policy img {
  width: 227px;
}

.page-now-vision .entry-content,
#invest {
  margin-bottom: 0 !important;
}

#invest {
  margin-top: 5rem !important;
}
*/
@media (min-width:40em) {
  #rinen .full-width-text {
    padding: 5rem 2rem;
  }
	#mokuhyo .full-width-images {
    padding: 4rem 2rem;
  }
	#rinen h2 { font-size: 36px; }
	#rinen p { font-size: 140%; }
	body.en-US #rinen .full-width-text {
    padding: 5rem;
  }
  #rinen p>br {
    display: inline-block;
  }
  .vis-act-policy {
    margin-top: 140px;
    padding-top: 60px;
  	padding-bottom: 60px;
  }
  .vis-act-policy .row {
    position: relative;
    top: -140px;
  }
	/*
  #invest {
    margin-top: 8rem!important;
  }
	*/
}
@media (min-width:64em) {
  #kvision .full-width-images {
    padding: 0;
  }
  #kvision ol.keta2num,
	ol.keta2num.visionnum {
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: space-around;
  }
  #kvision ol.keta2num > li,
	ol.keta2num.visionnum > li {
    flex: 1;
    margin: 0;
    padding: 1rem 2rem 2rem;
    border-right: solid 1px #ccc;
    text-indent: 0;
  }
  #kvision ol.keta2num > li:last-child,
	ol.keta2num.visionnum > li:last-child {
    border-right: none;
  }
  #kvision ol.keta2num > li > em,
	ol.keta2num.visionnum > li > em {
    display: block;
    text-align: center;
    font-size: 50px;
    margin: 0 auto .5em;
  }
  .vis-act-policy {
    margin-top: 200px;
    padding-top: 80px;
  	padding-bottom: 80px;
  }
  .vis-act-policy .row {
    position: relative;
    top: -200px;
  }
}
@media (min-width:80em) {
	ol.keta2num.visionnum > li {
    padding: 1rem 3rem 2rem;
  }
}


/*--------------------------------------------------------------
# SUPPORT
--------------------------------------------------------------*/
.suptoform {
  padding-top: 3rem;
  padding-bottom: 3rem;
	background-image: url(assets/images/vision-bg01.jpg);
  background-position: center top;
}
.suptoform .callout {
  margin: 0;
}
.suptobtn .button {
  display: block;
  margin: 0;
  padding: 1.5em;
  line-height: 1.3;
}
.suptobtn.sup2ndff .button {
	background-color: #6ec043;
}
.suptobtn.sup2ndff .button:hover {
	background-color: #54A42A;
}
.suptobtn .button strong {
  font: 600 30px/1.3 'Barlow Condensed', sans-serif;
}
.subtotex p {
  font-size: .8125rem;
  margin: 0;
}
@media (max-width:40em) {
  .suptobtn .button {
    margin: 0 0 .8em;
    padding: 1em;
  }
}

/*** feature ***/
#stagesup.full-width-images {
  padding: 0 2rem;
}
.stgup-box {
  text-align: left;
  border: solid 1px #ccc;
  padding: 5px;
  margin-bottom: 30px;
  position: relative;
}
.stgup-box:before {
  content: '';
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translate(-15px,0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #DCDFEE transparent transparent transparent;
}
.stgup-box:first-child:before {
  display: none;
}
.stgup-box h4 {
  font-size: 1.1rem;
  padding: .4rem .5rem;
  background: #EBF2F2;
  text-align: center;
  margin: 0;
}
.stgup-box ul {
  padding: .75rem;
  margin-bottom: 0;
}
@media (min-width:64em) {
  #stagesup {
    display: flex;
    justify-content: space-between;
  }
  .stgup-box {
    flex: 0 0 22%;
  }
  .stgup-box:before {
    transform: rotate(-90deg);
    top: 115px;
    left: -15%;
  }
}

/*** target ***/
.page-now-target .entry-content h3 strong { font: 600 70px/1 'Barlow Condensed', sans-serif; margin-right: 5px; display: inline-block; vertical-align: bottom;}
#target1 h3 strong, #target1 .maru-list li:after { color: #95CE52; }
#target2 h3 strong, #target2 .maru-list li:after { color: #47BFA0; }
#target3 h3 strong, #target3 .maru-list li:after { color: #14A0C0; }
#target4 h3 strong, #target4 .maru-list li:after { color: #5059AB; }
#target5 h3 strong, #target5 .maru-list li:after { color: #09909F; }
@media (max-width:40em) {
  .page-now-target .entry-content h3 strong { display: block; text-align: center; }
  .page-now-target .entry-content h3 { text-align: center; }
}
@media (min-width:40em) {
.page-now-target .entry-content ul { margin-left:20px; }
}

/*** fund ***/
.fund-section {
  border-top: solid 1px #7c62ad;
}
.fund-list {
	margin-top: 3em;
}
.fund-list .card {
	margin-bottom: 2rem;
}
.fund-list .card h3 {
	font-size: 1.2rem;
	margin: 0;
}
body.en-US .fund-list .card h3 {
	font-size: 1.075rem;
}
.fund-list .card h3 a {
	display: block;
	padding: 1rem 2.6rem 1rem 1rem;
	background-color: #43919D;
	color: #fff;
	position: relative;
}
.fund-list .card h3 a > .fa {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .9rem;
}
.fund-list .card h3 a:hover {
	background-color: #46a6b5;
}
.fund-list .card table th,
.fund-list .card table td {
	padding: .5rem .625rem .625rem;
}
.fund-list .card table th {
	width:100px;
	background: #f7f7f7;
	text-align: right;
}
@media (max-width:40em) {
	.fund-list {
		margin-top: 2em;
	}
	.fund-list .card {
		margin-bottom: 1.2rem;
	}
}

/*** FAQ ***/
.faqwrapp>ul {
	list-style: none;
	margin: 0;
	border-top: solid 1px #ccc;
}
.faqwrapp>ul>li {
	border-bottom: solid 1px #ccc;
	padding: 2rem 0;
}
.faqwrapp>ul>li p, .faqwrapp>ul>li ul, .faqwrapp>ul>li ol {
  margin: 0;
}
.faq_q, .faq_a {
	padding-left: 6rem;
	position: relative;
}
.faq_q {
  font-size: 1.15rem;
	margin: 0 0 1em;
	color: #3f1b83;
}
.faq_a {
	margin: 0;
}
.q_icon, .a_icon {
	position: absolute;
	top: -.15rem;
	left: 0;
	width: 5rem;
	text-align: right;
  font-size: 1.875rem;
  line-height: 1;
}
.a_icon { color: #cf0000; }

@media (max-width:40em) {
	.faqwrapp>ul>li {
		padding: 1.4rem 0rem;
	}
}

/* 指針 */

.vis-invest-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 5rem;
	background-image: url(assets/images/vision-bg02.jpg);
  background-position: center top;
}
.vis-vectle {
  text-align: center;
}
.vis-vectle .vvnum {
  font: italic 600 44px/1 'Barlow Condensed', sans-serif;
  color: #3f1b83;
  margin-bottom: 1rem;
}
@media (min-width:40em) {
  .vis-invest-bg {
    padding-top: 5.5rem;
    padding-bottom: 12rem;
  }
}



/*--------------------------------------------------------------
# RESULTS
--------------------------------------------------------------*/
.icinfotable tbody th {
  white-space: nowrap;
}
.icinfotable td a {
  text-decoration: underline;
}

.icinfo-content.callout {
  margin: 3rem 0;
}
.icinfo-content h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.icktbutton a {
  width: 80%;
}

/* index */
.results-list {
  list-style: none;
  margin: 0; padding: 0;
}
.results-li {
	padding: 20px 0;
	border-bottom: solid 1px #ccc;
}
.results-li:last-child {
	border-bottom: none;
}
.ic-blank a {
	display: block;
	color: #000;
	text-decoration: none;
}
.ic-blank a:hover {
  text-decoration: none;
}
.ic-logoimg {
	text-align: center;
  margin-bottom: 0.5em;
}
.results-li h3 {
  margin: 0 0 1rem;
	font-size: .8125rem;
  line-height: 1.3;
	text-align: center;
}
.ic2detail a {
	display: block;
	padding: .5em;
	text-align: center;
	background: #f2f2f2;
	color: #000;
	text-decoration: none;
}
.ic2detail a:hover {
background: #eee;
}
/*
.icinfotable {
  font-size: 85%;
}
.icinfotable tbody th {
  vertical-align: top;
}
.results-list li>a {
}
.results-list li>a .button {
  display: block;
  margin: 1.4rem auto;
  padding: .875rem;
  width: 80%;
}
*/

@media (min-width:64em) {
	/*
  .icinfotable tbody th {
    width: 5em;
    padding-right: 0;
    padding-left: 0;
		white-space: nowrap;
  }
  .icinfotable tbody td {
    padding-right: 0;
  }
	*/
  .results-list {
    display: flex;
    flex-wrap: wrap;
  }
  .results-li {
    width: 33.3%;
		padding: 0 20px;
 		margin: 0 0 2rem;
		border-left: solid 1px #ccc;
		border-bottom: none;
  }
	.results-li:nth-child(3n+1) {
		border-left: none;
	}
	.ic-logoimg {
		height: 130px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: .8rem;
	}
	.ic-logoimg img {
		max-height: 100%;
		max-width: 100%;
		width: auto;
		height: auto;
	}
}


/*--------------------------------------------------------------
# RECRUIT
--------------------------------------------------------------*/
#recruit-info {
	margin: 1.7rem 0 4rem;
}
#recruit-info h2 {
	text-align: center;
	margin: 0 0 1em;
}
#recruit-info h3,
#recruit-info h4 {
  font-size: 1rem;
  font-weight: 600;
}
#recruit-info .row {
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #888;
}
#recruit-info .row:last-child {
  border-bottom: none;
}
.recruit-td > *:last-child {
  margin-bottom: 0;
}
@media (max-width:40em) {
  #recruit-info h3 {
    font-size: 1.15rem;
  }
}
@media (min-width:40em) {
  #recruit-info h3 {
    margin-bottom: 0;
  }
  .recruit-td {
    padding-left: 1.5rem;
    border-left: solid 1px #888;
  }
}


/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
.page-now-contact #main {
  padding-bottom: 0;
}
.page-now-contact .entry-content,
#toi-address {
  margin-bottom: 0 !important;
}
#toi-address {
  margin-top: 5rem !important;
}
#toi-address .callout h3 {
  font-weight: bold;
}
#toi-address .callout p span {
  display: inline-block;
  margin: 0 1em 0 0;
}
.toi-address-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 5rem;
	background-image: url(assets/images/vision-bg02.jpg);
  background-position: center top;
}
@media (max-width:40em) {
  #toi-address .callout p span {
    display: block;
    margin: 0;
  }
}


/*--------------------------------------------------------------
# POLICY
--------------------------------------------------------------*/
.policylist { margin-top: 3.5rem; }
.policylist>li { margin-bottom: 2.4rem; font-size:1.5rem; }
.policylist>li>h3 { font-size: 1.5rem; margin: 0 0 .8rem; }
.policylist>li>h4 { font-size: 1.1rem; margin: 1.5rem 0 .8rem; }
.policylist>li>p,
.policylist>li>ol,
.policylist>li>ul { font-size: 1rem; }
.policylist>li>table { width: auto; font-size: .925rem; }
.policylist>li>table th { padding: .5em 1.5em .5em 0; white-space: nowrap; }
.policylist>li>table td { padding: .5em 0; }
