@charset "utf-8";
/*
===============================================================
    1.General Setting
===============================================================
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
}
input {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
	font-size:62.5%;
}
body {
	font-size:1.6em;
	color: #333;
	line-height: 1.4;
	font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color: #027cdd;
	text-decoration: none;
}
a:hover {
	color: #d4293c;
	text-decoration: underline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
img {
	max-width: 100%;
}
/*======================================
    1.Layout
======================================*/
#JSOff {
	border-bottom: 1px solid #444;
	padding: 30px 20px 50px;
	background-color: #fff;
	position: relative;
	z-index: 100;
	order: 0;
}
#JSOff p {
	border: solid 4px #444;
	background-color: #fff;
	margin: 0 auto;
	max-width: 850px;
	color: #444;
	font-size: 3em;
	font-weight: 500;
	padding: 40px 20px 35px;
	text-align: center;
}
#headWrap .spDisp {
	display: none;
}
header {
	background-color: #fff;
	min-width: 100%;
	position: relative;
	z-index: 1;
}
#headWrap, #container {
	display: flex;
	justify-content: space-between;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
#container {
	flex-flow: column nowrap;
}
.topPage #container {
	max-width: none;
	padding: 0;
}
#container #JSOff{
	order: 1;
}
#headLogo {
	padding-bottom: 6px;
}
#headLogo > a, #headLogo > a > img {
	display: block;
	max-width: 192px;
	min-width: 150px;
	width: 15vw;
}
#headLogo p {
	font-size: 0.976vw;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin: 10px 0 5px;
}

@media screen and (min-width:768px) and ( max-width:1280px) {
#headLogo p {
	font-size: 0.976vw;
}
}

@media screen and (min-width:1281px) {
#headLogo p {
	font-size: 1.25rem;
}
}
#headLogo p span {
	color: #cf1126;
}
#headNav {
	border: 1px solid #eae9e9;
	border-radius: 0 0 5px 5px;
	background-color: #faf9fb;
	margin-bottom: 10px;
}
#headNav, #gNav {
	clear: both;
	display: table;
}
#gNav {
	display: flex;
	position: relative;
}
#gNav > li{
	margin: 0;
}
#headNav {
	float: right;
}
#headNav > li {
	display: table-cell;
	vertical-align: middle;
}
#headNav > li {
	padding: 3px 12px;
}
#headNav a {
	color: #222;
	display: inline-block;
	font-size: 1.2rem;
	text-decoration: none;
}
#headNav a:hover {
	color: #cf1126;
}
.searchTxt {
	outline: none;
	border: 1px solid #cdcccd;
	border-bottom-color: #e8e7e8;
	border-radius: 2px;
	font-size: 1rem;
	min-width: 15em !important;
	padding: 5px;
	-webkit-appearance: none;
}
.searchBtn {
	background: url(/common/svg/ico_search01.svg) no-repeat center center / 20px auto, linear-gradient(#f1f1f1 0%, #d9d9d9 100%);
}
#headNav form {
	display: flex;
}
#headNav input {
	display: block;
	min-width: 28px;
}
#spMenuWrap {
	height: 100%;
}
#gNav a {
	color: #000;
	display: inline-block;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
}
#gNav a:hover, #gNav .current a {
	background-color: #cf1126;
	color: #fff;
}

@media screen and (min-width:768px) and ( max-width:1280px) {
#gNav a {
	font-size: 1.25vw;
	padding: 10px 1.01vw;
}
}

@media screen and (min-width:1281px) {
#gNav a {
	font-size: 1.7rem;
	padding: 10px 14px;
}
}
#gNav #homeLink {
	width: 20px;
}
#gNav ul {
	display: none;
}
#localNav {
	background-color: #eee;
	border-top: 1px solid #d2d2d2;
}
#localNav ul {
	display: flex;
	justify-content: center;
	max-width: 1250px;
	margin: 0 auto;
}
#localNav li {
/*	padding: 0 10px; */
	padding: 0;
}
#localNav a {
	box-sizing: border-box;
	color: #3e3e3e;
	display: block;
	font-size: 1.25vw;
	height: 100%;
	text-decoration: none;
}
#localNav .current a,
#localNav a:hover{
	background-color: #fff;
	color: #d8063b;
}

@media screen and (min-width:768px) and ( max-width:1280px) {
#localNav a {
	padding: 14px 2.5vw;
	font-size: 1.25vw;
}
}

@media screen and (min-width:1281px) {
#localNav a {
	padding: 14px 32px;
	font-size: 1.7rem;
}
}
main {
	order: 2;
}
#lowerParticle {
	background: #cf1126 url(/common/img/bg_top01.png) no-repeat;
	position: absolute;
	top: 0;
	height: 380px;
	width: 100%;
	overflow: hidden;
}
.lower #mainContent {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 0 150px 0 150px / 0 150px 0 150px;
	box-shadow: 0px 4px 25px 5px rgba(84, 84, 84, 0.06);
	padding: 15px 35px 120px;
}
#breadcrumb {
	box-sizing: border-box;
	color: #fff;
	display: flex;
	align-items: flex-start;
	font-size: 1.4rem;
	margin-bottom: 7px;
	max-width: 100%;
	padding: 11px 0 0 5px;
}
#breadcrumb a, #breadcrumb span {
	color: #fff;
	word-break: break-all;
}
#breadcrumb li:not(:last-child) {
	padding-right: 1em;
	position: relative;
}
#breadcrumb li:not(:last-child)::after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0.2em;
}
#breadcrumb li:first-child a {
	background: url(/common/svg/ico_home01.svg) no-repeat 0 0/13px auto;
	display: inline-block;
	width: 13px;
	height: 13px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	top: 2px;
}
#lowerWrap, .lowerWrap {
	max-width: 965px;
	margin: 0 auto;
}
section {
	margin: 0 0 4rem;
	padding: 0 16px;
}
footer {
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.lower + footer {
	margin-top: 20px;
}
#footerBottom, #footWrap {
	max-width: 1014px;
	margin: 0 auto;
}
#footerBottomWrap {
	background: url(/common/img/bg_dot04.png);
	padding: 20px 0;
}
#footerBottom {
	justify-content: center;
}
#footerBottom li {
	position: relative;
	padding: 0 10px;
}
#footerBottom li:not(:first-child)::before {
	background-color: #222;
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}
#footerBottom a {
	font-size: 1.4rem;
	display: block;
	color: #222;
}
#footerBottom a:hover {
	color: #cf1126;
}
#copyRight {
	border-top: 1px solid #ccc;
	font-size: 1.2rem;
	margin-top: 1px;
	padding: 10px 0;
	text-align: center;
}
#footWrap {
	padding: 23px 15px;
}
#footLinksWrap, #footerBottom, #footerBottom ul {
	display: flex;
}
#topMarkWrap {
	max-width: 1014px;
	margin: 20px auto;
	position: relative;
	z-index: 1;
}
#topMarkWrap ul {
	display: flex;
	justify-content: flex-end;
}
#topMarkWrap .icons {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 5px;
	align-items: center;
}
#footerBottom {
	align-items: flex-start;
}
#topMarkWrap .icons li {
	padding: 0 5px;
}
#footerBottom ul:not([class]) img {
	max-height: 30px;
}
.footLinks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
#footLinksWrap .footLinks {
	display: block;
	flex: 1;
}
#footLinksWrap .footLinks:nth-child(2) {
	flex: 2;
	margin: 0 20px;
}
.footLinks > li{
	background: url(/common/img/line06.png) repeat-x 0 0, url(/common/img/line06.png) repeat-x 0 bottom;
	box-sizing: border-box;
	width: calc((100% / 2) - .01px);
	padding: 2px 20px 2px 0;
}
.footLinks > li:only-child{
	background: url(/common/img/line06.png) repeat-x 0 0;
}
#en .footLinks > li:first-child {
	width: 100%;
}
#footLinksWrap .footLinks > li {
	width: auto;
}
#footLinksWrap .footLinks > li:nth-child(2n), #footLinksWrap .footLinks > li:nth-child(2n-1) {
	padding-right: 0;
	padding-left: 0;
}
.footLinks > li > a{
	color: #222;
	display: block;
	font-size: 1.4rem;
	padding: 13px 20px 12px 10px;
	position: relative;
	text-decoration: none;
}
#footLinksWrap .footLinks > li > a {
	padding-left: 0;
	font-size: 1.6rem;
}
.footLinks > li:nth-child(n + 3), #footLinksWrap .footLinks > li:not(:first-child), #en .footLinks > li:nth-child(2) {
	background: url(/common/img/line06.png) repeat-x 0 bottom;
}
.footLinks > li > a::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #c7c5c5;
	border-right: 1px solid #c7c5c5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 5px;
	margin-top: -5px;
	top: 50%;
}
.footLinks > li > a:hover::before {
	border-color: #cf1126;
}
.footLinks .columnWrap {
	background: url(/common/img/line06.png) repeat-x 0 0;
	justify-content: flex-start;
}
.footLinks .columnWrap ul:first-child {
	margin-right: 30px;
}
.footLinks .columnWrap li {
	margin: 5px 0;
	position: relative;
	padding-left: 15px;
}
.footLinks .columnWrap li::before {
	background-color: #222;
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	position: absolute;
	left: 5px;
	top: 11px;
}
.footLinks .columnWrap a {
	color: #666;
	display: inline-block;
	font-size: 1.4rem;
	text-decoration: none;
}
.footLinks > li > a:hover, .footLinks .columnWrap a:hover, #footLinksWrap .footLinks > li > a:hover {
	color: #cf1126;
}
#pageTopLink {
	background-color: #444;
	border: 2px solid #444;
	border-right: none;
	border-radius: 10px 0 0 10px;
	display: block;
	bottom: 36px;
	right: 0;
	width: 50px;
	height: 50px;
	position: fixed;	
}
#pageTopLink:hover {
	background-color: #fff;
}
#pageTopLink::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -4px 0 0 -8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
#pageTopLink:hover::before {
	border-color: #444;
}
main > h1 {
	color: #fff;
	font-size: 3.5rem;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	line-height: 1.2;
}
main #enTitle {
	color: #c6c6c6;
	font-size: 4.0rem;
	padding: 0 40px 10px 0;
	text-align: right;
}
main #enTitle + .leadTxt {
	font-size: 1.8rem;
	margin-top: -30px;
}

#mainContent h1:not([class]) {
	font-size: 3.2rem;
	margin-bottom: 20px;
	padding-bottom: 16px;
}
#mainContent h1 .main {
	display: block;
	border-bottom: 2px solid #cf1126;
	line-height: 1.2;
	padding-right: 50px;
	padding-bottom: 10px;
}
#mainContent h1 .sub {
	display: block;
	font-size: 2.0rem;
	padding-top: 10px;
}
#mainContent .subtitle{
	font-size: 2.0rem;
	padding-top: 10px;
}	
.titieLink {
	position: relative;
}
.titieLink a {
	position: absolute;
	right: 0;
}
.titieLink a.btn02 {
	font-weight: bold;
	top: calc(50% - 27px);
}
.title01 {
	font-size: 3.04rem;
	margin: 40px 0;
	padding: 22px 0 17px;
	position: relative;
	text-align: center;
}
.topPage .title01 {
	margin: 40px 0 30px;
}
.title01::before {
	background: url(/common/img/bg_dot01.png);
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.title01.red::before {
	background: url(/common/img/bg_dot02.png);
}
.title01 span {
	display: block;
	font-size: 1.8rem;
}
.title01 a {
	color: #222;
	display: block;
	margin: -11px 0 -22px;
	padding: 11px 40px 22px 8px;
	position: relative;
	text-decoration: none;
}
.title01 a:hover {
	background-color: #ebf7f5;
}
.title01 a::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-top: 2px solid #444;
	border-right: 2px solid #444;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 21px;
	margin-top: -11px;
	top: 50%;
}
#lowerWrap > .title01:first-child, #lowerWrap > .titieLink:first-child {
	margin-top: 60px;
}
#enTitle + #lowerWrap > .title01:first-child, #enTitle + #lowerWrap > .titieLink:first-child {
	margin-top: -30px;
}
.title02 {
	margin: 50px 0 20px;
	padding: 0;
	position: relative;
	text-align: center;
}
.title02::before {
	background: url(/common/img/bg_dot01.png);
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
}
.title02 span {
	background-color: #fff;
	display: inline-block;
	font-size: 2.4rem;
	position: relative;
	padding: 0 20px;
}
.title03 {
	background: linear-gradient(0deg, #e8decd 0%, #e8decd 12px, #fff 12px, #fff 100%);
	color: #222;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 40px 0 30px;
	text-align: center;
}
.title03.txtLeft {
	text-align:left;
	padding-left:10px;
}
.title04 {
	color: #222;
	font-size: 2.2rem;
	padding: 0 0 13px;
	text-align: center;
}
.title04:not(.noMark)::before {
	background-color: #666;
	content: "";
	display: inline-block;
	height: 13px;
	width: 13px;
	left: 5px;
	position: relative;
	top: -2px;
	margin-right: 15px;
}
.title05 {
	font-weight: bold;
	margin: 50px 0 20px;
	font-size: 2.4rem;
	position: relative;
}
h3 {
	position: relative;
}
p {
	margin: 0 0 20px;
	line-height: 1.6;
}
table {
	font-size: 1.6rem;
	border-collapse: collapse;
	background: url(/common/img/line03.png) repeat-x left bottom;
}
tbody tr {
	background: url(/common/img/line03.png) repeat-x 0 0;
}
.vertical tbody tr:first-child {
	background: none;
}
table.simple{
	background: none;
}
.simple tbody tr{
	background: none;
	background-image: none;	
}
th, td {
	padding: 8px;
	text-align: left;
	vertical-align: top;
}
table.vertical.solidLine th:not(:last-child), table.vertical.solidLine td:not(:last-child) {
	border-right: 1px solid #ddd;
	background-image: none;
}
table.simple tr:first-child{
	border-top: 1px solid #ccc;
}
table.simple.noLine tr:first-child {
	border-top:none;
}
table.simple th,table.simple td{
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: none;
	vertical-align: middle;
}

table.simple td.noLine {
	border-bottom: none;
	border-top:none;
}
table.vertical.solidLine,
table.vertical.solidLine tr {
	border-bottom: 1px solid #ddd;
	background-image: none;
}

thead th {
	background-color: #e8decd;
	font-weight: bold;
}
tbody th {
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
}
table.simple tbody th{
	padding-left:8px;
	text-align:center;
}
table.simple tbody td{
	font-size:1.4rem;
}
table.simple tbody th.beige{
	background-color:#e8decd;
}
tbody th::before {
	background-color: #666;
	content: "";
	display: inline-block;
	height: 13px;
	width: 13px;
	left: 5px;
	position: absolute;
	top: 11px;
}
table.simple tbody th::before{
	content:none;	
}

table.simple{
	table-layout: fixed;
}
table.outline {
	table-layout: fixed;
}
table.outline th {
	width: 9em;
}
table.outline.en th {
	width: 12em;
}
table.outline.member th {
	width: 12em;
}

/*======================================
    2.pathArea
======================================*/
ul.list01 {
	margin: 14px 0 24px;
}
ul.list01 > li {
	padding: 0 0 13px 28px;
	position: relative;
}
ul.list01.redMark > li {
	padding-left: 23px;
}
ul.list.mMark >li{
	padding-left:23px;
}
ul.list.sMark >li{
	padding-left:23px;
}
ul.list01 > li:last-child {
	padding-bottom: 0;
}
ul.list01 > li::before, ul.list02 > li::before {
	background-color: #666;
	content: "";
	display: block;
	height: 13px;
	width: 13px;
	left: 5px;
	position: absolute;
	top: 5px;
}
ul.list01.redMark > li::before{
	
	background-color: #cf1126; 
	height: 8px;
	width: 8px;
	top: 8px;
}
ul.list01.mMark > li::before{
	
	background-color: #666; 
	height: 10px;
	width: 10px;
	top: 6px;
}
ul.list01.sMark > li::before{
	
	background-color: #666; 
	height: 8px;
	width: 8px;
	top: 8px;
}


ul.list02 {
	margin: 14px 0 24px;
}
ul.list02 > li {
	background: url(/common/img/line03.png) repeat-x 0 0;
	padding: 12px 10px 12px 21px;
	position: relative;
}
ul.list02 > li:last-child {
	background: url(/common/img/line03.png) repeat-x 0 0, url(/common/img/line03.png) repeat-x 0 bottom;
}
ul.list02 > li::before {
	left: 1px;
	top: 16px;
}
ul.list03 {
	margin: 14px 0 24px;
}
ul.list03 > li {
	padding: 0 0 13px 22px;
	position: relative;
}
ul.list03 > li:last-child {
	padding-bottom: 0;
}
ul.list03 > li::before {
	background-color: #444;
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	left: 5px;
	position: absolute;
	top: 5px;
}
	
ol.listNo {
	list-style-type: decimal;
	padding-left: 1.5em;
}
ol.listAlpha {
	list-style-type: lower-alpha;
	padding-left: 1.5em;
}

ol.listNo > li, ol.listAlpha > li {
	margin-bottom: 10px;
}
ol.listNo .detailArea {
	padding: 0 0 20px;
}
ol.listhParen {
	counter-reset:item; 
	margin-bottom:20px;
}
ol.listhParen li::before {
	content:counters(item, ".") ")";
	counter-increment:item;
	margin-right:1rem;
}
ol.listhParen > li {
	padding-left: 2rem;
	text-indent: -2rem;
	margin-bottom: 10px;
}
ol.listhParen > li.heigh {
	margin-bottom:15px;
}

ol.listhParen li .shosai {
	margin-left:5px;
	text-indent:0;
	margin-top:3px;
}
ol.listwParen {
	counter-reset:itemw;
	margin-bottom:20px;
}
ol.listwParen li::before {
	content:"(" counters(itemw, ".") ")";
	counter-increment:itemw;
	margin-right:1rem;
}
ol.listwParen > li {
	padding-left: 2rem;
	text-indent: -2rem;
	margin-bottom: 10px;
}
ol.listwParen-enast {
	counter-reset:bangoe;	
	margin-bottom:20px;
}
ol.listwParen-ast {
	counter-reset:bangoj;	
	margin-bottom:20px;
}
ol.listwParen-enast li::before {
	content:"(*" counters(bangoe, ".") ")";
	counter-increment:bangoe;
	margin-right:1rem;
}
ol.listwParen-ast li::before {
	content:"(※" counters(bangoj, ".") ")";
	counter-increment:bangoj;
	margin-right:1rem;
}
ol.listwParen-enast > li, ol.listwParen-ast > li {
	padding-left: 2rem;
	text-indent: -2rem;
	margin-bottom: 10px;
	font-size:1.4rem;
}
dl.article {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:20px;
}
dl.article dd{
	display: block;
	margin-left:5rem;
	margin-bottom:10px;
}

.linkList li:not(:last-child){
	margin-bottom: 10px;
}
.linkList a {
	color: #cf1126;
	padding: 0 0 0 17px;
	position: relative;
}
.linkList a::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #cf1126;
	border-right: 2px solid #cf1126;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 9px;
	left: 0;
}
ul.asterisk {
	margin: 20px 0;
	font-size: 1.4rem;
	padding-left: 1.2em;
}
ul.asterisk > li {
	list-style-type: none;
	text-indent: -1.2em;
}
ul.asterisk > li:before {
	display: inline;
	content: "※";
	margin-right: 0.2em;
}
ol.asterisk {
	padding-left: 1.8em;
}
ol.asterisk {
	counter-reset: number;
	list-style: none;
	text-indent: -1.8em;
}
ol.asterisk > li:before {
	counter-increment: number;
	content: "※"counter(number)" ";
}
.checkList li:not(:last-child) {
	padding-right: 50px;
}
.checkList label {
	cursor: pointer;
	display: block;
	font-size: 1.6rem;
	min-height: 34px;
	padding: 0 0 0 30px;
	position: relative;
}
.checkList label:hover {
	color: #cf1126;
}
.checkList input {
	display: none;
}
.checkList label::before {
	content: "";
	background: #fff;
	border: 1px solid #999;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0px;
	left: 0;
}
#eventSwitchWrap .checkList label::before {
	top: 5px;
}
.checkList input:checked + label::before {
	background: #cf1126 url(/common/svg/ico_check01.svg) no-repeat center center / 18px auto;
	border-color: #cf1126;
}
.close +.checkList {
	display: none;
}
/*==== Layout ====*/
.columnWrap {
	display: flex;
	justify-content: space-between;
}
#detailWrap {
	max-width: 1011px;
	margin: 0 auto;
}
#detailWrap .closedMessage {
	color: #cf1126;
	font-size: 1.8rem;
	text-align: center;
}
#detailWrap .date {
	font-size: 1.6rem;
	margin: 20px 0 30px;
	text-align: right;
}
#detailWrap p.date ~ p {
	font-size: 2.0rem;	
	margin-bottom: 40px;
}
#detailWrap p.date ~ p + .asterisk {
	margin-top: -35px;
	margin-bottom: 40px;
}
.column02, .column03 {
	display: flex;
	justify-content: space-between;
}
.column04 {
	display: flex;
	justify-content: space-around;	
	flex-wrap:wrap;
	align-content:space-around;
	width:100%;
}
.column05 {
              display: flex;
              justify-content: space-around;             
              flex-wrap:wrap;
              align-content:space-around;
              width:100%;
}

