/* ------------------------------------------
                  LAYOUTS
------------------------------------------ */

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
    vertical-align: middle;
}

video {
    width: 100%;
}

body {
	background: #fff;
	font: 15px 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #111;
	line-height: 180%;
	letter-spacing: 0.1em;
}

select,
textarea,
input {
  width:100%;
  background:#f5f5f5;
  border:0;
  padding:12px;
  border-radius:4px;
  margin-bottom:10px;
  border:1px solid #eee;
  width: 100%;
}

button {
  position:relative;
  width:30%;
  padding:12px;
  border-radius:4px;
  border:0;
  background:rgb(167,43,43);
  font-size:1.2em;
  color:#fff;
  text-shadow:1px 1px 0px rgba(0,0,0,.1);
  # box-shadow:0px 3px 0px #008cc5;
  cursor: pointer;
}

button:active {
  top:3px;
  box-shadow:none;
}

.button-inquiry {
  width: auto;
  margin: 0;
  font-weight: 700;
  background: linear-gradient(90deg,rgb(167,43,43,0.7),rgb(167,43,43));
  color: #fff;
  padding: 15px 120px;
  transition: all .4s ease 0s;
  border-radius: 50em;
  position: relative;
}

article a {
    text-decoration: underline;
}

a {
	color: #000;
    text-decoration: none;
    cursor: pointer;
    word-break: break-all;
}

a:hover {
	color: #ccc;
}

a:visited {
}

.text-smaller {
	font-size: 13px;
}

.text-xsmaller {
	font-size: 10px;
}

.body-white {
   background: #fff;
   padding-top: 140px;
}

.body-row {
   background: #f1f1f1;
   padding-top: 140px;
}