.column05 > * {
              box-sizing: border-box;
              width: 50%;
              margin: 5px 3px;
}

.column05 .no-newline{
              white-space: nowrap;
}
@media screen and (min-width:768px) {
              .column05 > * {
              width: calc((90% / 5 ) - .01px);
	}
}
.column02.flow {
	align-items: center;
}
.column02 > *, .column03 > * {
	box-sizing: border-box;
	width: 50%;
	margin: 0 15px;
}
.column04 > * {
	box-sizing: border-box;
	width: 50%;
	margin: 5px 3px;
}
.column04 .no-newline{
	white-space: nowrap;
}
.column02.flow > * {
	width: auto;
}
.column03 > * {
	width: calc((100% / 3) - .01px);
}
@media screen and (min-width:768px) and ( max-width:1280px) {
	.column04 > * {
	width: calc((80% / 4 ) - .01px);
}
}
@media screen and (min-width:1281px) {
	.column04 > * {
	width: calc((90% / 4 ) - 1px);
}
}
	
.column02 > *:first-child, .column03 > *:first-child {
	margin-left: 0;
}
.column02 > *:nth-child(2n), .column03 > *:nth-child(3n) {
	margin-right: 0;
}
.box h2:first-child {
	margin: 0 -10px 20px;
}
.column02 img, .column03 img, .column04 img {
	max-width: 100% !important;
	height: auto !important;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #d7d3d3;
	padding: 5px;
	margin-bottom: 5px;
}
.column03 img.noborder{
	border:0;
	padding:auto;
	margin-bottom: 5px;
}
.column03 .mannaka{
 	align-items: center;
	align-self: center;
}

.column03_logo{
	display:flex;
	justify-content: space-around;	
	align-items: stretch;
	margin-bottom:20px;
}
.column03_logo .item{
	display: flex;
  	flex-direction: column;
	align-self: center;	
}
.column03_logo img{
	max-width: 100% !important;
	height: auto !important;
	padding:5px;
}
.signature {
	margin-top: 10px;
	text-align: right;
}
.signature img {
	max-width: 300px;
}
.inquiryArea01,
.inquiryArea02,
.inquiryArea03 {
	background-color: #fcfcfc;
	border: 2px solid #666;
	border-radius: 10px;
	margin: 50px 0 30px;
	padding: 20px;
}
.inquiryArea02,
.inquiryArea03 {
	border-color: #eaeaea;
}
.inquiryArea01 > p,
.inquiryArea02 > p {
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.inquiryArea03 > p {
	font-weight: normal;
	margin: 0 0 10px;
	text-align: left;
}
.inqInner {
	text-align: center;
}
.inquiryBox {
	border: 2px solid #444;
	border-radius: 5px;
	margin-top: 50px;
}
.inquiryBox > dt {
	background-color: #444;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.1;
	padding: 10px;
	text-align: center;
}
.column02 .inquiryBox, .column03 .inquiryBox {
	margin-top: 0;
}
.inquiryBox > dt.fsS {
	font-size: 2.2rem;
}
.inquiryBox > dt.fsen {
	font-size: 1.2rem;
}
.column02 .inquiryBox > dt, .column03 .inquiryBox > dt {
	font-size: 1.8rem;
}
.inquiryBox > dd {
	padding: 20px 40px;
}
.column02 .inquiryBox > dd, .column03 .inquiryBox > dd {
	padding: 20px;
}
/* Case */
.d-conts-step {
  position: relative;
  margin: 0 auto 30px;
	
}
@media only screen and (max-width: 767px) {
  .d-conts-step {
    margin: 0 auto 20px;
	width: 100%;  
  }
}
.d-conts-step::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 53px;
  height: 39px;
  margin: auto;
  background: url(/common/img/en/service/icon_arrow_step.png) no-repeat top center;
  display: block;
  content: "";
}
@media only screen and (max-width: 767px) {
  .d-conts-step::before {
    content: none;
  }
}
.d-conts-step-block {
  width: 45%;
  box-sizing:border-box;
}
@media only screen and (max-width: 949px) {
  .d-conts-step-block {
    width: 45%;
	box-sizing:border-box;  
  }
}
@media only screen and (max-width: 767px) {
  .d-conts-step-block {
    position: relative;
    width: 100%;
  }
}
.d-conts-step-block.d-step-before {
  float: left;
}
@media only screen and (max-width: 767px) {
  .d-conts-step-block.d-step-before {
    margin: 0 auto 77.5px;
    float: none;
  }
}
.d-conts-step-block.d-step-before .d-conts-step-block-head {
  background: url(/common/img/en/service/bg_half_b.jpg) no-repeat top center;
  background-size: cover;
}
.d-conts-step-block.d-step-before .d-conts-step-block-body {
  border-right: solid 2px #636161;
  border-bottom: solid 2px #636161;
  border-left: solid 2px #636161;
}
.d-conts-step-block.d-step-before .d-conts-step-block-body ul li span::before {
  line-height: 0.5em;
  content: "・";
}
@media only screen and (max-width: 767px) {
  .d-conts-step-block.d-step-before::before {
    position: absolute;
    right: 0;
    bottom: -57px;
    left: 0;
    width: 45px;
    height: 32.5px;
    margin: auto;
    background: url(/common/img/en/service/icon_arrow_step.png) no-repeat top center;
    background-size: 45px auto;
    display: block;
    transform: rotate(90deg);
    content: "";
  }
}
.d-conts-step-block.d-step-after {
  float: right;
}
@media only screen and (max-width: 767px) {
  .d-conts-step-block.d-step-after {
    float: none;
  }
}
.d-conts-step-block.d-step-after .d-conts-step-block-head {
  background: url(/common/img/en/service/bg_half_r.jpg) no-repeat top center;
  background-size: cover;
}
.d-conts-step-block.d-step-after .d-conts-step-block-body {
  border-right: solid 2px #d8063b;
  border-bottom: solid 2px #d8063b;
  border-left: solid 2px #d8063b;
}
.d-conts-step-block.d-step-after .d-conts-step-block-body ul li span::before {
  bottom: initial;
  content: "";
}
.d-conts-step-block-head {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .d-conts-step-block-head {
    height: 30px;
  }
}
.d-conts-step-block-head p {
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .d-conts-step-block-head p {
    font-size: 17.5px;
    line-height: 30px;
  }
}
.d-conts-step-block-body {
  padding: 24.5px 20px;
}
@media only screen and (max-width: 767px) {
  .d-conts-step-block-body {
    padding: 4.5px 17.5px 13.5px;
  }
}
@media only screen and (max-width: 767px) {
  .d-conts-step-block-body ul li {
    font-size: 12.5px;
    line-height: 1.6;
  }
}
.d-conts-step-block-body ul li + li {
  margin: 24px 0 0;
}
@media only screen and (max-width: 767px) {
  .d-conts-step-block-body ul li + li {
    margin: 7px 0 0;
  }
}
.d-conts-step-block-body ul li span {
  position: relative;
  padding: 0 0 0 20px;
  display: block;
}
.d-conts-step-block-body ul li span::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
}
.c-icon-check {
	position: relative;
	padding: 0 0 0 20px;
	display: block;
}
@media only screen and (max-width: 767px) {
.c-icon-check {
	padding: 0 0 0 17px;
	line-height: 1.6;
}
}
.c-icon-check::before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 11px;
	height: 8px;
	margin: auto;
	background: url(/common/img/en/service/icon_check.png) no-repeat top left;
	background-size: 11px auto;
	display: block;
	content: "";
}
@media only screen and (max-width: 767px) {
.c-icon-check::before {
	top: 7px;
	bottom: initial;
	width: 9.5px;
	height: 7px;
	background-size: 9.5px auto;
}
}

/* Case ここまで*/
.privacyBox {
	border: 2px solid #eaeaea;
	border-radius: 10px;
	margin: 20px auto;
	padding: 20px;
	max-width: 500px;
	text-align: center;
}
.privacyBox p {
	font-size: 1.4rem;
	margin: 10px 0 0;
}
.relatedInfo {
	border: 2px solid #eaeaea;
	border-radius: 10px;
	margin-top: 50px;
}
.relatedInfo > dt {
	background-color: #eaeaea;
	font-size: 2.0rem;
	padding: 10px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
.relatedInfo > dt {
	font-size: 1.8rem;
	padding: 10px;
}
}
.relatedInfo > dd {
	padding: 25px;
}
.relatedInfo > dd ul:last-child{
	margin-bottom: 0;
}
.imgtxtBox {
	display: flex;
	align-items: flex-start;
}
.imgtxtBox > div {
	max-width: 100%;
}
.imgtxtBox img {
	display: block;
}
.imgtxtBox.imgRight {
	flex-direction: row-reverse;
}
.imgtxtBox .frame {
	border: 1px solid #ccc;
	padding: 5px;
}
.imgtxtBox > img:first-child {
	margin-right: 10px;
}
.imgtxtBox img.fLeft {
	margin: 0 10px 10px 0;
	float: left;
}
.imgtxtBox > img:last-child {
	margin-left: 10px;
}
.imgtxtBox img.fRight {
	margin: 0 0 10px 10px;
	float: right;
}
.imgtxtBox {
	margin: 0 0 6rem;
}
.imgtxtBox.nobottom{
	margin: 0;
}
.imgtxtBox::after {
	display: table;
	clear: both;
	content: '';
}
.imgtxtBox .txtBox {
	flex: 1;
	padding: 0 10px;
}
.imgtxtBox.imgRight .txtBox {
	padding-right: 30px;
}
.float-left-box {
	float: left;
	margin-right: 4rem;
	margin-bottom: 0.5rem;
	vertical-align: baseline;
}
.float-right-box {
	float: right;
	margin-left: 4rem;
	margin-bottom: 0.5rem;
	vertical-align: baseline;
}
.float-left-box div.logoimage, .float-right-box div.logoimage {
	border: solid #ddd 1px;
	background-color:#fff;
	text-align:center;
	vertical-align:middle;
}
@media only screen and (max-width: 767px) {
.float-left-box, .float-right-box {
	float: none;
	display: block;
	margin: 1rem auto;
	width: 100%;
	text-align: center;
	}
.float-left-box div.logoimage, .float-right-box div.logoimage {
	width : 220px;
	margin:0 auto;
	}	
}

.float-clear {
	overflow: hidden;
}

.linkBtnList01 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.linkBtnList01 li {
	box-sizing: border-box;
	width: calc((100% / 3) - .01px);
	padding: 7px;
}
.linkBtnList01 li:nth-child(3n+1) {
	padding-left: 0;
}
.linkBtnList01 li:nth-child(3n+3) {
	padding-right: 0;
}
.linkBtnList01 li a {
	border: 2px solid #444;
	border-radius: 5px;
	background-color: #444;
	color: #fff;
	display: block;
	font-size: 2.0rem;
	padding: 13px 30px 13px 23px;
	position: relative;
	text-decoration: none;
}
.linkBtnList01 li a:hover {
	background-color: #fff;
	color: #222;
	text-decoration: none;
}
.linkBtnList01 li a[target="_blank"] span::after {
	background: url(/common/svg/ico_window02.svg) no-repeat 0 0 /contain;
	content: "";
	display: inline-block;
	margin-left: 7px;
	width: 15px;
	height: 15px;
	position: relative;
	top: 0;
}
.linkBtnList01 li a[target="_blank"] span:hover::after {
	background: url(/common/svg/ico_window01.svg) no-repeat 0 0 /contain;	
}

.linkBtnList01 li a::after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	margin-top: -8px;
	top: 50%;
}
.linkBtnList01 li a:hover::after {
	border-color: #444;
}

.linkBtnList01 + h2 {
	margin-top: 75px;
}
.linkBtnList02 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.linkBtnList02.oneColumn {
	display: block;
}
.linkBtnList02 li {
	box-sizing: border-box;
	width: calc((100% / 2) - .01px);
	padding: 0 15px;
}
.linkBtnList02.oneColumn li {
	width: auto;
}
.linkBtnList02 li:nth-child(2n) {
	padding-right: 0;
}
.linkBtnList02 li:nth-child(2n-1) {
	padding-left: 0;
}
.linkBtnList02.oneColumn li:nth-child(2n), .linkBtnList02.oneColumn li:nth-child(2n-1) {
	padding-right: 0;
	padding-left: 0;
}
.linkBtnList02 li a {
	background: url(/common/img/line03.png) repeat-x 0 0, url(/common/img/line03.png) repeat-x 0 bottom;
	color: #222;
	display: block;
	font-size: 2.2rem;
	padding: 23px 40px 22px 23px;
	position: relative;
	text-decoration: none;
}
.linkBtnList02 li:nth-child(n + 3) a, .linkBtnList02.oneColumn li:not(:first-child) a {
	background: url(/common/img/line03.png) repeat-x 0 bottom;
}
.linkBtnList02 li a:hover {
	background-color: #ebf7f5;
	text-decoration: none;
}
.linkBtnList02 li a::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-top: 2px solid #cf1126;
	border-right: 2px solid #cf1126;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 21px;
	top: calc(50% - 4px); 
/*	top: calc(50% - 8px);	*/
}
.btn01 {
	border: 2px solid #364087;
	border-radius: 25px / 50%;
	background-color: #0f1c70;
	color: #fff;
	display: inline-block;
	font-size: 2.0rem;
	line-height: 1.2;
	padding: 12px 62px;
	text-decoration: none;
}
.btn01:hover {
	background-color: #fff;
	color: #0f1c70;
	text-decoration: none;
}
.btn02, .btn03 {
	border: 2px solid #cf1126;
	border-radius: 25px / 50%;
	background-color: #cf1126;
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.2;
	padding: 12px 62px;
	position: relative;
	text-decoration: none;
}
.btn02:hover {
	background-color: #fff;
	color: #cf1126;
	text-decoration: none;
}
.btn03 {
	background-color: #444;
	border-color: #444;
	padding-left: 40px;
	padding-right: 40px;
}
.btn03:hover {
	color: #222;
	background-color: #fff;
	text-decoration: none;
}
.btn01[target=_blank]::after, .btn02[target=_blank]::after, .btn03[target=_blank]::after, .linkList a[target=_blank]::after, .blankLink::after, .rssLink::after, .linkBtnList02 a[target=_blank]::after, .linkList a[target=_blank]::after, #newsList a[target=_blank] dd::after, .sitemapList a[target=_blank]::after, a[target=newswindow] dd::after {
	background: url(/common/svg/ico_window02.svg) no-repeat 0 0 /contain;
	content: "";
	display: inline-block;
	margin-left: 7px;
	width: 15px;
	height: 15px;
	position: relative;
	top: 0;
}
.btn02[target=_blank]:hover::after, .btn03[target=_blank]:hover::after, .blankLink::after, .linkBtnList02 a[target=_blank]::after, .linkList a[target=_blank]::after, #newsList a[target=_blank] dd::after, .sitemapList a[target=_blank]::after, a[target=newswindow] dd::after {
	background: url(/common/svg/ico_window01.svg) no-repeat 0 0 /contain;
}
.newsInfo .linkBtnList02 a[target=_blank]::after {
	display: none;
}
.btn03[href$="xml"] {
	font-size: 1.6rem;
}
.btn03[href$="xml"]::before {
	background: #f2890a url(/common/svg/ico_rss01.svg) no-repeat center center/16px auto;
	border-radius: 50%;
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	position: relative;
	top: 9px;
	margin-top: -14px;
}
.rssBtn .btn03 {
	padding: 10px 15px;
}
.btn03[href$="xml"]::before {
	background-size: 10px auto;
	width: 20px;
	height: 20px;
	top: 4px;
	margin-top: -14px;
}
.btn03[href$="xml"]::after {
	display: none;
}
.btn03.small {
	font-size: 1.4rem;
	padding: 7px 20px;
	border-radius: 16px/50%;
	white-space: nowrap;
}
.btn03.small2 {
	font-size: 1.2rem;
	padding: 3px 15px;
	border-radius: 14px/50%;
	white-space: nowrap;
	margin: 5px 0 5px 5px;
    display: inline-block;	
}
.btn03[target=_blank]::after {
	width: 15px;
	height: 15px;
	background: url(/common/svg/ico_window02.svg) no-repeat 0 0 /contain;	
}
.mailBtn01 {
	padding: 12px 20px 16px;
	font-size: 1.4rem;
}
.mailBtn01::before, .mailBtn02::before, .downloadBtn01::before, .exampleBtn01::before {
	border-radius: 50%;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -9px 5px;
	position: relative;
	top: -1px;
}
.mailBtn01::before {
	background: #444 url(/common/svg/ico_mail01.svg) no-repeat center center/ 18px auto;
	top: 2px;
}
.mailBtn02::before {
	background: #444 url(/common/svg/ico_mail02.svg) no-repeat 4px center/ 18px auto;
}
.downloadBtn01::before {
	background: #444 url(/common/svg/ico_down01.svg) no-repeat center 5px/ 18px auto;
}
.exampleBtn01::before {
	background: #444 url(/common/svg/ico_exam01.svg) no-repeat center center/ 18px auto;
}
a.btnTop01 {
	border: 2px solid #cf1126;
	border-radius: 28px / 50%;
	box-shadow: 0 0 3px 2px rgba(255,255,255,0.5);
	background-color: #fff;
	color: #cf1126;
	display: inline-block;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 10px 45px;
	text-decoration: none;
}
a.btnTop01:hover {
	background-color: #cf1126;
	color: #fff;
}
.btnArea01 {
	display: flex;
	justify-content: center;
	margin: 25px auto 20px;
}
.btnArea01 li {
	padding: 0 5px;
}
.btnArea02 li {
	padding: 5px 10px;
}
.btnArea02 a {
	display: block;
	text-align: center;
}
.detailArea {
	max-width: 794px;
	margin: 0 auto;
}
.infoBox {
	background: url(/common/img/line03.png) repeat-x 0 bottom;
	margin-bottom: 20px;
}
.infoBox > li {
	background: url(/common/img/line03.png) repeat-x 0 0;
	display: flex;
}
.infoBox .head {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 10px 0 10px 54px;
	position: relative;
	width: 12em;
}
.infoBox .head.long{
	width:15em;
}
.infoBox .head.short{
	width:8em;
}
.infoBox .head.map{
	width:6em;
}
.infoBox .logo {
	padding: 10px;
}
.infoBox.equal .head {
	width: 40%;
}
.infoBox.contact {
	margin: 10px 0 0;
}
.infoBox.contact .head {
	font-size: 1.6rem;
	padding-left: 30px;
	width: 4em;
}
.infoBox.contact .head.long {
	width: 8em;
}
.infoBox .head::before {
	content: "";
	background-color: #666;
	position: absolute;
	top: 14px;
	left: 33px;
	width: 13px;
	height: 13px;
}
.infoBox.contact .head::before {
	top: 15px;
	left: 8px;
}
.infoBox .data {
	padding: 10px;
	position: relative;
	flex: 1;
/*	word-break: break-all;*/
	word-break: normal;	
}
.detailArea.event .infoBox .data {
	padding-left: 60px;
}
.infoBox .data > *:last-child {
	margin-bottom: 0;
}
.infoBox .speakers {
	font-size: 1.2rem;
	margin: 5px 0 0 3em;
}
.infoBox .speakers + ul {
	font-size: 1.2rem;
	padding-left: 3em;
}
.infoBox .speakers + ol {
	font-size: 1.2rem;
	padding-left: 3em;
}
.infoBox .speakers + ul.list03 > li::before {
	height: 8px;
	width: 8px;
	top: 5px;
}
.infoBox .speakers + ol.listNo > li::before {
	height: 8px;
	width: 8px;
	top: 5px;
}
.infoBox .infoBox {
	background: none;
	margin: -10px -10px -10px 0;
}
.infoBox .infoBox > li:first-child {
	background: none;
}
.infoBox.imgBox li {
	align-items: center;
}
.infoBox .img {
	padding: 20px 10px;
	text-align: center;
	width: 140px;
}
.infoBox .img img {
	max-width: 100%;
}
.infoBox .img + .data {
	padding-left: 20px;
}
.infoBox .panelBox {
	margin-bottom: 5px;
}
.infoBox .panelBox > li {
	display: flex;
	flex-wrap:wrap;
}
.infoBox .panelBox .pre{
	font-size: 1.2rem;
	font-weight: normal;
	padding: 5px 0;
	position: relative;
	width: 30em;
}
.infoBox .panelBox .pre.short{
	width: 10em;
}
.infoBox .panelBox .cont {
	padding: 5px;
	position: relative;
}
 .userProfile {
	display:block;
	width: 60%;
}
@media only screen and (max-width: 767px) {
.userProfile {
	display:block;
	width: 100%;
	}
}

.detailArea .feeBox {
	color: #cf102d;
}
.detailArea .feeBox span {
	background-color: #cf102d;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin: -10px 10px -2px 0;
	padding: 5px 15px;
}
.metroList {
	margin-right: -10px;
}
.metroList li {
	padding: 12px 10px 10px 30px;
	position: relative;
}
.metroList li:first-child {
	margin-top: -10px;
}
.metroList li:last-child {
	margin-bottom: -10px;
}
.metroList li:not(:first-child) {
	background: url(/common/img/line03.png) repeat-x 0 0;
}
.metroList li:before {
	content: "";
	border-radius: 50%;
	border-width: 5px;
	border-style: solid;
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 12px;
	left: 0;
}
.metroList li.lineY::before, .metroList li.lineY span {
	border-color: #c1a470;
	color: #c1a470;
}
.metroList li.lineN::before, .metroList li.lineN span {
	border-color: #00ac9b;
	color: #00ac9b;
}
.metroList li.lineT::before, .metroList li.lineT span {
	border-color: #009bbf;
	color: #009bbf;
}
.metroList li.lineE::before, .metroList li.lineE span {
	border-color: #c6035d;
	color: #c6035d;
}
.metroList li.lineNa::before, .metroList li.lineNa span {
	border-color: #00b7af;
	color: #00b7af;
}
.metroList li.lineB::before, .metroList li.lineB span {
	border-color: #0078ba;
	color: #0078ba;
}
.metroList li.lineR::before, .metroList li.lineR span {
	border-color: #e5171f;
	color: #e5171f;
}
.metroList li.lineG::before, .metroList li.lineG span {
	border-color: #008000;
	color: #008000;
}
.metroList li.lineO::before, .metroList li.lineO span {
	border-color: #ee5511;
	color: #ee5511;
}
.metroList li.lineK::before, .metroList li.lineK span {
	border-color: #66cc33;
	color: #66cc33;
}
.metroList li.lineNag::before, .metroList li.lineNag span {
	border-color: #d12027;
	color: #d12027;
	top:10px;
}
.staBox .title {
	padding: 10px 10px 10px 0;
	width: 5em;
}
.staBox .title.long {
	width:8em;
}
.boxWrap {
	margin: 0 -35px;
	position: relative;
}
.boxWrap ul {
	max-width: 1012px;
}
.boxWrap .trendBox {
	margin-top: -20px;
}
.boxWrap::before {
	background: url(/common/img/bg_dot01.png);
	content: "";
	width: 100%;
	height: 74px;
	position: absolute;
	top: calc(50% - 37px);
	left: 0;
}
.pickUpBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.pickUpBox > div {
	display: none;
}
.pickUpBox > li {
	box-sizing: border-box;
	display: flex;
	width: calc((100% / 3) - .01px);
	padding: 17px 7px;
}
.pickUpBox > li:nth-of-type(3n+1) {
	padding-left: 0;
}
.pickUpBox > li:nth-of-type(3n+3) {
	padding-right: 0;
}
.pickUpBox p {
	margin: 0;
}
.pickUpBox > li > a {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0 20px 0 20px;
	box-sizing: border-box;
	box-shadow: 0px 5px 5px 0px rgba(179, 179, 179, 0.3);
	width: 100%;
	display: block;
	min-height: 15em;
	position: relative;
	text-decoration: none;
}
.pickUpBox > li > a:hover {
	background-color: #ebf7f5;
}
.pickUpBox > li > a.value {
	border-color: #cf102d;
}
.pickUpBox > li > a::before {
	right: 14px;
	bottom: 14px;
}
.pickUpBox > li > a[target="_blank"]::after {
	background: url(/common/svg/ico_window01.svg) no-repeat 0 0 / contain;
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 20px;
}
.pickUpBox > li .ensvc {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0 20px 0 20px;
	box-sizing: border-box;
	box-shadow: 0px 5px 5px 0px rgba(179, 179, 179, 0.3);
	width: 100%;
	display: block;
	min-height: 15em;
	position: relative;
	text-decoration: none;
}
.pickUpBox li.disp .btnArea02 {
    margin: 0 auto;
}	
.pickUpBox dt {
	background: url(/common/img/line03.png) repeat-x left bottom;
	color: #222;
	font-size: 1.92rem;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	margin: 0 15px;
	padding: 30px 0 10px;
}
.pickUpBox .value dt {
	background: none;
	color: #cf102d;
	font-size: 4.0rem;
	padding-top: 60px;
}
.pickUpBox dt span.category {
	background-color: #444;
	border-radius: 0 5px 5px 0;
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	padding: 5px 12px;
	position: absolute;
	top: -1em;
	left: -16px;
	z-index: 1;
}
.pickUpBox .value span.category {
	background-color: #cf102d;
}
.pickUpBox dt.img span.category {
	left: -1px;
}
.pickUpBox dt.img {
	background: none;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	padding: 0;
}
.pickUpBox dt.img .title {
	color: #222;
	font-size: 1.4rem;
	position: absolute;
	top: 20px;
	left: 10px;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.pickUpBox dt.img .title.center {
	font-size: 3.5rem;
	text-align: center;
	margin: auto;
	top: calc(50% - 0.5em);
	right: 10px;
}
.pickUpBox dd {
	padding: 10px 15px 40px;
}
.pickUpBox dd .date {
	color: #01748a;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding-bottom: 15px;
	text-align: right;
}
.pickUpBox dd .txt {
	color: #555;
	font-size: 1.4rem;
}
.pickUpBox .value dd .txt {
	color: #cf102d;
	font-size: 3.0rem;
	line-height: 1.2;
}
.pickUpBox dd .title {
	color: #222;
	font-weight: bold;
	font-size: 1.92rem;
	
	line-height: 1.2;
}
.trendBox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1012px;
	margin: -60px auto 0;
}
.trendBox > div {
	display: none;
}
.trendBox > li {
	width: calc(100% / 3 - 20px);
	display: flex;
	margin: 60px 10px 0;
	position: relative;
}
.trendBox > li > a {
	background-color: #fff;
	border: 1px solid #cacacc;
	border-top: 3px solid #444;
	box-shadow: 0px 5px 5px 0px rgba(179, 179, 179, 0.3);
	border-radius: 0 0 10px 10px;
	display: block;
	width: 100%;
	text-decoration: none;
}
.trendBox:not(.logoBox ) > li > a:hover,
.trendBox.logoBox > li > a:hover dt{
	background-color: #ebf7f5;
}
.trendBox > li:nth-of-type(3n + 1):not(:first-child)::before {
	background: url(/common/img/line03.png) repeat-x left center;
	content: "";
	display: block;
 width: calc(100% * 3 + 30px);
	height: 1px;
	position: absolute;
	top: -30px;
	left: 0;
}
.trendBox dt {
	background: url(/common/img/line03.png) repeat-x left bottom;
	color: #222;
	font-size: 1.92rem;
	line-height: 1.2;
	font-weight: bold;
	padding: 14px 30px 14px 10px;
	position: relative;
}
.trendBox dt .fsS {
	font-size: 1.6rem;
}
.trendBox dt::before {
	top: calc(50% - 10px);
	right: 12px;
}
.trendBox dd {
	padding: 5px 0;
	position: relative;
}
.trendBox span.category {
	background-color: #444;
	border-radius: 5px 0 0 5px;
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	padding: 5px 12px;
	position: absolute;
	top: 20px;
	right: 0;
}
.trendBox dd .txt {
	color: #555;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 5px 10px 10px;
}
.trendBox dd .title {
	color: #222;
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 0;
	padding: 10px 10px 5px;
}
.trendBox dd .logo {
	max-width: 150px;
	margin: 20px auto;
}
.pickUpBox dt.img .imgWrap, .trendBox dd .imgWrap {
	height: 135px;
	overflow: hidden;
	position: relative;
}
.pickUpBox dt.img .imgWrap {
/*	border-radius: 0 17px 0 0; */
	border-radius: 0 20px 0 0;
}
.trendBox dd .imgWrap {
	height: 146px;
	position: relative;
}
.trendBox dd .imgWrap {
	text-align: center;
}
.redBox .trendBox > li > a {
	border-top: 3px solid #cf102d;
}
.redBox .trendBox dt {
	color: #cf102d;
}
.redBox .trendBox dd {
	padding-top: 2.5em;
}
.redBox .trendBox span.category {
	background-color: #cf102d;
	top: 10px;
}
.redBox .trendBox dd .title {
	color: #cf102d;
}
.redBox {
	background-color: #f0f0f0;
	padding: 30px 0;
}
.pickUpBox dt.img img, .trendBox dd .imgWrap img, .businessBox a img {
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.pickUpBox dt.img .imgWrap::after {
	border-radius: 0 17px 0 0;
}
.solutionBox {
	background: linear-gradient(90deg, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.7) 100%), url(/common/img/bg_dot01.png) repeat;
	padding-bottom: 60px;
}
.solutionBox ul:not([class]) {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1012px;
	margin: 0 auto;
}
#mainContent > .solutionBox {
	margin: 0 -35px;
}
#mainContent > .solutionBox ul:not([class]) {
	max-width: 965px;
}
.solutionBox ul:not([class]) li {
	display: flex;
	width: calc(100% / 3 - 20px - .01px);
	margin: 60px 10px 0;
	position: relative;
}
.solutionBox ul:not([class]) a {
	background-color: #fff;
	border: 1px solid #cacacc;
	border-top: 3px solid #cf102d;
	box-sizing: border-box;
	box-shadow: 0px 5px 5px 0px rgba(179, 179, 179, 0.3);
	border-radius: 0 0 10px 10px;
	display: block;
	min-height: 7em;
	padding: 60px 20px 35px;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.solutionBox ul:not([class]) a:hover {
	background-color: #ebf7f5;
}
.solutionBox ul:not([class]) a::before {
	right: 15px;
	top: calc(50% - 10px);
}
.solutionBox dt {
	color: #d6103f;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.solutionBox dt img {
	position: absolute;
	margin: auto;
	top: -44px;
	left: 0;
	right: 0;
	width: 90px;
}
.solutionBox .txt {
	color: #666;
	font-size: 1.4rem;
	margin-bottom: 0;
	padding-right: 20px;
}
.solutionBox .btnArea01 {
	margin-top: 60px;
}
.solutionBox .btn02 {
	font-size: 2.6rem;
}
.pickUpBox > li > a::before, .trendBox dt::before, .solutionBox ul:not([class]) a::before, .businessBox a::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	border-top: 2px solid #cf1126;
	border-right: 2px solid #cf1126;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
hr.line01 {
	background: url(/common/img/line03.png) repeat-x 0 0;
	border: none;
	outline: none;
	height: 1px;
	margin: 30px 0;
}
.tableWrap01 {
	overflow-x: auto;
	margin: 0 0 4rem;
	padding: 0 0 20px;
}
.tableWrap01 table {
	min-width: 698px;
}
.tableWrap01::-webkit-scrollbar {
 height: 8px;
}
.tableWrap01::-webkit-scrollbar-track {
 height: 8px;
 border-radius: 10px;
 background: #ccc;
}
.tableWrap01::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background: #666;
}
.tableWrap01::-webkit-scrollbar-thumb:window-inactive {
 background: #666;
}
/*==== topPage ====*/
#particleWrap {
	background: #cf1126 url(/common/img/bg_top01.png) no-repeat 0 0/ 100% auto;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