.keyvisual {
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)) bottom center repeat-x fixed;
	background: -webkit-linear-gradient(left, #fff, #fff) bottom center repeat-x fixed;
	background: -moz-linear-gradient(left, #fff, #fff) bottom center repeat-x fixed;
	background: -o-linear-gradient(left, #fff, #fff) bottom center repeat-x fixed;
	background: linear-gradient(to right, #fff, #fff) bottom center repeat-x fixed;
	color: #1c1d21;
}

.keyvisual-image {
	background: url(https://musashi-es.co.jp/cn/images/bg-keyvisual.jpg) center bottom no-repeat;
}

.global-header {
    position: fixed;
    z-index: 2;
    background: #fff;
    width: 100%;
    display: block;
}

.global-header .inner {
	max-width: 1440px;
	padding: 15px;
	margin: 0 auto;
}

.global-header-logo {
	width: auto;
	float: left;
}

.global-lang-navi {
	float: right;
    color: #666;
}

.global-lang-navi li {
	display: inline-block;
}

.global-lang-navi li a {
	color: #666;
}

.global-header-navi {
	float: left;
	text-align: right;
	font-size: 13px;
    line-height: 40px;
    margin: 30px;
}

.global-header-navi li {
	display: block;
}

.global-header-navi li a {
	color: #1c1d21;
    display: block;
    padding: 10px 15px;
}

.global-header-navi li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

.global-header-navi li ul li{
	overflow: hidden;
	height: 0;
	color: #1c1d21;
}

.global-header-navi li ul li a{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
    width: 250px;
    height: 40px;
    line-height: 20px;
    color: #fff;
}

.global-header-navi li:hover > a{
	opacity: 1;
    color: #fff;
    background-color: rgb(167 43 43 / 100%);
}

.global-header-navi li:hover ul li{
	overflow: visible;
	height: 38px;
	border-bottom: 0px solid #1c1d21;
}

.anchor {
    display: block;
    padding-top: 140px;
    margin-top: -140px;
}

.keyvisual-title {
	padding: 150px 0 85px;
	text-align: center;
}

.keyvisual-title-top {
	padding: 230px 15px 200px;
}

.keyvisual-title-logo {
	margin-bottom: 15px;
}

.keyvisual-title-logo img {
	max-width: 550px;
	height: auto;
}

.content {
	position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    background: rgb(167,43,43,0);
}

.content:before {
	content: "";
	position: absolute;
	top: 50px;
	left: 50%;
	width: 25%;
	height: 100%;
	margin-left: -12.5%;
	background: rgb(167,43,43,0);
}

.content-section {
	position: relative;
	# margin-bottom: 50px;
}

.content-section > .inner {
	max-width: 1440px;
	padding: 0 50px;
	# margin: 50px auto;
    text-align: left;
}

.content-section:nth-child(odd):before {
	content: "";
	position: absolute;
	bottom: -115px;
	left: 0;
	width: 45%;
	height: 180px;
	background: rgb(167,43,43,0.0);
	z-index: -1;
}

.content-section:nth-child(even):before {
	content: "";
	position: absolute;
	bottom: -115px;
	right: 0;
	width: 50%;
	height: 180px;
	background: rgb(167,43,43,0.0);
	z-index: -1;
}

.spec {
    width: 100%;
    margin: 10px 0 0 0;
    overflow-x: scroll;
}

.notes {
    font-size: 11px;
    color: #555;
}

.graph-gray {
    width: 98%;
    margin: 20px auto;
    background: #d6d6d6;
    text-align: center;
}

.graph-white {
    width: 98%;
    margin: 20px auto;
    background: #fff;
    text-align: center;
}

.column-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.column-block-left {
    width: 48%;
    float: left;
}

.column-block-right {
    width: 48%;
    float: right;
}

.column-block-red {
    text-align: center;
    color: #fff;
    background: rgb(167,43,43);
    padding: 5px;
    margin-bottom: 20px;
}

.content-column2 .content-section:nth-child(odd):before,
.content-column2 .content-section:nth-child(even):before {
	display: none;
}

.content-column3 .content-section:nth-child(odd):before,
.content-column3 .content-section:nth-child(even):before {
	display: none;
}

.content-main {
	margin-top: 0px;
}

.content-section-box-top {
	position: relative;
    background: rgb(167,43,43,0.05);
}

.content-section-box-top .inner {
	padding: 50px;
    margin: 50px 0;
}

.content-section-box {
	position: relative;
	background: #fff;
}

.content-section-box .inner {
	padding: 50px;
}

.content-section-title {
	margin-bottom: 40px;
	text-align: center;
}

.content-section-title-ja {
	display: inline-block;
	margin-bottom: 7px;
	padding-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: solid 1px #1c1d21;
}

.content-section-title-en {
	display: block;
	font-weight: bold;
}

.content-title-main {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: solid 1px #1c1d21;
}

.entrylist01-index {
	padding: 0 50px;
}

.entrylist01-index ul li {
	display: table;
	width: 100%;
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: solid 1px #1c1d21;
}

.entrylist01-index ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.entrylist01-index-lower ul li:last-of-type {
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: solid 1px #1c1d21;
}

.entrylist01-index ul li .entry-date {
	display: table-cell;
	width: 120px;
	vertical-align: middle;
	color: #999;
}

.entrylist01-index ul li .entry-category {
	display: table-cell;
	width: 100px;
	vertical-align: middle;
}

.entrylist01-index ul li .entry-category .label {
	position: relative;
	width: 100%;
	top: -1px;
}

.entrylist01-index ul li .entry-title {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	line-height: 1.5;
    font-size: 14px;
}

a.content-section-btn {
	position: absolute;
	top: 75px;
	right: -10px;
	display: inline-block;
	padding: 10px 20px;
	background: #a72b2b;
	color: #fff;
	text-align: center;
	line-height: 1;
}

a.content-section-btn:hover {
	background: #000000;
}

a.label {
	display: inline-block;
	padding: 7px 10px;
	background: #dcedfa;
	line-height: 1;
	text-align: center;
	color: #333;
}

a.label:hover {
	background: #b3dcfc;
}

.entrylist02-index li {
	width: 23%;
	float: left;
	margin-right: 2.666666667%;
}

.entrylist02-index li:last-of-type {
	margin-right: 0;
}

.entrylist02-index li figure {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	background: #f1f1f1;
	border: solid 1px #1c1d21;
}

.entrylist02-index li figure a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 65%;
	overflow: hidden;
}

.entrylist02-index li figure a img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 130%;
	max-height: 130%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.entrylist02-index li figure.vertical a img {
	max-width: 200%;
	max-height: 200%;
}

.entrylist02-index li figure.is-noimage a img {
	max-width: 100%;
	max-height: none;
}

.entrylist02-index .entry-meta {
	margin-bottom: 5px;
}

.entrylist02-index .entry-meta .entry-date {
	width: 50%;
	float: left;
	padding-top: 3px;
	color: #999;
}

.entrylist02-index .entry-meta .entry-category {
	width: 50%;
	float: right;
	text-align: right;
}

.entrylist02-index .entry-title {
	line-height: 1.5;
    font-size: 14px;
}

.entrylist02-index-lower li {
	width: 31%;
	margin: 0 3.5% 50px 0;
}

.entrylist02-index-lower li:nth-child(3n) {
	margin-right: 0;
}

.noimage {
	max-width: 200px;
	height: auto;
}

.banner-list {
	position: relative;
	z-index: 1;
}

.banner-list li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

.banner-list li:last-of-type {
	margin-right: 0;
}

.entrylist03-index li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

.entrylist03-index li:last-of-type {
	margin-right: 0;
}

.entrylist03-index li figure {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	background: #f1f1f1;
	border: solid 1px #1c1d21;
}

.entrylist03-index li figure a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 65%;
	overflow: hidden;
}

.entrylist03-index li figure a img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 130%;
	max-height: 130%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.entrylist03-index li figure.vertical a img {
	max-width: 200%;
	max-height: 200%;
}

.entrylist03-index li figure.is-noimage a img {
	max-width: 100%;
	max-height: none;
}

.entrylist03-index .entry-meta {
	margin-bottom: 5px;
}

.entrylist03-index .entry-meta .entry-date {
	width: 50%;
	float: left;
	padding-top: 3px;
	color: #999;
}

.entrylist03-index .entry-meta .entry-category {
	width: 50%;
	float: right;
	text-align: right;
}

.entrylist03-index .entry-title {
	margin-bottom: 10px;
	line-height: 1.5;
}

.entrylist03-index .labels {
	font-size: 0;
}

.entrylist03-index .labels .label {
	display: inline-block;
	width: auto;
	margin: 0 3px 3px 0;
}

.entrylist03-index .labels .tag {
    background: #f1f1f1;
}

.entrylist03-index .labels .tag:hover,
.entrylist03-index .labels .tag:visited {
    background: #f1f1f1;
}

.entrylist03-index-lower li {
	margin-bottom: 45px;
}

.entrylist03-index-lower li:nth-child(3n) {
	margin-right: 0;
}

.page-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 25%;
	text-align: center;
	background: #fff;
	border-right: solid 1px #1c1d21;
	border-bottom: solid 1px #1c1d21;
}

.page-list li a {
	display: block;
	width: 100%;
	padding: 25px;
	text-align: center;
	line-height: 1.5;
}

.page-list li a:hover {
	background: #e8f4fe;
}

.global-inquiry {
    padding-top: 35px;
    padding-bottom: 10px;
    background: rgb(167,43,43,0.3);
}

.global-inquiry-text {
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.global-footer {
	position: relative;
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
	background: -webkit-linear-gradient(left, #fff, #fff);
	background: -moz-linear-gradient(left, #fff, #fff);
	background: -o-linear-gradient(left, #fff, #fff);
	background: rgb(167,43,43,0.05);
	color: #666;
	z-index: 1;
}

.global-footer .inner {
    display:-webkit-box;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-align-items: center;
	align-items: center;
	# max-width: 1440px;
	margin: 0 auto;
}

.global-footer-signature {
	width: 100%;
    background-color: rgb(167,43,43);
    color: #fff;
}

.global-footer-logo {
	line-height: 1;
}

.global-footer-logo img {
	max-width: none;
	height: auto;
}

.copyright {
	font-style: italic;
    float: right;
    margin: auto 10px;
}

.icp-a{
	color: #FFF;
}

.poweredby {
	width: 220px;
	padding-left: 15px;
}

.global-footer-navi {
    padding: 50px 100px;
    width: 100%;
}

.global-footer-navi a {
	color: #1c1d21;
    padding: 0 0 0 15px;
    background: url(https://www.musashi-es.co.jp/common/img/linkArrow.png) 0 50% no-repeat;
}

.global-footer-navi-box {
	width: 33.33333333%;
	margin-bottom: 30px;
	padding-right: 20px;
}

.global-footer-navi-box:nth-child(3n) {
	padding-right: 0;
}

.global-footer-navi-box-title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.global-footer-navi-list {
	display: flex;
    justify-content: center;
}

.global-footer-navi-list li {
	position: relative;
	display: block;
	margin: 0 10px;
	font-size: 12px;
}

.global-footer-navi-list li a:hover {
	text-decoration: underline;
}

.global-footer-navi-list li:before {
	position: absolute;
	top: 8px;
	left: -20px;
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background: rgba(255,255,255,0.3);
}

.global-footer-navi-list li:first-of-type:before {
	display: none;
}

.global-header-navi-sp-btn {
	display: none;
}

.spmenu-modal-overray {
	display: none;
}

.spmenu-modal-navi {
	padding: 50px 20px 20px 20px;
	max-width: 600px;
	margin: 0 auto;
}

.spmenu-modal-navi ul li {
	text-align: center;
}

.spmenu-modal-navi a {
	display: block;
	padding: 10px;
	color: #fff;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	line-height: 1.5;
}

.keyvisual-lower-title {
	# margin-bottom: 20px;
	font-size: 35px;
	line-height: 1.1;
	font-weight: bold;
}

.pager {
	text-align: center;
	overflow: hidden;
}

.pager ul {
	font-size: 0;
}

.pager ul li {
	display: inline-block;
	margin: 0 2px;
	font-size: 25px;
}

.pager ul li a {
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
}

.pager ul li a:hover {
	text-decoration: underline;
}

.pager ul li span {
	display: inline-block;
	padding: 10px 12px;
	font-weight: bold;
}

.pager ul li.prev a  {
	position: relative;
	top: 6px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: none;
	text-indent: -9999px;
	transform:rotate(-45deg);
}

.pager ul li.prev a:hover {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.pager ul li.next a  {
	position: relative;
	top: 6px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: none;
	text-indent: -9999px;
	transform:rotate(45deg);
}

.pager ul li.next a:hover {
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.content-column2 {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 50px;
}

.content-column2 .content-main {
	width: 73%;
	float: left;
}

.content-column2 .content-side {
	position: relative;
	width: 24%;
	float: right;
	margin-top: 40px;
}

.content-column2 .content-section > .inner {
	padding: 0;
}

.content-column2 .entrylist01-index {
    padding: 0;
}

.content-column3 {
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px;
}

.content-column3 .content-main {
	width: 100%;
	float: left;
}

.content-column3 .content-side {
	position: relative;
	width: 100%;
	float: right;
	margin-top: 40px;
}

.content-column3 .content-section > .inner {
	padding: 0;
}

.content-column3 .entrylist01-index {
    padding: 0;
}

.content-side-section {
	margin-bottom: 20px;
}

.content-side-section-box {
	background: #fff;
}

.content-side-section-box-title {
	padding: 15px;
	font-weight: bold;
	border-bottom: solid 2px #e1e1e1;
	border-top: solid 2px #a72b2b;
}

.content-side-section-box ul li a {
	display: block;
	padding: 12px 15px;
	border-bottom: solid 1px #1c1d21;
	line-height: 1.5;
}

.content-side-section-box ul li a:hover {
	background: #dcedfa;
}

.entry .entry-header {
	margin-bottom: 20px;
}

.entry .entry-header .entry-date {
	width: 50%;
	float: left;
}

.entry .entry-header .entry-category {
	width: 50%;
	float: right;
	text-align: right;
}

.entry .entry-title {
	margin-bottom: 45px;
	padding-bottom: 40px;
	font-size: 25px;
	line-height: 1.5;
	border-bottom: solid 1px #1c1d21;
}

.entry-body {
	margin-bottom: 20px;
}

.entry-body h1 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
}

.entry-body h2 {
	padding: 3px 0 3px 15px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	border-left: solid 3px #0164ac;
	line-height: 1.5;
}

.entry-body h3 {
	padding: 10px 15px;
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: bold;
	background: #f1f1f1;
	line-height: 1.5;
}

.entry-body h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.entry-body p {
	margin-bottom: 20px;
	margin-top: 20px;
}

.entry-body ul {
	# margin-bottom: 25px;
}

.entry-body ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 17px;
	line-height: 1.3;
}

.entry-body ul li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 5px;
	border: solid 1px #0164ac;
}

.entry-body ul li:last-of-type {
	# margin-bottom: 0;
}

.entry-body ol {
	margin-bottom: 40px;
	padding-left: 1em;
}

.entry-body ol li {
	margin-bottom: 12px;
	list-style: decimal;
	list-style-position: outside;
}

.entry-body strong {
	font-weight: bold;
}

.entry-body em {
	font-weight: bold;
}

.entry-body del {
	text-decoration: line-through;
}

.entry-body blockquote {
	margin-bottom: 40px;
	padding: 20px;
	border: solid 1px #1c1d21;
	background: #f1f1f1;
}

.entry-body table {
	width: 100%;
	margin-bottom: 20px;
	border-top: solid 1px #1c1d21;
	border-left: solid 1px #1c1d21;
}

.entry-body table th {
	padding: 15px;
	background: #f1f1f1;
	border-right: solid 1px #1c1d21;
	border-bottom: solid 1px #1c1d21;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
}

.entry-body table td {
	padding: 15px;
	border-right: solid 1px #1c1d21;
	border-bottom: solid 1px #1c1d21;
	vertical-align: middle;
	line-height: 1.5;
}

.column-block table th {
	padding: 5px 10px 5px 10px;;
	background: #f1f1f1;
	border-right: solid 1px #1c1d21;
	border-bottom: solid 1px #1c1d21;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
    font-size: 13px;
}

.column-block table td {
	padding: 5px 10px 5px 10px;;
	border-right: solid 1px #1c1d21;
	border-bottom: solid 1px #1c1d21;
	vertical-align: middle;
	line-height: 1.5;
    font-size: 13px;
    text-align: center;
}

.socialbtns {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: solid 1px #1c1d21;
	border-bottom: solid 1px #1c1d21;
	text-align: center;
}

.socialbtns .socialbtn {
	display: contents;
	vertical-align: top;
	margin: 0 3px;
}

.socialbtn-facebook {
	position: relative;
	top: -7px;
}

.entry-mainimage {
	margin-bottom: 45px;
	text-align: center;
}

.entry-navi .prev {
	position: relative;
	padding-left: 17px;
	display: inline-block;
	float: left;
}

.entry-navi .prev:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	transform:rotate(-45deg);
}

.entry-navi .next {
	position: relative;
	display: inline-block;
	float: right;
	padding-right: 17px;
}

.entry-navi .next:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 15px;
	height: 15px;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	transform:rotate(45deg);
}

.categorylist {
	margin-bottom: 45px;
}

.categorylist .categorylist-title {
	width: 80px;
	float: left;
	padding-top: 3px;
	font-weight: bold;
}

.categorylist .categorylist-body {
	margin-left: 100px;
}

.categorylist .categorylist-body li {
	display: inline-block;
	margin: 0 3px 10px 0;
}

.categorylist .categorylist-body li a {
	display: inline-block;
	padding: 3px 10px;
	border: solid 1px #e1e1e1;
	font-size: 12px;
	border-radius: 3px;
}

.categorylist .categorylist-body li a:hover {
	background: #f1f1f1;
}

.categorylist .categorylist-body li.is-active a {
	background: #f1f1f1;
}

.entry-bottom-buttons {
	text-align: center;
    margin: 20px;
}

.entry-bottom-buttons-multi {
	text-align: center;
    display: flex;
}

a.btn {
	display: inline-block;
	padding: 7px 15px;
	background: #000000;
	color: #fff;
	border-radius: 3px;
    text-decoration: none;
}

a.btn:hover {
	background: #5c5d58;
}

a.btn-large {
	padding: 12px 20px;
    margin-bottom: 5px;
}

a.btn-primary {
	background: rgb(167,43,43);
}

a.btn-primary:hover {
	background: rgb(167,43,43,0.7);
}

.entry-bottom-buttons .btn {
	width: 260px;
	margin: 5px;
}

.entry-bottom-buttons-multi .btn {
	width: 100%;
	margin: 0 5px;
}

.event-detail {
	# margin-bottom: 50px;
}

.event-detail .entry-body {
	width: 49%;
	float: left;
}

.event-detail .event-excerpt {
	width: 49%;
	float: right;
}

.event-excerpt table {
	width: 100%;
	border-top: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
}

.event-excerpt table th {
	padding: 12px 12px;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	background: #f9f9f9;
	vertical-align: middle;
	font-weight: bold;
}

.event-excerpt table td {
	padding: 12px 17px;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	vertical-align: middle;
}

.entry .entry-title-event {
	margin-bottom: 20px;
	padding-bottom: 0;
	text-align: center;
	border-bottom: none;
}

.event-detail-header {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #1c1d21;
}

.event-labels {
	text-align: center;
}

.event-labels .tag {
	background: #f1f1f1;
}

.event-labels .tag:hover,
.event-labels .tag:visited {
	background: #f1f1f1;
}

.subtitle-with-border {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.subtitle-with-border span {
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 3px #1c1d21;
}

.event-lecturer {
	margin-bottom: 30px;
}

.event-lecturer ul li {
	width: 48%;
	float: left;
	margin: 0 4% 30px 0;
}

.event-lecturer ul li:nth-child(2n) {
	margin-right: 0;
}

.event-lecturer ul li figure {
	display: inline-block;
	width: 200px;
	float: left;
	margin: 0 20px 15px 0;
}

.event-lecturer ul li .position {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.5;
}

.event-lecturer ul li .name {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.event-lecturer ul li .profile {
	font-size: 13px;
}

.event-program {
	padding: 0 80px;
}

.event-program-list {
	border-left: solid 3px #1c1d21;
	padding-left: 25px;
}

.event-program-list .name {
	position: relative;
	top: -5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.event-program-list h3:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -34px;
	width: 14px;
	height: 14px;
	background: #008cc5;
	border-radius: 50%;
}

.event-program-list .lecturer {
	margin-bottom: 10px;
}

.event-program-list .excerpt {
	margin-bottom: 40px;
	font-size: 13px;
}

.event-program ul {
	border-left: solid 3px #1c1d21;
}

.event-program ul li {
	position: relative;
	margin-bottom: 40px;
	padding-left: 25px;
}

.event-program ul li:last-of-type {
	margin-bottom: 0;
}

.event-program ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 14px;
	height: 14px;
	background: #008cc5;
	border-radius: 50%;
}

.event-program ul li .name {
	position: relative;
	top: -5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.event-program ul li .lecturer {
	margin-bottom: 10px;
}

.event-program ul li .excerpt {
	font-size: 13px;
}

/* ------------------------------------------
                  ClearFix
------------------------------------------ */

.group,
.clear {
	zoom:1;
}

.group:after,
.clear:after {
    content: "";
    display: block;
    clear: both;
}


/* ------------------------------------------
                for small pc
------------------------------------------ */

@media(max-width:1200px){

    .body-white {
        padding-top: 180px;
    }

    .body-row {
        padding-top: 180px;
    }

    .global-header {
        position: fixed;
        z-index: 2;
        background: #fff;
        width: 100%;
        display: block;
    }

    .global-header-navi {
        margin: 25px 0px 0px 10px;
    }

	.keyvisual-title {
        padding: 80px;
	}

    .content-section > .inner {
        padding: 0 20px;
	}

	.content-column2 {
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.content-column2 .content-main {
		width: 100%;
		float: none;
	}

	.content-column2 .content-side {
		width: 100%;
		float: none;
		margin-top: 0;
	}

	.content-column3 {
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.content-column3 .content-main {
		width: 100%;
		float: none;
	}

	.content-column3 .content-side {
		width: 100%;
		float: none;
		margin-top: 0;
	}

	.content-section-box .inner {
		padding: 20px;
	}

	.categorylist {
    	margin-bottom: 30px;
	}

	.event-program {
    	padding: 0;
	}

	.global-footer-signature {
		width: 100%;
	}

	.global-footer-logo img {
    	max-width: 100%;
    	height: auto;
	}

	.poweredby {
		width: 150px;
	}

}



/* ------------------------------------------
                for tablet
------------------------------------------ */

@media(max-width:800px){

    .body-white {
        padding-top: 120px;
    }

    .body-row {
        padding-top: 120px;
    }

    .global-header {
        position: fixed;
        z-index: 2;
        background: #fff;
        width: 100%;
        display: block;
    }

	.global-header .inner {
        padding: 20px 15px;
	}

    .global-lang-navi-sp {
	    text-align: center;
        color: #fff;
    }

    .global-lang-navi-sp li {
	    display: inline-block;
    }

    .global-lang-navi-sp li a {
	    color: #fff;
    }

	.global-lang-navi {
        display: none;
	}

	.global-header-navi {
        display: none;
	}

	.global-header-logo {
        width: 100%;
        float: none;
		text-align: center;
	}

	.global-header-logo img {
		max-width: 200px;
		height: auto;
	}

    .column-block-left {
        width: 100%;
        margin-top: 30px;
    }

    .column-block-right {
        width: 100%;
        margin-top: 30px;
    }

	.keyvisual-title-top {
		padding: 40px 15px 120px;
	}

	.keyvisual-title-logo img {
    	max-width: 400px;
    	height: auto;
		padding: 0 15px;
	}

	.global-header-navi-sp-btn {
		position: absolute;
		top: 17px;
		right: 15px;
		display: block;
		width: 40px;
		height: 40px;
		background: none;
		border: none;
		z-index: 100;
		cursor: pointer;
	}

	.global-header-navi-sp-btn-icon {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 40px;
		height: 1px;
		background: #000;
	}

	.global-header-navi-sp-btn-icon:before {
		position: absolute;
		top: -12px;
		left: 0;
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background: #000;
	}

	.global-header-navi-sp-btn-icon:after {
		position: absolute;
		top: 12px;
		left: 0;
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background: #000;
	}

	.modal-close {
		position: absolute;
		top: 17px;
		right: 15px;
		display: block;
		width: 40px;
		height: 40px;
		background: none;
		border: none;
		z-index: 100;
		cursor: pointer;
	}

	.modal-close-icon {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 40px;
		height: 1px;
	}

	.modal-close-icon:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background: #fff;
		transform:rotate(45deg);
	}

	.modal-close-icon:after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background: #fff;
		transform:rotate(-45deg);
	}

	.spmenu-modal-overray {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #a72b2b;
		z-index: 1000;
	}

	.entrylist01-index {
        padding: 0;
	}

	.entrylist01-index ul li {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
	}

	.entrylist01-index ul li .entry-date {
        display: inline-block;
	}

	.entrylist01-index ul li .entry-category {
        display: inline-block;
	}

	.entrylist01-index ul li .entry-title {
        display: block;
		margin-top: 7px;
        padding-left: 0;
	}

	.entrylist02-index li {
        width: 48%;
        float: left;
        margin-right: 4%;
		margin-bottom: 30px;
	}

	.entrylist02-index li:nth-child(2n) {
		margin-right: 0;
	}

	.entrylist03-index li:nth-child(1) {
        width: 100%;
        float: none;
        margin-right: 0;
		margin-bottom: 30px;
	}

	.entrylist03-index li:nth-child(1) figure a {
		height: 300px;
	}

	.entrylist03-index li:nth-child(2) {
        width: 48%;
        margin-right: 4%;
	}

	.entrylist03-index li:nth-child(3) {
        width: 48%;
        margin-right: 0;
	}

	.global-footer-navi {
		display: none;
	}

	.global-footer .inner {

	}

	.global-footer-signature {
		text-align: center;
	}

	.keyvisual-title {
        padding: 40px;
	}

	.pager ul li {
        font-size: 20px;
	}

	.pager ul li a {
        padding: 7px 12px;
	}

	.entrylist02-index-lower li {
        margin-bottom: 30px;
	}

	.entrylist02-index-lower li:nth-child(3n) {
        margin-right: 4%;
	}

	.entrylist02-index-lower li:nth-child(2n) {
        margin-right: 0;
	}

	.event-detail .entry-body {
        width: 100%;
        float: none;
	}

	.event-detail .event-excerpt {
        width: 100%;
        float: none;
	}

	.subtitle-with-border span {
        margin-bottom: 20px;
        padding-bottom: 20px;
	}

	.event-lecturer ul li {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
	}

	.event-lecturer ul li figure {
        display: inline-block;
        width: 200px;
        float: left;
        margin: 0;
	}

	.event-lecturer .event-lecturer-detail {
		margin-left: 220px;
	}

	.event-program ul li {
        margin-bottom: 30px;
        padding-left: 20px;
	}

	.global-footer-signature {
		width: 100%;
		text-align: left;
	}

	.global-footer-logo img {
    	max-width: 200px;
	}

	.poweredby {
		width: 50%;
		text-align: right;
	}

	.poweredby img {
    	max-width: 200px;
	}

}

/* ------------------------------------------
                for sp
------------------------------------------ */

@media(max-width:500px){

    .body-white {
        padding-top: 100px;
    }

    .body-row {
        padding-top: 100px;
    }

    .global-header {
        position: fixed;
        z-index: 2;
        background: #fff;
        width: 100%;
        display: block;
    }

	.global-header-logo img {
        max-width: 160px;
	}

	.global-header-navi-sp-btn {
		top: 15px;
	}

    .global-inquiry-text {
        font-size: 18px;
    }

    .column-block-left {
        width: 100%;
        margin-top: 30px;
    }

    .column-block-right {
        width: 100%;
        margin-top: 30px;
    }

	.keyvisual-title-logo img {
		max-width: 100%;
	}

	.keyvisual-title-top {
        padding: 40px 15px 80px;
	}

	.content-main {
        margin-top: 0px;
	}

	.content-section {
        position: relative;
        margin-bottom: 30px;
	}

	.content-section > .inner {
        padding: 0 10px;
	}

	.content-section-box .inner {
        padding: 20px;
	}

	.content-title-main {
	    font-size: 20px;
	}

	a.content-section-btn {
        position: static;
        display: inline-block;
		width: 100%;
        padding: 15px 20px;
	}

	.content-section-title {
        margin-bottom: 20px;
	}

	.entrylist01-index ul li .entry-date {
		width: auto;
		margin-right: 5px;
	}

	.entrylist02-index li {
        width: 100%;
        float: none;
        margin-right: 0;
		margin-bottom: 30px;
	}

	.entrylist02-index li:last-of-type {
		margin-bottom: 0;
	}

	.entrylist03-index li {
        width: 100%;
        float: none;
        margin-right: 0;
		margin-bottom: 30px;
	}

	.entrylist03-index li:nth-child(1) figure a {
        height: 200px;
	}

	.entrylist03-index li:nth-child(2),
	.entrylist03-index li:nth-child(3) {
        width: 100%;
    margin-right: 0;
	}

	.entrylist03-index li:last-of-type {
		margin-bottom: 0;
	}

	.page-list li {
		width: 50%;
	}

	.page-list li a {
		padding: 15px;
	}

	.keyvisual-title {
        padding: 40px;
	}

	.content-column2 {
    padding: 0 10px;
	}

	.content-column3 {
    padding: 0 10px;
	}

	.pager ul li a {
    padding: 4px 8px;
	}

	.keyvisual-lower-title {
    # margin-bottom: 15px;
    font-size: 25px;
	}

	.entry .entry-title {
		margin-bottom: 20px;
    	padding-bottom: 15px;
		font-size: 20px;
	}

	.entry .entry-header {
    margin-bottom: 10px;
	}

	.entry-body h1 {
    margin-bottom: 10px;
    font-size: 20px;
	}

	.entry-body p {
    margin-bottom: 30px;
	}

	.entry-body h2 {
    padding: 3px 0 3px 12px;
    margin-bottom: 10px;
    font-size: 18px;
	}

	.entry-body h3 {
    padding: 7px 12px;
    margin-bottom: 10px;
    font-size: 16px;
	}

	.entry-body h4 {
    margin-bottom: 10px;
    font-size: 15px;
	}

	.entry-body ul {
    margin-bottom: 30px;
	}

	.entry-body ol {
    margin-bottom: 30px;
	}

	.entry-body blockquote {
		margin-bottom: 30px;
		padding: 15px;
	}

	.entry-body table {
		margin-bottom: 30px;
		font-size: 13px;
	}

	.entry-body table th {
		padding: 10px;
		min-width: 80px;
	}

	.entry-body table td {
		padding: 10px;
	}

	.pager {
		margin-top: 15px;
	}

	.categorylist .categorylist-title {
    width: 100%;
    float: none;
    padding-top: 0;
		padding-bottom: 15px;
		margin-bottom: 15px;
		text-align: center;
		border-bottom: solid 1px #e1e1e1;
	}

	.categorylist .categorylist-body {
    margin-left: 0;
	}

	.categorylist .categorylist-body li {
    margin: 0 1px 7px 0;
	}

	.categorylist .categorylist-body li a {
		font-size: 10px;
	}

	.entry-bottom-buttons a.btn {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
        text-decoration: none;
	}

	.entry .entry-title-event {
		margin-bottom: 10px;
		padding-bottom: 0;
	}

	.event-labels {
    margin-bottom: 20px;
    padding-bottom: 20px;
	}

	.event-labels .label {
		margin: 0 2px 5px 0;
	}

	.event-excerpt table {
		font-size: 13px;
	}

	.event-excerpt table th,
	.event-excerpt table td {
		line-height: 1.5;
	}

	.event-lecturer ul li figure {
    width: 100px;
		margin: 0 20px 10px 0;
	}

	.event-lecturer .event-lecturer-detail {
		margin-left: 0;
	}

	.event-lecturer ul li .profile {
		line-height: 1.5;
	}

	.event-program ul li .excerpt {
		line-height: 1.5;
	}

	.subtitle-with-border {
        font-size: 23px;
        font-weight: bold;
        text-align: center;
	}

	.event-program ul li .name {
		font-size: 18px;
	}

	.global-footer-signature {
		width: 100%;
		padding-right: 20px;
		text-align: left;
	}

	.global-footer-logo img {
    	max-width: 100%;
	}

	.poweredby {
		width: 50%;
		padding-left: 20px;
		text-align: right;
	}

	.poweredby img {
    	max-width: 100%;
	}

	.banner-list li {
		width: 100%;
		margin-bottom: 20px;
	}

	.banner-list li:last-of-type {
		margin-bottom: 0;
	}

}