#topBg {
	background-color: #fff;
	margin: 145px 0 -145px;
}
#mainLeadArea {
	max-width: 1250px;
	margin: 0 auto;
	text-align: center;
}
#mainLeadArea h1 {
	color: #fff;
	font-size: 3.2rem;
	margin: 70px auto 30px;
	position: relative;
}
#mainLeadArea h1::before, #mainLeadArea h1::after {
	/*content: "";*/
	/*display: block;*/
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(135deg) skew(8deg, 8deg);
	transform: rotate(135deg) skew(8deg, 8deg);
}
#mainLeadArea h1::after {
	bottom: -25px;
}
#mainLeadArea .btnTop01 {
	margin-bottom: 40px;
}
#topMainWrap {
	overflow: hidden;
	position: relative;
	padding: 145px 0 0;
	top: -145px;
}
#topMain {
	background-color: #fff;
	padding: 1px 0;
}
#topMain > * {
	position: relative;
}
#topMain::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	width: 3000px;
	height: 3000px;
	position: absolute;
	top: 0;
	left: calc(50% - 1500px);
	margin: 0 auto;
}
#contLead {
	color: #cf1126;
	font-weight: bold;
	align-items: flex-end;
	display: flex;
	font-size: 1.4rem;
	justify-content: center;
	margin: -110px auto 5px;
	min-height: 3.5em;
	padding: 0;
	text-align: center;
}
#contLead > p {
	line-height: 1.4;
	margin: 0;
	max-width: 600px;
}
#contLead > p:not(.disp) {
	display: none;
}
#topSlider {
	display: flex;
}
#topSlider li:hover {
	opacity: 0.7 !important;
}
.topDetail {
	max-width: 1014px;
	margin: 0 auto;
}
.topDetail .trendBox .btnArea02 {
	width: 100%;
}
.topDetail .trendBox .btn03 {
	padding-left: 10px;
	padding-right: 10px;
}
#topNewsWrap {
	max-height: 20em;
	overflow-y: scroll;
	padding-right: 10px;
}
#topNewsWrap #newsList dt {
	min-width: 10em;
}
#topNewsWrap #newsList .date {
	color: #01748a;
	display: block;
	font-size: 1.2rem;
	padding: 5px 20px 0 0;
	text-align: center;
}
#topNewsWrap #newsList .cateIco {
	min-width: 9em;
}
#topNewsWrap .event .cateIco {
	/*background-color: #fff;
	border-color: #01748a;*/
	background-color: transparent;
	border:  2px solid #01748a;
	color: #01748a;
}

#topEventWrap {
	max-height: 12em;
	overflow-y: scroll;
	padding-right: 10px;
}
#topEventWrap #eventList {
	background: url(/common/img/line03.png) repeat-x 0 bottom;
	padding-bottom: 2px;
}
#topEventWrap #eventList li {
	background: url(/common/img/line03.png) repeat-x 0 0/auto 1px;
	padding-top: 2px;
	padding-bottom: 1px;
}
#topEventWrap #eventList a {
	color: #222;
	display: block;
	padding: 17px 40px 17px 16px;
	text-decoration: none;
	position: relative;
}
#topEventWrap #eventList a:hover {
	background-color: #ebf7f5;
}
#topEventWrap #eventList a::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px solid #c7c5c5;
	border-right: 2px solid #c7c5c5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 19px;
	top: calc(50% - 8px); 
}
#topEventWrap #eventList a:hover::after {
	border-color: #cf1126;
}
#topEventWrap #eventList dl {
	display: flex;
	align-items: center;
}
#topEventWrap #eventList dt {
	min-width: 12em;
}
#topEventWrap #eventList dd {
	font-weight: bold;
	padding-left: 20px;
}
#topEventWrap #eventList .cateIco {
	min-width: 10em;
}
#topEventWrap .event .cateIco {
	/*background-color: #fff;
	border-color: #01748a;*/
	background-color: transparent;
	border: 0;
	color: #01748a;
}

.newsBtn {
	margin-top: 20px;
}
.businessBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.businessBox li {
	box-sizing: border-box;
	display: flex;
	width: calc((100% / 2) - .01px);
	padding: 10px;
}
.businessBox li:nth-child(2n+1) {
	padding-left: 0;
}
.businessBox li:nth-child(2n+2) {
	padding-right: 0;
}
.businessBox a {
	background-color: #fff;
	border: 1px solid #b6b6b6;
	font-size: 2.4rem;
	width: 100%;
	display: block;
	min-height: 150px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.businessBox a:hover {
	opacity: 0.7;
}
.businessBox a::before {
	top: calc(50% - 13px);
	right: 27px;
	z-index: 1;
}
.businessBox span {
	line-height: 1;
	position: absolute;
	top: calc(50% - 0.5em);
	left: 20px;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	z-index: 1;
}
/*==== about ====*/
#messageBox {
	background: url(/common/img/about/img_ind01.png) no-repeat 0 0/100% auto;
	display: flex;
	align-items: center;
	margin: 55px auto;
	padding: 0 0 0 50px;
}
@media screen and (min-width:768px) and ( max-width:1280px) {
#messageBox{
	min-height: 33vw;
}
}
@media screen and (min-width:1281px) {
#messageBox {
	min-height: 425px;
}
}
@media all and (-ms-high-contrast: none){
	#messageBox{
		height: 425px;
	}
	}
#messageBox dl{
	max-width: 40%;
	padding: 10px 0;
}
#messageBox dt a {
	background: url(/common/img/line03.png) repeat-x 0 0, url(/common/img/line03.png) repeat-x 0 bottom;
	color: #222;
	display: block;
	font-size: 2.4rem;
	padding: 21px 50px 20px 12px;
	position: relative;
	text-decoration: none;
}
#messageBox dt a:hover {
	background-color: #fff;
	color: #cf1126;
}
#messageBox dt a::after {
	content: "";
	display: block;
	width:13px;
	height: 13px;
	border-top: 2px solid #cf1126;
	border-right: 2px solid #cf1126;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: calc(50% - 8px);
}
#messageBox dd {
	font-size: 1.8rem;
	padding: 28px 10px 0 60px;
	position: relative;
}
#messageBox dd .enmsg {
	font-size: 1.6rem;
	padding: 28px 10px 0 60px;
	position: relative;
}
#messageBox dd::before {
	/*background-color: #bfbfbf;*/
	content: "";
	display: block;
	position: absolute;
	width: 35px;
	height: 1px;
	top: 35px;
	left: 17px;
}
#messageBox .name {
	font-size: 2.0rem;
	margin-top: 40px;
}
#messageBox .enname {
	font-size: 1.6rem;
	margin-top: 30px;
}
#valueBox {
	display: flex;
	align-items: center;
	max-width: 838px;
	margin: 45px auto 55px;
}
#valueBox p{
	font-size: 1.8rem;
}
#valueBox > div:not([class]) {
	flex: 1;
}
#valueBox .imgBox {
	padding: 0 80px 0 0;
	min-width: 270px;
}
#valueBox .imgBox img {
	max-width: 100%;
}
#valueBox .linkBtnList02 {
	margin-top: 55px;
}
/*==== map ====*/
#mapImg {
	margin-top: 50px;
	text-align: center;
	width: 100%;
	height: 500px;
}
/*==== message ====*/
.mesImgWrap{
	max-width: 965px;
}
.mesImg{
	margin-bottom: 35px;
}
.signature {
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
}
.signature .name{
	font-weight: bold;
	font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
.signature .name{
	font-size: 1.4rem;
}
}
/*==== advantage ====*/
.leadImg {
	background-color: #ededed;
	border-radius: 20px;
	padding: 22px;
	position: relative;
	max-width: 476px;
	margin: 40px auto;
}
.leadImg .mv-thumb {
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 100;
	width: calc(100% - 44px);
	height: auto;
	cursor: pointer;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*==== contact ====*/
.contactArea {
	margin-top: 80px;
}
.contactArea p {
	text-align: left;
}
.contactArea .title01 {
	font-size: 2.4rem;
}
/*==== event ====*/
#eventSwitchWrap {
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #eaeaea;
	margin: 20px auto;
	padding: 20px;
}
#eventSwitchWrap li {
	display: inline-block;
	min-width: 5.5em;
}
#eventSwitchWrap label {
	font-size: 1.6rem;
	padding-top: 6px;
	margin-bottom: 3px;
}
#eventSwitchWrap ul:first-child label {
	padding-top: 6px;
}
#eventSwitchWrap .toggle {
	padding-bottom: 10px;
	text-align: center;
}
#eventSwitchWrap .toggle .btn03 {
	font-size: 1.6rem;
	padding: 10px 45px 10px 20px;
}
#eventSwitchWrap .toggle .btn03::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	right: 18px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
}
#eventSwitchWrap .toggle .btn03:hover::before {
	border-color: #444;
}
#eventWrap {
	background: url(/common/img/line03.png) repeat-x 0 bottom;
}
.listWrap {
	background: url(/common/img/line03.png) repeat-x 0 0;
	display: flex;
}
.listWrap .detail {
	color: #222;
	display: flex;
	padding: 30px 16px 25px;
	text-decoration: none;
	box-sizing: border-box;
	width: 100%;
}
.listWrap .detail > div:first-child {
	text-align: center;
	padding-right: 23px;
	width: 10em;
}
.listWrap .detail > div:last-child {
	flex: 1;
}
#eventCount {
	color: #cf1126;
	font-size: 1.8rem;
	text-align: center;
}
#eventCount span {
	font-size: 2.4rem;
}
#eventWrap .status {
	background-color: #feea45;
	border: 2px solid #feea45;
	border-radius: 5px;
	display: inline-block;
	font-size: 1.6rem;
	min-width: 4em;
	margin-bottom: 10px;
	padding: 3px 18px;
	text-align: center;
}
#eventWrap .row2 .status {
	background-color: #fff;
	border-color: #6c6c6c;
	color: #6c6c6c;
}
#eventWrap .row3 .status {
	background-color: #ccc;
	border-color: #ccc;
	color: #222;
}
#eventWrap .date {
	margin-bottom: 10px;
	word-break: break-all;
}
#eventWrap .venueWrap span:not(:first-child)::before{
	content: "/";
}
#eventWrap .title {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#eventWrap .title a {
	color: #222;
	display: block;
	line-height: 1.2;
	padding-right: 40px;
	position: relative;
	text-decoration: none;
}
#eventWrap .title a:hover {
	color: #cf1126;
}
#eventWrap .title a::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: 3px solid #c7c5c5;
	border-right: 3px solid #c7c5c5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 19px;
	top: calc(50% - 8px);
}
#eventWrap .title a:hover::after {
	border-color: #cf1126;
}
#eventWrap .key {
	margin-bottom: 5px;
}
#eventWrap .key + p {
	margin-bottom: 0;
	padding-right: 40px;
}
#eventWrap .cateIco {
	border-width: 1px;
	border-color: #bfbfbf;
	background-color: #eee;
	margin: 0 10px 10px 0;
}
#eventWrap:not([class^="row"]) > li {
	display: block;
}
#eventWrap.row4 > li:not(.row4), #eventWrap.row5 > li:not(.row5), #eventWrap.row6 > li:not(.row6), #eventWrap.row7 > li:not(.row7), #eventWrap.row8 > li:not(.row8) {
	display: none;
}
/*==== detailArea ====*/
#eventInfo {
	padding: 4px 0 14px;
}
#eventDate {
	color: #cf1126;
}
.eventRecommend {
	max-width: 82%;
	margin: 0 auto;
}
.eventRecommend > dt {
	padding: 20px 10px 5px 75px;
	position: relative;
}
.eventRecommend > dt::before {
	background: url(/common/svg/ico_light01.svg) no-repeat 0 0/contain;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
}
.eventRecommend > dd {
	border-radius: 10px;
	border: 2px solid #eaeaea;
	margin-left: 35px;
	padding: 24px;
}
.eventRecommend li {
	padding: 12px 0 8px 43px;
	position: relative;
}
.eventRecommend li::before {
	background: url(/common/svg/ico_check02.svg) no-repeat 0 0/contain;
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 25px;
	height: 23px;
}
/*==== global ====*/
#globalMapWrap{
	/*display: flex;*/
	align-items: center;
	margin-top: 30px;
	padding: 0 70px;
}
#globalimgWrap > ul {
	float: right;
	margin-bottom: 19px;
}
#globalimgWrap > ul li {
	color: #cf1126;
	display: inline-block;
	font-size: 1.4rem;
	margin-left: 10px;
	padding-left: 20px;
	position: relative;
}
#globalimgWrap > ul li:last-child {
	color: #005452;
}
#globalimgWrap > ul li::before, #cityList a::before {
	background: url(/common/svg/global/ico_landmark01.svg) no-repeat 0 0/contain;
	content: "";
	display: block;
	width: 16px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
}
#cityList a[href^="#IIJ"]::before {
	background: url(/common/svg/global/ico_landmark02.svg) no-repeat 0 0/contain;
}
#globalimgWrap > ul li:last-child::before {
	background-image: url(/common/svg/global/ico_landmark02.svg);
}
#cityList {
	clear: both;
	display: flex;
	justify-content: space-between;
}
#cityList > dl {
	flex: 1;
}
#cityList > dl:first-child {
	flex: 2;
}
#cityList dt {
	background: url(/common/img/line03.png) repeat-x 0 bottom, url(/common/img/line03.png) repeat-x 0 0;
	font-size: 2.2rem;
	padding: 10px 0 10px 10px;
}
#cityList dd {
	display: flex;
	padding: 5px 0 10px 10px;
}
#cityList ul {
	flex: 1;
}
#cityList li {
	padding: 5px 0;
}
#cityList a {
	color: #222;
	display: inline-block;
	padding-left: 25px;
	position: relative;
	text-decoration: none;
}
#cityList a::before {
	top: 2px;
}
#globalimgWrap{
	flex: 1;
}
#globalimgWrap, #globalimg {
	/*max-width: 868px;*/
	max-width: 985px;
}
#globalimg {
	width: 100%;	
}
/*==== news ====*/
#newsWrap {
	margin-top: -4.5rem;
}
#newsNav > ol:first-child {
	display: flex;
	flex-wrap: wrap;
	max-width: 50em;
}
#newsNav a {
	font-size: 2.4rem;
}
.slideNav li{
	margin: 0 4px;
}
.slideNav a {
	border-bottom: 4px solid transparent;
	color: #222;
	display: inline-block;
	padding: 10px;
}
.slideNav a:hover, .slideNav .current a {
	border-color: #cf1126;
	text-decoration: none;
}
#newsSwitch {
	display: flex;
	justify-content: center;
	margin: 30px auto 15px;
	position: relative;
}
#newsSwitch .rssBtn {
	position: absolute;
	margin: auto;
	right: 0;
	top: -13px;
	bottom: 0;
}
#newsList {
	background: url(/common/img/line03.png) repeat-x 0 bottom;
	padding-bottom: 2px;
}
#newsList li {
	background: url(/common/img/line03.png) repeat-x 0 0/auto 1px;
	padding-top: 2px;
	padding-bottom: 1px;
}
#newsList a {
	color: #222;
	display: block;
	padding: 17px 40px 17px 16px;
	text-decoration: none;
	position: relative;
}
#newsList a:hover {
	background-color: #ebf7f5;
}
#newsList a::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px solid #c7c5c5;
	border-right: 2px solid #c7c5c5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 19px;
	top: calc(50% - 8px); 
}
#newsList a:hover::after {
	border-color: #cf1126;
}
#newsList .noLink {
	color: #222;
	display: block;
	padding: 17px 40px 17px 16px;
	position: relative;
}
#newsList dl {
	display: flex;
	align-items: center;
}
#newsList dt {
	min-width: 14.5em;
}
.cateIco {
	border-radius: 3px;
	border: 2px solid #e0e0e0;
	background-color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0 20px 0 0;
	min-width: 7.6em;
	min-height: 1em;
	padding: 5px;
	text-align: center;
}
.press .cateIco {
	background-color: #f0f0f0;
}
/*}*/
#newsList dd {
	font-weight: bold;
	padding-left: 20px;
}
#newsList li:hover dd {
	color: #cf1126;
}
#newsList li .noLink:hover dd {
	color: #222;
}
#newsList > li {
	display: none;
}
#newsList:not([class]) > li, #newsList.info > .info, #newsList.press > .press {
	display: block;
}
/*==== newsDetail ====*/
.newsInfo {
	overflow: hidden;
}
.newsInfo .date {
	clear: both;
	padding: 25px 0;
	text-align: right;
}
.newsInfo .linkBtnList02 {
	float: right;
}
.newsInfo .linkBtnList02 a {
	font-size: 1.6rem;
	padding: 13px 40px 10px 13px;
	width: 16rem;
}
.newsInfo .linkBtnList02 a::before {
	width: 6px;
	height: 6px;
}
/*==== principle ====*/
.principleList {
	font-size: 2.0rem;
	font-weight: bold;
	position: relative;
}
.principleList::before {
	background: url(/common/svg/symbolmark.svg) no-repeat 0 0 / contain;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 407px;
	height: 318px;
	opacity: 0.1;
}
.principleList > li {
	display: flex;
	align-items: flex-start;
}
.principleList > li .no {
	background-color: #cf1126;
	border-radius: 5px;
	color: #fff;
	padding: 2px 0;
	text-align: center;
	width: 1.5em;
}
.principleList > li .txt {
	flex: 1;
	padding: 3px 10px 30px 20px;
}
/*---- CSR ====*/
.csrList {
	font-size: 1.6rem;
	position: relative;
}
.csrList > li {
	display: flex;
	align-items: flex-start;
}
.csrList > li .no {
	background-color: #4095aa;
	border-radius: 5px;
	color: #fff;
	padding: 2px 0;
	text-align: center;
	width: 1.5em;
}
.csrList > li .txt {
	flex: 1;
	padding: 3px 10px 30px 20px;
}


/*==== recruit ====*/
.recruitBox {
	display: flex;
	justify-content: center;
	max-width: 866px;
	margin: 70px auto 0;
}
.recruitBox > div {
	flex: 1;
	width: 100%;
}
.recruitBox > div.new {
	padding-right: 23px;
}
.recruitBox > div.career {
	padding-left: 23px;
}
.recruitBox .btn {
	display: block;
	line-height: 1;
	padding: 1px 1px 0;
	position: relative;
}
.recruitBox .btn p{
	color: #222;
	font-size: 1.6rem;
	padding-right: 26px;
	position: absolute;
	top: 30%;
	left: 7%;
}
.recruitBox .btn p::after{
	background: url(/common/svg/ico_window03.svg) no-repeat 0 0 /contain;
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 26%;
}
.recruitBox .career .btn p::after{
	background: url(/common/svg/ico_window02.svg) no-repeat 0 0 /contain;
}
.recruitBox .career .btn p{
	color: #fff;
}
.recruitBox .btn p span{
	display: block;
	font-size: 2.9rem;
}
.recruitBox .btn:hover {
	opacity: 0.7;
}
.recruitBox .careerList {
	display: none;
	padding-top: 30px;
}
.linkBtnList02 li a {
	padding: 13px 40px 13px 13px;
}
/*==== sitemap ====*/
#sitemapColumn {
	display: flex;
	margin-bottom: 70px;
}
.sitemapColumn {
	margin-top: 50px;
}
#sitemapColumn > dl:last-child {
	flex: 1;
}
#sitemapColumn > dl:first-child {
	/*width: calc((100% / 3) - .01px);*/
	width: calc((100% / 2) - .01px);
	padding-right: 20px;
}
#sitemapColumn dt, .sitemapColumn dt {
	position: relative;
}
#sitemapColumn dt::before, .sitemapColumn dt::before {
	background: url(/common/img/bg_dot01.png);
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0;
	z-index: 1;
}
#sitemapColumn dt a, .sitemapColumn dt a {
	color: #222;
	display: block;
	font-size: 2.4rem;
	padding: 20px 40px 20px 8px;
	position: relative;
	text-decoration: none;
}
#sitemapColumn dt a:hover, .sitemapColumn dt a:hover {
	background-color: #ebf7f5;
}
.sitemapColumn dt a {
	margin-bottom: -10px;
}
#sitemapColumn dt a::after, .sitemapColumn dt a::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-top: 2px solid #444;
	border-right: 2px solid #444;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 21px;
	margin-top: -11px;
	top: 50%;
}
#sitemapColumn dd {
	display: flex;
}
#sitemapColumn .sitemapList, .sitemapColumn .sitemapList {
	flex: 1;
	padding: 20px 0 0 40px;
}
.sitemapList a {
	color: #222;
	display: block;
	padding: 14px 35px 13px 5px;
	position: relative;
	text-decoration: none;
}
.sitemapList:not(.simpleList) li{
	padding: 2px 0 1px;
}
.sitemapList:not(.simpleList) li:not(:last-child) ,
.sitemapList.simpleLis li:not(:last-child) > a {
	background: url(/common/img/line03.png) repeat-x 0 0;
}
.sitemapList:not(.simpleList) li:last-child,
.sitemapList.simpleList li > a {
	background: url(/common/img/line03.png) repeat-x 0 0, url(/common/img/line03.png) repeat-x 0 bottom;
}
.sitemapList a:hover {
	background-color: #ebf7f5 !important;
}
.sitemapList a::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-top: 2px solid #c7c5c5;
	border-right: 2px solid #c7c5c5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	margin-top: -8px;
	top: 50%;
}
.sitemapList a:hover::before {
	border-color: #cf1126 !important;
}
.sitemapList.simpleList {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}
.sitemapList.simpleList li {
	box-sizing: border-box;
	padding: 0 10px;
	width: 25%;
}
.sitemapList.simpleList li.column2 {
	font-size: 1.4rem;
	padding-right: 0;
	letter-spacing: -1px;
	width: 50%;
}
.sitemapList.simpleList li.column2 a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.sitemapList.simpleList li:nth-child(4n) {
	padding-right: 0;
}
.sitemapList.simpleList li:nth-child(4n+1) {
	padding-left: 0;
}
.sitemapList.simpleList li:nth-child(n + 5) a {
	background: url(/common/img/line03.png) repeat-x 0 bottom;
}
.linkBtnList01.sitemap li {
	width: calc(100% / 4);
}
.linkBtnList01.sitemap li:nth-child(3n+1) {
	padding-left: 7px;
}
.linkBtnList01.sitemap li:nth-child(3n+3) {
	padding-right: 7px;
}
.linkBtnList01.sitemap li:nth-child(4n) {
	padding-right: 0;
}
.linkBtnList01.sitemap li:nth-child(4n+1) {
	padding-left: 0;
}
/*==== value ====*/
#valueBoxWrap {
	display: flex;
	flex-flow: column nowrap;
}
.valueBox{
	order: 1;
}
.valueInner{
	position: relative;
	z-index: 1;
}
.valueBox:last-child {
	margin-bottom: 0;
}
.valueInner {
	max-width: 1250px;
	height: 100%;
	margin: 0 auto;
	padding: 1px 15px;
}
/*.valueBody1 {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%),url(/common/img/values/bg_ind01.png) no-repeat right top /cover;
}*/
.open.valueBody1 {
	z-index: 2;
}
.valueBody1 {
	background-color: transparent;
	background-image: url(/common/img/values/bg_ind01.png);
}
.valueBody2 {
	background-color: #01748a;
	background-image: url(/common/img/values/bg_ind01.png);
}
.valueBody3 {
	background-color: #fcbd54;
	background-image: url(/common/img/values/bg_ind01.png);
}
.valueBody4 {
	background-color: #7fa8cf;
	background-image: url(/common/img/values/bg_ind01.png);
}
.valueBody5 {
	background-color: #df6a7f;
	background-image: url(/common/img/values/bg_ind01.png);
}
.valueBody6 {
	background-color: transparent;
	background-image: url(/common/img/values/bg_ind01.png);
}
.valueFrame {
	border: 1px solid #dfdfdf;
	border-radius: 0 130px 0 130px;
	max-width: 1248px;
	min-height: calc(100% - 140px);
	margin: 0 auto 40px;
}
#value01 h1 {
	margin: 20vw 0 0;
	font-size: 120px;
	font-weight: bold;
	font-family: "Meiryo UI","Meiryo";
}
@media screen and (min-width:768px) and ( max-width:1280px) {
#value01 h1 {
	margin: 20vw 0 0;
}
.valueFrame h3{
	margin: 6vw 0 3vw 60px;
}
.valueFrame h3.enh {
	margin:10vw 0 8vw 60px;
}
}
@media screen and (min-width:1281px) {
#value01 h1 {
	margin: 250px 0 0;
}
.valueFrame h3{
	margin: 77px 0 39px 60px;
}
.valueFrame h3.enh {
	margin:120px 0 95px 60px;
}
}
#value01 .valueFrame {
	background-color: #fff;
	display: flex;
	align-items: center;
	min-height: calc(100% - 146px);
}
#value01 h2 {
	color: #cf1126;
	font-size: 50px;
	font-weight: bold;
	font-family: "Meiryo UI","Meiryo";
	padding: 20px 0;
	text-align: center;
}
#value01 .valueFrame {
	padding: 10px;
}
#value01 .valueFrame .imgBox {
	display: block;
	margin: 20px auto;
	max-height: 410px;
	width: auto;
	position: relative;
}
#value01 .valueFrame img {
	max-height: 410px;
}
#value01 .valueFrame .imgBox img:last-child{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity:0;
	animation: fadein 2s linear 0.5s 1 forwards;
}
@keyframes fadein {
	0%{ opacity:0;}
	100% { opacity:1; }
}
h2.triangle {
	position: relative;
	text-align: center;
	height: 200px;
	margin-bottom: -100px;
	overflow: hidden;
}
h2.triangle span {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	padding: 15px 0;
	position: relative;
}
h2.triangle div {
	color: #fff;
	font-size: 48px;
	line-height: 1;
	position: relative;
	text-align: center;
}
h2.triangle span.en {
	color:#fff;
	font-size:40px;
	line-height: 1.3;
	position: relative;
	text-algin:center;
}
h2.triangle span.ens {
	color:#fff;
	font-size:35px;
	line-height: 1.3;
	margin-top: -15px;
	position: relative;
	text-algin:center;
}
h2.triangle::before {
	content: "";
	display: block;
	width: 350px;
	height: 350px;
	position: absolute;
	border: 1px solid #fff;
	box-shadow: 0px 2px 29px 0px rgba(18, 18, 18, 0.36);
	transform: rotate(-45deg) skew(10deg, 10deg);
	bottom: 51px;
	left: 0;
	right: 0;
	margin: auto;
}
.valueFrame h3 {
	font-size: 40px;
}
.valueFrame p {
	font-size: 20px;
	padding: 0 0 0 60px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	width: 80%;
}
.valueFrame p.en {
	width: 60%;
}
.valueFrame p:last-child {
	margin-bottom: 60px;
}
#value02 h2.triangle::before {
	background-color: #01748a;
}
#value02 .valueFrame {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 36%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0.2) 80%,transparent), url(/common/img/values/img_ind03.jpg) no-repeat right top/ auto 100%, #fff;
}
#value02 h3 {
	color: #ffc000;
}
#value02 .valueFrame p {
	width: 49%;
}
#value02 .valueFrame p.en {
	width: 65%;
}
#value03 h2.triangle::before {
	background-color: #fb9e03;
}
#value03 .valueFrame {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0.8) 65%, rgba(255,255,255,0.1) 80%, transparent), url(/common/img/values/img_ind04.jpg) no-repeat right top/auto 100%, #fff;
}
#value03 h3 {
	color: #4472c4;
}
#value03 .valueFrame h3 ~ p {
	width: 65%;
}
#value04 h2.triangle::before {
	background-color: #4380b9;
}
#value04 .valueFrame {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0.1) 80%, transparent), url(/common/img/values/img_ind05.jpg) no-repeat right top/auto 100%, #fff;
}
#value04 h3 {
	color: #c00000;
}
#value04 .valueFrame h3 ~ p {
	width: 65%;
}
#value05 h2.triangle::before {
	background-color: #d02442;
}
#value05 .valueFrame {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0.7) 50%, transparent), url(/common/img/values/img_ind06.jpg) no-repeat right top/auto 100%, #fff;
}
#value05 h3 {
	color: #2cb6b3;
}
#value06 h2.triangle::before {
	background-color: #d02442;
	bottom: 42px;
}
#value06.valueInner{
	height: auto;
}
#value06 p {
	margin: 120px auto 70px;
	font-size: 30px;
	text-align: center;
}
#value06 p span {
	font-size: 48px;
}
#value06 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 100px;
}
#value06 ul li {
	box-sizing: border-box;
	width: calc((100% / 2) - .01px);
	padding: 7px;
}
#value06 ul.eng {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 auto 210px;
}
#value06 ul.eng li {
	box-sizing: border-box;
	width: calc((100% / 2) - .01px);
	padding: 7px;
}
#value06 ul li:nth-child(2n+1) {
	padding-left: 0;
}
#value06 ul li:nth-child(2n+2) {
	padding-right: 0;
}
#value06 ul a {
	border: 2px solid #cf102d;
	border-radius: 30px / 50%;
	color: #cf102d;
	display: block;
	font-size: 2.6rem;
	padding: 12px 62px;
	position: relative;
	text-decoration: none;
	text-align: center;
}
#value06 ul a:hover {
	color: #fff;
}
#valuePagerWrap {
	max-width: 960px;
	margin: auto;
	position: relative;
	left: 0;
	right: 0;
}
#valuePager {
	position: fixed;
	left: auto;
	right: 30px;
	bottom: 250px;
	z-index: 2;
	width: 18px;
}
#valuePager li {
	padding: 15px 0;
}
#valuePager a {
	border-radius: 50%;
	background-color: #ccc;
	display: block;
	width: 13px;
	height: 13px;
}
#valuePager .current a {
	content: "";
	display: block;
	border-radius: 50%;
	background-color: #cf102d;
	width: 23px;
	height: 23px;
	margin-left: -5px;
}
.valueBody1 #valuePager .current a {
	background-color: #fff;
}
.fadeinText,
.fadeinText span {
	opacity: 0;
}
.fadeElement{
	position: relative;
	top: 100px;
	opacity: 0;
	transition: opacity 1.25s ease, top 1.25s ease;
}
.fadeElement.show  {
	top: 0;
	opacity: 1;
	transition: opacity 1.25s 250ms ease, top 1.25s 250ms ease;
}
/*==== Case Study ====*/
.caseDetail > dt {
	background: url(/common/img/line03.png) repeat-x 0 bottom;
	display: flex;
	align-items: center;
}
.caseDetail > dt div {
	order: 2;
}
.caseDetail > dt p {
	color: #0f1c70;
	flex: 1;
	font-size: 2.0rem;
	padding-right: 10px;
	order: 1;
}
.caseDetail > dd {
	padding: 30px 0 20px;
}
.caseDetail .column02 {
	align-items: center;
}
.caseDetail .column02 .linkList {
	text-align: right;
}
.case_catch {
	font-size: 1.8rem;
	margin-top: 30px;
	padding: 5px 0 5px 5px;
    background: url(/common/img/line03.png) repeat-x 0 0, url(/common/img/line03.png) repeat-x 0 bottom;
    display: block;
}
.with-caption {
	font-size: 1.2rem;
}


/*==== privacy ====*/
#privacyTable th:first-child {
	width: 30%;
}
/*==== search ====*/
dl.doc {
	margin: 1.3em 0em 30px;
}
dl.doc dt {
	margin: 0 0 10px;
}
span.doc_link {
	color: #007744;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
strong.key1 {
	background-color: #ffffcc;
	display: inline-block;
	padding: 0em 0.1em;
}
div.resinfo {
	margin-right: 0.3em;
	text-align: right;
	font-size: 1.4rem;
}
div.estinfo {
	margin: 1.5em 1.0em;
	padding: 0em 0em;
	text-align: right;
	font-size: 1.4rem;
	color: #555555;
	opacity: 0.80;
}
div.paging {
	margin: 2em 1em;
	text-align: center;
	vertical-align: top;
}
div.paging a,
div.paging span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0em 10px;
}
a.navi {
	margin: 0em 0.2em;
	padding: 0em 0.5em;
	background: #fff none;
	border: solid 1pt #ccc;
	-moz-border-radius: 0.25em;
	color: #000;
	text-decoration: none;
}
span.void {
	margin: 0em 0.2em;
	padding: 0em 0.5em;
	background: #fff none;
	border: solid 1pt #ccc;
	-moz-border-radius: 0.25em;
	color: #aaaaaa;
	opacity: 0.70;
}
a.pnum {
	margin: 0em 0em;
	background: #fff none;
	border: solid 1pt #ccc;
	-moz-border-radius: 0.25em;
	color: #000;
	text-decoration: none;
}
span.pnow {
	margin: 0em 0em;
	padding: 0em 0.2em;
	background: #d8063b;
	border: solid 1pt #d8063b;
	color: #fff;
	-moz-border-radius: 0.25em;
}
div.estinfo {
	margin: 1.5em 1.0em;
	padding: 0em 0em;
	text-align: right;
	font-size: smaller;
	color: #555555;
	opacity: 0.80;
}
div.estinfo a {
	color: #555555;
	text-decoration: none;
}

/*================================ Media Queries ================================*/
@media screen and (max-width: 900px) {
#topMain::before {
	background-color: #fff;
	width: 2000px;
	height: 2000px;
	left: calc(50% - 1000px);
}
}

@media screen and (max-width: 480px) {
#topMain::before {
	background-color: #fff;
	width: 800px;
	height: 800px;
	left: calc(50% - 400px);
}
}

@media screen and (max-width: 767px) {
/*======================================
    1.Layout
======================================*/
body {
	font-size: 1.6em;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
header {
	z-index: 100;
}
#headWrap {
	display: block;
	padding: 0;
}
#headLogo {
	background-color: #faf9fb;
	padding: 5px 0 5px 18px;
	position: relative;
}
#headLogo > a, #headLogo > a > img {
	width: 130px;
}
#gNav #homeLinkWrap {
	display: none;
}
#spHome a, #spHome img {
	width: 23px;
}
#headLogo p {
	font-size: 10px;
	margin: 0 0 5px;
}
#headLogo p span {
	color: #cf1126;
}
#headLogo .spDisp {
	display: block;
}
#fbLink {
	position: absolute;
	top: 12px;
	right: 51px;
}
#homeLink {
	position: absolute;
	top: 27px;
	left: 185px;
}
#spMenuBtn {
	background: url(/common/svg/ico_spmenu01.svg) no-repeat 0 0/contain;
	position: absolute;
	top: 17px;
	right: 12px;
	width: 27px;
	height: 21px;
}
#spMenuBtn.open {
	background-image: url(/common/svg/ico_spmenu02.svg);
}
#headNav {
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	margin-bottom: 10px;
	float: none;
}
#headNav, #gNav {
	clear: both;
	display: block;
}
#gNav {
	background-color: #fff;
	border-radius: 10px;
	padding: 0;
}
#headLinks nav {
	height: auto;
}
#headNav > li:not([id]), #localNav {
	display: none;
}
#headNav > li, #gNav > li {
	display: block;
	padding: 0;
	margin-top: -1px;
	margin-right: 0;
	margin-left: 0;
	vertical-align: middle;
}
#gNav ul li {
	margin-right: 0;
	margin-left: 0;
}
#gNav > li.spDisp {
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
}
#gNav > li.spDisp:first-child a {
	border-radius: 10px 0 0 0;
}
#gNav > li.spDisp + li.spDisp {
	margin-left: -1px;
	width: calc(50% + 1px);
}
#gNav > li.spDisp + li.spDisp a {
	border-radius: 0 10px 0 0;
}
#gNav > li.spDisp:last-of-type a {
	border-radius: 0 0 10px 10px;
}
#gNav > li.spDisp:last-of-type, #en #gNav > li.spDisp {
	width: 100%;
	padding-right: 0;
}
#gNav > li > a {
	border: 1px solid #ccc;
	display: block;
	font-weight: normal;
	font-size: 1.6rem;
	padding: 10px 25px 10px 10px;
	position: relative;
	text-align: center;
}
#gNav a:hover, #gNav .current a{
	background-color: #fff;
	color: inherit;
}
#gNav div a:hover, #gNav .current div  a{
	background-color: transparent;
	border-bottom-color: transparent !important;
}
#gNav > li > a::before, #gNav ul li a::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #cf1126;
	border-right: 2px solid #cf1126;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: calc(50% - 6px);
}
#gNav > li > a::before {
	right: 15px;
	top: calc(50% - 7px);
}
#gNav ul {
	border: 1px solid #ccc;
	border-top: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}
#gNav ul li {
	box-sizing: border-box;
	width: calc((100% / 2) - .01px);
}
#gNav ul li {
	background: url(/common/img/line03.png) repeat-x bottom left;
}
#gNav ul li:nth-child(2n - 1) {
	background: url(/common/img/line05.png) repeat-y top right, url(/common/img/line03.png) repeat-x bottom left;
}
#gNav ul li:nth-child(2n - 1):last-child,
#gNav ul li:nth-child(2n - 1):nth-last-child(2){
	background: url(/common/img/line05.png) repeat-y top right;
}
#gNav ul li:nth-child(2n):last-child{
	background: none;
}	
#gNav ul li a {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.2;
	padding: 10px 20px 10px 10px;
	position: relative;
}
#gNav ul li a::before {
	border-width: 1px;
}
#headNav form {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #cdcccd;
	box-sizing: border-box;
	padding-right: 5px;
	width: 100%;
}
.searchTxt {
	border: none;
	flex: 1;
	font-size: 1.6rem;
	min-height: 1.5em;
	border-right: 0;
	padding-top: 1px;
}
.searchBtn {
	background: url(/common/svg/ico_search01.svg) no-repeat center center / 20px auto;
}
#headLinks {
	position: relative;
	z-index: 100;
}
#spMenuWrap {
	display: none;
	background-color: #dbdbdb;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	box-shadow: 0px 8px 16px 0px rgba(84, 84, 84, 0.06);
	padding: 10px 10px 30px;
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 100;
}
#containerWrap.lower {
	background: url(/common/img/bg_top01.png) no-repeat fixed center 0/ auto 200px, linear-gradient(#cf1126 0%, #cf1126 200px, #fff 200px, #fff 100%) fixed;
}
#lowerParticle {
	display: none;
}
#container {
	display: block;
	padding: 0 5px;
}
#footerBottomWrap {
	margin-top: 50px;
	padding: 15px 0 10px;
}
#copyRight {
	font-size: 1.2rem;
	padding: 10px 0;
}
#topMarkWrap ul {
	justify-content: center;
	margin: 0 auto -20px;
}
#footWrap {
	display: none;
}
#footerBottom, #footerBottom .footLinks {
	display: block;
}
#footerBottom {
	padding-left: 0;
}
.footLinks > li {
	padding: 2px 10px;
	width: auto;
}
.footLinks > li > a {
	padding: 12px 30px 11px 10px;
}
.footLinks > li:first-child{
	background: url(/common/img/line06.png) repeat-x 0 0;
}
#en .footLinks > li:first-child{
	background: url(/common/img/line06.png) repeat-x 0 0, url(/common/img/line06.png) repeat-x left bottom;
}
.footLinks > li > a::before {
	right: 15px;
}
#footerBottom ul {
	display: block;
}
#footerBottom li {
	padding: 0 10px;
	width: auto;
}
#footerBottom li > a {
	display: block;
	padding: 13px 30px 12px 10px;
}
#footerBottom li > a::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #c7c5c5;
	border-right: 1px solid #c7c5c5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	margin-top: -5px;
	top: 50%;
}
#footerBottom li:not(:first-child)::before {
	display: none;
}
#footerBottom li:first-child > a {
	background: url(/common/img/line03.png) repeat-x 0 0, url(/common/img/line03.png) repeat-x left bottom;
}
#footerBottom li > a {
	background: url(/common/img/line03.png) repeat-x left bottom;
}
.footLinks > li > a::before {
	right: 15px;
}
#topMarkWrap .icons {
	margin: 10px 10px 0;
}
#pageTopLink {
	bottom: 50px;
}
main h1 {
	font-size: 2.6rem;
	margin-bottom: 0;
	padding: 10px 0 15px;
	text-align: center;
}
#mainContent h1:not([class]) {
	line-height: 1.2;
	font-size: 2.2rem;
	margin-bottom: 23px;
	padding-bottom: 16px;
	text-align: left;
}
#mainContent h1 .main {
	padding-right: 0;
}
#mainContent h1 .sub {
	font-size: 1.6rem;
	padding-top: 5px;
}
main #enTitle {
	display: none;
}
main #enTitle + .leadTxt {
	font-size: 1.6rem;
	margin-top: 0;
}
.title01 {
	line-height: 1.2;
	font-size: 2.0rem;
	margin: 40px 0 20px;
	padding: 23px 0 22px;
}
.title01 span {
	font-size: 1.6rem;
}
.title01 a::after {
	width: 14px;
	height: 14px;
	top: calc(50% + 2px);
	right: 15px;
}
#lowerWrap > .title01:first-child, #lowerWrap > .titieLink:first-child {
	margin-top: 20px;
}
.titieLink {
	padding-bottom: 20px;
	text-align: center;
}
.titieLink a {
	padding: 9px 20px 10px;
	position: static;
}
.title02 {
	margin: 50px 0 20px;
}
.title02 span {
	font-size: 2.0rem;
	padding: 0 10px;
	max-width: calc(100% - 40px);
}
.title03 {
	font-size: 1.8rem;
	margin: 40px 0 20px;
}
.title01 + .detailArea > .title03:first-child {
	margin-top: 20px;
}
.title04 {
	font-size: 1.8rem;
}
.title05 {
	margin: 20px 0 20px;
	font-size: 1.8rem;
}
.inquiryArea01 {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}
.inquiryBox {
	margin-top: 10px;
}
.inquiryBox > dt {
	font-size: 1.8rem;
	padding: 10px;
}
.inquiryBox > dt.fsS {
	font-size: 1.6rem;
}
.inquiryBox > dd {
	padding: 20px;
}
.contBlock {
	float: none;
	width: auto;
	margin: 0 0 30px;
}
.columnWrap, .column02, .column03 {
	display: block;
	margin: 0;
}
.column02 > *, .column03 > * {
	width: auto;
	margin: 0 0 20px;
}
.column2 .box, .column3 .box {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.imgtxtBox {
	display: block;
	margin-bottom: 30px;
}
.imgtxtBox.nobottom {
	margin-bottom: 0;
}
.imgtxtBox img {
	display: block;
	float: none !important;
	margin: 0 auto 10px !important;
}
.imgtxtBox > img:last-child{
	margin-top: 10px !important
}
#breadcrumb {
	display: none;
}
.lower #mainContent {
	box-shadow: 0px 8px 16px 0px rgba(84, 84, 84, 0.06);
	border-radius: 0 40px 0 40px / 0 40px 0 40px;
	margin: 0 10px;
	padding: 20px 15px 40px;
}
/*======================================
    2.pathArea
======================================*/
p {
	font-size: 1.4rem;
}
#detailWrap {
	margin: 0 auto;
}
#detailWrap .closedMessage {
	font-size: 1.4rem;
}
#detailWrap .date {
	font-size: 1.4rem;
	margin: 20px 0 30px;
}
#detailWrap p.date ~ p {
	font-size: 1.4rem;
	margin-bottom: 40px;
}
#detailWrap p.date ~ p + .asterisk {
	margin-top: -35px;
	margin-bottom: 40px;
}
.tableWrap01, .tableWrap02 {
	margin-left: 0;
	margin-right: 0;
}
.tableWrap01 th {
	white-space: nowrap;
}
.tableWrap01 .en th {
	white-space: pre-wrap;
}
.tableWrap01 .simple th {
	white-space: pre-wrap;
}
.tableWrap02 table {
	position: relative;
	display: block;
	width: 100%;
	border-collapse: collapse;
}
.tableWrap02 thead {
	display: block;
	float: left;
	float: none\9;
}
.tableWrap02 tbody {
	font-size: 0;
	position: relative;
	display: block;
	overflow-x: auto;
	width: auto;
	white-space: nowrap;
}
.tableWrap02 thead tr {
	display: block;
}
.tableWrap02 tbody tr {
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: top;
}
.tableWrap02 th, .tableWrap02 td {
	display: block;
	min-height: 35px;
}
.tableWrap02 thead th {
	border-bottom: 0;
}
.tableWrap02 tbody th, .tableWrap02 tbody td {
	border-bottom: 0;
	border-left: 0;
}
.tableWrap02 thead th:last-child, .tableWrap02 tbody td:last-child {
	border-bottom: 1px solid #b2b2b2;
}
.linkBtnList01 {
	display: block;
}
.linkBtnList01 li {
	width: auto;
	padding: 7px 0;
}
.linkBtnList01 li:nth-child(3n+1), .linkBtnList01 li:nth-child(3n+3) {
	padding-left: 0;
	padding-right: 0;
}
.linkBtnList01 li a {
	padding: 15px 30px 15px 18px;
}
.linkBtnList01 + h2 {
	margin-top: 75px;
}
.linkBtnList02 li {
	width: calc((100% / 2) - .01px);
	padding: 0 5px;
}
.linkBtnList02 li a {
	font-size: 1.6rem;
	padding: 23px 25px 20px 10px;
}
.linkBtnList02 li a::before {
	right: 10px;
}
.btn01 {
	font-size: 1.6rem;
	padding: 12px 20px 10px;
}
.btn02, .btn03 {
	font-size: 1.6rem;
	padding: 12px 20px 10px;
}
/*.downloadBtn01 {
	font-size: 1.4rem;
}*/
.btnArea01 {
	display: block;
	justify-content: center;
	margin: 25px auto 20px;
}
.btnArea01 li {
	padding: 5px 10px;
	text-align: center;
}
.checkList li:not(:last-child) {
	padding-right: 20px;
}
.checkList label {
	font-size: 1.6rem;
	min-height: 25px;
	padding: 0 0 0 20px;
}
.checkList label::before {
	border-radius: 3px;
	width: 12px;
	height: 12px;
	top: 3px;
}
.checkList input:checked + label::before {
	background-size: 8px auto;
}
.pickUpBox {
	display: block;
	margin: 0 auto;
}
.boxWrap .pickUpBox > li, .boxWrap .pickUpBox li:nth-of-type(3n+1), .boxWrap .pickUpBox li:nth-of-type(3n+3) {
	padding-left: 0;
	padding-right: 0;
}
.pickUpBox > li {
	display: block;
	width: auto;
	padding: 17px 10px;
}
.pickUpBox > li:nth-of-type(3n+1) {
	padding-left: 10px;
}
.pickUpBox > li:nth-of-type(3n+3) {
	padding-right: 10px;
}
.pickUpBox dt, .pickUpBox dd .title, .pickUpBox dt.img .title.center {
	font-size: 2.0rem;
}
.trendBox {
	display: block;
	margin-top: 20px;
}
.trendBox > li {
	width: auto;
	display: block;
	margin: 30px 10px 0;
}
.boxWrap .trendBox > li {
	margin-left: 0;
	margin-right: 0;
}
.trendBox > li:nth-child(3n + 1):not(:first-child)::before {
	background: none;
}
.trendBox dt {
	font-size: 2.0rem;
}
.trendBox dd .title {
	font-size: 1.6rem;
	padding-bottom: 0;
}
.boxWrap {
	margin: 0;
}
.boxWrap::before {
	display: none;
}
.pickUpBox dt.img .imgWrap, .trendBox dd .imgWrap {
	height: 135px;
	overflow: hidden;
}
.trendBox dd .imgWrap {
	height: 146px;
}
.trendBox > li:nth-of-type(3n + 1):not(:first-child)::before {
	display: none;
}
.redBox {
	padding-top: 1px;
}
.solutionBox {
	padding-top: 60px;
	padding-bottom: 60px;
}
.solutionBox ul:not([class]) {
	display: block;
}
.solutionBox ul:not([class]) li {
	width: auto;
	margin: 60px 10px 0;
}
.solutionBox ul:not([class]) li:first-child {
	margin-top: 0;
}
.solutionBox dt {
	margin-bottom: 20px;
}
.solutionBox dt img {
	top: -35px;
	width: 70px;
}
.solutionBox .txt {
	line-height: 1.4;
}
.solutionBox .btnArea01 {
	margin-top: 20px;
	margin-bottom: -20px;
}
.solutionBox .btn02 {
	font-size: 1.6rem;
}
#mainContent > .solutionBox {
	margin: 0 -15px;
}
.pickUpBox > .more, .trendBox > .more, .pickUpBox > .more.open ~ li:not(.disp), .trendBox > .more.open ~ li:not(.disp) {
	display: block;
}
.pickUpBox > .more, .trendBox > .more {
	text-align: center;
}
.pickUpBox > .more ~ li:not(.disp), .trendBox > .more ~ li:not(.disp) {
	display: none;
}
.pickUpBox > .more a, .trendBox > .more a {
	height: auto;
	min-height: 0;
	margin: 10px 0;
}
.pickUpBox > .more.open a, .trendBox > .more.open a {
	display: none;
}
/*==== topPage ====*/
#topSliderWrap {
	padding: 0 10px;
}
#topSliderWrap .columnWrap {
	display: flex;
}
#mainLeadArea h1 {
	font-size: 2.4em;
	margin: 50px auto;
}
#mainLeadArea h1::before, #mainLeadArea h1::after {
	border-width: 2px;
	width: 15px;
	height: 15px;
	bottom: -20px;
}
#mainLeadArea h1::after {
	bottom: -30px;
}
#mainLeadArea .btnTop01 {
	border-width: 2px;
	font-size: 2.0rem;
	border-radius: 25px / 50%;
	padding: 7px 30px;
	margin-bottom: 30px;
}
#topMainWrap {
	padding: 145px 0 0;
}
#en #topMainWrap {
	padding: 75px 10px 0;
}
#contLead {
	margin: -100px 0 15px;
}
#contLead .fs15 {
	font-size: 2.0rem !important;
}
#topSlider {
	display: flex;
}
.topDetail > p {
	padding: 0 10px;
}
.topDetail .trendBox .btn03 {
	padding-left: 10px;
	padding-right: 10px;
}
#topEventWrap {
	max-height: initial;
	overflow-y: visible;
}	
#topNewsWrap #newsList, #topEventWrap #eventList {
	padding: 0 10px;
}
#topNewsWrap #newsList dt, #topEventWrap #eventList dt {
	min-width: 7em;
}
#topNewsWrap #newsList .date {
	display: inline-block;
	font-size: 1.2rem;
	padding: 5px 20px 0 0;
}
#topNewsWrap #newsList .cateIco {
	min-width: 9em;
}
.newsBtn {
	display: flex;
}
.newsBtn li {
	text-align: center;
	margin-top: 0;
	padding: 5px;
}
.newsBtn .btn03 {
	font-size: 1.4rem;
}
.businessBox {
	padding: 0 10px;
}
.businessBox li {
	box-sizing: border-box;
	display: flex;
	padding: 0;
}
.businessBox a {
	font-size: 1.6rem;
	min-height: 96px;
	padding-right: 25px;
}
.businessBox a::before {
	width: 14px;
	height: 14px;
	top: calc(50% - 10px);
	right: 15px;
}
.businessBox span {
	top: calc(50% - 0.5em);
	left: 20px;
}
.businessBox li:nth-child(1) a {
	margin: 0 -2px -2px 0;
}
.businessBox li:nth-child(2) a {
	margin: 0 0 -2px -2px;
}
.businessBox li:nth-child(3) a {
	margin: -2px -2px 0 0;
}
.businessBox li:nth-child(4) a {
	margin: -2px 0 0 -2px;
}
/*==== about ====*/
#messageBox {
	display: block;
	margin: 25px auto 20px;
	padding: 0;
	min-height: 0;
}
#messageBox dl {
	max-width: none;
	padding-top: 50%;
}
#messageBox dt a {
	font-size: 1.6rem;
	padding: 21px 50px 20px 12px;
}
#messageBox dd {
	font-size: 1.6rem;
	padding: 28px 10px 0;
}
#messageBox dd::before {
	width: 35px;
	top: 35px;
	left: 17px;
}
#messageBox .name, #messageBox .enname {
	font-size: 1.6rem;
	margin-top: 20px;
}
@media all and (-ms-high-contrast: none){
	#messageBox{
		height: auto;
	}
	}	
#valueBox {
	display: block;
	margin: 0 auto 55px;
}
#valueBox .imgBox {
	position: absolute;
	right: 40px;
	padding: 0;
	width: 80px;
	min-width: inherit;
	opacity: 0.5;
}
#valueBox .imgBox + div {
	position: relative;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	z-index: 1;
}
#valueBox .linkBtnList02 {
	margin: 20px 0 0;
}
#valueBox p{
	font-size: 1.6rem;
}
/*==== message ====*/
.signature img {
	display: inline-block;
	margin-top: 10px;
}
/*==== event ====*/
#eventSwitchWrap label {
	font-size: 1.6rem;
	padding-top: 0;
}
#eventSwitchWrap ul:first-child label {
	padding-top: 0;
}
.listWrap .detail {
	display: block;
	padding: 10px 10px 10px 5px;
}
.listWrap .detail > div:first-child {
	align-items: flex-start;
	display: flex;
	padding-right: 23px;
	width: auto;
}
.listWrap .detail .date,
.listWrap 	.venueWrap{
	font-size: 1.4rem;
	line-height: 1.2;
	margin-left: 15px;
	padding-top: 5px;
	text-align: left;
}
.listWrap .venueWrap{
	display: none;
}
#eventWrap .status {
	font-size:1.4rem;
	min-width: 4em;
	margin-bottom: 0;
	padding: 5px 10px;
}
#eventWrap .title {
	font-size: 2.0rem;
	margin: 10px 0 0;
}
#eventWrap .title a {
	padding-right: 20px;
}
#eventWrap .title a::after {
	right: 0;
}
#eventWrap .key, #eventWrap .key + p {
	display: none;
}
/*==== detailArea ====*/
#eventInfo {
	padding: 4px 0 14px;
}
.eventRecommend {
	max-width: none;
	margin: 0 auto;
}
.eventRecommend > dt {
	padding: 4px 10px 1px 60px;
}
.eventRecommend > dt::before {
	width: 60px;
	height: 60px;
	left: -10px;
}
.eventRecommend > dd {
	border-radius: 10px;
	border: 2px solid #eaeaea;
	margin-left: 0;
	padding: 12px;
}
.eventRecommend li {
	padding: 10px 0 8px 31px;
}
.eventRecommend li::before {
	top: 12px;
	width: 21px;
	height: 20px;
}
.detailArea.event .infoBox .data {
	padding-left: 26px;
}
.infoBox {
	margin-bottom: 20px;
}
.infoBox > li {
	display: block;
}
.infoBox .head {
	padding: 10px 10px 10px 25px;
	width: auto;
}
.infoBox .head::before {
	top: 13px;
	left: 5px;
	width: 13px;
	height: 13px;
}
.infoBox.equal .head {
	width: auto;
}
.infoBox.contact .head {
	padding-left: 30px;
	width: auto;
}
.infoBox.contact .head::before {
	top: 14px;
}
.infoBox .data {
	padding: 0 10px 15px 25px;
}
.infoBox .speakers {
	font-size: 1.2rem;
	margin: 5px 0 0 3em;
}
.infoBox .img {
	width: auto;
}
.detailArea .feeBox {
	font-size: 1.6rem;
	padding: 5px 0 0;
}
.detailArea .feeBox span {
	border-radius: 10px;
	margin: -10px 10px -2px 0;
	padding: 5px 15px;
}
.downCont {
	width: 100%;
	margin: 20px 0 0 0;
}
.downCont ul {
	flex-wrap: wrap;
}
.downCont ul + ul {
	margin: 25px 0 0 0;
}
.downCont .dl-contents-title h3 {
	margin: 0 0 8px;
	line-height: 1.2;
	font-size: 1.4rem;
}
.downCont ul .dl-contents-speaker {
	width: 100%;
	margin: 0 0 10px 0;
	padding-left: 10px;
}
.downCont .dl-contents-download {
	margin: 0 auto;
}
.downCont .dl-contents-download + .dl-contents-download {
	margin-top: 10px;
}
.dl-contents-download-movie {
	margin: 0 auto;
}
.dl-contents-download-movie a:hover {
	background: #000;
}
.dl-contents-contact {
	width: 100%;
}
.dl-contents-contact br {
	display: none;
}
/*==== global ====*/
#globalMapWrap{
	padding: 0;
}
#globalMapWrap > ul li {
	font-size: 1.4rem;
	margin-left: 10px;
	padding-left: 20px;
}
#globalMapWrap > ul li::before, #cityList a::before {
	width: 12px;
	height: 15px;
}
	#globalMapWrap #globalLinks{
		max-width: none;
	}	
#cityList{
	display:flex; 
}
#cityList > dl:first-child{
	flex: 1;
}
#cityList dt {
	font-size: 1.4rem;
	padding: 4px 0 7px;
	text-align: left;
}
#cityList dd {
	display: block;	
	padding: 5px 0 0 5px;
}
#cityList li {
	padding: 5px 0;
}
#cityList a {
	font-size: 1.2rem;
	padding-left: 15px;
}
#cityList a::before {
	top: 2px;
}
#globalimgWrap {
	margin: 20px auto;
}
/*==== news ====*/
#newsWrap {
	margin-top: 0;
}
#newsNav > ol:first-child {
	max-width: inherit;
	flex-wrap: nowrap;
}
#newsNav li {
	padding: 0 10px;
}
#newsNav a {
	font-size: 1.6rem;
	padding: 6px;
}
#newsSwitch {
	margin: 30px auto 10px;
	padding-bottom: 3em;
}
#newsSwitch .rssBtn {
	top: auto;
	bottom: 0;
	right: 0;
}
#newsList a, #newsList .noLink, #topEventWrap #eventList a {
	padding: 13px 20px 7px 6px;
}
#newsList a::after, #topEventWrap #eventList a::after {
	width: 14px;
	height: 14px;
	right: 5px;
	top: calc(50% - 4px);
}
.cateIco {
	margin: 0 20px 0 0;
	padding: 5px;
}
#newsList dl, #topEventWrap #eventList dl {
	display: block;
}
#newsList dt, #topEventWrap #eventList dt {
	min-width: 14em;
}
.cateIco {
	font-size: 1.2rem;
	padding: 3px;
}
#newsList dd, #topEventWrap #eventLsit dd {
	padding: 5px 0 0 15px;
	padding-left: 0;
}
/*==== newsDetail ====*/
.newsInfo .date {
	clear: both;
	padding: 25px 0;
	text-align: right;
}
.newsInfo .linkBtnList02 {
	float: none;
}
.newsInfo .linkBtnList02 li {
	width: auto;
	flex: 1;
}
.newsInfo .linkBtnList02 li:first-child {
	flex: 1.5;
}
.newsInfo .linkBtnList02 a {
	font-size:1.4rem;
	padding: 10px 40px 10px 10px;
	width: auto;
}
/*==== principle ====*/
.principleList {
	font-size: 1.6rem;
}
.principleList::before {
	width: 200px;
	height: 156px;
}
.principleList > li .no {
	padding: 2px 0;
	width: 1.6em;
}
.principleList > li .txt {
	padding: 2px 10px 20px 15px;
}
/*==== recruit ====*/
.recruitBox {
	display: block;
}
.recruitBox .btn {
	display: block;
	max-width: 398px;
	margin: 0 auto;
	padding: 1px;
}
.recruitBox > div.new {
	padding-right: 0;
}
.recruitBox > div.career {
	padding-top: 10px;
	padding-left: 0;
}
.recruitBox .btn p{
	font-size:1.4rem;
}
.recruitBox .btn p span{
	font-size: 2.6rem;
}	
.linkBtnList02 li a {
	padding: 12px 40px 11px 13px;
}
/*==== sitemap ====*/
#sitemapColumn {
	display: block;
	margin-bottom: 30px;
}
.sitemapColumn {
	margin-top: 30px;
}
#sitemapColumn > dl:first-child {
	width: auto;
	padding-right: 0;
	margin-bottom: 20px;
}
#sitemapColumn dt::before, #sitemapColumn dt::after {
	height: 16px;
}
#sitemapColumn dt a {
	line-height: 1.2;
	font-size: 2.0rem;
	padding: 30px 40px 30px 8px;
}
#sitemapColumn dt a::after {
	width: 15px;
	height: 15px;
	right: 15px;
	margin-top: -9px;
}
#sitemapColumn dd {
	display: block;
}
#sitemapColumn .sitemapList {
	padding: 20px 0 0 1px;
}
#sitemapColumn .sitemapList + .sitemapList {
	margin-top: -1px;
	padding-top: 0;
}
.sitemapList a {
	padding: 14px 35px 13px 5px;
}
.sitemapList.simpleList li a,.sitemapList.simpleList li:nth-child(n + 5) a, .sitemapList:not(.simpleList) li:not(:last-child) {
	background: url(/common/img/line03.png) repeat-x 0 0;
}
.sitemapList.simpleList li:last-child a {
	background: url(/common/img/line03.png) repeat-x 0 0, url(/common/img/line03.png) repeat-x 0 bottom;
}
.sitemapList.simpleList {
	margin-top: 20px;
	display: block;
}
.sitemapList.simpleList li {
	padding: 0;
	width: auto;
}
.sitemapList.simpleList li.column2 {
	font-size: 1.4rem;
	width: auto;
}
.sitemapList.simpleList li.column2 a {
	padding-top: 17px;
	padding-bottom: 16px;
}
.sitemapList.simpleList li:nth-child(4n) {
	padding-right: 0;
}
.sitemapList.simpleList li:nth-child(4n+1) {
	padding-left: 0;
}
.linkBtnList01.sitemap li {
	width: auto;
}
.linkBtnList01.sitemap li:nth-child(3n+1) {
	padding-left: 0;
}
.linkBtnList01.sitemap li:nth-child(3n+3) {
	padding-right: 0;
}
/*==== value ====*/
.valueInner {
	min-height: 0;
}
.valueFrame {
	border: 1px solid #dfdfdf;
	border-radius: 0 30px 0 30px;
	margin: 0 0 30px;
}
#value01 h1 {
	margin: 85px 0 50px 20px;
	font-size: 56px;
	line-height: 1.1;
	text-shadow: 3px 3px 0 rgba(255,255,255,0.5);
}
#value01 h2 {
	font-size: 30px;
	padding: 15px 0;
}
#value01 .valueFrame img {
	margin: 25px auto;
	max-width: 90%;
}
#value01 .valueFrame .imgBox img:last-child{
	right: auto;
}
h2.triangle {
	height: 200px;
	margin-bottom: -100px;
}
h2.triangle span {
	font-size: 12px;
	padding: 10px 0;
}
h2.triangle div {
	font-size: 24px;
}
h2.triangle span.en {
	font-size:20px;
}
h2.triangle span.ens {
	font-size:18px;
}
h2.triangle::before {
	width: 250px;
	height: 250px;
	bottom: 125px;
}
.valueFrame h3 {
	font-size: 18px;
	margin: 20px 20px 10px 10px;
}
#value02 h3,
#value05 h3{
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
.valueFrame p {
	font-size: 1.2rem;
	margin-bottom: 10px;
	padding: 0 20px 0 10px;
	width: auto;
}
.valueFrame p.en {
	font-size: 1.4rem;
}
.valueFrame p:last-child {
	margin-bottom: 60px;
}
#value02 .valueFrame p, #value03 .valueFrame p, #value04 .valueFrame p {
	width: auto;
}
#value02 .valueFrame {
	background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, transparent), url(/common/img/values/img_ind03.jpg) no-repeat right top/ auto 100%,linear-gradient(90deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
}	
#value03 .valueFrame {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 25%, transparent), url(/common/img/values/img_ind04.jpg) no-repeat right top/auto 100%,linear-gradient(90deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
}
#value04 .valueFrame {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 30%, transparent), url(/common/img/values/img_ind05.jpg) no-repeat right top/auto 100%,linear-gradient(90deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
}	
#value05 .valueFrame {
	background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, transparent), url(/common/img/values/img_ind06.jpg) no-repeat right top/auto 100%,linear-gradient(90deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
}	
#value06 h2.triangle::before {
	bottom: 110px;
}
#value06 p {
	margin: 20px 40px 20px 10px;
	font-size: 1.6rem;
}
#value06 p span {
	font-size: 1.92rem;
}
#value06 ul {
	display: block;
	margin: 0 auto 50px;
	padding: 0 45px;
}
#value06 ul li {
	width: 100%;
	padding: 7px 0;
}
#value06 ul.eng {
	display: block;
	margin: 0 auto 50px;
	padding: 0 20px;
}
#value06 ul.eng li {
	width: 100%;
	padding: 7px 0;
}	
#value06 ul li:nth-child(3n+1) {
	padding-left: 0;
}
#value06 ul li:nth-child(3n+3) {
	padding-right: 0;
}
#value06 ul a {
	border-radius: 30px / 50%;
	font-size: 1.6rem;
	padding: 12px 62px;
}
#valuePager {
	bottom: 100px;
}
#valuePager li {
	padding: 15px 0;
}
#valuePager a {
	border-radius: 50%;
	width: 13px;
	height: 13px;
}
#valuePager .current a {
	width: 23px;
	height: 23px;
	margin-left: -5px;
}
/*==== Case Study ====*/
.caseDetail > dt {
	display: block;
}
.caseDetail > dt div {
	text-align: center;
}
.caseDetail > dt p {
	font-size: 2.0rem;
	line-height: 1.2;
	padding: 0 0 20px;
}
.caseDetail > dd {
	padding: 0 0 20px;
}
.caseDetail .column02 .linkList {
	font-size: 1.4rem;
	text-align: right;
}
/***** Font Size *****/
.fs06 {
	font-size: 1.3rem !important;
}	
.fs08 {
	font-size: 1.3rem !important;
}
.fs10 {
	font-size: 1.4rem !important;
}
.fs11 {
	font-size: 1.5rem !important;
}
.fs12 {
	font-size: 1.6rem !important;
}
.fs13 {
	font-size: 1.6rem !important;
}
.fs14 {
	font-size: 1.6rem !important;
}
.fs15 {
	font-size: 1.6rem !important;
}
.fs16 {
	font-size: 1.8rem !important;
}
.fs17 {
	font-size: 1.8rem !important;
}
.fs18 {
	font-size: 2.0rem !important;
}
.fs19 {
	font-size: 2.1rem !important;
}
.fs20 {
	font-size: 2.2rem !important;
}
} /* @media screen (min-width:768px) end */

@media screen and (min-width: 768px) {
.tableWrap02 th, .tableWrap02 td {
	height: auto !important;
}
}
/*======================================
    8.parts
======================================*/
/***** Font Size *****/
.fs06 {
	font-size: 1.1rem !important;
}
.fs08 {
	font-size: 1.4rem !important;
}
.fs10 {
	font-size: 1.6rem !important;
}
.fs11 {
	font-size: 1.76rem !important;
}
.fs12 {
	font-size: 1.92rem !important;
}
.fs13 {
	font-size: 2.08rem !important;
}
.fs14 {
	font-size: 2.24rem !important;
}
.fs15 {
	font-size: 2.4rem !important;
}
.fs16 {
	font-size: 2.56rem !important;
}
.fs17 {
	font-size: 2.72rem !important;
}
.fs18 {
	font-size: 2.88rem !important;
}
.fs19 {
	font-size: 3.04rem !important;
}
.fs20 {
	font-size: 3.2rem !important;
}
/***** text-align *****/
.txtLeft {
	text-align: left !important;
}
.txtRight {
	text-align: right !important;
}
.txtCenter {
	text-align: center !important;
}
/***** Vertical-align *****/
.vaTop {
	vertical-align: top !important;
}
.vaMiddle {
	vertical-align: middle !important;
}
.vaBottom {
	vertical-align: bottom !important;
}
.vaBaseline {
	vertical-align: baseline !important;
}
/***** Color *****/
.txtRed {
	color: #cf1126 !important;
}
/***** Weight *****/
.txtBold {
	font-weight: bold;
}
.txtNormal {
	font-weight: normal;
}
.txtItalic{
	font-style: italic;
}
/***** hide text *****/
.hidetxt {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/***** Margin All *****/
.m0 {
	margin: 0 !important;
}
.m5 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.m20 {
	margin: 20px !important;
}
/***** Margin Top *****/
.mT0 {
	margin-top: 0 !important;
}
.mT5 {
	margin-top: 5px !important;
}
.mT10 {
	margin-top: 10px !important;
}
.mT15 {
	margin-top: 15px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.mT50{
	margin-top:50px !important;
}
/***** Margin Bottom *****/
.mB0 {
	margin-bottom: 0 !important;
}
.mB5 {
	margin-bottom: 5px !important;
}
.mB10 {
	margin-bottom: 10px !important;
}
.mB15 {
	margin-bottom: 15px !important;
}
.mB20 {
	margin-bottom: 20px !important;
}
.mB50 {
	margin-bottom: 50px !important;
}
.mB100 {
	margin-bottom: 100px !important;
}
/***** Margin Left *****/
.mL0 {
	margin-left: 0 !important;
}
.mL5 {
	margin-left: 5px !important;
}
.mL10 {
	margin-left: 10px !important;
}
.mL15 {
	margin-left: 15px !important;
}
.mL20 {
	margin-left: 20px !important;
}
/***** Margin Right *****/
.mR0 {
	margin-right: 0 !important;
}
.mR5 {
	margin-right: 5px !important;
}
.mR10 {
	margin-right: 10px !important;
}
.mR15 {
	margin-right: 15px !important;
}
.mR20 {
	margin-right: 20px !important;
}
/***** Padding All *****/
.p0 {
	padding: 0 !important;
}
.p5 {
	padding: 5px !important;
}
.p10 {
	padding: 10px !important;
}
.p15 {
	padding: 15px !important;
}
.p20 {
	padding: 20px !important;
}
/***** Padding Top *****/
.pT0 {
	padding-top: 0 !important;
}
.pT5 {
	padding-top: 5px !important;
}
.pT10 {
	padding-top: 10px !important;
}
.pT15 {
	padding-top: 15px !important;
}
.pT20 {
	padding-top: 20px !important;
}
/***** Padding Bottom *****/
.pB0 {
	padding-bottom: 0 !important;
}
.pB5 {
	padding-bottom: 5px !important;
}
.pB10 {
	padding-bottom: 10px !important;
}
.pB15 {
	padding-bottom: 15px !important;
}
.pB20 {
	padding-bottom: 20px !important;
}
/***** Padding Left *****/
.pL0 {
	padding-left: 0 !important;
}
.pL5 {
	padding-left: 5px !important;
}
.pL10 {
	padding-left: 10px !important;
}
.pL15 {
	padding-left: 15px !important;
}
.pL20 {
	padding-left: 20px !important;
}
/***** Padding Right *****/
.pR0 {
	padding-right: 0 !important;
}
.pR5 {
	padding-right: 5px !important;
}
.pR10 {
	padding-right: 10px !important;
}
.pR15 {
	padding-right: 15px !important;
}
.pR20 {
	padding-right: 20px !important;
}
.relative {
	position: relative !important;
}
.absolute {
	position: absolute !important;
}
/***** Clearfix *****/
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}
.case-clearfix::after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: "";
}

/*==== Media Queries ====*/
@media screen and (max-width: 767px) {
.fl-l, .fl-r {
	float: none !important;
}
}
@media screen and (max-width:480px) {
	table.outline.member th, table.outline.member td {
		 display:block;
	}
	#newsNav > ol:first-child {
		max-width: inherit;
		flex-wrap: wrap;
	}
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
#topSliderWrap {
	box-sizing: border-box;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

.bx-viewport{
	z-index: 1;
}
.bx-wrapper {
	position: relative;
	margin-bottom: 60px;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	padding: 5px;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bxslider {
	margin: 0;
	padding: 0;
	/*fix flickering when used background-image instead of <img> (on Chrome)*/
	-webkit-perspective: 1000;
}
ul.bxslider {
	list-style: none;
}
/* test */
ul.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}
/* ここまで */
.bx-viewport {
	/* fix other elements on the page moving (in Chrome) */
	-webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/common/img/bx_loader.gif) center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 1.36em;
	font-family: Arial;
	font-weight: bold;
	color: #222;
	padding-top: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #c7c5c5;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 15px;
	outline: 0;
	border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #cf1126;
	width: 20px;
	height: 20px;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: middle;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls-direction {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 73px;
}

@media screen and (max-width: 767px) {
.bx-controls-direction {
	top: auto;
	height: 0px;
}
}
.bx-wrapper .bx-prev {
	left: -65px;
}
.bx-wrapper .bx-next {
	right: -65px;
}
.bx-wrapper .bx-controls-direction a {
	display: block;
	font-size: 0;
	position: absolute;
	width: 37px;
	height: 73px;
}
.bx-wrapper .bx-controls-direction a::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border-top: 3px solid #c7c5c5;
	border-right: 3px solid #c7c5c5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 11px;
}
.bx-wrapper .bx-controls-direction a:hover::before {
	border-color: #cf1126;
}
.bx-wrapper .bx-controls-direction a.bx-next::before {
	right: 18px;
}
.bx-wrapper .bx-controls-direction a.bx-prev::before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 9px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 1.36em;
	padding: 10px;
}
/*!
	Modaal - accessible modals - v0.4.3
	by Humaan, for all humans.
	http://humaan.com
 */
.modalBox {
	display: none;
}
.modaal-noscroll {
	overflow: hidden;
}
.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}
.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modaal-wrapper .title01 {
	font-size: 2.4rem;
	margin-top: 0;
}
.modaal-wrapper .infoBox .head {
	padding-left: 20px;
}
.modaal-wrapper .infoBox .head::before {
	left: 0;
}
.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
	background: url(/common/svg/ico_close01.svg) no-repeat center center/ 35% auto;
	border: none;
	background-color: #222;
	padding: 0;
	-webkit-appearance: none;
	z-index: 1;
}
.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}
.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}
.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}
.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 50px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}
.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}
.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}
.modaal-close {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 60px;
	height: 60px;
	border-radius: 0 30px 0 30px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}
.modaal-content-container {
	padding: 30px;
}
.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}
.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}
.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}
.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}
.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	animation: instaReveal 1s linear forwards;
}
.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}
.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}
.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}
.modaal-gallery-item {
	display: none;
}
.modaal-gallery-item img {
	display: block;
}
.modaal-gallery-item.is_active {
	display: block;
}
.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.modaal-gallery-label:focus {
	outline: none;
}

@media only screen and (min-width: 1400px) {
.modaal-video-container {
	padding-bottom: 0;
	height: 731px;
}
}

@media only screen and (max-width: 1140px) {
.modaal-image .modaal-inner-wrapper {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media screen and (max-height: 1000px) {
.modaal-inner-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
}

@media only screen and (max-height: 820px) {
.modaal-gallery-label {
	display: none;
}
}

@media screen and (max-width: 767px) {
.modaal-inner-wrapper {
	width: auto;
	padding: 0;
}
.modaal-container {
	border-radius: 20px;
	margin: 20px auto;
	width: calc(100vw - 40px);
}
.modaal-close {
	border-radius: 0 20px 0 20px;
	width: 40px;
	height: 40px;
}
}
